.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #1b2026 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b2026 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #da2128 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #da2128 !important;
  border-color: #da2128 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #8f161a;
  border-color: #8f161a;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8f161a !important;
  border-color: #8f161a !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline:active {
  color: #ffffff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #1b2026 !important;
}
.btn-secondary-outline {
  color: #1b2026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary-outline:active {
  color: #1b2026 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: #dce8eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: #dce8eb !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #1b2026 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: #dce8eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: #dce8eb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: #da2128 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #da2128;
  color: #da2128;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8f161a !important;
  background-color: transparent!important;
  border-color: #8f161a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #da2128 !important;
  border-color: #da2128 !important;
}
.btn-danger-outline:active {
  color: #da2128 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #1b2026 !important;
}
.btn-black-outline {
  color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #1b2026 !important;
}
.btn-white-outline {
  color: #fafafa !important;
}
.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: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #da2128 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #455262 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ea777b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #da2128;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8cfd1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1b2026 !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='%23ffffff' %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;
}
.cid-st2ewTpC9J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2ewTpC9J .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2ewTpC9J nav.navbar {
  position: fixed;
}
.cid-st2ewTpC9J .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .nav-item:hover {
  background: black;
}
@media (max-width: 992px) {
  .cid-st2ewTpC9J .nav-item {
    height: auto;
  }
}
.cid-st2ewTpC9J .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2ewTpC9J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2ewTpC9J .dropdown-item:hover,
.cid-st2ewTpC9J .dropdown-item:focus {
  background: white !important;
}
.cid-st2ewTpC9J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2ewTpC9J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2ewTpC9J .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2ewTpC9J .nav-link {
  position: relative;
}
.cid-st2ewTpC9J .container {
  display: flex;
  margin: auto;
}
.cid-st2ewTpC9J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2ewTpC9J .dropdown-menu,
.cid-st2ewTpC9J .navbar.opened {
  background: #da2128 !important;
}
.cid-st2ewTpC9J .nav-item:focus,
.cid-st2ewTpC9J .nav-link:focus {
  outline: none;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2ewTpC9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2ewTpC9J .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #da2128;
}
.cid-st2ewTpC9J .navbar.opened {
  transition: all 0.3s;
}
.cid-st2ewTpC9J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2ewTpC9J .navbar .navbar-logo img {
  width: auto;
}
.cid-st2ewTpC9J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2ewTpC9J .navbar.collapsed {
  justify-content: center;
}
.cid-st2ewTpC9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2ewTpC9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2ewTpC9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2ewTpC9J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2ewTpC9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2ewTpC9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2ewTpC9J .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-st2ewTpC9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2ewTpC9J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2ewTpC9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2ewTpC9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2ewTpC9J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2ewTpC9J .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2ewTpC9J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st2ewTpC9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2ewTpC9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2ewTpC9J .dropdown-item.active,
.cid-st2ewTpC9J .dropdown-item:active {
  background-color: transparent;
}
.cid-st2ewTpC9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #da2128;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2ewTpC9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2ewTpC9J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2ewTpC9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2ewTpC9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2ewTpC9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2ewTpC9J .navbar {
    height: 70px;
  }
  .cid-st2ewTpC9J .navbar.opened {
    height: auto;
  }
  .cid-st2ewTpC9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubpQegsLcl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-ubpQegsLcl .image-wrapper {
  padding: 0;
}
.cid-ubpQegsLcl .img-item,
.cid-ubpQegsLcl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubpQegsLcl .container-fluid {
  padding: 0 1rem;
}
.cid-ubpQegsLcl .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-ubpQegsLcl .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-ubpQegsLcl .card-wrapper {
    flex-direction: column;
  }
}
.cid-ubpQegsLcl .mbr-iconfont {
  font-size: 2rem;
}
.cid-ubpQegsLcl .icon1 {
  color: #14191e;
}
.cid-ubpQegsLcl .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-ubpQegsLcl .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-ubpQegsLcl .mbr-text,
.cid-ubpQegsLcl .mbr-section-btn {
  color: #777777;
}
.cid-ubpQegsLcl .mbr-section-subtitle {
  color: #777777;
}
.cid-ubpQegsLcl .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-ubpQegsLcl .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-ubpQegsLcl .card-text {
  color: #da2128;
}
.cid-ubpQegsLcl .card-title {
  color: #14191e;
}
.cid-uaAbe5nmk9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaAbe5nmk9 .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uaAbe5nmk9 .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uaAbe5nmk9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaAbe5nmk9 .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uaAbe5nmk9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaAbe5nmk9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uaAbe5nmk9 b,
.cid-uaAbe5nmk9 strong {
  font-weight: 900;
}
.cid-uaAbe5nmk9 img,
.cid-uaAbe5nmk9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uaAbe5nmk9 .item:focus,
.cid-uaAbe5nmk9 span:focus {
  outline: none;
}
.cid-uaAbe5nmk9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uaAbe5nmk9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uaAbe5nmk9 .mbr-section-title {
  color: #17003b;
}
.cid-uaAbe5nmk9 .mbr-text,
.cid-uaAbe5nmk9 .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-uaAbe5nmk9 .item-title {
  text-align: center;
  color: #17003b;
}
.cid-uaAbe5nmk9 .mbr-section-subtitle {
  color: #17003b;
}
.cid-uaAbe5nmk9 .item-subtitle,
.cid-uaAbe5nmk9 .item-content {
  text-align: center;
}
.cid-ubneVZeZUn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-ubneVZeZUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubneVZeZUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubneVZeZUn .mbr-section-title {
  color: #24262b;
}
.cid-ubneVZeZUn .mbr-section-subtitle {
  color: #24262b;
}
.cid-ubneVZeZUn .mbr-section-btn {
  margin-top: 16px;
}
.cid-ubn9YrO8th {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-ubn9YrO8th .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubn9YrO8th .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubn9YrO8th .row {
    padding: 0 24px;
  }
}
.cid-ubn9YrO8th .text-wrapper {
  padding: 0 0 0 110px;
}
@media (max-width: 992px) {
  .cid-ubn9YrO8th .text-wrapper {
    margin: 0 0 32px 0;
    padding: 0;
  }
}
.cid-ubn9YrO8th .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-ubn9YrO8th .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-ubn9YrO8th .image-wrap {
  display: flex;
}
.cid-ubn9YrO8th .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
.cid-ubn9YrO8th .image-wrap .image-wrapper:first-child .image {
  max-width: 290px;
}
.cid-ubn9YrO8th .image-wrap .image-wrapper .image {
  max-width: 290px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ubn9YrO8th .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 425px) {
  .cid-ubn9YrO8th .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.cid-ubn9YrO8th .mbr-section-title {
  color: #ffe4c1;
}
.cid-ubn9YrO8th .mbr-text {
  color: #000000;
}
.cid-ubn9YrO8th .mbr-section-title,
.cid-ubn9YrO8th .mbr-section-btn {
  color: #000000;
}
.cid-ubncAy3iPS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-ubncAy3iPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubncAy3iPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubncAy3iPS .row {
    padding: 0 24px;
  }
}
.cid-ubncAy3iPS .text-wrapper {
  padding: 0 0 0 110px;
  padding: 0 110px 0 0;
}
@media (max-width: 992px) {
  .cid-ubncAy3iPS .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ubncAy3iPS .text-wrapper {
    margin: 0 0 32px 0;
    padding: 0;
  }
}
.cid-ubncAy3iPS .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-ubncAy3iPS .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-ubncAy3iPS .image-wrap {
  display: flex;
}
.cid-ubncAy3iPS .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
.cid-ubncAy3iPS .image-wrap .image-wrapper:first-child .image {
  max-width: 290px;
}
.cid-ubncAy3iPS .image-wrap .image-wrapper:last-child .image {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  max-width: 200px;
}
.cid-ubncAy3iPS .image-wrap .image-wrapper .image {
  max-width: 290px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ubncAy3iPS .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 425px) {
  .cid-ubncAy3iPS .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.cid-ubncAy3iPS .mbr-section-title {
  color: #ffe4c1;
}
.cid-ubncAy3iPS .mbr-text {
  color: #000000;
}
.cid-ubncAy3iPS .mbr-section-title,
.cid-ubncAy3iPS .mbr-section-btn {
  color: #232323;
}
.cid-udYkqyNMEt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-udYkqyNMEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYkqyNMEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYkqyNMEt .row {
    padding: 0 24px;
  }
}
.cid-udYkqyNMEt .text-wrapper {
  padding: 0 0 0 110px;
}
@media (max-width: 992px) {
  .cid-udYkqyNMEt .text-wrapper {
    margin: 0 0 32px 0;
    padding: 0;
  }
}
.cid-udYkqyNMEt .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-udYkqyNMEt .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-udYkqyNMEt .image-wrap {
  display: flex;
}
.cid-udYkqyNMEt .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
.cid-udYkqyNMEt .image-wrap .image-wrapper:first-child .image {
  max-width: 290px;
}
.cid-udYkqyNMEt .image-wrap .image-wrapper .image {
  max-width: 290px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udYkqyNMEt .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 425px) {
  .cid-udYkqyNMEt .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.cid-udYkqyNMEt .mbr-section-title {
  color: #ffe4c1;
}
.cid-udYkqyNMEt .mbr-text {
  color: #000000;
}
.cid-udYkqyNMEt .mbr-section-title,
.cid-udYkqyNMEt .mbr-section-btn {
  color: #000000;
}
.cid-ubnj4PikQy {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-ubnj4PikQy .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-ubnj4PikQy .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubnj4PikQy .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-ubnj4PikQy .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-ubnj4PikQy .mbr-iconfont {
    right: 1rem;
  }
}
.cid-ubnj4PikQy img,
.cid-ubnj4PikQy .item-img {
  position: relative;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-ubnj4PikQy .item:focus,
.cid-ubnj4PikQy span:focus {
  outline: none;
}
.cid-ubnj4PikQy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubnj4PikQy .mbr-section-title {
  color: #232323;
}
.cid-ubnj4PikQy .mbr-text,
.cid-ubnj4PikQy .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-ubnj4PikQy .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-ubnj4PikQy .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ubnj4PikQy .mbr-section-subtitle {
  color: #000000;
}
.cid-ubnfiS1IWd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-ubnfiS1IWd img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ubnfiS1IWd img {
    width: 100%;
  }
}
.cid-ubnfiS1IWd .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-ubnfiS1IWd .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-ubnfiS1IWd .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-ubnfiS1IWd .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ubnfiS1IWd .mbr-text,
.cid-ubnfiS1IWd .mbr-section-btn {
  color: #777777;
}
.cid-ubnfiS1IWd .mbr-section-subtitle {
  color: #777777;
}
.cid-ubnfiS1IWd .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-ubnfiS1IWd .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-ubn7bsCY4R {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubn7bsCY4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubn7bsCY4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubn7bsCY4R .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubn7bsCY4R .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-ubn7bsCY4R .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-ubn7bsCY4R .mbr-text {
  color: #6e716f;
  text-align: center;
}
#custom-html-33 {
  /* Type valid CSS here */
}
#custom-html-33 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-33 p {
  font-size: 60px;
  color: #777;
}
.cid-ubnh0PotGx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-ubnh0PotGx .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-ubnh0PotGx img {
  width: 100%;
  border-radius: 10px;
}
.cid-ubnh0PotGx .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-ubnh0PotGx .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubnh0PotGx .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-ubnh0PotGx img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-ubnh0PotGx .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-ubnh0PotGx img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-ubnh0PotGx img {
    width: 100%;
  }
}
.cid-ubnh0PotGx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-ubnh0PotGx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ubnh0PotGx .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-ubnh0PotGx .mbr-text,
.cid-ubnh0PotGx .mbr-section-btn {
  color: #464646;
}
.cid-ubnh0PotGx .mbr-section-subtitle {
  color: #777777;
}
.cid-uaBwGrwmyv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uaBwGrwmyv .container-fluid {
  padding: 0 !important;
}
.cid-uaBwGrwmyv .col-md-12 {
  padding: 0;
}
.cid-uaBwGrwmyv .row {
  margin: 0;
  flex-wrap: nowrap;
}
.cid-uaBwGrwmyv .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uaBwGrwmyv .mbr-section-title {
  margin-bottom: 3rem;
}
.cid-uaBwGrwmyv .number-wrap {
  color: #12265a;
  border: 2px dashed #da2128;
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 1rem;
  width: 210px;
}
@media (min-width: 1199px) {
  .cid-uaBwGrwmyv .number-wrap {
    min-width: 250px;
  }
}
.cid-uaBwGrwmyv .number {
  font-style: normal;
  font-weight: 900;
  font-size: 6.9rem;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1;
  color: #da2128;
}
.cid-uaBwGrwmyv .period {
  display: block;
  line-height: 1;
}
.cid-uaBwGrwmyv .dot {
  display: none;
}
@media (max-width: 991px) {
  .cid-uaBwGrwmyv .wrapper {
    padding: 0 0.5rem;
  }
  .cid-uaBwGrwmyv .number-wrap {
    width: 150px;
  }
  .cid-uaBwGrwmyv .col-xs-3 {
    padding: 0 0.5rem;
  }
  .cid-uaBwGrwmyv .number {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uaBwGrwmyv {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uaBwGrwmyv .number-wrap {
    padding: 0.4rem;
    width: 100px;
    border-radius: 20px;
  }
  .cid-uaBwGrwmyv .col-xs-3 {
    padding: 0 0.3rem;
  }
  .cid-uaBwGrwmyv .number {
    font-size: 2rem;
  }
}
@media (max-width: 440px) {
  .cid-uaBwGrwmyv .number-wrap {
    padding: 0.1rem 0;
    width: 75px;
  }
  .cid-uaBwGrwmyv .col-xs-3 {
    padding: 0 0.2rem;
  }
}
@media (max-width: 380px) {
  .cid-uaBwGrwmyv .period {
    font-size: 0.8rem;
  }
}
.cid-uaBwGrwmyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBwGrwmyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAhT97Jtf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaAhT97Jtf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAhT97Jtf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAhT97Jtf .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaAhT97Jtf .mbr-section-title {
  color: #24262b;
}
.cid-uaAhT97Jtf .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaAhT97Jtf .cards-row {
  row-gap: 32px;
}
.cid-uaAhT97Jtf .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uaAhT97Jtf .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uaAhT97Jtf .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uaAhT97Jtf .card-subtitle {
  color: #24262b;
}
.cid-uaAhT97Jtf .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uaAhT97Jtf .mbr-section-btn {
  margin-top: 20px;
}
.cid-uaAhT97Jtf .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uaAhT97Jtf .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uaAnTlDhYJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uaAnTlDhYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAnTlDhYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAnTlDhYJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uaAnTlDhYJ .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uaAnTlDhYJ .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uaAnTlDhYJ .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uaAnTlDhYJ .embla__button--next,
.cid-uaAnTlDhYJ .embla__button--prev {
  display: flex;
}
.cid-uaAnTlDhYJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaAnTlDhYJ .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uaAnTlDhYJ .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uaAnTlDhYJ .embla__button {
    display: none;
  }
}
.cid-uaAnTlDhYJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uaAnTlDhYJ .embla__button:hover {
  background: transparent;
  color: #ffffff;
  border: none;
  opacity: .65;
}
.cid-uaAnTlDhYJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uaAnTlDhYJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uaAnTlDhYJ .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uaAnTlDhYJ .embla {
  position: relative;
  width: 100%;
}
.cid-uaAnTlDhYJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uaAnTlDhYJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uaAnTlDhYJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uaAnTlDhYJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udXbVXjVU9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udXbVXjVU9 img {
  width: 150px;
  margin: auto;
}
.cid-udXbVXjVU9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udXbVXjVU9 .card {
    max-width: 16.6%;
  }
}
.cid-udXbVXjVU9 .mbr-section-title {
  color: #19303d;
}
.cid-ubIopAZObv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubIopAZObv img {
  margin-right: 30px;
}
.cid-ubIopAZObv .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubIopAZObv .card {
    max-width: 16.6%;
  }
}
.cid-ubIopAZObv .mbr-section-title {
  color: #19303d;
}
.cid-uatqbkBxwy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dfdede;
}
.cid-uatqbkBxwy img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-uatqbkBxwy .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-uatqbkBxwy .card-phone:hover {
  color: #ffffff;
}
.cid-uatqbkBxwy .mbr-text,
.cid-uatqbkBxwy .mbr-section-btn {
  color: #111111;
}
.cid-uatqbkBxwy .card-title,
.cid-uatqbkBxwy .card-box {
  color: #200960;
}
@media (max-width: 992px) {
  .cid-uatqbkBxwy .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uatqbkBxwy .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uatqbkBxwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uatqbkBxwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uatqpAZnV1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-uaALOxBYce {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaALOxBYce .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uaALOxBYce nav.navbar {
  position: fixed;
}
.cid-uaALOxBYce .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uaALOxBYce .nav-item:hover {
  background: black;
}
@media (max-width: 992px) {
  .cid-uaALOxBYce .nav-item {
    height: auto;
  }
}
.cid-uaALOxBYce .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaALOxBYce .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-uaALOxBYce .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaALOxBYce .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaALOxBYce .dropdown-item:hover,
.cid-uaALOxBYce .dropdown-item:focus {
  background: white !important;
}
.cid-uaALOxBYce .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaALOxBYce .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaALOxBYce .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uaALOxBYce .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaALOxBYce .nav-link {
  position: relative;
}
.cid-uaALOxBYce .container {
  display: flex;
  margin: auto;
}
.cid-uaALOxBYce .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uaALOxBYce .dropdown-menu,
.cid-uaALOxBYce .navbar.opened {
  background: #da2128 !important;
}
.cid-uaALOxBYce .nav-item:focus,
.cid-uaALOxBYce .nav-link:focus {
  outline: none;
}
.cid-uaALOxBYce .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaALOxBYce .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaALOxBYce .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uaALOxBYce .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaALOxBYce .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaALOxBYce .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaALOxBYce .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #da2128;
}
.cid-uaALOxBYce .navbar.opened {
  transition: all 0.3s;
}
.cid-uaALOxBYce .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaALOxBYce .navbar .navbar-logo img {
  width: auto;
}
.cid-uaALOxBYce .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaALOxBYce .navbar.collapsed {
  justify-content: center;
}
.cid-uaALOxBYce .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaALOxBYce .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaALOxBYce .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uaALOxBYce .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaALOxBYce .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaALOxBYce .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-uaALOxBYce .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaALOxBYce .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaALOxBYce .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaALOxBYce .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaALOxBYce .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaALOxBYce .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaALOxBYce .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaALOxBYce .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-uaALOxBYce .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaALOxBYce .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaALOxBYce .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaALOxBYce .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaALOxBYce .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaALOxBYce .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaALOxBYce .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaALOxBYce .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaALOxBYce .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaALOxBYce .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaALOxBYce .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaALOxBYce .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaALOxBYce .dropdown-item.active,
.cid-uaALOxBYce .dropdown-item:active {
  background-color: transparent;
}
.cid-uaALOxBYce .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaALOxBYce .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaALOxBYce .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaALOxBYce .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #da2128;
}
.cid-uaALOxBYce .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaALOxBYce .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaALOxBYce ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaALOxBYce .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaALOxBYce button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaALOxBYce button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaALOxBYce button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaALOxBYce button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaALOxBYce button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaALOxBYce button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaALOxBYce nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaALOxBYce nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaALOxBYce nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaALOxBYce nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaALOxBYce .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaALOxBYce a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaALOxBYce .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaALOxBYce .navbar {
    height: 70px;
  }
  .cid-uaALOxBYce .navbar.opened {
    height: auto;
  }
  .cid-uaALOxBYce .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaALOynp3M {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uaALOynp3M img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uaALOynp3M img {
    width: 100%;
  }
}
.cid-uaALOynp3M .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 1rem;
  padding: 0.5rem;
  background: #ffffff;
}
.cid-uaALOynp3M .card-wrapper:hover {
  background: #ffffff;
}
.cid-uaALOynp3M .mbr-iconfont {
  font-size: 2.4rem;
}
.cid-uaALOynp3M .icon-wrapper {
  min-width: 80px;
  height: 80px;
  padding-left: 1.5rem;
  color: #31363b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaALOynp3M .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-uaALOynp3M .card-text {
  color: #14191e;
}
.cid-uaALOynp3M .mbr-section-subtitle {
  color: #777777;
}
.cid-uaALOynp3M .mbr-text,
.cid-uaALOynp3M .mbr-section-btn {
  color: #777777;
}
.cid-uaAX7vCEiD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaAX7vCEiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAX7vCEiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAX7vCEiD .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uaAX7vCEiD .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uaAX7vCEiD .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-uaAX7vCEiD .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-uaARLxc7E6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaARLxc7E6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaARLxc7E6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaARLxc7E6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaARLxc7E6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaARLxc7E6 .container {
    padding: 0 16px;
  }
}
.cid-uaARLxc7E6 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaARLxc7E6 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaARLxc7E6 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaARLxc7E6 .image-wrapper img {
    height: 300px;
  }
}
.cid-uaARLxc7E6 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaARLxc7E6 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaARLxc7E6 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaARLxc7E6 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaARLxc7E6 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaARLxc7E6 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaAT3BAnm7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaAT3BAnm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAT3BAnm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAT3BAnm7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaAT3BAnm7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaAT3BAnm7 .container {
    padding: 0 16px;
  }
}
.cid-uaAT3BAnm7 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaAT3BAnm7 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaAT3BAnm7 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaAT3BAnm7 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaAT3BAnm7 .image-wrapper img {
    height: 300px;
  }
}
.cid-uaAT3BAnm7 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaAT3BAnm7 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaAT3BAnm7 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaAT3BAnm7 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaAT3BAnm7 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaAT3BAnm7 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaAYXiSvph {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaAYXiSvph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAYXiSvph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAYXiSvph .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uaAYXiSvph .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uaAYXiSvph .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-uaAYXiSvph .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-uaATDFO67U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaATDFO67U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaATDFO67U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaATDFO67U .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaATDFO67U .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaATDFO67U .container {
    padding: 0 16px;
  }
}
.cid-uaATDFO67U .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaATDFO67U .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaATDFO67U .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaATDFO67U .image-wrapper img {
    height: 300px;
  }
}
.cid-uaATDFO67U .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaATDFO67U .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaATDFO67U .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaATDFO67U .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaATDFO67U .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaATDFO67U .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB0vXIwWq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB0vXIwWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB0vXIwWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB0vXIwWq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB0vXIwWq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB0vXIwWq .container {
    padding: 0 16px;
  }
}
.cid-uaB0vXIwWq .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaB0vXIwWq .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaB0vXIwWq .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB0vXIwWq .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB0vXIwWq .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB0vXIwWq .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB0vXIwWq .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB0vXIwWq .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB0vXIwWq .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB0vXIwWq .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB0vXIwWq .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB0ODj8OL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB0ODj8OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB0ODj8OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB0ODj8OL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB0ODj8OL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB0ODj8OL .container {
    padding: 0 16px;
  }
}
.cid-uaB0ODj8OL .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaB0ODj8OL .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB0ODj8OL .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB0ODj8OL .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB0ODj8OL .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB0ODj8OL .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB0ODj8OL .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB0ODj8OL .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB0ODj8OL .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB0ODj8OL .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB3GrIz8k {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB3GrIz8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB3GrIz8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB3GrIz8k .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB3GrIz8k .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB3GrIz8k .container {
    padding: 0 16px;
  }
}
.cid-uaB3GrIz8k .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaB3GrIz8k .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaB3GrIz8k .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB3GrIz8k .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB3GrIz8k .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB3GrIz8k .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB3GrIz8k .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB3GrIz8k .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB3GrIz8k .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB3GrIz8k .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB3GrIz8k .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB4tzo3Aa {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB4tzo3Aa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB4tzo3Aa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB4tzo3Aa .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB4tzo3Aa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB4tzo3Aa .container {
    padding: 0 16px;
  }
}
.cid-uaB4tzo3Aa .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaB4tzo3Aa .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB4tzo3Aa .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB4tzo3Aa .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB4tzo3Aa .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB4tzo3Aa .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB4tzo3Aa .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB4tzo3Aa .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB4tzo3Aa .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB4tzo3Aa .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB4WW756D {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB4WW756D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB4WW756D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB4WW756D .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB4WW756D .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB4WW756D .container {
    padding: 0 16px;
  }
}
.cid-uaB4WW756D .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaB4WW756D .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaB4WW756D .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB4WW756D .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB4WW756D .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB4WW756D .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB4WW756D .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB4WW756D .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB4WW756D .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB4WW756D .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB4WW756D .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB5oXGcIi {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB5oXGcIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB5oXGcIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB5oXGcIi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB5oXGcIi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB5oXGcIi .container {
    padding: 0 16px;
  }
}
.cid-uaB5oXGcIi .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaB5oXGcIi .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB5oXGcIi .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB5oXGcIi .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB5oXGcIi .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB5oXGcIi .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB5oXGcIi .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB5oXGcIi .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB5oXGcIi .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB5oXGcIi .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB67l9piK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB67l9piK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB67l9piK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB67l9piK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB67l9piK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB67l9piK .container {
    padding: 0 16px;
  }
}
.cid-uaB67l9piK .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaB67l9piK .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaB67l9piK .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB67l9piK .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB67l9piK .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB67l9piK .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB67l9piK .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB67l9piK .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB67l9piK .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB67l9piK .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB67l9piK .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB6JSqRiR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB6JSqRiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB6JSqRiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB6JSqRiR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB6JSqRiR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB6JSqRiR .container {
    padding: 0 16px;
  }
}
.cid-uaB6JSqRiR .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaB6JSqRiR .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB6JSqRiR .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB6JSqRiR .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB6JSqRiR .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB6JSqRiR .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB6JSqRiR .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB6JSqRiR .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB6JSqRiR .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB6JSqRiR .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB7Y08Gs1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB7Y08Gs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB7Y08Gs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB7Y08Gs1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB7Y08Gs1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB7Y08Gs1 .container {
    padding: 0 16px;
  }
}
.cid-uaB7Y08Gs1 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaB7Y08Gs1 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaB7Y08Gs1 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB7Y08Gs1 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB7Y08Gs1 .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB7Y08Gs1 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB7Y08Gs1 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB7Y08Gs1 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB7Y08Gs1 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB7Y08Gs1 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB7Y08Gs1 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB8Yfeb2E {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB8Yfeb2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB8Yfeb2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB8Yfeb2E .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB8Yfeb2E .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB8Yfeb2E .container {
    padding: 0 16px;
  }
}
.cid-uaB8Yfeb2E .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaB8Yfeb2E .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaB8Yfeb2E .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB8Yfeb2E .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB8Yfeb2E .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB8Yfeb2E .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB8Yfeb2E .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB8Yfeb2E .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB8Yfeb2E .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB8Yfeb2E .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB8Yfeb2E .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBajqpBKo {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBajqpBKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBajqpBKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBajqpBKo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBajqpBKo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBajqpBKo .container {
    padding: 0 16px;
  }
}
.cid-uaBajqpBKo .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaBajqpBKo .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBajqpBKo .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBajqpBKo .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBajqpBKo .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBajqpBKo .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBajqpBKo .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBajqpBKo .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBajqpBKo .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBajqpBKo .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB9VKG9WW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB9VKG9WW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB9VKG9WW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB9VKG9WW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB9VKG9WW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB9VKG9WW .container {
    padding: 0 16px;
  }
}
.cid-uaB9VKG9WW .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaB9VKG9WW .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaB9VKG9WW .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB9VKG9WW .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB9VKG9WW .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB9VKG9WW .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB9VKG9WW .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB9VKG9WW .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB9VKG9WW .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB9VKG9WW .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB9VKG9WW .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBbPbCPht {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBbPbCPht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBbPbCPht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBbPbCPht .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBbPbCPht .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBbPbCPht .container {
    padding: 0 16px;
  }
}
.cid-uaBbPbCPht .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaBbPbCPht .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBbPbCPht .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBbPbCPht .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBbPbCPht .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBbPbCPht .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBbPbCPht .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBbPbCPht .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBbPbCPht .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBbPbCPht .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ubmVCsFjkl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubmVCsFjkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmVCsFjkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmVCsFjkl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ubmVCsFjkl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ubmVCsFjkl .container {
    padding: 0 16px;
  }
}
.cid-ubmVCsFjkl .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-ubmVCsFjkl .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-ubmVCsFjkl .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ubmVCsFjkl .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ubmVCsFjkl .image-wrapper img {
    height: 300px;
  }
}
.cid-ubmVCsFjkl .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubmVCsFjkl .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ubmVCsFjkl .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubmVCsFjkl .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ubmVCsFjkl .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubmVCsFjkl .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaB8yXjYG8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaB8yXjYG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB8yXjYG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB8yXjYG8 .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uaB8yXjYG8 .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uaB8yXjYG8 .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-uaB8yXjYG8 .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-uaB8wCdC62 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaB8wCdC62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaB8wCdC62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaB8wCdC62 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaB8wCdC62 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaB8wCdC62 .container {
    padding: 0 16px;
  }
}
.cid-uaB8wCdC62 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaB8wCdC62 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaB8wCdC62 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaB8wCdC62 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaB8wCdC62 .image-wrapper img {
    height: 300px;
  }
}
.cid-uaB8wCdC62 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB8wCdC62 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaB8wCdC62 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB8wCdC62 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaB8wCdC62 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaB8wCdC62 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBdMI64PS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBdMI64PS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBdMI64PS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBdMI64PS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBdMI64PS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBdMI64PS .container {
    padding: 0 16px;
  }
}
.cid-uaBdMI64PS .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaBdMI64PS .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBdMI64PS .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBdMI64PS .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBdMI64PS .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBdMI64PS .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBdMI64PS .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBdMI64PS .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBdMI64PS .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBdMI64PS .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBeqXP2kj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBeqXP2kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBeqXP2kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBeqXP2kj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBeqXP2kj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBeqXP2kj .container {
    padding: 0 16px;
  }
}
.cid-uaBeqXP2kj .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaBeqXP2kj .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaBeqXP2kj .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBeqXP2kj .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBeqXP2kj .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBeqXP2kj .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBeqXP2kj .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBeqXP2kj .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBeqXP2kj .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBeqXP2kj .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBeqXP2kj .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBeYGePvO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBeYGePvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBeYGePvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBeYGePvO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBeYGePvO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBeYGePvO .container {
    padding: 0 16px;
  }
}
.cid-uaBeYGePvO .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaBeYGePvO .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBeYGePvO .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBeYGePvO .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBeYGePvO .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBeYGePvO .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBeYGePvO .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBeYGePvO .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBeYGePvO .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBeYGePvO .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBfyoSzD7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBfyoSzD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBfyoSzD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBfyoSzD7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBfyoSzD7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBfyoSzD7 .container {
    padding: 0 16px;
  }
}
.cid-uaBfyoSzD7 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaBfyoSzD7 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaBfyoSzD7 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBfyoSzD7 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBfyoSzD7 .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBfyoSzD7 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBfyoSzD7 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBfyoSzD7 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBfyoSzD7 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBfyoSzD7 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBfyoSzD7 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBgtxTrzp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBgtxTrzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBgtxTrzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBgtxTrzp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBgtxTrzp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBgtxTrzp .container {
    padding: 0 16px;
  }
}
.cid-uaBgtxTrzp .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaBgtxTrzp .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBgtxTrzp .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBgtxTrzp .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBgtxTrzp .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBgtxTrzp .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBgtxTrzp .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBgtxTrzp .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBgtxTrzp .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBgtxTrzp .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBh1glmwu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBh1glmwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBh1glmwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBh1glmwu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBh1glmwu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBh1glmwu .container {
    padding: 0 16px;
  }
}
.cid-uaBh1glmwu .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaBh1glmwu .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaBh1glmwu .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBh1glmwu .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBh1glmwu .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBh1glmwu .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBh1glmwu .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBh1glmwu .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBh1glmwu .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBh1glmwu .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBh1glmwu .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBhI8Mjye {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBhI8Mjye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBhI8Mjye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBhI8Mjye .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBhI8Mjye .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBhI8Mjye .container {
    padding: 0 16px;
  }
}
.cid-uaBhI8Mjye .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaBhI8Mjye .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBhI8Mjye .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBhI8Mjye .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBhI8Mjye .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBhI8Mjye .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBhI8Mjye .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBhI8Mjye .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBhI8Mjye .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBhI8Mjye .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBihqCiPn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaBihqCiPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBihqCiPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBihqCiPn .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uaBihqCiPn .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uaBihqCiPn .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-uaBihqCiPn .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-uaBjlXDWQV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBjlXDWQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBjlXDWQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBjlXDWQV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBjlXDWQV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBjlXDWQV .container {
    padding: 0 16px;
  }
}
.cid-uaBjlXDWQV .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uaBjlXDWQV .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uaBjlXDWQV .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBjlXDWQV .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBjlXDWQV .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBjlXDWQV .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBjlXDWQV .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBjlXDWQV .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBjlXDWQV .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBjlXDWQV .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBjlXDWQV .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uaBjmKZalh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaBjmKZalh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaBjmKZalh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaBjmKZalh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uaBjmKZalh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaBjmKZalh .container {
    padding: 0 16px;
  }
}
.cid-uaBjmKZalh .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uaBjmKZalh .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uaBjmKZalh .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uaBjmKZalh .image-wrapper img {
    height: 300px;
  }
}
.cid-uaBjmKZalh .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBjmKZalh .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaBjmKZalh .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBjmKZalh .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uaBjmKZalh .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uaBjmKZalh .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uelgtRCnqd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uelgtRCnqd img {
  width: 150px;
  margin: auto;
}
.cid-uelgtRCnqd .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uelgtRCnqd .card {
    max-width: 16.6%;
  }
}
.cid-uelgtRCnqd .mbr-section-title {
  color: #19303d;
}
.cid-udXkIIwSOu {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udXkIIwSOu img {
  margin-right: 30px;
}
.cid-udXkIIwSOu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udXkIIwSOu .card {
    max-width: 16.6%;
  }
}
.cid-udXkIIwSOu .mbr-section-title {
  color: #19303d;
}
.cid-ulTvu7GBSC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dfdede;
}
.cid-ulTvu7GBSC img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-ulTvu7GBSC .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-ulTvu7GBSC .card-phone:hover {
  color: #ffffff;
}
.cid-ulTvu7GBSC .mbr-text,
.cid-ulTvu7GBSC .mbr-section-btn {
  color: #111111;
}
.cid-ulTvu7GBSC .card-title,
.cid-ulTvu7GBSC .card-box {
  color: #200960;
}
@media (max-width: 992px) {
  .cid-ulTvu7GBSC .img-col {
    margin-bottom: 3rem;
  }
}
.cid-ulTvu7GBSC .mbr-section-subtitle {
  color: #d58f76;
}
.cid-ulTvu7GBSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulTvu7GBSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaALOzpJu5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-uaADyJaWbC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaADyJaWbC .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uaADyJaWbC nav.navbar {
  position: fixed;
}
.cid-uaADyJaWbC .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uaADyJaWbC .nav-item:hover {
  background: black;
}
@media (max-width: 992px) {
  .cid-uaADyJaWbC .nav-item {
    height: auto;
  }
}
.cid-uaADyJaWbC .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaADyJaWbC .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-uaADyJaWbC .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaADyJaWbC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaADyJaWbC .dropdown-item:hover,
.cid-uaADyJaWbC .dropdown-item:focus {
  background: white !important;
}
.cid-uaADyJaWbC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaADyJaWbC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaADyJaWbC .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uaADyJaWbC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaADyJaWbC .nav-link {
  position: relative;
}
.cid-uaADyJaWbC .container {
  display: flex;
  margin: auto;
}
.cid-uaADyJaWbC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uaADyJaWbC .dropdown-menu,
.cid-uaADyJaWbC .navbar.opened {
  background: #da2128 !important;
}
.cid-uaADyJaWbC .nav-item:focus,
.cid-uaADyJaWbC .nav-link:focus {
  outline: none;
}
.cid-uaADyJaWbC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaADyJaWbC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaADyJaWbC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uaADyJaWbC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaADyJaWbC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaADyJaWbC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaADyJaWbC .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #da2128;
}
.cid-uaADyJaWbC .navbar.opened {
  transition: all 0.3s;
}
.cid-uaADyJaWbC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaADyJaWbC .navbar .navbar-logo img {
  width: auto;
}
.cid-uaADyJaWbC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaADyJaWbC .navbar.collapsed {
  justify-content: center;
}
.cid-uaADyJaWbC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaADyJaWbC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaADyJaWbC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uaADyJaWbC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaADyJaWbC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaADyJaWbC .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-uaADyJaWbC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaADyJaWbC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaADyJaWbC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaADyJaWbC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaADyJaWbC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaADyJaWbC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaADyJaWbC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaADyJaWbC .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-uaADyJaWbC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaADyJaWbC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaADyJaWbC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaADyJaWbC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaADyJaWbC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaADyJaWbC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaADyJaWbC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaADyJaWbC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaADyJaWbC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaADyJaWbC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaADyJaWbC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaADyJaWbC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaADyJaWbC .dropdown-item.active,
.cid-uaADyJaWbC .dropdown-item:active {
  background-color: transparent;
}
.cid-uaADyJaWbC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaADyJaWbC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaADyJaWbC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaADyJaWbC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #da2128;
}
.cid-uaADyJaWbC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaADyJaWbC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaADyJaWbC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaADyJaWbC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaADyJaWbC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaADyJaWbC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaADyJaWbC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaADyJaWbC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaADyJaWbC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaADyJaWbC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaADyJaWbC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaADyJaWbC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaADyJaWbC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaADyJaWbC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaADyJaWbC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaADyJaWbC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaADyJaWbC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaADyJaWbC .navbar {
    height: 70px;
  }
  .cid-uaADyJaWbC .navbar.opened {
    height: auto;
  }
  .cid-uaADyJaWbC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaAEVpLV99 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uaAEVpLV99 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uaAEVpLV99 img {
    width: 100%;
  }
}
.cid-uaAEVpLV99 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uaAEVpLV99 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uaAEVpLV99 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uaAEVpLV99 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-uaAEVpLV99 .mbr-text,
.cid-uaAEVpLV99 .mbr-section-btn {
  color: #777777;
}
.cid-uaAEVpLV99 .mbr-section-subtitle {
  color: #777777;
}
.cid-uaAEVpLV99 .mbr-list {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uaAEVpLV99 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-uelgzvWHbL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uelgzvWHbL img {
  width: 150px;
  margin: auto;
}
.cid-uelgzvWHbL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uelgzvWHbL .card {
    max-width: 16.6%;
  }
}
.cid-uelgzvWHbL .mbr-section-title {
  color: #19303d;
}
.cid-udXkO69rXl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udXkO69rXl img {
  margin-right: 30px;
}
.cid-udXkO69rXl .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udXkO69rXl .card {
    max-width: 16.6%;
  }
}
.cid-udXkO69rXl .mbr-section-title {
  color: #19303d;
}
.cid-ulTvwCyNLO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dfdede;
}
.cid-ulTvwCyNLO img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-ulTvwCyNLO .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-ulTvwCyNLO .card-phone:hover {
  color: #ffffff;
}
.cid-ulTvwCyNLO .mbr-text,
.cid-ulTvwCyNLO .mbr-section-btn {
  color: #111111;
}
.cid-ulTvwCyNLO .card-title,
.cid-ulTvwCyNLO .card-box {
  color: #200960;
}
@media (max-width: 992px) {
  .cid-ulTvwCyNLO .img-col {
    margin-bottom: 3rem;
  }
}
.cid-ulTvwCyNLO .mbr-section-subtitle {
  color: #d58f76;
}
.cid-ulTvwCyNLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulTvwCyNLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaADyPrl4C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-uaAKVqkdmw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaAKVqkdmw .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uaAKVqkdmw nav.navbar {
  position: fixed;
}
.cid-uaAKVqkdmw .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uaAKVqkdmw .nav-item:hover {
  background: black;
}
@media (max-width: 992px) {
  .cid-uaAKVqkdmw .nav-item {
    height: auto;
  }
}
.cid-uaAKVqkdmw .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaAKVqkdmw .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-uaAKVqkdmw .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaAKVqkdmw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaAKVqkdmw .dropdown-item:hover,
.cid-uaAKVqkdmw .dropdown-item:focus {
  background: white !important;
}
.cid-uaAKVqkdmw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaAKVqkdmw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaAKVqkdmw .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uaAKVqkdmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaAKVqkdmw .nav-link {
  position: relative;
}
.cid-uaAKVqkdmw .container {
  display: flex;
  margin: auto;
}
.cid-uaAKVqkdmw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uaAKVqkdmw .dropdown-menu,
.cid-uaAKVqkdmw .navbar.opened {
  background: #da2128 !important;
}
.cid-uaAKVqkdmw .nav-item:focus,
.cid-uaAKVqkdmw .nav-link:focus {
  outline: none;
}
.cid-uaAKVqkdmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaAKVqkdmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaAKVqkdmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uaAKVqkdmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaAKVqkdmw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaAKVqkdmw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaAKVqkdmw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #da2128;
}
.cid-uaAKVqkdmw .navbar.opened {
  transition: all 0.3s;
}
.cid-uaAKVqkdmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaAKVqkdmw .navbar .navbar-logo img {
  width: auto;
}
.cid-uaAKVqkdmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaAKVqkdmw .navbar.collapsed {
  justify-content: center;
}
.cid-uaAKVqkdmw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaAKVqkdmw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaAKVqkdmw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uaAKVqkdmw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaAKVqkdmw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaAKVqkdmw .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-uaAKVqkdmw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaAKVqkdmw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaAKVqkdmw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaAKVqkdmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaAKVqkdmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaAKVqkdmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaAKVqkdmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaAKVqkdmw .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-uaAKVqkdmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaAKVqkdmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaAKVqkdmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaAKVqkdmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaAKVqkdmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaAKVqkdmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaAKVqkdmw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaAKVqkdmw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaAKVqkdmw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaAKVqkdmw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaAKVqkdmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaAKVqkdmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaAKVqkdmw .dropdown-item.active,
.cid-uaAKVqkdmw .dropdown-item:active {
  background-color: transparent;
}
.cid-uaAKVqkdmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaAKVqkdmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaAKVqkdmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaAKVqkdmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #da2128;
}
.cid-uaAKVqkdmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaAKVqkdmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaAKVqkdmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaAKVqkdmw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaAKVqkdmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaAKVqkdmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaAKVqkdmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaAKVqkdmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaAKVqkdmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaAKVqkdmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaAKVqkdmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaAKVqkdmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaAKVqkdmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaAKVqkdmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaAKVqkdmw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaAKVqkdmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaAKVqkdmw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaAKVqkdmw .navbar {
    height: 70px;
  }
  .cid-uaAKVqkdmw .navbar.opened {
    height: auto;
  }
  .cid-uaAKVqkdmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaALuhHuoH {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uaALuhHuoH img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uaALuhHuoH img {
    width: 100%;
  }
}
.cid-uaALuhHuoH .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 1rem;
  padding: 0.5rem;
  background: #ffffff;
}
.cid-uaALuhHuoH .card-wrapper:hover {
  background: #ffffff;
}
.cid-uaALuhHuoH .mbr-iconfont {
  font-size: 2.4rem;
}
.cid-uaALuhHuoH .icon-wrapper {
  min-width: 80px;
  height: 80px;
  padding-left: 1.5rem;
  color: #31363b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaALuhHuoH .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-uaALuhHuoH .card-text {
  color: #14191e;
}
.cid-uaALuhHuoH .mbr-section-subtitle {
  color: #777777;
}
.cid-uaALuhHuoH .mbr-text,
.cid-uaALuhHuoH .mbr-section-btn {
  color: #777777;
}
.cid-ubqeZADPOF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubqeZADPOF ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-ubqeZADPOF li {
  position: relative;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.cid-ubqeZADPOF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "–";
}
.cid-ubqeZADPOF .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-ubqeZADPOF .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-ubqeZADPOF .mbr-section-title b:last-child,
.cid-ubqeZADPOF .mbr-section-title strong:last-child {
  color: #da2128;
}
.cid-ubqeZADPOF .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-ubqeZADPOF .list {
  margin-top: 2.3125rem;
}
.cid-ubqeZADPOF .icon-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 546px) {
  .cid-ubqeZADPOF .icon-wrap {
    width: 100% !important;
  }
}
.cid-ubqeZADPOF .icons-wrap,
.cid-ubqeZADPOF .icon-wrap {
  display: flex;
}
.cid-ubqeZADPOF .mbr-icon-title {
  margin-top: 0.6875rem;
  margin-bottom: 0.375rem;
}
.cid-ubqeZADPOF .mbr-iconfont {
  font-size: 4rem;
}
@media (min-width: 546px) {
  .cid-ubqeZADPOF .icons-wrap {
    border-left: 2px solid #ffffff;
    padding-left: 1.8125rem !important;
  }
}
.cid-ubqeZADPOF .mbr-text {
  margin-bottom: 0;
}
.cid-ubqeZADPOF .mbr-section-btn {
  margin-top: 28px;
}
.cid-ubqeZADPOF .mbr-section-btn a {
  margin-top: 0;
}
.cid-ubqeZADPOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubqeZADPOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uelgkZqlvh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uelgkZqlvh img {
  width: 150px;
  margin: auto;
}
.cid-uelgkZqlvh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uelgkZqlvh .card {
    max-width: 16.6%;
  }
}
.cid-uelgkZqlvh .mbr-section-title {
  color: #19303d;
}
.cid-udXkAItUUZ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udXkAItUUZ img {
  margin-right: 30px;
}
.cid-udXkAItUUZ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udXkAItUUZ .card {
    max-width: 16.6%;
  }
}
.cid-udXkAItUUZ .mbr-section-title {
  color: #19303d;
}
.cid-ulTvmq5Rus {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dfdede;
}
.cid-ulTvmq5Rus img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-ulTvmq5Rus .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-ulTvmq5Rus .card-phone:hover {
  color: #ffffff;
}
.cid-ulTvmq5Rus .mbr-text,
.cid-ulTvmq5Rus .mbr-section-btn {
  color: #111111;
}
.cid-ulTvmq5Rus .card-title,
.cid-ulTvmq5Rus .card-box {
  color: #200960;
}
@media (max-width: 992px) {
  .cid-ulTvmq5Rus .img-col {
    margin-bottom: 3rem;
  }
}
.cid-ulTvmq5Rus .mbr-section-subtitle {
  color: #d58f76;
}
.cid-ulTvmq5Rus .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulTvmq5Rus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAKVsHW2C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-uaArIEcv6f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaArIEcv6f .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uaArIEcv6f nav.navbar {
  position: fixed;
}
.cid-uaArIEcv6f .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uaArIEcv6f .nav-item:hover {
  background: black;
}
@media (max-width: 992px) {
  .cid-uaArIEcv6f .nav-item {
    height: auto;
  }
}
.cid-uaArIEcv6f .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaArIEcv6f .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-uaArIEcv6f .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaArIEcv6f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaArIEcv6f .dropdown-item:hover,
.cid-uaArIEcv6f .dropdown-item:focus {
  background: white !important;
}
.cid-uaArIEcv6f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaArIEcv6f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaArIEcv6f .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uaArIEcv6f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaArIEcv6f .nav-link {
  position: relative;
}
.cid-uaArIEcv6f .container {
  display: flex;
  margin: auto;
}
.cid-uaArIEcv6f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uaArIEcv6f .dropdown-menu,
.cid-uaArIEcv6f .navbar.opened {
  background: #da2128 !important;
}
.cid-uaArIEcv6f .nav-item:focus,
.cid-uaArIEcv6f .nav-link:focus {
  outline: none;
}
.cid-uaArIEcv6f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaArIEcv6f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaArIEcv6f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uaArIEcv6f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaArIEcv6f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaArIEcv6f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaArIEcv6f .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #da2128;
}
.cid-uaArIEcv6f .navbar.opened {
  transition: all 0.3s;
}
.cid-uaArIEcv6f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaArIEcv6f .navbar .navbar-logo img {
  width: auto;
}
.cid-uaArIEcv6f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaArIEcv6f .navbar.collapsed {
  justify-content: center;
}
.cid-uaArIEcv6f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaArIEcv6f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaArIEcv6f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uaArIEcv6f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaArIEcv6f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaArIEcv6f .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-uaArIEcv6f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaArIEcv6f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaArIEcv6f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaArIEcv6f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaArIEcv6f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaArIEcv6f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaArIEcv6f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaArIEcv6f .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-uaArIEcv6f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaArIEcv6f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaArIEcv6f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaArIEcv6f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaArIEcv6f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaArIEcv6f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaArIEcv6f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaArIEcv6f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaArIEcv6f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaArIEcv6f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaArIEcv6f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaArIEcv6f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaArIEcv6f .dropdown-item.active,
.cid-uaArIEcv6f .dropdown-item:active {
  background-color: transparent;
}
.cid-uaArIEcv6f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaArIEcv6f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaArIEcv6f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaArIEcv6f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #da2128;
}
.cid-uaArIEcv6f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaArIEcv6f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaArIEcv6f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaArIEcv6f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaArIEcv6f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaArIEcv6f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaArIEcv6f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaArIEcv6f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaArIEcv6f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaArIEcv6f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaArIEcv6f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaArIEcv6f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaArIEcv6f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaArIEcv6f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaArIEcv6f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaArIEcv6f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaArIEcv6f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaArIEcv6f .navbar {
    height: 70px;
  }
  .cid-uaArIEcv6f .navbar.opened {
    height: auto;
  }
  .cid-uaArIEcv6f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaAv4kRPhs {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-uaAv4kRPhs img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uaAv4kRPhs img {
    width: 100%;
  }
}
.cid-uaAv4kRPhs .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 1rem;
  padding: 0.5rem;
  background: #ffffff;
}
.cid-uaAv4kRPhs .card-wrapper:hover {
  background: #ffffff;
}
.cid-uaAv4kRPhs .mbr-iconfont {
  font-size: 2.4rem;
}
.cid-uaAv4kRPhs .icon-wrapper {
  min-width: 80px;
  height: 80px;
  padding-left: 1.5rem;
  color: #31363b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaAv4kRPhs .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-uaAv4kRPhs .card-text {
  color: #14191e;
}
.cid-uaAv4kRPhs .mbr-section-subtitle {
  color: #777777;
}
.cid-uaAv4kRPhs .mbr-text,
.cid-uaAv4kRPhs .mbr-section-btn {
  color: #777777;
}
.cid-uaAwBtFsu0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uaAwBtFsu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAwBtFsu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAwBtFsu0 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uaAwBtFsu0 .container {
    padding: 10px 8px;
  }
}
.cid-uaAwBtFsu0 .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 20px 5px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uaAwBtFsu0 .row {
    padding: 50px 32px;
  }
}
.cid-uaAwBtFsu0 .row .card {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-uaAwBtFsu0 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uaAwBtFsu0 .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #efefef;
  margin-bottom: 0;
}
.cid-uaAwBtFsu0 .mbr-section-title {
  margin-bottom: 0;
  padding-right: 80px;
  color: #222222;
}
@media (max-width: 992px) {
  .cid-uaAwBtFsu0 .mbr-section-title {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uaAwBtFsu0 .mbr-section-title span {
  opacity: .5;
}
.cid-uaAwBtFsu0 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uaAwBtFsu0 .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uaAwBtFsu0 .text-wrapper .mbr-text span {
  opacity: .5;
}
.cid-uaAwBtFsu0 .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaAwBtFsu0 .text-wrapper .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uaAwBtFsu0 .text-wrapper .mbr-section-btn .btn {
    padding: 30px 50px;
  }
}
.cid-uaAwBtFsu0 .mbr-desc {
  color: #3283fb;
}
.cid-uaAwBtFsu0 .mbr-desc,
.cid-uaAwBtFsu0 .desc-wrapper {
  color: #1b2026;
}
.cid-uaAwBtFsu0 P {
  text-align: left;
}
.cid-uelgeGM92Y {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uelgeGM92Y img {
  width: 150px;
  margin: auto;
}
.cid-uelgeGM92Y .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uelgeGM92Y .card {
    max-width: 16.6%;
  }
}
.cid-uelgeGM92Y .mbr-section-title {
  color: #19303d;
}
.cid-udXkx36vEQ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udXkx36vEQ img {
  margin-right: 30px;
}
.cid-udXkx36vEQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udXkx36vEQ .card {
    max-width: 16.6%;
  }
}
.cid-udXkx36vEQ .mbr-section-title {
  color: #19303d;
}
.cid-ulTvg3E0fx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dfdede;
}
.cid-ulTvg3E0fx img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-ulTvg3E0fx .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-ulTvg3E0fx .card-phone:hover {
  color: #ffffff;
}
.cid-ulTvg3E0fx .mbr-text,
.cid-ulTvg3E0fx .mbr-section-btn {
  color: #111111;
}
.cid-ulTvg3E0fx .card-title,
.cid-ulTvg3E0fx .card-box {
  color: #200960;
}
@media (max-width: 992px) {
  .cid-ulTvg3E0fx .img-col {
    margin-bottom: 3rem;
  }
}
.cid-ulTvg3E0fx .mbr-section-subtitle {
  color: #d58f76;
}
.cid-ulTvg3E0fx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulTvg3E0fx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaArIHqQZb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
