.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eef1f2;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 6.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.375rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #b8dbd9 !important;
}
.bg-success {
  background-color: #7ae6b4 !important;
}
.bg-info {
  background-color: #69dff7 !important;
}
.bg-warning {
  background-color: #ffd861 !important;
}
.bg-danger {
  background-color: #e87883 !important;
}
.btn-primary .mbr-iconfont {
  color: #74b9b5;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #b8dbd9 !important;
  border-color: #b8dbd9 !important;
  color: #32625f !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #daeceb !important;
  border-color: #daeceb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #32625f !important;
  background-color: #daeceb !important;
  border-color: #daeceb !important;
}
.btn-secondary .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #464646 !important;
  border-color: #464646 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-info .mbr-iconfont {
  color: #0dc7ed;
  background-color: #fafeff;
}
.btn-info,
.btn-info:active {
  background-color: #69dff7 !important;
  border-color: #69dff7 !important;
  color: #054d5c !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #99e9fa !important;
  border-color: #99e9fa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #054d5c !important;
  background-color: #99e9fa !important;
  border-color: #99e9fa !important;
}
.btn-success .mbr-iconfont {
  color: #28d283;
  background-color: #fbfefd;
}
.btn-success,
.btn-success:active {
  background-color: #7ae6b4 !important;
  border-color: #7ae6b4 !important;
  color: #0f5233 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a5eecc !important;
  border-color: #a5eecc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0f5233 !important;
  background-color: #a5eecc !important;
  border-color: #a5eecc !important;
}
.btn-warning .mbr-iconfont {
  color: #fabc00;
  background-color: #fffefa;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd861 !important;
  border-color: #ffd861 !important;
  color: #614900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe594 !important;
  border-color: #ffe594 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614900 !important;
  background-color: #ffe594 !important;
  border-color: #ffe594 !important;
}
.btn-danger .mbr-iconfont {
  color: #d62436;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87883 !important;
  border-color: #e87883 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #efa4ab !important;
  border-color: #efa4ab !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #efa4ab !important;
  border-color: #efa4ab !important;
}
.btn-white .mbr-iconfont {
  color: #bfc3b3;
  background-color: #ffffff;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 2px solid #b8dbd9;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b8dbd9;
  color: #b8dbd9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7ebeba !important;
  background-color: transparent !important;
  border-color: #7ebeba !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 2px solid #7ebeba;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #32625f !important;
  background-color: #b8dbd9 !important;
  border-color: #b8dbd9 !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 2px solid #2c2c2c;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2c2c2c;
  color: #2c2c2c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #010101 !important;
  background-color: transparent !important;
  border-color: #010101 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 2px solid #010101;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-info-outline .mbr-iconfont {
  border: 2px solid #69dff7;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #69dff7;
  color: #69dff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #17cdf3 !important;
  background-color: transparent !important;
  border-color: #17cdf3 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 2px solid #17cdf3;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #054d5c !important;
  background-color: #69dff7 !important;
  border-color: #69dff7 !important;
}
.btn-success-outline .mbr-iconfont {
  border: 2px solid #7ae6b4;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7ae6b4;
  color: #7ae6b4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #31d88b !important;
  background-color: transparent !important;
  border-color: #31d88b !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 2px solid #31d88b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0f5233 !important;
  background-color: #7ae6b4 !important;
  border-color: #7ae6b4 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 2px solid #ffd861;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd861;
  color: #ffd861;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc30a !important;
  background-color: transparent !important;
  border-color: #ffc30a !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 2px solid #ffc30a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614900 !important;
  background-color: #ffd861 !important;
  border-color: #ffd861 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 2px solid #e87883;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87883;
  color: #e87883;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db2e3f !important;
  background-color: transparent !important;
  border-color: #db2e3f !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 2px solid #db2e3f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87883 !important;
  border-color: #e87883 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 2px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 2px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 2px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 2px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b8dbd9 !important;
}
.text-secondary {
  color: #2c2c2c !important;
}
.text-success {
  color: #7ae6b4 !important;
}
.text-info {
  color: #69dff7 !important;
}
.text-warning {
  color: #ffd861 !important;
}
.text-danger {
  color: #e87883 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #74b9b5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28d283 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dc7ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fabc00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d62436 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b8dbd9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #69dff7;
}
.alert-warning {
  background-color: #ffd861;
}
.alert-danger {
  background-color: #e87883;
}
.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: #b8dbd9;
  border-color: #b8dbd9;
  color: #3a7370;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b8dbd9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #b8dbd9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #b8dbd9;
}
/* 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: #b8dbd9;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b8dbd9;
}
.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: #b8dbd9;
  border-bottom-color: #b8dbd9;
}
.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: #b8dbd9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2c2c2c !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='%23b8dbd9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  min-height: 73px;
  font-weight: 400;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 14px;
  margin-right: -17px;
  transition: all .3s ease;
  font-size: 18px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 20px !important;
  }
}
.icon-radius .mbr-iconfont {
  border-radius: 10px !important;
}
.cid-vhdA9SXn4T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdA9SXn4T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdA9SXn4T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdA9SXn4T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdA9SXn4T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdA9SXn4T .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdA9SXn4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdA9SXn4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdA9SXn4T .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdA9SXn4T .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdA9SXn4T .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdA9SXn4T .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdA9SXn4T .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdA9SXn4T .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdA9SXn4T .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdA9SXn4T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdA9SXn4T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdA9SXn4T .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdA9SXn4T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdA9SXn4T .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdA9SXn4T .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdA9SXn4T .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdA9SXn4T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdA9SXn4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdA9SXn4T .container,
.cid-vhdA9SXn4T .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .container,
  .cid-vhdA9SXn4T .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdA9SXn4T .container,
  .cid-vhdA9SXn4T .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdA9SXn4T .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdA9SXn4T .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdA9SXn4T .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdA9SXn4T .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdA9SXn4T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdA9SXn4T .nav-item:focus,
.cid-vhdA9SXn4T .nav-link:focus {
  outline: none;
}
.cid-vhdA9SXn4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdA9SXn4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdA9SXn4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdA9SXn4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdA9SXn4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdA9SXn4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdA9SXn4T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdA9SXn4T .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdA9SXn4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdA9SXn4T .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdA9SXn4T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdA9SXn4T .navbar.collapsed {
  justify-content: center;
}
.cid-vhdA9SXn4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdA9SXn4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdA9SXn4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdA9SXn4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdA9SXn4T .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-vhdA9SXn4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdA9SXn4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdA9SXn4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdA9SXn4T .navbar {
    min-height: 72px;
  }
  .cid-vhdA9SXn4T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdA9SXn4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdA9SXn4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdA9SXn4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdA9SXn4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdA9SXn4T .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-vhdA9SXn4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdA9SXn4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdA9SXn4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdA9SXn4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdA9SXn4T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdA9SXn4T .dropdown-item.active,
.cid-vhdA9SXn4T .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdA9SXn4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdA9SXn4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdA9SXn4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdA9SXn4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdA9SXn4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdA9SXn4T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdA9SXn4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdA9SXn4T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdA9SXn4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdA9SXn4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdA9SXn4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdA9SXn4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdA9SXn4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdA9SXn4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdA9SXn4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdA9SXn4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdA9SXn4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdA9SXn4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdA9SXn4T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdA9SXn4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdA9SXn4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdA9SXn4T .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdA9SXn4T .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdA9SXn4T .navbar {
    height: 70px;
  }
  .cid-vhdA9SXn4T .navbar.opened {
    height: auto;
  }
  .cid-vhdA9SXn4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdA9SXn4T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdA9SXn4T .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdA9SXn4T .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdA9SXn4T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdA9SXn4T .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdA9SXn4T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdA9SXn4T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdA9SXn4T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdA9SXn4T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdA9SXn4T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdA9SXn4T .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdA9SXn4T .content-wrap {
    display: block;
  }
}
.cid-vhdA9SXn4T .nav-link,
.cid-vhdA9SXn4T .dropdown-item {
  color: #00161F;
}
.cid-vhdA9SZ4xW {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdA9SZ4xW .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdA9SZ4xW .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdA9SZ4xW .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdA9SZ4xW .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdA9SZ4xW .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdA9SZ4xW .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdA9SZ4xW .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdA9SZ4xW .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdA9SZ4xW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdA9SZ4xW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdA9SZ4xW .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdA9SZ4xW .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdA9SZ4xW .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdA9SZ4xW .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdA9SZ4xW .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdA9SZ4xW .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdA9SZ4xW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdA9SZ4xW .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdA9SZ4xW .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdA9SZ4xW .mbr-section-title {
  color: #323432;
}
.cid-vhdA9SZ4xW .mbr-text,
.cid-vhdA9SZ4xW .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdA9SZ4xW .mbr-section-title,
.cid-vhdA9SZ4xW .mbr-section-btn,
.cid-vhdA9SZ4xW .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdA9T4eD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdA9T4eD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdA9T4eD6 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdA9T4eD6 .image-wrapper {
    height: 350px;
  }
}
.cid-vhdA9T9X0P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdA9T9X0P .item:focus,
.cid-vhdA9T9X0P span:focus {
  outline: none;
}
.cid-vhdA9T9X0P .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdA9T9X0P .content-head {
  max-width: 800px;
}
.cid-vhdA9T9X0P .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdA9T9X0P .item {
    min-height: 32.5px;
  }
}
#custom-html-0 {
  /* Type valid CSS here */
}
#custom-html-0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-0 p {
  font-size: 60px;
  color: #777;
}
.cid-vhdA9Td0Mf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdA9Td0Mf .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdA9Td0Mf .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdA9Td0Mf .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdA9Td0Mf .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdA9Td0Mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdA9Td0Mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdA9Td0Mf .row {
  justify-content: center;
}
.cid-vhdA9Td0Mf .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdA9Td0Mf .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdA9Td0Mf .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdA9Td0Mf .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdA9Td0Mf .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdA9Td0Mf .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdA9Td0Mf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdA9Td0Mf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdA9Td0Mf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdA9Td0Mf .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdA9Td0Mf .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdA9Td0Mf .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdA9Td0Mf .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdA9Td0Mf .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdA9Td0Mf .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdA9Td0Mf .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdA9Td0Mf .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdA9Td0Mf .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdA9Td0Mf .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdA9Td0Mf .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdA9Td0Mf .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdA9Td0Mf .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdA9Td0Mf .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdA9Td0Mf .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdA9Td0Mf .mbr-text,
.cid-vhdA9Td0Mf .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdA9Td0Mf .mbr-section-btn,
.cid-vhdA9Td0Mf .mbr-section-title {
  text-align: center;
}
.cid-vhdA9Td0Mf .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdA9Td0Mf .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdA9Td0Mf .mbr-copy,
.cid-vhdA9Td0Mf .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFoyRS1D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFoyRS1D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFoyRS1D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFoyRS1D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFoyRS1D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFoyRS1D .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFoyRS1D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFoyRS1D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFoyRS1D .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFoyRS1D .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFoyRS1D .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFoyRS1D .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFoyRS1D .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFoyRS1D .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFoyRS1D .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFoyRS1D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFoyRS1D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFoyRS1D .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFoyRS1D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFoyRS1D .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFoyRS1D .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFoyRS1D .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFoyRS1D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFoyRS1D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFoyRS1D .container,
.cid-vhdFoyRS1D .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .container,
  .cid-vhdFoyRS1D .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFoyRS1D .container,
  .cid-vhdFoyRS1D .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFoyRS1D .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFoyRS1D .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFoyRS1D .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFoyRS1D .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFoyRS1D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFoyRS1D .nav-item:focus,
.cid-vhdFoyRS1D .nav-link:focus {
  outline: none;
}
.cid-vhdFoyRS1D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFoyRS1D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFoyRS1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFoyRS1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFoyRS1D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFoyRS1D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFoyRS1D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFoyRS1D .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFoyRS1D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFoyRS1D .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFoyRS1D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFoyRS1D .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFoyRS1D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFoyRS1D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFoyRS1D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFoyRS1D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFoyRS1D .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-vhdFoyRS1D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFoyRS1D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFoyRS1D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFoyRS1D .navbar {
    min-height: 72px;
  }
  .cid-vhdFoyRS1D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFoyRS1D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFoyRS1D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFoyRS1D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFoyRS1D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFoyRS1D .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-vhdFoyRS1D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFoyRS1D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFoyRS1D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFoyRS1D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFoyRS1D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFoyRS1D .dropdown-item.active,
.cid-vhdFoyRS1D .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFoyRS1D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFoyRS1D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFoyRS1D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFoyRS1D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFoyRS1D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFoyRS1D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFoyRS1D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFoyRS1D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFoyRS1D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFoyRS1D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFoyRS1D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFoyRS1D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFoyRS1D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFoyRS1D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFoyRS1D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFoyRS1D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFoyRS1D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFoyRS1D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFoyRS1D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFoyRS1D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFoyRS1D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFoyRS1D .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFoyRS1D .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFoyRS1D .navbar {
    height: 70px;
  }
  .cid-vhdFoyRS1D .navbar.opened {
    height: auto;
  }
  .cid-vhdFoyRS1D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFoyRS1D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFoyRS1D .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFoyRS1D .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFoyRS1D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFoyRS1D .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFoyRS1D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFoyRS1D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFoyRS1D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFoyRS1D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFoyRS1D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFoyRS1D .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFoyRS1D .content-wrap {
    display: block;
  }
}
.cid-vhdFoyRS1D .nav-link,
.cid-vhdFoyRS1D .dropdown-item {
  color: #00161F;
}
.cid-vhdFozVuXx {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFozVuXx .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFozVuXx .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFozVuXx .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFozVuXx .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFozVuXx .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFozVuXx .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFozVuXx .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFozVuXx .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFozVuXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFozVuXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFozVuXx .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFozVuXx .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFozVuXx .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFozVuXx .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFozVuXx .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFozVuXx .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFozVuXx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFozVuXx .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFozVuXx .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFozVuXx .mbr-section-title {
  color: #323432;
}
.cid-vhdFozVuXx .mbr-text,
.cid-vhdFozVuXx .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFozVuXx .mbr-section-title,
.cid-vhdFozVuXx .mbr-section-btn,
.cid-vhdFozVuXx .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFoAOvV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFoAOvV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFoAOvV6 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFoAOvV6 .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFoBefNH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFoBefNH .item:focus,
.cid-vhdFoBefNH span:focus {
  outline: none;
}
.cid-vhdFoBefNH .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFoBefNH .content-head {
  max-width: 800px;
}
.cid-vhdFoBefNH .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFoBefNH .item {
    min-height: 32.5px;
  }
}
#custom-html-5 {
  /* Type valid CSS here */
}
#custom-html-5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5 p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFoChmZ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFoChmZ8 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFoChmZ8 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFoChmZ8 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFoChmZ8 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFoChmZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFoChmZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFoChmZ8 .row {
  justify-content: center;
}
.cid-vhdFoChmZ8 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFoChmZ8 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFoChmZ8 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFoChmZ8 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFoChmZ8 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFoChmZ8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFoChmZ8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFoChmZ8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFoChmZ8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFoChmZ8 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFoChmZ8 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFoChmZ8 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFoChmZ8 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFoChmZ8 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFoChmZ8 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFoChmZ8 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFoChmZ8 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFoChmZ8 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFoChmZ8 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFoChmZ8 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFoChmZ8 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFoChmZ8 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFoChmZ8 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFoChmZ8 .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFoChmZ8 .mbr-text,
.cid-vhdFoChmZ8 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFoChmZ8 .mbr-section-btn,
.cid-vhdFoChmZ8 .mbr-section-title {
  text-align: center;
}
.cid-vhdFoChmZ8 .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFoChmZ8 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFoChmZ8 .mbr-copy,
.cid-vhdFoChmZ8 .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFqKUDHD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFqKUDHD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFqKUDHD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFqKUDHD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFqKUDHD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFqKUDHD .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFqKUDHD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFqKUDHD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFqKUDHD .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFqKUDHD .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFqKUDHD .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFqKUDHD .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFqKUDHD .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFqKUDHD .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFqKUDHD .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFqKUDHD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFqKUDHD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFqKUDHD .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFqKUDHD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFqKUDHD .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFqKUDHD .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFqKUDHD .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFqKUDHD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFqKUDHD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFqKUDHD .container,
.cid-vhdFqKUDHD .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .container,
  .cid-vhdFqKUDHD .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFqKUDHD .container,
  .cid-vhdFqKUDHD .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFqKUDHD .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFqKUDHD .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFqKUDHD .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFqKUDHD .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFqKUDHD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFqKUDHD .nav-item:focus,
.cid-vhdFqKUDHD .nav-link:focus {
  outline: none;
}
.cid-vhdFqKUDHD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFqKUDHD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFqKUDHD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFqKUDHD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFqKUDHD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFqKUDHD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFqKUDHD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFqKUDHD .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFqKUDHD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFqKUDHD .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFqKUDHD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFqKUDHD .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFqKUDHD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFqKUDHD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFqKUDHD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFqKUDHD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFqKUDHD .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-vhdFqKUDHD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFqKUDHD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFqKUDHD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFqKUDHD .navbar {
    min-height: 72px;
  }
  .cid-vhdFqKUDHD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFqKUDHD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFqKUDHD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFqKUDHD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFqKUDHD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFqKUDHD .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-vhdFqKUDHD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFqKUDHD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFqKUDHD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFqKUDHD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFqKUDHD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFqKUDHD .dropdown-item.active,
.cid-vhdFqKUDHD .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFqKUDHD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFqKUDHD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFqKUDHD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFqKUDHD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFqKUDHD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFqKUDHD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFqKUDHD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFqKUDHD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFqKUDHD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFqKUDHD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFqKUDHD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFqKUDHD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFqKUDHD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFqKUDHD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFqKUDHD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFqKUDHD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFqKUDHD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFqKUDHD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFqKUDHD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFqKUDHD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFqKUDHD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFqKUDHD .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFqKUDHD .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFqKUDHD .navbar {
    height: 70px;
  }
  .cid-vhdFqKUDHD .navbar.opened {
    height: auto;
  }
  .cid-vhdFqKUDHD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFqKUDHD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFqKUDHD .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFqKUDHD .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFqKUDHD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFqKUDHD .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFqKUDHD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFqKUDHD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFqKUDHD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFqKUDHD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFqKUDHD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFqKUDHD .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFqKUDHD .content-wrap {
    display: block;
  }
}
.cid-vhdFqKUDHD .nav-link,
.cid-vhdFqKUDHD .dropdown-item {
  color: #00161F;
}
.cid-vhdFqMhMTW {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFqMhMTW .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFqMhMTW .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFqMhMTW .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFqMhMTW .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFqMhMTW .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFqMhMTW .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFqMhMTW .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFqMhMTW .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFqMhMTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFqMhMTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFqMhMTW .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFqMhMTW .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFqMhMTW .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFqMhMTW .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFqMhMTW .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFqMhMTW .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFqMhMTW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFqMhMTW .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFqMhMTW .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFqMhMTW .mbr-section-title {
  color: #323432;
}
.cid-vhdFqMhMTW .mbr-text,
.cid-vhdFqMhMTW .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFqMhMTW .mbr-section-title,
.cid-vhdFqMhMTW .mbr-section-btn,
.cid-vhdFqMhMTW .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFqMPdGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFqMPdGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFqMPdGW .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFqMPdGW .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFqN91nO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFqN91nO .item:focus,
.cid-vhdFqN91nO span:focus {
  outline: none;
}
.cid-vhdFqN91nO .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFqN91nO .content-head {
  max-width: 800px;
}
.cid-vhdFqN91nO .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFqN91nO .item {
    min-height: 32.5px;
  }
}
#custom-html-b {
  /* Type valid CSS here */
}
#custom-html-b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-b p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFqO3UHX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFqO3UHX .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFqO3UHX .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFqO3UHX .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFqO3UHX .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFqO3UHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFqO3UHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFqO3UHX .row {
  justify-content: center;
}
.cid-vhdFqO3UHX .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFqO3UHX .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFqO3UHX .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFqO3UHX .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFqO3UHX .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFqO3UHX .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFqO3UHX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFqO3UHX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFqO3UHX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFqO3UHX .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFqO3UHX .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFqO3UHX .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFqO3UHX .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFqO3UHX .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFqO3UHX .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFqO3UHX .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFqO3UHX .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFqO3UHX .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFqO3UHX .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFqO3UHX .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFqO3UHX .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFqO3UHX .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFqO3UHX .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFqO3UHX .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFqO3UHX .mbr-text,
.cid-vhdFqO3UHX .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFqO3UHX .mbr-section-btn,
.cid-vhdFqO3UHX .mbr-section-title {
  text-align: center;
}
.cid-vhdFqO3UHX .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFqO3UHX .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFqO3UHX .mbr-copy,
.cid-vhdFqO3UHX .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFrRvhUJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFrRvhUJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFrRvhUJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFrRvhUJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFrRvhUJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFrRvhUJ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFrRvhUJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFrRvhUJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFrRvhUJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFrRvhUJ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFrRvhUJ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFrRvhUJ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFrRvhUJ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFrRvhUJ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFrRvhUJ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFrRvhUJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFrRvhUJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFrRvhUJ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFrRvhUJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFrRvhUJ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFrRvhUJ .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFrRvhUJ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFrRvhUJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFrRvhUJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFrRvhUJ .container,
.cid-vhdFrRvhUJ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .container,
  .cid-vhdFrRvhUJ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFrRvhUJ .container,
  .cid-vhdFrRvhUJ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFrRvhUJ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFrRvhUJ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFrRvhUJ .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFrRvhUJ .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFrRvhUJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFrRvhUJ .nav-item:focus,
.cid-vhdFrRvhUJ .nav-link:focus {
  outline: none;
}
.cid-vhdFrRvhUJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFrRvhUJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFrRvhUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFrRvhUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFrRvhUJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFrRvhUJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFrRvhUJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFrRvhUJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFrRvhUJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFrRvhUJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFrRvhUJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFrRvhUJ .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFrRvhUJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFrRvhUJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFrRvhUJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFrRvhUJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFrRvhUJ .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-vhdFrRvhUJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFrRvhUJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFrRvhUJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFrRvhUJ .navbar {
    min-height: 72px;
  }
  .cid-vhdFrRvhUJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFrRvhUJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFrRvhUJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFrRvhUJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFrRvhUJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFrRvhUJ .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-vhdFrRvhUJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFrRvhUJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFrRvhUJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFrRvhUJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFrRvhUJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFrRvhUJ .dropdown-item.active,
