.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: #ad0c10 !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: #ad0c10;
}
.btn-primary,
.btn-primary:active {
  background-color: #ad0c10 !important;
  border-color: #ad0c10 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #dd0f14 !important;
  border-color: #dd0f14 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dd0f14 !important;
  border-color: #dd0f14 !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: #ad0c10;
  color: #ffffff;
}
.btn-primary-outline span::after {
  background-color: #ad0c10;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ad0c10;
  color: #ad0c10;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ad0c10 !important;
  background-color: transparent !important;
  border-color: #ad0c10 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ad0c10 !important;
  border-color: #ad0c10 !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: #ad0c10 !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: #4e0507 !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: #ad0c10;
}
.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: #ad0c10;
  border-color: #ad0c10;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ad0c10;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2464b;
}
.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: #ad0c10 !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: #ad0c10;
}
/* 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: #ad0c10;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ad0c10;
}
.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: #ad0c10;
  border-bottom-color: #ad0c10;
}
.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: #ad0c10 !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='%23ad0c10' %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: #f5f5f5 !important;
}
.cid-uOXwmLoPJx .dropdown-item:hover,
.cid-uOXwmLoPJx .dropdown-item:focus {
  background: #f5f5f5 !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: #f5f5f5 !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: #f5f5f5;
  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 - 5.5rem);
  }
}
.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: #f5f5f5;
  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: #f5f5f5 !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-uOXwmVqrjY {
  background-image: url("../../../assets/images/audiologist-showing-how-to-reaplce-a-hearing-aid-battery.jpg-1200x550.jpg");
}
.cid-uOXwmVqrjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXwmVqrjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXwmVqrjY .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOXwmVqrjY .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uOXwmVqrjY .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOXwmVqrjY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uOXwmVqrjY .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOXwmVqrjY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOXwmVqrjY .mbr-label {
  color: #ffffff;
}
.cid-uOXwmVqrjY .mbr-section-title {
  color: #ffffff;
}
.cid-uOXwmVqrjY .mbr-text {
  color: #ffffff;
}
.cid-uS6BN1G7Ix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS6BN1G7Ix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS6BN1G7Ix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS6BN1G7Ix .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #1bb9d0;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS6BN1G7Ix .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uS6BN1G7Ix .card {
  justify-content: center;
}
.cid-uS6BN1G7Ix .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS6BN1G7Ix .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uS6BN1G7Ix .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS6BN1G7Ix .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uS6BN1G7Ix .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS6BN1G7Ix .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uS6BN1G7Ix .list-wrapper .list .item-wrap::marker {
  color: #1bb9d0;
}
.cid-uS6BN1G7Ix .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS6BN1G7Ix .mbr-section-title {
  color: #000000;
}
.cid-uS6BN1G7Ix .mbr-number {
  color: #000000;
}
.cid-uS6BN1G7Ix .list {
  color: #000000;
}
.cid-uS6BN1G7Ix .list,
.cid-uS6BN1G7Ix .item-wrap {
  color: #000000;
}
.cid-uS6C0KMBmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.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: #bababa;
}
@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-uS6Cmijiuf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS6Cmijiuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS6Cmijiuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS6Cmijiuf .row {
  justify-content: space-between;
}
.cid-uS6Cmijiuf .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS6Cmijiuf .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS6Cmijiuf .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uS6Cmijiuf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS6Cmijiuf .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uS6Cmijiuf .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uS6Cmijiuf .mbr-label {
  color: #000000;
}
.cid-uS6Cmijiuf .mbr-section-title {
  color: #000000;
}
.cid-uS6Cmijiuf .mbr-desc {
  color: #000000;
}
.cid-uS6Cmijiuf .mbr-text {
  color: #8a8a8a;
}
.cid-uS7rlCiH2B {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1bb9d0;
}
.cid-uS7rlCiH2B .row {
  flex-direction: row-reverse;
}
.cid-uS7rlCiH2B .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uS7rlCiH2B .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: #ad0c10;
}
.cid-uS7rlCiH2B .svg-top .st0 {
  fill: #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS7rlCiH2B .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uS7rlCiH2B .mbr-section-title {
  color: #0f0f0f;
}
@media (min-width: 1400px) {
  .cid-uS7rlCiH2B .col-12 {
    padding: 0 2rem;
  }
  .cid-uS7rlCiH2B .row {
    margin: 0 -2rem;
  }
}
.cid-uS7rlCiH2B .mbr-text,
.cid-uS7rlCiH2B .mbr-section-btn {
  color: #000000;
}
.cid-uS6NXKnIop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS6NXKnIop .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS6NXKnIop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS6NXKnIop .row {
  justify-content: space-between;
}
.cid-uS6NXKnIop .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uS6NXKnIop .content-wrapper {
    padding: 0;
  }
}
.cid-uS6NXKnIop .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS6NXKnIop .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS6NXKnIop .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS6NXKnIop .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uS6NXKnIop .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS6NXKnIop .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uS6NXKnIop .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uS6NXKnIop .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uS6NXKnIop .mbr-section-title {
  color: #000000;
}
.cid-uS6NXKnIop .mbr-desc {
  color: #000000;
}
.cid-uS6NXKnIop .mbr-text {
  color: #000000;
}
.cid-uOXwqxdzKo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.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: #0f0f0f;
}
.cid-uOXwqxdzKo .card-title {
  color: #666666;
}
.cid-uS6Cvc0WOf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
  overflow: hidden;
}
.cid-uS6Cvc0WOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS6Cvc0WOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS6Cvc0WOf .card {
  justify-content: flex-end;
}
.cid-uS6Cvc0WOf .content {
  padding: 150px 90px 150px 0;
  padding: 150px 0 90px 150px;
}
@media (max-width: 992px) {
  .cid-uS6Cvc0WOf .content {
    padding: 80px 0 30px 0;
  }
}
@media (max-width: 992px) {
  .cid-uS6Cvc0WOf .content {
    padding: 80px 0 30px 0;
  }
}
.cid-uS6Cvc0WOf .title-wrapper {
  margin-bottom: 400px;
}
@media (max-width: 992px) {
  .cid-uS6Cvc0WOf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS6Cvc0WOf .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #1bb9d0;
}
.cid-uS6Cvc0WOf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS6Cvc0WOf .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS6Cvc0WOf .content-wrapper {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uS6Cvc0WOf .content-wrapper {
    display: block;
  }
}
.cid-uS6Cvc0WOf .content-wrapper .mbr-number {
  margin-bottom: 0;
  min-width: 150px;
  padding-right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS6Cvc0WOf .content-wrapper .mbr-number {
    padding-right: 0;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uS6Cvc0WOf .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uS6Cvc0WOf .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ad0c10;
}
.cid-uS6Cvc0WOf .content-wrapper .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS6Cvc0WOf .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uS6Cvc0WOf .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #1bb9d0;
  display: inline-flex;
}
.cid-uS6Cvc0WOf .content-wrapper .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uS6Cvc0WOf .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uS6Cvc0WOf .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-uS6Cvc0WOf .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uS6Cvc0WOf .image-wrapper img {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.cid-uS6Cvc0WOf .mbr-label,
.cid-uS6Cvc0WOf .label-wrapper {
  color: #000000;
}
.cid-uS6Cvc0WOf .mbr-section-title {
  color: #0f0f0f;
}
.cid-uS6Cvc0WOf .mbr-number {
  color: #ffffff;
}
.cid-uS6Cvc0WOf .mbr-desc {
  color: #ffffff;
}
.cid-uS6Cvc0WOf .mbr-section-subtitle {
  color: #000000;
}
.cid-uS6Cvc0WOf .mbr-desc,
.cid-uS6Cvc0WOf .desc-wrapper {
  color: #000000;
}
.cid-uS6Ubfgam1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1bb9d0;
}
.cid-uS6Ubfgam1 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uS6Ubfgam1 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uS6Ubfgam1 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uS6Ubfgam1 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uS6Ubfgam1 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uS6Ubfgam1 .col-12,
  .cid-uS6Ubfgam1 .col-md-12 {
    padding: 0;
  }
}
.cid-uS6Ubfgam1 .si img {
  width: auto;
}
.cid-uS6Ubfgam1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uS6U6dhzdi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uS6U6dhzdi .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uS6U6dhzdi .row {
    text-align: center;
  }
}
.cid-uOXwtBdXgQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1bb9d0;
}
.cid-uOXwtBdXgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXwtBdXgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXwtBdXgQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXwtBdXgQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOXwtBdXgQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uOXwtBdXgQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOXwtBdXgQ .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-uOXwtBdXgQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    margin-bottom: 20px;
  }
}
.cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
  width: 100%;
  padding-right: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
  min-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
    min-width: auto;
    width: 100%;
  }
}
.cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uOXwtBdXgQ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOXwtBdXgQ .embla__button--next,
.cid-uOXwtBdXgQ .embla__button--prev {
  display: flex;
}
.cid-uOXwtBdXgQ .embla__button {
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uOXwtBdXgQ .embla__button:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}
.cid-uOXwtBdXgQ .embla__button:disabled {
  opacity: .6 !important;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
}
.cid-uOXwtBdXgQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uOXwtBdXgQ .embla__button.embla__button--next {
  left: 64px;
}
.cid-uOXwtBdXgQ .embla {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}
.cid-uOXwtBdXgQ .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uOXwtBdXgQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOXwtBdXgQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOXwtBdXgQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uOXwtBdXgQ .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.cid-uOXwtBdXgQ .card-title {
  color: #0f0f0f;
}
.cid-uOXwtBdXgQ .card-number {
  color: #0f0f0f;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOXwtBdXgQ .card-number {
    text-align: left;
  }
}
.cid-uOXwtBdXgQ .card-text {
  color: #666666;
}
.cid-uOXww0PN1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uOXww0PN1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXww0PN1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXww0PN1a .row {
  justify-content: space-between;
}
.cid-uOXww0PN1a .row .card {
  justify-content: center;
}
.cid-uOXww0PN1a .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
.cid-uOXww0PN1a .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOXww0PN1a .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 20px 20px 0;
}
.cid-uOXww0PN1a .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #0f0f0f;
  padding: 8px 42px;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.cid-uOXww0PN1a .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  border: 1px solid #0f0f0f;
}
.cid-uOXww0PN1a .tab-content .tab-pane .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXww0PN1a .tab-content .tab-pane .item-title {
    margin-bottom: 40px;
  }
}
.cid-uOXww0PN1a .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOXww0PN1a .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uOXww0PN1a .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  padding-right: 75px;
}
@media (max-width: 992px) {
  .cid-uOXww0PN1a .tab-content .tab-pane .item-content .image-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uOXww0PN1a .tab-content .tab-pane .item-content .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOXww0PN1a .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uOXww0PN1a .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding-left: 75px;
}
@media (max-width: 992px) {
  .cid-uOXww0PN1a .tab-content .tab-pane .item-content .text-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOXww0PN1a .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 14px;
}
.cid-uOXww0PN1a .item-title {
  color: #0f0f0f;
}
.cid-uOXww0PN1a .item-text {
  color: #666666;
}
.cid-uS6TVVTtQu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS6TVVTtQu .wrapper {
  background: #ebeae2;
}
.cid-uS6TVVTtQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS6TVVTtQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS6TVVTtQu .mbr-text {
  color: #000000;
}
.cid-uOXwuDcRO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uOXwuDcRO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXwuDcRO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXwuDcRO8 .card-wrapper {
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOXwuDcRO8 .card-wrapper {
    padding: 20px;
  }
}
.cid-uOXwuDcRO8 .card-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXwuDcRO8 .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOXwuDcRO8 .card-wrapper .google-map iframe {
  height: 715px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uOXwuDcRO8 .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uOXwuDcRO8 .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.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: #f5f5f5 !important;
}
.cid-uOXwmLoPJx .dropdown-item:hover,
.cid-uOXwmLoPJx .dropdown-item:focus {
  background: #f5f5f5 !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: #f5f5f5 !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: #f5f5f5;
  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 - 5.5rem);
  }
}
.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: #f5f5f5;
  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: #f5f5f5 !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-uSgib766g9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1bb9d0;
}
.cid-uSgib766g9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgib766g9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgib766g9 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uSgib766g9 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSgib766g9 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uSgib766g9 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uSgib766g9 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uSgib766g9 .row {
  flex-direction: row-reverse;
}
.cid-uSgib766g9 .image-wrapper {
  padding: 0 1rem;
}
.cid-uSgib766g9 img,
.cid-uSgib766g9 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSgib766g9 img,
  .cid-uSgib766g9 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uSgib766g9 .mbr-section-title {
  color: #000000;
}
.cid-uSgib766g9 .mbr-text {
  color: #000000;
}
.cid-uS7ZpS2WEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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-uSgheLeD7r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uSgheLeD7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgheLeD7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgheLeD7r .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uSgheLeD7r .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uSgheLeD7r .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSgheLeD7r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSgheLeD7r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSgheLeD7r .content-head {
  max-width: 800px;
}
.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: #f5f5f5 !important;
}
.cid-uS808MxJPf .dropdown-item:hover,
.cid-uS808MxJPf .dropdown-item:focus {
  background: #f5f5f5 !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: #f5f5f5 !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: #f5f5f5;
  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 - 5.5rem);
  }
}
.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: #f5f5f5;
  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: #f5f5f5 !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-uSghzU1sDC {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1bb9d0;
}
.cid-uSghzU1sDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSghzU1sDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSghzU1sDC .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uSghzU1sDC .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSghzU1sDC .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uSghzU1sDC .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uSghzU1sDC .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uSghzU1sDC .row {
  flex-direction: row-reverse;
}
.cid-uSghzU1sDC .image-wrapper {
  padding: 0 1rem;
}
.cid-uSghzU1sDC img,
.cid-uSghzU1sDC .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSghzU1sDC img,
  .cid-uSghzU1sDC .image-wrapper {
    max-height: 350px;
  }
}
.cid-uSghzU1sDC .mbr-section-title {
  color: #000000;
}
.cid-uSghzU1sDC .mbr-text {
  color: #000000;
}
.cid-uS808NmFVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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-uSghjzsuG9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uSghjzsuG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSghjzsuG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSghjzsuG9 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uSghjzsuG9 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uSghjzsuG9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSghjzsuG9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSghjzsuG9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSghjzsuG9 .content-head {
  max-width: 800px;
}
.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-uS7YSAHFLn .navbar-dropdown {
  position: relative !important;
}
.cid-uS7YSAHFLn .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uS7YSAHFLn .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uS7YSAHFLn .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uS7YSAHFLn .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uS7YSAHFLn .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-uS7YSAHFLn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS7YSAHFLn .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-uS7YSAHFLn .dropdown-item:hover,
.cid-uS7YSAHFLn .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-uS7YSAHFLn .dropdown-item:hover span {
  color: white;
}
.cid-uS7YSAHFLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS7YSAHFLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS7YSAHFLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS7YSAHFLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS7YSAHFLn .nav-link {
  position: relative;
}
.cid-uS7YSAHFLn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS7YSAHFLn .container {
    flex-wrap: nowrap;
  }
}
.cid-uS7YSAHFLn .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS7YSAHFLn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS7YSAHFLn .dropdown-menu,
.cid-uS7YSAHFLn .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-uS7YSAHFLn .nav-item:focus,
.cid-uS7YSAHFLn .nav-link:focus {
  outline: none;
}
.cid-uS7YSAHFLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS7YSAHFLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS7YSAHFLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS7YSAHFLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS7YSAHFLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS7YSAHFLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS7YSAHFLn .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: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS7YSAHFLn .navbar.opened {
  transition: all 0.3s;
}
.cid-uS7YSAHFLn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uS7YSAHFLn .navbar .navbar-logo img {
  width: auto;
}
.cid-uS7YSAHFLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS7YSAHFLn .navbar.collapsed {
  justify-content: center;
}
.cid-uS7YSAHFLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS7YSAHFLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS7YSAHFLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uS7YSAHFLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS7YSAHFLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS7YSAHFLn .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-uS7YSAHFLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS7YSAHFLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS7YSAHFLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS7YSAHFLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS7YSAHFLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS7YSAHFLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS7YSAHFLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS7YSAHFLn .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-uS7YSAHFLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS7YSAHFLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS7YSAHFLn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS7YSAHFLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS7YSAHFLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS7YSAHFLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS7YSAHFLn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS7YSAHFLn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS7YSAHFLn .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-uS7YSAHFLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uS7YSAHFLn .navbar-brand .navbar-caption:hover,
.cid-uS7YSAHFLn .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uS7YSAHFLn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS7YSAHFLn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS7YSAHFLn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uS7YSAHFLn .dropdown-item.active,
.cid-uS7YSAHFLn .dropdown-item:active {
  background-color: transparent;
}
.cid-uS7YSAHFLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS7YSAHFLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS7YSAHFLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS7YSAHFLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS7YSAHFLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS7YSAHFLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS7YSAHFLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS7YSAHFLn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS7YSAHFLn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS7YSAHFLn .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uS7YSAHFLn .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uS7YSAHFLn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uS7YSAHFLn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS7YSAHFLn 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: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS7YSAHFLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uS7YSAHFLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS7YSAHFLn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS7YSAHFLn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS7YSAHFLn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS7YSAHFLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS7YSAHFLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS7YSAHFLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS7YSAHFLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS7YSAHFLn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS7YSAHFLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS7YSAHFLn .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-uS7YSAHFLn .navbar {
    height: 70px;
  }
  .cid-uS7YSAHFLn .navbar.opened {
    height: auto;
  }
  .cid-uS7YSAHFLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS7YSAHFLn .navbar-nav {
  margin: 0 auto;
}
.cid-uS7YSAHFLn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS7YSAHFLn .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-uS7YSAHFLn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS7YSAHFLn .nav-item .nav-link:hover,
.cid-uS7YSAHFLn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uS7YSAHFLn .nav-item .nav-link:hover::after,
.cid-uS7YSAHFLn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uS7YSAHFLn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS7YSAHFLn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS7YSAHFLn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS7YSAHFLn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS7YSAHFLn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS7YSAHFLn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS7YSAHFLn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS7YSAHFLn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS7YSAHFLn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uS7YSAHFLn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS7YSAHFLn .content-wrap {
  min-height: 110px;
}
.cid-uS7YSBh5oQ {
  background-image: url("../../../assets/images/580150-13-th-articles-how-to-put-on-724x483px-0325-a1.png-724x483.png");
}
.cid-uS7YSBh5oQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSBh5oQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSBh5oQ .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7YSBh5oQ .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uS7YSBh5oQ .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS7YSBh5oQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uS7YSBh5oQ .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uS7YSBh5oQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS7YSBh5oQ .mbr-label {
  color: #ffffff;
}
.cid-uS7YSBh5oQ .mbr-section-title {
  color: #ffffff;
}
.cid-uS7YSBh5oQ .mbr-text {
  color: #ffffff;
}
.cid-uS7YSBNfof {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS7YSBNfof .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSBNfof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSBNfof .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #1bb9d0;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS7YSBNfof .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uS7YSBNfof .card {
  justify-content: center;
}
.cid-uS7YSBNfof .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS7YSBNfof .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uS7YSBNfof .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS7YSBNfof .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uS7YSBNfof .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS7YSBNfof .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uS7YSBNfof .list-wrapper .list .item-wrap::marker {
  color: #1bb9d0;
}
.cid-uS7YSBNfof .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS7YSBNfof .mbr-section-title {
  color: #000000;
}
.cid-uS7YSBNfof .mbr-number {
  color: #000000;
}
.cid-uS7YSBNfof .list {
  color: #000000;
}
.cid-uS7YSBNfof .list,
.cid-uS7YSBNfof .item-wrap {
  color: #000000;
}
.cid-uS7YSCecgr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uS7YSCecgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSCecgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSCecgr .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #bababa;
}
@media (max-width: 992px) {
  .cid-uS7YSCecgr .card-wrapper {
    padding: 20px;
  }
}
.cid-uS7YSCecgr .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uS7YSCecgr .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uS7YSCecgr .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uS7YSCecgr .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uS7YSCecgr .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uS7YSCecgr .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uS7YSCecgr .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  pointer-events: none;
}
.cid-uS7YSCecgr .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-uS7YSCecgr .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uS7YSCecgr .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7YSCecgr .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uS7YSCecgr .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uS7YSCecgr .mbr-section-title,
.cid-uS7YSCecgr .title-wrapper {
  color: #f1f5eb;
}
.cid-uS7YSCecgr .mbr-section-title,
.cid-uS7YSCecgr .mbr-section-btn,
.cid-uS7YSCecgr .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uS7YSCDBd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS7YSCDBd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSCDBd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSCDBd2 .row {
  justify-content: space-between;
}
.cid-uS7YSCDBd2 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS7YSCDBd2 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS7YSCDBd2 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uS7YSCDBd2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS7YSCDBd2 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uS7YSCDBd2 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uS7YSCDBd2 .mbr-label {
  color: #000000;
}
.cid-uS7YSCDBd2 .mbr-section-title {
  color: #000000;
}
.cid-uS7YSCDBd2 .mbr-desc {
  color: #000000;
}
.cid-uS7YSCDBd2 .mbr-text {
  color: #8a8a8a;
}
.cid-uS7YSD3XQL {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1bb9d0;
}
.cid-uS7YSD3XQL .row {
  flex-direction: row-reverse;
}
.cid-uS7YSD3XQL .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uS7YSD3XQL .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: #ad0c10;
}
.cid-uS7YSD3XQL .svg-top .st0 {
  fill: #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS7YSD3XQL .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uS7YSD3XQL .mbr-section-title {
  color: #0f0f0f;
}
@media (min-width: 1400px) {
  .cid-uS7YSD3XQL .col-12 {
    padding: 0 2rem;
  }
  .cid-uS7YSD3XQL .row {
    margin: 0 -2rem;
  }
}
.cid-uS7YSD3XQL .mbr-text,
.cid-uS7YSD3XQL .mbr-section-btn {
  color: #000000;
}
.cid-uS7YSDvkVs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS7YSDvkVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSDvkVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSDvkVs .row {
  justify-content: space-between;
}
.cid-uS7YSDvkVs .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uS7YSDvkVs .content-wrapper {
    padding: 0;
  }
}
.cid-uS7YSDvkVs .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7YSDvkVs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS7YSDvkVs .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS7YSDvkVs .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uS7YSDvkVs .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS7YSDvkVs .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uS7YSDvkVs .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uS7YSDvkVs .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uS7YSDvkVs .mbr-section-title {
  color: #000000;
}
.cid-uS7YSDvkVs .mbr-desc {
  color: #000000;
}
.cid-uS7YSDvkVs .mbr-text {
  color: #000000;
}
.cid-uS7YSDWyLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uS7YSDWyLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSDWyLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSDWyLs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS7YSDWyLs .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS7YSDWyLs .items-wrapper {
  margin: 0 -75px;
}
.cid-uS7YSDWyLs .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uS7YSDWyLs .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uS7YSDWyLs .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uS7YSDWyLs .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uS7YSDWyLs .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uS7YSDWyLs .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS7YSDWyLs .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS7YSDWyLs .mbr-section-title {
  color: #0f0f0f;
}
.cid-uS7YSDWyLs .card-number {
  color: #0f0f0f;
}
.cid-uS7YSDWyLs .card-title {
  color: #666666;
}
.cid-uS7YSEByDd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
  overflow: hidden;
}
.cid-uS7YSEByDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSEByDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSEByDd .card {
  justify-content: flex-end;
}
.cid-uS7YSEByDd .content {
  padding: 150px 90px 150px 0;
  padding: 150px 0 90px 150px;
}
@media (max-width: 992px) {
  .cid-uS7YSEByDd .content {
    padding: 80px 0 30px 0;
  }
}
@media (max-width: 992px) {
  .cid-uS7YSEByDd .content {
    padding: 80px 0 30px 0;
  }
}
.cid-uS7YSEByDd .title-wrapper {
  margin-bottom: 400px;
}
@media (max-width: 992px) {
  .cid-uS7YSEByDd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS7YSEByDd .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #1bb9d0;
}
.cid-uS7YSEByDd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS7YSEByDd .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS7YSEByDd .content-wrapper {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uS7YSEByDd .content-wrapper {
    display: block;
  }
}
.cid-uS7YSEByDd .content-wrapper .mbr-number {
  margin-bottom: 0;
  min-width: 150px;
  padding-right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS7YSEByDd .content-wrapper .mbr-number {
    padding-right: 0;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uS7YSEByDd .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uS7YSEByDd .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ad0c10;
}
.cid-uS7YSEByDd .content-wrapper .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS7YSEByDd .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uS7YSEByDd .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #1bb9d0;
  display: inline-flex;
}
.cid-uS7YSEByDd .content-wrapper .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uS7YSEByDd .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uS7YSEByDd .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-uS7YSEByDd .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uS7YSEByDd .image-wrapper img {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.cid-uS7YSEByDd .mbr-label,
.cid-uS7YSEByDd .label-wrapper {
  color: #000000;
}
.cid-uS7YSEByDd .mbr-section-title {
  color: #0f0f0f;
}
.cid-uS7YSEByDd .mbr-number {
  color: #ffffff;
}
.cid-uS7YSEByDd .mbr-desc {
  color: #ffffff;
}
.cid-uS7YSEByDd .mbr-section-subtitle {
  color: #000000;
}
.cid-uS7YSEByDd .mbr-desc,
.cid-uS7YSEByDd .desc-wrapper {
  color: #000000;
}
.cid-uS7YSF7KYy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1bb9d0;
}
.cid-uS7YSF7KYy .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uS7YSF7KYy .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uS7YSF7KYy .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uS7YSF7KYy .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uS7YSF7KYy .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uS7YSF7KYy .col-12,
  .cid-uS7YSF7KYy .col-md-12 {
    padding: 0;
  }
}
.cid-uS7YSF7KYy .si img {
  width: auto;
}
.cid-uS7YSF7KYy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uS7YSFyB0L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uS7YSFyB0L .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uS7YSFyB0L .row {
    text-align: center;
  }
}
.cid-uS7YSFXkyt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1bb9d0;
}
.cid-uS7YSFXkyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSFXkyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSFXkyt .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS7YSFXkyt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS7YSFXkyt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uS7YSFXkyt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uS7YSFXkyt .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-uS7YSFXkyt .embla__slide .slide-content {
  width: 100%;
}
.cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    margin-bottom: 20px;
  }
}
.cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
  width: 100%;
  padding-right: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
  min-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
    min-width: auto;
    width: 100%;
  }
}
.cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS7YSFXkyt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS7YSFXkyt .embla__button--next,
.cid-uS7YSFXkyt .embla__button--prev {
  display: flex;
}
.cid-uS7YSFXkyt .embla__button {
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uS7YSFXkyt .embla__button:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}
.cid-uS7YSFXkyt .embla__button:disabled {
  opacity: .6 !important;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
}
.cid-uS7YSFXkyt .embla__button.embla__button--prev {
  left: 0;
}
.cid-uS7YSFXkyt .embla__button.embla__button--next {
  left: 64px;
}
.cid-uS7YSFXkyt .embla {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}
.cid-uS7YSFXkyt .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uS7YSFXkyt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uS7YSFXkyt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uS7YSFXkyt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uS7YSFXkyt .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.cid-uS7YSFXkyt .card-title {
  color: #0f0f0f;
}
.cid-uS7YSFXkyt .card-number {
  color: #0f0f0f;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uS7YSFXkyt .card-number {
    text-align: left;
  }
}
.cid-uS7YSFXkyt .card-text {
  color: #666666;
}
.cid-uS7YSGRnjh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uS7YSGRnjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSGRnjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSGRnjh .row {
  justify-content: space-between;
}
.cid-uS7YSGRnjh .row .card {
  justify-content: center;
}
.cid-uS7YSGRnjh .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
.cid-uS7YSGRnjh .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uS7YSGRnjh .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 20px 20px 0;
}
.cid-uS7YSGRnjh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #0f0f0f;
  padding: 8px 42px;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.cid-uS7YSGRnjh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  border: 1px solid #0f0f0f;
}
.cid-uS7YSGRnjh .tab-content .tab-pane .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS7YSGRnjh .tab-content .tab-pane .item-title {
    margin-bottom: 40px;
  }
}
.cid-uS7YSGRnjh .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uS7YSGRnjh .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uS7YSGRnjh .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  padding-right: 75px;
}
@media (max-width: 992px) {
  .cid-uS7YSGRnjh .tab-content .tab-pane .item-content .image-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uS7YSGRnjh .tab-content .tab-pane .item-content .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS7YSGRnjh .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uS7YSGRnjh .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding-left: 75px;
}
@media (max-width: 992px) {
  .cid-uS7YSGRnjh .tab-content .tab-pane .item-content .text-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uS7YSGRnjh .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 14px;
}
.cid-uS7YSGRnjh .item-title {
  color: #0f0f0f;
}
.cid-uS7YSGRnjh .item-text {
  color: #666666;
}
.cid-uS8pv4HClp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uS8pv4HClp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8pv4HClp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8pv4HClp .row {
  justify-content: center;
}
.cid-uS8pv4HClp .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8pv4HClp .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uS8pv4HClp .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uS8pv4HClp .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uS7YSHFqKo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS7YSHFqKo .wrapper {
  background: #ebeae2;
}
.cid-uS7YSHFqKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSHFqKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSHFqKo .mbr-text {
  color: #000000;
}
.cid-uS8Tw7rbfy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uS8Tw7rbfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8Tw7rbfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8Tw7rbfy .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uS8Tw7rbfy .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uS8Tw7rbfy .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS8Tw7rbfy .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uS8Tw7rbfy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS8Tw7rbfy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS8Tw7rbfy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS8Tw7rbfy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uS8Tw7rbfy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS8Tw7rbfy .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uS8Tw7rbfy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS8Tw7rbfy .mbr-section-title {
  color: #19171c;
}
.cid-uS8Tw7rbfy .panel-title {
  color: #19171c;
}
.cid-uS8Tw7rbfy .panel-text {
  color: #000000;
}
.cid-uS7YSIcB4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uS7YSIcB4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSIcB4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSIcB4j .card-wrapper {
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS7YSIcB4j .card-wrapper {
    padding: 20px;
  }
}
.cid-uS7YSIcB4j .card-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS7YSIcB4j .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS7YSIcB4j .card-wrapper .google-map iframe {
  height: 715px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uS7YSIcB4j .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uS7YSIcB4j .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.cid-uS7YSJ5KqX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uS7YSJ5KqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7YSJ5KqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7YSJ5KqX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS7YSJ5KqX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS7YSJ5KqX .row {
    text-align: center;
  }
  .cid-uS7YSJ5KqX .row > div {
    margin: auto;
  }
  .cid-uS7YSJ5KqX .social-row {
    justify-content: center;
  }
}
.cid-uS7YSJ5KqX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS7YSJ5KqX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS7YSJ5KqX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS7YSJ5KqX .list {
    margin-bottom: 0rem;
  }
}
.cid-uS7YSJ5KqX .mbr-text {
  color: #ffffff;
}
.cid-uS7YSJ5KqX .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-uS7YSJ5KqX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS7YSJ5KqX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS7YSJ5KqX .copyright {
  color: #ffffff;
}
.cid-uS7YSJ5KqX H5 {
  color: #ffffff;
}
.cid-uS86hYdYab .navbar-dropdown {
  position: relative !important;
}
.cid-uS86hYdYab .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uS86hYdYab .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uS86hYdYab .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uS86hYdYab .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uS86hYdYab .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-uS86hYdYab .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS86hYdYab .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-uS86hYdYab .dropdown-item:hover,
.cid-uS86hYdYab .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-uS86hYdYab .dropdown-item:hover span {
  color: white;
}
.cid-uS86hYdYab .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS86hYdYab .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS86hYdYab .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS86hYdYab .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS86hYdYab .nav-link {
  position: relative;
}
.cid-uS86hYdYab .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS86hYdYab .container {
    flex-wrap: nowrap;
  }
}
.cid-uS86hYdYab .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS86hYdYab .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS86hYdYab .dropdown-menu,
.cid-uS86hYdYab .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-uS86hYdYab .nav-item:focus,
.cid-uS86hYdYab .nav-link:focus {
  outline: none;
}
.cid-uS86hYdYab .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS86hYdYab .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS86hYdYab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS86hYdYab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS86hYdYab .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS86hYdYab .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS86hYdYab .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: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS86hYdYab .navbar.opened {
  transition: all 0.3s;
}
.cid-uS86hYdYab .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uS86hYdYab .navbar .navbar-logo img {
  width: auto;
}
.cid-uS86hYdYab .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS86hYdYab .navbar.collapsed {
  justify-content: center;
}
.cid-uS86hYdYab .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS86hYdYab .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS86hYdYab .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uS86hYdYab .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS86hYdYab .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS86hYdYab .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-uS86hYdYab .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS86hYdYab .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS86hYdYab .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS86hYdYab .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS86hYdYab .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS86hYdYab .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS86hYdYab .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS86hYdYab .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-uS86hYdYab .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS86hYdYab .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS86hYdYab .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS86hYdYab .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS86hYdYab .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS86hYdYab .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS86hYdYab .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS86hYdYab .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS86hYdYab .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-uS86hYdYab .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uS86hYdYab .navbar-brand .navbar-caption:hover,
.cid-uS86hYdYab .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uS86hYdYab .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS86hYdYab .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS86hYdYab .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uS86hYdYab .dropdown-item.active,
.cid-uS86hYdYab .dropdown-item:active {
  background-color: transparent;
}
.cid-uS86hYdYab .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS86hYdYab .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS86hYdYab .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS86hYdYab .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS86hYdYab .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS86hYdYab .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS86hYdYab .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS86hYdYab ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS86hYdYab ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS86hYdYab .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uS86hYdYab .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uS86hYdYab .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uS86hYdYab .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS86hYdYab 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: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS86hYdYab button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uS86hYdYab button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS86hYdYab button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS86hYdYab button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS86hYdYab button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS86hYdYab nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS86hYdYab nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS86hYdYab nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS86hYdYab nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS86hYdYab .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS86hYdYab a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS86hYdYab .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-uS86hYdYab .navbar {
    height: 70px;
  }
  .cid-uS86hYdYab .navbar.opened {
    height: auto;
  }
  .cid-uS86hYdYab .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS86hYdYab .navbar-nav {
  margin: 0 auto;
}
.cid-uS86hYdYab .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS86hYdYab .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-uS86hYdYab .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS86hYdYab .nav-item .nav-link:hover,
.cid-uS86hYdYab .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uS86hYdYab .nav-item .nav-link:hover::after,
.cid-uS86hYdYab .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uS86hYdYab .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS86hYdYab .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS86hYdYab .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS86hYdYab .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS86hYdYab .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS86hYdYab .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS86hYdYab .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS86hYdYab .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS86hYdYab .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uS86hYdYab .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS86hYdYab .content-wrap {
  min-height: 110px;
}
.cid-uS86hYKk9a {
  background-image: url("../../../assets/images/1280w.jpg-1280x853.jpg");
}
.cid-uS86hYKk9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86hYKk9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86hYKk9a .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS86hYKk9a .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uS86hYKk9a .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS86hYKk9a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uS86hYKk9a .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uS86hYKk9a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS86hYKk9a .mbr-label {
  color: #ffffff;
}
.cid-uS86hYKk9a .mbr-section-title {
  color: #ffffff;
}
.cid-uS86hYKk9a .mbr-text {
  color: #ffffff;
}
.cid-uS86hZi3sS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS86hZi3sS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86hZi3sS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86hZi3sS .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #1bb9d0;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS86hZi3sS .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uS86hZi3sS .card {
  justify-content: center;
}
.cid-uS86hZi3sS .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS86hZi3sS .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uS86hZi3sS .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS86hZi3sS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uS86hZi3sS .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS86hZi3sS .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uS86hZi3sS .list-wrapper .list .item-wrap::marker {
  color: #1bb9d0;
}
.cid-uS86hZi3sS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS86hZi3sS .mbr-section-title {
  color: #000000;
}
.cid-uS86hZi3sS .mbr-number {
  color: #000000;
}
.cid-uS86hZi3sS .list {
  color: #000000;
}
.cid-uS86hZi3sS .list,
.cid-uS86hZi3sS .item-wrap {
  color: #000000;
}
.cid-uS86hZEGir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uS86hZEGir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86hZEGir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86hZEGir .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #bababa;
}
@media (max-width: 992px) {
  .cid-uS86hZEGir .card-wrapper {
    padding: 20px;
  }
}
.cid-uS86hZEGir .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uS86hZEGir .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uS86hZEGir .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uS86hZEGir .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uS86hZEGir .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uS86hZEGir .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uS86hZEGir .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  pointer-events: none;
}
.cid-uS86hZEGir .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-uS86hZEGir .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uS86hZEGir .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS86hZEGir .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uS86hZEGir .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uS86hZEGir .mbr-section-title,
.cid-uS86hZEGir .title-wrapper {
  color: #f1f5eb;
}
.cid-uS86hZEGir .mbr-section-title,
.cid-uS86hZEGir .mbr-section-btn,
.cid-uS86hZEGir .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uS86i04Sml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS86i04Sml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86i04Sml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86i04Sml .row {
  justify-content: space-between;
}
.cid-uS86i04Sml .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS86i04Sml .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS86i04Sml .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uS86i04Sml .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS86i04Sml .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uS86i04Sml .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uS86i04Sml .mbr-label {
  color: #000000;
}
.cid-uS86i04Sml .mbr-section-title {
  color: #000000;
}
.cid-uS86i04Sml .mbr-desc {
  color: #000000;
}
.cid-uS86i04Sml .mbr-text {
  color: #8a8a8a;
}
.cid-uS86i0rldI {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1bb9d0;
}
.cid-uS86i0rldI .row {
  flex-direction: row-reverse;
}
.cid-uS86i0rldI .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uS86i0rldI .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: #ad0c10;
}
.cid-uS86i0rldI .svg-top .st0 {
  fill: #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS86i0rldI .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uS86i0rldI .mbr-section-title {
  color: #0f0f0f;
}
@media (min-width: 1400px) {
  .cid-uS86i0rldI .col-12 {
    padding: 0 2rem;
  }
  .cid-uS86i0rldI .row {
    margin: 0 -2rem;
  }
}
.cid-uS86i0rldI .mbr-text,
.cid-uS86i0rldI .mbr-section-btn {
  color: #000000;
}
.cid-uS86i0RPzp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS86i0RPzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86i0RPzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86i0RPzp .row {
  justify-content: space-between;
}
.cid-uS86i0RPzp .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uS86i0RPzp .content-wrapper {
    padding: 0;
  }
}
.cid-uS86i0RPzp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS86i0RPzp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS86i0RPzp .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS86i0RPzp .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uS86i0RPzp .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS86i0RPzp .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uS86i0RPzp .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uS86i0RPzp .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uS86i0RPzp .mbr-section-title {
  color: #000000;
}
.cid-uS86i0RPzp .mbr-desc {
  color: #000000;
}
.cid-uS86i0RPzp .mbr-text {
  color: #000000;
}
.cid-uS86i1kHrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uS86i1kHrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86i1kHrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86i1kHrS .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS86i1kHrS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS86i1kHrS .items-wrapper {
  margin: 0 -75px;
}
.cid-uS86i1kHrS .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uS86i1kHrS .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uS86i1kHrS .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uS86i1kHrS .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uS86i1kHrS .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uS86i1kHrS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS86i1kHrS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS86i1kHrS .mbr-section-title {
  color: #0f0f0f;
}
.cid-uS86i1kHrS .card-number {
  color: #0f0f0f;
}
.cid-uS86i1kHrS .card-title {
  color: #666666;
}
.cid-uS86i1Tvte {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
  overflow: hidden;
}
.cid-uS86i1Tvte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86i1Tvte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86i1Tvte .card {
  justify-content: flex-end;
}
.cid-uS86i1Tvte .content {
  padding: 150px 90px 150px 0;
  padding: 150px 0 90px 150px;
}
@media (max-width: 992px) {
  .cid-uS86i1Tvte .content {
    padding: 80px 0 30px 0;
  }
}
@media (max-width: 992px) {
  .cid-uS86i1Tvte .content {
    padding: 80px 0 30px 0;
  }
}
.cid-uS86i1Tvte .title-wrapper {
  margin-bottom: 400px;
}
@media (max-width: 992px) {
  .cid-uS86i1Tvte .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS86i1Tvte .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #1bb9d0;
}
.cid-uS86i1Tvte .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS86i1Tvte .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS86i1Tvte .content-wrapper {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uS86i1Tvte .content-wrapper {
    display: block;
  }
}
.cid-uS86i1Tvte .content-wrapper .mbr-number {
  margin-bottom: 0;
  min-width: 150px;
  padding-right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS86i1Tvte .content-wrapper .mbr-number {
    padding-right: 0;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uS86i1Tvte .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uS86i1Tvte .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ad0c10;
}
.cid-uS86i1Tvte .content-wrapper .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS86i1Tvte .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uS86i1Tvte .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #1bb9d0;
  display: inline-flex;
}
.cid-uS86i1Tvte .content-wrapper .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uS86i1Tvte .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uS86i1Tvte .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-uS86i1Tvte .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uS86i1Tvte .image-wrapper img {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.cid-uS86i1Tvte .mbr-label,
.cid-uS86i1Tvte .label-wrapper {
  color: #000000;
}
.cid-uS86i1Tvte .mbr-section-title {
  color: #0f0f0f;
}
.cid-uS86i1Tvte .mbr-number {
  color: #ffffff;
}
.cid-uS86i1Tvte .mbr-desc {
  color: #ffffff;
}
.cid-uS86i1Tvte .mbr-section-subtitle {
  color: #000000;
}
.cid-uS86i1Tvte .mbr-desc,
.cid-uS86i1Tvte .desc-wrapper {
  color: #000000;
}
.cid-uS86i2nFDf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1bb9d0;
}
.cid-uS86i2nFDf .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uS86i2nFDf .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uS86i2nFDf .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uS86i2nFDf .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uS86i2nFDf .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uS86i2nFDf .col-12,
  .cid-uS86i2nFDf .col-md-12 {
    padding: 0;
  }
}
.cid-uS86i2nFDf .si img {
  width: auto;
}
.cid-uS86i2nFDf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uS86i2OgzZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uS86i2OgzZ .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uS86i2OgzZ .row {
    text-align: center;
  }
}
.cid-uS86i3ivRn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1bb9d0;
}
.cid-uS86i3ivRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86i3ivRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86i3ivRn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS86i3ivRn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS86i3ivRn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uS86i3ivRn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uS86i3ivRn .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-uS86i3ivRn .embla__slide .slide-content {
  width: 100%;
}
.cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    margin-bottom: 20px;
  }
}
.cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
  width: 100%;
  padding-right: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
  min-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
    min-width: auto;
    width: 100%;
  }
}
.cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS86i3ivRn .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS86i3ivRn .embla__button--next,
.cid-uS86i3ivRn .embla__button--prev {
  display: flex;
}
.cid-uS86i3ivRn .embla__button {
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uS86i3ivRn .embla__button:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}
.cid-uS86i3ivRn .embla__button:disabled {
  opacity: .6 !important;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
}
.cid-uS86i3ivRn .embla__button.embla__button--prev {
  left: 0;
}
.cid-uS86i3ivRn .embla__button.embla__button--next {
  left: 64px;
}
.cid-uS86i3ivRn .embla {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}
.cid-uS86i3ivRn .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uS86i3ivRn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uS86i3ivRn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uS86i3ivRn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uS86i3ivRn .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.cid-uS86i3ivRn .card-title {
  color: #0f0f0f;
}
.cid-uS86i3ivRn .card-number {
  color: #0f0f0f;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uS86i3ivRn .card-number {
    text-align: left;
  }
}
.cid-uS86i3ivRn .card-text {
  color: #666666;
}
.cid-uS86i45qGY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uS86i45qGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86i45qGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86i45qGY .row {
  justify-content: space-between;
}
.cid-uS86i45qGY .row .card {
  justify-content: center;
}
.cid-uS86i45qGY .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
.cid-uS86i45qGY .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uS86i45qGY .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 20px 20px 0;
}
.cid-uS86i45qGY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #0f0f0f;
  padding: 8px 42px;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.cid-uS86i45qGY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  border: 1px solid #0f0f0f;
}
.cid-uS86i45qGY .tab-content .tab-pane .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS86i45qGY .tab-content .tab-pane .item-title {
    margin-bottom: 40px;
  }
}
.cid-uS86i45qGY .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uS86i45qGY .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uS86i45qGY .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  padding-right: 75px;
}
@media (max-width: 992px) {
  .cid-uS86i45qGY .tab-content .tab-pane .item-content .image-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uS86i45qGY .tab-content .tab-pane .item-content .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS86i45qGY .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uS86i45qGY .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding-left: 75px;
}
@media (max-width: 992px) {
  .cid-uS86i45qGY .tab-content .tab-pane .item-content .text-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uS86i45qGY .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 14px;
}
.cid-uS86i45qGY .item-title {
  color: #0f0f0f;
}
.cid-uS86i45qGY .item-text {
  color: #666666;
}
.cid-uS86i4JrVC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS86i4JrVC .wrapper {
  background: #ebeae2;
}
.cid-uS86i4JrVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86i4JrVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86i4JrVC .mbr-text {
  color: #000000;
}
.cid-uS8UzTTyE5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uS8UzTTyE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8UzTTyE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8UzTTyE5 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uS8UzTTyE5 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uS8UzTTyE5 .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS8UzTTyE5 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uS8UzTTyE5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS8UzTTyE5 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS8UzTTyE5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS8UzTTyE5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uS8UzTTyE5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS8UzTTyE5 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uS8UzTTyE5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS8UzTTyE5 .mbr-section-title {
  color: #19171c;
}
.cid-uS8UzTTyE5 .panel-title {
  color: #19171c;
}
.cid-uS8UzTTyE5 .panel-text {
  color: #000000;
}
.cid-uS86i5gvjo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uS86i5gvjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86i5gvjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86i5gvjo .card-wrapper {
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS86i5gvjo .card-wrapper {
    padding: 20px;
  }
}
.cid-uS86i5gvjo .card-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS86i5gvjo .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS86i5gvjo .card-wrapper .google-map iframe {
  height: 715px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uS86i5gvjo .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uS86i5gvjo .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.cid-uS86i5KhrE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uS86i5KhrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS86i5KhrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS86i5KhrE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS86i5KhrE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS86i5KhrE .row {
    text-align: center;
  }
  .cid-uS86i5KhrE .row > div {
    margin: auto;
  }
  .cid-uS86i5KhrE .social-row {
    justify-content: center;
  }
}
.cid-uS86i5KhrE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS86i5KhrE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS86i5KhrE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS86i5KhrE .list {
    margin-bottom: 0rem;
  }
}
.cid-uS86i5KhrE .mbr-text {
  color: #ffffff;
}
.cid-uS86i5KhrE .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-uS86i5KhrE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS86i5KhrE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS86i5KhrE .copyright {
  color: #ffffff;
}
.cid-uS86i5KhrE H5 {
  color: #ffffff;
}
.cid-uS8uSXfjnz .navbar-dropdown {
  position: relative !important;
}
.cid-uS8uSXfjnz .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uS8uSXfjnz .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uS8uSXfjnz .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uS8uSXfjnz .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uS8uSXfjnz .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-uS8uSXfjnz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS8uSXfjnz .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-uS8uSXfjnz .dropdown-item:hover,
.cid-uS8uSXfjnz .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-uS8uSXfjnz .dropdown-item:hover span {
  color: white;
}
.cid-uS8uSXfjnz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS8uSXfjnz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS8uSXfjnz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS8uSXfjnz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS8uSXfjnz .nav-link {
  position: relative;
}
.cid-uS8uSXfjnz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS8uSXfjnz .container {
    flex-wrap: nowrap;
  }
}
.cid-uS8uSXfjnz .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS8uSXfjnz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS8uSXfjnz .dropdown-menu,
.cid-uS8uSXfjnz .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-uS8uSXfjnz .nav-item:focus,
.cid-uS8uSXfjnz .nav-link:focus {
  outline: none;
}
.cid-uS8uSXfjnz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS8uSXfjnz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS8uSXfjnz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS8uSXfjnz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS8uSXfjnz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS8uSXfjnz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS8uSXfjnz .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: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS8uSXfjnz .navbar.opened {
  transition: all 0.3s;
}
.cid-uS8uSXfjnz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uS8uSXfjnz .navbar .navbar-logo img {
  width: auto;
}
.cid-uS8uSXfjnz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS8uSXfjnz .navbar.collapsed {
  justify-content: center;
}
.cid-uS8uSXfjnz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS8uSXfjnz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS8uSXfjnz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uS8uSXfjnz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS8uSXfjnz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS8uSXfjnz .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-uS8uSXfjnz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS8uSXfjnz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS8uSXfjnz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS8uSXfjnz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS8uSXfjnz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS8uSXfjnz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS8uSXfjnz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS8uSXfjnz .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-uS8uSXfjnz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS8uSXfjnz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS8uSXfjnz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS8uSXfjnz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS8uSXfjnz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS8uSXfjnz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS8uSXfjnz .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS8uSXfjnz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS8uSXfjnz .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-uS8uSXfjnz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uS8uSXfjnz .navbar-brand .navbar-caption:hover,
.cid-uS8uSXfjnz .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uS8uSXfjnz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS8uSXfjnz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS8uSXfjnz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uS8uSXfjnz .dropdown-item.active,
.cid-uS8uSXfjnz .dropdown-item:active {
  background-color: transparent;
}
.cid-uS8uSXfjnz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS8uSXfjnz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS8uSXfjnz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS8uSXfjnz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS8uSXfjnz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS8uSXfjnz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS8uSXfjnz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS8uSXfjnz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS8uSXfjnz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS8uSXfjnz .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uS8uSXfjnz .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uS8uSXfjnz .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uS8uSXfjnz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS8uSXfjnz 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: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS8uSXfjnz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uS8uSXfjnz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS8uSXfjnz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS8uSXfjnz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS8uSXfjnz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS8uSXfjnz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8uSXfjnz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS8uSXfjnz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS8uSXfjnz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8uSXfjnz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS8uSXfjnz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS8uSXfjnz .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-uS8uSXfjnz .navbar {
    height: 70px;
  }
  .cid-uS8uSXfjnz .navbar.opened {
    height: auto;
  }
  .cid-uS8uSXfjnz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS8uSXfjnz .navbar-nav {
  margin: 0 auto;
}
.cid-uS8uSXfjnz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS8uSXfjnz .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-uS8uSXfjnz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS8uSXfjnz .nav-item .nav-link:hover,
.cid-uS8uSXfjnz .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uS8uSXfjnz .nav-item .nav-link:hover::after,
.cid-uS8uSXfjnz .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uS8uSXfjnz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS8uSXfjnz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS8uSXfjnz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS8uSXfjnz .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS8uSXfjnz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS8uSXfjnz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS8uSXfjnz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS8uSXfjnz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS8uSXfjnz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uS8uSXfjnz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS8uSXfjnz .content-wrap {
  min-height: 110px;
}
.cid-uS8uSXVWRU {
  background-image: url("../../../assets/images/hearingaid-ric.jpg-720x378.jpg");
}
.cid-uS8uSXVWRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uSXVWRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uSXVWRU .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS8uSXVWRU .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uS8uSXVWRU .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS8uSXVWRU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uS8uSXVWRU .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uS8uSXVWRU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS8uSXVWRU .mbr-label {
  color: #ffffff;
}
.cid-uS8uSXVWRU .mbr-section-title {
  color: #ffffff;
}
.cid-uS8uSXVWRU .mbr-text {
  color: #ffffff;
}
.cid-uS8uSYCKJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8uSYCKJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uSYCKJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uSYCKJ8 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #1bb9d0;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS8uSYCKJ8 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uS8uSYCKJ8 .card {
  justify-content: center;
}
.cid-uS8uSYCKJ8 .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS8uSYCKJ8 .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uS8uSYCKJ8 .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS8uSYCKJ8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uS8uSYCKJ8 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS8uSYCKJ8 .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uS8uSYCKJ8 .list-wrapper .list .item-wrap::marker {
  color: #1bb9d0;
}
.cid-uS8uSYCKJ8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS8uSYCKJ8 .mbr-section-title {
  color: #000000;
}
.cid-uS8uSYCKJ8 .mbr-number {
  color: #000000;
}
.cid-uS8uSYCKJ8 .list {
  color: #000000;
}
.cid-uS8uSYCKJ8 .list,
.cid-uS8uSYCKJ8 .item-wrap {
  color: #000000;
}
.cid-uS8uSZ6u7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uS8uSZ6u7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uSZ6u7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uSZ6u7o .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #bababa;
}
@media (max-width: 992px) {
  .cid-uS8uSZ6u7o .card-wrapper {
    padding: 20px;
  }
}
.cid-uS8uSZ6u7o .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uS8uSZ6u7o .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uS8uSZ6u7o .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uS8uSZ6u7o .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uS8uSZ6u7o .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uS8uSZ6u7o .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uS8uSZ6u7o .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1bb9d0;
  pointer-events: none;
}
.cid-uS8uSZ6u7o .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-uS8uSZ6u7o .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uS8uSZ6u7o .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS8uSZ6u7o .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uS8uSZ6u7o .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uS8uSZ6u7o .mbr-section-title,
.cid-uS8uSZ6u7o .title-wrapper {
  color: #f1f5eb;
}
.cid-uS8uSZ6u7o .mbr-section-title,
.cid-uS8uSZ6u7o .mbr-section-btn,
.cid-uS8uSZ6u7o .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uS8uSZL8OV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8uSZL8OV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uSZL8OV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uSZL8OV .row {
  justify-content: space-between;
}
.cid-uS8uSZL8OV .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS8uSZL8OV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS8uSZL8OV .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uS8uSZL8OV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8uSZL8OV .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uS8uSZL8OV .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uS8uSZL8OV .mbr-label {
  color: #000000;
}
.cid-uS8uSZL8OV .mbr-section-title {
  color: #000000;
}
.cid-uS8uSZL8OV .mbr-desc {
  color: #000000;
}
.cid-uS8uSZL8OV .mbr-text {
  color: #8a8a8a;
}
.cid-uS8uT0lHwX {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1bb9d0;
}
.cid-uS8uT0lHwX .row {
  flex-direction: row-reverse;
}
.cid-uS8uT0lHwX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uS8uT0lHwX .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: #ad0c10;
}
.cid-uS8uT0lHwX .svg-top .st0 {
  fill: #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS8uT0lHwX .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uS8uT0lHwX .mbr-section-title {
  color: #0f0f0f;
}
@media (min-width: 1400px) {
  .cid-uS8uT0lHwX .col-12 {
    padding: 0 2rem;
  }
  .cid-uS8uT0lHwX .row {
    margin: 0 -2rem;
  }
}
.cid-uS8uT0lHwX .mbr-text,
.cid-uS8uT0lHwX .mbr-section-btn {
  color: #000000;
}
.cid-uS8uT0Ufg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8uT0Ufg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uT0Ufg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uT0Ufg8 .row {
  justify-content: space-between;
}
.cid-uS8uT0Ufg8 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uS8uT0Ufg8 .content-wrapper {
    padding: 0;
  }
}
.cid-uS8uT0Ufg8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS8uT0Ufg8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS8uT0Ufg8 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS8uT0Ufg8 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uS8uT0Ufg8 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS8uT0Ufg8 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uS8uT0Ufg8 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uS8uT0Ufg8 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uS8uT0Ufg8 .mbr-section-title {
  color: #000000;
}
.cid-uS8uT0Ufg8 .mbr-desc {
  color: #000000;
}
.cid-uS8uT0Ufg8 .mbr-text {
  color: #000000;
}
.cid-uS8uT1vIyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uS8uT1vIyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uT1vIyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uT1vIyQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8uT1vIyQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS8uT1vIyQ .items-wrapper {
  margin: 0 -75px;
}
.cid-uS8uT1vIyQ .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uS8uT1vIyQ .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uS8uT1vIyQ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uS8uT1vIyQ .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uS8uT1vIyQ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uS8uT1vIyQ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS8uT1vIyQ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS8uT1vIyQ .mbr-section-title {
  color: #0f0f0f;
}
.cid-uS8uT1vIyQ .card-number {
  color: #0f0f0f;
}
.cid-uS8uT1vIyQ .card-title {
  color: #666666;
}
.cid-uS8uT2fBoY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
  overflow: hidden;
}
.cid-uS8uT2fBoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uT2fBoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uT2fBoY .card {
  justify-content: flex-end;
}
.cid-uS8uT2fBoY .content {
  padding: 150px 90px 150px 0;
  padding: 150px 0 90px 150px;
}
@media (max-width: 992px) {
  .cid-uS8uT2fBoY .content {
    padding: 80px 0 30px 0;
  }
}
@media (max-width: 992px) {
  .cid-uS8uT2fBoY .content {
    padding: 80px 0 30px 0;
  }
}
.cid-uS8uT2fBoY .title-wrapper {
  margin-bottom: 400px;
}
@media (max-width: 992px) {
  .cid-uS8uT2fBoY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8uT2fBoY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #1bb9d0;
}
.cid-uS8uT2fBoY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS8uT2fBoY .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS8uT2fBoY .content-wrapper {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uS8uT2fBoY .content-wrapper {
    display: block;
  }
}
.cid-uS8uT2fBoY .content-wrapper .mbr-number {
  margin-bottom: 0;
  min-width: 150px;
  padding-right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS8uT2fBoY .content-wrapper .mbr-number {
    padding-right: 0;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uS8uT2fBoY .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uS8uT2fBoY .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ad0c10;
}
.cid-uS8uT2fBoY .content-wrapper .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS8uT2fBoY .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uS8uT2fBoY .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #1bb9d0;
  display: inline-flex;
}
.cid-uS8uT2fBoY .content-wrapper .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uS8uT2fBoY .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uS8uT2fBoY .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-uS8uT2fBoY .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uS8uT2fBoY .image-wrapper img {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.cid-uS8uT2fBoY .mbr-label,
.cid-uS8uT2fBoY .label-wrapper {
  color: #000000;
}
.cid-uS8uT2fBoY .mbr-section-title {
  color: #0f0f0f;
}
.cid-uS8uT2fBoY .mbr-number {
  color: #ffffff;
}
.cid-uS8uT2fBoY .mbr-desc {
  color: #ffffff;
}
.cid-uS8uT2fBoY .mbr-section-subtitle {
  color: #000000;
}
.cid-uS8uT2fBoY .mbr-desc,
.cid-uS8uT2fBoY .desc-wrapper {
  color: #000000;
}
.cid-uS8uT316k6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1bb9d0;
}
.cid-uS8uT316k6 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uS8uT316k6 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uS8uT316k6 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uS8uT316k6 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-uS8uT316k6 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-uS8uT316k6 .col-12,
  .cid-uS8uT316k6 .col-md-12 {
    padding: 0;
  }
}
.cid-uS8uT316k6 .si img {
  width: auto;
}
.cid-uS8uT316k6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uS8uT3vJbi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uS8uT3vJbi .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uS8uT3vJbi .row {
    text-align: center;
  }
}
.cid-uS8uT450GD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1bb9d0;
}
.cid-uS8uT450GD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uT450GD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uT450GD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8uT450GD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS8uT450GD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uS8uT450GD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uS8uT450GD .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-uS8uT450GD .embla__slide .slide-content {
  width: 100%;
}
.cid-uS8uT450GD .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uS8uT450GD .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS8uT450GD .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-uS8uT450GD .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8uT450GD .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    margin-bottom: 20px;
  }
}
.cid-uS8uT450GD .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
  width: 100%;
  padding-right: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS8uT450GD .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uS8uT450GD .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
  min-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS8uT450GD .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
    min-width: auto;
    width: 100%;
  }
}
.cid-uS8uT450GD .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uS8uT450GD .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS8uT450GD .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS8uT450GD .embla__button--next,
.cid-uS8uT450GD .embla__button--prev {
  display: flex;
}
.cid-uS8uT450GD .embla__button {
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uS8uT450GD .embla__button:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}
.cid-uS8uT450GD .embla__button:disabled {
  opacity: .6 !important;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
}
.cid-uS8uT450GD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uS8uT450GD .embla__button.embla__button--next {
  left: 64px;
}
.cid-uS8uT450GD .embla {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}
.cid-uS8uT450GD .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uS8uT450GD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uS8uT450GD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uS8uT450GD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uS8uT450GD .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.cid-uS8uT450GD .card-title {
  color: #0f0f0f;
}
.cid-uS8uT450GD .card-number {
  color: #0f0f0f;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uS8uT450GD .card-number {
    text-align: left;
  }
}
.cid-uS8uT450GD .card-text {
  color: #666666;
}
.cid-uS8uT55UsY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uS8uT55UsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uT55UsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uT55UsY .row {
  justify-content: space-between;
}
.cid-uS8uT55UsY .row .card {
  justify-content: center;
}
.cid-uS8uT55UsY .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
.cid-uS8uT55UsY .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uS8uT55UsY .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 20px 20px 0;
}
.cid-uS8uT55UsY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #0f0f0f;
  padding: 8px 42px;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.cid-uS8uT55UsY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  border: 1px solid #0f0f0f;
}
.cid-uS8uT55UsY .tab-content .tab-pane .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8uT55UsY .tab-content .tab-pane .item-title {
    margin-bottom: 40px;
  }
}
.cid-uS8uT55UsY .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uS8uT55UsY .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uS8uT55UsY .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  padding-right: 75px;
}
@media (max-width: 992px) {
  .cid-uS8uT55UsY .tab-content .tab-pane .item-content .image-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uS8uT55UsY .tab-content .tab-pane .item-content .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS8uT55UsY .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uS8uT55UsY .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding-left: 75px;
}
@media (max-width: 992px) {
  .cid-uS8uT55UsY .tab-content .tab-pane .item-content .text-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uS8uT55UsY .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 14px;
}
.cid-uS8uT55UsY .item-title {
  color: #0f0f0f;
}
.cid-uS8uT55UsY .item-text {
  color: #666666;
}
.cid-uS8uT5KePe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8uT5KePe .wrapper {
  background: #ebeae2;
}
.cid-uS8uT5KePe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uT5KePe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uT5KePe .mbr-text {
  color: #000000;
}
.cid-uS8W6LOl4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uS8W6LOl4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8W6LOl4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8W6LOl4j .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uS8W6LOl4j .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uS8W6LOl4j .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #1bb9d0;
}
@media (max-width: 992px) {
  .cid-uS8W6LOl4j .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uS8W6LOl4j .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS8W6LOl4j .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS8W6LOl4j .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS8W6LOl4j .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uS8W6LOl4j .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS8W6LOl4j .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uS8W6LOl4j .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS8W6LOl4j .mbr-section-title {
  color: #19171c;
}
.cid-uS8W6LOl4j .panel-title {
  color: #19171c;
}
.cid-uS8W6LOl4j .panel-text {
  color: #000000;
}
.cid-uS8uT6foZ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1bb9d0;
}
.cid-uS8uT6foZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uT6foZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uT6foZ1 .card-wrapper {
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS8uT6foZ1 .card-wrapper {
    padding: 20px;
  }
}
.cid-uS8uT6foZ1 .card-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8uT6foZ1 .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS8uT6foZ1 .card-wrapper .google-map iframe {
  height: 715px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uS8uT6foZ1 .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uS8uT6foZ1 .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.cid-uS8uT6P21S {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uS8uT6P21S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uT6P21S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uT6P21S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS8uT6P21S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS8uT6P21S .row {
    text-align: center;
  }
  .cid-uS8uT6P21S .row > div {
    margin: auto;
  }
  .cid-uS8uT6P21S .social-row {
    justify-content: center;
  }
}
.cid-uS8uT6P21S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS8uT6P21S .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS8uT6P21S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS8uT6P21S .list {
    margin-bottom: 0rem;
  }
}
.cid-uS8uT6P21S .mbr-text {
  color: #ffffff;
}
.cid-uS8uT6P21S .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-uS8uT6P21S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS8uT6P21S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS8uT6P21S .copyright {
  color: #ffffff;
}
.cid-uS8uT6P21S H5 {
  color: #ffffff;
}
