.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ecf2f4;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.1rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #70a9a1 !important;
}
.bg-success {
  background-color: #24c279 !important;
}
.bg-info {
  background-color: #0cb8da !important;
}
.bg-warning {
  background-color: #e6ad00 !important;
}
.bg-danger {
  background-color: #c42231 !important;
}
.btn-primary {
  box-shadow: 0 0 0 0.25rem rgba(160, 198, 192, 0.3), 0 0.125rem 0.125rem 0.5px rgba(176, 207, 203, 0.3) !important;
}
.btn-primary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #70a9a1 !important;
  border-color: #70a9a1 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(160, 198, 192, 0.3), 0 0.125rem 0.125rem 0.5px rgba(176, 207, 203, 0.3) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #609f97 !important;
  border-color: #609f97 !important;
  box-shadow: 0 0 0 0.25rem rgba(160, 198, 192, 0.3), 0 0.125rem 0.125rem 0.5px rgba(176, 207, 203, 0.3) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #609f97 !important;
  border-color: #609f97 !important;
}
.btn-secondary {
  box-shadow: 0 0 0 0.25rem rgba(247, 250, 245, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-secondary .mbr-iconfont {
  border: 1px solid #354b26;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cfe0c3 !important;
  border-color: #cfe0c3 !important;
  color: #354b26 !important;
  box-shadow: 0 0 0 0.25rem rgba(247, 250, 245, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c2d7b2 !important;
  border-color: #c2d7b2 !important;
  box-shadow: 0 0 0 0.25rem rgba(247, 250, 245, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #354b26 !important;
  background-color: #c2d7b2 !important;
  border-color: #c2d7b2 !important;
}
.btn-info {
  box-shadow: 0 0 0 0.25rem rgba(62, 214, 244, 0.3), 0 0.125rem 0.125rem 0.5px rgba(86, 219, 246, 0.3) !important;
}
.btn-info .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0cb8da !important;
  border-color: #0cb8da !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(62, 214, 244, 0.3), 0 0.125rem 0.125rem 0.5px rgba(86, 219, 246, 0.3) !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0ba4c2 !important;
  border-color: #0ba4c2 !important;
  box-shadow: 0 0 0 0.25rem rgba(62, 214, 244, 0.3), 0 0.125rem 0.125rem 0.5px rgba(86, 219, 246, 0.3) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0ba4c2 !important;
  border-color: #0ba4c2 !important;
}
.btn-success {
  box-shadow: 0 0 0 0.25rem rgba(83, 223, 159, 0.3), 0 0.125rem 0.125rem 0.5px rgba(105, 227, 171, 0.3) !important;
}
.btn-success .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-success,
.btn-success:active {
  background-color: #24c279 !important;
  border-color: #24c279 !important;
  color: #000000 !important;
  box-shadow: 0 0 0 0.25rem rgba(83, 223, 159, 0.3), 0 0.125rem 0.125rem 0.5px rgba(105, 227, 171, 0.3) !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #20ac6c !important;
  border-color: #20ac6c !important;
  box-shadow: 0 0 0 0.25rem rgba(83, 223, 159, 0.3), 0 0.125rem 0.125rem 0.5px rgba(105, 227, 171, 0.3) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #20ac6c !important;
  border-color: #20ac6c !important;
}
.btn-warning {
  box-shadow: 0 0 0 0.25rem rgba(255, 205, 51, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 211, 77, 0.3) !important;
}
.btn-warning .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #e6ad00 !important;
  border-color: #e6ad00 !important;
  color: #000000 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 205, 51, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 211, 77, 0.3) !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #cd9a00 !important;
  border-color: #cd9a00 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 205, 51, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 211, 77, 0.3) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #cd9a00 !important;
  border-color: #cd9a00 !important;
}
.btn-danger {
  box-shadow: 0 0 0 0.25rem rgba(225, 82, 95, 0.3), 0 0.125rem 0.125rem 0.5px rgba(229, 103, 115, 0.3) !important;
}
.btn-danger .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #c42231 !important;
  border-color: #c42231 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(225, 82, 95, 0.3), 0 0.125rem 0.125rem 0.5px rgba(229, 103, 115, 0.3) !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd3c4b !important;
  border-color: #dd3c4b !important;
  box-shadow: 0 0 0 0.25rem rgba(225, 82, 95, 0.3), 0 0.125rem 0.125rem 0.5px rgba(229, 103, 115, 0.3) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3c4b !important;
  border-color: #dd3c4b !important;
}
.btn-white {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-white .mbr-iconfont {
  border: 1px solid #616161;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3), 0 0.125rem 0.125rem 0.5px rgba(255, 255, 255, 0.3) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black {
  box-shadow: 0 0 0 0.25rem rgba(55, 55, 82, 0.3), 0 0.125rem 0.125rem 0.5px rgba(65, 65, 97, 0.3) !important;
}
.btn-black .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #181824 !important;
  border-color: #181824 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(55, 55, 82, 0.3), 0 0.125rem 0.125rem 0.5px rgba(65, 65, 97, 0.3) !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c43 !important;
  border-color: #2c2c43 !important;
  box-shadow: 0 0 0 0.25rem rgba(55, 55, 82, 0.3), 0 0.125rem 0.125rem 0.5px rgba(65, 65, 97, 0.3) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c43 !important;
  border-color: #2c2c43 !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 1px solid #70a9a1;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #70a9a1;
  color: #70a9a1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #497973 !important;
  background-color: transparent !important;
  border-color: #497973 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 1px solid #497973;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #70a9a1 !important;
  border-color: #70a9a1 !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 1px solid #cfe0c3;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cfe0c3;
  color: #cfe0c3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a1c28a !important;
  background-color: transparent !important;
  border-color: #a1c28a !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 1px solid #a1c28a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4d6c38 !important;
  background-color: #cfe0c3 !important;
  border-color: #cfe0c3 !important;
}
.btn-info-outline .mbr-iconfont {
  border: 1px solid #0cb8da;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cb8da;
  color: #0cb8da;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #077388 !important;
  background-color: transparent !important;
  border-color: #077388 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 1px solid #077388;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cb8da !important;
  border-color: #0cb8da !important;
}
.btn-success-outline .mbr-iconfont {
  border: 1px solid #24c279;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c279;
  color: #24c279;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #16794b !important;
  background-color: transparent !important;
  border-color: #16794b !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 1px solid #16794b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c279 !important;
  border-color: #24c279 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 1px solid #e6ad00;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e6ad00;
  color: #e6ad00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8f6c00 !important;
  background-color: transparent !important;
  border-color: #8f6c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 1px solid #8f6c00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e6ad00 !important;
  border-color: #e6ad00 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 1px solid #c42231;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c42231;
  color: #c42231;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a151f !important;
  background-color: transparent !important;
  border-color: #7a151f !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 1px solid #7a151f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c42231 !important;
  border-color: #c42231 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 1px solid #181824;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #181824;
  color: #181824;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #181824 !important;
  border-color: #181824 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 1px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #70a9a1 !important;
}
.text-secondary {
  color: #cfe0c3 !important;
}
.text-success {
  color: #24c279 !important;
}
.text-info {
  color: #0cb8da !important;
}
.text-warning {
  color: #e6ad00 !important;
}
.text-danger {
  color: #c42231 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #181824 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #43706a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #99bd80 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146c43 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076679 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #806000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6d131b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #70a9a1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb8da;
}
.alert-warning {
  background-color: #e6ad00;
}
.alert-danger {
  background-color: #c42231;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #70a9a1;
  border-color: #70a9a1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
a,
a:hover {
  color: #70a9a1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0d9d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7ee7b7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b7f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffecb3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e87d87;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #70a9a1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #70a9a1;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #70a9a1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #70a9a1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #70a9a1;
  border-bottom-color: #70a9a1;
}
.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: #70a9a1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cfe0c3 !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='%2370a9a1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  border-radius: 1rem !important;
  flex-direction: row-reverse;
  font-weight: 400;
  padding: 6px 24px;
  min-height: 48px;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -18px;
  margin-right: 12px;
  font-size: 18px;
  transition: all .3s ease;
  border-radius: 8px !important;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-black {
  box-shadow: 0 0 0 0.25rem rgba(199, 199, 218, 0.5), 0 0.125rem 0.125rem 0.5px rgba(184, 184, 208, 0.5) !important;
}
.mbr-section-btn .btn-white {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.2), 0 0.125rem 0.125rem 0.5px rgba(217, 217, 217, 0.2) !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-control,
.navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
}
.middle-radius {
  border-radius: 1.5rem !important;
}
.large-radius {
  border-radius: 2rem !important;
}
.next-radius {
  border-radius: 0.75rem !important;
}
.little-radius {
  border-radius: 0.5rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.text-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.text-1 > .mbr-iconfont {
  font-size: 1rem;
}
.text-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.text-2 > .mbr-iconfont {
  font-size: 1.7rem;
}
.footer {
  font-family: 'Golos Text', sans-serif;
  font-size: 0.6rem;
  line-height: 1.5;
}
.footer > .mbr-iconfont {
  font-size: 0.6rem;
}
.cid-vuNDZy7DOl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vuNDZy7DOl .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;
}
@media (max-width: 767px) {
  .cid-vuNDZy7DOl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vuNDZy7DOl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 150px !important;
  height: 60px !important;
  margin: 0 !important;
}
.cid-vuNDZy7DOl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vuNDZy7DOl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuNDZy7DOl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuNDZy7DOl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vuNDZy7DOl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vuNDZy7DOl .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-vuNDZy7DOl .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-vuNDZy7DOl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vuNDZy7DOl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vuNDZy7DOl .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vuNDZy7DOl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vuNDZy7DOl .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-vuNDZy7DOl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vuNDZy7DOl .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vuNDZy7DOl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vuNDZy7DOl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vuNDZy7DOl .container,
.cid-vuNDZy7DOl .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .container,
  .cid-vuNDZy7DOl .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vuNDZy7DOl .container,
  .cid-vuNDZy7DOl .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vuNDZy7DOl .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vuNDZy7DOl .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vuNDZy7DOl .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vuNDZy7DOl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vuNDZy7DOl .nav-item:focus,
.cid-vuNDZy7DOl .nav-link:focus {
  outline: none;
}
.cid-vuNDZy7DOl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vuNDZy7DOl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuNDZy7DOl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vuNDZy7DOl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vuNDZy7DOl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuNDZy7DOl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuNDZy7DOl .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vuNDZy7DOl .navbar.opened {
  transition: all 0.3s;
}
.cid-vuNDZy7DOl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vuNDZy7DOl .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-vuNDZy7DOl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vuNDZy7DOl .navbar.collapsed {
  justify-content: center;
}
.cid-vuNDZy7DOl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuNDZy7DOl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuNDZy7DOl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vuNDZy7DOl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuNDZy7DOl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuNDZy7DOl .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-vuNDZy7DOl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuNDZy7DOl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vuNDZy7DOl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vuNDZy7DOl .navbar {
    min-height: 72px;
  }
  .cid-vuNDZy7DOl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vuNDZy7DOl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuNDZy7DOl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuNDZy7DOl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuNDZy7DOl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuNDZy7DOl .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-vuNDZy7DOl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuNDZy7DOl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vuNDZy7DOl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vuNDZy7DOl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vuNDZy7DOl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vuNDZy7DOl .dropdown-item.active,
.cid-vuNDZy7DOl .dropdown-item:active {
  background-color: transparent;
}
.cid-vuNDZy7DOl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuNDZy7DOl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuNDZy7DOl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuNDZy7DOl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vuNDZy7DOl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vuNDZy7DOl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vuNDZy7DOl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vuNDZy7DOl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .navbar-buttons {
    text-align: left;
  }
}
.cid-vuNDZy7DOl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vuNDZy7DOl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-vuNDZy7DOl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vuNDZy7DOl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuNDZy7DOl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vuNDZy7DOl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vuNDZy7DOl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuNDZy7DOl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vuNDZy7DOl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vuNDZy7DOl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vuNDZy7DOl .navbar-dropdown {
  padding: 0 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cid-vuNDZy7DOl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vuNDZy7DOl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuNDZy7DOl .navbar {
    height: 66px;
  }
  .cid-vuNDZy7DOl .navbar.opened {
    height: auto;
  }
  .cid-vuNDZy7DOl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vuNDZy7DOl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vuNDZy7DOl .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vuNDZy7DOl .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vuNDZy7DOl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vuNDZy7DOl .navbar-brand {
    margin-right: auto !important;
    margin-left: 0 !important;
    order: 1 !important;
    padding-left: 0 !important;
  }
  .cid-vuNDZy7DOl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-vuNDZy7DOl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vuNDZy7DOl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vuNDZy7DOl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vuNDZy7DOl .navbar {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .cid-vuNDZy7DOl .navbar .dropdown,
  .cid-vuNDZy7DOl .navbar .lang,
  .cid-vuNDZy7DOl .navbar .language,
  .cid-vuNDZy7DOl .navbar [class*="lang"],
  .cid-vuNDZy7DOl .navbar .nav-item.dropdown {
    order: 2 !important;
    margin-left: auto !important;
    margin-right: 8px !important;
  }
  .cid-vuNDZy7DOl .navbar-toggler {
    order: 3 !important;
    margin-left: auto !important;
  }
}
.cid-vuNDZy7DOl .navbar-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}
.cid-vtWvacGw2H {
  background-image: url("../../../assets/images/group201-1152x864.jpeg");
}
.cid-vtWvacGw2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtWvacGw2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtWvacGw2H .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vtWvacGw2H .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vtWvacGw2H .content-wrapper {
    width: 100%;
  }
}
.cid-vtWvacGw2H .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vtWvacGw2H .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vtWvacGw2H .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vtWvacGw2H .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vtWvacGw2H .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-vtWvacGw2H .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-vtWvacGw2H .content-wrapper .desc-wrapper::before,
.cid-vtWvacGw2H .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-vtWvacGw2H .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-vtWvacGw2H .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-vtWvacGw2H .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #ecf2f4 50%, transparent);
}
.cid-vtWvacGw2H .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-vtWvacGw2H .mbr-section-title {
  color: #181824;
}
.cid-vtWvacGw2H .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vtWvacGw2H .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-vtWvacGw2H .mbr-section-title,
.cid-vtWvacGw2H .mbr-section-btn {
  text-align: center;
}
.cid-vtWvacGw2H .mbr-section-title,
.cid-vtWvacGw2H .mbr-section-btn,
.cid-vtWvacGw2H .logo-wrapper {
  color: #00161F;
}
.cid-vtWvacGw2H .mbr-desc,
.cid-vtWvacGw2H .desc-wrapper {
  color: #00394F;
}
.cid-vuMRGZ7wG6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf2f4;
}
.cid-vuMRGZ7wG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMRGZ7wG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMRGZ7wG6 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vuMRGZ7wG6 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vuMRGZ7wG6 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vuMRGZ7wG6 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vuMRGZ7wG6 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 35%;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .cid-vuMRGZ7wG6 .content-wrap .title-wrapper .mbr-section-title {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .cid-vuMRGZ7wG6 .content-wrap .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vuMRGZ7wG6 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vuMRGZ7wG6 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vuMRGZ7wG6 .content-wrap .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vuMRGZ7wG6 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vuMRGZ7wG6 .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background-color: #f7f7f7;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vuMRGZ7wG6 .card-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vuMRGZ7wG6 .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 495px;
}
@media (max-width: 992px) {
  .cid-vuMRGZ7wG6 .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vuMRGZ7wG6 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: none;
  background-color: #ecf2f4;
  margin-top: 8px;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #abe2f4;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 24px;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .panel-collapse .panel-body .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #abe2f4;
  color: #abe2f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 100%;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 14px;
}
.cid-vuMRGZ7wG6 .card-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vuMRGZ7wG6 .mbr-label,
.cid-vuMRGZ7wG6 .label-wrapper {
  color: #000000;
}
.cid-vuMRGZ7wG6 .mbr-section-title {
  color: #000000;
}
.cid-vuMRGZ7wG6 .mbr-text,
.cid-vuMRGZ7wG6 .text-wrapper {
  color: #4f4f4f;
}
.cid-vuMRGZ7wG6 .panel-title-edit {
  color: #000000;
}
.cid-vuMRGZ7wG6 .panel-text {
  color: #4f4f4f;
}
.cid-vuMRGZ7wG6 .list {
  color: #000000;
}
.cid-vuMRGZ7wG6 .mbr-section-title,
.cid-vuMRGZ7wG6 .title-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vuMRGZ7wG6 .card-header *,
  .cid-vuMRGZ7wG6 .card-header,
  .cid-vuMRGZ7wG6 .accordion-button,
  .cid-vuMRGZ7wG6 .accordion-header,
  .cid-vuMRGZ7wG6 .accordion-header *,
  .cid-vuMRGZ7wG6 .panel-title,
  .cid-vuMRGZ7wG6 .panel-title *,
  .cid-vuMRGZ7wG6 .mbr-card-title,
  .cid-vuMRGZ7wG6 .card-title,
  .cid-vuMRGZ7wG6 h1,
  .cid-vuMRGZ7wG6 h2,
  .cid-vuMRGZ7wG6 h3,
  .cid-vuMRGZ7wG6 h4,
  .cid-vuMRGZ7wG6 h5,
  .cid-vuMRGZ7wG6 h6 {
    font-size: 1.9rem !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
  }
  .cid-vuMRGZ7wG6 .card-header,
  .cid-vuMRGZ7wG6 .accordion-button,
  .cid-vuMRGZ7wG6 .panel-title {
    white-space: normal !important;
    word-break: break-word !important;
  }
}
.cid-vuMWkCApmq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecf2f4;
}
.cid-vuMWkCApmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMWkCApmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMWkCApmq .row {
  justify-content: flex-start;
}
.cid-vuMWkCApmq .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-vuMWkCApmq .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-vuMWkCApmq .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-vuMWkCApmq .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-vuMWkCApmq .mbr-section-title,
.cid-vuMWkCApmq .mbr-section-btn {
  text-align: center;
}
.cid-vuCGDkS3Bb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-vuCGDkS3Bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuCGDkS3Bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuCGDkS3Bb .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-vuCGDkS3Bb .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #abe2f4;
}
.cid-vuCGDkS3Bb .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vuCGDkS3Bb .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vuCGDkS3Bb .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-vuCGDkS3Bb .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vuCGDkS3Bb .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vuCGDkS3Bb .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vuCGDkS3Bb .decoration_1 {
    left: -380px;
  }
}
.cid-vuCGDkS3Bb .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-vuCGDkS3Bb .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vuCGDkS3Bb .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vuCGDkS3Bb .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vuCGDkS3Bb .decoration_2 {
    right: -380px;
  }
}
.cid-vuCGDkS3Bb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
@media (max-width: 768px) {
  .cid-vuCGDkS3Bb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vuCGDkS3Bb .embla__slide .slide-content {
  border: 1px solid #abe2f4;
  background-color: #d3eff9;
  width: 100%;
  padding: 12px;
  box-shadow: 0 0.25rem 0.375rem #00000014;
}
@media (max-width: 992px) {
  .cid-vuCGDkS3Bb .embla__slide .slide-content {
    padding: 6px;
  }
}
.cid-vuCGDkS3Bb .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border: 1px solid #abe2f4;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #7fd5ef;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vuCGDkS3Bb .embla__slide .slide-content .item-wrapper {
    padding: 6px;
  }
}
.cid-vuCGDkS3Bb .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vuCGDkS3Bb .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vuCGDkS3Bb .embla__slide .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vuCGDkS3Bb .embla__button--next,
.cid-vuCGDkS3Bb .embla__button--prev {
  display: flex;
}
.cid-vuCGDkS3Bb .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  background-color: #d3eff9 !important;
  color: #00394f !important;
  box-shadow: 0 1px 15px -2px #7fd5ef, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #7fd5ef;
  border: 1px solid #abe2f4 !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vuCGDkS3Bb .embla__button:hover {
  box-shadow: 0 6px 20px 0 #7fd5ef, 0 0 0 2px #fafafa, inset 0 0.125rem 0.6rem -0.125rem #7fd5ef;
}
.cid-vuCGDkS3Bb .embla__button:disabled {
  background-color: #d3eff9 !important;
  color: #00394f !important;
  box-shadow: 0 1px 15px -2px #7fd5ef, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #7fd5ef;
  opacity: 0.5 !important;
}
.cid-vuCGDkS3Bb .embla__button.embla__button--prev {
  margin-left: -59px;
}
.cid-vuCGDkS3Bb .embla__button.embla__button--next {
  margin-right: -59px;
}
.cid-vuCGDkS3Bb .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-vuCGDkS3Bb .embla {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vuCGDkS3Bb .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0 0 6px;
}
.cid-vuCGDkS3Bb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vuCGDkS3Bb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vuCGDkS3Bb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vuCGDkS3Bb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vuN26SQCuy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf2f4;
}
.cid-vuN26SQCuy .mbr-text {
  color: #000000;
}
.cid-vuN26SQCuy .mbr-section-subtitle {
  color: #000000;
}
.cid-vuN26SQCuy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vuN26SQCuy .mbr-text,
.cid-vuN26SQCuy .item .mbr-section-btn {
  text-align: left;
}
.cid-vuN26SQCuy .item-wrapper {
  background: #e6f8ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vuN26SQCuy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vuN26SQCuy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vuCW9RzTeb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ecf2f4;
}
.cid-vuCW9RzTeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuCW9RzTeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuCW9RzTeb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vuCW9RzTeb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vuCW9RzTeb .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vuCW9RzTeb .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vuCW9RzTeb .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vuCW9RzTeb .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vuCW9RzTeb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vuCW9RzTeb .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vuCW9RzTeb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vuCW9RzTeb .items-wrapper {
  margin: 0 -10px;
}
.cid-vuCW9RzTeb .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vuCW9RzTeb .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vuCW9RzTeb .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vuCW9RzTeb .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vuCW9RzTeb .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vuCW9RzTeb .items-wrapper .item .item-wrapper .card-box {
  padding: 25px;
  border: 1px solid #abe2f4;
}
@media (max-width: 992px) {
  .cid-vuCW9RzTeb .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vuCW9RzTeb .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-vuCW9RzTeb .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vuCW9RzTeb .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vuCW9RzTeb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vuCW9RzTeb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-vuCW9RzTeb .mbr-label,
.cid-vuCW9RzTeb .label-wrapper {
  color: #116e99;
  text-align: center;
}
.cid-vuCW9RzTeb .mbr-section-title,
.cid-vuCW9RzTeb .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vuCW9RzTeb .mbr-text,
.cid-vuCW9RzTeb .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.cid-vuCW9RzTeb .item-name {
  color: #16526e;
}
.cid-vuCW9RzTeb .item-role {
  color: #116e99;
}
.cid-vuCW9RzTeb .item-text {
  color: #16526e;
}
.cid-vuMXDtcLL8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ecf2f4;
}
.cid-vuMXDtcLL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuMXDtcLL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuMXDtcLL8 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vuMXDtcLL8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vuMXDtcLL8 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vuMXDtcLL8 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vuMXDtcLL8 .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vuMXDtcLL8 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vuMXDtcLL8 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vuMXDtcLL8 .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vuMXDtcLL8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vuMXDtcLL8 .items-wrapper {
  margin: 0 -10px;
}
.cid-vuMXDtcLL8 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vuMXDtcLL8 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vuMXDtcLL8 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vuMXDtcLL8 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vuMXDtcLL8 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vuMXDtcLL8 .items-wrapper .item .item-wrapper .card-box {
  padding: 25px;
  border: 1px solid #abe2f4;
}
@media (max-width: 992px) {
  .cid-vuMXDtcLL8 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vuMXDtcLL8 .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-vuMXDtcLL8 .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vuMXDtcLL8 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vuMXDtcLL8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vuMXDtcLL8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-vuMXDtcLL8 .mbr-label,
.cid-vuMXDtcLL8 .label-wrapper {
  color: #116e99;
  text-align: center;
}
.cid-vuMXDtcLL8 .mbr-section-title,
.cid-vuMXDtcLL8 .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vuMXDtcLL8 .mbr-text,
.cid-vuMXDtcLL8 .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.cid-vuMXDtcLL8 .item-name {
  color: #16526e;
}
.cid-vuMXDtcLL8 .item-role {
  color: #116e99;
}
.cid-vuMXDtcLL8 .item-text {
  color: #16526e;
}
.cid-vuSYTqoRsc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ecf2f4;
}
.cid-vuSYTqoRsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuSYTqoRsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuSYTqoRsc .map-wrapper {
  height: 100%;
}
.cid-vuSYTqoRsc .card-wrapper {
  border: 1px solid #70a9a1;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vuSYTqoRsc .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vuSYTqoRsc .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-vuSYTqoRsc .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vuSYTqoRsc .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vuSYTqoRsc .google-map {
  height: 100%;
  position: relative;
}
.cid-vuSYTqoRsc .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vuSYTqoRsc .google-map iframe {
    min-height: 350px;
  }
}
.cid-vuSYTqoRsc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vuSYTqoRsc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vuSYTqoRsc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vuSYTqoRsc ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vuSYTqoRsc .content-head {
  max-width: 800px;
}
.cid-vuSYTqoRsc .mbr-section-title {
  color: #221b35;
}
.cid-vuSYTqoRsc .cardTitle {
  color: #221b35;
}
.cid-vuSYTqoRsc .list,
.cid-vuSYTqoRsc .item-wrap {
  color: #221b35;
}
.cid-vv560NxvR7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ecf2f4;
}
.cid-vv560NxvR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv560NxvR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv560NxvR7 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vv560NxvR7 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vv560NxvR7 .content-wrapper {
    width: 100%;
  }
}
.cid-vv560NxvR7 .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vv560NxvR7 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vv560NxvR7 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vv560NxvR7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vv560NxvR7 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vv560NxvR7 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vv560NxvR7 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-vv560NxvR7 .mbr-section-title {
  color: #181824;
}
.cid-vv560NxvR7 .mbr-section-title,
.cid-vv560NxvR7 .mbr-section-btn,
.cid-vv560NxvR7 .icon-wrapper {
  text-align: center;
}
.cid-vtWvacQwGy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vtWvacQwGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtWvacQwGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtWvacQwGy .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vtWvacQwGy .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-vtWvacQwGy .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vtWvacQwGy .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vtWvacQwGy .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vtWvacQwGy .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vtWvacQwGy .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-vtWvacQwGy .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.cid-vtWvacQwGy .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vtWvacQwGy .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-vtWvacQwGy .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-vtWvacQwGy .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-vtWvacQwGy .list,
.cid-vtWvacQwGy .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-vtWvacQwGy .mbr-copy {
  color: #00BFE8;
  text-align: center;
}
.cid-vtWvacQwGy .mbr-section-title,
.cid-vtWvacQwGy .logo-wrapper {
  text-align: center;
}
.cid-vv58rs4Vr1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vv58rs4Vr1 .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;
}
@media (max-width: 767px) {
  .cid-vv58rs4Vr1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vv58rs4Vr1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 150px !important;
  height: 60px !important;
  margin: 0 !important;
}
.cid-vv58rs4Vr1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vv58rs4Vr1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vv58rs4Vr1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vv58rs4Vr1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vv58rs4Vr1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vv58rs4Vr1 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-vv58rs4Vr1 .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-vv58rs4Vr1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vv58rs4Vr1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vv58rs4Vr1 .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vv58rs4Vr1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vv58rs4Vr1 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-vv58rs4Vr1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vv58rs4Vr1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vv58rs4Vr1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vv58rs4Vr1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vv58rs4Vr1 .container,
.cid-vv58rs4Vr1 .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .container,
  .cid-vv58rs4Vr1 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vv58rs4Vr1 .container,
  .cid-vv58rs4Vr1 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vv58rs4Vr1 .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vv58rs4Vr1 .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vv58rs4Vr1 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vv58rs4Vr1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vv58rs4Vr1 .nav-item:focus,