.cid-vhdFrRvhUJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFrRvhUJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFrRvhUJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFrRvhUJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFrRvhUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFrRvhUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFrRvhUJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFrRvhUJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFrRvhUJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFrRvhUJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFrRvhUJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFrRvhUJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFrRvhUJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFrRvhUJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFrRvhUJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFrRvhUJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFrRvhUJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFrRvhUJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFrRvhUJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFrRvhUJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFrRvhUJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFrRvhUJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFrRvhUJ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFrRvhUJ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFrRvhUJ .navbar {
    height: 70px;
  }
  .cid-vhdFrRvhUJ .navbar.opened {
    height: auto;
  }
  .cid-vhdFrRvhUJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFrRvhUJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFrRvhUJ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFrRvhUJ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFrRvhUJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFrRvhUJ .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFrRvhUJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFrRvhUJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFrRvhUJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFrRvhUJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFrRvhUJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFrRvhUJ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFrRvhUJ .content-wrap {
    display: block;
  }
}
.cid-vhdFrRvhUJ .nav-link,
.cid-vhdFrRvhUJ .dropdown-item {
  color: #00161F;
}
.cid-vhdFrSBpRH {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFrSBpRH .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFrSBpRH .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFrSBpRH .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFrSBpRH .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFrSBpRH .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFrSBpRH .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFrSBpRH .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFrSBpRH .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFrSBpRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFrSBpRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFrSBpRH .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFrSBpRH .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFrSBpRH .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFrSBpRH .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFrSBpRH .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFrSBpRH .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFrSBpRH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFrSBpRH .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFrSBpRH .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFrSBpRH .mbr-section-title {
  color: #323432;
}
.cid-vhdFrSBpRH .mbr-text,
.cid-vhdFrSBpRH .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFrSBpRH .mbr-section-title,
.cid-vhdFrSBpRH .mbr-section-btn,
.cid-vhdFrSBpRH .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFrTKFvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFrTKFvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFrTKFvu .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFrTKFvu .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFrU52fU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFrU52fU .item:focus,
.cid-vhdFrU52fU span:focus {
  outline: none;
}
.cid-vhdFrU52fU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFrU52fU .content-head {
  max-width: 800px;
}
.cid-vhdFrU52fU .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFrU52fU .item {
    min-height: 32.5px;
  }
}
#custom-html-h {
  /* Type valid CSS here */
}
#custom-html-h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-h p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFrUT4TM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFrUT4TM .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFrUT4TM .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFrUT4TM .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFrUT4TM .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFrUT4TM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFrUT4TM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFrUT4TM .row {
  justify-content: center;
}
.cid-vhdFrUT4TM .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFrUT4TM .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFrUT4TM .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFrUT4TM .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFrUT4TM .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFrUT4TM .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFrUT4TM .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFrUT4TM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFrUT4TM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFrUT4TM .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFrUT4TM .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFrUT4TM .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFrUT4TM .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFrUT4TM .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFrUT4TM .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFrUT4TM .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFrUT4TM .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFrUT4TM .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFrUT4TM .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFrUT4TM .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFrUT4TM .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFrUT4TM .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFrUT4TM .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFrUT4TM .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFrUT4TM .mbr-text,
.cid-vhdFrUT4TM .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFrUT4TM .mbr-section-btn,
.cid-vhdFrUT4TM .mbr-section-title {
  text-align: center;
}
.cid-vhdFrUT4TM .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFrUT4TM .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFrUT4TM .mbr-copy,
.cid-vhdFrUT4TM .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFt1A0Iz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFt1A0Iz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFt1A0Iz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFt1A0Iz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFt1A0Iz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFt1A0Iz .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFt1A0Iz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFt1A0Iz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFt1A0Iz .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFt1A0Iz .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFt1A0Iz .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFt1A0Iz .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFt1A0Iz .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFt1A0Iz .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFt1A0Iz .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFt1A0Iz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFt1A0Iz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFt1A0Iz .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFt1A0Iz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFt1A0Iz .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFt1A0Iz .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFt1A0Iz .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFt1A0Iz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFt1A0Iz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFt1A0Iz .container,
.cid-vhdFt1A0Iz .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .container,
  .cid-vhdFt1A0Iz .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFt1A0Iz .container,
  .cid-vhdFt1A0Iz .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFt1A0Iz .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFt1A0Iz .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFt1A0Iz .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFt1A0Iz .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFt1A0Iz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFt1A0Iz .nav-item:focus,
.cid-vhdFt1A0Iz .nav-link:focus {
  outline: none;
}
.cid-vhdFt1A0Iz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFt1A0Iz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFt1A0Iz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFt1A0Iz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFt1A0Iz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFt1A0Iz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFt1A0Iz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFt1A0Iz .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFt1A0Iz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFt1A0Iz .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFt1A0Iz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFt1A0Iz .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFt1A0Iz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFt1A0Iz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFt1A0Iz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFt1A0Iz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFt1A0Iz .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-vhdFt1A0Iz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFt1A0Iz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFt1A0Iz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFt1A0Iz .navbar {
    min-height: 72px;
  }
  .cid-vhdFt1A0Iz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFt1A0Iz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFt1A0Iz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFt1A0Iz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFt1A0Iz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFt1A0Iz .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-vhdFt1A0Iz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFt1A0Iz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFt1A0Iz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFt1A0Iz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFt1A0Iz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFt1A0Iz .dropdown-item.active,
.cid-vhdFt1A0Iz .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFt1A0Iz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFt1A0Iz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFt1A0Iz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFt1A0Iz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFt1A0Iz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFt1A0Iz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFt1A0Iz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFt1A0Iz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFt1A0Iz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFt1A0Iz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFt1A0Iz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFt1A0Iz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFt1A0Iz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFt1A0Iz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFt1A0Iz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFt1A0Iz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFt1A0Iz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFt1A0Iz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFt1A0Iz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFt1A0Iz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFt1A0Iz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFt1A0Iz .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFt1A0Iz .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFt1A0Iz .navbar {
    height: 70px;
  }
  .cid-vhdFt1A0Iz .navbar.opened {
    height: auto;
  }
  .cid-vhdFt1A0Iz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFt1A0Iz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFt1A0Iz .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFt1A0Iz .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFt1A0Iz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFt1A0Iz .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFt1A0Iz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFt1A0Iz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFt1A0Iz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFt1A0Iz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFt1A0Iz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFt1A0Iz .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFt1A0Iz .content-wrap {
    display: block;
  }
}
.cid-vhdFt1A0Iz .nav-link,
.cid-vhdFt1A0Iz .dropdown-item {
  color: #00161F;
}
.cid-vhdFt2HnAm {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFt2HnAm .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFt2HnAm .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFt2HnAm .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFt2HnAm .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFt2HnAm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFt2HnAm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFt2HnAm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFt2HnAm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFt2HnAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFt2HnAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFt2HnAm .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFt2HnAm .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFt2HnAm .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFt2HnAm .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFt2HnAm .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFt2HnAm .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFt2HnAm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFt2HnAm .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFt2HnAm .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFt2HnAm .mbr-section-title {
  color: #323432;
}
.cid-vhdFt2HnAm .mbr-text,
.cid-vhdFt2HnAm .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFt2HnAm .mbr-section-title,
.cid-vhdFt2HnAm .mbr-section-btn,
.cid-vhdFt2HnAm .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFt3Riyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFt3Riyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFt3Riyg .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFt3Riyg .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFt4wS70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFt4wS70 .item:focus,
.cid-vhdFt4wS70 span:focus {
  outline: none;
}
.cid-vhdFt4wS70 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFt4wS70 .content-head {
  max-width: 800px;
}
.cid-vhdFt4wS70 .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFt4wS70 .item {
    min-height: 32.5px;
  }
}
#custom-html-n {
  /* Type valid CSS here */
}
#custom-html-n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-n p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFt5RioR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFt5RioR .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFt5RioR .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFt5RioR .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFt5RioR .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFt5RioR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFt5RioR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFt5RioR .row {
  justify-content: center;
}
.cid-vhdFt5RioR .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFt5RioR .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFt5RioR .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFt5RioR .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFt5RioR .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFt5RioR .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFt5RioR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFt5RioR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFt5RioR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFt5RioR .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFt5RioR .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFt5RioR .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFt5RioR .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFt5RioR .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFt5RioR .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFt5RioR .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFt5RioR .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFt5RioR .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFt5RioR .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFt5RioR .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFt5RioR .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFt5RioR .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFt5RioR .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFt5RioR .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFt5RioR .mbr-text,
.cid-vhdFt5RioR .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFt5RioR .mbr-section-btn,
.cid-vhdFt5RioR .mbr-section-title {
  text-align: center;
}
.cid-vhdFt5RioR .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFt5RioR .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFt5RioR .mbr-copy,
.cid-vhdFt5RioR .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFu0ErRX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFu0ErRX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFu0ErRX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFu0ErRX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFu0ErRX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFu0ErRX .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFu0ErRX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFu0ErRX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFu0ErRX .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFu0ErRX .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFu0ErRX .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFu0ErRX .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFu0ErRX .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFu0ErRX .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFu0ErRX .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFu0ErRX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFu0ErRX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFu0ErRX .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFu0ErRX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFu0ErRX .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFu0ErRX .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFu0ErRX .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFu0ErRX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFu0ErRX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFu0ErRX .container,
.cid-vhdFu0ErRX .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .container,
  .cid-vhdFu0ErRX .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFu0ErRX .container,
  .cid-vhdFu0ErRX .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFu0ErRX .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFu0ErRX .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFu0ErRX .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFu0ErRX .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFu0ErRX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFu0ErRX .nav-item:focus,
.cid-vhdFu0ErRX .nav-link:focus {
  outline: none;
}
.cid-vhdFu0ErRX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFu0ErRX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFu0ErRX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFu0ErRX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFu0ErRX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFu0ErRX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFu0ErRX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFu0ErRX .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFu0ErRX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFu0ErRX .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFu0ErRX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFu0ErRX .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFu0ErRX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFu0ErRX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFu0ErRX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFu0ErRX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFu0ErRX .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-vhdFu0ErRX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFu0ErRX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFu0ErRX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFu0ErRX .navbar {
    min-height: 72px;
  }
  .cid-vhdFu0ErRX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFu0ErRX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFu0ErRX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFu0ErRX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFu0ErRX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFu0ErRX .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-vhdFu0ErRX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFu0ErRX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFu0ErRX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFu0ErRX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFu0ErRX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFu0ErRX .dropdown-item.active,
.cid-vhdFu0ErRX .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFu0ErRX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFu0ErRX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFu0ErRX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFu0ErRX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFu0ErRX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFu0ErRX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFu0ErRX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFu0ErRX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFu0ErRX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFu0ErRX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFu0ErRX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFu0ErRX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFu0ErRX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFu0ErRX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFu0ErRX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFu0ErRX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFu0ErRX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFu0ErRX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFu0ErRX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFu0ErRX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFu0ErRX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFu0ErRX .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFu0ErRX .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFu0ErRX .navbar {
    height: 70px;
  }
  .cid-vhdFu0ErRX .navbar.opened {
    height: auto;
  }
  .cid-vhdFu0ErRX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFu0ErRX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFu0ErRX .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFu0ErRX .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFu0ErRX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFu0ErRX .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFu0ErRX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFu0ErRX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFu0ErRX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFu0ErRX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFu0ErRX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFu0ErRX .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFu0ErRX .content-wrap {
    display: block;
  }
}
.cid-vhdFu0ErRX .nav-link,
.cid-vhdFu0ErRX .dropdown-item {
  color: #00161F;
}
.cid-vhdFu2otCF {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFu2otCF .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFu2otCF .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFu2otCF .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFu2otCF .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFu2otCF .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFu2otCF .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFu2otCF .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFu2otCF .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFu2otCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFu2otCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFu2otCF .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFu2otCF .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFu2otCF .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFu2otCF .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFu2otCF .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFu2otCF .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFu2otCF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFu2otCF .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFu2otCF .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFu2otCF .mbr-section-title {
  color: #323432;
}
.cid-vhdFu2otCF .mbr-text,
.cid-vhdFu2otCF .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFu2otCF .mbr-section-title,
.cid-vhdFu2otCF .mbr-section-btn,
.cid-vhdFu2otCF .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFu3oWqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFu3oWqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFu3oWqZ .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFu3oWqZ .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFu43WRC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFu43WRC .item:focus,
.cid-vhdFu43WRC span:focus {
  outline: none;
}
.cid-vhdFu43WRC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFu43WRC .content-head {
  max-width: 800px;
}
.cid-vhdFu43WRC .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFu43WRC .item {
    min-height: 32.5px;
  }
}
#custom-html-t {
  /* Type valid CSS here */
}
#custom-html-t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-t p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFu4Wkvi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFu4Wkvi .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFu4Wkvi .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFu4Wkvi .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFu4Wkvi .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFu4Wkvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFu4Wkvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFu4Wkvi .row {
  justify-content: center;
}
.cid-vhdFu4Wkvi .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFu4Wkvi .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFu4Wkvi .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFu4Wkvi .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFu4Wkvi .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFu4Wkvi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFu4Wkvi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFu4Wkvi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFu4Wkvi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFu4Wkvi .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFu4Wkvi .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFu4Wkvi .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFu4Wkvi .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFu4Wkvi .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFu4Wkvi .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFu4Wkvi .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFu4Wkvi .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFu4Wkvi .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFu4Wkvi .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFu4Wkvi .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFu4Wkvi .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFu4Wkvi .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFu4Wkvi .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFu4Wkvi .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFu4Wkvi .mbr-text,
.cid-vhdFu4Wkvi .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFu4Wkvi .mbr-section-btn,
.cid-vhdFu4Wkvi .mbr-section-title {
  text-align: center;
}
.cid-vhdFu4Wkvi .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFu4Wkvi .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFu4Wkvi .mbr-copy,
.cid-vhdFu4Wkvi .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFvjOhQT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFvjOhQT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFvjOhQT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFvjOhQT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFvjOhQT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFvjOhQT .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFvjOhQT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFvjOhQT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFvjOhQT .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFvjOhQT .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFvjOhQT .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFvjOhQT .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFvjOhQT .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFvjOhQT .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFvjOhQT .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFvjOhQT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFvjOhQT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFvjOhQT .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFvjOhQT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFvjOhQT .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFvjOhQT .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFvjOhQT .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFvjOhQT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFvjOhQT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFvjOhQT .container,
.cid-vhdFvjOhQT .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .container,
  .cid-vhdFvjOhQT .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFvjOhQT .container,
  .cid-vhdFvjOhQT .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFvjOhQT .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFvjOhQT .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFvjOhQT .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFvjOhQT .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFvjOhQT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFvjOhQT .nav-item:focus,
.cid-vhdFvjOhQT .nav-link:focus {
  outline: none;
}
.cid-vhdFvjOhQT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFvjOhQT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFvjOhQT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFvjOhQT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFvjOhQT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFvjOhQT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFvjOhQT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFvjOhQT .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFvjOhQT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFvjOhQT .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFvjOhQT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFvjOhQT .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFvjOhQT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFvjOhQT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFvjOhQT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFvjOhQT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFvjOhQT .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-vhdFvjOhQT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFvjOhQT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFvjOhQT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFvjOhQT .navbar {
    min-height: 72px;
  }
  .cid-vhdFvjOhQT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFvjOhQT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFvjOhQT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFvjOhQT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFvjOhQT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFvjOhQT .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-vhdFvjOhQT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFvjOhQT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFvjOhQT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFvjOhQT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFvjOhQT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFvjOhQT .dropdown-item.active,
.cid-vhdFvjOhQT .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFvjOhQT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFvjOhQT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFvjOhQT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFvjOhQT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFvjOhQT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFvjOhQT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFvjOhQT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFvjOhQT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFvjOhQT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFvjOhQT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFvjOhQT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFvjOhQT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFvjOhQT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFvjOhQT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFvjOhQT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFvjOhQT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFvjOhQT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFvjOhQT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFvjOhQT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFvjOhQT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFvjOhQT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFvjOhQT .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFvjOhQT .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFvjOhQT .navbar {
    height: 70px;
  }
  .cid-vhdFvjOhQT .navbar.opened {
    height: auto;
  }
  .cid-vhdFvjOhQT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFvjOhQT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFvjOhQT .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFvjOhQT .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFvjOhQT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFvjOhQT .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFvjOhQT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFvjOhQT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFvjOhQT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFvjOhQT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFvjOhQT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFvjOhQT .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFvjOhQT .content-wrap {
    display: block;
  }
}
.cid-vhdFvjOhQT .nav-link,
.cid-vhdFvjOhQT .dropdown-item {
  color: #00161F;
}
.cid-vhdFvkZTuQ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFvkZTuQ .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFvkZTuQ .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFvkZTuQ .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFvkZTuQ .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFvkZTuQ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFvkZTuQ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFvkZTuQ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFvkZTuQ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFvkZTuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFvkZTuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFvkZTuQ .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFvkZTuQ .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFvkZTuQ .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFvkZTuQ .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFvkZTuQ .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFvkZTuQ .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFvkZTuQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFvkZTuQ .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFvkZTuQ .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFvkZTuQ .mbr-section-title {
  color: #323432;
}
.cid-vhdFvkZTuQ .mbr-text,
.cid-vhdFvkZTuQ .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFvkZTuQ .mbr-section-title,
.cid-vhdFvkZTuQ .mbr-section-btn,
.cid-vhdFvkZTuQ .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFvlCvGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFvlCvGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFvlCvGA .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFvlCvGA .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFvlZgMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFvlZgMg .item:focus,
.cid-vhdFvlZgMg span:focus {
  outline: none;
}
.cid-vhdFvlZgMg .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFvlZgMg .content-head {
  max-width: 800px;
}
.cid-vhdFvlZgMg .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFvlZgMg .item {
    min-height: 32.5px;
  }
}
#custom-html-z {
  /* Type valid CSS here */
}
#custom-html-z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-z p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFvmXJfm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFvmXJfm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFvmXJfm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFvmXJfm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFvmXJfm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFvmXJfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFvmXJfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFvmXJfm .row {
  justify-content: center;
}
.cid-vhdFvmXJfm .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFvmXJfm .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFvmXJfm .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFvmXJfm .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFvmXJfm .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFvmXJfm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFvmXJfm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFvmXJfm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFvmXJfm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFvmXJfm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFvmXJfm .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFvmXJfm .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFvmXJfm .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFvmXJfm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFvmXJfm .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFvmXJfm .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFvmXJfm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFvmXJfm .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFvmXJfm .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFvmXJfm .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFvmXJfm .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFvmXJfm .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFvmXJfm .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFvmXJfm .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFvmXJfm .mbr-text,
.cid-vhdFvmXJfm .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFvmXJfm .mbr-section-btn,
.cid-vhdFvmXJfm .mbr-section-title {
  text-align: center;
}
.cid-vhdFvmXJfm .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFvmXJfm .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFvmXJfm .mbr-copy,
.cid-vhdFvmXJfm .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFwn9OWn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFwn9OWn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFwn9OWn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFwn9OWn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFwn9OWn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFwn9OWn .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFwn9OWn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFwn9OWn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFwn9OWn .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFwn9OWn .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFwn9OWn .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFwn9OWn .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFwn9OWn .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFwn9OWn .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFwn9OWn .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFwn9OWn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFwn9OWn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFwn9OWn .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFwn9OWn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFwn9OWn .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFwn9OWn .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFwn9OWn .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFwn9OWn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFwn9OWn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFwn9OWn .container,
.cid-vhdFwn9OWn .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .container,
  .cid-vhdFwn9OWn .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFwn9OWn .container,
  .cid-vhdFwn9OWn .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFwn9OWn .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFwn9OWn .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFwn9OWn .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFwn9OWn .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFwn9OWn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFwn9OWn .nav-item:focus,
.cid-vhdFwn9OWn .nav-link:focus {
  outline: none;
}
.cid-vhdFwn9OWn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFwn9OWn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFwn9OWn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFwn9OWn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFwn9OWn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFwn9OWn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFwn9OWn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFwn9OWn .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFwn9OWn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFwn9OWn .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFwn9OWn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFwn9OWn .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFwn9OWn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFwn9OWn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFwn9OWn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFwn9OWn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFwn9OWn .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-vhdFwn9OWn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFwn9OWn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFwn9OWn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFwn9OWn .navbar {
    min-height: 72px;
  }
  .cid-vhdFwn9OWn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFwn9OWn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFwn9OWn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFwn9OWn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFwn9OWn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFwn9OWn .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-vhdFwn9OWn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFwn9OWn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFwn9OWn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFwn9OWn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFwn9OWn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFwn9OWn .dropdown-item.active,
.cid-vhdFwn9OWn .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFwn9OWn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFwn9OWn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFwn9OWn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFwn9OWn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFwn9OWn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFwn9OWn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFwn9OWn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFwn9OWn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFwn9OWn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFwn9OWn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFwn9OWn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFwn9OWn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFwn9OWn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFwn9OWn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFwn9OWn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFwn9OWn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFwn9OWn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFwn9OWn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFwn9OWn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFwn9OWn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFwn9OWn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFwn9OWn .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFwn9OWn .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFwn9OWn .navbar {
    height: 70px;
  }
  .cid-vhdFwn9OWn .navbar.opened {
    height: auto;
  }
  .cid-vhdFwn9OWn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFwn9OWn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFwn9OWn .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFwn9OWn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFwn9OWn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFwn9OWn .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFwn9OWn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFwn9OWn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFwn9OWn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFwn9OWn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFwn9OWn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFwn9OWn .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFwn9OWn .content-wrap {
    display: block;
  }
}
.cid-vhdFwn9OWn .nav-link,
.cid-vhdFwn9OWn .dropdown-item {
  color: #00161F;
}
.cid-vhdFwnX1zo {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFwnX1zo .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFwnX1zo .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFwnX1zo .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFwnX1zo .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFwnX1zo .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFwnX1zo .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFwnX1zo .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFwnX1zo .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFwnX1zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFwnX1zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFwnX1zo .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFwnX1zo .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFwnX1zo .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFwnX1zo .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFwnX1zo .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFwnX1zo .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFwnX1zo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFwnX1zo .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFwnX1zo .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFwnX1zo .mbr-section-title {
  color: #323432;
}
.cid-vhdFwnX1zo .mbr-text,
.cid-vhdFwnX1zo .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFwnX1zo .mbr-section-title,
.cid-vhdFwnX1zo .mbr-section-btn,
.cid-vhdFwnX1zo .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFwoOMoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFwoOMoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFwoOMoR .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFwoOMoR .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFwpeMmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFwpeMmC .item:focus,
.cid-vhdFwpeMmC span:focus {
  outline: none;
}
.cid-vhdFwpeMmC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFwpeMmC .content-head {
  max-width: 800px;
}
.cid-vhdFwpeMmC .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFwpeMmC .item {
    min-height: 32.5px;
  }
}
#custom-html-15 {
  /* Type valid CSS here */
}
#custom-html-15 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-15 p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFwqjEHr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFwqjEHr .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFwqjEHr .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFwqjEHr .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFwqjEHr .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFwqjEHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFwqjEHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFwqjEHr .row {
  justify-content: center;
}
.cid-vhdFwqjEHr .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFwqjEHr .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFwqjEHr .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFwqjEHr .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFwqjEHr .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFwqjEHr .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFwqjEHr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFwqjEHr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFwqjEHr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFwqjEHr .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFwqjEHr .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFwqjEHr .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFwqjEHr .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFwqjEHr .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFwqjEHr .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFwqjEHr .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFwqjEHr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFwqjEHr .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFwqjEHr .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFwqjEHr .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFwqjEHr .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFwqjEHr .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFwqjEHr .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFwqjEHr .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFwqjEHr .mbr-text,
.cid-vhdFwqjEHr .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFwqjEHr .mbr-section-btn,
.cid-vhdFwqjEHr .mbr-section-title {
  text-align: center;
}
.cid-vhdFwqjEHr .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFwqjEHr .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFwqjEHr .mbr-copy,
.cid-vhdFwqjEHr .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFxrDuB3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFxrDuB3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFxrDuB3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFxrDuB3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFxrDuB3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFxrDuB3 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFxrDuB3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFxrDuB3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFxrDuB3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFxrDuB3 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFxrDuB3 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFxrDuB3 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFxrDuB3 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFxrDuB3 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFxrDuB3 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFxrDuB3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFxrDuB3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFxrDuB3 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFxrDuB3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFxrDuB3 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFxrDuB3 .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFxrDuB3 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFxrDuB3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFxrDuB3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFxrDuB3 .container,
.cid-vhdFxrDuB3 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .container,
  .cid-vhdFxrDuB3 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFxrDuB3 .container,
  .cid-vhdFxrDuB3 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFxrDuB3 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFxrDuB3 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFxrDuB3 .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFxrDuB3 .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFxrDuB3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFxrDuB3 .nav-item:focus,
