.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f5fdfd;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6.9rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 8.625rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 5.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.83rem;
    font-size: calc( 3.065rem + (6.9 - 3.065) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (3.065rem + (6.9 - 3.065) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((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.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.83rem;
    font-size: calc( 3.065rem + (6.9 - 3.065) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (3.065rem + (6.9 - 3.065) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((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.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((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: #07beb8 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #1bf7ef !important;
}
.btn-primary .mbr-iconfont {
  color: #07beb8 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #07beb8 !important;
  border-color: #08cdc6 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #1bf7ef important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #07beb8 !important;
  border-color: #08cdc6 !important;
  box-shadow: 0px 32px 32px -10px #33f8f1 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #07beb8 !important;
}
.btn-primary:hover .mbr-iconfont::after,
.btn-primary:focus .mbr-iconfont::after,
.btn-primary.focus .mbr-iconfont::after,
.btn-primary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09efe8 !important;
  border-color: #09efe8 !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #7adcd8 !important;
}
.btn-secondary .mbr-iconfont {
  color: #3dccc7 !important;
}
.btn-secondary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3dccc7 !important;
  border-color: #49cfca !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #7adcd8 important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3dccc7 !important;
  border-color: #49cfca !important;
  box-shadow: 0px 32px 32px -10px #8ee1de important;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #3dccc7 !important;
}
.btn-secondary:hover .mbr-iconfont::after,
.btn-secondary:focus .mbr-iconfont::after,
.btn-secondary.focus .mbr-iconfont::after,
.btn-secondary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #65d7d3 !important;
  border-color: #65d7d3 !important;
}
.btn-info {
  box-shadow: 0px 32px 32px -10px #25d1f4 !important;
}
.btn-info .mbr-iconfont {
  color: #0aa3c2 !important;
}
.btn-info .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0bafd1 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #25d1f4 important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0aa3c2 !important;
  border-color: #0bafd1 !important;
  box-shadow: 0px 32px 32px -10px #3dd6f5 important;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #0aa3c2 !important;
}
.btn-info:hover .mbr-iconfont::after,
.btn-info:focus .mbr-iconfont::after,
.btn-info.focus .mbr-iconfont::after,
.btn-info.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success {
  box-shadow: 0px 32px 32px -10px #3edb92 !important;
}
.btn-success .mbr-iconfont {
  color: #20ac6b !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #22b973 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #3edb92 important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #20ac6b !important;
  border-color: #22b973 !important;
  box-shadow: 0px 32px 32px -10px #53df9e important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #20ac6b !important;
}
.btn-success:hover .mbr-iconfont::after,
.btn-success:focus .mbr-iconfont::after,
.btn-success.focus .mbr-iconfont::after,
.btn-success.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #ffc61a !important;
}
.btn-warning .mbr-iconfont {
  color: #cc9900 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #dba400 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffc61a important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #cc9900 !important;
  border-color: #dba400 !important;
  box-shadow: 0px 32px 32px -10px #ffcc33 important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #cc9900 !important;
}
.btn-warning:hover .mbr-iconfont::after,
.btn-warning:focus .mbr-iconfont::after,
.btn-warning.focus .mbr-iconfont::after,
.btn-warning.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #dd3b4b !important;
}
.btn-danger .mbr-iconfont {
  color: #ae1e2c !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #bb202f !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #dd3b4b important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ae1e2c !important;
  border-color: #bb202f !important;
  box-shadow: 0px 32px 32px -10px #e1515f important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #ae1e2c !important;
}
.btn-danger:hover .mbr-iconfont::after,
.btn-danger:focus .mbr-iconfont::after,
.btn-danger.focus .mbr-iconfont::after,
.btn-danger.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white:hover .mbr-iconfont::after,
.btn-white:focus .mbr-iconfont::after,
.btn-white.focus .mbr-iconfont::after,
.btn-white.active .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: 0px 32px 32px -10px #373737 !important;
}
.btn-black .mbr-iconfont {
  color: #111111 !important;
}
.btn-black .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #373737 important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #111111 !important;
  border-color: #191919 !important;
  box-shadow: 0px 32px 32px -10px #444444 important;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #111111 !important;
}
.btn-black:hover .mbr-iconfont::after,
.btn-black:focus .mbr-iconfont::after,
.btn-black.focus .mbr-iconfont::after,
.btn-black.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #07beb8 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #07beb8 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #07beb8;
  color: #07beb8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #046a67 !important;
  background-color: transparent !important;
  border-color: #046a67 !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 {
  color: #046a67 !important;
}
.btn-primary-outline:hover .mbr-iconfont::after,
.btn-primary-outline:focus .mbr-iconfont::after,
.btn-primary-outline.focus .mbr-iconfont::after,
.btn-primary-outline.active .mbr-iconfont::after {
  border: 2px solid #046a67 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #07beb8 !important;
  border-color: #07beb8 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #3dccc7 !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #3dccc7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3dccc7;
  color: #3dccc7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #258d8a !important;
  background-color: transparent !important;
  border-color: #258d8a !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 {
  color: #258d8a !important;
}
.btn-secondary-outline:hover .mbr-iconfont::after,
.btn-secondary-outline:focus .mbr-iconfont::after,
.btn-secondary-outline.focus .mbr-iconfont::after,
.btn-secondary-outline.active .mbr-iconfont::after {
  border: 2px solid #258d8a !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3dccc7 !important;
  border-color: #3dccc7 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #0aa3c2 !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 2px solid #0aa3c2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !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 {
  color: #065e70 !important;
}
.btn-info-outline:hover .mbr-iconfont::after,
.btn-info-outline:focus .mbr-iconfont::after,
.btn-info-outline.focus .mbr-iconfont::after,
.btn-info-outline.active .mbr-iconfont::after {
  border: 2px solid #065e70 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #20ac6b !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #20ac6b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !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 {
  color: #12633e !important;
}
.btn-success-outline:hover .mbr-iconfont::after,
.btn-success-outline:focus .mbr-iconfont::after,
.btn-success-outline.focus .mbr-iconfont::after,
.btn-success-outline.active .mbr-iconfont::after {
  border: 2px solid #12633e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #cc9900 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #cc9900 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !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 {
  color: #755800 !important;
}
.btn-warning-outline:hover .mbr-iconfont::after,
.btn-warning-outline:focus .mbr-iconfont::after,
.btn-warning-outline.focus .mbr-iconfont::after,
.btn-warning-outline.active .mbr-iconfont::after {
  border: 2px solid #755800 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ae1e2c !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #ae1e2c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !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 {
  color: #641119 !important;
}
.btn-danger-outline:hover .mbr-iconfont::after,
.btn-danger-outline:focus .mbr-iconfont::after,
.btn-danger-outline.focus .mbr-iconfont::after,
.btn-danger-outline.active .mbr-iconfont::after {
  border: 2px solid #641119 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline .mbr-iconfont {
  color: #111111 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 2px solid #111111 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.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 {
  color: #000000 !important;
}
.btn-black-outline:hover .mbr-iconfont::after,
.btn-black-outline:focus .mbr-iconfont::after,
.btn-black-outline.focus .mbr-iconfont::after,
.btn-black-outline.active .mbr-iconfont::after {
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 2px solid #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !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 {
  color: #d4d4d4 !important;
}
.btn-white-outline:hover .mbr-iconfont::after,
.btn-white-outline:focus .mbr-iconfont::after,
.btn-white-outline.focus .mbr-iconfont::after,
.btn-white-outline.active .mbr-iconfont::after {
  border: 2px solid #d4d4d4 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #07beb8 !important;
}
.text-secondary {
  color: #3dccc7 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #035c59 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #22817e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #07beb8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #07beb8;
  border-color: #07beb8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #07beb8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4cf8f3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #07beb8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #07beb8;
}
/* 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: #07beb8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #07beb8;
}
.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: #07beb8;
  border-bottom-color: #07beb8;
}
.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: #07beb8 !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: #3dccc7 !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='%2307beb8' %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 {
  font-weight: 600;
  padding: 6px 26px;
  min-height: 64px;
}
.mbr-section-btn .btn span {
  font-weight: 600;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  transition: all .3s ease;
  margin: 0 -16px 0 32px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin: 0 -16px 0 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all .3s ease;
}
.mbr-section-btn .btn .mbr-iconfont::before {
  z-index: 1;
}
.mbr-section-btn .btn:hover .mbr-iconfont::after,
.mbr-section-btn .btn:focus .mbr-iconfont::after {
  transform: scale(1.2);
}
.mbr-section-btn .btn-white {
  color: #111111 !important;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  color: #000000;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #07beb8 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  color: #111111 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.little-radius {
  border-radius: 24px !important;
}
.nav-wrapper .list .item-wrap {
  border-radius: 8px;
}
.navbar .dropdown-item {
  border-radius: 8px !important;
}
.navbar-logo img {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uVVhsXNVj2 .navbar-dropdown {
  position: relative !important;
}
.cid-uVVhsXNVj2 .navbar-dropdown {
  position: absolute !important;
}
.cid-uVVhsXNVj2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVVhsXNVj2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVVhsXNVj2 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uVVhsXNVj2 .dropdown-item:hover,
.cid-uVVhsXNVj2 .dropdown-item:focus {
  background: #111111 !important;
  color: #07beb8 !important;
}
.cid-uVVhsXNVj2 .dropdown-item:hover span {
  color: white;
}
.cid-uVVhsXNVj2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVVhsXNVj2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVVhsXNVj2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVVhsXNVj2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVVhsXNVj2 .nav-link {
  position: relative;
}
.cid-uVVhsXNVj2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVVhsXNVj2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uVVhsXNVj2 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uVVhsXNVj2 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVVhsXNVj2 .dropdown-menu,
.cid-uVVhsXNVj2 .navbar.opened {
  background: #111111 !important;
}
.cid-uVVhsXNVj2 .nav-item:focus,
.cid-uVVhsXNVj2 .nav-link:focus {
  outline: none;
}
.cid-uVVhsXNVj2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVVhsXNVj2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVVhsXNVj2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVVhsXNVj2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVVhsXNVj2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVVhsXNVj2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVVhsXNVj2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVVhsXNVj2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVVhsXNVj2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVVhsXNVj2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVVhsXNVj2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVVhsXNVj2 .navbar.collapsed {
  justify-content: center;
}
.cid-uVVhsXNVj2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVVhsXNVj2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVVhsXNVj2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVVhsXNVj2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVVhsXNVj2 .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-uVVhsXNVj2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVVhsXNVj2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVVhsXNVj2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVVhsXNVj2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVVhsXNVj2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVVhsXNVj2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVVhsXNVj2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVVhsXNVj2 .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-uVVhsXNVj2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVVhsXNVj2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVVhsXNVj2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVVhsXNVj2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVVhsXNVj2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVVhsXNVj2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVVhsXNVj2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVVhsXNVj2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVVhsXNVj2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVVhsXNVj2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uVVhsXNVj2 .navbar-brand .navbar-caption:hover,
.cid-uVVhsXNVj2 .navbar-brand .navbar-caption:focus {
  color: #07beb8 !important;
}
.cid-uVVhsXNVj2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVVhsXNVj2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVVhsXNVj2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #07beb8 !important;
}
.cid-uVVhsXNVj2 .dropdown-item.active,
.cid-uVVhsXNVj2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVVhsXNVj2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVVhsXNVj2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVVhsXNVj2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVVhsXNVj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVVhsXNVj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVVhsXNVj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVVhsXNVj2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVVhsXNVj2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVVhsXNVj2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVVhsXNVj2 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVVhsXNVj2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uVVhsXNVj2 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uVVhsXNVj2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVVhsXNVj2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVVhsXNVj2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #07beb8;
}
.cid-uVVhsXNVj2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVVhsXNVj2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVVhsXNVj2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVVhsXNVj2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVVhsXNVj2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVVhsXNVj2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVVhsXNVj2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVVhsXNVj2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVVhsXNVj2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVVhsXNVj2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVVhsXNVj2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVVhsXNVj2 .navbar {
    height: 70px;
  }
  .cid-uVVhsXNVj2 .navbar.opened {
    height: auto;
  }
  .cid-uVVhsXNVj2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVVhsXNVj2 .navbar-nav {
  margin: 0 auto;
}
.cid-uVVhsXNVj2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVVhsXNVj2 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uVVhsXNVj2 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uVVhsXNVj2 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #07beb8 !important;
}
.cid-uVVhsXNVj2 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVVhsXNVj2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVVhsXNVj2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVVhsXNVj2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVVhsXNVj2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVVhsXNVj2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVVhsXNVj2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVVhsXNVj2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVVhsXNVj2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVVhsXNVj2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVVhsXNVj2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVVhsXNVj2 .content-wrap {
  min-height: 110px;
}
.cid-uVVhsY1KqI {
  padding-top: 15rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/photo-1564595016712-175004de04ff.jpeg");
}
.cid-uVVhsY1KqI::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uVVhsY1KqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsY1KqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsY1KqI .card {
  justify-content: flex-end;
}
.cid-uVVhsY1KqI .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVVhsY1KqI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVVhsY1KqI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVVhsY1KqI .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uVVhsY1KqI .mbr-label {
  color: #ffffff;
}
.cid-uVVhsY1KqI .mbr-section-title {
  color: #ffffff;
}
.cid-uVVhsY1KqI .mbr-text {
  color: #ffffff;
}
.cid-uVVhsY6hLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsY6hLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsY6hLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsY6hLY .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsY6hLY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsY6hLY .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVVhsY6hLY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsY6hLY .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsY6hLY .items-wrapper {
  align-items: center;
}
.cid-uVVhsY6hLY .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsY6hLY .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uVVhsY6hLY .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsY6hLY .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-uVVhsY6hLY .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 1;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
}
.cid-uVVhsY6hLY .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVVhsY6hLY .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVVhsY6hLY .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uVVhsY6hLY .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVVhsY6hLY .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVVhsY6hLY .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVVhsY6hLY .mbr-label {
  color: #003D40;
  text-align: center;
}
.cid-uVVhsY6hLY .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVVhsY6hLY .mbr-section-subtitle {
  color: #008D88;
  text-align: center;
}
.cid-uVVhsY6hLY .mbr-text,
.cid-uVVhsY6hLY .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVVhsY6hLY .card-title {
  color: #ffffff;
}
.cid-uVVhsY6hLY .card-text {
  color: #ffffff;
}
.cid-uVVhsYbdM1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsYbdM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsYbdM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsYbdM1 .card-wrapper {
  padding: 64px;
  background-color: #f5fdfd;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uVVhsYbdM1 .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-uVVhsYbdM1 .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uVVhsYbdM1 .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uVVhsYbdM1 .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-uVVhsYbdM1 .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsYbdM1 .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uVVhsYbdM1 .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uVVhsYbdM1 .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsYbdM1 .content-wrapper {
    width: 100%;
  }
}
.cid-uVVhsYbdM1 .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsYbdM1 .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uVVhsYbdM1 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVVhsYbdM1 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsYbdM1 .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsYbdM1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVVhsYbdM1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-uVVhsYbdM1 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3dccc7;
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #009a96;
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uVVhsYbdM1 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVVhsYbdM1 .mbr-section-title {
  color: #111111;
}
.cid-uVVhsYbdM1 .mbr-section-subtitle {
  color: #008D88;
}
.cid-uVVhsYbdM1 .mbr-text,
.cid-uVVhsYbdM1 .text-wrapper {
  color: #111111;
}
.cid-uVVhsYbdM1 .panel-title-edit {
  color: #111111;
}
.cid-uVVhsYbdM1 .panel-text {
  color: #666666;
}
.cid-uVVhsYj7MI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsYj7MI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsYj7MI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsYj7MI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVVhsYj7MI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVVhsYj7MI .embla__slide .slide-content {
  width: 100%;
}
.cid-uVVhsYj7MI .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uVVhsYj7MI .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uVVhsYj7MI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsYj7MI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVVhsYj7MI .embla__button--next,
.cid-uVVhsYj7MI .embla__button--prev {
  display: flex;
}
.cid-uVVhsYj7MI .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVVhsYj7MI .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uVVhsYj7MI .embla__button:hover::before {
  opacity: 0.5;
}
.cid-uVVhsYj7MI .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.cid-uVVhsYj7MI .embla__button:disabled::before {
  opacity: 0.2;
}
.cid-uVVhsYj7MI .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uVVhsYj7MI .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsYj7MI .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uVVhsYj7MI .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uVVhsYj7MI .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsYj7MI .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uVVhsYj7MI .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uVVhsYj7MI .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uVVhsYj7MI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVVhsYj7MI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVVhsYj7MI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVVhsYj7MI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVVhsYj7MI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVVhsYpl0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsYpl0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsYpl0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsYpl0p .card-wrapper {
  padding: 64px;
  background-color: #f5fdfd;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uVVhsYpl0p .card-wrapper {
    display: block;
    padding: 24px;
    overflow: hidden;
    margin-top: 0;
  }
}
.cid-uVVhsYpl0p .image-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-uVVhsYpl0p .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsYpl0p .image-wrapper {
    padding-left: 0;
  }
}
.cid-uVVhsYpl0p .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 992px) {
  .cid-uVVhsYpl0p .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uVVhsYpl0p .content-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 1400px) {
  .cid-uVVhsYpl0p .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsYpl0p .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cid-uVVhsYpl0p .content-wrapper {
    padding-left: 0;
  }
}
.cid-uVVhsYpl0p .content-wrapper .tabs-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsYpl0p .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsYpl0p .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cid-uVVhsYpl0p .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uVVhsYpl0p .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 6px 26px;
  min-height: 64px;
  background-color: #3dccc7;
  border: 4px solid #7afffa;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.cid-uVVhsYpl0p .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #07beb8;
  border: 4px solid #60f1ea;
}
.cid-uVVhsYpl0p .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 24px;
}
.cid-uVVhsYpl0p .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uVVhsYpl0p .content-wrapper .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 0;
}
.cid-uVVhsYpl0p .content-wrapper .tab-content .tab-pane .item-content .item-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsYpl0p .content-wrapper .tab-content .tab-pane .item-content .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uVVhsYpl0p .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVVhsYpl0p .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVVhsYpl0p .item-title {
  color: #111111;
}
.cid-uVVhsYpl0p .item-subtitle {
  color: #008D88;
}
.cid-uVVhsYpl0p .item-text {
  color: #666666;
}
.cid-uVVhsYAllT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsYAllT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsYAllT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsYAllT .items-wrapper {
  margin: 0 -32px;
}
.cid-uVVhsYAllT .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVVhsYAllT .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uVVhsYAllT .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVVhsYAllT .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsYAllT .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVVhsYAllT .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uVVhsYAllT .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #07beb8;
  border-color: #60f1ea;
  box-shadow: 0 18px 32px -8px #07beb8;
}
.cid-uVVhsYAllT .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #3dccc7;
  border-color: #7afffa;
  box-shadow: 0 18px 32px -8px #3dccc7;
}
.cid-uVVhsYAllT .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #9ceaef;
  border-color: #cfffff;
  box-shadow: 0 18px 32px -8px #9ceaef;
}
.cid-uVVhsYAllT .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uVVhsYAllT .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uVVhsYAllT .card-title {
  color: #111111;
}
.cid-uVVhsYAllT .card-text {
  color: #666666;
  text-align: center;
}
.cid-uVVhsYAllT .card-title,
.cid-uVVhsYAllT .iconfont-wrapper {
  text-align: center;
  color: #003D40;
}
.cid-uVVhsYAllT .card-icon_1 {
  color: #FFFFFF;
}
.cid-uVVhsYAllT .card-icon_2 {
  color: #000000;
}
.cid-uVVhsYAllT .card-icon_3 {
  color: #000000;
}
.cid-uVVhsYJcVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #f5fdfd -70%, #ffffff 100%);
}
.cid-uVVhsYJcVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsYJcVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsYJcVP .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVVhsYJcVP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsYJcVP .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsYJcVP .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVVhsYJcVP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsYJcVP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsYJcVP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVVhsYJcVP .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-uVVhsYJcVP .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsYJcVP .content-wrap {
    padding-right: 0;
  }
}
.cid-uVVhsYJcVP .mbr-label {
  color: #a6adbf;
}
.cid-uVVhsYJcVP .mbr-section-title {
  color: #111111;
}
.cid-uVVhsYJcVP .mbr-section-subtitle {
  color: #008D88;
}
.cid-uVVhsYJcVP .mbr-text,
.cid-uVVhsYJcVP .text-wrapper {
  color: #666666;
}
.cid-uVVhsYSBnq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsYSBnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsYSBnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsYSBnq .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsYSBnq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsYSBnq .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVVhsYSBnq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsYSBnq .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsYSBnq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVVhsYSBnq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVVhsYSBnq .items-wrapper {
  align-items: center;
}
.cid-uVVhsYSBnq .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsYSBnq .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uVVhsYSBnq .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uVVhsYSBnq .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uVVhsYSBnq .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uVVhsYSBnq .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uVVhsYSBnq .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uVVhsYSBnq .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uVVhsYSBnq .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uVVhsYSBnq .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsYSBnq .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uVVhsYSBnq .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uVVhsYSBnq .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uVVhsYSBnq .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all 0.3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uVVhsYSBnq .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVVhsYSBnq .mbr-label {
  color: #003D40;
  text-align: center;
}
.cid-uVVhsYSBnq .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVVhsYSBnq .mbr-section-subtitle {
  color: #008D88;
  text-align: center;
}
.cid-uVVhsYSBnq .mbr-text,
.cid-uVVhsYSBnq .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVVhsYW08U {
  background-image: url("../../../assets/images/photo-1560243563-062bfc001d68.jpeg");
}
.cid-uVVhsYW08U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsYW08U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsYW08U .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uVVhsYW08U .image-wrap {
    height: 350px;
  }
}
.cid-uVVhsYXBib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsYXBib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsYXBib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsYXBib .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVVhsYXBib .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVVhsYXBib .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVVhsYXBib .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVVhsYXBib .mbr-label {
  color: #003D40;
  text-align: center;
}
.cid-uVVhsYXBib .mbr-section-title {
  color: #ff6d99;
}
.cid-uVVhsYXBib .mbr-text,
.cid-uVVhsYXBib .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVVhsYXBib .mbr-section-title,
.cid-uVVhsYXBib .mbr-section-btn {
  text-align: center;
  color: #008D88;
}
.cid-uVVhsZ1RID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsZ1RID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZ1RID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZ1RID .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsZ1RID .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsZ1RID .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVVhsZ1RID .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsZ1RID .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsZ1RID .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVVhsZ1RID .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVVhsZ1RID .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uVVhsZ1RID .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uVVhsZ1RID .items-wrapper .item:hover .item-wrapper,
.cid-uVVhsZ1RID .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #009a96;
}
.cid-uVVhsZ1RID .items-wrapper .item:hover .card_2,
.cid-uVVhsZ1RID .items-wrapper .item:focus .card_2 {
  border: 2px solid #008d88;
}
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #d2f1f1;
}
@media (max-width: 992px) {
  .cid-uVVhsZ1RID .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #009a96;
  color: #009a96;
  font-size: 11px;
}
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uVVhsZ1RID .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-uVVhsZ1RID .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-uVVhsZ1RID .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-uVVhsZ1RID .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #008d88;
  color: #008d88;
}
.cid-uVVhsZ1RID .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVVhsZ1RID .mbr-section-subtitle {
  color: #008D88;
  text-align: center;
}
.cid-uVVhsZ1RID .mbr-text,
.cid-uVVhsZ1RID .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVVhsZ1RID .card-title {
  color: #009A96;
}
.cid-uVVhsZ1RID .card-title_2 {
  color: #008D88;
}
.cid-uVVhsZ1RID .card-price {
  color: #009A96;
}
.cid-uVVhsZ1RID .card-price_2 {
  color: #008D88;
}
.cid-uVVhsZ1RID .card-text {
  color: #666666;
}
.cid-uVVhsZ1RID .list {
  color: #111111;
}
.cid-uVVhsZ56Kc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07beb8;
  border-top: 8px solid #60f1ea;
  border-bottom: 8px solid #60f1ea;
}
@media (max-width: 992px) {
  .cid-uVVhsZ56Kc {
    border-top: 4px solid #60f1ea;
    border-bottom: 4px solid #60f1ea;
  }
}
.cid-uVVhsZ56Kc .item:focus,
.cid-uVVhsZ56Kc span:focus {
  outline: none;
}
.cid-uVVhsZ56Kc .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVVhsZ56Kc .content-head {
  max-width: 800px;
}
.cid-uVVhsZ56Kc .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-uVVhsZ56Kc .item {
    min-height: 45px;
  }
}
.cid-uVVhsZ7QLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZ7QLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uVVhsZ7QLI .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uVVhsZ7QLI .image-wrap {
    height: 350px;
  }
}
.cid-uVVhsZ72sE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsZ72sE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZ72sE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZ72sE .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZ72sE .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZ72sE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsZ72sE .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsZ72sE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uVVhsZ72sE .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVVhsZ72sE .mbr-section-title {
  color: #111111;
}
.cid-uVVhsZ72sE .mbr-section-subtitle {
  color: #008D88;
}
.cid-uVVhsZ72sE .mbr-text,
.cid-uVVhsZ72sE .text-wrapper {
  color: #666666;
}
.cid-uVVhsZ9rjZ {
  padding-top: 15rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/photo-1565084888279-aca607ecce0c.jpeg");
}
.cid-uVVhsZ9rjZ::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uVVhsZ9rjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZ9rjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZ9rjZ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVVhsZ9rjZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsZ9rjZ .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVVhsZ9rjZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsZ9rjZ .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVVhsZ9rjZ .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsZ9rjZ .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVVhsZ9rjZ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVVhsZ9rjZ .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZ9rjZ .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVVhsZ9rjZ .mbr-label {
  color: #ffffff;
}
.cid-uVVhsZ9rjZ .mbr-section-title {
  color: #ffffff;
}
.cid-uVVhsZ9rjZ .mbr-text {
  color: #ffffff;
}
.cid-uVVhsZcVQa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #f5fdfd 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uVVhsZcVQa {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #f5fdfd 0%, #ffffff 110%);
  }
}
.cid-uVVhsZcVQa .item:focus,
.cid-uVVhsZcVQa span:focus {
  outline: none;
}
.cid-uVVhsZcVQa .item {
  cursor: pointer;
}
.cid-uVVhsZcVQa .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uVVhsZcVQa .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uVVhsZcVQa .grid-container-1,
.cid-uVVhsZcVQa .grid-container-2,
.cid-uVVhsZcVQa .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uVVhsZcVQa .grid-container-1,
  .cid-uVVhsZcVQa .grid-container-2,
  .cid-uVVhsZcVQa .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uVVhsZcVQa .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uVVhsZcVQa .content-head {
  max-width: 800px;
}
.cid-uVVhsZcVQa .container,
.cid-uVVhsZcVQa .container-fluid {
  overflow: hidden;
}
.cid-uVVhsZcVQa .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uVVhsZcVQa .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uVVhsZcVQa .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uVVhsZcVQa .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uVVhsZcVQa .grid-container::before {
    height: 100%;
  }
}
.cid-uVVhsZcVQa .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVVhsZcVQa .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uVVhsZcVQa .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uVVhsZcVQa .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uVVhsZcVQa .grid-item img {
    height: 140px;
  }
}
.cid-uVVhsZcVQa .grid-container-1,
.cid-uVVhsZcVQa .grid-container-2,
.cid-uVVhsZcVQa .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVVhsZcVQa .grid-container-1 {
  align-items: flex-end;
}
.cid-uVVhsZcVQa .grid-container-2 {
  align-items: flex-start;
}
.cid-uVVhsZgKFf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #f5fdfd 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #f5fdfd 0%, #ffffff 110%);
  }
}
.cid-uVVhsZgKFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZgKFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZgKFf .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsZgKFf .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVVhsZgKFf .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVVhsZgKFf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsZgKFf .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsZgKFf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .item-img::before {
    bottom: auto;
    top: -100px;
    right: auto;
    left: -100px;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .item-img img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .image_1::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #07beb8 0%, transparent 100%);
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .image_2 img {
  right: auto;
  left: 32px;
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .image_2::before {
  right: auto;
  left: -32px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #3dccc7 0%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .image_2::before {
    bottom: auto;
    top: -100px;
    left: -100px;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .image_3::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #9ceaef 0%, transparent 100%);
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box {
  padding-right: 250px;
}
@media (max-width: 1440px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box {
    padding-right: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box {
    padding-right: 0;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #008d88;
  color: #008d88;
  font-size: 11px;
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uVVhsZgKFf .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVVhsZgKFf .items-wrapper .item .card_2 .card-box {
  padding-right: 0;
  padding-left: 250px;
}
@media (max-width: 1440px) {
  .cid-uVVhsZgKFf .items-wrapper .item .card_2 .card-box {
    padding-right: 0;
    padding-left: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsZgKFf .items-wrapper .item .card_2 .card-box {
    padding-left: 0;
  }
}
.cid-uVVhsZgKFf .mbr-label {
  color: #003D40;
  text-align: center;
}
.cid-uVVhsZgKFf .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVVhsZgKFf .mbr-section-subtitle {
  color: #008D88;
  text-align: center;
}
.cid-uVVhsZgKFf .mbr-text,
.cid-uVVhsZgKFf .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVVhsZgKFf .card-title {
  color: #111111;
}
.cid-uVVhsZgKFf .card-text {
  color: #666666;
}
.cid-uVVhsZgKFf .list {
  color: #666666;
}
.cid-uVVhsZgKFf .card-icon {
  color: #003D40;
}
.cid-uVVhsZmzt4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #f5fdfd 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uVVhsZmzt4 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #f5fdfd 0%, #ffffff 110%);
  }
}
.cid-uVVhsZmzt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZmzt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZmzt4 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVVhsZmzt4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsZmzt4 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVVhsZmzt4 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZmzt4 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZmzt4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsZmzt4 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsZmzt4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVVhsZmzt4 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVVhsZmzt4 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uVVhsZmzt4 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uVVhsZmzt4 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVVhsZmzt4 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsZmzt4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVVhsZmzt4 .mbr-label {
  color: #003D40;
}
.cid-uVVhsZmzt4 .mbr-section-title {
  color: #111111;
}
.cid-uVVhsZmzt4 .mbr-section-subtitle {
  color: #008D88;
}
.cid-uVVhsZmzt4 .mbr-text,
.cid-uVVhsZmzt4 .text-wrapper {
  color: #666666;
}
.cid-uVVhsZpsoK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsZpsoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZpsoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZpsoK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uVVhsZpsoK .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsZpsoK .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uVVhsZpsoK .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVVhsZpsoK .items-wrapper .item .item-wrapper .card-number_1,
.cid-uVVhsZpsoK .items-wrapper .item .item-wrapper .card-number_2,
.cid-uVVhsZpsoK .items-wrapper .item .item-wrapper .card-number_3 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZpsoK .items-wrapper .item .item-wrapper .card-number_1,
  .cid-uVVhsZpsoK .items-wrapper .item .item-wrapper .card-number_2,
  .cid-uVVhsZpsoK .items-wrapper .item .item-wrapper .card-number_3 {
    margin-bottom: 16px;
  }
}
.cid-uVVhsZpsoK .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uVVhsZpsoK .btn-wrapper {
  margin-top: 18%;
}
.cid-uVVhsZpsoK .card-number_1 {
  color: #008D88;
  text-align: center;
}
.cid-uVVhsZpsoK .card-number_2 {
  color: #009A96;
  text-align: center;
}
.cid-uVVhsZpsoK .card-number_3 {
  color: #6AB8BD;
  text-align: center;
}
.cid-uVVhsZpsoK .card-title {
  color: #003D40;
  text-align: center;
}
.cid-uVVhsZrfYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsZrfYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZrfYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZrfYX .content-wrapper {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsZrfYX .content-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
  }
}
.cid-uVVhsZrfYX .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZrfYX .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZrfYX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsZrfYX .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsZrfYX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVVhsZrfYX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVVhsZrfYX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVVhsZrfYX .embla__slide .slide-content {
  width: 100%;
}
.cid-uVVhsZrfYX .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uVVhsZrfYX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uVVhsZrfYX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uVVhsZrfYX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVVhsZrfYX .embla__button--next,
.cid-uVVhsZrfYX .embla__button--prev {
  display: flex;
}
.cid-uVVhsZrfYX .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVVhsZrfYX .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uVVhsZrfYX .embla__button:hover::before {
  opacity: 0.5;
}
.cid-uVVhsZrfYX .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.cid-uVVhsZrfYX .embla__button:disabled::before {
  opacity: 0.2;
}
.cid-uVVhsZrfYX .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uVVhsZrfYX .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZrfYX .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uVVhsZrfYX .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uVVhsZrfYX .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZrfYX .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uVVhsZrfYX .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uVVhsZrfYX .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 52px;
}
@media (max-width: 1440px) {
  .cid-uVVhsZrfYX .embla {
    margin-left: 0;
  }
}
.cid-uVVhsZrfYX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVVhsZrfYX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVVhsZrfYX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVVhsZrfYX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVVhsZrfYX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVVhsZrfYX .mbr-section-title {
  color: #111111;
}
.cid-uVVhsZrfYX .mbr-section-subtitle {
  color: #008D88;
}
.cid-uVVhsZrfYX .mbr-text,
.cid-uVVhsZrfYX .text-wrapper {
  color: #666666;
}
.cid-uVVhsZySQM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #f5fdfd 0%, #ffffff 70%);
}
.cid-uVVhsZySQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZySQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZySQM .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsZySQM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsZySQM .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVVhsZySQM .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVVhsZySQM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsZySQM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsZySQM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVVhsZySQM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVVhsZySQM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uVVhsZySQM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVVhsZySQM .embla__slide .slide-content {
  width: 100%;
}
.cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVVhsZySQM .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVVhsZySQM .embla__button--next,
.cid-uVVhsZySQM .embla__button--prev {
  display: flex;
}
.cid-uVVhsZySQM .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #3dccc7 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uVVhsZySQM .embla__button {
    top: 0;
  }
}
.cid-uVVhsZySQM .embla__button:hover {
  background-color: #009a96 !important;
  color: #ffffff !important;
}
.cid-uVVhsZySQM .embla__button:disabled {
  background-color: #3dccc7 !important;
  color: #000000 !important;
  opacity: 0.5 !important;
}
.cid-uVVhsZySQM .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uVVhsZySQM .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uVVhsZySQM .embla__button.embla__button--next {
  right: 32px;
}
.cid-uVVhsZySQM .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uVVhsZySQM .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVVhsZySQM .embla {
    padding-top: 6rem;
  }
}
.cid-uVVhsZySQM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVVhsZySQM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVVhsZySQM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVVhsZySQM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVVhsZySQM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVVhsZySQM .mbr-label {
  color: #003D40;
  text-align: center;
}
.cid-uVVhsZySQM .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVVhsZySQM .mbr-section-subtitle {
  color: #008D88;
  text-align: center;
}
.cid-uVVhsZySQM .mbr-text,
.cid-uVVhsZySQM .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVVhsZySQM .card-name {
  color: #ffffff;
}
.cid-uVVhsZySQM .card-role {
  color: #ffffff;
}
.cid-uVVhsZySQM .card-text {
  color: #ffffff;
}
.cid-uVVhsZGZFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsZGZFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZGZFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZGZFP .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsZGZFP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsZGZFP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsZGZFP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsZGZFP .items-wrapper {
  margin: 0 -8px;
}
.cid-uVVhsZGZFP .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: 0.3;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .card_1 {
  background-color: #07beb8;
  border-color: #60f1ea;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .card_2 {
  background-color: #3dccc7;
  border-color: #7afffa;
}
.cid-uVVhsZGZFP .items-wrapper .item .item-wrapper .card_3 {
  background-color: #9ceaef;
  border-color: #cfffff;
}
.cid-uVVhsZGZFP .btn-wrapper {
  margin-right: 9%;
}
.cid-uVVhsZGZFP .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVVhsZGZFP .mbr-section-subtitle {
  color: #008D88;
  text-align: center;
}
.cid-uVVhsZGZFP .card-title_1 {
  color: #ffffff;
}
.cid-uVVhsZGZFP .card-title_2 {
  color: #000000;
}
.cid-uVVhsZGZFP .card-title_3 {
  color: #000000;
}
.cid-uVVhsZGZFP .card-price_1 {
  color: #FFFFFF;
}
.cid-uVVhsZGZFP .card-price_2 {
  color: #000000;
}
.cid-uVVhsZGZFP .card-price_3 {
  color: #000000;
}
.cid-uVVhsZGZFP .card-text_1 {
  color: #FFFFFF;
}
.cid-uVVhsZGZFP .card-text_2 {
  color: #000000;
}
.cid-uVVhsZGZFP .card-text_3 {
  color: #000000;
}
.cid-uVVhsZGZFP .card-title_1,
.cid-uVVhsZGZFP .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVVhsZN5aZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #f5fdfd -70%, #ffffff 100%);
}
.cid-uVVhsZN5aZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZN5aZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZN5aZ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsZN5aZ .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZN5aZ .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVVhsZN5aZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsZN5aZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsZN5aZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVVhsZN5aZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVVhsZN5aZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVVhsZN5aZ .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uVVhsZN5aZ .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #008d88;
  color: #008d88;
  font-size: 11px;
}
.cid-uVVhsZN5aZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVVhsZN5aZ .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uVVhsZN5aZ .list_2 {
    padding-left: 0;
  }
}
.cid-uVVhsZN5aZ .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVVhsZN5aZ .mbr-section-subtitle {
  color: #008D88;
  text-align: center;
}
.cid-uVVhsZN5aZ .mbr-text,
.cid-uVVhsZN5aZ .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVVhsZN5aZ .list {
  color: #666666;
}
.cid-uVVhsZQ7nU {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #f5fdfd 0%, #ffffff 70%);
}
.cid-uVVhsZQ7nU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZQ7nU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZQ7nU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uVVhsZQ7nU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVVhsZQ7nU .embla__slide .slide-content {
  width: 100%;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #f5fdfd;
}
@media (max-width: 992px) {
  .cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uVVhsZQ7nU .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uVVhsZQ7nU .embla__button--next,
.cid-uVVhsZQ7nU .embla__button--prev {
  display: flex;
}
.cid-uVVhsZQ7nU .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uVVhsZQ7nU .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uVVhsZQ7nU .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.cid-uVVhsZQ7nU .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVVhsZQ7nU .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uVVhsZQ7nU .embla__button.embla__button--next {
  right: 0;
}
.cid-uVVhsZQ7nU .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uVVhsZQ7nU .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVVhsZQ7nU .embla {
    padding: 0;
  }
}
.cid-uVVhsZQ7nU .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uVVhsZQ7nU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVVhsZQ7nU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVVhsZQ7nU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVVhsZQ7nU .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVVhsZQ7nU .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uVVhsZQ7nU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVVhsZQ7nU .item-name {
  color: #111111;
}
.cid-uVVhsZQ7nU .card-date {
  color: #666666;
}
.cid-uVVhsZQ7nU .card-title {
  color: #111111;
}
.cid-uVVhsZQ7nU .card-text {
  color: #666666;
}
.cid-uVVhsZQ7nU .mbr-star {
  color: #ff6d99;
}
.cid-uVVhsZQ7nU .mbr-star,
.cid-uVVhsZQ7nU .rating-wrapper {
  color: #008D88;
}
.cid-uVVhsZVEkm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVhsZVEkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVhsZVEkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVhsZVEkm .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVVhsZVEkm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVhsZVEkm .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVVhsZVEkm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVhsZVEkm .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVhsZVEkm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVVhsZVEkm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVVhsZVEkm .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uVVhsZVEkm .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: 0.3;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .card_1 {
  background-color: #07beb8;
  border-color: #60f1ea;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .card_2 {
  background-color: #3dccc7;
  border-color: #7afffa;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .card_3 {
  background-color: #9ceaef;
  border-color: #cfffff;
}
.cid-uVVhsZVEkm .items-wrapper .item .item-wrapper .card_4 {
  background-color: #00c6ca;
  border-color: #79d9da;
}
.cid-uVVhsZVEkm .btn-wrapper {
  margin-right: 9%;
}
.cid-uVVhsZVEkm .mbr-label {
  color: #003D40;
  text-align: center;
}
.cid-uVVhsZVEkm .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVVhsZVEkm .mbr-section-subtitle {
  color: #008D88;
  text-align: center;
}
.cid-uVVhsZVEkm .mbr-text,
.cid-uVVhsZVEkm .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVVhsZVEkm .card-title_1 {
  color: #ffffff;
}
.cid-uVVhsZVEkm .card-title_2 {
  color: #000000;
}
.cid-uVVhsZVEkm .card-title_3 {
  color: #000000;
}
.cid-uVVhsZVEkm .card-title_4 {
  color: #ffffff;
}
.cid-uVVhsZVEkm .card-text_1 {
  color: #FFFFFF;
}
.cid-uVVhsZVEkm .card-text_2 {
  color: #000000;
}
.cid-uVVhsZVEkm .card-text_3 {
  color: #000000;
}
.cid-uVVhsZVEkm .card-text_4 {
  color: #000000;
}
.cid-uVVhsZVEkm .card-icon {
  color: #000000;
}
.cid-uVVhsZVEkm .card-title_1,
.cid-uVVhsZVEkm .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVVhsZVEkm .card-title_4,
.cid-uVVhsZVEkm .mbr-section-btn {
  color: #000000;
}
.cid-uVVhsZVEkm .card-icon_1 {
  color: #FFFFFF;
}
.cid-uVVhsZVEkm .card-icon_2 {
  color: #000000;
}
.cid-uVVhsZVEkm .card-icon_3 {
  color: #000000;
}
.cid-uVVhsZVEkm .card-icon_4 {
  color: #000000;
}
.cid-uVVht047O6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVht047O6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVht047O6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVht047O6 .card {
  justify-content: center;
}
.cid-uVVht047O6 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVVht047O6 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uVVht047O6 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVVht047O6 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uVVht047O6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVht047O6 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f5fdfd;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #d2f1f1 !important;
  margin-bottom: 16px;
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #00c6ca !important;
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uVVht047O6 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uVVht047O6 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVVht047O6 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uVVht047O6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVVht047O6 .mbr-label {
  color: #003D40;
}
.cid-uVVht047O6 .mbr-section-title {
  color: #111111;
}
.cid-uVVht047O6 .mbr-section-subtitle {
  color: #008D88;
}
.cid-uVVht08DMy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVht08DMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVht08DMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVht08DMy .content-wrapper {
  margin-bottom: 32px;
}
.cid-uVVht08DMy .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVVht08DMy .items-wrapper {
  align-items: center;
}
.cid-uVVht08DMy .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVht08DMy .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVVht08DMy .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uVVht08DMy .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uVVht08DMy .items-wrapper .item .item-wrapper .card-text:hover,
.cid-uVVht08DMy .items-wrapper .item .item-wrapper .card-text:focus {
  color: #009a96;
}
.cid-uVVht08DMy .mbr-label {
  color: #003D40;
  text-align: center;
}
.cid-uVVht08DMy .card-title {
  color: #111111;
  text-align: center;
}
.cid-uVVht08DMy .card-text {
  color: #008D88;
  text-align: center;
}
.cid-uVVht0a2TG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVht0a2TG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVht0a2TG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVht0a2TG .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVVht0a2TG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVht0a2TG .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVVht0a2TG .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVht0a2TG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVVht0a2TG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVVht0a2TG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVVht0a2TG .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVVht0a2TG .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uVVht0a2TG .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVVht0a2TG .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uVVht0a2TG .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVVht0a2TG .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-uVVht0a2TG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uVVht0a2TG .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uVVht0a2TG .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all 0.3s ease;
}
.cid-uVVht0a2TG .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVVht0a2TG .nav-wrapper .list .item-wrap:hover,
.cid-uVVht0a2TG .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-uVVht0a2TG .nav-wrapper .list .item-wrap:hover::before,
.cid-uVVht0a2TG .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-uVVht0a2TG .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVVht0a2TG .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVVht0a2TG .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uVVht0a2TG .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-uVVht0a2TG .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-uVVht0a2TG .social-wrapper .social-wrap .soc-item:hover,
.cid-uVVht0a2TG .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-uVVht0a2TG .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-uVVht0a2TG .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-uVVht0a2TG .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uVVht0a2TG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uVVht0a2TG .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uVVht0a2TG .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVVht0a2TG .mbr-copy {
    padding-left: 0;
  }
}
.cid-uVVht0a2TG .card {
  justify-content: center;
}
.cid-uVVht0a2TG .mbr-section-title {
  color: #111111;
}
.cid-uVVht0a2TG .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uVVht0a2TG .mbr-text,
.cid-uVVht0a2TG .text-wrapper {
  color: #666666;
}
.cid-uVVht0a2TG .mbr-nav-title {
  color: #a6adbf;
}
.cid-uVVht0a2TG .list {
  color: #ff6d99;
}
