.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1,
.mbr-iconfont.icon-title-1 {
  font-family: 'lastica';
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont,
.mbr-iconfont.icon-title-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2,
.mbr-iconfont.icon-title-2 {
  font-family: 'lastica';
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -1px;
}
.display-2 > .mbr-iconfont,
.mbr-iconfont.icon-title-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'lastica';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.66;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 992px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.125rem 1.6rem;
  border-radius: 3rem;
}
.btn-sm {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3c97bf !important;
}
.bg-success {
  background-color: #d3f59d !important;
}
.bg-info {
  background-color: #3c97bf !important;
}
.bg-warning {
  background-color: #d50000 !important;
}
.bg-danger {
  background-color: #ffd700 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary,
.btn-primary:active {
  background-color: #3c97bf !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3c97bf !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #9bcbe0 !important;
  border-color: #9bcbe0 !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d3f2ff !important;
  border-color: #000000 !important;
  color: #004d6d !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d3f2ff !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #004d6d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info,
.btn-info:active {
  background-color: #3c97bf !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3c97bf !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #9bcbe0 !important;
  border-color: #9bcbe0 !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success,
.btn-success:active {
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  color: #1b2904 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1b2904 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning,
.btn-warning:active {
  background-color: #d50000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d50000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5656 !important;
  border-color: #ff5656 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd700 !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffd700 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #ffeb80 !important;
  border-color: #ffeb80 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white,
.btn-white:active {
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  color: #8f8f00 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #8f8f00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3c97bf;
  color: #3c97bf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #27637d !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #27637d !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c97bf !important;
  border-color: #3c97bf !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d3f2ff;
  color: #d3f2ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7cd8ff !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #7cd8ff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #0095d3 !important;
  background-color: #d3f2ff !important;
  border-color: #d3f2ff !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3c97bf;
  color: #3c97bf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #27637d !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #27637d !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3c97bf !important;
  border-color: #3c97bf !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d3f59d;
  color: #d3f59d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b0ed4e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #b0ed4e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #57850e !important;
  background-color: #d3f59d !important;
  border-color: #d3f59d !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d50000;
  color: #d50000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7e0000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #7e0000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd700;
  color: #ffd700;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88e00 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #a88e00 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffd700 !important;
  border-color: #ffd700 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fffff5;
  color: #fffff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffff9e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffff9e !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #f5f500 !important;
  background-color: #fffff5 !important;
  border-color: #fffff5 !important;
}
.text-primary {
  color: #3c97bf !important;
}
.text-secondary {
  color: #d3f2ff !important;
}
.text-success {
  color: #d3f59d !important;
}
.text-info {
  color: #3c97bf !important;
}
.text-warning {
  color: #d50000 !important;
}
.text-danger {
  color: #ffd700 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #245a71 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3ac5ff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9ec40 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #245a71 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6f0000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #998100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3c97bf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3c97bf;
}
.alert-warning {
  background-color: #d50000;
}
.alert-danger {
  background-color: #ffd700;
}
.btn .mbr-iconfont-btn::before {
  background-color: #000000;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3c97bf;
  border-color: #3c97bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3c97bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9bcbe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9bcbe0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffa2a2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff7cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.66;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #3c97bf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.66;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #3c97bf;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3c97bf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3c97bf;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3c97bf;
  border-bottom-color: #3c97bf;
}
.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: #3c97bf !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d3f2ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233c97bf' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uHKjbgNEXf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(90deg, #000000 25%, #000000);
}
.cid-uHKjbgNEXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKjbgNEXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKjbgNEXf.mbr-fullscreen {
  flex-direction: column;
  justify-content: center;
}
.cid-uHKjbgNEXf .mbr-section-title {
  position: relative;
  color: #FFFFFF;
  z-index: 4;
}
@media (min-width: 992px) {
  .cid-uHKjbgNEXf .mbr-section-title {
    margin-bottom: -115px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-uHKjbgNEXf .img-wrapper {
  position: relative;
  max-width: 660px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 3;
}
.cid-uHKjbgNEXf .mbr-section-subtitle {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-uHKjbgNEXf .mbr-section-subtitle {
    margin-top: -50px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-uHKjbgNEXf .mbr-text {
  margin-top: 8px;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.cid-uHfhGanvvW {
  background-image: url("../../../assets/images/background1.jpg");
  position: relative;
}
.cid-uHfhGanvvW::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uHfhGanvvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHfhGanvvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHfhGanvvW .row {
  justify-content: center;
}
.cid-uHfhGanvvW .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHfhGanvvW .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #3c97bf, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHfhGanvvW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHfhGanvvW .mbr-section-title {
  color: #ffffff;
}
.cid-uHfhGanvvW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHfhGanvvW .mbr-section-title,
.cid-uHfhGanvvW .mbr-section-btn {
  text-align: center;
}
.cid-uHKkzF0mta {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1104.jpg");
}
.cid-uHKkzF0mta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKkzF0mta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKkzF0mta .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uHKkzF0mta .row {
  flex-direction: row-reverse;
}
.cid-uHKkzF0mta .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHKkzF0mta .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uHKkzF0mta .mbr-section-title {
  color: #d3f2ff;
}
@media (max-width: 991px) {
  .cid-uHKkzF0mta .text-wrapper {
    text-align: center;
  }
}
.cid-uHKkzF0mta .mbr-text,
.cid-uHKkzF0mta .mbr-section-btn {
  color: #fdfde1;
}
.cid-uHKkzF0mta .mbr-menu,
.cid-uHKkzF0mta .mbr-section-btn {
  color: #fdfde1;
}
.cid-uHKkzF0mta .mbr-desc,
.cid-uHKkzF0mta .mbr-section-btn {
  color: #fdfde1;
}
.cid-uw6dyawKPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3c97bf;
}
.cid-uw6dyawKPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6dyawKPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6dyawKPq .items-wrapper {
  justify-content: center;
}
.cid-uw6dyawKPq .mbr-text,
.cid-uw6dyawKPq .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uw6dUjv4wR {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1076.jpg");
}
.cid-uw6dUjv4wR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6dUjv4wR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uw6dUjv4wR .container-fluid {
    padding: 0;
  }
}
.cid-uw6dUjv4wR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 600px) {
  .cid-uw6dUjv4wR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uw6dUjv4wR .embla__button--next,
.cid-uw6dUjv4wR .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-uw6dUjv4wR .embla__button--next,
  .cid-uw6dUjv4wR .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uw6dUjv4wR .embla__button--prev {
  transform: translateX(3rem);
}
.cid-uw6dUjv4wR .embla__button--next {
  transform: translateX(-3rem);
}
.cid-uw6dUjv4wR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uw6dUjv4wR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uw6dUjv4wR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uw6dUjv4wR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uw6dUjv4wR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw6dUjv4wR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uw6dUjv4wR .embla {
  position: relative;
  width: 100%;
}
.cid-uw6dUjv4wR .embla:hover .embla__button--next,
.cid-uw6dUjv4wR .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uw6dUjv4wR .embla .embla__button--next,
  .cid-uw6dUjv4wR .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uw6dUjv4wR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uw6dUjv4wR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uw6dUjv4wR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uw6dUjv4wR .embla__slide a {
  cursor: grab;
}
.cid-uw6dUjv4wR .embla__slide a:active {
  cursor: grabbing;
}
.cid-uw6dUjv4wR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uw6dUjv4wR .mbr-section-title {
  color: #fdfde1;
}
.cid-uw6dUjv4wR .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-uw6dUjv4wR .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uw6dUjv4wR .mbr-box {
  color: #ffffff;
}
.cid-uw6dUjv4wR .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uw6dUjv4wR .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uw6dUjv4wR .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uw6dUjv4wR .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
  background-color: #fdfde1;
  padding: 0.3rem;
}
.cid-uw6dUjv4wR .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-uw6dUjv4wR .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-uw6dUjv4wR .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-uw6dUjv4wR .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-uw6dUjv4wR .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-uw6dUjv4wR .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-uw6dUjv4wR .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uw6dUjv4wR .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-uw6dUjv4wR .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uw6dUjv4wR .item-wrapper:hover .card-title,
.cid-uw6dUjv4wR .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-uw6dUjv4wR .content-head {
  max-width: 856px;
}
.cid-uw6dUjv4wR .card-title-1 {
  color: #fdfde1;
}
.cid-uw6dUjv4wR .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uHfmiNI0It {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHfmiNI0It .item:focus,
.cid-uHfmiNI0It span:focus {
  outline: none;
}
.cid-uHfmiNI0It .row {
  justify-content: center;
}
.cid-uHfmiNI0It .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHfmiNI0It .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uHfmiNI0It .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHfmiNI0It .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHfmiNI0It .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uHfmiNI0It .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uHfmiNI0It .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uHfmiNI0It .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHfmiNI0It .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHfmiNI0It .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uHfmiNI0It .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uHfmiNI0It .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHfmiNI0It .item-wrapper {
  position: relative;
}
.cid-uHfmiNI0It .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uHfmiNI0It .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHfmiNI0It .embla__slide .slide-content {
  width: 100%;
}
.cid-uHfmiNI0It .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uHfmiNI0It .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHfmiNI0It .embla__button--next,
.cid-uHfmiNI0It .embla__button--prev {
  display: flex;
}
.cid-uHfmiNI0It .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uHfmiNI0It .embla__button {
    display: none;
  }
}
.cid-uHfmiNI0It .embla__button:hover {
  background-color: transparent !important;
}
.cid-uHfmiNI0It .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHfmiNI0It .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHfmiNI0It .embla__button {
    top: auto;
  }
}
.cid-uHfmiNI0It .embla {
  position: relative;
  width: 100%;
}
.cid-uHfmiNI0It .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHfmiNI0It .embla__viewport {
    padding: 0;
  }
}
.cid-uHfmiNI0It .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHfmiNI0It .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHfmiNI0It .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHfmiNI0It .mbr-label,
.cid-uHfmiNI0It .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uHfmiNI0It .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uHfmiNI0It .mbr-text,
.cid-uHfmiNI0It .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHfmiNI0It .mbr-section-title,
.cid-uHfmiNI0It .mbr-section-btn {
  color: #3c97bf;
}
.cid-uw6dZeSVAb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uw6dZeSVAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6dZeSVAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6dZeSVAb .content-head {
  max-width: 800px;
}
.cid-uw6dZeSVAb .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uw6dZeSVAb .item {
  color: #d3f2ff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uw6dZeSVAb .item {
    min-height: 45px;
  }
}
.cid-uH3NBwWF4o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fffff5;
}
.cid-uH3NBwWF4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3NBwWF4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3NBwWF4o .card-wrapper {
  background-color: #000000;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.cid-uH3NBwWF4o .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.cid-uH3NBwWF4o .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uH3NBwWF4o .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uH3NBwWF4o .google-map[data-state] {
  background: #fffff5;
}
.cid-uH3NBwWF4o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uH3NBwWF4o .content-head {
  max-width: 800px;
}
.cid-uH3NBwWF4o .card-title,
.cid-uH3NBwWF4o .iconfont-wrapper {
  color: #fdfde1;
}
.cid-uH3NBwWF4o .card-text,
.cid-uH3NBwWF4o .mbr-section-btn {
  color: #fdfde1;
}
.cid-uw6es0Lv9W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uw6es0Lv9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6es0Lv9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uw6es0Lv9W .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uw6es0Lv9W .container {
    padding: 0 12px;
  }
}
.cid-uw6es0Lv9W .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uw6es0Lv9W .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-uw6es0Lv9W .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 768px) {
  .cid-uw6es0Lv9W .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-uw6es0Lv9W .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-uw6es0Lv9W .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uw6es0Lv9W .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-uw6es0Lv9W .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-uw6es0Lv9W .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uw6es0Lv9W .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uw6es0Lv9W .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #e3f7ab;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #fdfde1 !important;
  background-color: #000000;
  transition: all 300ms ease;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bff747 !important;
  box-shadow: none;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #fdfde1;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fdfde1;
  border-color: #fdfde1;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uw6es0Lv9W .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-uw6es0Lv9W .mbr-form .form-conrol {
  color: #e3f7ab;
}
.cid-uw6es0Lv9W .mbr-section-title {
  color: #ffffff;
}
.cid-uw6es0Lv9W .mbr-text {
  color: #d3f2ff;
}
.cid-uw6es0Lv9W label {
  color: #ffffff;
}
.cid-uw6es0Lv9W .mbr-section-title,
.cid-uw6es0Lv9W .mbr-section-btn {
  color: #fdfde1;
}
.cid-uw6es0Lv9W .card-contacts {
  color: #bff747;
}
.cid-uFfxccH18M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1104.jpg");
}
.cid-uFfxccH18M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFfxccH18M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFfxccH18M .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFfxccH18M .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFfxccH18M .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFfxccH18M .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFfxccH18M .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFfxccH18M .mbr-section-title {
  color: #000000;
}
.cid-uFfxccH18M .mbr-desc {
  color: #fdfde1;
}
.cid-uFfxccH18M .mbr-text {
  color: #000000;
}
.cid-uFfxccH18M .mbr-text,
.cid-uFfxccH18M .text-wrapper {
  color: #fdfde1;
}
.cid-uFfxccH18M .mbr-section-title,
.cid-uFfxccH18M .mbr-section-btn {
  color: #87ceeb;
}
.cid-uHIfTUmlWe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHIfTUmlWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIfTUmlWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHIfTUmlWe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHIfTUmlWe .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uHIfTUmlWe .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uHIfTUmlWe .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uHIfTUmlWe .container {
    padding: 0 12px;
  }
}
.cid-uHIfTUmlWe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHIfTUmlWe .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uHIfTUmlWe .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHIfTUmlWe .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHIfTUmlWe .mbr-section-title {
  color: #1D1D1F;
}
.cid-uHIfTUmlWe .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uHIfTUmlWe .mbr-section-title,
.cid-uHIfTUmlWe .mbr-section-btn {
  text-align: center;
}
.cid-uw6esArSSY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3c97bf;
  overflow: hidden;
}
.cid-uw6esArSSY .media-container-row .mbr-text {
  color: #ffffff;
}