.cid-vhdFxrDuB3 .nav-link:focus {
  outline: none;
}
.cid-vhdFxrDuB3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFxrDuB3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFxrDuB3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFxrDuB3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFxrDuB3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFxrDuB3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFxrDuB3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFxrDuB3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFxrDuB3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFxrDuB3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFxrDuB3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFxrDuB3 .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFxrDuB3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFxrDuB3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFxrDuB3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFxrDuB3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFxrDuB3 .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-vhdFxrDuB3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFxrDuB3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFxrDuB3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFxrDuB3 .navbar {
    min-height: 72px;
  }
  .cid-vhdFxrDuB3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFxrDuB3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFxrDuB3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFxrDuB3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFxrDuB3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFxrDuB3 .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-vhdFxrDuB3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFxrDuB3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFxrDuB3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFxrDuB3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFxrDuB3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFxrDuB3 .dropdown-item.active,
.cid-vhdFxrDuB3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFxrDuB3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFxrDuB3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFxrDuB3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFxrDuB3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFxrDuB3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFxrDuB3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFxrDuB3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFxrDuB3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFxrDuB3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFxrDuB3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFxrDuB3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFxrDuB3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFxrDuB3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFxrDuB3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFxrDuB3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFxrDuB3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFxrDuB3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFxrDuB3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFxrDuB3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFxrDuB3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFxrDuB3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFxrDuB3 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFxrDuB3 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFxrDuB3 .navbar {
    height: 70px;
  }
  .cid-vhdFxrDuB3 .navbar.opened {
    height: auto;
  }
  .cid-vhdFxrDuB3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFxrDuB3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFxrDuB3 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFxrDuB3 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFxrDuB3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFxrDuB3 .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFxrDuB3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFxrDuB3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFxrDuB3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFxrDuB3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFxrDuB3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFxrDuB3 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFxrDuB3 .content-wrap {
    display: block;
  }
}
.cid-vhdFxrDuB3 .nav-link,
.cid-vhdFxrDuB3 .dropdown-item {
  color: #00161F;
}
.cid-vhdFxsPPRx {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFxsPPRx .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFxsPPRx .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFxsPPRx .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFxsPPRx .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFxsPPRx .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFxsPPRx .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFxsPPRx .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFxsPPRx .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFxsPPRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFxsPPRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFxsPPRx .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFxsPPRx .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFxsPPRx .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFxsPPRx .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFxsPPRx .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFxsPPRx .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFxsPPRx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFxsPPRx .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFxsPPRx .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFxsPPRx .mbr-section-title {
  color: #323432;
}
.cid-vhdFxsPPRx .mbr-text,
.cid-vhdFxsPPRx .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFxsPPRx .mbr-section-title,
.cid-vhdFxsPPRx .mbr-section-btn,
.cid-vhdFxsPPRx .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFxu0bEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFxu0bEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFxu0bEC .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFxu0bEC .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFxuBcKD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFxuBcKD .item:focus,
.cid-vhdFxuBcKD span:focus {
  outline: none;
}
.cid-vhdFxuBcKD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFxuBcKD .content-head {
  max-width: 800px;
}
.cid-vhdFxuBcKD .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFxuBcKD .item {
    min-height: 32.5px;
  }
}
#custom-html-1b {
  /* Type valid CSS here */
}
#custom-html-1b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1b p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFxwaAGz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFxwaAGz .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFxwaAGz .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFxwaAGz .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFxwaAGz .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFxwaAGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFxwaAGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFxwaAGz .row {
  justify-content: center;
}
.cid-vhdFxwaAGz .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFxwaAGz .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFxwaAGz .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFxwaAGz .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFxwaAGz .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFxwaAGz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFxwaAGz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFxwaAGz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFxwaAGz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFxwaAGz .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFxwaAGz .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFxwaAGz .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFxwaAGz .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFxwaAGz .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFxwaAGz .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFxwaAGz .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFxwaAGz .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFxwaAGz .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFxwaAGz .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFxwaAGz .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFxwaAGz .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFxwaAGz .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFxwaAGz .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFxwaAGz .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFxwaAGz .mbr-text,
.cid-vhdFxwaAGz .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFxwaAGz .mbr-section-btn,
.cid-vhdFxwaAGz .mbr-section-title {
  text-align: center;
}
.cid-vhdFxwaAGz .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFxwaAGz .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFxwaAGz .mbr-copy,
.cid-vhdFxwaAGz .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFytEnQa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFytEnQa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFytEnQa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFytEnQa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFytEnQa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFytEnQa .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFytEnQa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFytEnQa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFytEnQa .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFytEnQa .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFytEnQa .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFytEnQa .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFytEnQa .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFytEnQa .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFytEnQa .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFytEnQa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFytEnQa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFytEnQa .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFytEnQa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFytEnQa .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFytEnQa .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFytEnQa .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFytEnQa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFytEnQa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFytEnQa .container,
.cid-vhdFytEnQa .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .container,
  .cid-vhdFytEnQa .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFytEnQa .container,
  .cid-vhdFytEnQa .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFytEnQa .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFytEnQa .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFytEnQa .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFytEnQa .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFytEnQa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFytEnQa .nav-item:focus,
.cid-vhdFytEnQa .nav-link:focus {
  outline: none;
}
.cid-vhdFytEnQa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFytEnQa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFytEnQa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFytEnQa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFytEnQa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFytEnQa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFytEnQa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFytEnQa .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFytEnQa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFytEnQa .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFytEnQa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFytEnQa .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFytEnQa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFytEnQa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFytEnQa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFytEnQa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFytEnQa .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-vhdFytEnQa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFytEnQa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFytEnQa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFytEnQa .navbar {
    min-height: 72px;
  }
  .cid-vhdFytEnQa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFytEnQa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFytEnQa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFytEnQa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFytEnQa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFytEnQa .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-vhdFytEnQa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFytEnQa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFytEnQa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFytEnQa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFytEnQa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFytEnQa .dropdown-item.active,
.cid-vhdFytEnQa .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFytEnQa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFytEnQa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFytEnQa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFytEnQa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFytEnQa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFytEnQa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFytEnQa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFytEnQa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFytEnQa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFytEnQa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFytEnQa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFytEnQa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFytEnQa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFytEnQa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFytEnQa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFytEnQa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFytEnQa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFytEnQa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFytEnQa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFytEnQa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFytEnQa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFytEnQa .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFytEnQa .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFytEnQa .navbar {
    height: 70px;
  }
  .cid-vhdFytEnQa .navbar.opened {
    height: auto;
  }
  .cid-vhdFytEnQa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFytEnQa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFytEnQa .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFytEnQa .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFytEnQa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFytEnQa .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFytEnQa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFytEnQa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFytEnQa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFytEnQa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFytEnQa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFytEnQa .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFytEnQa .content-wrap {
    display: block;
  }
}
.cid-vhdFytEnQa .nav-link,
.cid-vhdFytEnQa .dropdown-item {
  color: #00161F;
}
.cid-vhdFyuL18w {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFyuL18w .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFyuL18w .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFyuL18w .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFyuL18w .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFyuL18w .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFyuL18w .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFyuL18w .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFyuL18w .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFyuL18w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFyuL18w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFyuL18w .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFyuL18w .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFyuL18w .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFyuL18w .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFyuL18w .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFyuL18w .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFyuL18w .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFyuL18w .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFyuL18w .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFyuL18w .mbr-section-title {
  color: #323432;
}
.cid-vhdFyuL18w .mbr-text,
.cid-vhdFyuL18w .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFyuL18w .mbr-section-title,
.cid-vhdFyuL18w .mbr-section-btn,
.cid-vhdFyuL18w .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFyvRp4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFyvRp4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFyvRp4C .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFyvRp4C .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFywj8U9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFywj8U9 .item:focus,
.cid-vhdFywj8U9 span:focus {
  outline: none;
}
.cid-vhdFywj8U9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFywj8U9 .content-head {
  max-width: 800px;
}
.cid-vhdFywj8U9 .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFywj8U9 .item {
    min-height: 32.5px;
  }
}
#custom-html-1h {
  /* Type valid CSS here */
}
#custom-html-1h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1h p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFyxgNJV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFyxgNJV .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFyxgNJV .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFyxgNJV .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFyxgNJV .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFyxgNJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFyxgNJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFyxgNJV .row {
  justify-content: center;
}
.cid-vhdFyxgNJV .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFyxgNJV .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFyxgNJV .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFyxgNJV .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFyxgNJV .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFyxgNJV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFyxgNJV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFyxgNJV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFyxgNJV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFyxgNJV .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFyxgNJV .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFyxgNJV .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFyxgNJV .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFyxgNJV .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFyxgNJV .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFyxgNJV .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFyxgNJV .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFyxgNJV .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFyxgNJV .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFyxgNJV .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFyxgNJV .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFyxgNJV .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFyxgNJV .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFyxgNJV .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFyxgNJV .mbr-text,
.cid-vhdFyxgNJV .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFyxgNJV .mbr-section-btn,
.cid-vhdFyxgNJV .mbr-section-title {
  text-align: center;
}
.cid-vhdFyxgNJV .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFyxgNJV .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFyxgNJV .mbr-copy,
.cid-vhdFyxgNJV .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFzDxDCb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFzDxDCb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFzDxDCb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFzDxDCb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFzDxDCb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFzDxDCb .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFzDxDCb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFzDxDCb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFzDxDCb .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFzDxDCb .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFzDxDCb .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFzDxDCb .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFzDxDCb .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFzDxDCb .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFzDxDCb .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFzDxDCb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFzDxDCb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFzDxDCb .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFzDxDCb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFzDxDCb .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFzDxDCb .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFzDxDCb .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFzDxDCb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFzDxDCb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFzDxDCb .container,
.cid-vhdFzDxDCb .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .container,
  .cid-vhdFzDxDCb .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFzDxDCb .container,
  .cid-vhdFzDxDCb .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFzDxDCb .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFzDxDCb .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFzDxDCb .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFzDxDCb .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFzDxDCb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFzDxDCb .nav-item:focus,
.cid-vhdFzDxDCb .nav-link:focus {
  outline: none;
}
.cid-vhdFzDxDCb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFzDxDCb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFzDxDCb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFzDxDCb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFzDxDCb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFzDxDCb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFzDxDCb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFzDxDCb .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFzDxDCb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFzDxDCb .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFzDxDCb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFzDxDCb .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFzDxDCb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFzDxDCb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFzDxDCb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFzDxDCb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFzDxDCb .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-vhdFzDxDCb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFzDxDCb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFzDxDCb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFzDxDCb .navbar {
    min-height: 72px;
  }
  .cid-vhdFzDxDCb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFzDxDCb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFzDxDCb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFzDxDCb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFzDxDCb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFzDxDCb .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-vhdFzDxDCb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFzDxDCb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFzDxDCb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFzDxDCb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFzDxDCb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFzDxDCb .dropdown-item.active,
.cid-vhdFzDxDCb .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFzDxDCb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFzDxDCb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFzDxDCb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFzDxDCb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFzDxDCb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFzDxDCb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFzDxDCb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFzDxDCb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFzDxDCb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFzDxDCb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFzDxDCb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFzDxDCb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFzDxDCb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFzDxDCb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFzDxDCb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFzDxDCb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFzDxDCb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFzDxDCb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFzDxDCb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFzDxDCb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFzDxDCb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFzDxDCb .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFzDxDCb .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFzDxDCb .navbar {
    height: 70px;
  }
  .cid-vhdFzDxDCb .navbar.opened {
    height: auto;
  }
  .cid-vhdFzDxDCb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFzDxDCb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFzDxDCb .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFzDxDCb .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFzDxDCb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFzDxDCb .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFzDxDCb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFzDxDCb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFzDxDCb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFzDxDCb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFzDxDCb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFzDxDCb .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFzDxDCb .content-wrap {
    display: block;
  }
}
.cid-vhdFzDxDCb .nav-link,
.cid-vhdFzDxDCb .dropdown-item {
  color: #00161F;
}
.cid-vhdFzEvqsd {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFzEvqsd .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFzEvqsd .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFzEvqsd .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFzEvqsd .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFzEvqsd .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFzEvqsd .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFzEvqsd .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFzEvqsd .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFzEvqsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFzEvqsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFzEvqsd .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFzEvqsd .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFzEvqsd .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFzEvqsd .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFzEvqsd .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFzEvqsd .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFzEvqsd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFzEvqsd .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFzEvqsd .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFzEvqsd .mbr-section-title {
  color: #323432;
}
.cid-vhdFzEvqsd .mbr-text,
.cid-vhdFzEvqsd .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFzEvqsd .mbr-section-title,
.cid-vhdFzEvqsd .mbr-section-btn,
.cid-vhdFzEvqsd .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFzFIz6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFzFIz6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFzFIz6v .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFzFIz6v .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFzG7qNM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFzG7qNM .item:focus,
.cid-vhdFzG7qNM span:focus {
  outline: none;
}
.cid-vhdFzG7qNM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFzG7qNM .content-head {
  max-width: 800px;
}
.cid-vhdFzG7qNM .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFzG7qNM .item {
    min-height: 32.5px;
  }
}
#custom-html-1n {
  /* Type valid CSS here */
}
#custom-html-1n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1n p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFzH0Ztv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFzH0Ztv .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFzH0Ztv .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFzH0Ztv .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFzH0Ztv .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFzH0Ztv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFzH0Ztv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFzH0Ztv .row {
  justify-content: center;
}
.cid-vhdFzH0Ztv .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFzH0Ztv .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFzH0Ztv .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFzH0Ztv .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFzH0Ztv .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFzH0Ztv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFzH0Ztv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFzH0Ztv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFzH0Ztv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFzH0Ztv .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFzH0Ztv .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFzH0Ztv .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFzH0Ztv .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFzH0Ztv .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFzH0Ztv .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFzH0Ztv .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFzH0Ztv .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFzH0Ztv .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFzH0Ztv .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFzH0Ztv .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFzH0Ztv .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFzH0Ztv .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFzH0Ztv .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFzH0Ztv .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFzH0Ztv .mbr-text,
.cid-vhdFzH0Ztv .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFzH0Ztv .mbr-section-btn,
.cid-vhdFzH0Ztv .mbr-section-title {
  text-align: center;
}
.cid-vhdFzH0Ztv .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFzH0Ztv .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFzH0Ztv .mbr-copy,
.cid-vhdFzH0Ztv .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFAFIYji {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFAFIYji .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFAFIYji .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFAFIYji .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFAFIYji .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFAFIYji .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFAFIYji .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFAFIYji .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFAFIYji .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFAFIYji .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFAFIYji .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFAFIYji .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFAFIYji .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFAFIYji .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFAFIYji .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFAFIYji .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFAFIYji .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFAFIYji .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFAFIYji .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFAFIYji .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFAFIYji .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFAFIYji .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFAFIYji .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFAFIYji .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFAFIYji .container,
.cid-vhdFAFIYji .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .container,
  .cid-vhdFAFIYji .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFAFIYji .container,
  .cid-vhdFAFIYji .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFAFIYji .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFAFIYji .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFAFIYji .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFAFIYji .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFAFIYji .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFAFIYji .nav-item:focus,
.cid-vhdFAFIYji .nav-link:focus {
  outline: none;
}
.cid-vhdFAFIYji .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFAFIYji .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFAFIYji .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFAFIYji .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFAFIYji .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFAFIYji .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFAFIYji .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFAFIYji .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFAFIYji .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFAFIYji .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFAFIYji .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFAFIYji .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFAFIYji .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFAFIYji .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFAFIYji .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFAFIYji .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFAFIYji .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-vhdFAFIYji .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFAFIYji .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFAFIYji .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFAFIYji .navbar {
    min-height: 72px;
  }
  .cid-vhdFAFIYji .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFAFIYji .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFAFIYji .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFAFIYji .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFAFIYji .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFAFIYji .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-vhdFAFIYji .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFAFIYji .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFAFIYji .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFAFIYji .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFAFIYji .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFAFIYji .dropdown-item.active,
.cid-vhdFAFIYji .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFAFIYji .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFAFIYji .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFAFIYji .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFAFIYji .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFAFIYji .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFAFIYji .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFAFIYji ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFAFIYji .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFAFIYji button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFAFIYji button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFAFIYji button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFAFIYji button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFAFIYji button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFAFIYji button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFAFIYji nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFAFIYji nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFAFIYji nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFAFIYji nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFAFIYji .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFAFIYji a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFAFIYji .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFAFIYji .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFAFIYji .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFAFIYji .navbar {
    height: 70px;
  }
  .cid-vhdFAFIYji .navbar.opened {
    height: auto;
  }
  .cid-vhdFAFIYji .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFAFIYji .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFAFIYji .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFAFIYji .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFAFIYji .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFAFIYji .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFAFIYji .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFAFIYji .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFAFIYji .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFAFIYji .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFAFIYji .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFAFIYji .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFAFIYji .content-wrap {
    display: block;
  }
}
.cid-vhdFAFIYji .nav-link,
.cid-vhdFAFIYji .dropdown-item {
  color: #00161F;
}
.cid-vhdFAGVqxa {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFAGVqxa .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFAGVqxa .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFAGVqxa .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFAGVqxa .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFAGVqxa .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFAGVqxa .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFAGVqxa .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFAGVqxa .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFAGVqxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFAGVqxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFAGVqxa .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFAGVqxa .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFAGVqxa .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFAGVqxa .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFAGVqxa .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFAGVqxa .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFAGVqxa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFAGVqxa .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFAGVqxa .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFAGVqxa .mbr-section-title {
  color: #323432;
}
.cid-vhdFAGVqxa .mbr-text,
.cid-vhdFAGVqxa .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFAGVqxa .mbr-section-title,
.cid-vhdFAGVqxa .mbr-section-btn,
.cid-vhdFAGVqxa .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFAHPil2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFAHPil2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFAHPil2 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFAHPil2 .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFAIlHTR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFAIlHTR .item:focus,
.cid-vhdFAIlHTR span:focus {
  outline: none;
}
.cid-vhdFAIlHTR .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFAIlHTR .content-head {
  max-width: 800px;
}
.cid-vhdFAIlHTR .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFAIlHTR .item {
    min-height: 32.5px;
  }
}
#custom-html-1t {
  /* Type valid CSS here */
}
#custom-html-1t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1t p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFAJqbEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFAJqbEP .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFAJqbEP .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFAJqbEP .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFAJqbEP .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFAJqbEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFAJqbEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFAJqbEP .row {
  justify-content: center;
}
.cid-vhdFAJqbEP .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFAJqbEP .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFAJqbEP .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFAJqbEP .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFAJqbEP .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFAJqbEP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFAJqbEP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFAJqbEP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFAJqbEP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFAJqbEP .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFAJqbEP .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFAJqbEP .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFAJqbEP .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFAJqbEP .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFAJqbEP .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFAJqbEP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFAJqbEP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFAJqbEP .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFAJqbEP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFAJqbEP .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFAJqbEP .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFAJqbEP .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFAJqbEP .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFAJqbEP .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFAJqbEP .mbr-text,
.cid-vhdFAJqbEP .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFAJqbEP .mbr-section-btn,
.cid-vhdFAJqbEP .mbr-section-title {
  text-align: center;
}
.cid-vhdFAJqbEP .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFAJqbEP .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFAJqbEP .mbr-copy,
.cid-vhdFAJqbEP .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFBHlAnX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFBHlAnX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFBHlAnX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFBHlAnX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFBHlAnX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFBHlAnX .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFBHlAnX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFBHlAnX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFBHlAnX .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFBHlAnX .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFBHlAnX .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFBHlAnX .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFBHlAnX .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFBHlAnX .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFBHlAnX .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFBHlAnX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFBHlAnX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFBHlAnX .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFBHlAnX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFBHlAnX .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFBHlAnX .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFBHlAnX .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFBHlAnX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFBHlAnX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFBHlAnX .container,
.cid-vhdFBHlAnX .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .container,
  .cid-vhdFBHlAnX .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFBHlAnX .container,
  .cid-vhdFBHlAnX .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFBHlAnX .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFBHlAnX .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFBHlAnX .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFBHlAnX .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFBHlAnX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFBHlAnX .nav-item:focus,
.cid-vhdFBHlAnX .nav-link:focus {
  outline: none;
}
.cid-vhdFBHlAnX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFBHlAnX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFBHlAnX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFBHlAnX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFBHlAnX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFBHlAnX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFBHlAnX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFBHlAnX .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFBHlAnX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFBHlAnX .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFBHlAnX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFBHlAnX .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFBHlAnX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFBHlAnX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFBHlAnX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFBHlAnX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFBHlAnX .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-vhdFBHlAnX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFBHlAnX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFBHlAnX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFBHlAnX .navbar {
    min-height: 72px;
  }
  .cid-vhdFBHlAnX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFBHlAnX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFBHlAnX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFBHlAnX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFBHlAnX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFBHlAnX .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-vhdFBHlAnX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFBHlAnX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFBHlAnX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFBHlAnX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFBHlAnX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFBHlAnX .dropdown-item.active,
.cid-vhdFBHlAnX .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFBHlAnX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFBHlAnX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFBHlAnX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFBHlAnX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFBHlAnX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFBHlAnX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFBHlAnX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFBHlAnX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFBHlAnX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFBHlAnX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFBHlAnX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFBHlAnX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFBHlAnX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFBHlAnX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFBHlAnX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFBHlAnX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFBHlAnX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFBHlAnX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFBHlAnX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFBHlAnX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFBHlAnX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFBHlAnX .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFBHlAnX .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFBHlAnX .navbar {
    height: 70px;
  }
  .cid-vhdFBHlAnX .navbar.opened {
    height: auto;
  }
  .cid-vhdFBHlAnX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFBHlAnX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFBHlAnX .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFBHlAnX .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFBHlAnX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFBHlAnX .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFBHlAnX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFBHlAnX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFBHlAnX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFBHlAnX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFBHlAnX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFBHlAnX .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFBHlAnX .content-wrap {
    display: block;
  }
}
.cid-vhdFBHlAnX .nav-link,
.cid-vhdFBHlAnX .dropdown-item {
  color: #00161F;
}
.cid-vhdFBItMQW {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFBItMQW .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFBItMQW .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFBItMQW .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFBItMQW .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFBItMQW .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFBItMQW .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFBItMQW .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFBItMQW .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFBItMQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFBItMQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFBItMQW .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFBItMQW .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFBItMQW .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFBItMQW .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFBItMQW .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFBItMQW .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFBItMQW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFBItMQW .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFBItMQW .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFBItMQW .mbr-section-title {
  color: #323432;
}
.cid-vhdFBItMQW .mbr-text,
.cid-vhdFBItMQW .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFBItMQW .mbr-section-title,
.cid-vhdFBItMQW .mbr-section-btn,
.cid-vhdFBItMQW .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFBJzYob .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFBJzYob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFBJzYob .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFBJzYob .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFBKe8vf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFBKe8vf .item:focus,
.cid-vhdFBKe8vf span:focus {
  outline: none;
}
.cid-vhdFBKe8vf .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFBKe8vf .content-head {
  max-width: 800px;
}
.cid-vhdFBKe8vf .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFBKe8vf .item {
    min-height: 32.5px;
  }
}
#custom-html-1z {
  /* Type valid CSS here */
}
#custom-html-1z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1z p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFBLINmR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFBLINmR .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFBLINmR .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFBLINmR .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFBLINmR .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFBLINmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFBLINmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFBLINmR .row {
  justify-content: center;
}
.cid-vhdFBLINmR .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFBLINmR .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFBLINmR .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFBLINmR .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFBLINmR .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFBLINmR .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFBLINmR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFBLINmR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFBLINmR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFBLINmR .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFBLINmR .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFBLINmR .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFBLINmR .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFBLINmR .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFBLINmR .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFBLINmR .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFBLINmR .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFBLINmR .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFBLINmR .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFBLINmR .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFBLINmR .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFBLINmR .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFBLINmR .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFBLINmR .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFBLINmR .mbr-text,
.cid-vhdFBLINmR .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFBLINmR .mbr-section-btn,
.cid-vhdFBLINmR .mbr-section-title {
  text-align: center;
}
.cid-vhdFBLINmR .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFBLINmR .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFBLINmR .mbr-copy,
.cid-vhdFBLINmR .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFCNCCk8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFCNCCk8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFCNCCk8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFCNCCk8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFCNCCk8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFCNCCk8 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFCNCCk8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFCNCCk8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFCNCCk8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFCNCCk8 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFCNCCk8 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFCNCCk8 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFCNCCk8 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFCNCCk8 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFCNCCk8 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFCNCCk8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFCNCCk8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFCNCCk8 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFCNCCk8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFCNCCk8 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFCNCCk8 .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFCNCCk8 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFCNCCk8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFCNCCk8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFCNCCk8 .container,
.cid-vhdFCNCCk8 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .container,
  .cid-vhdFCNCCk8 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFCNCCk8 .container,
  .cid-vhdFCNCCk8 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFCNCCk8 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFCNCCk8 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFCNCCk8 .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFCNCCk8 .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFCNCCk8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFCNCCk8 .nav-item:focus,