.cid-vv58rs4Vr1 .nav-link:focus {
  outline: none;
}
.cid-vv58rs4Vr1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vv58rs4Vr1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vv58rs4Vr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vv58rs4Vr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vv58rs4Vr1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vv58rs4Vr1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vv58rs4Vr1 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vv58rs4Vr1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vv58rs4Vr1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vv58rs4Vr1 .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-vv58rs4Vr1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vv58rs4Vr1 .navbar.collapsed {
  justify-content: center;
}
.cid-vv58rs4Vr1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vv58rs4Vr1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vv58rs4Vr1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vv58rs4Vr1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vv58rs4Vr1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vv58rs4Vr1 .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-vv58rs4Vr1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vv58rs4Vr1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vv58rs4Vr1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vv58rs4Vr1 .navbar {
    min-height: 72px;
  }
  .cid-vv58rs4Vr1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vv58rs4Vr1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vv58rs4Vr1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vv58rs4Vr1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vv58rs4Vr1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vv58rs4Vr1 .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-vv58rs4Vr1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vv58rs4Vr1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vv58rs4Vr1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vv58rs4Vr1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vv58rs4Vr1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vv58rs4Vr1 .dropdown-item.active,
.cid-vv58rs4Vr1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vv58rs4Vr1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vv58rs4Vr1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vv58rs4Vr1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vv58rs4Vr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vv58rs4Vr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vv58rs4Vr1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vv58rs4Vr1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vv58rs4Vr1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .navbar-buttons {
    text-align: left;
  }
}
.cid-vv58rs4Vr1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vv58rs4Vr1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-vv58rs4Vr1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vv58rs4Vr1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vv58rs4Vr1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vv58rs4Vr1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vv58rs4Vr1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vv58rs4Vr1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vv58rs4Vr1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vv58rs4Vr1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vv58rs4Vr1 .navbar-dropdown {
  padding: 0 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cid-vv58rs4Vr1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vv58rs4Vr1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vv58rs4Vr1 .navbar {
    height: 66px;
  }
  .cid-vv58rs4Vr1 .navbar.opened {
    height: auto;
  }
  .cid-vv58rs4Vr1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vv58rs4Vr1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vv58rs4Vr1 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vv58rs4Vr1 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vv58rs4Vr1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vv58rs4Vr1 .navbar-brand {
    margin-right: auto !important;
    margin-left: 0 !important;
    order: 1 !important;
  }
  .cid-vv58rs4Vr1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-vv58rs4Vr1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vv58rs4Vr1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vv58rs4Vr1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vv58rs4Vr1 .navbar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .cid-vv58rs4Vr1 .navbar .dropdown,
  .cid-vv58rs4Vr1 .navbar .lang,
  .cid-vv58rs4Vr1 .navbar .language,
  .cid-vv58rs4Vr1 .navbar [class*="lang"],
  .cid-vv58rs4Vr1 .navbar .nav-item.dropdown {
    order: 2 !important;
    margin-left: auto !important;
    margin-right: 8px !important;
  }
  .cid-vv58rs4Vr1 .navbar-toggler {
    order: 3 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .cid-vv58rs4Vr1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vv58rs4Vr1 .navbar-brand img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
}
.cid-vv58rtSsuc {
  background-image: url("../../../assets/images/group201-1152x864.jpeg");
}
.cid-vv58rtSsuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv58rtSsuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv58rtSsuc .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vv58rtSsuc .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vv58rtSsuc .content-wrapper {
    width: 100%;
  }
}
.cid-vv58rtSsuc .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vv58rtSsuc .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vv58rtSsuc .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vv58rtSsuc .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vv58rtSsuc .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-vv58rtSsuc .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-vv58rtSsuc .content-wrapper .desc-wrapper::before,
.cid-vv58rtSsuc .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-vv58rtSsuc .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-vv58rtSsuc .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-vv58rtSsuc .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #ecf2f4 50%, transparent);
}
.cid-vv58rtSsuc .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-vv58rtSsuc .mbr-section-title {
  color: #181824;
}
.cid-vv58rtSsuc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vv58rtSsuc .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-vv58rtSsuc .mbr-section-title,
.cid-vv58rtSsuc .mbr-section-btn {
  text-align: center;
}
.cid-vv58rtSsuc .mbr-section-title,
.cid-vv58rtSsuc .mbr-section-btn,
.cid-vv58rtSsuc .logo-wrapper {
  color: #00161F;
}
.cid-vv58rtSsuc .mbr-desc,
.cid-vv58rtSsuc .desc-wrapper {
  color: #00394F;
}
.cid-vv58ruNthf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf2f4;
}
.cid-vv58ruNthf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv58ruNthf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv58ruNthf .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vv58ruNthf .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vv58ruNthf .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vv58ruNthf .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vv58ruNthf .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 35%;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .cid-vv58ruNthf .content-wrap .title-wrapper .mbr-section-title {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .cid-vv58ruNthf .content-wrap .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vv58ruNthf .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vv58ruNthf .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vv58ruNthf .content-wrap .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vv58ruNthf .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vv58ruNthf .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background-color: #f7f7f7;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vv58ruNthf .card-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vv58ruNthf .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 495px;
}
@media (max-width: 992px) {
  .cid-vv58ruNthf .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vv58ruNthf .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: none;
  background-color: #ecf2f4;
  margin-top: 8px;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #abe2f4;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 24px;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .panel-collapse .panel-body .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #abe2f4;
  color: #abe2f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 100%;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 14px;
}
.cid-vv58ruNthf .card-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vv58ruNthf .mbr-label,
.cid-vv58ruNthf .label-wrapper {
  color: #000000;
}
.cid-vv58ruNthf .mbr-section-title {
  color: #000000;
}
.cid-vv58ruNthf .mbr-text,
.cid-vv58ruNthf .text-wrapper {
  color: #4f4f4f;
}
.cid-vv58ruNthf .panel-title-edit {
  color: #000000;
}
.cid-vv58ruNthf .panel-text {
  color: #4f4f4f;
}
.cid-vv58ruNthf .list {
  color: #000000;
}
.cid-vv58ruNthf .mbr-section-title,
.cid-vv58ruNthf .title-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vv58ruNthf .card-header,
  .cid-vv58ruNthf .card-header *,
  .cid-vv58ruNthf .accordion-button,
  .cid-vv58ruNthf .accordion-header,
  .cid-vv58ruNthf .accordion-header *,
  .cid-vv58ruNthf .panel-title,
  .cid-vv58ruNthf .panel-title *,
  .cid-vv58ruNthf .card .card-title,
  .cid-vv58ruNthf .card .card-subtitle {
    font-size: 1.15rem !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
  }
  .cid-vv58ruNthf .card-header,
  .cid-vv58ruNthf .accordion-button,
  .cid-vv58ruNthf .panel-title {
    white-space: normal !important;
    word-break: break-word !important;
  }
}
.cid-vv58rwcHhZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecf2f4;
}
.cid-vv58rwcHhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv58rwcHhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv58rwcHhZ .row {
  justify-content: flex-start;
}
.cid-vv58rwcHhZ .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-vv58rwcHhZ .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-vv58rwcHhZ .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-vv58rwcHhZ .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-vv58rwcHhZ .mbr-section-title,
.cid-vv58rwcHhZ .mbr-section-btn {
  text-align: center;
}
.cid-vv58rx4xOJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-vv58rx4xOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv58rx4xOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv58rx4xOJ .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-vv58rx4xOJ .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #abe2f4;
}
.cid-vv58rx4xOJ .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vv58rx4xOJ .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vv58rx4xOJ .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-vv58rx4xOJ .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vv58rx4xOJ .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vv58rx4xOJ .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vv58rx4xOJ .decoration_1 {
    left: -380px;
  }
}
.cid-vv58rx4xOJ .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-vv58rx4xOJ .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vv58rx4xOJ .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vv58rx4xOJ .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vv58rx4xOJ .decoration_2 {
    right: -380px;
  }
}
.cid-vv58rx4xOJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
@media (max-width: 768px) {
  .cid-vv58rx4xOJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vv58rx4xOJ .embla__slide .slide-content {
  border: 1px solid #abe2f4;
  background-color: #d3eff9;
  width: 100%;
  padding: 12px;
  box-shadow: 0 0.25rem 0.375rem #00000014;
}
@media (max-width: 992px) {
  .cid-vv58rx4xOJ .embla__slide .slide-content {
    padding: 6px;
  }
}
.cid-vv58rx4xOJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border: 1px solid #abe2f4;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #7fd5ef;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vv58rx4xOJ .embla__slide .slide-content .item-wrapper {
    padding: 6px;
  }
}
.cid-vv58rx4xOJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vv58rx4xOJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vv58rx4xOJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vv58rx4xOJ .embla__button--next,
.cid-vv58rx4xOJ .embla__button--prev {
  display: flex;
}
.cid-vv58rx4xOJ .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  background-color: #d3eff9 !important;
  color: #00394f !important;
  box-shadow: 0 1px 15px -2px #7fd5ef, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #7fd5ef;
  border: 1px solid #abe2f4 !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vv58rx4xOJ .embla__button:hover {
  box-shadow: 0 6px 20px 0 #7fd5ef, 0 0 0 2px #fafafa, inset 0 0.125rem 0.6rem -0.125rem #7fd5ef;
}
.cid-vv58rx4xOJ .embla__button:disabled {
  background-color: #d3eff9 !important;
  color: #00394f !important;
  box-shadow: 0 1px 15px -2px #7fd5ef, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #7fd5ef;
  opacity: 0.5 !important;
}
.cid-vv58rx4xOJ .embla__button.embla__button--prev {
  margin-left: -59px;
}
.cid-vv58rx4xOJ .embla__button.embla__button--next {
  margin-right: -59px;
}
.cid-vv58rx4xOJ .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-vv58rx4xOJ .embla {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vv58rx4xOJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0 0 6px;
}
.cid-vv58rx4xOJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vv58rx4xOJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vv58rx4xOJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vv58rx4xOJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vv58rxXNot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf2f4;
}
.cid-vv58rxXNot .mbr-text {
  color: #000000;
}
.cid-vv58rxXNot .mbr-section-subtitle {
  color: #000000;
}
.cid-vv58rxXNot .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vv58rxXNot .mbr-text,
.cid-vv58rxXNot .item .mbr-section-btn {
  text-align: left;
}
.cid-vv58rxXNot .item-wrapper {
  background: #e6f8ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vv58rxXNot .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vv58rxXNot .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vv58ryJrqu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ecf2f4;
}
.cid-vv58ryJrqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv58ryJrqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv58ryJrqu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vv58ryJrqu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vv58ryJrqu .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vv58ryJrqu .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vv58ryJrqu .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vv58ryJrqu .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vv58ryJrqu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vv58ryJrqu .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vv58ryJrqu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vv58ryJrqu .items-wrapper {
  margin: 0 -10px;
}
.cid-vv58ryJrqu .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vv58ryJrqu .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vv58ryJrqu .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vv58ryJrqu .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vv58ryJrqu .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vv58ryJrqu .items-wrapper .item .item-wrapper .card-box {
  padding: 25px;
  border: 1px solid #abe2f4;
}
@media (max-width: 992px) {
  .cid-vv58ryJrqu .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vv58ryJrqu .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-vv58ryJrqu .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vv58ryJrqu .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vv58ryJrqu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vv58ryJrqu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-vv58ryJrqu .mbr-label,
.cid-vv58ryJrqu .label-wrapper {
  color: #116e99;
  text-align: center;
}
.cid-vv58ryJrqu .mbr-section-title,
.cid-vv58ryJrqu .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vv58ryJrqu .mbr-text,
.cid-vv58ryJrqu .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.cid-vv58ryJrqu .item-name {
  color: #16526e;
}
.cid-vv58ryJrqu .item-role {
  color: #116e99;
}
.cid-vv58ryJrqu .item-text {
  color: #16526e;
}
.cid-vv58rzGJjh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ecf2f4;
}
.cid-vv58rzGJjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv58rzGJjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv58rzGJjh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vv58rzGJjh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vv58rzGJjh .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vv58rzGJjh .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vv58rzGJjh .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vv58rzGJjh .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vv58rzGJjh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vv58rzGJjh .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vv58rzGJjh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vv58rzGJjh .items-wrapper {
  margin: 0 -10px;
}
.cid-vv58rzGJjh .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vv58rzGJjh .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vv58rzGJjh .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vv58rzGJjh .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vv58rzGJjh .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vv58rzGJjh .items-wrapper .item .item-wrapper .card-box {
  padding: 25px;
  border: 1px solid #abe2f4;
}
@media (max-width: 992px) {
  .cid-vv58rzGJjh .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vv58rzGJjh .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-vv58rzGJjh .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vv58rzGJjh .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vv58rzGJjh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vv58rzGJjh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-vv58rzGJjh .mbr-label,
.cid-vv58rzGJjh .label-wrapper {
  color: #116e99;
  text-align: center;
}
.cid-vv58rzGJjh .mbr-section-title,
.cid-vv58rzGJjh .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vv58rzGJjh .mbr-text,
.cid-vv58rzGJjh .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.cid-vv58rzGJjh .item-name {
  color: #16526e;
}
.cid-vv58rzGJjh .item-role {
  color: #116e99;
}
.cid-vv58rzGJjh .item-text {
  color: #16526e;
}
.cid-vv58rAC09x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ecf2f4;
}
.cid-vv58rAC09x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv58rAC09x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv58rAC09x .map-wrapper {
  height: 100%;
}
.cid-vv58rAC09x .card-wrapper {
  border: 1px solid #70a9a1;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vv58rAC09x .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vv58rAC09x .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-vv58rAC09x .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vv58rAC09x .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vv58rAC09x .google-map {
  height: 100%;
  position: relative;
}
.cid-vv58rAC09x .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vv58rAC09x .google-map iframe {
    min-height: 350px;
  }
}
.cid-vv58rAC09x .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vv58rAC09x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vv58rAC09x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vv58rAC09x ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vv58rAC09x .content-head {
  max-width: 800px;
}
.cid-vv58rAC09x .mbr-section-title {
  color: #221b35;
}
.cid-vv58rAC09x .cardTitle {
  color: #221b35;
}
.cid-vv58rAC09x .list,
.cid-vv58rAC09x .item-wrap {
  color: #221b35;
}
.cid-vv58rBGyPo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ecf2f4;
}
.cid-vv58rBGyPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv58rBGyPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv58rBGyPo .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vv58rBGyPo .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vv58rBGyPo .content-wrapper {
    width: 100%;
  }
}
.cid-vv58rBGyPo .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vv58rBGyPo .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vv58rBGyPo .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vv58rBGyPo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vv58rBGyPo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vv58rBGyPo .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vv58rBGyPo .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-vv58rBGyPo .mbr-section-title {
  color: #181824;
}
.cid-vv58rBGyPo .mbr-section-title,
.cid-vv58rBGyPo .mbr-section-btn,
.cid-vv58rBGyPo .icon-wrapper {
  text-align: center;
}
.cid-vv58rCwVFM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vv58rCwVFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv58rCwVFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv58rCwVFM .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vv58rCwVFM .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-vv58rCwVFM .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vv58rCwVFM .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vv58rCwVFM .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vv58rCwVFM .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vv58rCwVFM .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-vv58rCwVFM .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.cid-vv58rCwVFM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vv58rCwVFM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-vv58rCwVFM .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-vv58rCwVFM .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-vv58rCwVFM .list,
.cid-vv58rCwVFM .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-vv58rCwVFM .mbr-copy {
  color: #00BFE8;
  text-align: center;
}
.cid-vv58rCwVFM .mbr-section-title,
.cid-vv58rCwVFM .logo-wrapper {
  text-align: center;
}
