@import url(https://fonts.googleapis.com/css?family=Heebo:100,200,300,400,500,600,700,800,900&display=swap);





body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 3.8rem;
  line-height: 1.31578947;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 5rem;
  line-height: 0.5;
}
.display-5 > .mbr-iconfont {
  font-size: 8rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #1e73be !important;
}
.bg-success {
  background-color: #2dcc40 !important;
}
.bg-info {
  background-color: #1e73be !important;
}
.bg-warning {
  background-color: #b0dbec !important;
}
.bg-danger {
  background-color: #1e73be !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e73be !important;
  border-color: #1e73be !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e73be;
  border-color: #1e73be;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-primary:hover {
  background-color: #175892 !important;
  border-color: #175892 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #606f7b !important;
  border-color: #606f7b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #606f7b;
  border-color: #606f7b;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.btn-secondary:hover {
  background-color: #4a555e !important;
  border-color: #4a555e !important;
}
.btn-info,
.btn-info:active {
  background-color: #1e73be !important;
  border-color: #1e73be !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1e73be;
  border-color: #1e73be;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-info:hover {
  background-color: #cc1f7d !important;
  border-color: #cc1f7d !important;
}
.btn-success,
.btn-success:active {
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2dcc40;
  border-color: #2dcc40;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
}
.btn-success:hover {
  background-color: #24a233 !important;
  border-color: #24a233 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
  color: #1e637f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #1e637f !important;
  background-color: #b0dbec;
  border-color: #b0dbec;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e637f !important;
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
}
.btn-warning:hover {
  background-color: #d9eef6 !important;
  border-color: #d9eef6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1e73be !important;
  border-color: #1e73be !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1e73be;
  border-color: #1e73be;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-danger:hover {
  background-color: #e869ae !important;
  border-color: #cc1f7d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1e73be;
  color: #1e73be;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e73be !important;
  border-color: #1e73be;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #606f7b;
  color: #606f7b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #606f7b !important;
  border-color: #606f7b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1e73be;
  color: #1e73be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #1e73be !important;
  border-color: #1e73be;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2dcc40;
  color: #2dcc40;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2dcc40 !important;
  border-color: #2dcc40;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b0dbec;
  color: #b0dbec;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e637f !important;
  background: #b0dbec !important;
  border-color: #b0dbec;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1e637f !important;
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1e73be;
  color: #1e73be;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #1e73be !important;
  border-color: #1e73be;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #1e73be !important;
}
.text-secondary {
  color: #606f7b !important;
}
.text-success {
  color: #2dcc40 !important;
}
.text-info {
  color: #1e73be !important;
}
.text-warning {
  color: #b0dbec !important;
}
.text-danger {
  color: #1e73be !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #103e66 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #333b42 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7826 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9f1962 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b0dbec !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9f1962 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1e73be !important;
}
.alert-success {
  background-color: #2dcc40;
}
.alert-info {
  background-color: #1e73be;
}
.alert-warning {
  background-color: #b0dbec;
}
.alert-danger {
  background-color: #1e73be;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e73be;
  border-color: #1e73be;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e73be;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #73b1e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0f5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fceef6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fceef6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #1e73be;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e73be;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e73be;
  border-bottom-color: #1e73be;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1e73be !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #606f7b !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s2a4tVDJv1 {
  min-height: 114px !important;
  position: relative;
  background: #f4f9fc;
}
.cid-s2a4tVDJv1 .nav-item,
.cid-s2a4tVDJv1 .nav-link,
.cid-s2a4tVDJv1 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .nav-item:hover,
.cid-s2a4tVDJv1 .nav-link:hover,
.cid-s2a4tVDJv1 .navbar-caption:hover {
  color: #1e73be !important;
}
.cid-s2a4tVDJv1 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s2a4tVDJv1 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s2a4tVDJv1 .container-fluid,
.cid-s2a4tVDJv1 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s2a4tVDJv1 .navbar-brand {
  padding: 0;
}
.cid-s2a4tVDJv1 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s2a4tVDJv1 .nav-link:hover:before {
  width: 100%;
}
.cid-s2a4tVDJv1 .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .nav-link {
    margin: 0 !important;
  }
}
.cid-s2a4tVDJv1 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s2a4tVDJv1 .widget p,
.cid-s2a4tVDJv1 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s2a4tVDJv1 .widget p a,
.cid-s2a4tVDJv1 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s2a4tVDJv1 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-s2a4tVDJv1 .icons__wrap:hover {
  color: #ffffff;
  background-color: #1e73be;
  border-color: #1e73be;
}
.cid-s2a4tVDJv1 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s2a4tVDJv1 .block__phone,
  .cid-s2a4tVDJv1 .icons-menu {
    display: none;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s2a4tVDJv1 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #1e73be !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s2a4tVDJv1 .mbr-section-btn .btn-secondary:hover {
  background-color: #1e73be !important;
  color: #ffffff !important;
}
.cid-s2a4tVDJv1 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s2a4tVDJv1 .navbar > .container,
.cid-s2a4tVDJv1 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s2a4tVDJv1 .btn {
    white-space: nowrap;
  }
  .cid-s2a4tVDJv1 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #f4f9fc;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-s2a4tVDJv1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2a4tVDJv1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2a4tVDJv1 .dropdown-toggle::after,
  .cid-s2a4tVDJv1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s2a4tVDJv1 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown-item:hover {
  color: #1e73be !important;
}
.cid-s2a4tVDJv1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2a4tVDJv1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2a4tVDJv1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s2a4tVDJv1 .nav-item:focus,
.cid-s2a4tVDJv1 .nav-link:focus {
  outline: none;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2a4tVDJv1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2a4tVDJv1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2a4tVDJv1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2a4tVDJv1 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #f4f9fc;
}
.cid-s2a4tVDJv1 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #f4f9fc !important;
}
.cid-s2a4tVDJv1 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s2a4tVDJv1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2a4tVDJv1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2a4tVDJv1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2a4tVDJv1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu {
    background: #f4f9fc !important;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2a4tVDJv1 .navbar.navbar-short {
  background: #f4f9fc !important;
  min-height: 70px;
  height: 70px;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s2a4tVDJv1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s2a4tVDJv1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2a4tVDJv1 .dropdown-item.active,
.cid-s2a4tVDJv1 .dropdown-item:active {
  background-color: transparent;
}
.cid-s2a4tVDJv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f9fc;
}
.cid-s2a4tVDJv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2a4tVDJv1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5842ff;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a4tVDJv1 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2a4tVDJv1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s2a4tVDJv1 a.nav-link:hover {
  color: #1e73be !important;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s2a4tVDJv1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f4f9fc;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s2a4tVDJv1 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s2a4tVDJv1 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s2a4tVDJv1 a.nav-link {
    justify-content: flex-start;
  }
  .cid-s2a4tVDJv1 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s2a4tVDJv1 .navbar-brand {
    padding: 0;
  }
  .cid-s2a4tVDJv1 .block__phone,
  .cid-s2a4tVDJv1 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s2a4tVDJv1 .widget {
    flex-direction: column;
  }
}
.is-builder .cid-s2a4tVDJv1 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2a4tVDJv1 .navbar {
    height: 97px;
  }
  .cid-s2a4tVDJv1 .navbar.opened {
    height: auto;
  }
  .cid-s2a4tVDJv1 .nav-item .nav-link:hover::before {
    color: #ffffff;
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8C2hJwQXt {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/6a-etihad-airways-nigeria-e1538480688787-2000x1262.jpg");
}
.cid-s8C2hJwQXt .container {
  pointer-events: none;
}
.cid-s8C2hJwQXt .subtitle__block,
.cid-s8C2hJwQXt .title__block,
.cid-s8C2hJwQXt .buttons__block {
  pointer-events: all;
}
.cid-s8C2hJwQXt .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-s8C2hJwQXt .subtitle__block SPAN {
  color: #1e73be;
}
.cid-s8C2hJwQXt .mbr-section-subtitle {
  display: inline-block;
}
.cid-s8C2hJwQXt .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-s8C2hJwQXt .mbr-text {
  margin-top: 35px;
}
.cid-s8C2hJwQXt .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-s8C2hJwQXt .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-s8C2hJwQXt .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #1e73be 0%, rgba(225, 61, 150, 0.85) 100%) !important;
}
.cid-s8C2hJwQXt .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-s8C2hJwQXt .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-s8C2hJwQXt .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-s8C2hJwQXt .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-s8C2hJwQXt .mbr-figure:hover {
  color: #1e73be;
  cursor: pointer;
}
.cid-s8C2hJwQXt .mbr-figure:hover .mbr-media {
  border-color: #1e73be;
  color: #1e73be;
}
@media (max-width: 575px) {
  .cid-s8C2hJwQXt .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-s8C2hJwQXt .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-s8C2hJwQXt .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-s8C2hJwQXt .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-s8C2hJwQXt .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-s8C2hJwQXt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s8C2hJwQXt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s8C2hJwQXt .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-s8C2hJwQXt a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-s8C2hJwQXt a.close:hover {
  color: #ffffff;
}
.cid-s8C2hJwQXt .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-s8C2hJwQXt .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-s8C2hJwQXt .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #b0dbec;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-s8C2hJwQXt .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #1e73be;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-s8C2hJwQXt .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #1e73be;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-s8C2hJwQXt .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #2dcc40;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-s8C2hJwQXt .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #1e73be;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
.cid-s8C2hJwQXt .subtitle__block SPAN {
  color: #233d63;
}
.cid-s8C2hJwQXt .mbr-text,
.cid-s8C2hJwQXt .buttons__block {
  color: #000000;
}
.cid-s8C3O68wqR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fbfcff;
}
.cid-s8C3O68wqR .card-inner {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 45px;
  height: 600px;
}
.cid-s8C3O68wqR .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: #27c3ff;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-s8C3O68wqR .card-inner:hover {
  border: none;
}
.cid-s8C3O68wqR .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-s8C3O68wqR .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-s8C3O68wqR .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-s8C3O68wqR .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-s8C3O68wqR .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-s8C3O68wqR .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-s8C3O68wqR .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-s8C3O68wqR .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-s8C3O68wqR .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-s8C3O68wqR .card-inner:hover .card-title,
.cid-s8C3O68wqR .card-inner:hover .mbr-text,
.cid-s8C3O68wqR .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-s8C3O68wqR .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-s8C3O68wqR .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-s8C3O68wqR .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-s8C3O68wqR .animation__background {
  background-color: #52bee7;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-s8C3O68wqR .animation__background:before {
  content: '';
  width: 495px;
  height: 495px;
  background-color: #233d63;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-s8C3O68wqR .animation__background:after {
  content: '';
  width: 602px;
  height: 602px;
  background-color: #233d63;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-s8C3O68wqR .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #2dcc40;
  transition: all 0.3s ease-in-out;
}
.cid-s8C3O68wqR .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-s8C3O68wqR .mbr-text {
  padding-bottom: 20px;
}
.cid-s8C3O68wqR .mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #1e73be;
}
.cid-s8C3O68wqR .mbr-arrow > a {
  color: #1e73be;
}
.cid-s8C3O68wqR .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-s8C3O68wqR .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-s8Cm4ShGaj {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfcff;
}
.cid-s8Cm4ShGaj .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-s8Cm4ShGaj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-s8Cm4ShGaj .carousel-item > div {
  width: 100%;
}
.cid-s8Cm4ShGaj .carousel-item.active,
.cid-s8Cm4ShGaj .carousel-item-next,
.cid-s8Cm4ShGaj .carousel-item-prev {
  display: flex;
}
.cid-s8Cm4ShGaj .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-s8Cm4ShGaj .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-s8Cm4ShGaj .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-s8Cm4ShGaj .carousel-controls a {
    width: 5%;
  }
}
.cid-s8Cm4ShGaj .card__wrap {
  background: #ffffff;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-s8Cm4ShGaj .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #1e73be;
}
.cid-s8Cm4ShGaj .card__author {
  display: inline-block;
  color: #000000;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-s8Cm4ShGaj .card__author:before {
  content: '';
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-s8Cm4ShGaj .card__descr {
  padding-left: 40px;
  color: #dbdbdb;
}
.cid-s8Cm4ShGaj li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ffffff !important;
  margin: 0 5px;
}
.cid-s8Cm4ShGaj li.active {
  opacity: 1;
  background-color: #ffffff;
  width: 6px;
  height: 6px;
}
.cid-s8Cm4ShGaj .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-s8Cm4ShGaj .carousel-indicators li {
  border-radius: 50%;
}
.cid-s8Cm4ShGaj a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-s8Cm4ShGaj .box {
    margin-bottom: 50px;
  }
}
.cid-sc6htnMETA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #27c3ff;
  background: linear-gradient(-45deg, rgba(39, 195, 255, 0.8), #5842ff);
}
.cid-sc6htnMETA .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sc6htnMETA .container {
  pointer-events: none;
}
.cid-sc6htnMETA .title__block,
.cid-sc6htnMETA .image__block {
  pointer-events: all;
}
.cid-sc6htnMETA .mbr-section-title {
  margin-bottom: 40px;
}
.cid-sc6htnMETA .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-sc6htnMETA .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-sc6htnMETA .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-sc6htnMETA .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-sc6htnMETA .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-sc6htnMETA .image__block {
  max-height: 600px;
}
.cid-sc6htnMETA .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sc6htnMETA .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-sc6htnMETA .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-sc6htnMETA .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-sc6htnMETA .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: .2;
}
.cid-sc6htnMETA .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: .2;
}
.cid-sc6htnMETA .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: .2;
}
.cid-sc6htnMETA .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: .2;
}
.cid-sc6htnMETA .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: .2;
}
.cid-sc6fdv8sK2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sc6fdv8sK2 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sc6fdv8sK2 .icon__block {
  background: linear-gradient(135deg, rgba(88, 66, 255, 0.54) 0%, rgba(88, 66, 255, 0.85) 60%, #5842ff 100%);
}
.cid-sc6fdv8sK2 .mbr-section-title,
.cid-sc6fdv8sK2 .icon__wrap {
  text-align: center;
}
.cid-sc6fdv8sK2 .mbr-section-subtitle {
  text-align: center;
}
.cid-s8CgQubC4H {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s8CgQubC4H .container,
.cid-s8CgQubC4H .container-fluid {
  pointer-events: none;
}
.cid-s8CgQubC4H .icon__wrap,
.cid-s8CgQubC4H .mbr-section-title,
.cid-s8CgQubC4H .mbr-text,
.cid-s8CgQubC4H .items__block,
.cid-s8CgQubC4H .mbr-section-btn,
.cid-s8CgQubC4H .image {
  pointer-events: all;
}
.cid-s8CgQubC4H .image {
  text-align: center;
}
.cid-s8CgQubC4H .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-s8CgQubC4H .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-s8CgQubC4H .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-s8CgQubC4H .mbr-text {
  margin-bottom: 40px;
}
.cid-s8CgQubC4H .items__block .item .mbr-iconfont {
  color: #b0dbec;
  margin-right: 10px;
  font-size: 14px;
}
.cid-s8CgQubC4H .mbr-section-btn {
  margin-top: 55px;
}
.cid-s8CgQubC4H .icon__block {
  background: linear-gradient(135deg, rgba(88, 66, 255, 0.54) 0%, rgba(88, 66, 255, 0.85) 60%, #5842ff 100%);
}
.cid-s8CgQubC4H .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-s8CgQubC4H .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2dcc40;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-s8CgQubC4H .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b0dbec;
  animation: animationOne 30s infinite linear;
}
.cid-s8CgQubC4H .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #1e73be;
  animation: animationTwo 30s infinite linear;
}
.cid-s8CgQubC4H .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e73be;
  animation: animationOne 25s infinite linear;
}
.cid-s8CgQubC4H .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e73be;
  animation: animationTwo 25s infinite linear;
}
.cid-sc7sS4tO5Q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sc7sS4tO5Q .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sc7sS4tO5Q .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-sc7sS4tO5Q .mbr-section-title,
.cid-sc7sS4tO5Q .icon__wrap {
  text-align: center;
}
.cid-sc7sS4tO5Q .mbr-section-subtitle {
  text-align: center;
  color: #1e73be;
}
.cid-sc7wLckrHt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sc7wLckrHt .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sc7wLckrHt .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-sc7wLckrHt .mbr-section-title,
.cid-sc7wLckrHt .icon__wrap {
  text-align: center;
}
.cid-sc7wLckrHt .mbr-section-subtitle {
  text-align: center;
}
.cid-rVEBIp9utx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-rVEBIp9utx .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-rVEBIp9utx .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-rVEBIp9utx .mbr-section-subtitle {
  text-align: center;
  color: #606f7b;
}
.cid-rVEBIp9utx .mbr-section-btn {
  margin-top: 35px;
}
.cid-rVEBIp9utx .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-rVEBIp9utx .mbr-section-btn .btn-white:hover {
  background-color: #1e73be !important;
  border-color: #1e73be !important;
  color: #ffffff !important;
}
.cid-rVEBIp9utx .mbr-section-title,
.cid-rVEBIp9utx .mbr-section-btn {
  text-align: center;
  color: #1e73be;
}
.cid-rVEBIp9utx .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-rVEBIp9utx .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-s8Co2izDjR {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s8Co2izDjR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s8Co2izDjR .form-control,
.cid-s8Co2izDjR .field-input {
  padding: 0.5rem;
  background-color: #e9e9e9;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s8Co2izDjR .form-control::-webkit-input-placeholder,
.cid-s8Co2izDjR .field-input::-webkit-input-placeholder,
.cid-s8Co2izDjR .form-control::-webkit-input-placeholder,
.cid-s8Co2izDjR .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-s8Co2izDjR .form-control:-moz-placeholder,
.cid-s8Co2izDjR .field-input:-moz-placeholder,
.cid-s8Co2izDjR .form-control:-moz-placeholder,
.cid-s8Co2izDjR .field-input:-moz-placeholder {
  color: #000000;
}
.cid-s8Co2izDjR .form-control:hover,
.cid-s8Co2izDjR .field-input:hover,
.cid-s8Co2izDjR .form-control:focus,
.cid-s8Co2izDjR .field-input:focus {
  background-color: #233d63;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s8Co2izDjR .form-control:hover::-webkit-input-placeholder,
.cid-s8Co2izDjR .field-input:hover::-webkit-input-placeholder,
.cid-s8Co2izDjR .form-control:focus::-webkit-input-placeholder,
.cid-s8Co2izDjR .field-input:focus::-webkit-input-placeholder,
.cid-s8Co2izDjR .form-control:hover::-webkit-input-placeholder,
.cid-s8Co2izDjR .field-input:hover::-webkit-input-placeholder,
.cid-s8Co2izDjR .form-control:focus::-webkit-input-placeholder,
.cid-s8Co2izDjR .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s8Co2izDjR .form-control:hover:-moz-placeholder,
.cid-s8Co2izDjR .field-input:hover:-moz-placeholder,
.cid-s8Co2izDjR .form-control:focus:-moz-placeholder,
.cid-s8Co2izDjR .field-input:focus:-moz-placeholder,
.cid-s8Co2izDjR .form-control:hover:-moz-placeholder,
.cid-s8Co2izDjR .field-input:hover:-moz-placeholder,
.cid-s8Co2izDjR .form-control:focus:-moz-placeholder,
.cid-s8Co2izDjR .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-s8Co2izDjR .jq-number__spin:hover,
.cid-s8Co2izDjR .jq-number__spin:focus {
  background-color: #233d63;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s8Co2izDjR .jq-number__spin {
  background-color: #e9e9e9;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s8Co2izDjR .jq-selectbox li,
.cid-s8Co2izDjR .jq-selectbox li {
  background-color: #e9e9e9;
  color: #000000;
}
.cid-s8Co2izDjR .jq-selectbox li:hover,
.cid-s8Co2izDjR .jq-selectbox li.selected {
  background-color: #233d63;
  color: #ffffff;
}
.cid-s8Co2izDjR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s8Co2izDjR .jq-number__spin.minus:hover:after,
.cid-s8Co2izDjR .jq-number__spin.plus:hover:after {
  border-top-color: #e9e9e9;
  border-bottom-color: #e9e9e9;
}
.cid-s8Co2izDjR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s8Co2izDjR .jq-number__spin.minus:after,
.cid-s8Co2izDjR .jq-number__spin.plus:after {
  border-top-color: #233d63;
  border-bottom-color: #233d63;
}
.cid-s8Co2izDjR input::-webkit-clear-button {
  display: none;
}
.cid-s8Co2izDjR input::-webkit-inner-spin-button {
  display: none;
}
.cid-s8Co2izDjR input::-webkit-outer-spin-button {
  display: none;
}
.cid-s8Co2izDjR input::-webkit-calendar-picker-indicator {
  display: none;
}