.cid-vhdFCNCCk8 .nav-link:focus {
  outline: none;
}
.cid-vhdFCNCCk8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFCNCCk8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFCNCCk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFCNCCk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFCNCCk8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFCNCCk8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFCNCCk8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFCNCCk8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFCNCCk8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFCNCCk8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFCNCCk8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFCNCCk8 .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFCNCCk8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFCNCCk8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFCNCCk8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFCNCCk8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFCNCCk8 .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-vhdFCNCCk8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFCNCCk8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFCNCCk8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFCNCCk8 .navbar {
    min-height: 72px;
  }
  .cid-vhdFCNCCk8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFCNCCk8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFCNCCk8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFCNCCk8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFCNCCk8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFCNCCk8 .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-vhdFCNCCk8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFCNCCk8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFCNCCk8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFCNCCk8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFCNCCk8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFCNCCk8 .dropdown-item.active,
.cid-vhdFCNCCk8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFCNCCk8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFCNCCk8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFCNCCk8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFCNCCk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFCNCCk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFCNCCk8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFCNCCk8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFCNCCk8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFCNCCk8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFCNCCk8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFCNCCk8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFCNCCk8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFCNCCk8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFCNCCk8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFCNCCk8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFCNCCk8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFCNCCk8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFCNCCk8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFCNCCk8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFCNCCk8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFCNCCk8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFCNCCk8 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFCNCCk8 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFCNCCk8 .navbar {
    height: 70px;
  }
  .cid-vhdFCNCCk8 .navbar.opened {
    height: auto;
  }
  .cid-vhdFCNCCk8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFCNCCk8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFCNCCk8 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFCNCCk8 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFCNCCk8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFCNCCk8 .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFCNCCk8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFCNCCk8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFCNCCk8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFCNCCk8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFCNCCk8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFCNCCk8 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFCNCCk8 .content-wrap {
    display: block;
  }
}
.cid-vhdFCNCCk8 .nav-link,
.cid-vhdFCNCCk8 .dropdown-item {
  color: #00161F;
}
.cid-vhdFCOPkRb {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFCOPkRb .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFCOPkRb .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFCOPkRb .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFCOPkRb .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFCOPkRb .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFCOPkRb .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFCOPkRb .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFCOPkRb .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFCOPkRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFCOPkRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFCOPkRb .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFCOPkRb .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFCOPkRb .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFCOPkRb .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFCOPkRb .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFCOPkRb .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFCOPkRb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFCOPkRb .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFCOPkRb .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFCOPkRb .mbr-section-title {
  color: #323432;
}
.cid-vhdFCOPkRb .mbr-text,
.cid-vhdFCOPkRb .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFCOPkRb .mbr-section-title,
.cid-vhdFCOPkRb .mbr-section-btn,
.cid-vhdFCOPkRb .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFCPOB7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFCPOB7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFCPOB7q .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFCPOB7q .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFCQrpy3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFCQrpy3 .item:focus,
.cid-vhdFCQrpy3 span:focus {
  outline: none;
}
.cid-vhdFCQrpy3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFCQrpy3 .content-head {
  max-width: 800px;
}
.cid-vhdFCQrpy3 .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFCQrpy3 .item {
    min-height: 32.5px;
  }
}
#custom-html-25 {
  /* Type valid CSS here */
}
#custom-html-25 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-25 p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFCRFVpT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFCRFVpT .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFCRFVpT .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFCRFVpT .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFCRFVpT .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFCRFVpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFCRFVpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFCRFVpT .row {
  justify-content: center;
}
.cid-vhdFCRFVpT .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFCRFVpT .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFCRFVpT .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFCRFVpT .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFCRFVpT .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFCRFVpT .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFCRFVpT .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFCRFVpT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFCRFVpT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFCRFVpT .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFCRFVpT .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFCRFVpT .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFCRFVpT .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFCRFVpT .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFCRFVpT .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFCRFVpT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFCRFVpT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFCRFVpT .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFCRFVpT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFCRFVpT .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFCRFVpT .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFCRFVpT .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFCRFVpT .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFCRFVpT .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFCRFVpT .mbr-text,
.cid-vhdFCRFVpT .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFCRFVpT .mbr-section-btn,
.cid-vhdFCRFVpT .mbr-section-title {
  text-align: center;
}
.cid-vhdFCRFVpT .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFCRFVpT .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFCRFVpT .mbr-copy,
.cid-vhdFCRFVpT .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFE5ujIs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFE5ujIs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFE5ujIs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFE5ujIs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFE5ujIs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFE5ujIs .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFE5ujIs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFE5ujIs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFE5ujIs .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFE5ujIs .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFE5ujIs .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFE5ujIs .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFE5ujIs .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFE5ujIs .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFE5ujIs .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFE5ujIs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFE5ujIs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFE5ujIs .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFE5ujIs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFE5ujIs .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFE5ujIs .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFE5ujIs .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFE5ujIs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFE5ujIs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFE5ujIs .container,
.cid-vhdFE5ujIs .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .container,
  .cid-vhdFE5ujIs .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFE5ujIs .container,
  .cid-vhdFE5ujIs .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFE5ujIs .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFE5ujIs .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFE5ujIs .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFE5ujIs .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFE5ujIs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFE5ujIs .nav-item:focus,
.cid-vhdFE5ujIs .nav-link:focus {
  outline: none;
}
.cid-vhdFE5ujIs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFE5ujIs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFE5ujIs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFE5ujIs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFE5ujIs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFE5ujIs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFE5ujIs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFE5ujIs .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFE5ujIs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFE5ujIs .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFE5ujIs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFE5ujIs .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFE5ujIs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFE5ujIs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFE5ujIs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFE5ujIs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFE5ujIs .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-vhdFE5ujIs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFE5ujIs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFE5ujIs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFE5ujIs .navbar {
    min-height: 72px;
  }
  .cid-vhdFE5ujIs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFE5ujIs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFE5ujIs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFE5ujIs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFE5ujIs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFE5ujIs .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-vhdFE5ujIs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFE5ujIs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFE5ujIs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFE5ujIs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFE5ujIs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFE5ujIs .dropdown-item.active,
.cid-vhdFE5ujIs .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFE5ujIs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFE5ujIs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFE5ujIs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFE5ujIs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFE5ujIs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFE5ujIs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFE5ujIs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFE5ujIs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFE5ujIs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFE5ujIs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFE5ujIs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFE5ujIs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFE5ujIs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFE5ujIs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFE5ujIs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFE5ujIs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFE5ujIs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFE5ujIs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFE5ujIs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFE5ujIs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFE5ujIs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFE5ujIs .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFE5ujIs .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFE5ujIs .navbar {
    height: 70px;
  }
  .cid-vhdFE5ujIs .navbar.opened {
    height: auto;
  }
  .cid-vhdFE5ujIs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFE5ujIs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFE5ujIs .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFE5ujIs .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFE5ujIs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFE5ujIs .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFE5ujIs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFE5ujIs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFE5ujIs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFE5ujIs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFE5ujIs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFE5ujIs .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFE5ujIs .content-wrap {
    display: block;
  }
}
.cid-vhdFE5ujIs .nav-link,
.cid-vhdFE5ujIs .dropdown-item {
  color: #00161F;
}
.cid-vhdFE6DfIT {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFE6DfIT .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFE6DfIT .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFE6DfIT .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFE6DfIT .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFE6DfIT .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFE6DfIT .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFE6DfIT .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFE6DfIT .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFE6DfIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFE6DfIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFE6DfIT .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFE6DfIT .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFE6DfIT .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFE6DfIT .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFE6DfIT .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFE6DfIT .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFE6DfIT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFE6DfIT .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFE6DfIT .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFE6DfIT .mbr-section-title {
  color: #323432;
}
.cid-vhdFE6DfIT .mbr-text,
.cid-vhdFE6DfIT .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFE6DfIT .mbr-section-title,
.cid-vhdFE6DfIT .mbr-section-btn,
.cid-vhdFE6DfIT .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFE7Aeue .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFE7Aeue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFE7Aeue .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFE7Aeue .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFE8asHp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFE8asHp .item:focus,
.cid-vhdFE8asHp span:focus {
  outline: none;
}
.cid-vhdFE8asHp .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFE8asHp .content-head {
  max-width: 800px;
}
.cid-vhdFE8asHp .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFE8asHp .item {
    min-height: 32.5px;
  }
}
#custom-html-2b {
  /* Type valid CSS here */
}
#custom-html-2b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2b p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFE9elJy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFE9elJy .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFE9elJy .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFE9elJy .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFE9elJy .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFE9elJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFE9elJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFE9elJy .row {
  justify-content: center;
}
.cid-vhdFE9elJy .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFE9elJy .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFE9elJy .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFE9elJy .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFE9elJy .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFE9elJy .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFE9elJy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFE9elJy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFE9elJy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFE9elJy .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFE9elJy .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFE9elJy .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFE9elJy .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFE9elJy .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFE9elJy .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFE9elJy .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFE9elJy .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFE9elJy .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFE9elJy .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFE9elJy .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFE9elJy .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFE9elJy .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFE9elJy .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFE9elJy .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFE9elJy .mbr-text,
.cid-vhdFE9elJy .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFE9elJy .mbr-section-btn,
.cid-vhdFE9elJy .mbr-section-title {
  text-align: center;
}
.cid-vhdFE9elJy .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFE9elJy .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFE9elJy .mbr-copy,
.cid-vhdFE9elJy .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFFiJDDj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFFiJDDj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFFiJDDj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFFiJDDj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFFiJDDj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFFiJDDj .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFFiJDDj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFFiJDDj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFFiJDDj .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFFiJDDj .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFFiJDDj .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFFiJDDj .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFFiJDDj .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFFiJDDj .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFFiJDDj .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFFiJDDj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFFiJDDj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFFiJDDj .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFFiJDDj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFFiJDDj .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFFiJDDj .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFFiJDDj .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFFiJDDj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFFiJDDj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFFiJDDj .container,
.cid-vhdFFiJDDj .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .container,
  .cid-vhdFFiJDDj .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFFiJDDj .container,
  .cid-vhdFFiJDDj .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFFiJDDj .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFFiJDDj .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFFiJDDj .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFFiJDDj .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFFiJDDj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFFiJDDj .nav-item:focus,
.cid-vhdFFiJDDj .nav-link:focus {
  outline: none;
}
.cid-vhdFFiJDDj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFFiJDDj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFFiJDDj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFFiJDDj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFFiJDDj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFFiJDDj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFFiJDDj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFFiJDDj .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFFiJDDj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFFiJDDj .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFFiJDDj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFFiJDDj .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFFiJDDj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFFiJDDj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFFiJDDj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFFiJDDj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFFiJDDj .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-vhdFFiJDDj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFFiJDDj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFFiJDDj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFFiJDDj .navbar {
    min-height: 72px;
  }
  .cid-vhdFFiJDDj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFFiJDDj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFFiJDDj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFFiJDDj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFFiJDDj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFFiJDDj .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-vhdFFiJDDj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFFiJDDj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFFiJDDj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFFiJDDj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFFiJDDj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFFiJDDj .dropdown-item.active,
.cid-vhdFFiJDDj .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFFiJDDj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFFiJDDj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFFiJDDj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFFiJDDj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFFiJDDj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFFiJDDj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFFiJDDj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFFiJDDj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFFiJDDj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFFiJDDj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFFiJDDj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFFiJDDj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFFiJDDj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFFiJDDj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFFiJDDj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFFiJDDj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFFiJDDj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFFiJDDj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFFiJDDj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFFiJDDj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFFiJDDj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFFiJDDj .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFFiJDDj .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFFiJDDj .navbar {
    height: 70px;
  }
  .cid-vhdFFiJDDj .navbar.opened {
    height: auto;
  }
  .cid-vhdFFiJDDj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFFiJDDj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFFiJDDj .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFFiJDDj .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFFiJDDj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFFiJDDj .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFFiJDDj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFFiJDDj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFFiJDDj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFFiJDDj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFFiJDDj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFFiJDDj .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFFiJDDj .content-wrap {
    display: block;
  }
}
.cid-vhdFFiJDDj .nav-link,
.cid-vhdFFiJDDj .dropdown-item {
  color: #00161F;
}
.cid-vhdFFkceex {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFFkceex .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFFkceex .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFFkceex .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFFkceex .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFFkceex .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFFkceex .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFFkceex .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFFkceex .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFFkceex .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFFkceex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFFkceex .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFFkceex .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFFkceex .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFFkceex .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFFkceex .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFFkceex .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFFkceex .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFFkceex .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFFkceex .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFFkceex .mbr-section-title {
  color: #323432;
}
.cid-vhdFFkceex .mbr-text,
.cid-vhdFFkceex .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFFkceex .mbr-section-title,
.cid-vhdFFkceex .mbr-section-btn,
.cid-vhdFFkceex .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFFl7vAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFFl7vAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFFl7vAC .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFFl7vAC .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFFlMClK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFFlMClK .item:focus,
.cid-vhdFFlMClK span:focus {
  outline: none;
}
.cid-vhdFFlMClK .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFFlMClK .content-head {
  max-width: 800px;
}
.cid-vhdFFlMClK .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFFlMClK .item {
    min-height: 32.5px;
  }
}
#custom-html-2h {
  /* Type valid CSS here */
}
#custom-html-2h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2h p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFFmCYdl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFFmCYdl .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFFmCYdl .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFFmCYdl .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFFmCYdl .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFFmCYdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFFmCYdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFFmCYdl .row {
  justify-content: center;
}
.cid-vhdFFmCYdl .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFFmCYdl .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFFmCYdl .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFFmCYdl .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFFmCYdl .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFFmCYdl .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFFmCYdl .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFFmCYdl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFFmCYdl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFFmCYdl .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFFmCYdl .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFFmCYdl .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFFmCYdl .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFFmCYdl .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFFmCYdl .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFFmCYdl .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFFmCYdl .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFFmCYdl .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFFmCYdl .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFFmCYdl .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFFmCYdl .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFFmCYdl .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFFmCYdl .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFFmCYdl .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFFmCYdl .mbr-text,
.cid-vhdFFmCYdl .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFFmCYdl .mbr-section-btn,
.cid-vhdFFmCYdl .mbr-section-title {
  text-align: center;
}
.cid-vhdFFmCYdl .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFFmCYdl .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFFmCYdl .mbr-copy,
.cid-vhdFFmCYdl .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFGC8KuK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFGC8KuK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFGC8KuK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFGC8KuK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFGC8KuK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFGC8KuK .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFGC8KuK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFGC8KuK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFGC8KuK .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFGC8KuK .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFGC8KuK .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFGC8KuK .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFGC8KuK .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFGC8KuK .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFGC8KuK .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFGC8KuK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFGC8KuK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFGC8KuK .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFGC8KuK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFGC8KuK .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFGC8KuK .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFGC8KuK .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFGC8KuK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFGC8KuK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFGC8KuK .container,
.cid-vhdFGC8KuK .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .container,
  .cid-vhdFGC8KuK .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFGC8KuK .container,
  .cid-vhdFGC8KuK .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFGC8KuK .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFGC8KuK .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFGC8KuK .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFGC8KuK .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFGC8KuK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFGC8KuK .nav-item:focus,
.cid-vhdFGC8KuK .nav-link:focus {
  outline: none;
}
.cid-vhdFGC8KuK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFGC8KuK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFGC8KuK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFGC8KuK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFGC8KuK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFGC8KuK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFGC8KuK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFGC8KuK .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFGC8KuK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFGC8KuK .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFGC8KuK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFGC8KuK .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFGC8KuK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFGC8KuK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFGC8KuK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFGC8KuK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFGC8KuK .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-vhdFGC8KuK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFGC8KuK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFGC8KuK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFGC8KuK .navbar {
    min-height: 72px;
  }
  .cid-vhdFGC8KuK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFGC8KuK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFGC8KuK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFGC8KuK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFGC8KuK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFGC8KuK .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-vhdFGC8KuK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFGC8KuK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFGC8KuK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFGC8KuK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFGC8KuK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFGC8KuK .dropdown-item.active,
.cid-vhdFGC8KuK .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFGC8KuK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFGC8KuK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFGC8KuK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFGC8KuK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFGC8KuK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFGC8KuK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFGC8KuK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFGC8KuK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFGC8KuK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFGC8KuK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFGC8KuK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFGC8KuK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFGC8KuK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFGC8KuK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFGC8KuK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFGC8KuK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFGC8KuK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFGC8KuK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFGC8KuK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFGC8KuK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFGC8KuK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFGC8KuK .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFGC8KuK .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFGC8KuK .navbar {
    height: 70px;
  }
  .cid-vhdFGC8KuK .navbar.opened {
    height: auto;
  }
  .cid-vhdFGC8KuK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFGC8KuK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFGC8KuK .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFGC8KuK .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFGC8KuK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFGC8KuK .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFGC8KuK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFGC8KuK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFGC8KuK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFGC8KuK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFGC8KuK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFGC8KuK .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFGC8KuK .content-wrap {
    display: block;
  }
}
.cid-vhdFGC8KuK .nav-link,
.cid-vhdFGC8KuK .dropdown-item {
  color: #00161F;
}
.cid-vhdFGDuYBk {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFGDuYBk .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFGDuYBk .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFGDuYBk .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFGDuYBk .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFGDuYBk .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFGDuYBk .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFGDuYBk .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFGDuYBk .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFGDuYBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFGDuYBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFGDuYBk .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFGDuYBk .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFGDuYBk .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFGDuYBk .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFGDuYBk .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFGDuYBk .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFGDuYBk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFGDuYBk .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFGDuYBk .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFGDuYBk .mbr-section-title {
  color: #323432;
}
.cid-vhdFGDuYBk .mbr-text,
.cid-vhdFGDuYBk .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFGDuYBk .mbr-section-title,
.cid-vhdFGDuYBk .mbr-section-btn,
.cid-vhdFGDuYBk .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFGEw0m9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFGEw0m9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFGEw0m9 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFGEw0m9 .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFGEPNJj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFGEPNJj .item:focus,
.cid-vhdFGEPNJj span:focus {
  outline: none;
}
.cid-vhdFGEPNJj .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFGEPNJj .content-head {
  max-width: 800px;
}
.cid-vhdFGEPNJj .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFGEPNJj .item {
    min-height: 32.5px;
  }
}
#custom-html-2n {
  /* Type valid CSS here */
}
#custom-html-2n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2n p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFGFECNQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFGFECNQ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFGFECNQ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFGFECNQ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFGFECNQ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFGFECNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFGFECNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFGFECNQ .row {
  justify-content: center;
}
.cid-vhdFGFECNQ .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFGFECNQ .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFGFECNQ .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFGFECNQ .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFGFECNQ .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFGFECNQ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFGFECNQ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFGFECNQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFGFECNQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFGFECNQ .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFGFECNQ .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFGFECNQ .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFGFECNQ .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFGFECNQ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFGFECNQ .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFGFECNQ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFGFECNQ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFGFECNQ .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFGFECNQ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFGFECNQ .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFGFECNQ .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFGFECNQ .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFGFECNQ .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFGFECNQ .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFGFECNQ .mbr-text,
.cid-vhdFGFECNQ .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFGFECNQ .mbr-section-btn,
.cid-vhdFGFECNQ .mbr-section-title {
  text-align: center;
}
.cid-vhdFGFECNQ .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFGFECNQ .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFGFECNQ .mbr-copy,
.cid-vhdFGFECNQ .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFHJZjul {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFHJZjul .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFHJZjul .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFHJZjul .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFHJZjul .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFHJZjul .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFHJZjul .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFHJZjul .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFHJZjul .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFHJZjul .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFHJZjul .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFHJZjul .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFHJZjul .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFHJZjul .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFHJZjul .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFHJZjul .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFHJZjul .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFHJZjul .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFHJZjul .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFHJZjul .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFHJZjul .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFHJZjul .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFHJZjul .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFHJZjul .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFHJZjul .container,
.cid-vhdFHJZjul .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .container,
  .cid-vhdFHJZjul .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFHJZjul .container,
  .cid-vhdFHJZjul .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFHJZjul .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFHJZjul .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFHJZjul .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFHJZjul .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFHJZjul .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFHJZjul .nav-item:focus,
.cid-vhdFHJZjul .nav-link:focus {
  outline: none;
}
.cid-vhdFHJZjul .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFHJZjul .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFHJZjul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFHJZjul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFHJZjul .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFHJZjul .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFHJZjul .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFHJZjul .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFHJZjul .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFHJZjul .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFHJZjul .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFHJZjul .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFHJZjul .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFHJZjul .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFHJZjul .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFHJZjul .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFHJZjul .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-vhdFHJZjul .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFHJZjul .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFHJZjul .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFHJZjul .navbar {
    min-height: 72px;
  }
  .cid-vhdFHJZjul .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFHJZjul .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFHJZjul .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFHJZjul .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFHJZjul .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFHJZjul .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-vhdFHJZjul .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFHJZjul .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFHJZjul .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFHJZjul .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFHJZjul .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFHJZjul .dropdown-item.active,
.cid-vhdFHJZjul .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFHJZjul .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFHJZjul .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFHJZjul .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFHJZjul .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFHJZjul .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFHJZjul .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFHJZjul ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFHJZjul .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFHJZjul button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFHJZjul button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFHJZjul button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFHJZjul button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFHJZjul button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFHJZjul button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFHJZjul nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFHJZjul nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFHJZjul nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFHJZjul nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFHJZjul .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFHJZjul a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFHJZjul .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFHJZjul .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFHJZjul .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFHJZjul .navbar {
    height: 70px;
  }
  .cid-vhdFHJZjul .navbar.opened {
    height: auto;
  }
  .cid-vhdFHJZjul .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFHJZjul .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFHJZjul .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFHJZjul .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFHJZjul .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFHJZjul .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFHJZjul .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFHJZjul .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFHJZjul .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFHJZjul .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFHJZjul .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFHJZjul .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFHJZjul .content-wrap {
    display: block;
  }
}
.cid-vhdFHJZjul .nav-link,
.cid-vhdFHJZjul .dropdown-item {
  color: #00161F;
}
.cid-vhdFHL3n6h {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFHL3n6h .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFHL3n6h .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFHL3n6h .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFHL3n6h .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFHL3n6h .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFHL3n6h .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFHL3n6h .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFHL3n6h .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFHL3n6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFHL3n6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFHL3n6h .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFHL3n6h .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFHL3n6h .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFHL3n6h .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFHL3n6h .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFHL3n6h .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFHL3n6h .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFHL3n6h .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFHL3n6h .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFHL3n6h .mbr-section-title {
  color: #323432;
}
.cid-vhdFHL3n6h .mbr-text,
.cid-vhdFHL3n6h .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFHL3n6h .mbr-section-title,
.cid-vhdFHL3n6h .mbr-section-btn,
.cid-vhdFHL3n6h .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFHLW9q5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFHLW9q5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFHLW9q5 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFHLW9q5 .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFHMkvdq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFHMkvdq .item:focus,
.cid-vhdFHMkvdq span:focus {
  outline: none;
}
.cid-vhdFHMkvdq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFHMkvdq .content-head {
  max-width: 800px;
}
.cid-vhdFHMkvdq .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFHMkvdq .item {
    min-height: 32.5px;
  }
}
#custom-html-2t {
  /* Type valid CSS here */
}
#custom-html-2t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2t p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFHNeiBn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFHNeiBn .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFHNeiBn .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFHNeiBn .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFHNeiBn .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFHNeiBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFHNeiBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFHNeiBn .row {
  justify-content: center;
}
.cid-vhdFHNeiBn .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFHNeiBn .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFHNeiBn .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFHNeiBn .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFHNeiBn .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFHNeiBn .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFHNeiBn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFHNeiBn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFHNeiBn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFHNeiBn .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFHNeiBn .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFHNeiBn .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFHNeiBn .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFHNeiBn .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFHNeiBn .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFHNeiBn .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFHNeiBn .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFHNeiBn .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFHNeiBn .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFHNeiBn .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFHNeiBn .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFHNeiBn .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFHNeiBn .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFHNeiBn .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFHNeiBn .mbr-text,
.cid-vhdFHNeiBn .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFHNeiBn .mbr-section-btn,
.cid-vhdFHNeiBn .mbr-section-title {
  text-align: center;
}
.cid-vhdFHNeiBn .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFHNeiBn .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFHNeiBn .mbr-copy,
.cid-vhdFHNeiBn .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFIQDRaQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFIQDRaQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFIQDRaQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFIQDRaQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFIQDRaQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFIQDRaQ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFIQDRaQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFIQDRaQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFIQDRaQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFIQDRaQ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFIQDRaQ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFIQDRaQ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFIQDRaQ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFIQDRaQ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFIQDRaQ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFIQDRaQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFIQDRaQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFIQDRaQ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFIQDRaQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFIQDRaQ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFIQDRaQ .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFIQDRaQ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFIQDRaQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFIQDRaQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFIQDRaQ .container,
.cid-vhdFIQDRaQ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .container,
  .cid-vhdFIQDRaQ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFIQDRaQ .container,
  .cid-vhdFIQDRaQ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFIQDRaQ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFIQDRaQ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFIQDRaQ .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFIQDRaQ .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFIQDRaQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFIQDRaQ .nav-item:focus,
