.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 4.8rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0d4dfb !important;
}
.bg-success {
  background-color: #14a835 !important;
}
.bg-info {
  background-color: #f5f5f5 !important;
}
.bg-warning {
  background-color: #de8f1b !important;
}
.bg-danger {
  background-color: #dc1b20 !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff;
  color: #0d4dfb;
}
.btn-primary,
.btn-primary:active {
  background-color: #0d4dfb !important;
  border-color: #0d4dfb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3f72fc !important;
  border-color: #3f72fc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f72fc !important;
  border-color: #3f72fc !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #676767;
  color: #e6e6e6;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: #676767 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #676767 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  background-color: #767676;
  color: #f5f5f5;
}
.btn-info,
.btn-info:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #767676 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff;
  color: #14a835;
}
.btn-success,
.btn-success:active {
  background-color: #14a835 !important;
  border-color: #14a835 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #19d643 !important;
  border-color: #19d643 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #19d643 !important;
  border-color: #19d643 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #ffffff;
  color: #de8f1b;
}
.btn-warning,
.btn-warning:active {
  background-color: #de8f1b !important;
  border-color: #de8f1b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e8a644 !important;
  border-color: #e8a644 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e8a644 !important;
  border-color: #e8a644 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #dc1b20;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc1b20 !important;
  border-color: #dc1b20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e84246 !important;
  border-color: #e84246 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e84246 !important;
  border-color: #e84246 !important;
}
.btn-white .mbr-iconfont {
  background-color: #757b62;
  color: #eff0ec;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #0f0f0f;
}
.btn-black,
.btn-black:active {
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #292929 !important;
  border-color: #292929 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #0d4dfb;
  color: #ffffff;
}
.btn-primary-outline span::after {
  background-color: #0d4dfb;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0d4dfb;
  color: #0d4dfb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d4dfb !important;
  background-color: transparent !important;
  border-color: #0d4dfb !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d4dfb !important;
  border-color: #0d4dfb !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #e6e6e6;
  color: #676767;
}
.btn-secondary-outline span::after {
  background-color: #e6e6e6;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e6e6e6 !important;
  background-color: transparent !important;
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #676767 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #f5f5f5;
  color: #767676;
}
.btn-info-outline span::after {
  background-color: #f5f5f5;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5f5f5 !important;
  background-color: transparent !important;
  border-color: #f5f5f5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #14a835;
  color: #ffffff;
}
.btn-success-outline span::after {
  background-color: #14a835;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #14a835;
  color: #14a835;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #14a835 !important;
  background-color: transparent !important;
  border-color: #14a835 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #14a835 !important;
  border-color: #14a835 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #de8f1b;
  color: #ffffff;
}
.btn-warning-outline span::after {
  background-color: #de8f1b;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #de8f1b;
  color: #de8f1b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #de8f1b !important;
  background-color: transparent !important;
  border-color: #de8f1b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #de8f1b !important;
  border-color: #de8f1b !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #dc1b20;
  color: #ffffff;
}
.btn-danger-outline span::after {
  background-color: #dc1b20;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc1b20;
  color: #dc1b20;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dc1b20 !important;
  background-color: transparent !important;
  border-color: #dc1b20 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc1b20 !important;
  border-color: #dc1b20 !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #0f0f0f;
  color: #ffffff;
}
.btn-black-outline span::after {
  background-color: #0f0f0f;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #0f0f0f !important;
  background-color: transparent !important;
  border-color: #0f0f0f !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline span::after {
  background-color: #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0d4dfb !important;
}
.text-secondary {
  color: #e6e6e6 !important;
}
.text-success {
  color: #14a835 !important;
}
.text-info {
  color: #f5f5f5 !important;
}
.text-warning {
  color: #de8f1b !important;
}
.text-danger {
  color: #dc1b20 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0f0f0f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #032d9f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b3b3b3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #094d18 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c2c2c2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #835410 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #811013 !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: #0d4dfb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f5f5f5;
}
.alert-warning {
  background-color: #de8f1b;
}
.alert-danger {
  background-color: #dc1b20;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0d4dfb;
  border-color: #0d4dfb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0d4dfb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d6e1fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #51ea73;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9e7cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9cacc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 300;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #0d4dfb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 300;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0d4dfb;
}
/* 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: #0d4dfb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0d4dfb;
}
.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: #0d4dfb;
  border-bottom-color: #0d4dfb;
}
.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: #0d4dfb !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: #e6e6e6 !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='%230d4dfb' %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;
}
.mbr-section-btn .btn {
  padding: 8px 42px;
  font-weight: 300;
  min-height: 62px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 8px 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 24px;
  margin-right: -32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin-left: 12px;
    margin-right: -14px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-left: 34px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont {
    margin-left: 24px;
  }
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  min-height: auto;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont {
  padding: 0;
  margin-right: 0;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline .mbr-iconfont,
  .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
  .mbr-section-btn .btn-success-outline .mbr-iconfont,
  .mbr-section-btn .btn-info-outline .mbr-iconfont,
  .mbr-section-btn .btn-warning-outline .mbr-iconfont,
  .mbr-section-btn .btn-danger-outline .mbr-iconfont,
  .mbr-section-btn .btn-black-outline .mbr-iconfont,
  .mbr-section-btn .btn-white-outline .mbr-iconfont {
    margin-right: 0;
  }
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-success-outline .mbr-iconfont::after,
.mbr-section-btn .btn-info-outline .mbr-iconfont::after,
.mbr-section-btn .btn-warning-outline .mbr-iconfont::after,
.mbr-section-btn .btn-danger-outline .mbr-iconfont::after,
.mbr-section-btn .btn-black-outline .mbr-iconfont::after,
.mbr-section-btn .btn-white-outline .mbr-iconfont::after {
  display: none !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  text-decoration-color: inherit;
}
.item-wrap {
  border-radius: 100px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.cid-uOXwmLoPJx .navbar-dropdown {
  position: relative !important;
}
.cid-uOXwmLoPJx .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uOXwmLoPJx .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uOXwmLoPJx .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uOXwmLoPJx .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uOXwmLoPJx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXwmLoPJx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOXwmLoPJx .dropdown-item {
  border: none !important;
  background: #e0fef8 !important;
}
.cid-uOXwmLoPJx .dropdown-item:hover,
.cid-uOXwmLoPJx .dropdown-item:focus {
  background: #e0fef8 !important;
  color: #0f0f0f !important;
}
.cid-uOXwmLoPJx .dropdown-item:hover span {
  color: white;
}
.cid-uOXwmLoPJx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOXwmLoPJx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOXwmLoPJx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOXwmLoPJx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOXwmLoPJx .nav-link {
  position: relative;
}
.cid-uOXwmLoPJx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOXwmLoPJx .container {
    flex-wrap: nowrap;
  }
}
.cid-uOXwmLoPJx .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOXwmLoPJx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOXwmLoPJx .dropdown-menu,
.cid-uOXwmLoPJx .navbar.opened {
  background: #e0fef8 !important;
}
.cid-uOXwmLoPJx .nav-item:focus,
.cid-uOXwmLoPJx .nav-link:focus {
  outline: none;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXwmLoPJx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOXwmLoPJx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOXwmLoPJx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e0fef8;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOXwmLoPJx .navbar.opened {
  transition: all 0.3s;
}
.cid-uOXwmLoPJx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOXwmLoPJx .navbar .navbar-logo img {
  width: auto;
}
.cid-uOXwmLoPJx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOXwmLoPJx .navbar.collapsed {
  justify-content: center;
}
.cid-uOXwmLoPJx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOXwmLoPJx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOXwmLoPJx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOXwmLoPJx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOXwmLoPJx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOXwmLoPJx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOXwmLoPJx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOXwmLoPJx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOXwmLoPJx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOXwmLoPJx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOXwmLoPJx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOXwmLoPJx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOXwmLoPJx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOXwmLoPJx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOXwmLoPJx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOXwmLoPJx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOXwmLoPJx .navbar-brand .navbar-caption:hover,
.cid-uOXwmLoPJx .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uOXwmLoPJx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOXwmLoPJx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOXwmLoPJx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uOXwmLoPJx .dropdown-item.active,
.cid-uOXwmLoPJx .dropdown-item:active {
  background-color: transparent;
}
.cid-uOXwmLoPJx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOXwmLoPJx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOXwmLoPJx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOXwmLoPJx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e0fef8;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOXwmLoPJx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOXwmLoPJx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOXwmLoPJx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOXwmLoPJx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOXwmLoPJx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOXwmLoPJx .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uOXwmLoPJx .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uOXwmLoPJx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOXwmLoPJx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOXwmLoPJx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e0fef8 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOXwmLoPJx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOXwmLoPJx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOXwmLoPJx .navbar {
    height: 70px;
  }
  .cid-uOXwmLoPJx .navbar.opened {
    height: auto;
  }
  .cid-uOXwmLoPJx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXwmLoPJx .navbar-nav {
  margin: 0 auto;
}
.cid-uOXwmLoPJx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOXwmLoPJx .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uOXwmLoPJx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOXwmLoPJx .nav-item .nav-link:hover,
.cid-uOXwmLoPJx .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uOXwmLoPJx .nav-item .nav-link:hover::after,
.cid-uOXwmLoPJx .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOXwmLoPJx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOXwmLoPJx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOXwmLoPJx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOXwmLoPJx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOXwmLoPJx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOXwmLoPJx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOXwmLoPJx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOXwmLoPJx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOXwmLoPJx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOXwmLoPJx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOXwmLoPJx .content-wrap {
  min-height: 110px;
}
.cid-uSarmwiWIv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #cce5fc;
  background-image: radial-gradient(at 100% -70%, #a148ff, #9cebf6, #cce5fc);
}
.cid-uSarmwiWIv .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uSarmwiWIv img {
  width: 100%;
  transform: scale(2);
  height: 230px;
  z-index: 0;
  border-radius: 30px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSarmwiWIv img {
    transform: scale(1) translateX(0);
  }
}
.cid-uSarmwiWIv .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uSarmwiWIv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSarmwiWIv .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uSarmwiWIv .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uSarmwiWIv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSarmwiWIv .mbr-section-title,
.cid-uSarmwiWIv .mbr-section-subtitle,
.cid-uSarmwiWIv .mbr-text,
.cid-uSarmwiWIv .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSarmwiWIv .col-12 {
  position: relative;
}
.cid-uSarmwiWIv .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSarmwiWIv .mbr-text,
.cid-uSarmwiWIv .mbr-section-btn {
  color: #000000;
}
.cid-uSarmwiWIv .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uS9PIp7Mok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0fef8;
}
.cid-uS9PIp7Mok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9PIp7Mok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9PIp7Mok .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uS9PIp7Mok .container-fluid {
    padding: 0 20px;
  }
}
.cid-uS9PIp7Mok .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS9PIp7Mok .container {
    padding: 0 20px;
  }
  .cid-uS9PIp7Mok .container .row {
    padding: 0;
  }
}
.cid-uS9PIp7Mok .container,
.cid-uS9PIp7Mok .container-fluid {
  position: relative;
}
.cid-uS9PIp7Mok .row {
  justify-content: center;
}
.cid-uS9PIp7Mok .text-wrapper {
  margin-bottom: 40px;
}
.cid-uS9PIp7Mok .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uS9PIp7Mok .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS9PIp7Mok .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uS9PIp7Mok .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uS9PIp7Mok .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-uS9PIp7Mok .list-wrapper .list .item-wrap::marker {
  color: #e0fef8;
}
.cid-uS9PIp7Mok .mbr-section-title {
  color: #000000;
}
.cid-uS9PIp7Mok .mbr-text {
  color: #ffffff;
}
.cid-uS9PIp7Mok .list {
  color: #000000;
}
.cid-uS6C0KMBmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cebf6;
}
.cid-uS6C0KMBmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS6C0KMBmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS6C0KMBmt .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #e0fef8;
}
@media (max-width: 992px) {
  .cid-uS6C0KMBmt .card-wrapper {
    padding: 20px;
  }
}
.cid-uS6C0KMBmt .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uS6C0KMBmt .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uS6C0KMBmt .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uS6C0KMBmt .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uS6C0KMBmt .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uS6C0KMBmt .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uS6C0KMBmt .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  pointer-events: none;
}
.cid-uS6C0KMBmt .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uS6C0KMBmt .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uS6C0KMBmt .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS6C0KMBmt .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uS6C0KMBmt .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uS6C0KMBmt .mbr-section-title,
.cid-uS6C0KMBmt .title-wrapper {
  color: #f1f5eb;
}
.cid-uS6C0KMBmt .mbr-section-title,
.cid-uS6C0KMBmt .mbr-section-btn,
.cid-uS6C0KMBmt .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSas3VwvGe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSas3VwvGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSas3VwvGe .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-uSas3VwvGe .container {
    padding: 0 16px;
  }
}
.cid-uSas3VwvGe .card {
  justify-content: center;
}
.cid-uSas3VwvGe .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #1bb9d0;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uSas3VwvGe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSas3VwvGe .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uSas3VwvGe .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uSas3VwvGe .mbr-section-title {
  color: #000000;
}
.cid-uSas3VwvGe .mbr-text {
  color: #000000;
}
.cid-uSas3VwvGe .mbr-desc {
  color: #000000;
}
.cid-uSascM67mB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0fef8;
}
.cid-uSascM67mB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSascM67mB .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-uSascM67mB .container {
    padding: 0 16px;
  }
}
.cid-uSascM67mB .row {
  position: relative;
  z-index: 1;
}
.cid-uSascM67mB .card {
  justify-content: flex-end;
}
.cid-uSascM67mB .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uSascM67mB .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSascM67mB .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSascM67mB .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uSascM67mB .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uSascM67mB .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uSascM67mB .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSascM67mB .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uSascM67mB .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uSascM67mB .card-wrapper .card-wrap {
  background-color: #1bb9d0;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSascM67mB .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uSascM67mB .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uSascM67mB .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uSascM67mB .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uSascM67mB .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSascM67mB .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSascM67mB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSascM67mB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSascM67mB .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uSascM67mB .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSascM67mB .text-wrapper {
    margin-left: 0;
  }
}
.cid-uSascM67mB .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uSascM67mB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSascM67mB .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uSascM67mB .mbr-text {
  color: #000000;
}
.cid-uSascM67mB .card-desc {
  color: #000000;
}
.cid-uSascM67mB .card-text {
  color: #ffffff;
}
.cid-uSascM67mB .card-name {
  color: #ffffff;
}
.cid-uSascM67mB .card-role {
  color: #ffffff;
}
.cid-uSascM67mB .mbr-text,
.cid-uSascM67mB .mbr-section-btn {
  color: #000000;
}
.cid-uOXwqxdzKo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOXwqxdzKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXwqxdzKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXwqxdzKo .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXwqxdzKo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOXwqxdzKo .items-wrapper {
  margin: 0 -75px;
}
.cid-uOXwqxdzKo .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uOXwqxdzKo .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uOXwqxdzKo .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uOXwqxdzKo .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uOXwqxdzKo .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOXwqxdzKo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uOXwqxdzKo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOXwqxdzKo .mbr-section-title {
  color: #0f0f0f;
}
.cid-uOXwqxdzKo .card-number {
  color: #000000;
}
.cid-uOXwqxdzKo .card-title {
  color: #666666;
}
.cid-uSaOixOt1X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cebf6;
}
.cid-uSaOixOt1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaOixOt1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaOixOt1X .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSaOixOt1X .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSaOixOt1X .container {
    padding: 0 30px;
  }
}
.cid-uSaOixOt1X .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uSaOixOt1X .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSaOixOt1X .card-wrapper {
    display: block;
  }
}
.cid-uSaOixOt1X .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uSaOixOt1X .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uSaOixOt1X .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSaOixOt1X .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSaOixOt1X .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSaOixOt1X .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSaOixOt1X .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSaOixOt1X .mbr-section-title {
  color: #000000;
}
.cid-uSaOixOt1X .mbr-text {
  color: #000000;
}
.cid-uSasOFLnIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSasOFLnIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSasOFLnIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSasOFLnIy .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uSasOFLnIy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uSasOFLnIy .container {
    padding: 0 26px;
  }
}
.cid-uSasOFLnIy .row {
  justify-content: center;
}
.cid-uSasOFLnIy .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #9cebf6;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uSasOFLnIy .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSasOFLnIy .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uSasOFLnIy .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uSasOFLnIy .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uSasOFLnIy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSasOFLnIy .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSasOFLnIy .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSasOFLnIy .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSasOFLnIy .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSasOFLnIy .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSasOFLnIy .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uSasOFLnIy .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uSasOFLnIy .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSasOFLnIy .mbr-section-title {
  color: #000000;
}
.cid-uSasOFLnIy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSasOFLnIy .mbr-desc {
  color: #ffffff;
}
.cid-uSasOFLnIy .mbr-text {
  color: #000000;
}
.cid-uSasOFLnIy .mbr-link {
  color: #ffffff;
}
.cid-uSatnmZ6WE {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1bb9d0;
}
@media (min-width: 1400px) {
  .cid-uSatnmZ6WE .col-12 {
    padding: 0 2rem;
  }
  .cid-uSatnmZ6WE .row {
    margin: 0 -2rem;
  }
}
.cid-uSatnmZ6WE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSatnmZ6WE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSatnmZ6WE .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSatnmZ6WE .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSatnmZ6WE .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0d4dfb;
}
.cid-uSatnmZ6WE .svg-top .st0 {
  fill: #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uSatnmZ6WE .svg-top {
    width: 1000px;
  }
}
.cid-uSatnmZ6WE .mbr-text {
  color: #000000;
}
.cid-uSatnmZ6WE .mbr-section-title {
  color: #000000;
}
.cid-uS9IStrTfr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS9IStrTfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9IStrTfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9IStrTfr .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS9IStrTfr .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uS9IStrTfr .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uS9IStrTfr .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uS9IStrTfr .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #e0fef8;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uS9IStrTfr .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uS9IStrTfr .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uS9IStrTfr .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS9IStrTfr .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS9IStrTfr .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uS9IStrTfr .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uS9IStrTfr .mbr-section-title,
.cid-uS9IStrTfr .mbr-section-btn {
  color: #000000;
}
.cid-uS9KrOmjoC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1bb9d0;
}
.cid-uS9KrOmjoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9KrOmjoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9KrOmjoC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS9KrOmjoC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS9KrOmjoC .items-wrapper {
  margin: 0 -2px;
}
.cid-uS9KrOmjoC .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uS9KrOmjoC .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uS9KrOmjoC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uS9KrOmjoC .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9cebf6;
}
.cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS9KrOmjoC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS9KrOmjoC .mbr-section-title {
  color: #0f0f0f;
}
.cid-uS9KrOmjoC .card-title {
  color: #0f0f0f;
}
.cid-uS9KrOmjoC .card-text {
  color: #666666;
}
.cid-uS9KrOmjoC .card-price {
  color: #0f0f0f;
}
.cid-uS9JdHWkMX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1bcfea;
  background-color: #ffffff;
}
.cid-uS9JdHWkMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9JdHWkMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9JdHWkMX .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uS9JdHWkMX .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS9JdHWkMX .content-wrapper {
    padding: 0;
  }
}
.cid-uS9JdHWkMX .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uS9JdHWkMX .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uS9JdHWkMX .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uS9JdHWkMX .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uS9JdHWkMX .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uS9JdHWkMX .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uS9JdHWkMX .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #0338ca;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #0338ca;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uS9JdHWkMX .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uS9JdHWkMX .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uS9JdHWkMX .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS9JdHWkMX .tab-content {
    padding: 0;
  }
}
.cid-uS9JdHWkMX .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #9cebf6;
  box-shadow: -10px 10px 0 0 #9cebf6;
}
@media (max-width: 992px) {
  .cid-uS9JdHWkMX .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #9cebf6;
    height: 350px;
  }
}
.cid-uS9JdHWkMX .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uS9JdHWkMX .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS9JdHWkMX .button-wrap {
    padding: 0;
  }
}
.cid-uS9JdHWkMX .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uS9JdHWkMX .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uS9JdHWkMX .mbr-section-title {
  color: #2C2625;
}
.cid-uS9JdHWkMX .mbr-section-btn {
  text-align: center;
}
.cid-uSaymbcd1t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uSaymbcd1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaymbcd1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaymbcd1t .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSaymbcd1t .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uSaymbcd1t .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSaymbcd1t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uSaymbcd1t .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #e0fef8, #ece248, #e0fef8);
}
@media (max-width: 992px) {
  .cid-uSaymbcd1t .border-wrap {
    margin-top: 32px;
  }
}
.cid-uSaymbcd1t .mbr-section-title {
  color: #ffffff;
}
.cid-uSaymbcd1t .mbr-text,
.cid-uSaymbcd1t .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSaymbcd1t .mbr-section-title,
.cid-uSaymbcd1t .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSayNkgUxO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0f0f0f;
}
.cid-uSayNkgUxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSayNkgUxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSayNkgUxO .row {
  justify-content: center;
}
.cid-uSayNkgUxO .map-wrapper {
  position: relative;
}
.cid-uSayNkgUxO .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#9cebf6, transparent);
  filter: blur(100px);
}
.cid-uSayNkgUxO .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #1bcfea;
  background-color: #1bcfea;
}
.cid-uSayNkgUxO .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uSayNkgUxO .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uSayNkgUxO .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uS6SdfGc70 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uS6SdfGc70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS6SdfGc70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS6SdfGc70 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS6SdfGc70 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS6SdfGc70 .row {
    text-align: center;
  }
  .cid-uS6SdfGc70 .row > div {
    margin: auto;
  }
  .cid-uS6SdfGc70 .social-row {
    justify-content: center;
  }
}
.cid-uS6SdfGc70 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS6SdfGc70 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS6SdfGc70 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS6SdfGc70 .list {
    margin-bottom: 0rem;
  }
}
.cid-uS6SdfGc70 .mbr-text {
  color: #ffffff;
}
.cid-uS6SdfGc70 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uS6SdfGc70 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS6SdfGc70 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS6SdfGc70 .copyright {
  color: #ffffff;
}
.cid-uS6SdfGc70 H5 {
  color: #ffffff;
}
.cid-uOXwmLoPJx .navbar-dropdown {
  position: relative !important;
}
.cid-uOXwmLoPJx .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uOXwmLoPJx .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uOXwmLoPJx .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uOXwmLoPJx .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uOXwmLoPJx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXwmLoPJx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOXwmLoPJx .dropdown-item {
  border: none !important;
  background: #e0fef8 !important;
}
.cid-uOXwmLoPJx .dropdown-item:hover,
.cid-uOXwmLoPJx .dropdown-item:focus {
  background: #e0fef8 !important;
  color: #0f0f0f !important;
}
.cid-uOXwmLoPJx .dropdown-item:hover span {
  color: white;
}
.cid-uOXwmLoPJx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOXwmLoPJx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOXwmLoPJx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOXwmLoPJx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOXwmLoPJx .nav-link {
  position: relative;
}
.cid-uOXwmLoPJx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOXwmLoPJx .container {
    flex-wrap: nowrap;
  }
}
.cid-uOXwmLoPJx .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOXwmLoPJx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOXwmLoPJx .dropdown-menu,
.cid-uOXwmLoPJx .navbar.opened {
  background: #e0fef8 !important;
}
.cid-uOXwmLoPJx .nav-item:focus,
.cid-uOXwmLoPJx .nav-link:focus {
  outline: none;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXwmLoPJx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOXwmLoPJx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOXwmLoPJx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e0fef8;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOXwmLoPJx .navbar.opened {
  transition: all 0.3s;
}
.cid-uOXwmLoPJx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOXwmLoPJx .navbar .navbar-logo img {
  width: auto;
}
.cid-uOXwmLoPJx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOXwmLoPJx .navbar.collapsed {
  justify-content: center;
}
.cid-uOXwmLoPJx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOXwmLoPJx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOXwmLoPJx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOXwmLoPJx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOXwmLoPJx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOXwmLoPJx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOXwmLoPJx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOXwmLoPJx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOXwmLoPJx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOXwmLoPJx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOXwmLoPJx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOXwmLoPJx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOXwmLoPJx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOXwmLoPJx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOXwmLoPJx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOXwmLoPJx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOXwmLoPJx .navbar-brand .navbar-caption:hover,
.cid-uOXwmLoPJx .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uOXwmLoPJx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOXwmLoPJx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOXwmLoPJx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uOXwmLoPJx .dropdown-item.active,
.cid-uOXwmLoPJx .dropdown-item:active {
  background-color: transparent;
}
.cid-uOXwmLoPJx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOXwmLoPJx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOXwmLoPJx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOXwmLoPJx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e0fef8;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOXwmLoPJx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOXwmLoPJx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOXwmLoPJx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOXwmLoPJx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOXwmLoPJx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOXwmLoPJx .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uOXwmLoPJx .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uOXwmLoPJx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOXwmLoPJx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOXwmLoPJx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e0fef8 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOXwmLoPJx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOXwmLoPJx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOXwmLoPJx .navbar {
    height: 70px;
  }
  .cid-uOXwmLoPJx .navbar.opened {
    height: auto;
  }
  .cid-uOXwmLoPJx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXwmLoPJx .navbar-nav {
  margin: 0 auto;
}
.cid-uOXwmLoPJx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOXwmLoPJx .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uOXwmLoPJx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOXwmLoPJx .nav-item .nav-link:hover,
.cid-uOXwmLoPJx .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uOXwmLoPJx .nav-item .nav-link:hover::after,
.cid-uOXwmLoPJx .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOXwmLoPJx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOXwmLoPJx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOXwmLoPJx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOXwmLoPJx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOXwmLoPJx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOXwmLoPJx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOXwmLoPJx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOXwmLoPJx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOXwmLoPJx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOXwmLoPJx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOXwmLoPJx .content-wrap {
  min-height: 110px;
}
.cid-uSaFWri8pd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSaFWri8pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaFWri8pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaFWri8pd .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #e0fef8;
}
@media (max-width: 992px) {
  .cid-uSaFWri8pd .card-wrapper {
    padding: 20px;
  }
}
.cid-uSaFWri8pd .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uSaFWri8pd .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uSaFWri8pd .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSaFWri8pd .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uSaFWri8pd .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uSaFWri8pd .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uSaFWri8pd .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #9cebf6;
  pointer-events: none;
}
.cid-uSaFWri8pd .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #9cebf6;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSaFWri8pd .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSaFWri8pd .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSaFWri8pd .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSaFWri8pd .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSaFWri8pd .mbr-section-title,
.cid-uSaFWri8pd .title-wrapper {
  color: #f1f5eb;
}
.cid-uSaFWri8pd .mbr-section-title,
.cid-uSaFWri8pd .mbr-section-btn,
.cid-uSaFWri8pd .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uS7ZpS2WEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cebf6;
}
.cid-uS7ZpS2WEV img {
  border-radius: 0px;
}
.cid-uS7ZpS2WEV .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-uS7ZpS2WEV .mbr-text {
  padding-bottom: 30px;
  color: #000000;
  font-weight: 500;
}
.cid-uS7ZpS2WEV p:last-child {
  margin-bottom: 0;
}
.cid-uS7ZpS2WEV .row {
  justify-content: center;
}
.cid-uS94SotpSv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uS94SotpSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS94SotpSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS94SotpSv .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uS94SotpSv .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uS94SotpSv .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uS94SotpSv .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uS6SdfGc70 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uS6SdfGc70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS6SdfGc70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS6SdfGc70 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS6SdfGc70 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS6SdfGc70 .row {
    text-align: center;
  }
  .cid-uS6SdfGc70 .row > div {
    margin: auto;
  }
  .cid-uS6SdfGc70 .social-row {
    justify-content: center;
  }
}
.cid-uS6SdfGc70 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS6SdfGc70 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS6SdfGc70 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS6SdfGc70 .list {
    margin-bottom: 0rem;
  }
}
.cid-uS6SdfGc70 .mbr-text {
  color: #ffffff;
}
.cid-uS6SdfGc70 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uS6SdfGc70 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS6SdfGc70 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS6SdfGc70 .copyright {
  color: #ffffff;
}
.cid-uS6SdfGc70 H5 {
  color: #ffffff;
}
.cid-uS808MxJPf .navbar-dropdown {
  position: relative !important;
}
.cid-uS808MxJPf .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uS808MxJPf .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uS808MxJPf .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uS808MxJPf .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uS808MxJPf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS808MxJPf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS808MxJPf .dropdown-item {
  border: none !important;
  background: #e0fef8 !important;
}
.cid-uS808MxJPf .dropdown-item:hover,
.cid-uS808MxJPf .dropdown-item:focus {
  background: #e0fef8 !important;
  color: #0f0f0f !important;
}
.cid-uS808MxJPf .dropdown-item:hover span {
  color: white;
}
.cid-uS808MxJPf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS808MxJPf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS808MxJPf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS808MxJPf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS808MxJPf .nav-link {
  position: relative;
}
.cid-uS808MxJPf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS808MxJPf .container {
    flex-wrap: nowrap;
  }
}
.cid-uS808MxJPf .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS808MxJPf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS808MxJPf .dropdown-menu,
.cid-uS808MxJPf .navbar.opened {
  background: #e0fef8 !important;
}
.cid-uS808MxJPf .nav-item:focus,
.cid-uS808MxJPf .nav-link:focus {
  outline: none;
}
.cid-uS808MxJPf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS808MxJPf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS808MxJPf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS808MxJPf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS808MxJPf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS808MxJPf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS808MxJPf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e0fef8;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS808MxJPf .navbar.opened {
  transition: all 0.3s;
}
.cid-uS808MxJPf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uS808MxJPf .navbar .navbar-logo img {
  width: auto;
}
.cid-uS808MxJPf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS808MxJPf .navbar.collapsed {
  justify-content: center;
}
.cid-uS808MxJPf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS808MxJPf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS808MxJPf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uS808MxJPf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS808MxJPf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS808MxJPf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uS808MxJPf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS808MxJPf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS808MxJPf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS808MxJPf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS808MxJPf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS808MxJPf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS808MxJPf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS808MxJPf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uS808MxJPf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS808MxJPf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS808MxJPf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS808MxJPf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS808MxJPf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS808MxJPf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS808MxJPf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS808MxJPf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS808MxJPf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uS808MxJPf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uS808MxJPf .navbar-brand .navbar-caption:hover,
.cid-uS808MxJPf .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uS808MxJPf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS808MxJPf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS808MxJPf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uS808MxJPf .dropdown-item.active,
.cid-uS808MxJPf .dropdown-item:active {
  background-color: transparent;
}
.cid-uS808MxJPf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS808MxJPf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS808MxJPf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS808MxJPf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e0fef8;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS808MxJPf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS808MxJPf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS808MxJPf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS808MxJPf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS808MxJPf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS808MxJPf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uS808MxJPf .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uS808MxJPf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uS808MxJPf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS808MxJPf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e0fef8 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS808MxJPf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uS808MxJPf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS808MxJPf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS808MxJPf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS808MxJPf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS808MxJPf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS808MxJPf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS808MxJPf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS808MxJPf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS808MxJPf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS808MxJPf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS808MxJPf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS808MxJPf .navbar {
    height: 70px;
  }
  .cid-uS808MxJPf .navbar.opened {
    height: auto;
  }
  .cid-uS808MxJPf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS808MxJPf .navbar-nav {
  margin: 0 auto;
}
.cid-uS808MxJPf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS808MxJPf .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uS808MxJPf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS808MxJPf .nav-item .nav-link:hover,
.cid-uS808MxJPf .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uS808MxJPf .nav-item .nav-link:hover::after,
.cid-uS808MxJPf .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uS808MxJPf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS808MxJPf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS808MxJPf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS808MxJPf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS808MxJPf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS808MxJPf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS808MxJPf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS808MxJPf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS808MxJPf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uS808MxJPf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS808MxJPf .content-wrap {
  min-height: 110px;
}
.cid-uSaFuOv9LC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSaFuOv9LC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaFuOv9LC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaFuOv9LC .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #e0fef8;
}
@media (max-width: 992px) {
  .cid-uSaFuOv9LC .card-wrapper {
    padding: 20px;
  }
}
.cid-uSaFuOv9LC .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uSaFuOv9LC .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uSaFuOv9LC .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSaFuOv9LC .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uSaFuOv9LC .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uSaFuOv9LC .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uSaFuOv9LC .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #9cebf6;
  pointer-events: none;
}
.cid-uSaFuOv9LC .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #9cebf6;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSaFuOv9LC .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSaFuOv9LC .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSaFuOv9LC .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSaFuOv9LC .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSaFuOv9LC .mbr-section-title,
.cid-uSaFuOv9LC .title-wrapper {
  color: #f1f5eb;
}
.cid-uSaFuOv9LC .mbr-section-title,
.cid-uSaFuOv9LC .mbr-section-btn,
.cid-uSaFuOv9LC .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uS808NmFVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uS808NmFVV img {
  border-radius: 0px;
}
.cid-uS808NmFVV .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-uS808NmFVV .mbr-text {
  padding-bottom: 30px;
  color: #000000;
  font-weight: 500;
}
.cid-uS808NmFVV p:last-child {
  margin-bottom: 0;
}
.cid-uS808NmFVV .row {
  justify-content: center;
}
.cid-uS93yKiptO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uS93yKiptO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS93yKiptO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS93yKiptO .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uS93yKiptO .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uS93yKiptO .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uS93yKiptO .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uS808NZmnv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uS808NZmnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS808NZmnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS808NZmnv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS808NZmnv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS808NZmnv .row {
    text-align: center;
  }
  .cid-uS808NZmnv .row > div {
    margin: auto;
  }
  .cid-uS808NZmnv .social-row {
    justify-content: center;
  }
}
.cid-uS808NZmnv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS808NZmnv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS808NZmnv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS808NZmnv .list {
    margin-bottom: 0rem;
  }
}
.cid-uS808NZmnv .mbr-text {
  color: #ffffff;
}
.cid-uS808NZmnv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uS808NZmnv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS808NZmnv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS808NZmnv .copyright {
  color: #ffffff;
}
.cid-uS808NZmnv H5 {
  color: #ffffff;
}
.cid-uSaPmo30Ah .navbar-dropdown {
  position: relative !important;
}
.cid-uSaPmo30Ah .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uSaPmo30Ah .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uSaPmo30Ah .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmo30Ah .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSaPmo30Ah .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSaPmo30Ah .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uSaPmo30Ah .dropdown-item {
  border: none !important;
  background: #e0fef8 !important;
}
.cid-uSaPmo30Ah .dropdown-item:hover,
.cid-uSaPmo30Ah .dropdown-item:focus {
  background: #e0fef8 !important;
  color: #0f0f0f !important;
}
.cid-uSaPmo30Ah .dropdown-item:hover span {
  color: white;
}
.cid-uSaPmo30Ah .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSaPmo30Ah .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSaPmo30Ah .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSaPmo30Ah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSaPmo30Ah .nav-link {
  position: relative;
}
.cid-uSaPmo30Ah .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uSaPmo30Ah .container {
    flex-wrap: nowrap;
  }
}
.cid-uSaPmo30Ah .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uSaPmo30Ah .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSaPmo30Ah .dropdown-menu,
.cid-uSaPmo30Ah .navbar.opened {
  background: #e0fef8 !important;
}
.cid-uSaPmo30Ah .nav-item:focus,
.cid-uSaPmo30Ah .nav-link:focus {
  outline: none;
}
.cid-uSaPmo30Ah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSaPmo30Ah .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uSaPmo30Ah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSaPmo30Ah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSaPmo30Ah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSaPmo30Ah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSaPmo30Ah .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e0fef8;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSaPmo30Ah .navbar.opened {
  transition: all 0.3s;
}
.cid-uSaPmo30Ah .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uSaPmo30Ah .navbar .navbar-logo img {
  width: auto;
}
.cid-uSaPmo30Ah .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSaPmo30Ah .navbar.collapsed {
  justify-content: center;
}
.cid-uSaPmo30Ah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSaPmo30Ah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSaPmo30Ah .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uSaPmo30Ah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSaPmo30Ah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSaPmo30Ah .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSaPmo30Ah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSaPmo30Ah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSaPmo30Ah .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSaPmo30Ah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSaPmo30Ah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSaPmo30Ah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSaPmo30Ah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSaPmo30Ah .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSaPmo30Ah .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSaPmo30Ah .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSaPmo30Ah .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uSaPmo30Ah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uSaPmo30Ah .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSaPmo30Ah .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSaPmo30Ah .navbar.navbar-short {
  min-height: 96px;
}
.cid-uSaPmo30Ah .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uSaPmo30Ah .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uSaPmo30Ah .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSaPmo30Ah .navbar-brand .navbar-caption:hover,
.cid-uSaPmo30Ah .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uSaPmo30Ah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSaPmo30Ah .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uSaPmo30Ah .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uSaPmo30Ah .dropdown-item.active,
.cid-uSaPmo30Ah .dropdown-item:active {
  background-color: transparent;
}
.cid-uSaPmo30Ah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSaPmo30Ah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSaPmo30Ah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSaPmo30Ah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e0fef8;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uSaPmo30Ah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uSaPmo30Ah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uSaPmo30Ah .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSaPmo30Ah ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uSaPmo30Ah ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uSaPmo30Ah .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uSaPmo30Ah .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uSaPmo30Ah .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uSaPmo30Ah .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uSaPmo30Ah button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e0fef8 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSaPmo30Ah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uSaPmo30Ah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uSaPmo30Ah button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSaPmo30Ah button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSaPmo30Ah button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uSaPmo30Ah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSaPmo30Ah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSaPmo30Ah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSaPmo30Ah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSaPmo30Ah .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSaPmo30Ah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSaPmo30Ah .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSaPmo30Ah .navbar {
    height: 70px;
  }
  .cid-uSaPmo30Ah .navbar.opened {
    height: auto;
  }
  .cid-uSaPmo30Ah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSaPmo30Ah .navbar-nav {
  margin: 0 auto;
}
.cid-uSaPmo30Ah .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uSaPmo30Ah .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uSaPmo30Ah .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uSaPmo30Ah .nav-item .nav-link:hover,
.cid-uSaPmo30Ah .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uSaPmo30Ah .nav-item .nav-link:hover::after,
.cid-uSaPmo30Ah .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uSaPmo30Ah .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uSaPmo30Ah .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uSaPmo30Ah .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uSaPmo30Ah .navbar {
    justify-content: flex-start !important;
  }
  .cid-uSaPmo30Ah .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uSaPmo30Ah .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uSaPmo30Ah .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uSaPmo30Ah .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uSaPmo30Ah .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uSaPmo30Ah .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uSaPmo30Ah .content-wrap {
  min-height: 110px;
}
.cid-uSaPmoEVMQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #cce5fc;
  background-image: radial-gradient(at 100% -70%, #a148ff, #9cebf6, #cce5fc);
}
.cid-uSaPmoEVMQ .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uSaPmoEVMQ img {
  width: 100%;
  transform: scale(2);
  height: 230px;
  z-index: 0;
  border-radius: 30px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSaPmoEVMQ img {
    transform: scale(1) translateX(0);
  }
}
.cid-uSaPmoEVMQ .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uSaPmoEVMQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSaPmoEVMQ .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uSaPmoEVMQ .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uSaPmoEVMQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSaPmoEVMQ .mbr-section-title,
.cid-uSaPmoEVMQ .mbr-section-subtitle,
.cid-uSaPmoEVMQ .mbr-text,
.cid-uSaPmoEVMQ .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSaPmoEVMQ .col-12 {
  position: relative;
}
.cid-uSaPmoEVMQ .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSaPmoEVMQ .mbr-text,
.cid-uSaPmoEVMQ .mbr-section-btn {
  color: #000000;
}
.cid-uSaPmoEVMQ .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSaPmpkXVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0fef8;
}
.cid-uSaPmpkXVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmpkXVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmpkXVo .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uSaPmpkXVo .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSaPmpkXVo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSaPmpkXVo .container {
    padding: 0 20px;
  }
  .cid-uSaPmpkXVo .container .row {
    padding: 0;
  }
}
.cid-uSaPmpkXVo .container,
.cid-uSaPmpkXVo .container-fluid {
  position: relative;
}
.cid-uSaPmpkXVo .row {
  justify-content: center;
}
.cid-uSaPmpkXVo .text-wrapper {
  margin-bottom: 40px;
}
.cid-uSaPmpkXVo .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSaPmpkXVo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSaPmpkXVo .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSaPmpkXVo .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uSaPmpkXVo .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-uSaPmpkXVo .list-wrapper .list .item-wrap::marker {
  color: #e0fef8;
}
.cid-uSaPmpkXVo .mbr-section-title {
  color: #000000;
}
.cid-uSaPmpkXVo .mbr-text {
  color: #ffffff;
}
.cid-uSaPmpkXVo .list {
  color: #000000;
}
.cid-uSaPmpVW5Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cebf6;
}
.cid-uSaPmpVW5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmpVW5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmpVW5Q .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #e0fef8;
}
@media (max-width: 992px) {
  .cid-uSaPmpVW5Q .card-wrapper {
    padding: 20px;
  }
}
.cid-uSaPmpVW5Q .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uSaPmpVW5Q .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uSaPmpVW5Q .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSaPmpVW5Q .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uSaPmpVW5Q .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uSaPmpVW5Q .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uSaPmpVW5Q .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  pointer-events: none;
}
.cid-uSaPmpVW5Q .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSaPmpVW5Q .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSaPmpVW5Q .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSaPmpVW5Q .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSaPmpVW5Q .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSaPmpVW5Q .mbr-section-title,
.cid-uSaPmpVW5Q .title-wrapper {
  color: #f1f5eb;
}
.cid-uSaPmpVW5Q .mbr-section-title,
.cid-uSaPmpVW5Q .mbr-section-btn,
.cid-uSaPmpVW5Q .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSaPmqvnnP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSaPmqvnnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmqvnnP .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-uSaPmqvnnP .container {
    padding: 0 16px;
  }
}
.cid-uSaPmqvnnP .card {
  justify-content: center;
}
.cid-uSaPmqvnnP .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #1bb9d0;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uSaPmqvnnP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSaPmqvnnP .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uSaPmqvnnP .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uSaPmqvnnP .mbr-section-title {
  color: #000000;
}
.cid-uSaPmqvnnP .mbr-text {
  color: #000000;
}
.cid-uSaPmqvnnP .mbr-desc {
  color: #000000;
}
.cid-uSaPmr4zmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0fef8;
}
.cid-uSaPmr4zmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmr4zmt .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-uSaPmr4zmt .container {
    padding: 0 16px;
  }
}
.cid-uSaPmr4zmt .row {
  position: relative;
  z-index: 1;
}
.cid-uSaPmr4zmt .card {
  justify-content: flex-end;
}
.cid-uSaPmr4zmt .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uSaPmr4zmt .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmr4zmt .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSaPmr4zmt .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uSaPmr4zmt .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uSaPmr4zmt .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uSaPmr4zmt .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSaPmr4zmt .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uSaPmr4zmt .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uSaPmr4zmt .card-wrapper .card-wrap {
  background-color: #1bb9d0;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSaPmr4zmt .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uSaPmr4zmt .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uSaPmr4zmt .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uSaPmr4zmt .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uSaPmr4zmt .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSaPmr4zmt .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSaPmr4zmt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSaPmr4zmt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSaPmr4zmt .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uSaPmr4zmt .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmr4zmt .text-wrapper {
    margin-left: 0;
  }
}
.cid-uSaPmr4zmt .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uSaPmr4zmt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSaPmr4zmt .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uSaPmr4zmt .mbr-text {
  color: #000000;
}
.cid-uSaPmr4zmt .card-desc {
  color: #000000;
}
.cid-uSaPmr4zmt .card-text {
  color: #ffffff;
}
.cid-uSaPmr4zmt .card-name {
  color: #ffffff;
}
.cid-uSaPmr4zmt .card-role {
  color: #ffffff;
}
.cid-uSaPmr4zmt .mbr-text,
.cid-uSaPmr4zmt .mbr-section-btn {
  color: #000000;
}
.cid-uSaPmrEfmC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSaPmrEfmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmrEfmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmrEfmC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSaPmrEfmC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSaPmrEfmC .items-wrapper {
  margin: 0 -75px;
}
.cid-uSaPmrEfmC .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uSaPmrEfmC .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uSaPmrEfmC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uSaPmrEfmC .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uSaPmrEfmC .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSaPmrEfmC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSaPmrEfmC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSaPmrEfmC .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSaPmrEfmC .card-number {
  color: #000000;
}
.cid-uSaPmrEfmC .card-title {
  color: #666666;
}
.cid-uSaPmsmMoG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cebf6;
}
.cid-uSaPmsmMoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmsmMoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmsmMoG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSaPmsmMoG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmsmMoG .container {
    padding: 0 30px;
  }
}
.cid-uSaPmsmMoG .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uSaPmsmMoG .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmsmMoG .card-wrapper {
    display: block;
  }
}
.cid-uSaPmsmMoG .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uSaPmsmMoG .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uSaPmsmMoG .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSaPmsmMoG .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSaPmsmMoG .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSaPmsmMoG .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSaPmsmMoG .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSaPmsmMoG .mbr-section-title {
  color: #000000;
}
.cid-uSaPmsmMoG .mbr-text {
  color: #000000;
}
.cid-uSb182LEHl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uSb182LEHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSb182LEHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSb182LEHl .row {
  justify-content: center;
}
.cid-uSb182LEHl .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSb182LEHl .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSb182LEHl .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uSb182LEHl .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uSaPmt0j5M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSaPmt0j5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmt0j5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmt0j5M .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uSaPmt0j5M .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmt0j5M .container {
    padding: 0 26px;
  }
}
.cid-uSaPmt0j5M .row {
  justify-content: center;
}
.cid-uSaPmt0j5M .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #9cebf6;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uSaPmt0j5M .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmt0j5M .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uSaPmt0j5M .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uSaPmt0j5M .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uSaPmt0j5M .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSaPmt0j5M .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSaPmt0j5M .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSaPmt0j5M .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSaPmt0j5M .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSaPmt0j5M .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSaPmt0j5M .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uSaPmt0j5M .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uSaPmt0j5M .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSaPmt0j5M .mbr-section-title {
  color: #000000;
}
.cid-uSaPmt0j5M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSaPmt0j5M .mbr-desc {
  color: #ffffff;
}
.cid-uSaPmt0j5M .mbr-text {
  color: #000000;
}
.cid-uSaPmt0j5M .mbr-link {
  color: #ffffff;
}
.cid-uSaPmtC8kK {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1bb9d0;
}
@media (min-width: 1400px) {
  .cid-uSaPmtC8kK .col-12 {
    padding: 0 2rem;
  }
  .cid-uSaPmtC8kK .row {
    margin: 0 -2rem;
  }
}
.cid-uSaPmtC8kK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSaPmtC8kK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSaPmtC8kK .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSaPmtC8kK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSaPmtC8kK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0d4dfb;
}
.cid-uSaPmtC8kK .svg-top .st0 {
  fill: #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uSaPmtC8kK .svg-top {
    width: 1000px;
  }
}
.cid-uSaPmtC8kK .mbr-text {
  color: #000000;
}
.cid-uSaPmtC8kK .mbr-section-title {
  color: #000000;
}
.cid-uSaPmufFxQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSaPmufFxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmufFxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmufFxQ .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSaPmufFxQ .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uSaPmufFxQ .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSaPmufFxQ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uSaPmufFxQ .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #e0fef8;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uSaPmufFxQ .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uSaPmufFxQ .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSaPmufFxQ .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSaPmufFxQ .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSaPmufFxQ .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uSaPmufFxQ .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uSaPmufFxQ .mbr-section-title,
.cid-uSaPmufFxQ .mbr-section-btn {
  color: #000000;
}
.cid-uSaPmuVjCy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1bb9d0;
}
.cid-uSaPmuVjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmuVjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmuVjCy .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSaPmuVjCy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSaPmuVjCy .items-wrapper {
  margin: 0 -2px;
}
.cid-uSaPmuVjCy .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uSaPmuVjCy .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uSaPmuVjCy .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uSaPmuVjCy .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9cebf6;
}
.cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSaPmuVjCy .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSaPmuVjCy .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSaPmuVjCy .card-title {
  color: #0f0f0f;
}
.cid-uSaPmuVjCy .card-text {
  color: #666666;
}
.cid-uSaPmuVjCy .card-price {
  color: #0f0f0f;
}
.cid-uSaPmwn43w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1bcfea;
  background-color: #ffffff;
}
.cid-uSaPmwn43w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmwn43w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmwn43w .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSaPmwn43w .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmwn43w .content-wrapper {
    padding: 0;
  }
}
.cid-uSaPmwn43w .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uSaPmwn43w .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uSaPmwn43w .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uSaPmwn43w .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uSaPmwn43w .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uSaPmwn43w .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uSaPmwn43w .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #0338ca;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #0338ca;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uSaPmwn43w .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uSaPmwn43w .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uSaPmwn43w .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmwn43w .tab-content {
    padding: 0;
  }
}
.cid-uSaPmwn43w .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #9cebf6;
  box-shadow: -10px 10px 0 0 #9cebf6;
}
@media (max-width: 992px) {
  .cid-uSaPmwn43w .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #9cebf6;
    height: 350px;
  }
}
.cid-uSaPmwn43w .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSaPmwn43w .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmwn43w .button-wrap {
    padding: 0;
  }
}
.cid-uSaPmwn43w .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uSaPmwn43w .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uSaPmwn43w .mbr-section-title {
  color: #2C2625;
}
.cid-uSaPmwn43w .mbr-section-btn {
  text-align: center;
}
.cid-uSaPmxVQKC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uSaPmxVQKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmxVQKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmxVQKC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSaPmxVQKC .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uSaPmxVQKC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSaPmxVQKC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uSaPmxVQKC .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #e0fef8, #ece248, #e0fef8);
}
@media (max-width: 992px) {
  .cid-uSaPmxVQKC .border-wrap {
    margin-top: 32px;
  }
}
.cid-uSaPmxVQKC .mbr-section-title {
  color: #ffffff;
}
.cid-uSaPmxVQKC .mbr-text,
.cid-uSaPmxVQKC .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSaPmxVQKC .mbr-section-title,
.cid-uSaPmxVQKC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSbe7dV76u {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1f5eb;
}
.cid-uSbe7dV76u img {
  width: 100%;
}
.cid-uSbe7dV76u .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0d4dfb;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-uSbe7dV76u .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uSbe7dV76u .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uSbe7dV76u .mbr-text {
  color: #606060;
}
.cid-uSbe7dV76u .panel-group {
  margin-top: 36px;
}
.cid-uSbe7dV76u .card {
  border-radius: 0px;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 18px 20px;
}
.cid-uSbe7dV76u .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-uSbe7dV76u .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-uSbe7dV76u .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSbe7dV76u .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #1bb9d0;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}
.cid-uSbe7dV76u .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #1bb9d0;
}
.cid-uSbe7dV76u .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-uSbe7dV76u .card .card-header a.panel-title h4:hover {
  color: #1bb9d0;
}
.cid-uSbe7dV76u .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-uSbe7dV76u .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-uSbe7dV76u .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-uSbe7dV76u .card .card-header a.panel-title.collapsed h4 {
  color: #404040;
}
.cid-uSbe7dV76u .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-uSbe7dV76u .card .card-header a.panel-title.collapsed h4:hover {
  color: #1bb9d0;
}
.cid-uSbe7dV76u .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
  padding-top: 18px;
}
.cid-uSbe7dV76u .card .panel-body p {
  font-weight: 400;
}
.cid-uSbe7dV76u .mbr-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSbe7dV76u .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-uSbe7dV76u * {
    text-align: left;
  }
}
.cid-uSbe7dV76u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSbe7dV76u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSbe7dV76u .panel-text {
  color: #000000;
}
.cid-uSbe7dV76u .card .card-header a.panel-title h4,
.cid-uSbe7dV76u .sign,
.cid-uSbe7dV76u .card .card-header a.panel-title.collapsed h4 {
  color: #1bb9d0;
}
.cid-uSaPmyMMgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0f0f0f;
}
.cid-uSaPmyMMgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmyMMgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmyMMgf .row {
  justify-content: center;
}
.cid-uSaPmyMMgf .map-wrapper {
  position: relative;
}
.cid-uSaPmyMMgf .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#9cebf6, transparent);
  filter: blur(100px);
}
.cid-uSaPmyMMgf .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #1bcfea;
  background-color: #1bcfea;
}
.cid-uSaPmyMMgf .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uSaPmyMMgf .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmyMMgf .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSaPmA6iMR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSaPmA6iMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmA6iMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmA6iMR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSaPmA6iMR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSaPmA6iMR .row {
    text-align: center;
  }
  .cid-uSaPmA6iMR .row > div {
    margin: auto;
  }
  .cid-uSaPmA6iMR .social-row {
    justify-content: center;
  }
}
.cid-uSaPmA6iMR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSaPmA6iMR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSaPmA6iMR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSaPmA6iMR .list {
    margin-bottom: 0rem;
  }
}
.cid-uSaPmA6iMR .mbr-text {
  color: #ffffff;
}
.cid-uSaPmA6iMR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSaPmA6iMR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSaPmA6iMR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSaPmA6iMR .copyright {
  color: #ffffff;
}
.cid-uSaPmA6iMR H5 {
  color: #ffffff;
}
.cid-uSaPmXBN4m .navbar-dropdown {
  position: relative !important;
}
.cid-uSaPmXBN4m .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uSaPmXBN4m .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uSaPmXBN4m .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPmXBN4m .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSaPmXBN4m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSaPmXBN4m .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uSaPmXBN4m .dropdown-item {
  border: none !important;
  background: #e0fef8 !important;
}
.cid-uSaPmXBN4m .dropdown-item:hover,
.cid-uSaPmXBN4m .dropdown-item:focus {
  background: #e0fef8 !important;
  color: #0f0f0f !important;
}
.cid-uSaPmXBN4m .dropdown-item:hover span {
  color: white;
}
.cid-uSaPmXBN4m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSaPmXBN4m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSaPmXBN4m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSaPmXBN4m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSaPmXBN4m .nav-link {
  position: relative;
}
.cid-uSaPmXBN4m .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uSaPmXBN4m .container {
    flex-wrap: nowrap;
  }
}
.cid-uSaPmXBN4m .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uSaPmXBN4m .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSaPmXBN4m .dropdown-menu,
.cid-uSaPmXBN4m .navbar.opened {
  background: #e0fef8 !important;
}
.cid-uSaPmXBN4m .nav-item:focus,
.cid-uSaPmXBN4m .nav-link:focus {
  outline: none;
}
.cid-uSaPmXBN4m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSaPmXBN4m .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uSaPmXBN4m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSaPmXBN4m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSaPmXBN4m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSaPmXBN4m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSaPmXBN4m .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e0fef8;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSaPmXBN4m .navbar.opened {
  transition: all 0.3s;
}
.cid-uSaPmXBN4m .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uSaPmXBN4m .navbar .navbar-logo img {
  width: auto;
}
.cid-uSaPmXBN4m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSaPmXBN4m .navbar.collapsed {
  justify-content: center;
}
.cid-uSaPmXBN4m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSaPmXBN4m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSaPmXBN4m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uSaPmXBN4m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSaPmXBN4m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSaPmXBN4m .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSaPmXBN4m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSaPmXBN4m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSaPmXBN4m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSaPmXBN4m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSaPmXBN4m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSaPmXBN4m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSaPmXBN4m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSaPmXBN4m .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSaPmXBN4m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSaPmXBN4m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSaPmXBN4m .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uSaPmXBN4m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uSaPmXBN4m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSaPmXBN4m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSaPmXBN4m .navbar.navbar-short {
  min-height: 96px;
}
.cid-uSaPmXBN4m .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uSaPmXBN4m .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uSaPmXBN4m .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSaPmXBN4m .navbar-brand .navbar-caption:hover,
.cid-uSaPmXBN4m .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uSaPmXBN4m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSaPmXBN4m .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uSaPmXBN4m .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uSaPmXBN4m .dropdown-item.active,
.cid-uSaPmXBN4m .dropdown-item:active {
  background-color: transparent;
}
.cid-uSaPmXBN4m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSaPmXBN4m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSaPmXBN4m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSaPmXBN4m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e0fef8;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uSaPmXBN4m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uSaPmXBN4m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uSaPmXBN4m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSaPmXBN4m ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uSaPmXBN4m ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uSaPmXBN4m .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uSaPmXBN4m .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uSaPmXBN4m .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uSaPmXBN4m .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uSaPmXBN4m button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e0fef8 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSaPmXBN4m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uSaPmXBN4m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uSaPmXBN4m button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSaPmXBN4m button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSaPmXBN4m button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uSaPmXBN4m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSaPmXBN4m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSaPmXBN4m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSaPmXBN4m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSaPmXBN4m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSaPmXBN4m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSaPmXBN4m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSaPmXBN4m .navbar {
    height: 70px;
  }
  .cid-uSaPmXBN4m .navbar.opened {
    height: auto;
  }
  .cid-uSaPmXBN4m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSaPmXBN4m .navbar-nav {
  margin: 0 auto;
}
.cid-uSaPmXBN4m .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uSaPmXBN4m .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uSaPmXBN4m .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uSaPmXBN4m .nav-item .nav-link:hover,
.cid-uSaPmXBN4m .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uSaPmXBN4m .nav-item .nav-link:hover::after,
.cid-uSaPmXBN4m .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uSaPmXBN4m .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uSaPmXBN4m .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uSaPmXBN4m .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uSaPmXBN4m .navbar {
    justify-content: flex-start !important;
  }
  .cid-uSaPmXBN4m .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uSaPmXBN4m .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uSaPmXBN4m .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uSaPmXBN4m .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uSaPmXBN4m .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uSaPmXBN4m .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uSaPmXBN4m .content-wrap {
  min-height: 110px;
}
.cid-uSaPmYdbvo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #cce5fc;
  background-image: radial-gradient(at 100% -70%, #a148ff, #9cebf6, #cce5fc);
}
.cid-uSaPmYdbvo .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uSaPmYdbvo img {
  width: 100%;
  transform: scale(2);
  height: 230px;
  z-index: 0;
  border-radius: 30px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSaPmYdbvo img {
    transform: scale(1) translateX(0);
  }
}
.cid-uSaPmYdbvo .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uSaPmYdbvo .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSaPmYdbvo .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uSaPmYdbvo .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uSaPmYdbvo .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSaPmYdbvo .mbr-section-title,
.cid-uSaPmYdbvo .mbr-section-subtitle,
.cid-uSaPmYdbvo .mbr-text,
.cid-uSaPmYdbvo .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSaPmYdbvo .col-12 {
  position: relative;
}
.cid-uSaPmYdbvo .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSaPmYdbvo .mbr-text,
.cid-uSaPmYdbvo .mbr-section-btn {
  color: #000000;
}
.cid-uSaPmYdbvo .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSaPmYIs5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0fef8;
}
.cid-uSaPmYIs5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmYIs5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmYIs5V .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uSaPmYIs5V .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSaPmYIs5V .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSaPmYIs5V .container {
    padding: 0 20px;
  }
  .cid-uSaPmYIs5V .container .row {
    padding: 0;
  }
}
.cid-uSaPmYIs5V .container,
.cid-uSaPmYIs5V .container-fluid {
  position: relative;
}
.cid-uSaPmYIs5V .row {
  justify-content: center;
}
.cid-uSaPmYIs5V .text-wrapper {
  margin-bottom: 40px;
}
.cid-uSaPmYIs5V .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSaPmYIs5V .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSaPmYIs5V .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSaPmYIs5V .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uSaPmYIs5V .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-uSaPmYIs5V .list-wrapper .list .item-wrap::marker {
  color: #e0fef8;
}
.cid-uSaPmYIs5V .mbr-section-title {
  color: #000000;
}
.cid-uSaPmYIs5V .mbr-text {
  color: #ffffff;
}
.cid-uSaPmYIs5V .list {
  color: #000000;
}
.cid-uSaPmZbVIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cebf6;
}
.cid-uSaPmZbVIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmZbVIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPmZbVIy .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #e0fef8;
}
@media (max-width: 992px) {
  .cid-uSaPmZbVIy .card-wrapper {
    padding: 20px;
  }
}
.cid-uSaPmZbVIy .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uSaPmZbVIy .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uSaPmZbVIy .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSaPmZbVIy .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uSaPmZbVIy .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uSaPmZbVIy .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uSaPmZbVIy .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  pointer-events: none;
}
.cid-uSaPmZbVIy .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSaPmZbVIy .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSaPmZbVIy .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSaPmZbVIy .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSaPmZbVIy .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSaPmZbVIy .mbr-section-title,
.cid-uSaPmZbVIy .title-wrapper {
  color: #f1f5eb;
}
.cid-uSaPmZbVIy .mbr-section-title,
.cid-uSaPmZbVIy .mbr-section-btn,
.cid-uSaPmZbVIy .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSaPmZFJ8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSaPmZFJ8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPmZFJ8i .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-uSaPmZFJ8i .container {
    padding: 0 16px;
  }
}
.cid-uSaPmZFJ8i .card {
  justify-content: center;
}
.cid-uSaPmZFJ8i .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #1bb9d0;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uSaPmZFJ8i .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSaPmZFJ8i .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uSaPmZFJ8i .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uSaPmZFJ8i .mbr-section-title {
  color: #000000;
}
.cid-uSaPmZFJ8i .mbr-text {
  color: #000000;
}
.cid-uSaPmZFJ8i .mbr-desc {
  color: #000000;
}
.cid-uSaPn0dN21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0fef8;
}
.cid-uSaPn0dN21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPn0dN21 .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-uSaPn0dN21 .container {
    padding: 0 16px;
  }
}
.cid-uSaPn0dN21 .row {
  position: relative;
  z-index: 1;
}
.cid-uSaPn0dN21 .card {
  justify-content: flex-end;
}
.cid-uSaPn0dN21 .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uSaPn0dN21 .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSaPn0dN21 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSaPn0dN21 .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uSaPn0dN21 .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uSaPn0dN21 .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uSaPn0dN21 .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSaPn0dN21 .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uSaPn0dN21 .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uSaPn0dN21 .card-wrapper .card-wrap {
  background-color: #1bb9d0;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSaPn0dN21 .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uSaPn0dN21 .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uSaPn0dN21 .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uSaPn0dN21 .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uSaPn0dN21 .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSaPn0dN21 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSaPn0dN21 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSaPn0dN21 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSaPn0dN21 .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uSaPn0dN21 .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPn0dN21 .text-wrapper {
    margin-left: 0;
  }
}
.cid-uSaPn0dN21 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uSaPn0dN21 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSaPn0dN21 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uSaPn0dN21 .mbr-text {
  color: #000000;
}
.cid-uSaPn0dN21 .card-desc {
  color: #000000;
}
.cid-uSaPn0dN21 .card-text {
  color: #ffffff;
}
.cid-uSaPn0dN21 .card-name {
  color: #ffffff;
}
.cid-uSaPn0dN21 .card-role {
  color: #ffffff;
}
.cid-uSaPn0dN21 .mbr-text,
.cid-uSaPn0dN21 .mbr-section-btn {
  color: #000000;
}
.cid-uSaPn0IwTP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSaPn0IwTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPn0IwTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPn0IwTP .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSaPn0IwTP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSaPn0IwTP .items-wrapper {
  margin: 0 -75px;
}
.cid-uSaPn0IwTP .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uSaPn0IwTP .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uSaPn0IwTP .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uSaPn0IwTP .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uSaPn0IwTP .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSaPn0IwTP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSaPn0IwTP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSaPn0IwTP .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSaPn0IwTP .card-number {
  color: #000000;
}
.cid-uSaPn0IwTP .card-title {
  color: #666666;
}
.cid-uSaPn1kFGk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cebf6;
}
.cid-uSaPn1kFGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPn1kFGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPn1kFGk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSaPn1kFGk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPn1kFGk .container {
    padding: 0 30px;
  }
}
.cid-uSaPn1kFGk .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uSaPn1kFGk .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSaPn1kFGk .card-wrapper {
    display: block;
  }
}
.cid-uSaPn1kFGk .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uSaPn1kFGk .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uSaPn1kFGk .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSaPn1kFGk .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSaPn1kFGk .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSaPn1kFGk .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSaPn1kFGk .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSaPn1kFGk .mbr-section-title {
  color: #000000;
}
.cid-uSaPn1kFGk .mbr-text {
  color: #000000;
}
.cid-uSaPn1Z3X6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSaPn1Z3X6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPn1Z3X6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPn1Z3X6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uSaPn1Z3X6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPn1Z3X6 .container {
    padding: 0 26px;
  }
}
.cid-uSaPn1Z3X6 .row {
  justify-content: center;
}
.cid-uSaPn1Z3X6 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #9cebf6;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uSaPn1Z3X6 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPn1Z3X6 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uSaPn1Z3X6 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uSaPn1Z3X6 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uSaPn1Z3X6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSaPn1Z3X6 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSaPn1Z3X6 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSaPn1Z3X6 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSaPn1Z3X6 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSaPn1Z3X6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSaPn1Z3X6 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uSaPn1Z3X6 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uSaPn1Z3X6 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSaPn1Z3X6 .mbr-section-title {
  color: #000000;
}
.cid-uSaPn1Z3X6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSaPn1Z3X6 .mbr-desc {
  color: #ffffff;
}
.cid-uSaPn1Z3X6 .mbr-text {
  color: #000000;
}
.cid-uSaPn1Z3X6 .mbr-link {
  color: #ffffff;
}
.cid-uSaPn2vw94 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1bb9d0;
}
@media (min-width: 1400px) {
  .cid-uSaPn2vw94 .col-12 {
    padding: 0 2rem;
  }
  .cid-uSaPn2vw94 .row {
    margin: 0 -2rem;
  }
}
.cid-uSaPn2vw94 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSaPn2vw94 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSaPn2vw94 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSaPn2vw94 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSaPn2vw94 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0d4dfb;
}
.cid-uSaPn2vw94 .svg-top .st0 {
  fill: #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uSaPn2vw94 .svg-top {
    width: 1000px;
  }
}
.cid-uSaPn2vw94 .mbr-text {
  color: #000000;
}
.cid-uSaPn2vw94 .mbr-section-title {
  color: #000000;
}
.cid-uSaPn33cQb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSaPn33cQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPn33cQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPn33cQb .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSaPn33cQb .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uSaPn33cQb .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSaPn33cQb .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uSaPn33cQb .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #e0fef8;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uSaPn33cQb .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uSaPn33cQb .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSaPn33cQb .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSaPn33cQb .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSaPn33cQb .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uSaPn33cQb .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uSaPn33cQb .mbr-section-title,
.cid-uSaPn33cQb .mbr-section-btn {
  color: #000000;
}
.cid-uSaPn3xxow {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1bb9d0;
}
.cid-uSaPn3xxow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPn3xxow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPn3xxow .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSaPn3xxow .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSaPn3xxow .items-wrapper {
  margin: 0 -2px;
}
.cid-uSaPn3xxow .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uSaPn3xxow .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uSaPn3xxow .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uSaPn3xxow .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9cebf6;
}
.cid-uSaPn3xxow .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uSaPn3xxow .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSaPn3xxow .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uSaPn3xxow .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uSaPn3xxow .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uSaPn3xxow .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uSaPn3xxow .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSaPn3xxow .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uSaPn3xxow .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uSaPn3xxow .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSaPn3xxow .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSaPn3xxow .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSaPn3xxow .card-title {
  color: #0f0f0f;
}
.cid-uSaPn3xxow .card-text {
  color: #666666;
}
.cid-uSaPn3xxow .card-price {
  color: #0f0f0f;
}
.cid-uSaPn4b61K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1bcfea;
  background-color: #ffffff;
}
.cid-uSaPn4b61K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPn4b61K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPn4b61K .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSaPn4b61K .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPn4b61K .content-wrapper {
    padding: 0;
  }
}
.cid-uSaPn4b61K .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uSaPn4b61K .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uSaPn4b61K .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uSaPn4b61K .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uSaPn4b61K .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uSaPn4b61K .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uSaPn4b61K .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #0338ca;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #0338ca;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uSaPn4b61K .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uSaPn4b61K .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uSaPn4b61K .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPn4b61K .tab-content {
    padding: 0;
  }
}
.cid-uSaPn4b61K .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #9cebf6;
  box-shadow: -10px 10px 0 0 #9cebf6;
}
@media (max-width: 992px) {
  .cid-uSaPn4b61K .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #9cebf6;
    height: 350px;
  }
}
.cid-uSaPn4b61K .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSaPn4b61K .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPn4b61K .button-wrap {
    padding: 0;
  }
}
.cid-uSaPn4b61K .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uSaPn4b61K .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uSaPn4b61K .mbr-section-title {
  color: #2C2625;
}
.cid-uSaPn4b61K .mbr-section-btn {
  text-align: center;
}
.cid-uSaPn4WwlV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uSaPn4WwlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPn4WwlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPn4WwlV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSaPn4WwlV .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uSaPn4WwlV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSaPn4WwlV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uSaPn4WwlV .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #e0fef8, #ece248, #e0fef8);
}
@media (max-width: 992px) {
  .cid-uSaPn4WwlV .border-wrap {
    margin-top: 32px;
  }
}
.cid-uSaPn4WwlV .mbr-section-title {
  color: #ffffff;
}
.cid-uSaPn4WwlV .mbr-text,
.cid-uSaPn4WwlV .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSaPn4WwlV .mbr-section-title,
.cid-uSaPn4WwlV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSbf7NnnHc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1f5eb;
}
.cid-uSbf7NnnHc img {
  width: 100%;
}
.cid-uSbf7NnnHc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0d4dfb;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-uSbf7NnnHc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uSbf7NnnHc .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uSbf7NnnHc .mbr-text {
  color: #606060;
}
.cid-uSbf7NnnHc .panel-group {
  margin-top: 36px;
}
.cid-uSbf7NnnHc .card {
  border-radius: 0px;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 18px 20px;
}
.cid-uSbf7NnnHc .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #1bb9d0;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #1bb9d0;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-uSbf7NnnHc .card .card-header a.panel-title h4:hover {
  color: #1bb9d0;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title.collapsed h4 {
  color: #404040;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-uSbf7NnnHc .card .card-header a.panel-title.collapsed h4:hover {
  color: #1bb9d0;
}
.cid-uSbf7NnnHc .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
  padding-top: 18px;
}
.cid-uSbf7NnnHc .card .panel-body p {
  font-weight: 400;
}
.cid-uSbf7NnnHc .mbr-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSbf7NnnHc .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-uSbf7NnnHc * {
    text-align: left;
  }
}
.cid-uSbf7NnnHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSbf7NnnHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSbf7NnnHc .panel-text {
  color: #000000;
}
.cid-uSbf7NnnHc .card .card-header a.panel-title h4,
.cid-uSbf7NnnHc .sign,
.cid-uSbf7NnnHc .card .card-header a.panel-title.collapsed h4 {
  color: #1bb9d0;
}
.cid-uSaPn5tPqD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0f0f0f;
}
.cid-uSaPn5tPqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPn5tPqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPn5tPqD .row {
  justify-content: center;
}
.cid-uSaPn5tPqD .map-wrapper {
  position: relative;
}
.cid-uSaPn5tPqD .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#9cebf6, transparent);
  filter: blur(100px);
}
.cid-uSaPn5tPqD .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #1bcfea;
  background-color: #1bcfea;
}
.cid-uSaPn5tPqD .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uSaPn5tPqD .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPn5tPqD .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSaPn664vd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSaPn664vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPn664vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPn664vd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSaPn664vd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSaPn664vd .row {
    text-align: center;
  }
  .cid-uSaPn664vd .row > div {
    margin: auto;
  }
  .cid-uSaPn664vd .social-row {
    justify-content: center;
  }
}
.cid-uSaPn664vd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSaPn664vd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSaPn664vd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSaPn664vd .list {
    margin-bottom: 0rem;
  }
}
.cid-uSaPn664vd .mbr-text {
  color: #ffffff;
}
.cid-uSaPn664vd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSaPn664vd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSaPn664vd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSaPn664vd .copyright {
  color: #ffffff;
}
.cid-uSaPn664vd H5 {
  color: #ffffff;
}
.cid-uSaPnwISQW .navbar-dropdown {
  position: relative !important;
}
.cid-uSaPnwISQW .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uSaPnwISQW .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uSaPnwISQW .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnwISQW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSaPnwISQW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSaPnwISQW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uSaPnwISQW .dropdown-item {
  border: none !important;
  background: #e0fef8 !important;
}
.cid-uSaPnwISQW .dropdown-item:hover,
.cid-uSaPnwISQW .dropdown-item:focus {
  background: #e0fef8 !important;
  color: #0f0f0f !important;
}
.cid-uSaPnwISQW .dropdown-item:hover span {
  color: white;
}
.cid-uSaPnwISQW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSaPnwISQW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSaPnwISQW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSaPnwISQW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSaPnwISQW .nav-link {
  position: relative;
}
.cid-uSaPnwISQW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uSaPnwISQW .container {
    flex-wrap: nowrap;
  }
}
.cid-uSaPnwISQW .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uSaPnwISQW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSaPnwISQW .dropdown-menu,
.cid-uSaPnwISQW .navbar.opened {
  background: #e0fef8 !important;
}
.cid-uSaPnwISQW .nav-item:focus,
.cid-uSaPnwISQW .nav-link:focus {
  outline: none;
}
.cid-uSaPnwISQW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSaPnwISQW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uSaPnwISQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSaPnwISQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSaPnwISQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSaPnwISQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSaPnwISQW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e0fef8;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSaPnwISQW .navbar.opened {
  transition: all 0.3s;
}
.cid-uSaPnwISQW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uSaPnwISQW .navbar .navbar-logo img {
  width: auto;
}
.cid-uSaPnwISQW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSaPnwISQW .navbar.collapsed {
  justify-content: center;
}
.cid-uSaPnwISQW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSaPnwISQW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSaPnwISQW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uSaPnwISQW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSaPnwISQW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSaPnwISQW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSaPnwISQW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSaPnwISQW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSaPnwISQW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSaPnwISQW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSaPnwISQW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSaPnwISQW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSaPnwISQW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSaPnwISQW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSaPnwISQW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSaPnwISQW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSaPnwISQW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uSaPnwISQW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uSaPnwISQW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSaPnwISQW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSaPnwISQW .navbar.navbar-short {
  min-height: 96px;
}
.cid-uSaPnwISQW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uSaPnwISQW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uSaPnwISQW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSaPnwISQW .navbar-brand .navbar-caption:hover,
.cid-uSaPnwISQW .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uSaPnwISQW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSaPnwISQW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uSaPnwISQW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uSaPnwISQW .dropdown-item.active,
.cid-uSaPnwISQW .dropdown-item:active {
  background-color: transparent;
}
.cid-uSaPnwISQW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSaPnwISQW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSaPnwISQW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSaPnwISQW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e0fef8;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uSaPnwISQW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uSaPnwISQW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uSaPnwISQW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSaPnwISQW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uSaPnwISQW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uSaPnwISQW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uSaPnwISQW .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uSaPnwISQW .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uSaPnwISQW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uSaPnwISQW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e0fef8 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSaPnwISQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uSaPnwISQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uSaPnwISQW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSaPnwISQW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uSaPnwISQW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uSaPnwISQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSaPnwISQW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSaPnwISQW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSaPnwISQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSaPnwISQW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSaPnwISQW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSaPnwISQW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSaPnwISQW .navbar {
    height: 70px;
  }
  .cid-uSaPnwISQW .navbar.opened {
    height: auto;
  }
  .cid-uSaPnwISQW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSaPnwISQW .navbar-nav {
  margin: 0 auto;
}
.cid-uSaPnwISQW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uSaPnwISQW .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uSaPnwISQW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uSaPnwISQW .nav-item .nav-link:hover,
.cid-uSaPnwISQW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uSaPnwISQW .nav-item .nav-link:hover::after,
.cid-uSaPnwISQW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uSaPnwISQW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uSaPnwISQW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uSaPnwISQW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uSaPnwISQW .navbar {
    justify-content: flex-start !important;
  }
  .cid-uSaPnwISQW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uSaPnwISQW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uSaPnwISQW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uSaPnwISQW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uSaPnwISQW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uSaPnwISQW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uSaPnwISQW .content-wrap {
  min-height: 110px;
}
.cid-uSaPnxdJZC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #cce5fc;
  background-image: radial-gradient(at 100% -70%, #a148ff, #9cebf6, #cce5fc);
}
.cid-uSaPnxdJZC .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uSaPnxdJZC img {
  width: 100%;
  transform: scale(2);
  height: 230px;
  z-index: 0;
  border-radius: 30px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSaPnxdJZC img {
    transform: scale(1) translateX(0);
  }
}
.cid-uSaPnxdJZC .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uSaPnxdJZC .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSaPnxdJZC .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uSaPnxdJZC .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uSaPnxdJZC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSaPnxdJZC .mbr-section-title,
.cid-uSaPnxdJZC .mbr-section-subtitle,
.cid-uSaPnxdJZC .mbr-text,
.cid-uSaPnxdJZC .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSaPnxdJZC .col-12 {
  position: relative;
}
.cid-uSaPnxdJZC .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSaPnxdJZC .mbr-text,
.cid-uSaPnxdJZC .mbr-section-btn {
  color: #000000;
}
.cid-uSaPnxdJZC .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uSaPnxIgvu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0fef8;
}
.cid-uSaPnxIgvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnxIgvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPnxIgvu .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uSaPnxIgvu .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSaPnxIgvu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSaPnxIgvu .container {
    padding: 0 20px;
  }
  .cid-uSaPnxIgvu .container .row {
    padding: 0;
  }
}
.cid-uSaPnxIgvu .container,
.cid-uSaPnxIgvu .container-fluid {
  position: relative;
}
.cid-uSaPnxIgvu .row {
  justify-content: center;
}
.cid-uSaPnxIgvu .text-wrapper {
  margin-bottom: 40px;
}
.cid-uSaPnxIgvu .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSaPnxIgvu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSaPnxIgvu .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSaPnxIgvu .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uSaPnxIgvu .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-uSaPnxIgvu .list-wrapper .list .item-wrap::marker {
  color: #e0fef8;
}
.cid-uSaPnxIgvu .mbr-section-title {
  color: #000000;
}
.cid-uSaPnxIgvu .mbr-text {
  color: #ffffff;
}
.cid-uSaPnxIgvu .list {
  color: #000000;
}
.cid-uSaPny95dh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cebf6;
}
.cid-uSaPny95dh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPny95dh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPny95dh .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #e0fef8;
}
@media (max-width: 992px) {
  .cid-uSaPny95dh .card-wrapper {
    padding: 20px;
  }
}
.cid-uSaPny95dh .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uSaPny95dh .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uSaPny95dh .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSaPny95dh .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uSaPny95dh .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uSaPny95dh .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uSaPny95dh .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  pointer-events: none;
}
.cid-uSaPny95dh .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSaPny95dh .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSaPny95dh .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSaPny95dh .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSaPny95dh .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSaPny95dh .mbr-section-title,
.cid-uSaPny95dh .title-wrapper {
  color: #f1f5eb;
}
.cid-uSaPny95dh .mbr-section-title,
.cid-uSaPny95dh .mbr-section-btn,
.cid-uSaPny95dh .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSaPnyDWQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSaPnyDWQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnyDWQT .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-uSaPnyDWQT .container {
    padding: 0 16px;
  }
}
.cid-uSaPnyDWQT .card {
  justify-content: center;
}
.cid-uSaPnyDWQT .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #1bb9d0;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uSaPnyDWQT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSaPnyDWQT .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uSaPnyDWQT .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uSaPnyDWQT .mbr-section-title {
  color: #000000;
}
.cid-uSaPnyDWQT .mbr-text {
  color: #000000;
}
.cid-uSaPnyDWQT .mbr-desc {
  color: #000000;
}
.cid-uSaPnz9zqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0fef8;
}
.cid-uSaPnz9zqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnz9zqm .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-uSaPnz9zqm .container {
    padding: 0 16px;
  }
}
.cid-uSaPnz9zqm .row {
  position: relative;
  z-index: 1;
}
.cid-uSaPnz9zqm .card {
  justify-content: flex-end;
}
.cid-uSaPnz9zqm .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uSaPnz9zqm .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnz9zqm .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSaPnz9zqm .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uSaPnz9zqm .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uSaPnz9zqm .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uSaPnz9zqm .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSaPnz9zqm .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uSaPnz9zqm .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uSaPnz9zqm .card-wrapper .card-wrap {
  background-color: #1bb9d0;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSaPnz9zqm .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uSaPnz9zqm .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uSaPnz9zqm .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uSaPnz9zqm .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uSaPnz9zqm .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSaPnz9zqm .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSaPnz9zqm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSaPnz9zqm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSaPnz9zqm .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uSaPnz9zqm .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnz9zqm .text-wrapper {
    margin-left: 0;
  }
}
.cid-uSaPnz9zqm .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uSaPnz9zqm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSaPnz9zqm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSaPnz9zqm .mbr-text {
  color: #000000;
}
.cid-uSaPnz9zqm .card-desc {
  color: #000000;
}
.cid-uSaPnz9zqm .card-text {
  color: #ffffff;
}
.cid-uSaPnz9zqm .card-name {
  color: #ffffff;
}
.cid-uSaPnz9zqm .card-role {
  color: #ffffff;
}
.cid-uSaPnz9zqm .mbr-text,
.cid-uSaPnz9zqm .mbr-section-btn {
  color: #000000;
}
.cid-uSaPnzENC2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSaPnzENC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnzENC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPnzENC2 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSaPnzENC2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSaPnzENC2 .items-wrapper {
  margin: 0 -75px;
}
.cid-uSaPnzENC2 .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uSaPnzENC2 .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uSaPnzENC2 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uSaPnzENC2 .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uSaPnzENC2 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSaPnzENC2 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSaPnzENC2 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSaPnzENC2 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSaPnzENC2 .card-number {
  color: #000000;
}
.cid-uSaPnzENC2 .card-title {
  color: #666666;
}
.cid-uSaPnAeNma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cebf6;
}
.cid-uSaPnAeNma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnAeNma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPnAeNma .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSaPnAeNma .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnAeNma .container {
    padding: 0 30px;
  }
}
.cid-uSaPnAeNma .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uSaPnAeNma .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnAeNma .card-wrapper {
    display: block;
  }
}
.cid-uSaPnAeNma .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uSaPnAeNma .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uSaPnAeNma .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSaPnAeNma .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSaPnAeNma .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSaPnAeNma .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSaPnAeNma .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSaPnAeNma .mbr-section-title {
  color: #000000;
}
.cid-uSaPnAeNma .mbr-text {
  color: #000000;
}
.cid-uSaPnAKJ0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSaPnAKJ0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnAKJ0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPnAKJ0w .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uSaPnAKJ0w .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnAKJ0w .container {
    padding: 0 26px;
  }
}
.cid-uSaPnAKJ0w .row {
  justify-content: center;
}
.cid-uSaPnAKJ0w .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #9cebf6;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uSaPnAKJ0w .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnAKJ0w .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uSaPnAKJ0w .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uSaPnAKJ0w .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uSaPnAKJ0w .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uSaPnAKJ0w .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uSaPnAKJ0w .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSaPnAKJ0w .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSaPnAKJ0w .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSaPnAKJ0w .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSaPnAKJ0w .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uSaPnAKJ0w .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uSaPnAKJ0w .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSaPnAKJ0w .mbr-section-title {
  color: #000000;
}
.cid-uSaPnAKJ0w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSaPnAKJ0w .mbr-desc {
  color: #000000;
}
.cid-uSaPnAKJ0w .mbr-text {
  color: #000000;
}
.cid-uSaPnAKJ0w .mbr-link {
  color: #ffffff;
}
.cid-uSaPnBgiCG {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1bb9d0;
}
@media (min-width: 1400px) {
  .cid-uSaPnBgiCG .col-12 {
    padding: 0 2rem;
  }
  .cid-uSaPnBgiCG .row {
    margin: 0 -2rem;
  }
}
.cid-uSaPnBgiCG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSaPnBgiCG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSaPnBgiCG .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSaPnBgiCG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSaPnBgiCG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0d4dfb;
}
.cid-uSaPnBgiCG .svg-top .st0 {
  fill: #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uSaPnBgiCG .svg-top {
    width: 1000px;
  }
}
.cid-uSaPnBgiCG .mbr-text {
  color: #000000;
}
.cid-uSaPnBgiCG .mbr-section-title {
  color: #000000;
}
.cid-uSaPnBOiHq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSaPnBOiHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnBOiHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPnBOiHq .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSaPnBOiHq .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uSaPnBOiHq .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSaPnBOiHq .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uSaPnBOiHq .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #e0fef8;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uSaPnBOiHq .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uSaPnBOiHq .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSaPnBOiHq .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSaPnBOiHq .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSaPnBOiHq .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uSaPnBOiHq .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uSaPnBOiHq .mbr-section-title,
.cid-uSaPnBOiHq .mbr-section-btn {
  color: #000000;
}
.cid-uSaPnCiSqR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1bb9d0;
}
.cid-uSaPnCiSqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnCiSqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPnCiSqR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSaPnCiSqR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSaPnCiSqR .items-wrapper {
  margin: 0 -2px;
}
.cid-uSaPnCiSqR .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uSaPnCiSqR .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uSaPnCiSqR .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uSaPnCiSqR .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9cebf6;
}
.cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSaPnCiSqR .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSaPnCiSqR .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSaPnCiSqR .card-title {
  color: #0f0f0f;
}
.cid-uSaPnCiSqR .card-text {
  color: #666666;
}
.cid-uSaPnCiSqR .card-price {
  color: #0f0f0f;
}
.cid-uSaPnCXKud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1bcfea;
  background-color: #ffffff;
}
.cid-uSaPnCXKud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnCXKud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPnCXKud .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSaPnCXKud .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnCXKud .content-wrapper {
    padding: 0;
  }
}
.cid-uSaPnCXKud .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uSaPnCXKud .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uSaPnCXKud .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uSaPnCXKud .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uSaPnCXKud .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uSaPnCXKud .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uSaPnCXKud .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #0338ca;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #0338ca;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uSaPnCXKud .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uSaPnCXKud .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uSaPnCXKud .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnCXKud .tab-content {
    padding: 0;
  }
}
.cid-uSaPnCXKud .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #9cebf6;
  box-shadow: -10px 10px 0 0 #9cebf6;
}
@media (max-width: 992px) {
  .cid-uSaPnCXKud .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #9cebf6;
    height: 350px;
  }
}
.cid-uSaPnCXKud .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSaPnCXKud .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnCXKud .button-wrap {
    padding: 0;
  }
}
.cid-uSaPnCXKud .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uSaPnCXKud .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uSaPnCXKud .mbr-section-title {
  color: #2C2625;
}
.cid-uSaPnCXKud .mbr-section-btn {
  text-align: center;
}
.cid-uSaPnDEKiW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uSaPnDEKiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnDEKiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPnDEKiW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSaPnDEKiW .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uSaPnDEKiW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSaPnDEKiW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uSaPnDEKiW .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #e0fef8, #ece248, #e0fef8);
}
@media (max-width: 992px) {
  .cid-uSaPnDEKiW .border-wrap {
    margin-top: 32px;
  }
}
.cid-uSaPnDEKiW .mbr-section-title {
  color: #ffffff;
}
.cid-uSaPnDEKiW .mbr-text,
.cid-uSaPnDEKiW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSaPnDEKiW .mbr-section-title,
.cid-uSaPnDEKiW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSbg5NLDxQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1f5eb;
}
.cid-uSbg5NLDxQ img {
  width: 100%;
}
.cid-uSbg5NLDxQ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0d4dfb;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-uSbg5NLDxQ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uSbg5NLDxQ .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uSbg5NLDxQ .mbr-text {
  color: #606060;
}
.cid-uSbg5NLDxQ .panel-group {
  margin-top: 36px;
}
.cid-uSbg5NLDxQ .card {
  border-radius: 0px;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 18px 20px;
}
.cid-uSbg5NLDxQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #1bb9d0;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #1bb9d0;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title h4:hover {
  color: #1bb9d0;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title.collapsed h4 {
  color: #404040;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title.collapsed h4:hover {
  color: #1bb9d0;
}
.cid-uSbg5NLDxQ .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
  padding-top: 18px;
}
.cid-uSbg5NLDxQ .card .panel-body p {
  font-weight: 400;
}
.cid-uSbg5NLDxQ .mbr-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSbg5NLDxQ .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-uSbg5NLDxQ * {
    text-align: left;
  }
}
.cid-uSbg5NLDxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSbg5NLDxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSbg5NLDxQ .panel-text {
  color: #000000;
}
.cid-uSbg5NLDxQ .card .card-header a.panel-title h4,
.cid-uSbg5NLDxQ .sign,
.cid-uSbg5NLDxQ .card .card-header a.panel-title.collapsed h4 {
  color: #1bb9d0;
}
.cid-uSaPnEajEO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0f0f0f;
}
.cid-uSaPnEajEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnEajEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPnEajEO .row {
  justify-content: center;
}
.cid-uSaPnEajEO .map-wrapper {
  position: relative;
}
.cid-uSaPnEajEO .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#9cebf6, transparent);
  filter: blur(100px);
}
.cid-uSaPnEajEO .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #1bcfea;
  background-color: #1bcfea;
}
.cid-uSaPnEajEO .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uSaPnEajEO .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uSaPnEajEO .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uSaPnEPSfk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSaPnEPSfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSaPnEPSfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSaPnEPSfk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSaPnEPSfk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSaPnEPSfk .row {
    text-align: center;
  }
  .cid-uSaPnEPSfk .row > div {
    margin: auto;
  }
  .cid-uSaPnEPSfk .social-row {
    justify-content: center;
  }
}
.cid-uSaPnEPSfk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSaPnEPSfk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSaPnEPSfk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSaPnEPSfk .list {
    margin-bottom: 0rem;
  }
}
.cid-uSaPnEPSfk .mbr-text {
  color: #ffffff;
}
.cid-uSaPnEPSfk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSaPnEPSfk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSaPnEPSfk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSaPnEPSfk .copyright {
  color: #ffffff;
}
.cid-uSaPnEPSfk H5 {
  color: #ffffff;
}