.cid-vhdFIQDRaQ .nav-link:focus {
  outline: none;
}
.cid-vhdFIQDRaQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFIQDRaQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFIQDRaQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFIQDRaQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFIQDRaQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFIQDRaQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFIQDRaQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFIQDRaQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFIQDRaQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFIQDRaQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFIQDRaQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFIQDRaQ .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFIQDRaQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFIQDRaQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFIQDRaQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFIQDRaQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFIQDRaQ .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-vhdFIQDRaQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFIQDRaQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFIQDRaQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFIQDRaQ .navbar {
    min-height: 72px;
  }
  .cid-vhdFIQDRaQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFIQDRaQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFIQDRaQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFIQDRaQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFIQDRaQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFIQDRaQ .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-vhdFIQDRaQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFIQDRaQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFIQDRaQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFIQDRaQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFIQDRaQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFIQDRaQ .dropdown-item.active,
.cid-vhdFIQDRaQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFIQDRaQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFIQDRaQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFIQDRaQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFIQDRaQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFIQDRaQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFIQDRaQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFIQDRaQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFIQDRaQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFIQDRaQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFIQDRaQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFIQDRaQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFIQDRaQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFIQDRaQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFIQDRaQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFIQDRaQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFIQDRaQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFIQDRaQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFIQDRaQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFIQDRaQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFIQDRaQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFIQDRaQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFIQDRaQ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFIQDRaQ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFIQDRaQ .navbar {
    height: 70px;
  }
  .cid-vhdFIQDRaQ .navbar.opened {
    height: auto;
  }
  .cid-vhdFIQDRaQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFIQDRaQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFIQDRaQ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFIQDRaQ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFIQDRaQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFIQDRaQ .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFIQDRaQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFIQDRaQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFIQDRaQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFIQDRaQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFIQDRaQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFIQDRaQ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFIQDRaQ .content-wrap {
    display: block;
  }
}
.cid-vhdFIQDRaQ .nav-link,
.cid-vhdFIQDRaQ .dropdown-item {
  color: #00161F;
}
.cid-vhdFIRTCCc {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFIRTCCc .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFIRTCCc .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFIRTCCc .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFIRTCCc .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFIRTCCc .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFIRTCCc .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFIRTCCc .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFIRTCCc .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFIRTCCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFIRTCCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFIRTCCc .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFIRTCCc .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFIRTCCc .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFIRTCCc .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFIRTCCc .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFIRTCCc .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFIRTCCc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFIRTCCc .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFIRTCCc .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFIRTCCc .mbr-section-title {
  color: #323432;
}
.cid-vhdFIRTCCc .mbr-text,
.cid-vhdFIRTCCc .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFIRTCCc .mbr-section-title,
.cid-vhdFIRTCCc .mbr-section-btn,
.cid-vhdFIRTCCc .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFISuTL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFISuTL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFISuTL8 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFISuTL8 .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFISVNcD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFISVNcD .item:focus,
.cid-vhdFISVNcD span:focus {
  outline: none;
}
.cid-vhdFISVNcD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFISVNcD .content-head {
  max-width: 800px;
}
.cid-vhdFISVNcD .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFISVNcD .item {
    min-height: 32.5px;
  }
}
#custom-html-2z {
  /* Type valid CSS here */
}
#custom-html-2z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2z p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFITZd8J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFITZd8J .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFITZd8J .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFITZd8J .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFITZd8J .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFITZd8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFITZd8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFITZd8J .row {
  justify-content: center;
}
.cid-vhdFITZd8J .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFITZd8J .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFITZd8J .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFITZd8J .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFITZd8J .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFITZd8J .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFITZd8J .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFITZd8J .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFITZd8J .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFITZd8J .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFITZd8J .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFITZd8J .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFITZd8J .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFITZd8J .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFITZd8J .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFITZd8J .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFITZd8J .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFITZd8J .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFITZd8J .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFITZd8J .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFITZd8J .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFITZd8J .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFITZd8J .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFITZd8J .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFITZd8J .mbr-text,
.cid-vhdFITZd8J .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFITZd8J .mbr-section-btn,
.cid-vhdFITZd8J .mbr-section-title {
  text-align: center;
}
.cid-vhdFITZd8J .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFITZd8J .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFITZd8J .mbr-copy,
.cid-vhdFITZd8J .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFK3qtMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFK3qtMH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFK3qtMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFK3qtMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFK3qtMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFK3qtMH .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFK3qtMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFK3qtMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFK3qtMH .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFK3qtMH .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFK3qtMH .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFK3qtMH .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFK3qtMH .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFK3qtMH .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFK3qtMH .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFK3qtMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFK3qtMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFK3qtMH .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFK3qtMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFK3qtMH .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFK3qtMH .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFK3qtMH .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFK3qtMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFK3qtMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFK3qtMH .container,
.cid-vhdFK3qtMH .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .container,
  .cid-vhdFK3qtMH .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFK3qtMH .container,
  .cid-vhdFK3qtMH .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFK3qtMH .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFK3qtMH .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFK3qtMH .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFK3qtMH .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFK3qtMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFK3qtMH .nav-item:focus,
.cid-vhdFK3qtMH .nav-link:focus {
  outline: none;
}
.cid-vhdFK3qtMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFK3qtMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFK3qtMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFK3qtMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFK3qtMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFK3qtMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFK3qtMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFK3qtMH .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFK3qtMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFK3qtMH .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFK3qtMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFK3qtMH .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFK3qtMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFK3qtMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFK3qtMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFK3qtMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFK3qtMH .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-vhdFK3qtMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFK3qtMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFK3qtMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFK3qtMH .navbar {
    min-height: 72px;
  }
  .cid-vhdFK3qtMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFK3qtMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFK3qtMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFK3qtMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFK3qtMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFK3qtMH .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-vhdFK3qtMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFK3qtMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFK3qtMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFK3qtMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFK3qtMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFK3qtMH .dropdown-item.active,
.cid-vhdFK3qtMH .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFK3qtMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFK3qtMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFK3qtMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFK3qtMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFK3qtMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFK3qtMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFK3qtMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFK3qtMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFK3qtMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFK3qtMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFK3qtMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFK3qtMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFK3qtMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFK3qtMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFK3qtMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFK3qtMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFK3qtMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFK3qtMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFK3qtMH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFK3qtMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFK3qtMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFK3qtMH .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFK3qtMH .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFK3qtMH .navbar {
    height: 70px;
  }
  .cid-vhdFK3qtMH .navbar.opened {
    height: auto;
  }
  .cid-vhdFK3qtMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFK3qtMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFK3qtMH .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFK3qtMH .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFK3qtMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFK3qtMH .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFK3qtMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFK3qtMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFK3qtMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFK3qtMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFK3qtMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFK3qtMH .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFK3qtMH .content-wrap {
    display: block;
  }
}
.cid-vhdFK3qtMH .nav-link,
.cid-vhdFK3qtMH .dropdown-item {
  color: #00161F;
}
.cid-vhdFK4Opet {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFK4Opet .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFK4Opet .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFK4Opet .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFK4Opet .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFK4Opet .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFK4Opet .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFK4Opet .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFK4Opet .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFK4Opet .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFK4Opet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFK4Opet .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFK4Opet .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFK4Opet .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFK4Opet .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFK4Opet .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFK4Opet .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFK4Opet .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFK4Opet .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFK4Opet .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFK4Opet .mbr-section-title {
  color: #323432;
}
.cid-vhdFK4Opet .mbr-text,
.cid-vhdFK4Opet .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFK4Opet .mbr-section-title,
.cid-vhdFK4Opet .mbr-section-btn,
.cid-vhdFK4Opet .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFK5OgjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFK5OgjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFK5OgjK .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFK5OgjK .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFK6i9WJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFK6i9WJ .item:focus,
.cid-vhdFK6i9WJ span:focus {
  outline: none;
}
.cid-vhdFK6i9WJ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFK6i9WJ .content-head {
  max-width: 800px;
}
.cid-vhdFK6i9WJ .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFK6i9WJ .item {
    min-height: 32.5px;
  }
}
#custom-html-35 {
  /* Type valid CSS here */
}
#custom-html-35 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-35 p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFK7iVYN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFK7iVYN .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFK7iVYN .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFK7iVYN .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFK7iVYN .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFK7iVYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFK7iVYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFK7iVYN .row {
  justify-content: center;
}
.cid-vhdFK7iVYN .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFK7iVYN .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFK7iVYN .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFK7iVYN .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFK7iVYN .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFK7iVYN .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFK7iVYN .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFK7iVYN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFK7iVYN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFK7iVYN .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFK7iVYN .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFK7iVYN .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFK7iVYN .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFK7iVYN .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFK7iVYN .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFK7iVYN .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFK7iVYN .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFK7iVYN .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFK7iVYN .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFK7iVYN .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFK7iVYN .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFK7iVYN .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFK7iVYN .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFK7iVYN .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFK7iVYN .mbr-text,
.cid-vhdFK7iVYN .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFK7iVYN .mbr-section-btn,
.cid-vhdFK7iVYN .mbr-section-title {
  text-align: center;
}
.cid-vhdFK7iVYN .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFK7iVYN .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFK7iVYN .mbr-copy,
.cid-vhdFK7iVYN .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFLl5oGW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFLl5oGW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFLl5oGW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFLl5oGW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFLl5oGW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFLl5oGW .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFLl5oGW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFLl5oGW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFLl5oGW .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFLl5oGW .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFLl5oGW .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFLl5oGW .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFLl5oGW .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFLl5oGW .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFLl5oGW .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFLl5oGW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFLl5oGW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFLl5oGW .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFLl5oGW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFLl5oGW .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFLl5oGW .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFLl5oGW .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFLl5oGW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFLl5oGW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFLl5oGW .container,
.cid-vhdFLl5oGW .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .container,
  .cid-vhdFLl5oGW .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFLl5oGW .container,
  .cid-vhdFLl5oGW .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFLl5oGW .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFLl5oGW .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFLl5oGW .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFLl5oGW .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFLl5oGW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFLl5oGW .nav-item:focus,
.cid-vhdFLl5oGW .nav-link:focus {
  outline: none;
}
.cid-vhdFLl5oGW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFLl5oGW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFLl5oGW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFLl5oGW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFLl5oGW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFLl5oGW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFLl5oGW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFLl5oGW .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFLl5oGW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFLl5oGW .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFLl5oGW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFLl5oGW .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFLl5oGW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFLl5oGW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFLl5oGW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFLl5oGW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFLl5oGW .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-vhdFLl5oGW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFLl5oGW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFLl5oGW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFLl5oGW .navbar {
    min-height: 72px;
  }
  .cid-vhdFLl5oGW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFLl5oGW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFLl5oGW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFLl5oGW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFLl5oGW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFLl5oGW .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-vhdFLl5oGW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFLl5oGW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFLl5oGW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFLl5oGW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFLl5oGW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFLl5oGW .dropdown-item.active,
.cid-vhdFLl5oGW .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFLl5oGW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFLl5oGW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFLl5oGW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFLl5oGW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFLl5oGW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFLl5oGW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFLl5oGW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFLl5oGW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFLl5oGW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFLl5oGW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFLl5oGW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFLl5oGW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFLl5oGW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFLl5oGW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFLl5oGW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFLl5oGW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFLl5oGW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFLl5oGW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFLl5oGW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFLl5oGW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFLl5oGW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFLl5oGW .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFLl5oGW .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFLl5oGW .navbar {
    height: 70px;
  }
  .cid-vhdFLl5oGW .navbar.opened {
    height: auto;
  }
  .cid-vhdFLl5oGW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFLl5oGW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFLl5oGW .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFLl5oGW .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFLl5oGW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFLl5oGW .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFLl5oGW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFLl5oGW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFLl5oGW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFLl5oGW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFLl5oGW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFLl5oGW .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFLl5oGW .content-wrap {
    display: block;
  }
}
.cid-vhdFLl5oGW .nav-link,
.cid-vhdFLl5oGW .dropdown-item {
  color: #00161F;
}
.cid-vhdFLmeCnm {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFLmeCnm .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFLmeCnm .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFLmeCnm .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFLmeCnm .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFLmeCnm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFLmeCnm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFLmeCnm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFLmeCnm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFLmeCnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFLmeCnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFLmeCnm .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFLmeCnm .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFLmeCnm .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFLmeCnm .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFLmeCnm .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFLmeCnm .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFLmeCnm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFLmeCnm .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFLmeCnm .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFLmeCnm .mbr-section-title {
  color: #323432;
}
.cid-vhdFLmeCnm .mbr-text,
.cid-vhdFLmeCnm .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFLmeCnm .mbr-section-title,
.cid-vhdFLmeCnm .mbr-section-btn,
.cid-vhdFLmeCnm .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFLn5M0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFLn5M0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFLn5M0V .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFLn5M0V .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFLnvPDP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFLnvPDP .item:focus,
.cid-vhdFLnvPDP span:focus {
  outline: none;
}
.cid-vhdFLnvPDP .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFLnvPDP .content-head {
  max-width: 800px;
}
.cid-vhdFLnvPDP .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFLnvPDP .item {
    min-height: 32.5px;
  }
}
#custom-html-3b {
  /* Type valid CSS here */
}
#custom-html-3b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3b p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFLotx6J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFLotx6J .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFLotx6J .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFLotx6J .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFLotx6J .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFLotx6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFLotx6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFLotx6J .row {
  justify-content: center;
}
.cid-vhdFLotx6J .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFLotx6J .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFLotx6J .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFLotx6J .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFLotx6J .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFLotx6J .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFLotx6J .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFLotx6J .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFLotx6J .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFLotx6J .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFLotx6J .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFLotx6J .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFLotx6J .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFLotx6J .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFLotx6J .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFLotx6J .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFLotx6J .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFLotx6J .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFLotx6J .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFLotx6J .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFLotx6J .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFLotx6J .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFLotx6J .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFLotx6J .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFLotx6J .mbr-text,
.cid-vhdFLotx6J .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFLotx6J .mbr-section-btn,
.cid-vhdFLotx6J .mbr-section-title {
  text-align: center;
}
.cid-vhdFLotx6J .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFLotx6J .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFLotx6J .mbr-copy,
.cid-vhdFLotx6J .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFMVtC2w {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFMVtC2w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFMVtC2w .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFMVtC2w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFMVtC2w .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFMVtC2w .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFMVtC2w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFMVtC2w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFMVtC2w .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFMVtC2w .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFMVtC2w .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFMVtC2w .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFMVtC2w .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFMVtC2w .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFMVtC2w .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFMVtC2w .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFMVtC2w .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFMVtC2w .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFMVtC2w .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFMVtC2w .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFMVtC2w .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFMVtC2w .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFMVtC2w .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFMVtC2w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFMVtC2w .container,
.cid-vhdFMVtC2w .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .container,
  .cid-vhdFMVtC2w .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFMVtC2w .container,
  .cid-vhdFMVtC2w .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFMVtC2w .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFMVtC2w .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFMVtC2w .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFMVtC2w .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFMVtC2w .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFMVtC2w .nav-item:focus,
.cid-vhdFMVtC2w .nav-link:focus {
  outline: none;
}
.cid-vhdFMVtC2w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFMVtC2w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFMVtC2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFMVtC2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFMVtC2w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFMVtC2w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFMVtC2w .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFMVtC2w .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFMVtC2w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFMVtC2w .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFMVtC2w .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFMVtC2w .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFMVtC2w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFMVtC2w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFMVtC2w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFMVtC2w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFMVtC2w .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-vhdFMVtC2w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFMVtC2w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFMVtC2w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFMVtC2w .navbar {
    min-height: 72px;
  }
  .cid-vhdFMVtC2w .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFMVtC2w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFMVtC2w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFMVtC2w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFMVtC2w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFMVtC2w .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-vhdFMVtC2w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFMVtC2w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFMVtC2w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFMVtC2w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFMVtC2w .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFMVtC2w .dropdown-item.active,
.cid-vhdFMVtC2w .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFMVtC2w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFMVtC2w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFMVtC2w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFMVtC2w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFMVtC2w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFMVtC2w .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFMVtC2w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFMVtC2w .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFMVtC2w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFMVtC2w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFMVtC2w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFMVtC2w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFMVtC2w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFMVtC2w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFMVtC2w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFMVtC2w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFMVtC2w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFMVtC2w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFMVtC2w .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFMVtC2w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFMVtC2w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFMVtC2w .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFMVtC2w .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFMVtC2w .navbar {
    height: 70px;
  }
  .cid-vhdFMVtC2w .navbar.opened {
    height: auto;
  }
  .cid-vhdFMVtC2w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFMVtC2w .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFMVtC2w .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFMVtC2w .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFMVtC2w .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFMVtC2w .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFMVtC2w .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFMVtC2w .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFMVtC2w .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFMVtC2w .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFMVtC2w .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFMVtC2w .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFMVtC2w .content-wrap {
    display: block;
  }
}
.cid-vhdFMVtC2w .nav-link,
.cid-vhdFMVtC2w .dropdown-item {
  color: #00161F;
}
.cid-vhdFMWDyMK {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFMWDyMK .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFMWDyMK .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFMWDyMK .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFMWDyMK .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFMWDyMK .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFMWDyMK .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFMWDyMK .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFMWDyMK .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFMWDyMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFMWDyMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFMWDyMK .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFMWDyMK .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFMWDyMK .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFMWDyMK .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFMWDyMK .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFMWDyMK .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFMWDyMK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFMWDyMK .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFMWDyMK .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFMWDyMK .mbr-section-title {
  color: #323432;
}
.cid-vhdFMWDyMK .mbr-text,
.cid-vhdFMWDyMK .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFMWDyMK .mbr-section-title,
.cid-vhdFMWDyMK .mbr-section-btn,
.cid-vhdFMWDyMK .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFMXqSqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFMXqSqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFMXqSqJ .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFMXqSqJ .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFMXRzaG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFMXRzaG .item:focus,
.cid-vhdFMXRzaG span:focus {
  outline: none;
}
.cid-vhdFMXRzaG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFMXRzaG .content-head {
  max-width: 800px;
}
.cid-vhdFMXRzaG .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFMXRzaG .item {
    min-height: 32.5px;
  }
}
#custom-html-3h {
  /* Type valid CSS here */
}
#custom-html-3h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3h p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFMYMr92 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFMYMr92 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFMYMr92 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFMYMr92 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFMYMr92 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFMYMr92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFMYMr92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFMYMr92 .row {
  justify-content: center;
}
.cid-vhdFMYMr92 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFMYMr92 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFMYMr92 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFMYMr92 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFMYMr92 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFMYMr92 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFMYMr92 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFMYMr92 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFMYMr92 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFMYMr92 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFMYMr92 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFMYMr92 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFMYMr92 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFMYMr92 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFMYMr92 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFMYMr92 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFMYMr92 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFMYMr92 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFMYMr92 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFMYMr92 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFMYMr92 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFMYMr92 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFMYMr92 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFMYMr92 .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFMYMr92 .mbr-text,
.cid-vhdFMYMr92 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFMYMr92 .mbr-section-btn,
.cid-vhdFMYMr92 .mbr-section-title {
  text-align: center;
}
.cid-vhdFMYMr92 .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFMYMr92 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFMYMr92 .mbr-copy,
.cid-vhdFMYMr92 .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFOhjvnk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFOhjvnk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFOhjvnk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFOhjvnk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFOhjvnk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFOhjvnk .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFOhjvnk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFOhjvnk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFOhjvnk .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFOhjvnk .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFOhjvnk .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFOhjvnk .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFOhjvnk .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFOhjvnk .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFOhjvnk .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFOhjvnk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFOhjvnk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFOhjvnk .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFOhjvnk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFOhjvnk .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFOhjvnk .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFOhjvnk .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFOhjvnk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFOhjvnk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFOhjvnk .container,
.cid-vhdFOhjvnk .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .container,
  .cid-vhdFOhjvnk .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFOhjvnk .container,
  .cid-vhdFOhjvnk .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFOhjvnk .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFOhjvnk .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFOhjvnk .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFOhjvnk .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFOhjvnk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFOhjvnk .nav-item:focus,
.cid-vhdFOhjvnk .nav-link:focus {
  outline: none;
}
.cid-vhdFOhjvnk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFOhjvnk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFOhjvnk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFOhjvnk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFOhjvnk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFOhjvnk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFOhjvnk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFOhjvnk .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFOhjvnk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFOhjvnk .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFOhjvnk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFOhjvnk .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFOhjvnk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFOhjvnk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFOhjvnk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFOhjvnk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFOhjvnk .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-vhdFOhjvnk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFOhjvnk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFOhjvnk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFOhjvnk .navbar {
    min-height: 72px;
  }
  .cid-vhdFOhjvnk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFOhjvnk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFOhjvnk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFOhjvnk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFOhjvnk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFOhjvnk .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-vhdFOhjvnk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFOhjvnk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFOhjvnk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFOhjvnk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFOhjvnk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFOhjvnk .dropdown-item.active,
.cid-vhdFOhjvnk .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFOhjvnk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFOhjvnk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFOhjvnk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFOhjvnk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFOhjvnk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFOhjvnk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFOhjvnk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFOhjvnk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFOhjvnk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFOhjvnk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFOhjvnk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFOhjvnk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFOhjvnk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFOhjvnk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFOhjvnk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFOhjvnk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFOhjvnk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFOhjvnk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFOhjvnk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFOhjvnk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFOhjvnk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFOhjvnk .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFOhjvnk .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFOhjvnk .navbar {
    height: 70px;
  }
  .cid-vhdFOhjvnk .navbar.opened {
    height: auto;
  }
  .cid-vhdFOhjvnk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFOhjvnk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFOhjvnk .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFOhjvnk .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFOhjvnk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFOhjvnk .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFOhjvnk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFOhjvnk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFOhjvnk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFOhjvnk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFOhjvnk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFOhjvnk .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFOhjvnk .content-wrap {
    display: block;
  }
}
.cid-vhdFOhjvnk .nav-link,
.cid-vhdFOhjvnk .dropdown-item {
  color: #00161F;
}
.cid-vhdFOiHSqU {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFOiHSqU .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFOiHSqU .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFOiHSqU .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFOiHSqU .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFOiHSqU .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFOiHSqU .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFOiHSqU .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFOiHSqU .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFOiHSqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFOiHSqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFOiHSqU .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFOiHSqU .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFOiHSqU .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFOiHSqU .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFOiHSqU .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFOiHSqU .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFOiHSqU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFOiHSqU .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFOiHSqU .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFOiHSqU .mbr-section-title {
  color: #323432;
}
.cid-vhdFOiHSqU .mbr-text,
.cid-vhdFOiHSqU .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFOiHSqU .mbr-section-title,
.cid-vhdFOiHSqU .mbr-section-btn,
.cid-vhdFOiHSqU .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFOjKZxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFOjKZxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFOjKZxc .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFOjKZxc .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFOk9d25 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFOk9d25 .item:focus,
.cid-vhdFOk9d25 span:focus {
  outline: none;
}
.cid-vhdFOk9d25 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFOk9d25 .content-head {
  max-width: 800px;
}
.cid-vhdFOk9d25 .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFOk9d25 .item {
    min-height: 32.5px;
  }
}
#custom-html-3n {
  /* Type valid CSS here */
}
#custom-html-3n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3n p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFOkXcAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFOkXcAh .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFOkXcAh .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFOkXcAh .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFOkXcAh .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFOkXcAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFOkXcAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFOkXcAh .row {
  justify-content: center;
}
.cid-vhdFOkXcAh .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFOkXcAh .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFOkXcAh .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFOkXcAh .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFOkXcAh .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFOkXcAh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFOkXcAh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFOkXcAh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFOkXcAh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFOkXcAh .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFOkXcAh .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFOkXcAh .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFOkXcAh .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFOkXcAh .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFOkXcAh .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFOkXcAh .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFOkXcAh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFOkXcAh .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFOkXcAh .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFOkXcAh .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFOkXcAh .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFOkXcAh .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFOkXcAh .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFOkXcAh .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFOkXcAh .mbr-text,
.cid-vhdFOkXcAh .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFOkXcAh .mbr-section-btn,
.cid-vhdFOkXcAh .mbr-section-title {
  text-align: center;
}
.cid-vhdFOkXcAh .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFOkXcAh .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFOkXcAh .mbr-copy,
.cid-vhdFOkXcAh .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFPFvYxq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFPFvYxq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFPFvYxq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFPFvYxq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFPFvYxq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFPFvYxq .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFPFvYxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFPFvYxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFPFvYxq .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFPFvYxq .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFPFvYxq .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFPFvYxq .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFPFvYxq .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFPFvYxq .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFPFvYxq .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFPFvYxq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFPFvYxq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFPFvYxq .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFPFvYxq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFPFvYxq .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFPFvYxq .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFPFvYxq .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFPFvYxq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFPFvYxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFPFvYxq .container,
.cid-vhdFPFvYxq .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .container,
  .cid-vhdFPFvYxq .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFPFvYxq .container,
  .cid-vhdFPFvYxq .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFPFvYxq .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFPFvYxq .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFPFvYxq .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFPFvYxq .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFPFvYxq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFPFvYxq .nav-item:focus,
.cid-vhdFPFvYxq .nav-link:focus {
  outline: none;
}
.cid-vhdFPFvYxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFPFvYxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFPFvYxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFPFvYxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFPFvYxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFPFvYxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFPFvYxq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFPFvYxq .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFPFvYxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFPFvYxq .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFPFvYxq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFPFvYxq .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFPFvYxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFPFvYxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFPFvYxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFPFvYxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFPFvYxq .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-vhdFPFvYxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFPFvYxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFPFvYxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFPFvYxq .navbar {
    min-height: 72px;
  }
  .cid-vhdFPFvYxq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFPFvYxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFPFvYxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFPFvYxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFPFvYxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFPFvYxq .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-vhdFPFvYxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFPFvYxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFPFvYxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFPFvYxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFPFvYxq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFPFvYxq .dropdown-item.active,
.cid-vhdFPFvYxq .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFPFvYxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFPFvYxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFPFvYxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFPFvYxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFPFvYxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFPFvYxq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFPFvYxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFPFvYxq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFPFvYxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFPFvYxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFPFvYxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFPFvYxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFPFvYxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFPFvYxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFPFvYxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFPFvYxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFPFvYxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFPFvYxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFPFvYxq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFPFvYxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFPFvYxq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFPFvYxq .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFPFvYxq .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFPFvYxq .navbar {
    height: 70px;
  }
  .cid-vhdFPFvYxq .navbar.opened {
    height: auto;
  }
  .cid-vhdFPFvYxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFPFvYxq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFPFvYxq .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFPFvYxq .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFPFvYxq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFPFvYxq .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFPFvYxq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFPFvYxq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFPFvYxq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFPFvYxq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFPFvYxq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFPFvYxq .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFPFvYxq .content-wrap {
    display: block;
  }
}
.cid-vhdFPFvYxq .nav-link,
.cid-vhdFPFvYxq .dropdown-item {
  color: #00161F;
}
.cid-vhdFPGBRmq {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFPGBRmq .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFPGBRmq .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFPGBRmq .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFPGBRmq .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFPGBRmq .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFPGBRmq .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFPGBRmq .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFPGBRmq .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFPGBRmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFPGBRmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFPGBRmq .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFPGBRmq .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFPGBRmq .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFPGBRmq .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFPGBRmq .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFPGBRmq .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFPGBRmq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFPGBRmq .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFPGBRmq .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFPGBRmq .mbr-section-title {
  color: #323432;
}
.cid-vhdFPGBRmq .mbr-text,
.cid-vhdFPGBRmq .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFPGBRmq .mbr-section-title,
.cid-vhdFPGBRmq .mbr-section-btn,
.cid-vhdFPGBRmq .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFPHnwHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFPHnwHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFPHnwHQ .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFPHnwHQ .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFPHOLNM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFPHOLNM .item:focus,
.cid-vhdFPHOLNM span:focus {
  outline: none;
}
.cid-vhdFPHOLNM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFPHOLNM .content-head {
  max-width: 800px;
}
.cid-vhdFPHOLNM .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFPHOLNM .item {
    min-height: 32.5px;
  }
}
#custom-html-3t {
  /* Type valid CSS here */
}
#custom-html-3t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3t p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFPIMN66 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFPIMN66 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFPIMN66 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFPIMN66 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFPIMN66 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFPIMN66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFPIMN66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFPIMN66 .row {
  justify-content: center;
}
.cid-vhdFPIMN66 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFPIMN66 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFPIMN66 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFPIMN66 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFPIMN66 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFPIMN66 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFPIMN66 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFPIMN66 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFPIMN66 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFPIMN66 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFPIMN66 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFPIMN66 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFPIMN66 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFPIMN66 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFPIMN66 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFPIMN66 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFPIMN66 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFPIMN66 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFPIMN66 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFPIMN66 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFPIMN66 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFPIMN66 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFPIMN66 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFPIMN66 .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFPIMN66 .mbr-text,
.cid-vhdFPIMN66 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFPIMN66 .mbr-section-btn,
.cid-vhdFPIMN66 .mbr-section-title {
  text-align: center;
}
.cid-vhdFPIMN66 .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFPIMN66 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFPIMN66 .mbr-copy,
.cid-vhdFPIMN66 .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFQUP8ji {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFQUP8ji .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFQUP8ji .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFQUP8ji .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFQUP8ji .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFQUP8ji .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFQUP8ji .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFQUP8ji .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFQUP8ji .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFQUP8ji .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFQUP8ji .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFQUP8ji .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFQUP8ji .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFQUP8ji .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFQUP8ji .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFQUP8ji .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFQUP8ji .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFQUP8ji .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFQUP8ji .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFQUP8ji .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFQUP8ji .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFQUP8ji .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFQUP8ji .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFQUP8ji .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFQUP8ji .container,
.cid-vhdFQUP8ji .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .container,
  .cid-vhdFQUP8ji .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFQUP8ji .container,
  .cid-vhdFQUP8ji .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFQUP8ji .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFQUP8ji .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFQUP8ji .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFQUP8ji .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFQUP8ji .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFQUP8ji .nav-item:focus,
.cid-vhdFQUP8ji .nav-link:focus {
  outline: none;
}
.cid-vhdFQUP8ji .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFQUP8ji .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFQUP8ji .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFQUP8ji .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFQUP8ji .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFQUP8ji .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFQUP8ji .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFQUP8ji .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFQUP8ji .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFQUP8ji .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFQUP8ji .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFQUP8ji .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFQUP8ji .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFQUP8ji .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFQUP8ji .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFQUP8ji .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFQUP8ji .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-vhdFQUP8ji .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFQUP8ji .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFQUP8ji .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFQUP8ji .navbar {
    min-height: 72px;
  }
  .cid-vhdFQUP8ji .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFQUP8ji .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFQUP8ji .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFQUP8ji .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFQUP8ji .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFQUP8ji .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-vhdFQUP8ji .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFQUP8ji .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFQUP8ji .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFQUP8ji .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFQUP8ji .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFQUP8ji .dropdown-item.active,
.cid-vhdFQUP8ji .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFQUP8ji .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFQUP8ji .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFQUP8ji .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFQUP8ji .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFQUP8ji .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFQUP8ji .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFQUP8ji ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFQUP8ji .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFQUP8ji button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFQUP8ji button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFQUP8ji button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFQUP8ji button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFQUP8ji button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFQUP8ji button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFQUP8ji nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFQUP8ji nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFQUP8ji nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFQUP8ji nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFQUP8ji .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFQUP8ji a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFQUP8ji .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFQUP8ji .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFQUP8ji .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFQUP8ji .navbar {
    height: 70px;
  }
  .cid-vhdFQUP8ji .navbar.opened {
    height: auto;
  }
  .cid-vhdFQUP8ji .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFQUP8ji .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFQUP8ji .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFQUP8ji .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFQUP8ji .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFQUP8ji .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFQUP8ji .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFQUP8ji .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFQUP8ji .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFQUP8ji .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFQUP8ji .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFQUP8ji .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFQUP8ji .content-wrap {
    display: block;
  }
}
.cid-vhdFQUP8ji .nav-link,
.cid-vhdFQUP8ji .dropdown-item {
  color: #00161F;
}
.cid-vhdFQWhook {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFQWhook .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFQWhook .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFQWhook .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFQWhook .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFQWhook .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFQWhook .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFQWhook .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFQWhook .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFQWhook .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFQWhook .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFQWhook .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFQWhook .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFQWhook .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFQWhook .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFQWhook .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFQWhook .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFQWhook .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFQWhook .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFQWhook .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFQWhook .mbr-section-title {
  color: #323432;
}
.cid-vhdFQWhook .mbr-text,
.cid-vhdFQWhook .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFQWhook .mbr-section-title,
.cid-vhdFQWhook .mbr-section-btn,
.cid-vhdFQWhook .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFQWSAM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFQWSAM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFQWSAM5 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFQWSAM5 .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFQXh2Ws {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFQXh2Ws .item:focus,
.cid-vhdFQXh2Ws span:focus {
  outline: none;
}
.cid-vhdFQXh2Ws .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFQXh2Ws .content-head {
  max-width: 800px;
}
.cid-vhdFQXh2Ws .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFQXh2Ws .item {
    min-height: 32.5px;
  }
}
#custom-html-3z {
  /* Type valid CSS here */
}
#custom-html-3z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3z p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFQY5Q0T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFQY5Q0T .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFQY5Q0T .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFQY5Q0T .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFQY5Q0T .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFQY5Q0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFQY5Q0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFQY5Q0T .row {
  justify-content: center;
}
.cid-vhdFQY5Q0T .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFQY5Q0T .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFQY5Q0T .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFQY5Q0T .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFQY5Q0T .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFQY5Q0T .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFQY5Q0T .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFQY5Q0T .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFQY5Q0T .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFQY5Q0T .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFQY5Q0T .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFQY5Q0T .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFQY5Q0T .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFQY5Q0T .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFQY5Q0T .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFQY5Q0T .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFQY5Q0T .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFQY5Q0T .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFQY5Q0T .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFQY5Q0T .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFQY5Q0T .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFQY5Q0T .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFQY5Q0T .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFQY5Q0T .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFQY5Q0T .mbr-text,
.cid-vhdFQY5Q0T .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFQY5Q0T .mbr-section-btn,
.cid-vhdFQY5Q0T .mbr-section-title {
  text-align: center;
}
.cid-vhdFQY5Q0T .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFQY5Q0T .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFQY5Q0T .mbr-copy,
.cid-vhdFQY5Q0T .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFShiYG2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFShiYG2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFShiYG2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFShiYG2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFShiYG2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFShiYG2 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFShiYG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFShiYG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFShiYG2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFShiYG2 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFShiYG2 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFShiYG2 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFShiYG2 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFShiYG2 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFShiYG2 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFShiYG2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFShiYG2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFShiYG2 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFShiYG2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFShiYG2 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFShiYG2 .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFShiYG2 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFShiYG2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFShiYG2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFShiYG2 .container,
.cid-vhdFShiYG2 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .container,
  .cid-vhdFShiYG2 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFShiYG2 .container,
  .cid-vhdFShiYG2 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFShiYG2 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFShiYG2 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFShiYG2 .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFShiYG2 .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFShiYG2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFShiYG2 .nav-item:focus,
.cid-vhdFShiYG2 .nav-link:focus {
  outline: none;
}
.cid-vhdFShiYG2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFShiYG2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFShiYG2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFShiYG2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFShiYG2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFShiYG2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFShiYG2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFShiYG2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFShiYG2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFShiYG2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFShiYG2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFShiYG2 .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFShiYG2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFShiYG2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFShiYG2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFShiYG2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFShiYG2 .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-vhdFShiYG2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFShiYG2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFShiYG2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFShiYG2 .navbar {
    min-height: 72px;
  }
  .cid-vhdFShiYG2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFShiYG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFShiYG2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFShiYG2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFShiYG2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFShiYG2 .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-vhdFShiYG2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFShiYG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFShiYG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFShiYG2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFShiYG2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFShiYG2 .dropdown-item.active,
.cid-vhdFShiYG2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFShiYG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFShiYG2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFShiYG2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFShiYG2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFShiYG2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFShiYG2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFShiYG2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFShiYG2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFShiYG2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFShiYG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFShiYG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFShiYG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFShiYG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFShiYG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFShiYG2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFShiYG2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFShiYG2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFShiYG2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFShiYG2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFShiYG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFShiYG2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFShiYG2 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFShiYG2 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFShiYG2 .navbar {
    height: 70px;
  }
  .cid-vhdFShiYG2 .navbar.opened {
    height: auto;
  }
  .cid-vhdFShiYG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFShiYG2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFShiYG2 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFShiYG2 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFShiYG2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFShiYG2 .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFShiYG2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFShiYG2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFShiYG2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFShiYG2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFShiYG2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFShiYG2 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFShiYG2 .content-wrap {
    display: block;
  }
}
.cid-vhdFShiYG2 .nav-link,
.cid-vhdFShiYG2 .dropdown-item {
  color: #00161F;
}
.cid-vhdFSiI2sj {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFSiI2sj .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFSiI2sj .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFSiI2sj .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFSiI2sj .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFSiI2sj .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFSiI2sj .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFSiI2sj .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFSiI2sj .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFSiI2sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFSiI2sj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFSiI2sj .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFSiI2sj .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFSiI2sj .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFSiI2sj .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFSiI2sj .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFSiI2sj .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFSiI2sj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFSiI2sj .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFSiI2sj .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFSiI2sj .mbr-section-title {
  color: #323432;
}
.cid-vhdFSiI2sj .mbr-text,
.cid-vhdFSiI2sj .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFSiI2sj .mbr-section-title,
.cid-vhdFSiI2sj .mbr-section-btn,
.cid-vhdFSiI2sj .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFSjyso5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFSjyso5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFSjyso5 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFSjyso5 .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFSjT2tZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFSjT2tZ .item:focus,
.cid-vhdFSjT2tZ span:focus {
  outline: none;
}
.cid-vhdFSjT2tZ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFSjT2tZ .content-head {
  max-width: 800px;
}
.cid-vhdFSjT2tZ .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFSjT2tZ .item {
    min-height: 32.5px;
  }
}
#custom-html-45 {
  /* Type valid CSS here */
}
#custom-html-45 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-45 p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFSkPXCh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFSkPXCh .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFSkPXCh .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFSkPXCh .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFSkPXCh .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFSkPXCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFSkPXCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFSkPXCh .row {
  justify-content: center;
}
.cid-vhdFSkPXCh .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFSkPXCh .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFSkPXCh .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFSkPXCh .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFSkPXCh .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFSkPXCh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFSkPXCh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFSkPXCh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFSkPXCh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFSkPXCh .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFSkPXCh .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFSkPXCh .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFSkPXCh .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFSkPXCh .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFSkPXCh .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFSkPXCh .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFSkPXCh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFSkPXCh .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFSkPXCh .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFSkPXCh .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFSkPXCh .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFSkPXCh .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFSkPXCh .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFSkPXCh .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFSkPXCh .mbr-text,
.cid-vhdFSkPXCh .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFSkPXCh .mbr-section-btn,
.cid-vhdFSkPXCh .mbr-section-title {
  text-align: center;
}
.cid-vhdFSkPXCh .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFSkPXCh .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFSkPXCh .mbr-copy,
.cid-vhdFSkPXCh .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFTFSlap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFTFSlap .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFTFSlap .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFTFSlap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFTFSlap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFTFSlap .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFTFSlap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFTFSlap .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFTFSlap .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFTFSlap .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFTFSlap .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFTFSlap .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFTFSlap .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFTFSlap .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFTFSlap .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFTFSlap .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFTFSlap .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFTFSlap .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFTFSlap .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFTFSlap .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFTFSlap .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFTFSlap .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFTFSlap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFTFSlap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFTFSlap .container,
.cid-vhdFTFSlap .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .container,
  .cid-vhdFTFSlap .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFTFSlap .container,
  .cid-vhdFTFSlap .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFTFSlap .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFTFSlap .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFTFSlap .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFTFSlap .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFTFSlap .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFTFSlap .nav-item:focus,
.cid-vhdFTFSlap .nav-link:focus {
  outline: none;
}
.cid-vhdFTFSlap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFTFSlap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFTFSlap .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFTFSlap .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFTFSlap .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFTFSlap .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFTFSlap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFTFSlap .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFTFSlap .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFTFSlap .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFTFSlap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFTFSlap .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFTFSlap .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFTFSlap .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFTFSlap .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFTFSlap .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFTFSlap .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-vhdFTFSlap .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFTFSlap .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFTFSlap .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFTFSlap .navbar {
    min-height: 72px;
  }
  .cid-vhdFTFSlap .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFTFSlap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFTFSlap .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFTFSlap .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFTFSlap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFTFSlap .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-vhdFTFSlap .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFTFSlap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFTFSlap .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFTFSlap .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFTFSlap .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFTFSlap .dropdown-item.active,
.cid-vhdFTFSlap .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFTFSlap .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFTFSlap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFTFSlap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFTFSlap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFTFSlap .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFTFSlap .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFTFSlap ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFTFSlap .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFTFSlap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFTFSlap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFTFSlap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFTFSlap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFTFSlap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFTFSlap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFTFSlap nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFTFSlap nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFTFSlap nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFTFSlap nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFTFSlap .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFTFSlap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFTFSlap .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFTFSlap .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFTFSlap .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFTFSlap .navbar {
    height: 70px;
  }
  .cid-vhdFTFSlap .navbar.opened {
    height: auto;
  }
  .cid-vhdFTFSlap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFTFSlap .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFTFSlap .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFTFSlap .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFTFSlap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFTFSlap .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFTFSlap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFTFSlap .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFTFSlap .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFTFSlap .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFTFSlap .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFTFSlap .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFTFSlap .content-wrap {
    display: block;
  }
}
.cid-vhdFTFSlap .nav-link,
.cid-vhdFTFSlap .dropdown-item {
  color: #00161F;
}
.cid-vhdFTHKs2H {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFTHKs2H .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFTHKs2H .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFTHKs2H .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFTHKs2H .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFTHKs2H .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFTHKs2H .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFTHKs2H .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFTHKs2H .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFTHKs2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFTHKs2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFTHKs2H .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFTHKs2H .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFTHKs2H .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFTHKs2H .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFTHKs2H .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFTHKs2H .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFTHKs2H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFTHKs2H .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFTHKs2H .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFTHKs2H .mbr-section-title {
  color: #323432;
}
.cid-vhdFTHKs2H .mbr-text,
.cid-vhdFTHKs2H .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFTHKs2H .mbr-section-title,
.cid-vhdFTHKs2H .mbr-section-btn,
.cid-vhdFTHKs2H .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFTIL31S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFTIL31S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFTIL31S .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFTIL31S .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFTJj0Uo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFTJj0Uo .item:focus,
.cid-vhdFTJj0Uo span:focus {
  outline: none;
}
.cid-vhdFTJj0Uo .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFTJj0Uo .content-head {
  max-width: 800px;
}
.cid-vhdFTJj0Uo .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFTJj0Uo .item {
    min-height: 32.5px;
  }
}
#custom-html-4b {
  /* Type valid CSS here */
}
#custom-html-4b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4b p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFTKmR20 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFTKmR20 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFTKmR20 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFTKmR20 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFTKmR20 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFTKmR20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFTKmR20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFTKmR20 .row {
  justify-content: center;
}
.cid-vhdFTKmR20 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFTKmR20 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFTKmR20 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFTKmR20 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFTKmR20 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFTKmR20 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFTKmR20 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFTKmR20 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFTKmR20 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFTKmR20 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFTKmR20 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFTKmR20 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFTKmR20 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFTKmR20 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFTKmR20 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFTKmR20 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFTKmR20 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFTKmR20 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFTKmR20 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFTKmR20 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFTKmR20 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFTKmR20 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFTKmR20 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFTKmR20 .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFTKmR20 .mbr-text,
.cid-vhdFTKmR20 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFTKmR20 .mbr-section-btn,
.cid-vhdFTKmR20 .mbr-section-title {
  text-align: center;
}
.cid-vhdFTKmR20 .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFTKmR20 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFTKmR20 .mbr-copy,
.cid-vhdFTKmR20 .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFV4GJFj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFV4GJFj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFV4GJFj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFV4GJFj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFV4GJFj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFV4GJFj .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFV4GJFj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFV4GJFj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFV4GJFj .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFV4GJFj .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFV4GJFj .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFV4GJFj .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFV4GJFj .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFV4GJFj .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFV4GJFj .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFV4GJFj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFV4GJFj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFV4GJFj .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFV4GJFj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFV4GJFj .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFV4GJFj .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFV4GJFj .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFV4GJFj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFV4GJFj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFV4GJFj .container,
.cid-vhdFV4GJFj .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .container,
  .cid-vhdFV4GJFj .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFV4GJFj .container,
  .cid-vhdFV4GJFj .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFV4GJFj .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFV4GJFj .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFV4GJFj .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFV4GJFj .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFV4GJFj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFV4GJFj .nav-item:focus,
.cid-vhdFV4GJFj .nav-link:focus {
  outline: none;
}
.cid-vhdFV4GJFj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFV4GJFj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFV4GJFj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFV4GJFj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFV4GJFj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFV4GJFj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFV4GJFj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFV4GJFj .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFV4GJFj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFV4GJFj .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFV4GJFj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFV4GJFj .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFV4GJFj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFV4GJFj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFV4GJFj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFV4GJFj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFV4GJFj .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-vhdFV4GJFj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFV4GJFj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFV4GJFj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFV4GJFj .navbar {
    min-height: 72px;
  }
  .cid-vhdFV4GJFj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFV4GJFj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFV4GJFj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFV4GJFj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFV4GJFj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFV4GJFj .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-vhdFV4GJFj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFV4GJFj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFV4GJFj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFV4GJFj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFV4GJFj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFV4GJFj .dropdown-item.active,
.cid-vhdFV4GJFj .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFV4GJFj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFV4GJFj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFV4GJFj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFV4GJFj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFV4GJFj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFV4GJFj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFV4GJFj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFV4GJFj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFV4GJFj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFV4GJFj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFV4GJFj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFV4GJFj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFV4GJFj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFV4GJFj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFV4GJFj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFV4GJFj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFV4GJFj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFV4GJFj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFV4GJFj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFV4GJFj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFV4GJFj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFV4GJFj .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFV4GJFj .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFV4GJFj .navbar {
    height: 70px;
  }
  .cid-vhdFV4GJFj .navbar.opened {
    height: auto;
  }
  .cid-vhdFV4GJFj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFV4GJFj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFV4GJFj .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFV4GJFj .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFV4GJFj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFV4GJFj .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFV4GJFj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFV4GJFj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFV4GJFj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFV4GJFj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFV4GJFj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFV4GJFj .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFV4GJFj .content-wrap {
    display: block;
  }
}
.cid-vhdFV4GJFj .nav-link,
.cid-vhdFV4GJFj .dropdown-item {
  color: #00161F;
}
.cid-vhdFV6307k {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFV6307k .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFV6307k .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFV6307k .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFV6307k .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFV6307k .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFV6307k .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFV6307k .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFV6307k .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFV6307k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFV6307k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFV6307k .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFV6307k .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFV6307k .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFV6307k .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFV6307k .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFV6307k .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFV6307k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFV6307k .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFV6307k .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFV6307k .mbr-section-title {
  color: #323432;
}
.cid-vhdFV6307k .mbr-text,
.cid-vhdFV6307k .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFV6307k .mbr-section-title,
.cid-vhdFV6307k .mbr-section-btn,
.cid-vhdFV6307k .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFV6PzWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFV6PzWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFV6PzWA .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFV6PzWA .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFV7fn9v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFV7fn9v .item:focus,
.cid-vhdFV7fn9v span:focus {
  outline: none;
}
.cid-vhdFV7fn9v .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFV7fn9v .content-head {
  max-width: 800px;
}
.cid-vhdFV7fn9v .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFV7fn9v .item {
    min-height: 32.5px;
  }
}
#custom-html-4h {
  /* Type valid CSS here */
}
#custom-html-4h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4h p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFV8mjP9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFV8mjP9 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFV8mjP9 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFV8mjP9 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFV8mjP9 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFV8mjP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFV8mjP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFV8mjP9 .row {
  justify-content: center;
}
.cid-vhdFV8mjP9 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFV8mjP9 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFV8mjP9 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFV8mjP9 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFV8mjP9 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFV8mjP9 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFV8mjP9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFV8mjP9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFV8mjP9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFV8mjP9 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFV8mjP9 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFV8mjP9 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFV8mjP9 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFV8mjP9 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFV8mjP9 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFV8mjP9 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFV8mjP9 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFV8mjP9 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFV8mjP9 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFV8mjP9 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFV8mjP9 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFV8mjP9 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFV8mjP9 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFV8mjP9 .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFV8mjP9 .mbr-text,
.cid-vhdFV8mjP9 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFV8mjP9 .mbr-section-btn,
.cid-vhdFV8mjP9 .mbr-section-title {
  text-align: center;
}
.cid-vhdFV8mjP9 .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFV8mjP9 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFV8mjP9 .mbr-copy,
.cid-vhdFV8mjP9 .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFWsw4Sl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFWsw4Sl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFWsw4Sl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFWsw4Sl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFWsw4Sl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFWsw4Sl .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFWsw4Sl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFWsw4Sl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFWsw4Sl .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFWsw4Sl .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFWsw4Sl .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFWsw4Sl .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFWsw4Sl .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFWsw4Sl .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFWsw4Sl .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFWsw4Sl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFWsw4Sl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFWsw4Sl .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFWsw4Sl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFWsw4Sl .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFWsw4Sl .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFWsw4Sl .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFWsw4Sl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFWsw4Sl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFWsw4Sl .container,
.cid-vhdFWsw4Sl .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .container,
  .cid-vhdFWsw4Sl .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFWsw4Sl .container,
  .cid-vhdFWsw4Sl .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFWsw4Sl .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFWsw4Sl .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFWsw4Sl .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFWsw4Sl .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFWsw4Sl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFWsw4Sl .nav-item:focus,
.cid-vhdFWsw4Sl .nav-link:focus {
  outline: none;
}
.cid-vhdFWsw4Sl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFWsw4Sl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFWsw4Sl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFWsw4Sl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFWsw4Sl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFWsw4Sl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFWsw4Sl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFWsw4Sl .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFWsw4Sl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFWsw4Sl .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFWsw4Sl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFWsw4Sl .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFWsw4Sl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFWsw4Sl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFWsw4Sl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFWsw4Sl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFWsw4Sl .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-vhdFWsw4Sl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFWsw4Sl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFWsw4Sl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFWsw4Sl .navbar {
    min-height: 72px;
  }
  .cid-vhdFWsw4Sl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFWsw4Sl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFWsw4Sl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFWsw4Sl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFWsw4Sl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFWsw4Sl .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-vhdFWsw4Sl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFWsw4Sl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFWsw4Sl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFWsw4Sl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFWsw4Sl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFWsw4Sl .dropdown-item.active,
.cid-vhdFWsw4Sl .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFWsw4Sl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFWsw4Sl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFWsw4Sl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFWsw4Sl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFWsw4Sl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFWsw4Sl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFWsw4Sl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFWsw4Sl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFWsw4Sl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFWsw4Sl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFWsw4Sl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFWsw4Sl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFWsw4Sl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFWsw4Sl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFWsw4Sl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFWsw4Sl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFWsw4Sl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFWsw4Sl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFWsw4Sl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFWsw4Sl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFWsw4Sl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFWsw4Sl .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFWsw4Sl .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFWsw4Sl .navbar {
    height: 70px;
  }
  .cid-vhdFWsw4Sl .navbar.opened {
    height: auto;
  }
  .cid-vhdFWsw4Sl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFWsw4Sl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFWsw4Sl .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFWsw4Sl .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFWsw4Sl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFWsw4Sl .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFWsw4Sl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFWsw4Sl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFWsw4Sl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFWsw4Sl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFWsw4Sl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFWsw4Sl .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFWsw4Sl .content-wrap {
    display: block;
  }
}
.cid-vhdFWsw4Sl .nav-link,
.cid-vhdFWsw4Sl .dropdown-item {
  color: #00161F;
}
.cid-vhdFWtJGHW {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFWtJGHW .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFWtJGHW .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFWtJGHW .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFWtJGHW .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFWtJGHW .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFWtJGHW .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFWtJGHW .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFWtJGHW .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFWtJGHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFWtJGHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFWtJGHW .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFWtJGHW .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFWtJGHW .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFWtJGHW .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFWtJGHW .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFWtJGHW .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFWtJGHW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFWtJGHW .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFWtJGHW .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFWtJGHW .mbr-section-title {
  color: #323432;
}
.cid-vhdFWtJGHW .mbr-text,
.cid-vhdFWtJGHW .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFWtJGHW .mbr-section-title,
.cid-vhdFWtJGHW .mbr-section-btn,
.cid-vhdFWtJGHW .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFWuzO2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFWuzO2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFWuzO2l .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFWuzO2l .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFWv31GI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFWv31GI .item:focus,
.cid-vhdFWv31GI span:focus {
  outline: none;
}
.cid-vhdFWv31GI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFWv31GI .content-head {
  max-width: 800px;
}
.cid-vhdFWv31GI .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFWv31GI .item {
    min-height: 32.5px;
  }
}
#custom-html-4n {
  /* Type valid CSS here */
}
#custom-html-4n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4n p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFWw1KM1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFWw1KM1 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFWw1KM1 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFWw1KM1 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFWw1KM1 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFWw1KM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFWw1KM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFWw1KM1 .row {
  justify-content: center;
}
.cid-vhdFWw1KM1 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFWw1KM1 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFWw1KM1 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFWw1KM1 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFWw1KM1 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFWw1KM1 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFWw1KM1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFWw1KM1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFWw1KM1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFWw1KM1 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFWw1KM1 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFWw1KM1 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFWw1KM1 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFWw1KM1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFWw1KM1 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFWw1KM1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFWw1KM1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFWw1KM1 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFWw1KM1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFWw1KM1 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFWw1KM1 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFWw1KM1 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFWw1KM1 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFWw1KM1 .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFWw1KM1 .mbr-text,
.cid-vhdFWw1KM1 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFWw1KM1 .mbr-section-btn,
.cid-vhdFWw1KM1 .mbr-section-title {
  text-align: center;
}
.cid-vhdFWw1KM1 .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFWw1KM1 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFWw1KM1 .mbr-copy,
.cid-vhdFWw1KM1 .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFXZr4qv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFXZr4qv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFXZr4qv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFXZr4qv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFXZr4qv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFXZr4qv .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFXZr4qv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFXZr4qv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFXZr4qv .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFXZr4qv .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFXZr4qv .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFXZr4qv .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFXZr4qv .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFXZr4qv .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFXZr4qv .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFXZr4qv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFXZr4qv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFXZr4qv .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFXZr4qv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFXZr4qv .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFXZr4qv .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFXZr4qv .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFXZr4qv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFXZr4qv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFXZr4qv .container,
.cid-vhdFXZr4qv .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .container,
  .cid-vhdFXZr4qv .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFXZr4qv .container,
  .cid-vhdFXZr4qv .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFXZr4qv .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFXZr4qv .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFXZr4qv .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFXZr4qv .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFXZr4qv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFXZr4qv .nav-item:focus,
.cid-vhdFXZr4qv .nav-link:focus {
  outline: none;
}
.cid-vhdFXZr4qv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFXZr4qv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFXZr4qv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFXZr4qv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFXZr4qv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFXZr4qv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFXZr4qv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFXZr4qv .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFXZr4qv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFXZr4qv .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFXZr4qv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFXZr4qv .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFXZr4qv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFXZr4qv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFXZr4qv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFXZr4qv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFXZr4qv .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-vhdFXZr4qv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFXZr4qv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFXZr4qv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFXZr4qv .navbar {
    min-height: 72px;
  }
  .cid-vhdFXZr4qv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFXZr4qv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFXZr4qv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFXZr4qv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFXZr4qv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFXZr4qv .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-vhdFXZr4qv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFXZr4qv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFXZr4qv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFXZr4qv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFXZr4qv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFXZr4qv .dropdown-item.active,
.cid-vhdFXZr4qv .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFXZr4qv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFXZr4qv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFXZr4qv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFXZr4qv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFXZr4qv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFXZr4qv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFXZr4qv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFXZr4qv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFXZr4qv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFXZr4qv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFXZr4qv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFXZr4qv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFXZr4qv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFXZr4qv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFXZr4qv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFXZr4qv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFXZr4qv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFXZr4qv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFXZr4qv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFXZr4qv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFXZr4qv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFXZr4qv .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFXZr4qv .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFXZr4qv .navbar {
    height: 70px;
  }
  .cid-vhdFXZr4qv .navbar.opened {
    height: auto;
  }
  .cid-vhdFXZr4qv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFXZr4qv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFXZr4qv .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFXZr4qv .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFXZr4qv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFXZr4qv .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFXZr4qv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFXZr4qv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFXZr4qv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFXZr4qv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFXZr4qv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFXZr4qv .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFXZr4qv .content-wrap {
    display: block;
  }
}
.cid-vhdFXZr4qv .nav-link,
.cid-vhdFXZr4qv .dropdown-item {
  color: #00161F;
}
.cid-vhdFY0T5oz {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFY0T5oz .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFY0T5oz .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFY0T5oz .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFY0T5oz .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFY0T5oz .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFY0T5oz .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFY0T5oz .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFY0T5oz .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFY0T5oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFY0T5oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFY0T5oz .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFY0T5oz .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFY0T5oz .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFY0T5oz .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFY0T5oz .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFY0T5oz .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFY0T5oz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFY0T5oz .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFY0T5oz .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFY0T5oz .mbr-section-title {
  color: #323432;
}
.cid-vhdFY0T5oz .mbr-text,
.cid-vhdFY0T5oz .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFY0T5oz .mbr-section-title,
.cid-vhdFY0T5oz .mbr-section-btn,
.cid-vhdFY0T5oz .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFY1yT6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFY1yT6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFY1yT6A .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFY1yT6A .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFY1RK9U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFY1RK9U .item:focus,
.cid-vhdFY1RK9U span:focus {
  outline: none;
}
.cid-vhdFY1RK9U .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFY1RK9U .content-head {
  max-width: 800px;
}
.cid-vhdFY1RK9U .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFY1RK9U .item {
    min-height: 32.5px;
  }
}
#custom-html-4t {
  /* Type valid CSS here */
}
#custom-html-4t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4t p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFY2BN2N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFY2BN2N .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFY2BN2N .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFY2BN2N .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFY2BN2N .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFY2BN2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFY2BN2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFY2BN2N .row {
  justify-content: center;
}
.cid-vhdFY2BN2N .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFY2BN2N .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFY2BN2N .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFY2BN2N .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFY2BN2N .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFY2BN2N .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFY2BN2N .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFY2BN2N .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFY2BN2N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFY2BN2N .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFY2BN2N .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFY2BN2N .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFY2BN2N .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFY2BN2N .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFY2BN2N .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFY2BN2N .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFY2BN2N .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFY2BN2N .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFY2BN2N .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFY2BN2N .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFY2BN2N .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFY2BN2N .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFY2BN2N .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFY2BN2N .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFY2BN2N .mbr-text,
.cid-vhdFY2BN2N .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFY2BN2N .mbr-section-btn,
.cid-vhdFY2BN2N .mbr-section-title {
  text-align: center;
}
.cid-vhdFY2BN2N .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFY2BN2N .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFY2BN2N .mbr-copy,
.cid-vhdFY2BN2N .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdFZDnnFJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdFZDnnFJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdFZDnnFJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdFZDnnFJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdFZDnnFJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdFZDnnFJ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdFZDnnFJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdFZDnnFJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdFZDnnFJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdFZDnnFJ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdFZDnnFJ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdFZDnnFJ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdFZDnnFJ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdFZDnnFJ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdFZDnnFJ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdFZDnnFJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdFZDnnFJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdFZDnnFJ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdFZDnnFJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdFZDnnFJ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdFZDnnFJ .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdFZDnnFJ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdFZDnnFJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFZDnnFJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdFZDnnFJ .container,
.cid-vhdFZDnnFJ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .container,
  .cid-vhdFZDnnFJ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdFZDnnFJ .container,
  .cid-vhdFZDnnFJ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdFZDnnFJ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdFZDnnFJ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdFZDnnFJ .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdFZDnnFJ .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdFZDnnFJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdFZDnnFJ .nav-item:focus,
.cid-vhdFZDnnFJ .nav-link:focus {
  outline: none;
}
.cid-vhdFZDnnFJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdFZDnnFJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdFZDnnFJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdFZDnnFJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdFZDnnFJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdFZDnnFJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdFZDnnFJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdFZDnnFJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdFZDnnFJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdFZDnnFJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdFZDnnFJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdFZDnnFJ .navbar.collapsed {
  justify-content: center;
}
.cid-vhdFZDnnFJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdFZDnnFJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdFZDnnFJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdFZDnnFJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdFZDnnFJ .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-vhdFZDnnFJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdFZDnnFJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdFZDnnFJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdFZDnnFJ .navbar {
    min-height: 72px;
  }
  .cid-vhdFZDnnFJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdFZDnnFJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdFZDnnFJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdFZDnnFJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdFZDnnFJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdFZDnnFJ .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-vhdFZDnnFJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdFZDnnFJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdFZDnnFJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdFZDnnFJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdFZDnnFJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdFZDnnFJ .dropdown-item.active,
.cid-vhdFZDnnFJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdFZDnnFJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdFZDnnFJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdFZDnnFJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdFZDnnFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdFZDnnFJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdFZDnnFJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdFZDnnFJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdFZDnnFJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdFZDnnFJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdFZDnnFJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdFZDnnFJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdFZDnnFJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFZDnnFJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdFZDnnFJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdFZDnnFJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFZDnnFJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdFZDnnFJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdFZDnnFJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdFZDnnFJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdFZDnnFJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdFZDnnFJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdFZDnnFJ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdFZDnnFJ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdFZDnnFJ .navbar {
    height: 70px;
  }
  .cid-vhdFZDnnFJ .navbar.opened {
    height: auto;
  }
  .cid-vhdFZDnnFJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdFZDnnFJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdFZDnnFJ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdFZDnnFJ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdFZDnnFJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdFZDnnFJ .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdFZDnnFJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdFZDnnFJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdFZDnnFJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdFZDnnFJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdFZDnnFJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdFZDnnFJ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdFZDnnFJ .content-wrap {
    display: block;
  }
}
.cid-vhdFZDnnFJ .nav-link,
.cid-vhdFZDnnFJ .dropdown-item {
  color: #00161F;
}
.cid-vhdFZEOx8z {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdFZEOx8z .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdFZEOx8z .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdFZEOx8z .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdFZEOx8z .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdFZEOx8z .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFZEOx8z .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFZEOx8z .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdFZEOx8z .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFZEOx8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFZEOx8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFZEOx8z .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdFZEOx8z .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdFZEOx8z .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdFZEOx8z .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdFZEOx8z .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdFZEOx8z .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdFZEOx8z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFZEOx8z .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdFZEOx8z .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdFZEOx8z .mbr-section-title {
  color: #323432;
}
.cid-vhdFZEOx8z .mbr-text,
.cid-vhdFZEOx8z .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdFZEOx8z .mbr-section-title,
.cid-vhdFZEOx8z .mbr-section-btn,
.cid-vhdFZEOx8z .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdFZFFY1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFZFFY1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdFZFFY1o .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdFZFFY1o .image-wrapper {
    height: 350px;
  }
}
.cid-vhdFZG8Yfe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdFZG8Yfe .item:focus,
.cid-vhdFZG8Yfe span:focus {
  outline: none;
}
.cid-vhdFZG8Yfe .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdFZG8Yfe .content-head {
  max-width: 800px;
}
.cid-vhdFZG8Yfe .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdFZG8Yfe .item {
    min-height: 32.5px;
  }
}
#custom-html-4z {
  /* Type valid CSS here */
}
#custom-html-4z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4z p {
  font-size: 60px;
  color: #777;
}
.cid-vhdFZH8dMm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdFZH8dMm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdFZH8dMm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdFZH8dMm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdFZH8dMm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdFZH8dMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdFZH8dMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdFZH8dMm .row {
  justify-content: center;
}
.cid-vhdFZH8dMm .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFZH8dMm .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdFZH8dMm .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdFZH8dMm .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFZH8dMm .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdFZH8dMm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdFZH8dMm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdFZH8dMm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdFZH8dMm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdFZH8dMm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdFZH8dMm .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdFZH8dMm .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdFZH8dMm .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdFZH8dMm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdFZH8dMm .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdFZH8dMm .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdFZH8dMm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdFZH8dMm .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdFZH8dMm .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdFZH8dMm .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdFZH8dMm .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdFZH8dMm .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdFZH8dMm .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdFZH8dMm .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdFZH8dMm .mbr-text,
.cid-vhdFZH8dMm .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFZH8dMm .mbr-section-btn,
.cid-vhdFZH8dMm .mbr-section-title {
  text-align: center;
}
.cid-vhdFZH8dMm .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdFZH8dMm .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdFZH8dMm .mbr-copy,
.cid-vhdFZH8dMm .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdG1hMGTR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdG1hMGTR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdG1hMGTR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdG1hMGTR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdG1hMGTR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdG1hMGTR .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdG1hMGTR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdG1hMGTR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdG1hMGTR .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdG1hMGTR .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdG1hMGTR .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdG1hMGTR .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdG1hMGTR .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdG1hMGTR .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdG1hMGTR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdG1hMGTR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdG1hMGTR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdG1hMGTR .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdG1hMGTR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdG1hMGTR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdG1hMGTR .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdG1hMGTR .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdG1hMGTR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdG1hMGTR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdG1hMGTR .container,
.cid-vhdG1hMGTR .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .container,
  .cid-vhdG1hMGTR .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdG1hMGTR .container,
  .cid-vhdG1hMGTR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdG1hMGTR .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdG1hMGTR .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdG1hMGTR .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdG1hMGTR .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdG1hMGTR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdG1hMGTR .nav-item:focus,
.cid-vhdG1hMGTR .nav-link:focus {
  outline: none;
}
.cid-vhdG1hMGTR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdG1hMGTR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdG1hMGTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdG1hMGTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdG1hMGTR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdG1hMGTR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdG1hMGTR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdG1hMGTR .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdG1hMGTR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdG1hMGTR .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdG1hMGTR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdG1hMGTR .navbar.collapsed {
  justify-content: center;
}
.cid-vhdG1hMGTR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdG1hMGTR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdG1hMGTR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdG1hMGTR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdG1hMGTR .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-vhdG1hMGTR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdG1hMGTR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdG1hMGTR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdG1hMGTR .navbar {
    min-height: 72px;
  }
  .cid-vhdG1hMGTR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdG1hMGTR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdG1hMGTR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdG1hMGTR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdG1hMGTR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdG1hMGTR .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-vhdG1hMGTR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdG1hMGTR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdG1hMGTR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdG1hMGTR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdG1hMGTR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdG1hMGTR .dropdown-item.active,
.cid-vhdG1hMGTR .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdG1hMGTR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdG1hMGTR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdG1hMGTR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdG1hMGTR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdG1hMGTR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdG1hMGTR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdG1hMGTR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdG1hMGTR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdG1hMGTR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdG1hMGTR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdG1hMGTR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdG1hMGTR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdG1hMGTR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdG1hMGTR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdG1hMGTR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdG1hMGTR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdG1hMGTR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdG1hMGTR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdG1hMGTR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdG1hMGTR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdG1hMGTR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdG1hMGTR .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdG1hMGTR .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdG1hMGTR .navbar {
    height: 70px;
  }
  .cid-vhdG1hMGTR .navbar.opened {
    height: auto;
  }
  .cid-vhdG1hMGTR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdG1hMGTR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdG1hMGTR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdG1hMGTR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdG1hMGTR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdG1hMGTR .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdG1hMGTR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdG1hMGTR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdG1hMGTR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdG1hMGTR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdG1hMGTR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdG1hMGTR .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdG1hMGTR .content-wrap {
    display: block;
  }
}
.cid-vhdG1hMGTR .nav-link,
.cid-vhdG1hMGTR .dropdown-item {
  color: #00161F;
}
.cid-vhdG1jmDQR {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdG1jmDQR .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdG1jmDQR .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdG1jmDQR .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdG1jmDQR .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdG1jmDQR .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdG1jmDQR .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdG1jmDQR .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdG1jmDQR .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdG1jmDQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG1jmDQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdG1jmDQR .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdG1jmDQR .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdG1jmDQR .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdG1jmDQR .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdG1jmDQR .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdG1jmDQR .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdG1jmDQR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdG1jmDQR .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdG1jmDQR .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdG1jmDQR .mbr-section-title {
  color: #323432;
}
.cid-vhdG1jmDQR .mbr-text,
.cid-vhdG1jmDQR .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdG1jmDQR .mbr-section-title,
.cid-vhdG1jmDQR .mbr-section-btn,
.cid-vhdG1jmDQR .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdG1kcq9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG1kcq9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdG1kcq9y .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdG1kcq9y .image-wrapper {
    height: 350px;
  }
}
.cid-vhdG1kGky4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdG1kGky4 .item:focus,
.cid-vhdG1kGky4 span:focus {
  outline: none;
}
.cid-vhdG1kGky4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdG1kGky4 .content-head {
  max-width: 800px;
}
.cid-vhdG1kGky4 .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdG1kGky4 .item {
    min-height: 32.5px;
  }
}
#custom-html-55 {
  /* Type valid CSS here */
}
#custom-html-55 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-55 p {
  font-size: 60px;
  color: #777;
}
.cid-vhdG1lG0KK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdG1lG0KK .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdG1lG0KK .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdG1lG0KK .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdG1lG0KK .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdG1lG0KK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG1lG0KK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdG1lG0KK .row {
  justify-content: center;
}
.cid-vhdG1lG0KK .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG1lG0KK .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdG1lG0KK .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdG1lG0KK .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG1lG0KK .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdG1lG0KK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdG1lG0KK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdG1lG0KK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdG1lG0KK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdG1lG0KK .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdG1lG0KK .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdG1lG0KK .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG1lG0KK .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdG1lG0KK .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdG1lG0KK .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdG1lG0KK .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdG1lG0KK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdG1lG0KK .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdG1lG0KK .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdG1lG0KK .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdG1lG0KK .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdG1lG0KK .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdG1lG0KK .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdG1lG0KK .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdG1lG0KK .mbr-text,
.cid-vhdG1lG0KK .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdG1lG0KK .mbr-section-btn,
.cid-vhdG1lG0KK .mbr-section-title {
  text-align: center;
}
.cid-vhdG1lG0KK .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdG1lG0KK .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdG1lG0KK .mbr-copy,
.cid-vhdG1lG0KK .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdG345UfJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdG345UfJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdG345UfJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdG345UfJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdG345UfJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdG345UfJ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdG345UfJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdG345UfJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdG345UfJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdG345UfJ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdG345UfJ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdG345UfJ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdG345UfJ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdG345UfJ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdG345UfJ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdG345UfJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdG345UfJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdG345UfJ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdG345UfJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdG345UfJ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdG345UfJ .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdG345UfJ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdG345UfJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdG345UfJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdG345UfJ .container,
.cid-vhdG345UfJ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .container,
  .cid-vhdG345UfJ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdG345UfJ .container,
  .cid-vhdG345UfJ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdG345UfJ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdG345UfJ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdG345UfJ .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdG345UfJ .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdG345UfJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdG345UfJ .nav-item:focus,
.cid-vhdG345UfJ .nav-link:focus {
  outline: none;
}
.cid-vhdG345UfJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdG345UfJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdG345UfJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdG345UfJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdG345UfJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdG345UfJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdG345UfJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdG345UfJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdG345UfJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdG345UfJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdG345UfJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdG345UfJ .navbar.collapsed {
  justify-content: center;
}
.cid-vhdG345UfJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdG345UfJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdG345UfJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdG345UfJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdG345UfJ .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-vhdG345UfJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdG345UfJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdG345UfJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdG345UfJ .navbar {
    min-height: 72px;
  }
  .cid-vhdG345UfJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdG345UfJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdG345UfJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdG345UfJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdG345UfJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdG345UfJ .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-vhdG345UfJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdG345UfJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdG345UfJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdG345UfJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdG345UfJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdG345UfJ .dropdown-item.active,
.cid-vhdG345UfJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdG345UfJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdG345UfJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdG345UfJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdG345UfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdG345UfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdG345UfJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdG345UfJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdG345UfJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdG345UfJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdG345UfJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdG345UfJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdG345UfJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdG345UfJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdG345UfJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdG345UfJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdG345UfJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdG345UfJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdG345UfJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdG345UfJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdG345UfJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdG345UfJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdG345UfJ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdG345UfJ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdG345UfJ .navbar {
    height: 70px;
  }
  .cid-vhdG345UfJ .navbar.opened {
    height: auto;
  }
  .cid-vhdG345UfJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdG345UfJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdG345UfJ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdG345UfJ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdG345UfJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdG345UfJ .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdG345UfJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdG345UfJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdG345UfJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdG345UfJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdG345UfJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdG345UfJ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdG345UfJ .content-wrap {
    display: block;
  }
}
.cid-vhdG345UfJ .nav-link,
.cid-vhdG345UfJ .dropdown-item {
  color: #00161F;
}
.cid-vhdG35wwwm {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdG35wwwm .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdG35wwwm .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdG35wwwm .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdG35wwwm .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdG35wwwm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdG35wwwm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdG35wwwm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdG35wwwm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdG35wwwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG35wwwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdG35wwwm .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdG35wwwm .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdG35wwwm .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdG35wwwm .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdG35wwwm .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdG35wwwm .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdG35wwwm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdG35wwwm .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdG35wwwm .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdG35wwwm .mbr-section-title {
  color: #323432;
}
.cid-vhdG35wwwm .mbr-text,
.cid-vhdG35wwwm .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdG35wwwm .mbr-section-title,
.cid-vhdG35wwwm .mbr-section-btn,
.cid-vhdG35wwwm .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdG36tt8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG36tt8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdG36tt8y .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdG36tt8y .image-wrapper {
    height: 350px;
  }
}
.cid-vhdG36Q1SR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdG36Q1SR .item:focus,
.cid-vhdG36Q1SR span:focus {
  outline: none;
}
.cid-vhdG36Q1SR .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdG36Q1SR .content-head {
  max-width: 800px;
}
.cid-vhdG36Q1SR .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdG36Q1SR .item {
    min-height: 32.5px;
  }
}
#custom-html-5b {
  /* Type valid CSS here */
}
#custom-html-5b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5b p {
  font-size: 60px;
  color: #777;
}
.cid-vhdG37OoGm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdG37OoGm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdG37OoGm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdG37OoGm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdG37OoGm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdG37OoGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG37OoGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdG37OoGm .row {
  justify-content: center;
}
.cid-vhdG37OoGm .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG37OoGm .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdG37OoGm .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdG37OoGm .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG37OoGm .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdG37OoGm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdG37OoGm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdG37OoGm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdG37OoGm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdG37OoGm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdG37OoGm .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdG37OoGm .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG37OoGm .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdG37OoGm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdG37OoGm .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdG37OoGm .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdG37OoGm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdG37OoGm .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdG37OoGm .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdG37OoGm .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdG37OoGm .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdG37OoGm .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdG37OoGm .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdG37OoGm .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdG37OoGm .mbr-text,
.cid-vhdG37OoGm .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdG37OoGm .mbr-section-btn,
.cid-vhdG37OoGm .mbr-section-title {
  text-align: center;
}
.cid-vhdG37OoGm .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdG37OoGm .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdG37OoGm .mbr-copy,
.cid-vhdG37OoGm .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdG4NCTjn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdG4NCTjn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdG4NCTjn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdG4NCTjn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdG4NCTjn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdG4NCTjn .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdG4NCTjn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdG4NCTjn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdG4NCTjn .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdG4NCTjn .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdG4NCTjn .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdG4NCTjn .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdG4NCTjn .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdG4NCTjn .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdG4NCTjn .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdG4NCTjn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdG4NCTjn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdG4NCTjn .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdG4NCTjn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdG4NCTjn .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdG4NCTjn .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdG4NCTjn .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdG4NCTjn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdG4NCTjn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdG4NCTjn .container,
.cid-vhdG4NCTjn .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .container,
  .cid-vhdG4NCTjn .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdG4NCTjn .container,
  .cid-vhdG4NCTjn .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdG4NCTjn .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdG4NCTjn .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdG4NCTjn .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdG4NCTjn .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdG4NCTjn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdG4NCTjn .nav-item:focus,
.cid-vhdG4NCTjn .nav-link:focus {
  outline: none;
}
.cid-vhdG4NCTjn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdG4NCTjn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdG4NCTjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdG4NCTjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdG4NCTjn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdG4NCTjn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdG4NCTjn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdG4NCTjn .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdG4NCTjn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdG4NCTjn .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdG4NCTjn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdG4NCTjn .navbar.collapsed {
  justify-content: center;
}
.cid-vhdG4NCTjn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdG4NCTjn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdG4NCTjn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdG4NCTjn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdG4NCTjn .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-vhdG4NCTjn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdG4NCTjn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdG4NCTjn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdG4NCTjn .navbar {
    min-height: 72px;
  }
  .cid-vhdG4NCTjn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdG4NCTjn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdG4NCTjn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdG4NCTjn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdG4NCTjn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdG4NCTjn .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-vhdG4NCTjn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdG4NCTjn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdG4NCTjn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdG4NCTjn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdG4NCTjn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdG4NCTjn .dropdown-item.active,
.cid-vhdG4NCTjn .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdG4NCTjn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdG4NCTjn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdG4NCTjn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdG4NCTjn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdG4NCTjn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdG4NCTjn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdG4NCTjn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdG4NCTjn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdG4NCTjn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdG4NCTjn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdG4NCTjn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdG4NCTjn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdG4NCTjn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdG4NCTjn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdG4NCTjn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdG4NCTjn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdG4NCTjn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdG4NCTjn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdG4NCTjn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdG4NCTjn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdG4NCTjn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdG4NCTjn .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdG4NCTjn .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdG4NCTjn .navbar {
    height: 70px;
  }
  .cid-vhdG4NCTjn .navbar.opened {
    height: auto;
  }
  .cid-vhdG4NCTjn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdG4NCTjn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdG4NCTjn .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdG4NCTjn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdG4NCTjn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdG4NCTjn .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdG4NCTjn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdG4NCTjn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdG4NCTjn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdG4NCTjn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdG4NCTjn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdG4NCTjn .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdG4NCTjn .content-wrap {
    display: block;
  }
}
.cid-vhdG4NCTjn .nav-link,
.cid-vhdG4NCTjn .dropdown-item {
  color: #00161F;
}
.cid-vhdG4OW3ZT {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdG4OW3ZT .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdG4OW3ZT .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdG4OW3ZT .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdG4OW3ZT .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdG4OW3ZT .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdG4OW3ZT .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdG4OW3ZT .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdG4OW3ZT .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdG4OW3ZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG4OW3ZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdG4OW3ZT .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdG4OW3ZT .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdG4OW3ZT .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdG4OW3ZT .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdG4OW3ZT .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdG4OW3ZT .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdG4OW3ZT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdG4OW3ZT .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdG4OW3ZT .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdG4OW3ZT .mbr-section-title {
  color: #323432;
}
.cid-vhdG4OW3ZT .mbr-text,
.cid-vhdG4OW3ZT .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdG4OW3ZT .mbr-section-title,
.cid-vhdG4OW3ZT .mbr-section-btn,
.cid-vhdG4OW3ZT .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdG4PFfVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG4PFfVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdG4PFfVc .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdG4PFfVc .image-wrapper {
    height: 350px;
  }
}
.cid-vhdG4PYNIi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdG4PYNIi .item:focus,
.cid-vhdG4PYNIi span:focus {
  outline: none;
}
.cid-vhdG4PYNIi .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdG4PYNIi .content-head {
  max-width: 800px;
}
.cid-vhdG4PYNIi .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdG4PYNIi .item {
    min-height: 32.5px;
  }
}
#custom-html-5h {
  /* Type valid CSS here */
}
#custom-html-5h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5h p {
  font-size: 60px;
  color: #777;
}
.cid-vhdG4QZLvV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdG4QZLvV .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdG4QZLvV .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdG4QZLvV .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdG4QZLvV .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdG4QZLvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG4QZLvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdG4QZLvV .row {
  justify-content: center;
}
.cid-vhdG4QZLvV .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG4QZLvV .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdG4QZLvV .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdG4QZLvV .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG4QZLvV .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdG4QZLvV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdG4QZLvV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdG4QZLvV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdG4QZLvV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdG4QZLvV .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdG4QZLvV .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdG4QZLvV .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG4QZLvV .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdG4QZLvV .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdG4QZLvV .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdG4QZLvV .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdG4QZLvV .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdG4QZLvV .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdG4QZLvV .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdG4QZLvV .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdG4QZLvV .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdG4QZLvV .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdG4QZLvV .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdG4QZLvV .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdG4QZLvV .mbr-text,
.cid-vhdG4QZLvV .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdG4QZLvV .mbr-section-btn,
.cid-vhdG4QZLvV .mbr-section-title {
  text-align: center;
}
.cid-vhdG4QZLvV .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdG4QZLvV .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdG4QZLvV .mbr-copy,
.cid-vhdG4QZLvV .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdG6vn3LX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdG6vn3LX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdG6vn3LX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdG6vn3LX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdG6vn3LX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdG6vn3LX .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdG6vn3LX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdG6vn3LX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdG6vn3LX .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdG6vn3LX .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdG6vn3LX .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdG6vn3LX .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdG6vn3LX .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdG6vn3LX .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdG6vn3LX .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdG6vn3LX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdG6vn3LX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdG6vn3LX .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdG6vn3LX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdG6vn3LX .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdG6vn3LX .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdG6vn3LX .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdG6vn3LX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdG6vn3LX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdG6vn3LX .container,
.cid-vhdG6vn3LX .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .container,
  .cid-vhdG6vn3LX .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdG6vn3LX .container,
  .cid-vhdG6vn3LX .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdG6vn3LX .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdG6vn3LX .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdG6vn3LX .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdG6vn3LX .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdG6vn3LX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdG6vn3LX .nav-item:focus,
.cid-vhdG6vn3LX .nav-link:focus {
  outline: none;
}
.cid-vhdG6vn3LX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdG6vn3LX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdG6vn3LX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdG6vn3LX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdG6vn3LX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdG6vn3LX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdG6vn3LX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdG6vn3LX .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdG6vn3LX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdG6vn3LX .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdG6vn3LX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdG6vn3LX .navbar.collapsed {
  justify-content: center;
}
.cid-vhdG6vn3LX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdG6vn3LX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdG6vn3LX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdG6vn3LX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdG6vn3LX .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-vhdG6vn3LX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdG6vn3LX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdG6vn3LX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdG6vn3LX .navbar {
    min-height: 72px;
  }
  .cid-vhdG6vn3LX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdG6vn3LX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdG6vn3LX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdG6vn3LX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdG6vn3LX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdG6vn3LX .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-vhdG6vn3LX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdG6vn3LX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdG6vn3LX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdG6vn3LX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdG6vn3LX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdG6vn3LX .dropdown-item.active,
.cid-vhdG6vn3LX .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdG6vn3LX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdG6vn3LX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdG6vn3LX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdG6vn3LX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdG6vn3LX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdG6vn3LX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdG6vn3LX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdG6vn3LX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdG6vn3LX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdG6vn3LX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdG6vn3LX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdG6vn3LX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdG6vn3LX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdG6vn3LX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdG6vn3LX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdG6vn3LX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdG6vn3LX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdG6vn3LX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdG6vn3LX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdG6vn3LX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdG6vn3LX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdG6vn3LX .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdG6vn3LX .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdG6vn3LX .navbar {
    height: 70px;
  }
  .cid-vhdG6vn3LX .navbar.opened {
    height: auto;
  }
  .cid-vhdG6vn3LX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdG6vn3LX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdG6vn3LX .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdG6vn3LX .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdG6vn3LX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdG6vn3LX .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdG6vn3LX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdG6vn3LX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdG6vn3LX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdG6vn3LX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdG6vn3LX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdG6vn3LX .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdG6vn3LX .content-wrap {
    display: block;
  }
}
.cid-vhdG6vn3LX .nav-link,
.cid-vhdG6vn3LX .dropdown-item {
  color: #00161F;
}
.cid-vhdG6wUJv0 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdG6wUJv0 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdG6wUJv0 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdG6wUJv0 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdG6wUJv0 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdG6wUJv0 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdG6wUJv0 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdG6wUJv0 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdG6wUJv0 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdG6wUJv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG6wUJv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdG6wUJv0 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdG6wUJv0 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdG6wUJv0 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdG6wUJv0 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdG6wUJv0 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdG6wUJv0 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdG6wUJv0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdG6wUJv0 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdG6wUJv0 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdG6wUJv0 .mbr-section-title {
  color: #323432;
}
.cid-vhdG6wUJv0 .mbr-text,
.cid-vhdG6wUJv0 .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdG6wUJv0 .mbr-section-title,
.cid-vhdG6wUJv0 .mbr-section-btn,
.cid-vhdG6wUJv0 .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdG6xBXR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG6xBXR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdG6xBXR5 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdG6xBXR5 .image-wrapper {
    height: 350px;
  }
}
.cid-vhdG6xZA7T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdG6xZA7T .item:focus,
.cid-vhdG6xZA7T span:focus {
  outline: none;
}
.cid-vhdG6xZA7T .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdG6xZA7T .content-head {
  max-width: 800px;
}
.cid-vhdG6xZA7T .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdG6xZA7T .item {
    min-height: 32.5px;
  }
}
#custom-html-5n {
  /* Type valid CSS here */
}
#custom-html-5n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5n p {
  font-size: 60px;
  color: #777;
}
.cid-vhdG6yQtZx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdG6yQtZx .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdG6yQtZx .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdG6yQtZx .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdG6yQtZx .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdG6yQtZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG6yQtZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdG6yQtZx .row {
  justify-content: center;
}
.cid-vhdG6yQtZx .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG6yQtZx .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdG6yQtZx .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdG6yQtZx .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG6yQtZx .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdG6yQtZx .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdG6yQtZx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdG6yQtZx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdG6yQtZx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdG6yQtZx .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdG6yQtZx .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdG6yQtZx .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG6yQtZx .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdG6yQtZx .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdG6yQtZx .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdG6yQtZx .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdG6yQtZx .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdG6yQtZx .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdG6yQtZx .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdG6yQtZx .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdG6yQtZx .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdG6yQtZx .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdG6yQtZx .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdG6yQtZx .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdG6yQtZx .mbr-text,
.cid-vhdG6yQtZx .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdG6yQtZx .mbr-section-btn,
.cid-vhdG6yQtZx .mbr-section-title {
  text-align: center;
}
.cid-vhdG6yQtZx .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdG6yQtZx .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdG6yQtZx .mbr-copy,
.cid-vhdG6yQtZx .copy-wrapper {
  color: #EEF1F2;
}
.cid-vhdG86fIsZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhdG86fIsZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vhdG86fIsZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhdG86fIsZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhdG86fIsZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vhdG86fIsZ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vhdG86fIsZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhdG86fIsZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhdG86fIsZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vhdG86fIsZ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vhdG86fIsZ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vhdG86fIsZ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #00394f;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vhdG86fIsZ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vhdG86fIsZ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vhdG86fIsZ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vhdG86fIsZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhdG86fIsZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhdG86fIsZ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #abe2f4;
}
.cid-vhdG86fIsZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhdG86fIsZ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vhdG86fIsZ .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-vhdG86fIsZ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdG86fIsZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhdG86fIsZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-vhdG86fIsZ .container,
.cid-vhdG86fIsZ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #7fd5ef;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #abe2f4;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .container,
  .cid-vhdG86fIsZ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vhdG86fIsZ .container,
  .cid-vhdG86fIsZ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhdG86fIsZ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vhdG86fIsZ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vhdG86fIsZ .iconfont-wrapper {
  color: #abe2f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhdG86fIsZ .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-vhdG86fIsZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-vhdG86fIsZ .nav-item:focus,
.cid-vhdG86fIsZ .nav-link:focus {
  outline: none;
}
.cid-vhdG86fIsZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhdG86fIsZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhdG86fIsZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhdG86fIsZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhdG86fIsZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhdG86fIsZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhdG86fIsZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vhdG86fIsZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vhdG86fIsZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhdG86fIsZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vhdG86fIsZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vhdG86fIsZ .navbar.collapsed {
  justify-content: center;
}
.cid-vhdG86fIsZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhdG86fIsZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhdG86fIsZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhdG86fIsZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhdG86fIsZ .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-vhdG86fIsZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhdG86fIsZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhdG86fIsZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhdG86fIsZ .navbar {
    min-height: 72px;
  }
  .cid-vhdG86fIsZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhdG86fIsZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhdG86fIsZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhdG86fIsZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhdG86fIsZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhdG86fIsZ .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-vhdG86fIsZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhdG86fIsZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhdG86fIsZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhdG86fIsZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhdG86fIsZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhdG86fIsZ .dropdown-item.active,
.cid-vhdG86fIsZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vhdG86fIsZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhdG86fIsZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhdG86fIsZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhdG86fIsZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vhdG86fIsZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vhdG86fIsZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhdG86fIsZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhdG86fIsZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .navbar-buttons {
    text-align: left;
  }
}
.cid-vhdG86fIsZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhdG86fIsZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00394f;
}
.cid-vhdG86fIsZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhdG86fIsZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdG86fIsZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhdG86fIsZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhdG86fIsZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdG86fIsZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhdG86fIsZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhdG86fIsZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhdG86fIsZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhdG86fIsZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhdG86fIsZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-vhdG86fIsZ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vhdG86fIsZ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #00394f;
  color: #abe2f4;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhdG86fIsZ .navbar {
    height: 70px;
  }
  .cid-vhdG86fIsZ .navbar.opened {
    height: auto;
  }
  .cid-vhdG86fIsZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhdG86fIsZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhdG86fIsZ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vhdG86fIsZ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vhdG86fIsZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhdG86fIsZ .navbar-brand {
    margin-right: auto;
  }
  .cid-vhdG86fIsZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #abe2f4;
    backdrop-filter: blur(8px);
  }
  .cid-vhdG86fIsZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhdG86fIsZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vhdG86fIsZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhdG86fIsZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhdG86fIsZ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vhdG86fIsZ .content-wrap {
    display: block;
  }
}
.cid-vhdG86fIsZ .nav-link,
.cid-vhdG86fIsZ .dropdown-item {
  color: #00161F;
}
.cid-vhdG87NgBI {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #7fd5ef;
}
.cid-vhdG87NgBI .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vhdG87NgBI .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-vhdG87NgBI .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhdG87NgBI .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7fd5ef;
  opacity: 1;
  pointer-events: none;
}
.cid-vhdG87NgBI .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdG87NgBI .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdG87NgBI .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  pointer-events: none;
}
.cid-vhdG87NgBI .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #abe2f4;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdG87NgBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG87NgBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdG87NgBI .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-vhdG87NgBI .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-vhdG87NgBI .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vhdG87NgBI .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-vhdG87NgBI .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhdG87NgBI .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhdG87NgBI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdG87NgBI .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-vhdG87NgBI .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-vhdG87NgBI .mbr-section-title {
  color: #323432;
}
.cid-vhdG87NgBI .mbr-text,
.cid-vhdG87NgBI .text-wrapper {
  color: #00161F;
  text-align: center;
}
.cid-vhdG87NgBI .mbr-section-title,
.cid-vhdG87NgBI .mbr-section-btn,
.cid-vhdG87NgBI .title-wrapper {
  text-align: center;
  color: #f25555;
}
.cid-vhdG88n0Bv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG88n0Bv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2586481/assets/images/background1.jpg?rnd=1776583806784");
}
.cid-vhdG88n0Bv .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vhdG88n0Bv .image-wrapper {
    height: 350px;
  }
}
.cid-vhdG88Gh7s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a1cb;
}
.cid-vhdG88Gh7s .item:focus,
.cid-vhdG88Gh7s span:focus {
  outline: none;
}
.cid-vhdG88Gh7s .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vhdG88Gh7s .content-head {
  max-width: 800px;
}
.cid-vhdG88Gh7s .item {
  color: #eef1f2;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vhdG88Gh7s .item {
    min-height: 32.5px;
  }
}
#custom-html-5t {
  /* Type valid CSS here */
}
#custom-html-5t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5t p {
  font-size: 60px;
  color: #777;
}
.cid-vhdG89F4O3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vhdG89F4O3 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vhdG89F4O3 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vhdG89F4O3 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vhdG89F4O3 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vhdG89F4O3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdG89F4O3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdG89F4O3 .row {
  justify-content: center;
}
.cid-vhdG89F4O3 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG89F4O3 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vhdG89F4O3 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vhdG89F4O3 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG89F4O3 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhdG89F4O3 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhdG89F4O3 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhdG89F4O3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhdG89F4O3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhdG89F4O3 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vhdG89F4O3 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vhdG89F4O3 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhdG89F4O3 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vhdG89F4O3 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vhdG89F4O3 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vhdG89F4O3 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhdG89F4O3 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhdG89F4O3 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vhdG89F4O3 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vhdG89F4O3 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vhdG89F4O3 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vhdG89F4O3 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #004f6b;
  pointer-events: none;
}
.cid-vhdG89F4O3 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vhdG89F4O3 .mbr-section-title {
  color: #f1f5eb;
}
.cid-vhdG89F4O3 .mbr-text,
.cid-vhdG89F4O3 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdG89F4O3 .mbr-section-btn,
.cid-vhdG89F4O3 .mbr-section-title {
  text-align: center;
}
.cid-vhdG89F4O3 .mbr-soc {
  color: #f1f5eb;
}
.cid-vhdG89F4O3 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vhdG89F4O3 .mbr-copy,
.cid-vhdG89F4O3 .copy-wrapper {
  color: #EEF1F2;
}
