.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Google Sans', sans-serif;
  font-size: 6.5rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Google Sans', sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Google Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #dde8ff !important;
}
.bg-success {
  background-color: #394546 !important;
}
.bg-info {
  background-color: #0033a0 !important;
}
.bg-warning {
  background-color: #c5ba4a !important;
}
.bg-danger {
  background-color: #c7756f !important;
}
.btn-primary .mbr-iconfont {
  background-color: #0037aa !important;
  color: #dde8ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dde8ff !important;
  border-color: #dde8ff !important;
  color: #0037aa !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0037aa !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #445e5f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #445e5f !important;
  border-color: #445e5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #597b7d !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #597b7d !important;
  border-color: #597b7d !important;
}
.btn-info .mbr-iconfont {
  background-color: #ffffff !important;
  color: #0033a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0033a0 !important;
  border-color: #0033a0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0043d3 !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0043d3 !important;
  border-color: #0043d3 !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff !important;
  color: #394546 !important;
}
.btn-success,
.btn-success:active {
  background-color: #394546 !important;
  border-color: #394546 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #506162 !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #506162 !important;
  border-color: #506162 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000 !important;
  color: #c5ba4a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d1c971 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #d1c971 !important;
  border-color: #d1c971 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff !important;
  color: #c7756f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c7756f !important;
  border-color: #c7756f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d59894 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d59894 !important;
  border-color: #d59894 !important;
}
.btn-white .mbr-iconfont {
  background-color: #666666 !important;
  color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222f30 !important;
  border-color: #222f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #374c4e !important;
  box-shadow: none;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #374c4e !important;
  border-color: #374c4e !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #dde8ff !important;
  color: #0037aa;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #dde8ff;
  color: #dde8ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #86adff !important;
  background-color: transparent !important;
  border-color: #86adff !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 {
  background-color: #86adff !important;
  color: #001b53;
  transform: translateX(4px);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #0047dd !important;
  background-color: #dde8ff !important;
  border-color: #dde8ff !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #445e5f !important;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #445e5f;
  color: #445e5f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #202c2c !important;
  background-color: transparent !important;
  border-color: #202c2c !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 {
  background-color: #202c2c !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #445e5f !important;
  border-color: #445e5f !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #0033a0 !important;
  color: #ffffff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0033a0;
  color: #0033a0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #001749 !important;
  background-color: transparent !important;
  border-color: #001749 !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 {
  background-color: #001749 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0033a0 !important;
  border-color: #0033a0 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #394546 !important;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #394546;
  color: #394546;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #121616 !important;
  background-color: transparent !important;
  border-color: #121616 !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 {
  background-color: #121616 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #394546 !important;
  border-color: #394546 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #c5ba4a !important;
  color: #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c5ba4a;
  color: #c5ba4a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8c832d !important;
  background-color: transparent !important;
  border-color: #8c832d !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 {
  background-color: #8c832d !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #c7756f !important;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c7756f;
  color: #c7756f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a1453f !important;
  background-color: transparent !important;
  border-color: #a1453f !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 {
  background-color: #a1453f !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c7756f !important;
  border-color: #c7756f !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #222f30;
  color: #222f30;
}
.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 {
  background-color: #000000 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222f30 !important;
  border-color: #222f30 !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #ffffff !important;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background-color: #d4d4d4 !important;
  color: #3b3b3b;
  transform: translateX(4px);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #dde8ff !important;
}
.text-secondary {
  color: #445e5f !important;
}
.text-success {
  color: #394546 !important;
}
.text-info {
  color: #0033a0 !important;
}
.text-warning {
  color: #c5ba4a !important;
}
.text-danger {
  color: #c7756f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #222f30 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #77a3ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #192324 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0b0e0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00123a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #807829 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #96403a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #dde8ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0033a0;
}
.alert-warning {
  background-color: #c5ba4a;
}
.alert-danger {
  background-color: #c7756f;
}
.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: #dde8ff;
  border-color: #dde8ff;
  color: #0050f7;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 8px !important;
}
a,
a:hover {
  color: #dde8ff;
}
.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: #aab9ba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2167ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e4dfab;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ebcdcb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #dde8ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #dde8ff;
}
/* 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: #dde8ff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dde8ff;
}
.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: #dde8ff;
  border-bottom-color: #dde8ff;
}
.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: #dde8ff !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: #445e5f !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='%23dde8ff' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 0 20px;
  font-weight: 400;
  border-radius: 12px !important;
  min-height: 48px;
  will-change: transform;
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  width: 48px;
  border-radius: 12px !important;
  font-size: 90%;
  margin-right: -22px;
  margin-left: 16px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-black {
  color: #ffffff;
}
.mbr-section-btn .btn-black .mbr-iconfont {
  background-color: #dde8ff !important;
  color: #0037aa !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #dde8ff !important;
  color: #0037aa !important;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-white {
  color: #222f30;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  background-color: #dde8ff !important;
  color: #0037aa !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #dde8ff !important;
  color: #0037aa !important;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
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,
.google-map iframe {
  border-radius: 24px !important;
}
.middle-radius {
  border-radius: 16px !important;
}
.little-radius,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 8px !important;
}
.menu-content,
.blur-wrapper,
.card-icon.card-wrap {
  border-radius: 12px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vn6dNRX0Uq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vn6dNRX0Uq nav.navbar {
  position: fixed;
}
.cid-vn6dNRX0Uq .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vn6dNRX0Uq .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vn6dNRX0Uq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn6dNRX0Uq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vn6dNRX0Uq .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vn6dNRX0Uq .dropdown-item:hover,
.cid-vn6dNRX0Uq .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vn6dNRX0Uq .dropdown-item:hover span {
  color: white;
}
.cid-vn6dNRX0Uq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vn6dNRX0Uq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vn6dNRX0Uq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vn6dNRX0Uq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vn6dNRX0Uq .nav-link {
  position: relative;
}
.cid-vn6dNRX0Uq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vn6dNRX0Uq .container {
    flex-wrap: nowrap;
  }
}
.cid-vn6dNRX0Uq .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vn6dNRX0Uq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vn6dNRX0Uq .dropdown-menu,
.cid-vn6dNRX0Uq .navbar.opened {
  background: #0033a0 !important;
}
.cid-vn6dNRX0Uq .nav-item:focus,
.cid-vn6dNRX0Uq .nav-link:focus {
  outline: none;
}
.cid-vn6dNRX0Uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vn6dNRX0Uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vn6dNRX0Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vn6dNRX0Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn6dNRX0Uq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vn6dNRX0Uq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vn6dNRX0Uq .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vn6dNRX0Uq .navbar.opened {
  transition: all 0.3s;
}
.cid-vn6dNRX0Uq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vn6dNRX0Uq .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vn6dNRX0Uq .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vn6dNRX0Uq .navbar .navbar-logo img {
  width: auto;
}
.cid-vn6dNRX0Uq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vn6dNRX0Uq .navbar.collapsed {
  justify-content: center;
}
.cid-vn6dNRX0Uq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vn6dNRX0Uq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vn6dNRX0Uq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vn6dNRX0Uq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vn6dNRX0Uq .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-vn6dNRX0Uq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vn6dNRX0Uq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vn6dNRX0Uq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vn6dNRX0Uq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vn6dNRX0Uq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vn6dNRX0Uq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vn6dNRX0Uq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vn6dNRX0Uq .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-vn6dNRX0Uq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vn6dNRX0Uq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vn6dNRX0Uq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vn6dNRX0Uq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vn6dNRX0Uq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vn6dNRX0Uq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vn6dNRX0Uq .navbar.navbar-short {
  min-height: 86px;
}
.cid-vn6dNRX0Uq .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vn6dNRX0Uq .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vn6dNRX0Uq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vn6dNRX0Uq .navbar-brand .navbar-caption:hover,
.cid-vn6dNRX0Uq .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vn6dNRX0Uq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vn6dNRX0Uq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vn6dNRX0Uq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vn6dNRX0Uq .dropdown-item.active,
.cid-vn6dNRX0Uq .dropdown-item:active {
  background-color: transparent;
}
.cid-vn6dNRX0Uq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vn6dNRX0Uq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vn6dNRX0Uq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vn6dNRX0Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vn6dNRX0Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vn6dNRX0Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vn6dNRX0Uq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vn6dNRX0Uq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vn6dNRX0Uq ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vn6dNRX0Uq ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vn6dNRX0Uq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vn6dNRX0Uq .navbar-buttons {
    text-align: left;
  }
}
.cid-vn6dNRX0Uq .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vn6dNRX0Uq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vn6dNRX0Uq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vn6dNRX0Uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vn6dNRX0Uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vn6dNRX0Uq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn6dNRX0Uq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn6dNRX0Uq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vn6dNRX0Uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn6dNRX0Uq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vn6dNRX0Uq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vn6dNRX0Uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn6dNRX0Uq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vn6dNRX0Uq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vn6dNRX0Uq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vn6dNRX0Uq .navbar {
    height: 86px;
  }
  .cid-vn6dNRX0Uq .navbar.opened {
    height: auto;
  }
  .cid-vn6dNRX0Uq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vn6dNRX0Uq .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vn6dNRX0Uq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vn6dNRX0Uq .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vn6dNRX0Uq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vn6dNRX0Uq .nav-item .nav-link:hover,
.cid-vn6dNRX0Uq .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vn6dNRX0Uq .nav-item .nav-link:hover::after,
.cid-vn6dNRX0Uq .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vn6dNRX0Uq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vn6dNRX0Uq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vn6dNRX0Uq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vn6dNRX0Uq .navbar {
    justify-content: flex-start !important;
  }
  .cid-vn6dNRX0Uq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vn6dNRX0Uq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vn6dNRX0Uq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vn6dNRX0Uq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vn6dNRX0Uq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vn6dNRX0Uq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vn6dNRX0Uq .content-wrap {
  min-height: 86px;
}
.cid-vck4UvzCOx {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vck4UvzCOx .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vck4UvzCOx .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vck4UvzCOx .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vck4UvzCOx .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vck4UvzCOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vck4UvzCOx .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vck4UvzCOx .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vck4UvzCOx .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vck4UvzCOx .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vck4UvzCOx .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vck4UvzCOx .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vck4UvzCOx .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vck4UvzCOx .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vck4UvzCOx .mbr-section-title {
  color: #ffffff;
}
.cid-vck4UvzCOx .mbr-text {
  color: #ffffff;
}
.cid-vck4UvzCOx .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .mbr-section-btn {
    text-align: left;
  }
}
.cid-vqcccBbqsw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vqcccBbqsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqcccBbqsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqcccBbqsw .row {
  justify-content: space-between;
}
.cid-vqcccBbqsw .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vqcccBbqsw .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqcccBbqsw .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqcccBbqsw .image-wrapper img {
    height: 350px;
  }
}
.cid-vqcccBbqsw .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-vqcccBbqsw .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-vqcccBbqsw .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqcccBbqsw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vqcccBbqsw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqcccBbqsw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vqcccBbqsw .mbr-label {
  color: #19171c;
}
.cid-vqcccBbqsw .mbr-section-title {
  color: #19171c;
}
.cid-vqcccBbqsw .mbr-text,
.cid-vqcccBbqsw .text-wrapper {
  color: #dde8ff;
}
.cid-vqcccBbqsw .mbr-section-title,
.cid-vqcccBbqsw .mbr-section-btn,
.cid-vqcccBbqsw .iconfont-wrapper {
  color: #dde8ff;
}
.cid-vnqMveVC1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnqMveVC1S .container {
  padding: 0 5%;
}
.cid-vnqMveVC1S .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #0033a0;
  text-align: center;
}
.cid-vnqMveVC1S .article-wrapper {
  background-color: #0033a0;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-vnqMveVC1S .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-vnqMveVC1S .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-vnqMveVC1S .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-vnqMveVC1S .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-vnqMveVC1S .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-vnqMveVC1S .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-vnqMveVC1S .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-vnqMveVC1S .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-vnqMveVC1S .article-column1 {
    padding-right: 16px;
  }
}
.cid-vnqMveVC1S .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-vnqMveVC1S .article-column2 {
    padding-left: 16px;
  }
}
.cid-vnqMveVC1S .mbr-section-subtitle,
.cid-vnqMveVC1S .mbr-iconfont {
  color: #e082c5;
}
.cid-vnqMveVC1S .mbr-text {
  color: #dde8ff;
}
.cid-vnqMveVC1S .mbr-section-subtitle {
  color: #dde8ff;
  text-align: left;
}
.cid-vqcbzaKNUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vqcbzaKNUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqcbzaKNUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqcbzaKNUf .row {
  justify-content: space-between;
}
.cid-vqcbzaKNUf .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vqcbzaKNUf .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqcbzaKNUf .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqcbzaKNUf .image-wrapper img {
    height: 350px;
  }
}
.cid-vqcbzaKNUf .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-vqcbzaKNUf .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-vqcbzaKNUf .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqcbzaKNUf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vqcbzaKNUf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqcbzaKNUf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vqcbzaKNUf .mbr-label {
  color: #19171c;
}
.cid-vqcbzaKNUf .mbr-section-title {
  color: #19171c;
}
.cid-vqcbzaKNUf .mbr-text,
.cid-vqcbzaKNUf .text-wrapper {
  color: #dde8ff;
}
.cid-vqcbzaKNUf .mbr-section-title,
.cid-vqcbzaKNUf .mbr-section-btn,
.cid-vqcbzaKNUf .iconfont-wrapper {
  color: #dde8ff;
}
.cid-vnqSVL1vUJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnqSVL1vUJ .container {
  padding: 0 5%;
}
.cid-vnqSVL1vUJ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #0033a0;
  text-align: center;
}
.cid-vnqSVL1vUJ .article-wrapper {
  background-color: #0033a0;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-vnqSVL1vUJ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-vnqSVL1vUJ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-vnqSVL1vUJ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-vnqSVL1vUJ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-vnqSVL1vUJ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-vnqSVL1vUJ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-vnqSVL1vUJ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-vnqSVL1vUJ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-vnqSVL1vUJ .article-column1 {
    padding-right: 16px;
  }
}
.cid-vnqSVL1vUJ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-vnqSVL1vUJ .article-column2 {
    padding-left: 16px;
  }
}
.cid-vnqSVL1vUJ .mbr-section-subtitle,
.cid-vnqSVL1vUJ .mbr-iconfont {
  color: #e082c5;
}
.cid-vnqSVL1vUJ .mbr-text {
  color: #dde8ff;
}
.cid-vnqSVL1vUJ .mbr-section-subtitle {
  color: #dde8ff;
  text-align: left;
}
.cid-vqccud1HwI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vqccud1HwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqccud1HwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqccud1HwI .row {
  justify-content: space-between;
}
.cid-vqccud1HwI .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vqccud1HwI .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqccud1HwI .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqccud1HwI .image-wrapper img {
    height: 350px;
  }
}
.cid-vqccud1HwI .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-vqccud1HwI .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-vqccud1HwI .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqccud1HwI .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vqccud1HwI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqccud1HwI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vqccud1HwI .mbr-label {
  color: #19171c;
}
.cid-vqccud1HwI .mbr-section-title {
  color: #19171c;
}
.cid-vqccud1HwI .mbr-text,
.cid-vqccud1HwI .text-wrapper {
  color: #dde8ff;
}
.cid-vqccud1HwI .mbr-section-title,
.cid-vqccud1HwI .mbr-section-btn,
.cid-vqccud1HwI .iconfont-wrapper {
  color: #dde8ff;
}
.cid-vnsAV09RBe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnsAV09RBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnsAV09RBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnsAV09RBe .content-wrapper {
  justify-content: flex-end;
}
.cid-vnsAV09RBe .card {
  justify-content: center;
}
.cid-vnsAV09RBe .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnsAV09RBe .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnsAV09RBe .title-wrapper {
    padding: 0;
  }
}
.cid-vnsAV09RBe .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnsAV09RBe .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnsAV09RBe .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnsAV09RBe .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnsAV09RBe .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnsAV09RBe .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnsAV09RBe .mbr-section-btn .btn::before,
.cid-vnsAV09RBe .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnsAV09RBe .mbr-section-btn .btn:hover,
.cid-vnsAV09RBe .mbr-section-btn .btn:focus,
.cid-vnsAV09RBe .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnsAV09RBe .mbr-section-btn .btn:hover::before,
.cid-vnsAV09RBe .mbr-section-btn .btn:focus::before,
.cid-vnsAV09RBe .mbr-section-btn .btn:active::before,
.cid-vnsAV09RBe .mbr-section-btn .btn:hover::after,
.cid-vnsAV09RBe .mbr-section-btn .btn:focus::after,
.cid-vnsAV09RBe .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnsAV09RBe .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnsAV09RBe .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnsAV09RBe .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnsAV09RBe .form-wrapper {
    padding: 20px;
  }
}
.cid-vnsAV09RBe .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnsAV09RBe .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnsAV09RBe .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnsAV09RBe .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnsAV09RBe .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnsAV09RBe .mbr-section-title {
  color: #0033a0;
}
.cid-vnsAV09RBe .mbr-tag {
  color: #adadad;
}
.cid-vnsAV09RBe .mbr-text {
  color: #ffffff;
}
.cid-vnsAV09RBe .mbr-title {
  color: #dde8ff;
}
.cid-vnsAV09RBe .form-text {
  color: #c7c7c7;
}
.cid-vnsAV09RBe label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhp4jfNeA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhp4jfNeA nav.navbar {
  position: fixed;
}
.cid-vnhp4jfNeA .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhp4jfNeA .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhp4jfNeA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhp4jfNeA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhp4jfNeA .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhp4jfNeA .dropdown-item:hover,
.cid-vnhp4jfNeA .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhp4jfNeA .dropdown-item:hover span {
  color: white;
}
.cid-vnhp4jfNeA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhp4jfNeA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhp4jfNeA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhp4jfNeA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhp4jfNeA .nav-link {
  position: relative;
}
.cid-vnhp4jfNeA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhp4jfNeA .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhp4jfNeA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhp4jfNeA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhp4jfNeA .dropdown-menu,
.cid-vnhp4jfNeA .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhp4jfNeA .nav-item:focus,
.cid-vnhp4jfNeA .nav-link:focus {
  outline: none;
}
.cid-vnhp4jfNeA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhp4jfNeA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhp4jfNeA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhp4jfNeA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhp4jfNeA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhp4jfNeA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhp4jfNeA .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhp4jfNeA .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhp4jfNeA .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhp4jfNeA .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhp4jfNeA .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhp4jfNeA .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhp4jfNeA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhp4jfNeA .navbar.collapsed {
  justify-content: center;
}
.cid-vnhp4jfNeA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhp4jfNeA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhp4jfNeA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhp4jfNeA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhp4jfNeA .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-vnhp4jfNeA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhp4jfNeA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhp4jfNeA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhp4jfNeA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhp4jfNeA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhp4jfNeA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhp4jfNeA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhp4jfNeA .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-vnhp4jfNeA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhp4jfNeA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhp4jfNeA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhp4jfNeA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhp4jfNeA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhp4jfNeA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhp4jfNeA .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhp4jfNeA .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhp4jfNeA .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhp4jfNeA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhp4jfNeA .navbar-brand .navbar-caption:hover,
.cid-vnhp4jfNeA .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhp4jfNeA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhp4jfNeA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhp4jfNeA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhp4jfNeA .dropdown-item.active,
.cid-vnhp4jfNeA .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhp4jfNeA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhp4jfNeA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhp4jfNeA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhp4jfNeA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhp4jfNeA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhp4jfNeA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhp4jfNeA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhp4jfNeA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhp4jfNeA ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhp4jfNeA ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhp4jfNeA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhp4jfNeA .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhp4jfNeA .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhp4jfNeA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhp4jfNeA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhp4jfNeA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhp4jfNeA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhp4jfNeA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhp4jfNeA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhp4jfNeA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhp4jfNeA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhp4jfNeA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhp4jfNeA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhp4jfNeA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhp4jfNeA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhp4jfNeA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhp4jfNeA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhp4jfNeA .navbar {
    height: 86px;
  }
  .cid-vnhp4jfNeA .navbar.opened {
    height: auto;
  }
  .cid-vnhp4jfNeA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhp4jfNeA .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhp4jfNeA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhp4jfNeA .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhp4jfNeA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhp4jfNeA .nav-item .nav-link:hover,
.cid-vnhp4jfNeA .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhp4jfNeA .nav-item .nav-link:hover::after,
.cid-vnhp4jfNeA .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhp4jfNeA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhp4jfNeA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhp4jfNeA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhp4jfNeA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhp4jfNeA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhp4jfNeA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhp4jfNeA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhp4jfNeA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhp4jfNeA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhp4jfNeA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhp4jfNeA .content-wrap {
  min-height: 86px;
}
.cid-vnhp4jJJ6P {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhp4jJJ6P .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhp4jJJ6P .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhp4jJJ6P .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhp4jJJ6P .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhp4jJJ6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhp4jJJ6P .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhp4jJJ6P .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhp4jJJ6P .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhp4jJJ6P .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhp4jJJ6P .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhp4jJJ6P .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhp4jJJ6P .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhp4jJJ6P .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhp4jJJ6P .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhp4jJJ6P .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhp4jJJ6P .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhp4jJJ6P .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhp4jJJ6P .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhp4jJJ6P .mbr-section-title {
  color: #ffffff;
}
.cid-vnhp4jJJ6P .mbr-text {
  color: #ffffff;
}
.cid-vnhp4jJJ6P .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhp4jJJ6P .mbr-section-btn {
    text-align: left;
  }
}
.cid-vnrjptLXlm {
  background-color: #dde8ff;
}
.cid-vnrjptLXlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnrjptLXlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnrjptLXlm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vnrjptLXlm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnrjptLXlm .container {
    padding: 0 16px;
  }
}
.cid-vnrjptLXlm .row {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-vnrjptLXlm .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-vnrjptLXlm .row {
    padding: 45px 4px;
  }
}
.cid-vnrjptLXlm .row .card {
  justify-content: center;
}
.cid-vnrjptLXlm .title-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-vnrjptLXlm .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnrjptLXlm .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-vnrjptLXlm .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-vnrjptLXlm .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vnrjptLXlm .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vnrjptLXlm .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-vnrjptLXlm .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-vnrjptLXlm .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vnrjptLXlm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnrjptLXlm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vnrjptLXlm .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vnrjptLXlm .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vnrjptLXlm .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-vnrjptLXlm .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-vnrjptLXlm .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-vnrjptLXlm .image-wrapper img {
    height: 350px;
  }
}
.cid-vnrjptLXlm .mbr-section-subtitle {
  color: #d1cece;
}
.cid-vnrjptLXlm .mbr-section-title {
  color: #192227;
}
.cid-vnrjptLXlm .mbr-text {
  color: #192227;
}
.cid-vnrjptLXlm .mbr-text,
.cid-vnrjptLXlm .mbr-section-btn {
  color: #121212;
}
.cid-vnrjptLXlm .mbr-section-title,
.cid-vnrjptLXlm .mbr-section-btn {
  color: #121212;
}
.cid-vnt2rFdyDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt2rFdyDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt2rFdyDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt2rFdyDN .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt2rFdyDN .card {
  justify-content: center;
}
.cid-vnt2rFdyDN .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt2rFdyDN .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt2rFdyDN .title-wrapper {
    padding: 0;
  }
}
.cid-vnt2rFdyDN .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt2rFdyDN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt2rFdyDN .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt2rFdyDN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt2rFdyDN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt2rFdyDN .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt2rFdyDN .mbr-section-btn .btn::before,
.cid-vnt2rFdyDN .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt2rFdyDN .mbr-section-btn .btn:hover,
.cid-vnt2rFdyDN .mbr-section-btn .btn:focus,
.cid-vnt2rFdyDN .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt2rFdyDN .mbr-section-btn .btn:hover::before,
.cid-vnt2rFdyDN .mbr-section-btn .btn:focus::before,
.cid-vnt2rFdyDN .mbr-section-btn .btn:active::before,
.cid-vnt2rFdyDN .mbr-section-btn .btn:hover::after,
.cid-vnt2rFdyDN .mbr-section-btn .btn:focus::after,
.cid-vnt2rFdyDN .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt2rFdyDN .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt2rFdyDN .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt2rFdyDN .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt2rFdyDN .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt2rFdyDN .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt2rFdyDN .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt2rFdyDN .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt2rFdyDN .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt2rFdyDN .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt2rFdyDN .mbr-section-title {
  color: #0033a0;
}
.cid-vnt2rFdyDN .mbr-tag {
  color: #adadad;
}
.cid-vnt2rFdyDN .mbr-text {
  color: #ffffff;
}
.cid-vnt2rFdyDN .mbr-title {
  color: #dde8ff;
}
.cid-vnt2rFdyDN .form-text {
  color: #c7c7c7;
}
.cid-vnt2rFdyDN label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhpbqwrXO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhpbqwrXO nav.navbar {
  position: fixed;
}
.cid-vnhpbqwrXO .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhpbqwrXO .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhpbqwrXO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhpbqwrXO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhpbqwrXO .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhpbqwrXO .dropdown-item:hover,
.cid-vnhpbqwrXO .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhpbqwrXO .dropdown-item:hover span {
  color: white;
}
.cid-vnhpbqwrXO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhpbqwrXO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhpbqwrXO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhpbqwrXO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhpbqwrXO .nav-link {
  position: relative;
}
.cid-vnhpbqwrXO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhpbqwrXO .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhpbqwrXO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhpbqwrXO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhpbqwrXO .dropdown-menu,
.cid-vnhpbqwrXO .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhpbqwrXO .nav-item:focus,
.cid-vnhpbqwrXO .nav-link:focus {
  outline: none;
}
.cid-vnhpbqwrXO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhpbqwrXO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhpbqwrXO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhpbqwrXO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhpbqwrXO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhpbqwrXO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhpbqwrXO .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhpbqwrXO .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhpbqwrXO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhpbqwrXO .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhpbqwrXO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhpbqwrXO .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhpbqwrXO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhpbqwrXO .navbar.collapsed {
  justify-content: center;
}
.cid-vnhpbqwrXO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhpbqwrXO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhpbqwrXO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhpbqwrXO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhpbqwrXO .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-vnhpbqwrXO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhpbqwrXO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhpbqwrXO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhpbqwrXO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhpbqwrXO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhpbqwrXO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhpbqwrXO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhpbqwrXO .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-vnhpbqwrXO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhpbqwrXO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhpbqwrXO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhpbqwrXO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhpbqwrXO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhpbqwrXO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhpbqwrXO .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhpbqwrXO .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhpbqwrXO .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhpbqwrXO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhpbqwrXO .navbar-brand .navbar-caption:hover,
.cid-vnhpbqwrXO .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhpbqwrXO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhpbqwrXO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhpbqwrXO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhpbqwrXO .dropdown-item.active,
.cid-vnhpbqwrXO .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhpbqwrXO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhpbqwrXO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhpbqwrXO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhpbqwrXO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhpbqwrXO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhpbqwrXO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhpbqwrXO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhpbqwrXO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhpbqwrXO ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhpbqwrXO ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhpbqwrXO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhpbqwrXO .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhpbqwrXO .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhpbqwrXO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhpbqwrXO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhpbqwrXO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhpbqwrXO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhpbqwrXO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhpbqwrXO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhpbqwrXO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhpbqwrXO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhpbqwrXO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhpbqwrXO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhpbqwrXO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhpbqwrXO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhpbqwrXO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhpbqwrXO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhpbqwrXO .navbar {
    height: 86px;
  }
  .cid-vnhpbqwrXO .navbar.opened {
    height: auto;
  }
  .cid-vnhpbqwrXO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhpbqwrXO .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhpbqwrXO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhpbqwrXO .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhpbqwrXO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhpbqwrXO .nav-item .nav-link:hover,
.cid-vnhpbqwrXO .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhpbqwrXO .nav-item .nav-link:hover::after,
.cid-vnhpbqwrXO .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhpbqwrXO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhpbqwrXO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhpbqwrXO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhpbqwrXO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhpbqwrXO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhpbqwrXO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhpbqwrXO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhpbqwrXO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhpbqwrXO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhpbqwrXO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhpbqwrXO .content-wrap {
  min-height: 86px;
}
.cid-vnhpbqSMiG {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhpbqSMiG .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhpbqSMiG .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhpbqSMiG .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhpbqSMiG .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhpbqSMiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhpbqSMiG .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhpbqSMiG .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhpbqSMiG .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhpbqSMiG .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhpbqSMiG .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhpbqSMiG .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhpbqSMiG .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhpbqSMiG .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhpbqSMiG .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhpbqSMiG .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhpbqSMiG .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhpbqSMiG .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhpbqSMiG .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhpbqSMiG .mbr-section-title {
  color: #ffffff;
}
.cid-vnhpbqSMiG .mbr-text {
  color: #ffffff;
}
.cid-vnhpbqSMiG .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhpbqSMiG .mbr-section-btn {
    text-align: left;
  }
}
.cid-vpJzOoOwTB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vpJzOoOwTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpJzOoOwTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpJzOoOwTB .container {
    padding: 0 15px;
  }
}
.cid-vpJzOoOwTB .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-vpJzOoOwTB .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-vpJzOoOwTB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-vpJzOoOwTB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vpJzOoOwTB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpJzOoOwTB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpJzOoOwTB .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-vpJzOoOwTB .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-vpJzOoOwTB .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #0033a0;
  box-shadow: 10px 10px 50px #0033a0;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-vpJzOoOwTB .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-vpJzOoOwTB .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-vpJzOoOwTB .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-vpJzOoOwTB .mbr-section-title {
  color: #ffffff;
}
.cid-vpJzOoOwTB .mbr-section-subtitle {
  color: #dde8ff;
}
.cid-vpJzOoOwTB .mbr-text {
  color: #dde8ff;
}
.cid-vpsZBYSk84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vpsZBYSk84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsZBYSk84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpsZBYSk84 .items-wrapper {
  margin: 0 -24px;
}
.cid-vpsZBYSk84 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpsZBYSk84 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpsZBYSk84 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpsZBYSk84 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpsZBYSk84 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpsZBYSk84 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpsZBYSk84 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpsZBYSk84 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpsZBYSk84 .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vpsZBYSk84 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpsZBYSk84 .image-wrapper img {
    height: 300px;
  }
}
.cid-vpsZBYSk84 .mbr-label {
  color: #ffffff;
}
.cid-vpsZBYSk84 .mbr-section-title {
  color: #ff5500;
}
.cid-vpsZBYSk84 .mbr-text {
  color: #14334b;
}
.cid-vpsZBYSk84 .mbr-section-title,
.cid-vpsZBYSk84 .mbr-section-btn,
.cid-vpsZBYSk84 .title-wrap {
  color: #ffffff;
}
.cid-vpsZBYSk84 .mbr-text,
.cid-vpsZBYSk84 .text-wrapper {
  color: #0033a0;
}
.cid-vnt2WgeTeu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt2WgeTeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt2WgeTeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt2WgeTeu .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt2WgeTeu .card {
  justify-content: center;
}
.cid-vnt2WgeTeu .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt2WgeTeu .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt2WgeTeu .title-wrapper {
    padding: 0;
  }
}
.cid-vnt2WgeTeu .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt2WgeTeu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt2WgeTeu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt2WgeTeu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt2WgeTeu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt2WgeTeu .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt2WgeTeu .mbr-section-btn .btn::before,
.cid-vnt2WgeTeu .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt2WgeTeu .mbr-section-btn .btn:hover,
.cid-vnt2WgeTeu .mbr-section-btn .btn:focus,
.cid-vnt2WgeTeu .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt2WgeTeu .mbr-section-btn .btn:hover::before,
.cid-vnt2WgeTeu .mbr-section-btn .btn:focus::before,
.cid-vnt2WgeTeu .mbr-section-btn .btn:active::before,
.cid-vnt2WgeTeu .mbr-section-btn .btn:hover::after,
.cid-vnt2WgeTeu .mbr-section-btn .btn:focus::after,
.cid-vnt2WgeTeu .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt2WgeTeu .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt2WgeTeu .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt2WgeTeu .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt2WgeTeu .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt2WgeTeu .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt2WgeTeu .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt2WgeTeu .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt2WgeTeu .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt2WgeTeu .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt2WgeTeu .mbr-section-title {
  color: #0033a0;
}
.cid-vnt2WgeTeu .mbr-tag {
  color: #adadad;
}
.cid-vnt2WgeTeu .mbr-text {
  color: #ffffff;
}
.cid-vnt2WgeTeu .mbr-title {
  color: #dde8ff;
}
.cid-vnt2WgeTeu .form-text {
  color: #c7c7c7;
}
.cid-vnt2WgeTeu label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhplQzbyy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhplQzbyy nav.navbar {
  position: fixed;
}
.cid-vnhplQzbyy .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhplQzbyy .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhplQzbyy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhplQzbyy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhplQzbyy .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhplQzbyy .dropdown-item:hover,
.cid-vnhplQzbyy .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhplQzbyy .dropdown-item:hover span {
  color: white;
}
.cid-vnhplQzbyy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhplQzbyy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhplQzbyy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhplQzbyy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhplQzbyy .nav-link {
  position: relative;
}
.cid-vnhplQzbyy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhplQzbyy .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhplQzbyy .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhplQzbyy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhplQzbyy .dropdown-menu,
.cid-vnhplQzbyy .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhplQzbyy .nav-item:focus,
.cid-vnhplQzbyy .nav-link:focus {
  outline: none;
}
.cid-vnhplQzbyy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhplQzbyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhplQzbyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhplQzbyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhplQzbyy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhplQzbyy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhplQzbyy .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhplQzbyy .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhplQzbyy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhplQzbyy .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhplQzbyy .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhplQzbyy .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhplQzbyy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhplQzbyy .navbar.collapsed {
  justify-content: center;
}
.cid-vnhplQzbyy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhplQzbyy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhplQzbyy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhplQzbyy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhplQzbyy .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-vnhplQzbyy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhplQzbyy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhplQzbyy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhplQzbyy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhplQzbyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhplQzbyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhplQzbyy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhplQzbyy .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-vnhplQzbyy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhplQzbyy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhplQzbyy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhplQzbyy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhplQzbyy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhplQzbyy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhplQzbyy .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhplQzbyy .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhplQzbyy .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhplQzbyy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhplQzbyy .navbar-brand .navbar-caption:hover,
.cid-vnhplQzbyy .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhplQzbyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhplQzbyy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhplQzbyy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhplQzbyy .dropdown-item.active,
.cid-vnhplQzbyy .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhplQzbyy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhplQzbyy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhplQzbyy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhplQzbyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhplQzbyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhplQzbyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhplQzbyy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhplQzbyy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhplQzbyy ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhplQzbyy ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhplQzbyy .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhplQzbyy .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhplQzbyy .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhplQzbyy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhplQzbyy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhplQzbyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhplQzbyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhplQzbyy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhplQzbyy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhplQzbyy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhplQzbyy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhplQzbyy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhplQzbyy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhplQzbyy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhplQzbyy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhplQzbyy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhplQzbyy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhplQzbyy .navbar {
    height: 86px;
  }
  .cid-vnhplQzbyy .navbar.opened {
    height: auto;
  }
  .cid-vnhplQzbyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhplQzbyy .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhplQzbyy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhplQzbyy .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhplQzbyy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhplQzbyy .nav-item .nav-link:hover,
.cid-vnhplQzbyy .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhplQzbyy .nav-item .nav-link:hover::after,
.cid-vnhplQzbyy .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhplQzbyy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhplQzbyy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhplQzbyy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhplQzbyy .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhplQzbyy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhplQzbyy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhplQzbyy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhplQzbyy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhplQzbyy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhplQzbyy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhplQzbyy .content-wrap {
  min-height: 86px;
}
.cid-vnhplQT9PZ {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhplQT9PZ .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhplQT9PZ .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhplQT9PZ .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhplQT9PZ .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhplQT9PZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhplQT9PZ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhplQT9PZ .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhplQT9PZ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhplQT9PZ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhplQT9PZ .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhplQT9PZ .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhplQT9PZ .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhplQT9PZ .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhplQT9PZ .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhplQT9PZ .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhplQT9PZ .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhplQT9PZ .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhplQT9PZ .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhplQT9PZ .mbr-section-title {
  color: #ffffff;
}
.cid-vnhplQT9PZ .mbr-text {
  color: #ffffff;
}
.cid-vnhplQT9PZ .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhplQT9PZ .mbr-section-btn {
    text-align: left;
  }
}
.cid-vpIF4gNpSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vpIF4gNpSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIF4gNpSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIF4gNpSk .items-wrapper {
  margin: 0 -24px;
}
.cid-vpIF4gNpSk .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpIF4gNpSk .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpIF4gNpSk .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpIF4gNpSk .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpIF4gNpSk .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpIF4gNpSk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpIF4gNpSk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpIF4gNpSk .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpIF4gNpSk .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vpIF4gNpSk .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpIF4gNpSk .image-wrapper img {
    height: 300px;
  }
}
.cid-vpIF4gNpSk .mbr-label {
  color: #ffffff;
}
.cid-vpIF4gNpSk .mbr-section-title {
  color: #ff5500;
}
.cid-vpIF4gNpSk .mbr-text {
  color: #14334b;
}
.cid-vpIF4gNpSk .mbr-section-title,
.cid-vpIF4gNpSk .mbr-section-btn,
.cid-vpIF4gNpSk .title-wrap {
  color: #0033a0;
}
.cid-vpIF4gNpSk .mbr-text,
.cid-vpIF4gNpSk .text-wrapper {
  color: #0033a0;
}
.cid-vpIF2HsHCY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vpIF2HsHCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIF2HsHCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIF2HsHCY .items-wrapper {
  margin: 0 -24px;
}
.cid-vpIF2HsHCY .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpIF2HsHCY .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpIF2HsHCY .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpIF2HsHCY .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpIF2HsHCY .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpIF2HsHCY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpIF2HsHCY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpIF2HsHCY .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpIF2HsHCY .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vpIF2HsHCY .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpIF2HsHCY .image-wrapper img {
    height: 300px;
  }
}
.cid-vpIF2HsHCY .mbr-label {
  color: #ffffff;
}
.cid-vpIF2HsHCY .mbr-section-title {
  color: #ff5500;
}
.cid-vpIF2HsHCY .mbr-text {
  color: #14334b;
}
.cid-vpIF2HsHCY .mbr-section-title,
.cid-vpIF2HsHCY .mbr-section-btn,
.cid-vpIF2HsHCY .title-wrap {
  color: #ffffff;
}
.cid-vpIF2HsHCY .mbr-text,
.cid-vpIF2HsHCY .text-wrapper {
  color: #dde8ff;
}
.cid-vnt32UH0YM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt32UH0YM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt32UH0YM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt32UH0YM .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt32UH0YM .card {
  justify-content: center;
}
.cid-vnt32UH0YM .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt32UH0YM .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt32UH0YM .title-wrapper {
    padding: 0;
  }
}
.cid-vnt32UH0YM .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt32UH0YM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt32UH0YM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt32UH0YM .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt32UH0YM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt32UH0YM .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt32UH0YM .mbr-section-btn .btn::before,
.cid-vnt32UH0YM .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt32UH0YM .mbr-section-btn .btn:hover,
.cid-vnt32UH0YM .mbr-section-btn .btn:focus,
.cid-vnt32UH0YM .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt32UH0YM .mbr-section-btn .btn:hover::before,
.cid-vnt32UH0YM .mbr-section-btn .btn:focus::before,
.cid-vnt32UH0YM .mbr-section-btn .btn:active::before,
.cid-vnt32UH0YM .mbr-section-btn .btn:hover::after,
.cid-vnt32UH0YM .mbr-section-btn .btn:focus::after,
.cid-vnt32UH0YM .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt32UH0YM .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt32UH0YM .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt32UH0YM .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt32UH0YM .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt32UH0YM .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt32UH0YM .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt32UH0YM .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt32UH0YM .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt32UH0YM .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt32UH0YM .mbr-section-title {
  color: #0033a0;
}
.cid-vnt32UH0YM .mbr-tag {
  color: #adadad;
}
.cid-vnt32UH0YM .mbr-text {
  color: #ffffff;
}
.cid-vnt32UH0YM .mbr-title {
  color: #dde8ff;
}
.cid-vnt32UH0YM .form-text {
  color: #c7c7c7;
}
.cid-vnt32UH0YM label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhppefsP9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhppefsP9 nav.navbar {
  position: fixed;
}
.cid-vnhppefsP9 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhppefsP9 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhppefsP9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhppefsP9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhppefsP9 .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhppefsP9 .dropdown-item:hover,
.cid-vnhppefsP9 .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhppefsP9 .dropdown-item:hover span {
  color: white;
}
.cid-vnhppefsP9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhppefsP9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhppefsP9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhppefsP9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhppefsP9 .nav-link {
  position: relative;
}
.cid-vnhppefsP9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhppefsP9 .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhppefsP9 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhppefsP9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhppefsP9 .dropdown-menu,
.cid-vnhppefsP9 .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhppefsP9 .nav-item:focus,
.cid-vnhppefsP9 .nav-link:focus {
  outline: none;
}
.cid-vnhppefsP9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhppefsP9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhppefsP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhppefsP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhppefsP9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhppefsP9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhppefsP9 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhppefsP9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhppefsP9 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhppefsP9 .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhppefsP9 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhppefsP9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhppefsP9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhppefsP9 .navbar.collapsed {
  justify-content: center;
}
.cid-vnhppefsP9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhppefsP9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhppefsP9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhppefsP9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhppefsP9 .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-vnhppefsP9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhppefsP9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhppefsP9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhppefsP9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhppefsP9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhppefsP9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhppefsP9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhppefsP9 .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-vnhppefsP9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhppefsP9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhppefsP9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhppefsP9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhppefsP9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhppefsP9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhppefsP9 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhppefsP9 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhppefsP9 .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhppefsP9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhppefsP9 .navbar-brand .navbar-caption:hover,
.cid-vnhppefsP9 .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhppefsP9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhppefsP9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhppefsP9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhppefsP9 .dropdown-item.active,
.cid-vnhppefsP9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhppefsP9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhppefsP9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhppefsP9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhppefsP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhppefsP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhppefsP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhppefsP9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhppefsP9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhppefsP9 ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhppefsP9 ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhppefsP9 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhppefsP9 .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhppefsP9 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhppefsP9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhppefsP9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhppefsP9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhppefsP9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhppefsP9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhppefsP9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhppefsP9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhppefsP9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhppefsP9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhppefsP9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhppefsP9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhppefsP9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhppefsP9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhppefsP9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhppefsP9 .navbar {
    height: 86px;
  }
  .cid-vnhppefsP9 .navbar.opened {
    height: auto;
  }
  .cid-vnhppefsP9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhppefsP9 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhppefsP9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhppefsP9 .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhppefsP9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhppefsP9 .nav-item .nav-link:hover,
.cid-vnhppefsP9 .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhppefsP9 .nav-item .nav-link:hover::after,
.cid-vnhppefsP9 .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhppefsP9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhppefsP9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhppefsP9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhppefsP9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhppefsP9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhppefsP9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhppefsP9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhppefsP9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhppefsP9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhppefsP9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhppefsP9 .content-wrap {
  min-height: 86px;
}
.cid-vnhppezUcw {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhppezUcw .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhppezUcw .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhppezUcw .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhppezUcw .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhppezUcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhppezUcw .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhppezUcw .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhppezUcw .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhppezUcw .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhppezUcw .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhppezUcw .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhppezUcw .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhppezUcw .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhppezUcw .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhppezUcw .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhppezUcw .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhppezUcw .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhppezUcw .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhppezUcw .mbr-section-title {
  color: #ffffff;
}
.cid-vnhppezUcw .mbr-text {
  color: #ffffff;
}
.cid-vnhppezUcw .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhppezUcw .mbr-section-btn {
    text-align: left;
  }
}
.cid-vpIOmmASGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vpIOmmASGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIOmmASGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIOmmASGF .items-wrapper {
  margin: 0 -24px;
}
.cid-vpIOmmASGF .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpIOmmASGF .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpIOmmASGF .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpIOmmASGF .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpIOmmASGF .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpIOmmASGF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpIOmmASGF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpIOmmASGF .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpIOmmASGF .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vpIOmmASGF .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpIOmmASGF .image-wrapper img {
    height: 300px;
  }
}
.cid-vpIOmmASGF .mbr-label {
  color: #ffffff;
}
.cid-vpIOmmASGF .mbr-section-title {
  color: #ff5500;
}
.cid-vpIOmmASGF .mbr-text {
  color: #14334b;
}
.cid-vpIOmmASGF .mbr-section-title,
.cid-vpIOmmASGF .mbr-section-btn,
.cid-vpIOmmASGF .title-wrap {
  color: #c3d5fa;
}
.cid-vpIOmmASGF .mbr-text,
.cid-vpIOmmASGF .text-wrapper {
  color: #dde8ff;
}
.cid-vpIOmOn6Cz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vpIOmOn6Cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIOmOn6Cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIOmOn6Cz .items-wrapper {
  margin: 0 -24px;
}
.cid-vpIOmOn6Cz .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpIOmOn6Cz .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpIOmOn6Cz .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpIOmOn6Cz .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpIOmOn6Cz .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpIOmOn6Cz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpIOmOn6Cz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpIOmOn6Cz .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpIOmOn6Cz .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vpIOmOn6Cz .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpIOmOn6Cz .image-wrapper img {
    height: 300px;
  }
}
.cid-vpIOmOn6Cz .mbr-label {
  color: #ffffff;
}
.cid-vpIOmOn6Cz .mbr-section-title {
  color: #ff5500;
}
.cid-vpIOmOn6Cz .mbr-text {
  color: #14334b;
}
.cid-vpIOmOn6Cz .mbr-section-title,
.cid-vpIOmOn6Cz .mbr-section-btn,
.cid-vpIOmOn6Cz .title-wrap {
  color: #0033a0;
}
.cid-vpIOmOn6Cz .mbr-text,
.cid-vpIOmOn6Cz .text-wrapper {
  color: #0033a0;
}
.cid-vnt36NoFBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt36NoFBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt36NoFBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt36NoFBX .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt36NoFBX .card {
  justify-content: center;
}
.cid-vnt36NoFBX .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt36NoFBX .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt36NoFBX .title-wrapper {
    padding: 0;
  }
}
.cid-vnt36NoFBX .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt36NoFBX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt36NoFBX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt36NoFBX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt36NoFBX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt36NoFBX .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt36NoFBX .mbr-section-btn .btn::before,
.cid-vnt36NoFBX .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt36NoFBX .mbr-section-btn .btn:hover,
.cid-vnt36NoFBX .mbr-section-btn .btn:focus,
.cid-vnt36NoFBX .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt36NoFBX .mbr-section-btn .btn:hover::before,
.cid-vnt36NoFBX .mbr-section-btn .btn:focus::before,
.cid-vnt36NoFBX .mbr-section-btn .btn:active::before,
.cid-vnt36NoFBX .mbr-section-btn .btn:hover::after,
.cid-vnt36NoFBX .mbr-section-btn .btn:focus::after,
.cid-vnt36NoFBX .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt36NoFBX .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt36NoFBX .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt36NoFBX .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt36NoFBX .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt36NoFBX .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt36NoFBX .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt36NoFBX .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt36NoFBX .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt36NoFBX .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt36NoFBX .mbr-section-title {
  color: #0033a0;
}
.cid-vnt36NoFBX .mbr-tag {
  color: #adadad;
}
.cid-vnt36NoFBX .mbr-text {
  color: #ffffff;
}
.cid-vnt36NoFBX .mbr-title {
  color: #dde8ff;
}
.cid-vnt36NoFBX .form-text {
  color: #c7c7c7;
}
.cid-vnt36NoFBX label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhpSrwJQV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhpSrwJQV nav.navbar {
  position: fixed;
}
.cid-vnhpSrwJQV .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhpSrwJQV .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhpSrwJQV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhpSrwJQV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhpSrwJQV .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhpSrwJQV .dropdown-item:hover,
.cid-vnhpSrwJQV .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhpSrwJQV .dropdown-item:hover span {
  color: white;
}
.cid-vnhpSrwJQV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhpSrwJQV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhpSrwJQV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhpSrwJQV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhpSrwJQV .nav-link {
  position: relative;
}
.cid-vnhpSrwJQV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhpSrwJQV .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhpSrwJQV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhpSrwJQV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhpSrwJQV .dropdown-menu,
.cid-vnhpSrwJQV .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhpSrwJQV .nav-item:focus,
.cid-vnhpSrwJQV .nav-link:focus {
  outline: none;
}
.cid-vnhpSrwJQV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhpSrwJQV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhpSrwJQV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhpSrwJQV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhpSrwJQV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhpSrwJQV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhpSrwJQV .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhpSrwJQV .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhpSrwJQV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhpSrwJQV .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhpSrwJQV .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhpSrwJQV .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhpSrwJQV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhpSrwJQV .navbar.collapsed {
  justify-content: center;
}
.cid-vnhpSrwJQV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhpSrwJQV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhpSrwJQV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhpSrwJQV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhpSrwJQV .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-vnhpSrwJQV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhpSrwJQV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhpSrwJQV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhpSrwJQV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhpSrwJQV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhpSrwJQV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhpSrwJQV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhpSrwJQV .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-vnhpSrwJQV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhpSrwJQV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhpSrwJQV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhpSrwJQV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhpSrwJQV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhpSrwJQV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhpSrwJQV .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhpSrwJQV .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhpSrwJQV .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhpSrwJQV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhpSrwJQV .navbar-brand .navbar-caption:hover,
.cid-vnhpSrwJQV .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhpSrwJQV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhpSrwJQV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhpSrwJQV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhpSrwJQV .dropdown-item.active,
.cid-vnhpSrwJQV .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhpSrwJQV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhpSrwJQV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhpSrwJQV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhpSrwJQV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhpSrwJQV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhpSrwJQV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhpSrwJQV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhpSrwJQV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhpSrwJQV ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhpSrwJQV ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhpSrwJQV .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhpSrwJQV .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhpSrwJQV .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhpSrwJQV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhpSrwJQV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhpSrwJQV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhpSrwJQV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhpSrwJQV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhpSrwJQV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhpSrwJQV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhpSrwJQV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhpSrwJQV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhpSrwJQV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhpSrwJQV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhpSrwJQV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhpSrwJQV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhpSrwJQV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhpSrwJQV .navbar {
    height: 86px;
  }
  .cid-vnhpSrwJQV .navbar.opened {
    height: auto;
  }
  .cid-vnhpSrwJQV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhpSrwJQV .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhpSrwJQV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhpSrwJQV .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhpSrwJQV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhpSrwJQV .nav-item .nav-link:hover,
.cid-vnhpSrwJQV .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhpSrwJQV .nav-item .nav-link:hover::after,
.cid-vnhpSrwJQV .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhpSrwJQV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhpSrwJQV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhpSrwJQV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhpSrwJQV .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhpSrwJQV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhpSrwJQV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhpSrwJQV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhpSrwJQV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhpSrwJQV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhpSrwJQV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhpSrwJQV .content-wrap {
  min-height: 86px;
}
.cid-vnhpSrSEns {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhpSrSEns .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhpSrSEns .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhpSrSEns .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhpSrSEns .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhpSrSEns .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhpSrSEns .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhpSrSEns .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhpSrSEns .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhpSrSEns .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhpSrSEns .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhpSrSEns .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhpSrSEns .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhpSrSEns .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhpSrSEns .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhpSrSEns .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhpSrSEns .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhpSrSEns .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhpSrSEns .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhpSrSEns .mbr-section-title {
  color: #ffffff;
}
.cid-vnhpSrSEns .mbr-text {
  color: #ffffff;
}
.cid-vnhpSrSEns .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhpSrSEns .mbr-section-btn {
    text-align: left;
  }
}
.cid-vnEvsRYkJB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0033a0;
  overflow: hidden;
}
.cid-vnEvsRYkJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEvsRYkJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEvsRYkJB .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vnEvsRYkJB .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnEvsRYkJB .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vnEvsRYkJB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEvsRYkJB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEvsRYkJB .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vnEvsRYkJB .mbr-section-title {
  color: #ffffff;
}
.cid-vnEvsRYkJB .mbr-text,
.cid-vnEvsRYkJB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnEvsRYkJB .mbr-section-btn,
.cid-vnEvsRYkJB .mbr-section-title {
  text-align: center;
}
.cid-vnEvsRYkJB .mbr-section-title,
.cid-vnEvsRYkJB .mbr-section-btn {
  color: #dde8ff;
}
.cid-vnED3h03Xb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnED3h03Xb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnED3h03Xb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnED3h03Xb .items-wrapper {
  margin: 0 -24px;
}
.cid-vnED3h03Xb .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnED3h03Xb .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnED3h03Xb .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnED3h03Xb .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnED3h03Xb .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnED3h03Xb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnED3h03Xb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnED3h03Xb .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnED3h03Xb .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnED3h03Xb .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnED3h03Xb .image-wrapper img {
    height: 300px;
  }
}
.cid-vnED3h03Xb .mbr-label {
  color: #ffffff;
}
.cid-vnED3h03Xb .mbr-section-title {
  color: #ff5500;
}
.cid-vnED3h03Xb .mbr-text {
  color: #14334b;
}
.cid-vnED3h03Xb .mbr-section-title,
.cid-vnED3h03Xb .mbr-section-btn,
.cid-vnED3h03Xb .title-wrap {
  color: #ffffff;
}
.cid-vnED3h03Xb .mbr-text,
.cid-vnED3h03Xb .text-wrapper {
  color: #dde8ff;
}
.cid-vnEDlr4haH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEDlr4haH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEDlr4haH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEDlr4haH .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEDlr4haH .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEDlr4haH .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEDlr4haH .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEDlr4haH .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEDlr4haH .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEDlr4haH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEDlr4haH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEDlr4haH .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEDlr4haH .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEDlr4haH .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEDlr4haH .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEDlr4haH .mbr-label {
  color: #ffffff;
}
.cid-vnEDlr4haH .mbr-section-title {
  color: #ff5500;
}
.cid-vnEDlr4haH .mbr-text {
  color: #14334b;
}
.cid-vnEDlr4haH .mbr-section-title,
.cid-vnEDlr4haH .mbr-section-btn,
.cid-vnEDlr4haH .title-wrap {
  color: #ffffff;
}
.cid-vnEDlr4haH .mbr-text,
.cid-vnEDlr4haH .text-wrapper {
  color: #0033a0;
}
.cid-vnEDlRUu9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEDlRUu9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEDlRUu9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEDlRUu9A .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEDlRUu9A .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEDlRUu9A .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEDlRUu9A .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEDlRUu9A .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEDlRUu9A .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEDlRUu9A .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEDlRUu9A .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEDlRUu9A .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEDlRUu9A .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEDlRUu9A .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEDlRUu9A .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEDlRUu9A .mbr-label {
  color: #ffffff;
}
.cid-vnEDlRUu9A .mbr-section-title {
  color: #ff5500;
}
.cid-vnEDlRUu9A .mbr-text {
  color: #14334b;
}
.cid-vnEDlRUu9A .mbr-section-title,
.cid-vnEDlRUu9A .mbr-section-btn,
.cid-vnEDlRUu9A .title-wrap {
  color: #ffffff;
}
.cid-vnEDlRUu9A .mbr-text,
.cid-vnEDlRUu9A .text-wrapper {
  color: #dde8ff;
}
.cid-vnEDmtHrnd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEDmtHrnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEDmtHrnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEDmtHrnd .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEDmtHrnd .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEDmtHrnd .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEDmtHrnd .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEDmtHrnd .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEDmtHrnd .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEDmtHrnd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEDmtHrnd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEDmtHrnd .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEDmtHrnd .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEDmtHrnd .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEDmtHrnd .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEDmtHrnd .mbr-label {
  color: #ffffff;
}
.cid-vnEDmtHrnd .mbr-section-title {
  color: #ff5500;
}
.cid-vnEDmtHrnd .mbr-text {
  color: #14334b;
}
.cid-vnEDmtHrnd .mbr-section-title,
.cid-vnEDmtHrnd .mbr-section-btn,
.cid-vnEDmtHrnd .title-wrap {
  color: #ffffff;
}
.cid-vnEDmtHrnd .mbr-text,
.cid-vnEDmtHrnd .text-wrapper {
  color: #0033a0;
}
.cid-vnt3hh9WKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt3hh9WKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt3hh9WKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt3hh9WKr .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt3hh9WKr .card {
  justify-content: center;
}
.cid-vnt3hh9WKr .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt3hh9WKr .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt3hh9WKr .title-wrapper {
    padding: 0;
  }
}
.cid-vnt3hh9WKr .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt3hh9WKr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt3hh9WKr .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt3hh9WKr .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt3hh9WKr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt3hh9WKr .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt3hh9WKr .mbr-section-btn .btn::before,
.cid-vnt3hh9WKr .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt3hh9WKr .mbr-section-btn .btn:hover,
.cid-vnt3hh9WKr .mbr-section-btn .btn:focus,
.cid-vnt3hh9WKr .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt3hh9WKr .mbr-section-btn .btn:hover::before,
.cid-vnt3hh9WKr .mbr-section-btn .btn:focus::before,
.cid-vnt3hh9WKr .mbr-section-btn .btn:active::before,
.cid-vnt3hh9WKr .mbr-section-btn .btn:hover::after,
.cid-vnt3hh9WKr .mbr-section-btn .btn:focus::after,
.cid-vnt3hh9WKr .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt3hh9WKr .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt3hh9WKr .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt3hh9WKr .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt3hh9WKr .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt3hh9WKr .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt3hh9WKr .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt3hh9WKr .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt3hh9WKr .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt3hh9WKr .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt3hh9WKr .mbr-section-title {
  color: #0033a0;
}
.cid-vnt3hh9WKr .mbr-tag {
  color: #adadad;
}
.cid-vnt3hh9WKr .mbr-text {
  color: #ffffff;
}
.cid-vnt3hh9WKr .mbr-title {
  color: #dde8ff;
}
.cid-vnt3hh9WKr .form-text {
  color: #c7c7c7;
}
.cid-vnt3hh9WKr label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhpWSPf73 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhpWSPf73 nav.navbar {
  position: fixed;
}
.cid-vnhpWSPf73 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhpWSPf73 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhpWSPf73 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhpWSPf73 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhpWSPf73 .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhpWSPf73 .dropdown-item:hover,
.cid-vnhpWSPf73 .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhpWSPf73 .dropdown-item:hover span {
  color: white;
}
.cid-vnhpWSPf73 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhpWSPf73 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhpWSPf73 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhpWSPf73 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhpWSPf73 .nav-link {
  position: relative;
}
.cid-vnhpWSPf73 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhpWSPf73 .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhpWSPf73 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhpWSPf73 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhpWSPf73 .dropdown-menu,
.cid-vnhpWSPf73 .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhpWSPf73 .nav-item:focus,
.cid-vnhpWSPf73 .nav-link:focus {
  outline: none;
}
.cid-vnhpWSPf73 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhpWSPf73 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhpWSPf73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhpWSPf73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhpWSPf73 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhpWSPf73 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhpWSPf73 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhpWSPf73 .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhpWSPf73 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhpWSPf73 .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhpWSPf73 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhpWSPf73 .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhpWSPf73 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhpWSPf73 .navbar.collapsed {
  justify-content: center;
}
.cid-vnhpWSPf73 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhpWSPf73 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhpWSPf73 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhpWSPf73 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhpWSPf73 .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-vnhpWSPf73 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhpWSPf73 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhpWSPf73 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhpWSPf73 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhpWSPf73 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhpWSPf73 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhpWSPf73 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhpWSPf73 .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-vnhpWSPf73 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhpWSPf73 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhpWSPf73 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhpWSPf73 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhpWSPf73 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhpWSPf73 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhpWSPf73 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhpWSPf73 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhpWSPf73 .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhpWSPf73 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhpWSPf73 .navbar-brand .navbar-caption:hover,
.cid-vnhpWSPf73 .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhpWSPf73 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhpWSPf73 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhpWSPf73 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhpWSPf73 .dropdown-item.active,
.cid-vnhpWSPf73 .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhpWSPf73 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhpWSPf73 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhpWSPf73 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhpWSPf73 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhpWSPf73 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhpWSPf73 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhpWSPf73 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhpWSPf73 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhpWSPf73 ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhpWSPf73 ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhpWSPf73 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhpWSPf73 .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhpWSPf73 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhpWSPf73 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhpWSPf73 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhpWSPf73 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhpWSPf73 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhpWSPf73 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhpWSPf73 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhpWSPf73 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhpWSPf73 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhpWSPf73 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhpWSPf73 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhpWSPf73 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhpWSPf73 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhpWSPf73 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhpWSPf73 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhpWSPf73 .navbar {
    height: 86px;
  }
  .cid-vnhpWSPf73 .navbar.opened {
    height: auto;
  }
  .cid-vnhpWSPf73 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhpWSPf73 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhpWSPf73 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhpWSPf73 .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhpWSPf73 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhpWSPf73 .nav-item .nav-link:hover,
.cid-vnhpWSPf73 .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhpWSPf73 .nav-item .nav-link:hover::after,
.cid-vnhpWSPf73 .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhpWSPf73 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhpWSPf73 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhpWSPf73 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhpWSPf73 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhpWSPf73 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhpWSPf73 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhpWSPf73 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhpWSPf73 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhpWSPf73 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhpWSPf73 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhpWSPf73 .content-wrap {
  min-height: 86px;
}
.cid-vnhpWT9SxO {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhpWT9SxO .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhpWT9SxO .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhpWT9SxO .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhpWT9SxO .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhpWT9SxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhpWT9SxO .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhpWT9SxO .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhpWT9SxO .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhpWT9SxO .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhpWT9SxO .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhpWT9SxO .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhpWT9SxO .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhpWT9SxO .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhpWT9SxO .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhpWT9SxO .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhpWT9SxO .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhpWT9SxO .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhpWT9SxO .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhpWT9SxO .mbr-section-title {
  color: #ffffff;
}
.cid-vnhpWT9SxO .mbr-text {
  color: #ffffff;
}
.cid-vnhpWT9SxO .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhpWT9SxO .mbr-section-btn {
    text-align: left;
  }
}
.cid-vnEF8i8akk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0033a0;
  overflow: hidden;
}
.cid-vnEF8i8akk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEF8i8akk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEF8i8akk .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vnEF8i8akk .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnEF8i8akk .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vnEF8i8akk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEF8i8akk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEF8i8akk .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vnEF8i8akk .mbr-section-title {
  color: #ffffff;
}
.cid-vnEF8i8akk .mbr-text,
.cid-vnEF8i8akk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnEF8i8akk .mbr-section-btn,
.cid-vnEF8i8akk .mbr-section-title {
  text-align: center;
}
.cid-vnEF8i8akk .mbr-section-title,
.cid-vnEF8i8akk .mbr-section-btn {
  color: #dde8ff;
}
.cid-vnEEIcdsth {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEEIcdsth .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEEIcdsth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEEIcdsth .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEEIcdsth .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEEIcdsth .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEEIcdsth .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEEIcdsth .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEEIcdsth .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEEIcdsth .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEEIcdsth .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEEIcdsth .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEEIcdsth .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEEIcdsth .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEEIcdsth .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEEIcdsth .mbr-label {
  color: #ffffff;
}
.cid-vnEEIcdsth .mbr-section-title {
  color: #ff5500;
}
.cid-vnEEIcdsth .mbr-text {
  color: #14334b;
}
.cid-vnEEIcdsth .mbr-section-title,
.cid-vnEEIcdsth .mbr-section-btn,
.cid-vnEEIcdsth .title-wrap {
  color: #ffffff;
}
.cid-vnEEIcdsth .mbr-text,
.cid-vnEEIcdsth .text-wrapper {
  color: #dde8ff;
}
.cid-vnEEIAf4zs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEEIAf4zs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEEIAf4zs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEEIAf4zs .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEEIAf4zs .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEEIAf4zs .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEEIAf4zs .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEEIAf4zs .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEEIAf4zs .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEEIAf4zs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEEIAf4zs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEEIAf4zs .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEEIAf4zs .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEEIAf4zs .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEEIAf4zs .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEEIAf4zs .mbr-label {
  color: #ffffff;
}
.cid-vnEEIAf4zs .mbr-section-title {
  color: #ff5500;
}
.cid-vnEEIAf4zs .mbr-text {
  color: #14334b;
}
.cid-vnEEIAf4zs .mbr-section-title,
.cid-vnEEIAf4zs .mbr-section-btn,
.cid-vnEEIAf4zs .title-wrap {
  color: #ffffff;
}
.cid-vnEEIAf4zs .mbr-text,
.cid-vnEEIAf4zs .text-wrapper {
  color: #0033a0;
}
.cid-vnEEIZ2oQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEEIZ2oQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEEIZ2oQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEEIZ2oQF .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEEIZ2oQF .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEEIZ2oQF .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEEIZ2oQF .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEEIZ2oQF .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEEIZ2oQF .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEEIZ2oQF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEEIZ2oQF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEEIZ2oQF .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEEIZ2oQF .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEEIZ2oQF .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEEIZ2oQF .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEEIZ2oQF .mbr-label {
  color: #ffffff;
}
.cid-vnEEIZ2oQF .mbr-section-title {
  color: #ff5500;
}
.cid-vnEEIZ2oQF .mbr-text {
  color: #14334b;
}
.cid-vnEEIZ2oQF .mbr-section-title,
.cid-vnEEIZ2oQF .mbr-section-btn,
.cid-vnEEIZ2oQF .title-wrap {
  color: #ffffff;
}
.cid-vnEEIZ2oQF .mbr-text,
.cid-vnEEIZ2oQF .text-wrapper {
  color: #dde8ff;
}
.cid-vnEEJOCf53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEEJOCf53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEEJOCf53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEEJOCf53 .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEEJOCf53 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEEJOCf53 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEEJOCf53 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEEJOCf53 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEEJOCf53 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEEJOCf53 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEEJOCf53 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEEJOCf53 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEEJOCf53 .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEEJOCf53 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEEJOCf53 .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEEJOCf53 .mbr-label {
  color: #ffffff;
}
.cid-vnEEJOCf53 .mbr-section-title {
  color: #ff5500;
}
.cid-vnEEJOCf53 .mbr-text {
  color: #14334b;
}
.cid-vnEEJOCf53 .mbr-section-title,
.cid-vnEEJOCf53 .mbr-section-btn,
.cid-vnEEJOCf53 .title-wrap {
  color: #ffffff;
}
.cid-vnEEJOCf53 .mbr-text,
.cid-vnEEJOCf53 .text-wrapper {
  color: #0033a0;
}
.cid-vnEEKmNSTM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEEKmNSTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEEKmNSTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEEKmNSTM .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEEKmNSTM .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEEKmNSTM .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEEKmNSTM .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEEKmNSTM .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEEKmNSTM .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEEKmNSTM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEEKmNSTM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEEKmNSTM .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEEKmNSTM .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEEKmNSTM .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEEKmNSTM .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEEKmNSTM .mbr-label {
  color: #ffffff;
}
.cid-vnEEKmNSTM .mbr-section-title {
  color: #ff5500;
}
.cid-vnEEKmNSTM .mbr-text {
  color: #14334b;
}
.cid-vnEEKmNSTM .mbr-section-title,
.cid-vnEEKmNSTM .mbr-section-btn,
.cid-vnEEKmNSTM .title-wrap {
  color: #ffffff;
}
.cid-vnEEKmNSTM .mbr-text,
.cid-vnEEKmNSTM .text-wrapper {
  color: #dde8ff;
}
.cid-vnt48TVNyU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt48TVNyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt48TVNyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt48TVNyU .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt48TVNyU .card {
  justify-content: center;
}
.cid-vnt48TVNyU .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt48TVNyU .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt48TVNyU .title-wrapper {
    padding: 0;
  }
}
.cid-vnt48TVNyU .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt48TVNyU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt48TVNyU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt48TVNyU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt48TVNyU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt48TVNyU .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt48TVNyU .mbr-section-btn .btn::before,
.cid-vnt48TVNyU .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt48TVNyU .mbr-section-btn .btn:hover,
.cid-vnt48TVNyU .mbr-section-btn .btn:focus,
.cid-vnt48TVNyU .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt48TVNyU .mbr-section-btn .btn:hover::before,
.cid-vnt48TVNyU .mbr-section-btn .btn:focus::before,
.cid-vnt48TVNyU .mbr-section-btn .btn:active::before,
.cid-vnt48TVNyU .mbr-section-btn .btn:hover::after,
.cid-vnt48TVNyU .mbr-section-btn .btn:focus::after,
.cid-vnt48TVNyU .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt48TVNyU .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt48TVNyU .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt48TVNyU .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt48TVNyU .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt48TVNyU .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt48TVNyU .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt48TVNyU .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt48TVNyU .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt48TVNyU .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt48TVNyU .mbr-section-title {
  color: #0033a0;
}
.cid-vnt48TVNyU .mbr-tag {
  color: #adadad;
}
.cid-vnt48TVNyU .mbr-text {
  color: #ffffff;
}
.cid-vnt48TVNyU .mbr-title {
  color: #dde8ff;
}
.cid-vnt48TVNyU .form-text {
  color: #c7c7c7;
}
.cid-vnt48TVNyU label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhpZIvXPl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhpZIvXPl nav.navbar {
  position: fixed;
}
.cid-vnhpZIvXPl .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhpZIvXPl .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhpZIvXPl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhpZIvXPl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhpZIvXPl .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhpZIvXPl .dropdown-item:hover,
.cid-vnhpZIvXPl .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhpZIvXPl .dropdown-item:hover span {
  color: white;
}
.cid-vnhpZIvXPl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhpZIvXPl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhpZIvXPl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhpZIvXPl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhpZIvXPl .nav-link {
  position: relative;
}
.cid-vnhpZIvXPl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhpZIvXPl .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhpZIvXPl .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhpZIvXPl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhpZIvXPl .dropdown-menu,
.cid-vnhpZIvXPl .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhpZIvXPl .nav-item:focus,
.cid-vnhpZIvXPl .nav-link:focus {
  outline: none;
}
.cid-vnhpZIvXPl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhpZIvXPl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhpZIvXPl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhpZIvXPl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhpZIvXPl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhpZIvXPl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhpZIvXPl .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhpZIvXPl .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhpZIvXPl .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhpZIvXPl .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhpZIvXPl .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhpZIvXPl .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhpZIvXPl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhpZIvXPl .navbar.collapsed {
  justify-content: center;
}
.cid-vnhpZIvXPl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhpZIvXPl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhpZIvXPl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhpZIvXPl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhpZIvXPl .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-vnhpZIvXPl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhpZIvXPl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhpZIvXPl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhpZIvXPl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhpZIvXPl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhpZIvXPl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhpZIvXPl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhpZIvXPl .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-vnhpZIvXPl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhpZIvXPl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhpZIvXPl .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhpZIvXPl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhpZIvXPl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhpZIvXPl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhpZIvXPl .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhpZIvXPl .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhpZIvXPl .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhpZIvXPl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhpZIvXPl .navbar-brand .navbar-caption:hover,
.cid-vnhpZIvXPl .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhpZIvXPl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhpZIvXPl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhpZIvXPl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhpZIvXPl .dropdown-item.active,
.cid-vnhpZIvXPl .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhpZIvXPl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhpZIvXPl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhpZIvXPl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhpZIvXPl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhpZIvXPl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhpZIvXPl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhpZIvXPl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhpZIvXPl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhpZIvXPl ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhpZIvXPl ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhpZIvXPl .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhpZIvXPl .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhpZIvXPl .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhpZIvXPl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhpZIvXPl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhpZIvXPl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhpZIvXPl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhpZIvXPl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhpZIvXPl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhpZIvXPl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhpZIvXPl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhpZIvXPl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhpZIvXPl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhpZIvXPl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhpZIvXPl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhpZIvXPl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhpZIvXPl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhpZIvXPl .navbar {
    height: 86px;
  }
  .cid-vnhpZIvXPl .navbar.opened {
    height: auto;
  }
  .cid-vnhpZIvXPl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhpZIvXPl .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhpZIvXPl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhpZIvXPl .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhpZIvXPl .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhpZIvXPl .nav-item .nav-link:hover,
.cid-vnhpZIvXPl .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhpZIvXPl .nav-item .nav-link:hover::after,
.cid-vnhpZIvXPl .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhpZIvXPl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhpZIvXPl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhpZIvXPl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhpZIvXPl .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhpZIvXPl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhpZIvXPl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhpZIvXPl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhpZIvXPl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhpZIvXPl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhpZIvXPl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhpZIvXPl .content-wrap {
  min-height: 86px;
}
.cid-vnhpZIPfyt {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhpZIPfyt .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhpZIPfyt .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhpZIPfyt .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhpZIPfyt .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhpZIPfyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhpZIPfyt .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhpZIPfyt .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhpZIPfyt .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhpZIPfyt .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhpZIPfyt .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhpZIPfyt .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhpZIPfyt .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhpZIPfyt .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhpZIPfyt .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhpZIPfyt .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhpZIPfyt .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhpZIPfyt .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhpZIPfyt .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhpZIPfyt .mbr-section-title {
  color: #ffffff;
}
.cid-vnhpZIPfyt .mbr-text {
  color: #ffffff;
}
.cid-vnhpZIPfyt .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhpZIPfyt .mbr-section-btn {
    text-align: left;
  }
}
.cid-vnEJngEQYi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0033a0;
  overflow: hidden;
}
.cid-vnEJngEQYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEJngEQYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEJngEQYi .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vnEJngEQYi .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnEJngEQYi .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vnEJngEQYi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEJngEQYi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEJngEQYi .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vnEJngEQYi .mbr-section-title {
  color: #ffffff;
}
.cid-vnEJngEQYi .mbr-text,
.cid-vnEJngEQYi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnEJngEQYi .mbr-section-btn,
.cid-vnEJngEQYi .mbr-section-title {
  text-align: center;
}
.cid-vnEJngEQYi .mbr-section-title,
.cid-vnEJngEQYi .mbr-section-btn {
  color: #dde8ff;
}
.cid-vnEJqAm5BT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEJqAm5BT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEJqAm5BT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEJqAm5BT .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEJqAm5BT .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEJqAm5BT .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEJqAm5BT .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEJqAm5BT .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEJqAm5BT .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEJqAm5BT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEJqAm5BT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEJqAm5BT .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEJqAm5BT .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEJqAm5BT .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEJqAm5BT .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEJqAm5BT .mbr-label {
  color: #ffffff;
}
.cid-vnEJqAm5BT .mbr-section-title {
  color: #ff5500;
}
.cid-vnEJqAm5BT .mbr-text {
  color: #14334b;
}
.cid-vnEJqAm5BT .mbr-section-title,
.cid-vnEJqAm5BT .mbr-section-btn,
.cid-vnEJqAm5BT .title-wrap {
  color: #ffffff;
}
.cid-vnEJqAm5BT .mbr-text,
.cid-vnEJqAm5BT .text-wrapper {
  color: #dde8ff;
}
.cid-vnEJr8Djdm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEJr8Djdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEJr8Djdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEJr8Djdm .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEJr8Djdm .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEJr8Djdm .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEJr8Djdm .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEJr8Djdm .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEJr8Djdm .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEJr8Djdm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEJr8Djdm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEJr8Djdm .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEJr8Djdm .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEJr8Djdm .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEJr8Djdm .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEJr8Djdm .mbr-label {
  color: #ffffff;
}
.cid-vnEJr8Djdm .mbr-section-title {
  color: #ff5500;
}
.cid-vnEJr8Djdm .mbr-text {
  color: #14334b;
}
.cid-vnEJr8Djdm .mbr-section-title,
.cid-vnEJr8Djdm .mbr-section-btn,
.cid-vnEJr8Djdm .title-wrap {
  color: #ffffff;
}
.cid-vnEJr8Djdm .mbr-text,
.cid-vnEJr8Djdm .text-wrapper {
  color: #0033a0;
}
.cid-vnEJrEy62R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEJrEy62R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEJrEy62R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEJrEy62R .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEJrEy62R .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEJrEy62R .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEJrEy62R .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEJrEy62R .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEJrEy62R .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEJrEy62R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEJrEy62R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEJrEy62R .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEJrEy62R .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEJrEy62R .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEJrEy62R .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEJrEy62R .mbr-label {
  color: #ffffff;
}
.cid-vnEJrEy62R .mbr-section-title {
  color: #ff5500;
}
.cid-vnEJrEy62R .mbr-text {
  color: #14334b;
}
.cid-vnEJrEy62R .mbr-section-title,
.cid-vnEJrEy62R .mbr-section-btn,
.cid-vnEJrEy62R .title-wrap {
  color: #ffffff;
}
.cid-vnEJrEy62R .mbr-text,
.cid-vnEJrEy62R .text-wrapper {
  color: #dde8ff;
}
.cid-vqtd00UucR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vqtd00UucR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqtd00UucR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqtd00UucR .items-wrapper {
  margin: 0 -24px;
}
.cid-vqtd00UucR .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vqtd00UucR .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vqtd00UucR .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vqtd00UucR .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqtd00UucR .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vqtd00UucR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqtd00UucR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqtd00UucR .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vqtd00UucR .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vqtd00UucR .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqtd00UucR .image-wrapper img {
    height: 300px;
  }
}
.cid-vqtd00UucR .mbr-label {
  color: #ffffff;
}
.cid-vqtd00UucR .mbr-section-title {
  color: #ff5500;
}
.cid-vqtd00UucR .mbr-text {
  color: #14334b;
}
.cid-vqtd00UucR .mbr-section-title,
.cid-vqtd00UucR .mbr-section-btn,
.cid-vqtd00UucR .title-wrap {
  color: #0033a0;
}
.cid-vqtd00UucR .mbr-text,
.cid-vqtd00UucR .text-wrapper {
  color: #0033a0;
}
.cid-vnt4df54si {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt4df54si .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt4df54si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt4df54si .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt4df54si .card {
  justify-content: center;
}
.cid-vnt4df54si .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt4df54si .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt4df54si .title-wrapper {
    padding: 0;
  }
}
.cid-vnt4df54si .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt4df54si .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4df54si .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt4df54si .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt4df54si .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt4df54si .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4df54si .mbr-section-btn .btn::before,
.cid-vnt4df54si .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4df54si .mbr-section-btn .btn:hover,
.cid-vnt4df54si .mbr-section-btn .btn:focus,
.cid-vnt4df54si .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4df54si .mbr-section-btn .btn:hover::before,
.cid-vnt4df54si .mbr-section-btn .btn:focus::before,
.cid-vnt4df54si .mbr-section-btn .btn:active::before,
.cid-vnt4df54si .mbr-section-btn .btn:hover::after,
.cid-vnt4df54si .mbr-section-btn .btn:focus::after,
.cid-vnt4df54si .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4df54si .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt4df54si .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt4df54si .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt4df54si .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt4df54si .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4df54si .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt4df54si .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt4df54si .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt4df54si .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt4df54si .mbr-section-title {
  color: #0033a0;
}
.cid-vnt4df54si .mbr-tag {
  color: #adadad;
}
.cid-vnt4df54si .mbr-text {
  color: #ffffff;
}
.cid-vnt4df54si .mbr-title {
  color: #dde8ff;
}
.cid-vnt4df54si .form-text {
  color: #c7c7c7;
}
.cid-vnt4df54si label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhq93sGN8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhq93sGN8 nav.navbar {
  position: fixed;
}
.cid-vnhq93sGN8 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhq93sGN8 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhq93sGN8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhq93sGN8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhq93sGN8 .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhq93sGN8 .dropdown-item:hover,
.cid-vnhq93sGN8 .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhq93sGN8 .dropdown-item:hover span {
  color: white;
}
.cid-vnhq93sGN8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhq93sGN8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhq93sGN8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhq93sGN8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhq93sGN8 .nav-link {
  position: relative;
}
.cid-vnhq93sGN8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhq93sGN8 .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhq93sGN8 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhq93sGN8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhq93sGN8 .dropdown-menu,
.cid-vnhq93sGN8 .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhq93sGN8 .nav-item:focus,
.cid-vnhq93sGN8 .nav-link:focus {
  outline: none;
}
.cid-vnhq93sGN8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhq93sGN8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhq93sGN8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhq93sGN8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhq93sGN8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhq93sGN8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhq93sGN8 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhq93sGN8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhq93sGN8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhq93sGN8 .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhq93sGN8 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhq93sGN8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhq93sGN8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhq93sGN8 .navbar.collapsed {
  justify-content: center;
}
.cid-vnhq93sGN8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhq93sGN8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhq93sGN8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhq93sGN8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhq93sGN8 .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-vnhq93sGN8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhq93sGN8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhq93sGN8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhq93sGN8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhq93sGN8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhq93sGN8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhq93sGN8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhq93sGN8 .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-vnhq93sGN8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhq93sGN8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhq93sGN8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhq93sGN8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhq93sGN8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhq93sGN8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhq93sGN8 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhq93sGN8 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhq93sGN8 .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhq93sGN8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhq93sGN8 .navbar-brand .navbar-caption:hover,
.cid-vnhq93sGN8 .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhq93sGN8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhq93sGN8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhq93sGN8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhq93sGN8 .dropdown-item.active,
.cid-vnhq93sGN8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhq93sGN8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhq93sGN8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhq93sGN8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhq93sGN8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhq93sGN8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhq93sGN8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhq93sGN8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhq93sGN8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhq93sGN8 ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhq93sGN8 ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhq93sGN8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhq93sGN8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhq93sGN8 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhq93sGN8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhq93sGN8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhq93sGN8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhq93sGN8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhq93sGN8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhq93sGN8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhq93sGN8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhq93sGN8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhq93sGN8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhq93sGN8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhq93sGN8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhq93sGN8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhq93sGN8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhq93sGN8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhq93sGN8 .navbar {
    height: 86px;
  }
  .cid-vnhq93sGN8 .navbar.opened {
    height: auto;
  }
  .cid-vnhq93sGN8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhq93sGN8 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhq93sGN8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhq93sGN8 .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhq93sGN8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhq93sGN8 .nav-item .nav-link:hover,
.cid-vnhq93sGN8 .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhq93sGN8 .nav-item .nav-link:hover::after,
.cid-vnhq93sGN8 .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhq93sGN8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhq93sGN8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhq93sGN8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhq93sGN8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhq93sGN8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhq93sGN8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhq93sGN8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhq93sGN8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhq93sGN8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhq93sGN8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhq93sGN8 .content-wrap {
  min-height: 86px;
}
.cid-vnhq93Os3w {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhq93Os3w .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhq93Os3w .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhq93Os3w .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhq93Os3w .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhq93Os3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhq93Os3w .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhq93Os3w .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhq93Os3w .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhq93Os3w .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhq93Os3w .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhq93Os3w .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhq93Os3w .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhq93Os3w .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhq93Os3w .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhq93Os3w .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhq93Os3w .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhq93Os3w .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhq93Os3w .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhq93Os3w .mbr-section-title {
  color: #ffffff;
}
.cid-vnhq93Os3w .mbr-text {
  color: #ffffff;
}
.cid-vnhq93Os3w .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhq93Os3w .mbr-section-btn {
    text-align: left;
  }
}
.cid-vnEM1lPxkJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0033a0;
  overflow: hidden;
}
.cid-vnEM1lPxkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEM1lPxkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEM1lPxkJ .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vnEM1lPxkJ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnEM1lPxkJ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vnEM1lPxkJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEM1lPxkJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEM1lPxkJ .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vnEM1lPxkJ .mbr-section-title {
  color: #ffffff;
}
.cid-vnEM1lPxkJ .mbr-text,
.cid-vnEM1lPxkJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnEM1lPxkJ .mbr-section-btn,
.cid-vnEM1lPxkJ .mbr-section-title {
  text-align: center;
}
.cid-vnEM1lPxkJ .mbr-section-title,
.cid-vnEM1lPxkJ .mbr-section-btn {
  color: #dde8ff;
}
.cid-vnEM1Wr6P9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEM1Wr6P9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEM1Wr6P9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEM1Wr6P9 .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEM1Wr6P9 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEM1Wr6P9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEM1Wr6P9 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEM1Wr6P9 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEM1Wr6P9 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEM1Wr6P9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEM1Wr6P9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEM1Wr6P9 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEM1Wr6P9 .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEM1Wr6P9 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEM1Wr6P9 .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEM1Wr6P9 .mbr-label {
  color: #ffffff;
}
.cid-vnEM1Wr6P9 .mbr-section-title {
  color: #ff5500;
}
.cid-vnEM1Wr6P9 .mbr-text {
  color: #14334b;
}
.cid-vnEM1Wr6P9 .mbr-section-title,
.cid-vnEM1Wr6P9 .mbr-section-btn,
.cid-vnEM1Wr6P9 .title-wrap {
  color: #ffffff;
}
.cid-vnEM1Wr6P9 .mbr-text,
.cid-vnEM1Wr6P9 .text-wrapper {
  color: #dde8ff;
}
.cid-vnEMb4yN3a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEMb4yN3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEMb4yN3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEMb4yN3a .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEMb4yN3a .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEMb4yN3a .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEMb4yN3a .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEMb4yN3a .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEMb4yN3a .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEMb4yN3a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEMb4yN3a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEMb4yN3a .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEMb4yN3a .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEMb4yN3a .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEMb4yN3a .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEMb4yN3a .mbr-label {
  color: #ffffff;
}
.cid-vnEMb4yN3a .mbr-section-title {
  color: #ff5500;
}
.cid-vnEMb4yN3a .mbr-text {
  color: #14334b;
}
.cid-vnEMb4yN3a .mbr-section-title,
.cid-vnEMb4yN3a .mbr-section-btn,
.cid-vnEMb4yN3a .title-wrap {
  color: #ffffff;
}
.cid-vnEMb4yN3a .mbr-text,
.cid-vnEMb4yN3a .text-wrapper {
  color: #0033a0;
}
.cid-vnEMbyj0Zp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEMbyj0Zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEMbyj0Zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEMbyj0Zp .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEMbyj0Zp .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEMbyj0Zp .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEMbyj0Zp .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEMbyj0Zp .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEMbyj0Zp .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEMbyj0Zp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEMbyj0Zp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEMbyj0Zp .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEMbyj0Zp .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEMbyj0Zp .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEMbyj0Zp .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEMbyj0Zp .mbr-label {
  color: #ffffff;
}
.cid-vnEMbyj0Zp .mbr-section-title {
  color: #ff5500;
}
.cid-vnEMbyj0Zp .mbr-text {
  color: #14334b;
}
.cid-vnEMbyj0Zp .mbr-section-title,
.cid-vnEMbyj0Zp .mbr-section-btn,
.cid-vnEMbyj0Zp .title-wrap {
  color: #ffffff;
}
.cid-vnEMbyj0Zp .mbr-text,
.cid-vnEMbyj0Zp .text-wrapper {
  color: #dde8ff;
}
.cid-vnt4gvVpWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt4gvVpWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt4gvVpWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt4gvVpWo .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt4gvVpWo .card {
  justify-content: center;
}
.cid-vnt4gvVpWo .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt4gvVpWo .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt4gvVpWo .title-wrapper {
    padding: 0;
  }
}
.cid-vnt4gvVpWo .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt4gvVpWo .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4gvVpWo .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt4gvVpWo .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt4gvVpWo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt4gvVpWo .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4gvVpWo .mbr-section-btn .btn::before,
.cid-vnt4gvVpWo .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4gvVpWo .mbr-section-btn .btn:hover,
.cid-vnt4gvVpWo .mbr-section-btn .btn:focus,
.cid-vnt4gvVpWo .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4gvVpWo .mbr-section-btn .btn:hover::before,
.cid-vnt4gvVpWo .mbr-section-btn .btn:focus::before,
.cid-vnt4gvVpWo .mbr-section-btn .btn:active::before,
.cid-vnt4gvVpWo .mbr-section-btn .btn:hover::after,
.cid-vnt4gvVpWo .mbr-section-btn .btn:focus::after,
.cid-vnt4gvVpWo .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4gvVpWo .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt4gvVpWo .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt4gvVpWo .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt4gvVpWo .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt4gvVpWo .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4gvVpWo .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt4gvVpWo .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt4gvVpWo .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt4gvVpWo .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt4gvVpWo .mbr-section-title {
  color: #0033a0;
}
.cid-vnt4gvVpWo .mbr-tag {
  color: #adadad;
}
.cid-vnt4gvVpWo .mbr-text {
  color: #ffffff;
}
.cid-vnt4gvVpWo .mbr-title {
  color: #dde8ff;
}
.cid-vnt4gvVpWo .form-text {
  color: #c7c7c7;
}
.cid-vnt4gvVpWo label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhqqUfcI0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhqqUfcI0 nav.navbar {
  position: fixed;
}
.cid-vnhqqUfcI0 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhqqUfcI0 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhqqUfcI0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhqqUfcI0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhqqUfcI0 .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhqqUfcI0 .dropdown-item:hover,
.cid-vnhqqUfcI0 .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhqqUfcI0 .dropdown-item:hover span {
  color: white;
}
.cid-vnhqqUfcI0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhqqUfcI0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhqqUfcI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhqqUfcI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhqqUfcI0 .nav-link {
  position: relative;
}
.cid-vnhqqUfcI0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhqqUfcI0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhqqUfcI0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhqqUfcI0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhqqUfcI0 .dropdown-menu,
.cid-vnhqqUfcI0 .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhqqUfcI0 .nav-item:focus,
.cid-vnhqqUfcI0 .nav-link:focus {
  outline: none;
}
.cid-vnhqqUfcI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhqqUfcI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhqqUfcI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhqqUfcI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhqqUfcI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhqqUfcI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhqqUfcI0 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhqqUfcI0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhqqUfcI0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhqqUfcI0 .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhqqUfcI0 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhqqUfcI0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhqqUfcI0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhqqUfcI0 .navbar.collapsed {
  justify-content: center;
}
.cid-vnhqqUfcI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhqqUfcI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhqqUfcI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhqqUfcI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhqqUfcI0 .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-vnhqqUfcI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhqqUfcI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhqqUfcI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhqqUfcI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhqqUfcI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhqqUfcI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhqqUfcI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhqqUfcI0 .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-vnhqqUfcI0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhqqUfcI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhqqUfcI0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhqqUfcI0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhqqUfcI0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhqqUfcI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhqqUfcI0 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhqqUfcI0 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhqqUfcI0 .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhqqUfcI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhqqUfcI0 .navbar-brand .navbar-caption:hover,
.cid-vnhqqUfcI0 .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhqqUfcI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhqqUfcI0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhqqUfcI0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhqqUfcI0 .dropdown-item.active,
.cid-vnhqqUfcI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhqqUfcI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhqqUfcI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhqqUfcI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhqqUfcI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhqqUfcI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhqqUfcI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhqqUfcI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhqqUfcI0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhqqUfcI0 ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhqqUfcI0 ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhqqUfcI0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhqqUfcI0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhqqUfcI0 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhqqUfcI0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhqqUfcI0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhqqUfcI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhqqUfcI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhqqUfcI0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhqqUfcI0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhqqUfcI0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhqqUfcI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhqqUfcI0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhqqUfcI0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhqqUfcI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhqqUfcI0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhqqUfcI0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhqqUfcI0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhqqUfcI0 .navbar {
    height: 86px;
  }
  .cid-vnhqqUfcI0 .navbar.opened {
    height: auto;
  }
  .cid-vnhqqUfcI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhqqUfcI0 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhqqUfcI0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhqqUfcI0 .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhqqUfcI0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhqqUfcI0 .nav-item .nav-link:hover,
.cid-vnhqqUfcI0 .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhqqUfcI0 .nav-item .nav-link:hover::after,
.cid-vnhqqUfcI0 .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhqqUfcI0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhqqUfcI0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhqqUfcI0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhqqUfcI0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhqqUfcI0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhqqUfcI0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhqqUfcI0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhqqUfcI0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhqqUfcI0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhqqUfcI0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhqqUfcI0 .content-wrap {
  min-height: 86px;
}
.cid-vnhqqUB4SL {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhqqUB4SL .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhqqUB4SL .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhqqUB4SL .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhqqUB4SL .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhqqUB4SL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhqqUB4SL .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhqqUB4SL .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhqqUB4SL .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhqqUB4SL .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhqqUB4SL .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhqqUB4SL .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhqqUB4SL .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhqqUB4SL .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhqqUB4SL .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhqqUB4SL .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhqqUB4SL .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhqqUB4SL .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhqqUB4SL .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhqqUB4SL .mbr-section-title {
  color: #ffffff;
}
.cid-vnhqqUB4SL .mbr-text {
  color: #ffffff;
}
.cid-vnhqqUB4SL .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhqqUB4SL .mbr-section-btn {
    text-align: left;
  }
}
.cid-vnEMOO0WWL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0033a0;
  overflow: hidden;
}
.cid-vnEMOO0WWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEMOO0WWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEMOO0WWL .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vnEMOO0WWL .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnEMOO0WWL .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vnEMOO0WWL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEMOO0WWL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEMOO0WWL .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vnEMOO0WWL .mbr-section-title {
  color: #ffffff;
}
.cid-vnEMOO0WWL .mbr-text,
.cid-vnEMOO0WWL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnEMOO0WWL .mbr-section-btn,
.cid-vnEMOO0WWL .mbr-section-title {
  text-align: center;
}
.cid-vnEMOO0WWL .mbr-section-title,
.cid-vnEMOO0WWL .mbr-section-btn {
  color: #dde8ff;
}
.cid-vnEMPkFgXQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEMPkFgXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEMPkFgXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEMPkFgXQ .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEMPkFgXQ .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEMPkFgXQ .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEMPkFgXQ .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEMPkFgXQ .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEMPkFgXQ .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEMPkFgXQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEMPkFgXQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEMPkFgXQ .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEMPkFgXQ .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEMPkFgXQ .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEMPkFgXQ .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEMPkFgXQ .mbr-label {
  color: #ffffff;
}
.cid-vnEMPkFgXQ .mbr-section-title {
  color: #ff5500;
}
.cid-vnEMPkFgXQ .mbr-text {
  color: #14334b;
}
.cid-vnEMPkFgXQ .mbr-section-title,
.cid-vnEMPkFgXQ .mbr-section-btn,
.cid-vnEMPkFgXQ .title-wrap {
  color: #ffffff;
}
.cid-vnEMPkFgXQ .mbr-text,
.cid-vnEMPkFgXQ .text-wrapper {
  color: #dde8ff;
}
.cid-vnEMU6Nr9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEMU6Nr9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEMU6Nr9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEMU6Nr9Q .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEMU6Nr9Q .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEMU6Nr9Q .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEMU6Nr9Q .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEMU6Nr9Q .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEMU6Nr9Q .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEMU6Nr9Q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEMU6Nr9Q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEMU6Nr9Q .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEMU6Nr9Q .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEMU6Nr9Q .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEMU6Nr9Q .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEMU6Nr9Q .mbr-label {
  color: #ffffff;
}
.cid-vnEMU6Nr9Q .mbr-section-title {
  color: #ff5500;
}
.cid-vnEMU6Nr9Q .mbr-text {
  color: #14334b;
}
.cid-vnEMU6Nr9Q .mbr-section-title,
.cid-vnEMU6Nr9Q .mbr-section-btn,
.cid-vnEMU6Nr9Q .title-wrap {
  color: #ffffff;
}
.cid-vnEMU6Nr9Q .mbr-text,
.cid-vnEMU6Nr9Q .text-wrapper {
  color: #0033a0;
}
.cid-vnEMUIoZIN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEMUIoZIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEMUIoZIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEMUIoZIN .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEMUIoZIN .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEMUIoZIN .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEMUIoZIN .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEMUIoZIN .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEMUIoZIN .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEMUIoZIN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEMUIoZIN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEMUIoZIN .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEMUIoZIN .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEMUIoZIN .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEMUIoZIN .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEMUIoZIN .mbr-label {
  color: #ffffff;
}
.cid-vnEMUIoZIN .mbr-section-title {
  color: #ff5500;
}
.cid-vnEMUIoZIN .mbr-text {
  color: #14334b;
}
.cid-vnEMUIoZIN .mbr-section-title,
.cid-vnEMUIoZIN .mbr-section-btn,
.cid-vnEMUIoZIN .title-wrap {
  color: #ffffff;
}
.cid-vnEMUIoZIN .mbr-text,
.cid-vnEMUIoZIN .text-wrapper {
  color: #dde8ff;
}
.cid-vnEMV33U3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEMV33U3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEMV33U3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEMV33U3i .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEMV33U3i .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEMV33U3i .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEMV33U3i .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEMV33U3i .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEMV33U3i .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEMV33U3i .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEMV33U3i .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEMV33U3i .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEMV33U3i .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEMV33U3i .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEMV33U3i .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEMV33U3i .mbr-label {
  color: #ffffff;
}
.cid-vnEMV33U3i .mbr-section-title {
  color: #ff5500;
}
.cid-vnEMV33U3i .mbr-text {
  color: #14334b;
}
.cid-vnEMV33U3i .mbr-section-title,
.cid-vnEMV33U3i .mbr-section-btn,
.cid-vnEMV33U3i .title-wrap {
  color: #ffffff;
}
.cid-vnEMV33U3i .mbr-text,
.cid-vnEMV33U3i .text-wrapper {
  color: #0033a0;
}
.cid-vnEMVDVtSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEMVDVtSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEMVDVtSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEMVDVtSk .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEMVDVtSk .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEMVDVtSk .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEMVDVtSk .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEMVDVtSk .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEMVDVtSk .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEMVDVtSk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEMVDVtSk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEMVDVtSk .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEMVDVtSk .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEMVDVtSk .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEMVDVtSk .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEMVDVtSk .mbr-label {
  color: #ffffff;
}
.cid-vnEMVDVtSk .mbr-section-title {
  color: #ff5500;
}
.cid-vnEMVDVtSk .mbr-text {
  color: #14334b;
}
.cid-vnEMVDVtSk .mbr-section-title,
.cid-vnEMVDVtSk .mbr-section-btn,
.cid-vnEMVDVtSk .title-wrap {
  color: #ffffff;
}
.cid-vnEMVDVtSk .mbr-text,
.cid-vnEMVDVtSk .text-wrapper {
  color: #dde8ff;
}
.cid-vnEMWbNB9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEMWbNB9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEMWbNB9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEMWbNB9Q .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEMWbNB9Q .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEMWbNB9Q .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEMWbNB9Q .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEMWbNB9Q .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEMWbNB9Q .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEMWbNB9Q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEMWbNB9Q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEMWbNB9Q .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEMWbNB9Q .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEMWbNB9Q .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEMWbNB9Q .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEMWbNB9Q .mbr-label {
  color: #ffffff;
}
.cid-vnEMWbNB9Q .mbr-section-title {
  color: #ff5500;
}
.cid-vnEMWbNB9Q .mbr-text {
  color: #14334b;
}
.cid-vnEMWbNB9Q .mbr-section-title,
.cid-vnEMWbNB9Q .mbr-section-btn,
.cid-vnEMWbNB9Q .title-wrap {
  color: #ffffff;
}
.cid-vnEMWbNB9Q .mbr-text,
.cid-vnEMWbNB9Q .text-wrapper {
  color: #0033a0;
}
.cid-vnt4kscFOL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt4kscFOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt4kscFOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt4kscFOL .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt4kscFOL .card {
  justify-content: center;
}
.cid-vnt4kscFOL .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt4kscFOL .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt4kscFOL .title-wrapper {
    padding: 0;
  }
}
.cid-vnt4kscFOL .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt4kscFOL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4kscFOL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt4kscFOL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt4kscFOL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt4kscFOL .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4kscFOL .mbr-section-btn .btn::before,
.cid-vnt4kscFOL .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4kscFOL .mbr-section-btn .btn:hover,
.cid-vnt4kscFOL .mbr-section-btn .btn:focus,
.cid-vnt4kscFOL .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4kscFOL .mbr-section-btn .btn:hover::before,
.cid-vnt4kscFOL .mbr-section-btn .btn:focus::before,
.cid-vnt4kscFOL .mbr-section-btn .btn:active::before,
.cid-vnt4kscFOL .mbr-section-btn .btn:hover::after,
.cid-vnt4kscFOL .mbr-section-btn .btn:focus::after,
.cid-vnt4kscFOL .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4kscFOL .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt4kscFOL .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt4kscFOL .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt4kscFOL .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt4kscFOL .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4kscFOL .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt4kscFOL .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt4kscFOL .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt4kscFOL .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt4kscFOL .mbr-section-title {
  color: #0033a0;
}
.cid-vnt4kscFOL .mbr-tag {
  color: #adadad;
}
.cid-vnt4kscFOL .mbr-text {
  color: #ffffff;
}
.cid-vnt4kscFOL .mbr-title {
  color: #dde8ff;
}
.cid-vnt4kscFOL .form-text {
  color: #c7c7c7;
}
.cid-vnt4kscFOL label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhquU5xA0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhquU5xA0 nav.navbar {
  position: fixed;
}
.cid-vnhquU5xA0 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhquU5xA0 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhquU5xA0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhquU5xA0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhquU5xA0 .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhquU5xA0 .dropdown-item:hover,
.cid-vnhquU5xA0 .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhquU5xA0 .dropdown-item:hover span {
  color: white;
}
.cid-vnhquU5xA0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhquU5xA0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhquU5xA0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhquU5xA0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhquU5xA0 .nav-link {
  position: relative;
}
.cid-vnhquU5xA0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhquU5xA0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhquU5xA0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhquU5xA0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhquU5xA0 .dropdown-menu,
.cid-vnhquU5xA0 .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhquU5xA0 .nav-item:focus,
.cid-vnhquU5xA0 .nav-link:focus {
  outline: none;
}
.cid-vnhquU5xA0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhquU5xA0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhquU5xA0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhquU5xA0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhquU5xA0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhquU5xA0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhquU5xA0 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhquU5xA0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhquU5xA0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhquU5xA0 .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhquU5xA0 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhquU5xA0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhquU5xA0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhquU5xA0 .navbar.collapsed {
  justify-content: center;
}
.cid-vnhquU5xA0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhquU5xA0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhquU5xA0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhquU5xA0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhquU5xA0 .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-vnhquU5xA0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhquU5xA0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhquU5xA0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhquU5xA0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhquU5xA0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhquU5xA0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhquU5xA0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhquU5xA0 .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-vnhquU5xA0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhquU5xA0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhquU5xA0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhquU5xA0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhquU5xA0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhquU5xA0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhquU5xA0 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhquU5xA0 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhquU5xA0 .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhquU5xA0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhquU5xA0 .navbar-brand .navbar-caption:hover,
.cid-vnhquU5xA0 .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhquU5xA0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhquU5xA0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhquU5xA0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhquU5xA0 .dropdown-item.active,
.cid-vnhquU5xA0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhquU5xA0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhquU5xA0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhquU5xA0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhquU5xA0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhquU5xA0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhquU5xA0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhquU5xA0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhquU5xA0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhquU5xA0 ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhquU5xA0 ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhquU5xA0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhquU5xA0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhquU5xA0 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhquU5xA0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhquU5xA0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhquU5xA0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhquU5xA0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhquU5xA0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhquU5xA0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhquU5xA0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhquU5xA0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhquU5xA0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhquU5xA0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhquU5xA0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhquU5xA0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhquU5xA0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhquU5xA0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhquU5xA0 .navbar {
    height: 86px;
  }
  .cid-vnhquU5xA0 .navbar.opened {
    height: auto;
  }
  .cid-vnhquU5xA0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhquU5xA0 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhquU5xA0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhquU5xA0 .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhquU5xA0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhquU5xA0 .nav-item .nav-link:hover,
.cid-vnhquU5xA0 .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhquU5xA0 .nav-item .nav-link:hover::after,
.cid-vnhquU5xA0 .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhquU5xA0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhquU5xA0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhquU5xA0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhquU5xA0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhquU5xA0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhquU5xA0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhquU5xA0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhquU5xA0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhquU5xA0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhquU5xA0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhquU5xA0 .content-wrap {
  min-height: 86px;
}
.cid-vnhquUptSV {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhquUptSV .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhquUptSV .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhquUptSV .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhquUptSV .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhquUptSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhquUptSV .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhquUptSV .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhquUptSV .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhquUptSV .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhquUptSV .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhquUptSV .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhquUptSV .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhquUptSV .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhquUptSV .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhquUptSV .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhquUptSV .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhquUptSV .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhquUptSV .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhquUptSV .mbr-section-title {
  color: #ffffff;
}
.cid-vnhquUptSV .mbr-text {
  color: #ffffff;
}
.cid-vnhquUptSV .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhquUptSV .mbr-section-btn {
    text-align: left;
  }
}
.cid-vnEO9yvjdG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0033a0;
  overflow: hidden;
}
.cid-vnEO9yvjdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEO9yvjdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEO9yvjdG .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vnEO9yvjdG .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnEO9yvjdG .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vnEO9yvjdG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEO9yvjdG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEO9yvjdG .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vnEO9yvjdG .mbr-section-title {
  color: #ffffff;
}
.cid-vnEO9yvjdG .mbr-text,
.cid-vnEO9yvjdG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnEO9yvjdG .mbr-section-btn,
.cid-vnEO9yvjdG .mbr-section-title {
  text-align: center;
}
.cid-vnEO9yvjdG .mbr-section-title,
.cid-vnEO9yvjdG .mbr-section-btn {
  color: #dde8ff;
}
.cid-vnEOkUZbHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEOkUZbHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEOkUZbHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEOkUZbHS .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEOkUZbHS .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEOkUZbHS .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEOkUZbHS .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEOkUZbHS .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEOkUZbHS .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEOkUZbHS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEOkUZbHS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEOkUZbHS .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEOkUZbHS .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEOkUZbHS .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEOkUZbHS .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEOkUZbHS .mbr-label {
  color: #ffffff;
}
.cid-vnEOkUZbHS .mbr-section-title {
  color: #ff5500;
}
.cid-vnEOkUZbHS .mbr-text {
  color: #14334b;
}
.cid-vnEOkUZbHS .mbr-section-title,
.cid-vnEOkUZbHS .mbr-section-btn,
.cid-vnEOkUZbHS .title-wrap {
  color: #ffffff;
}
.cid-vnEOkUZbHS .mbr-text,
.cid-vnEOkUZbHS .text-wrapper {
  color: #dde8ff;
}
.cid-vnEOlhQpuT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEOlhQpuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEOlhQpuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEOlhQpuT .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEOlhQpuT .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEOlhQpuT .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEOlhQpuT .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEOlhQpuT .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEOlhQpuT .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEOlhQpuT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEOlhQpuT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEOlhQpuT .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEOlhQpuT .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEOlhQpuT .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEOlhQpuT .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEOlhQpuT .mbr-label {
  color: #ffffff;
}
.cid-vnEOlhQpuT .mbr-section-title {
  color: #ff5500;
}
.cid-vnEOlhQpuT .mbr-text {
  color: #14334b;
}
.cid-vnEOlhQpuT .mbr-section-title,
.cid-vnEOlhQpuT .mbr-section-btn,
.cid-vnEOlhQpuT .title-wrap {
  color: #ffffff;
}
.cid-vnEOlhQpuT .mbr-text,
.cid-vnEOlhQpuT .text-wrapper {
  color: #0033a0;
}
.cid-vnEOlCrIhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnEOlCrIhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEOlCrIhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEOlCrIhC .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEOlCrIhC .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEOlCrIhC .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEOlCrIhC .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEOlCrIhC .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEOlCrIhC .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEOlCrIhC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEOlCrIhC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEOlCrIhC .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEOlCrIhC .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnEOlCrIhC .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEOlCrIhC .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEOlCrIhC .mbr-label {
  color: #ffffff;
}
.cid-vnEOlCrIhC .mbr-section-title {
  color: #ff5500;
}
.cid-vnEOlCrIhC .mbr-text {
  color: #14334b;
}
.cid-vnEOlCrIhC .mbr-section-title,
.cid-vnEOlCrIhC .mbr-section-btn,
.cid-vnEOlCrIhC .title-wrap {
  color: #ffffff;
}
.cid-vnEOlCrIhC .mbr-text,
.cid-vnEOlCrIhC .text-wrapper {
  color: #dde8ff;
}
.cid-vnEOlXwVaO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnEOlXwVaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEOlXwVaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEOlXwVaO .items-wrapper {
  margin: 0 -24px;
}
.cid-vnEOlXwVaO .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnEOlXwVaO .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnEOlXwVaO .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnEOlXwVaO .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnEOlXwVaO .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnEOlXwVaO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEOlXwVaO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEOlXwVaO .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnEOlXwVaO .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnEOlXwVaO .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnEOlXwVaO .image-wrapper img {
    height: 300px;
  }
}
.cid-vnEOlXwVaO .mbr-label {
  color: #ffffff;
}
.cid-vnEOlXwVaO .mbr-section-title {
  color: #ff5500;
}
.cid-vnEOlXwVaO .mbr-text {
  color: #14334b;
}
.cid-vnEOlXwVaO .mbr-section-title,
.cid-vnEOlXwVaO .mbr-section-btn,
.cid-vnEOlXwVaO .title-wrap {
  color: #ffffff;
}
.cid-vnEOlXwVaO .mbr-text,
.cid-vnEOlXwVaO .text-wrapper {
  color: #0033a0;
}
.cid-vnt4nsbYRF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt4nsbYRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt4nsbYRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt4nsbYRF .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt4nsbYRF .card {
  justify-content: center;
}
.cid-vnt4nsbYRF .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt4nsbYRF .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt4nsbYRF .title-wrapper {
    padding: 0;
  }
}
.cid-vnt4nsbYRF .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt4nsbYRF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4nsbYRF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt4nsbYRF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt4nsbYRF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt4nsbYRF .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4nsbYRF .mbr-section-btn .btn::before,
.cid-vnt4nsbYRF .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4nsbYRF .mbr-section-btn .btn:hover,
.cid-vnt4nsbYRF .mbr-section-btn .btn:focus,
.cid-vnt4nsbYRF .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4nsbYRF .mbr-section-btn .btn:hover::before,
.cid-vnt4nsbYRF .mbr-section-btn .btn:focus::before,
.cid-vnt4nsbYRF .mbr-section-btn .btn:active::before,
.cid-vnt4nsbYRF .mbr-section-btn .btn:hover::after,
.cid-vnt4nsbYRF .mbr-section-btn .btn:focus::after,
.cid-vnt4nsbYRF .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4nsbYRF .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt4nsbYRF .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt4nsbYRF .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt4nsbYRF .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt4nsbYRF .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4nsbYRF .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt4nsbYRF .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt4nsbYRF .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt4nsbYRF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt4nsbYRF .mbr-section-title {
  color: #0033a0;
}
.cid-vnt4nsbYRF .mbr-tag {
  color: #adadad;
}
.cid-vnt4nsbYRF .mbr-text {
  color: #ffffff;
}
.cid-vnt4nsbYRF .mbr-title {
  color: #dde8ff;
}
.cid-vnt4nsbYRF .form-text {
  color: #c7c7c7;
}
.cid-vnt4nsbYRF label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhqysm7b4 {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhqysm7b4 .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhqysm7b4 .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhqysm7b4 .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhqysm7b4 .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhqysm7b4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhqysm7b4 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhqysm7b4 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhqysm7b4 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhqysm7b4 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhqysm7b4 .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhqysm7b4 .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhqysm7b4 .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhqysm7b4 .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhqysm7b4 .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhqysm7b4 .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhqysm7b4 .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhqysm7b4 .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhqysm7b4 .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhqysm7b4 .mbr-section-title {
  color: #ffffff;
}
.cid-vnhqysm7b4 .mbr-text {
  color: #ffffff;
}
.cid-vnhqysm7b4 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhqysm7b4 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vnERbY89O2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0033a0;
  overflow: hidden;
}
.cid-vnERbY89O2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnERbY89O2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnERbY89O2 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vnERbY89O2 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnERbY89O2 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vnERbY89O2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnERbY89O2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnERbY89O2 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vnERbY89O2 .mbr-section-title {
  color: #ffffff;
}
.cid-vnERbY89O2 .mbr-text,
.cid-vnERbY89O2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnERbY89O2 .mbr-section-btn,
.cid-vnERbY89O2 .mbr-section-title {
  text-align: center;
}
.cid-vnERbY89O2 .mbr-section-title,
.cid-vnERbY89O2 .mbr-section-btn {
  color: #dde8ff;
}
.cid-vnERcI4rRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnERcI4rRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnERcI4rRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnERcI4rRQ .items-wrapper {
  margin: 0 -24px;
}
.cid-vnERcI4rRQ .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnERcI4rRQ .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnERcI4rRQ .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnERcI4rRQ .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnERcI4rRQ .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnERcI4rRQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnERcI4rRQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnERcI4rRQ .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnERcI4rRQ .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnERcI4rRQ .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnERcI4rRQ .image-wrapper img {
    height: 300px;
  }
}
.cid-vnERcI4rRQ .mbr-label {
  color: #ffffff;
}
.cid-vnERcI4rRQ .mbr-section-title {
  color: #ff5500;
}
.cid-vnERcI4rRQ .mbr-text {
  color: #14334b;
}
.cid-vnERcI4rRQ .mbr-section-title,
.cid-vnERcI4rRQ .mbr-section-btn,
.cid-vnERcI4rRQ .title-wrap {
  color: #ffffff;
}
.cid-vnERcI4rRQ .mbr-text,
.cid-vnERcI4rRQ .text-wrapper {
  color: #dde8ff;
}
.cid-vnERgXhgvy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnERgXhgvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnERgXhgvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnERgXhgvy .items-wrapper {
  margin: 0 -24px;
}
.cid-vnERgXhgvy .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnERgXhgvy .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnERgXhgvy .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnERgXhgvy .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnERgXhgvy .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnERgXhgvy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnERgXhgvy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnERgXhgvy .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnERgXhgvy .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnERgXhgvy .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnERgXhgvy .image-wrapper img {
    height: 300px;
  }
}
.cid-vnERgXhgvy .mbr-label {
  color: #ffffff;
}
.cid-vnERgXhgvy .mbr-section-title {
  color: #ff5500;
}
.cid-vnERgXhgvy .mbr-text {
  color: #14334b;
}
.cid-vnERgXhgvy .mbr-section-title,
.cid-vnERgXhgvy .mbr-section-btn,
.cid-vnERgXhgvy .title-wrap {
  color: #ffffff;
}
.cid-vnERgXhgvy .mbr-text,
.cid-vnERgXhgvy .text-wrapper {
  color: #0033a0;
}
.cid-vnERhI23aY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnERhI23aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnERhI23aY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnERhI23aY .items-wrapper {
  margin: 0 -24px;
}
.cid-vnERhI23aY .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnERhI23aY .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnERhI23aY .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnERhI23aY .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnERhI23aY .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnERhI23aY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnERhI23aY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnERhI23aY .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnERhI23aY .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnERhI23aY .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnERhI23aY .image-wrapper img {
    height: 300px;
  }
}
.cid-vnERhI23aY .mbr-label {
  color: #ffffff;
}
.cid-vnERhI23aY .mbr-section-title {
  color: #ff5500;
}
.cid-vnERhI23aY .mbr-text {
  color: #14334b;
}
.cid-vnERhI23aY .mbr-section-title,
.cid-vnERhI23aY .mbr-section-btn,
.cid-vnERhI23aY .title-wrap {
  color: #ffffff;
}
.cid-vnERhI23aY .mbr-text,
.cid-vnERhI23aY .text-wrapper {
  color: #dde8ff;
}
.cid-vnERi0Kia6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnERi0Kia6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnERi0Kia6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnERi0Kia6 .items-wrapper {
  margin: 0 -24px;
}
.cid-vnERi0Kia6 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnERi0Kia6 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnERi0Kia6 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnERi0Kia6 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnERi0Kia6 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnERi0Kia6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnERi0Kia6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnERi0Kia6 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnERi0Kia6 .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnERi0Kia6 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnERi0Kia6 .image-wrapper img {
    height: 300px;
  }
}
.cid-vnERi0Kia6 .mbr-label {
  color: #ffffff;
}
.cid-vnERi0Kia6 .mbr-section-title {
  color: #ff5500;
}
.cid-vnERi0Kia6 .mbr-text {
  color: #14334b;
}
.cid-vnERi0Kia6 .mbr-section-title,
.cid-vnERi0Kia6 .mbr-section-btn,
.cid-vnERi0Kia6 .title-wrap {
  color: #ffffff;
}
.cid-vnERi0Kia6 .mbr-text,
.cid-vnERi0Kia6 .text-wrapper {
  color: #0033a0;
}
.cid-vnERiD7wcC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnERiD7wcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnERiD7wcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnERiD7wcC .items-wrapper {
  margin: 0 -24px;
}
.cid-vnERiD7wcC .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnERiD7wcC .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnERiD7wcC .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnERiD7wcC .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnERiD7wcC .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnERiD7wcC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnERiD7wcC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnERiD7wcC .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnERiD7wcC .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnERiD7wcC .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnERiD7wcC .image-wrapper img {
    height: 300px;
  }
}
.cid-vnERiD7wcC .mbr-label {
  color: #ffffff;
}
.cid-vnERiD7wcC .mbr-section-title {
  color: #ff5500;
}
.cid-vnERiD7wcC .mbr-text {
  color: #14334b;
}
.cid-vnERiD7wcC .mbr-section-title,
.cid-vnERiD7wcC .mbr-section-btn,
.cid-vnERiD7wcC .title-wrap {
  color: #ffffff;
}
.cid-vnERiD7wcC .mbr-text,
.cid-vnERiD7wcC .text-wrapper {
  color: #dde8ff;
}
.cid-vnERjahyaW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnERjahyaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnERjahyaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnERjahyaW .items-wrapper {
  margin: 0 -24px;
}
.cid-vnERjahyaW .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnERjahyaW .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnERjahyaW .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnERjahyaW .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnERjahyaW .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnERjahyaW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnERjahyaW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnERjahyaW .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnERjahyaW .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnERjahyaW .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnERjahyaW .image-wrapper img {
    height: 300px;
  }
}
.cid-vnERjahyaW .mbr-label {
  color: #ffffff;
}
.cid-vnERjahyaW .mbr-section-title {
  color: #ff5500;
}
.cid-vnERjahyaW .mbr-text {
  color: #14334b;
}
.cid-vnERjahyaW .mbr-section-title,
.cid-vnERjahyaW .mbr-section-btn,
.cid-vnERjahyaW .title-wrap {
  color: #ffffff;
}
.cid-vnERjahyaW .mbr-text,
.cid-vnERjahyaW .text-wrapper {
  color: #0033a0;
}
.cid-vnt4s5IGZH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt4s5IGZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt4s5IGZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt4s5IGZH .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt4s5IGZH .card {
  justify-content: center;
}
.cid-vnt4s5IGZH .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt4s5IGZH .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt4s5IGZH .title-wrapper {
    padding: 0;
  }
}
.cid-vnt4s5IGZH .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt4s5IGZH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4s5IGZH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt4s5IGZH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt4s5IGZH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt4s5IGZH .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4s5IGZH .mbr-section-btn .btn::before,
.cid-vnt4s5IGZH .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4s5IGZH .mbr-section-btn .btn:hover,
.cid-vnt4s5IGZH .mbr-section-btn .btn:focus,
.cid-vnt4s5IGZH .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4s5IGZH .mbr-section-btn .btn:hover::before,
.cid-vnt4s5IGZH .mbr-section-btn .btn:focus::before,
.cid-vnt4s5IGZH .mbr-section-btn .btn:active::before,
.cid-vnt4s5IGZH .mbr-section-btn .btn:hover::after,
.cid-vnt4s5IGZH .mbr-section-btn .btn:focus::after,
.cid-vnt4s5IGZH .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4s5IGZH .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt4s5IGZH .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt4s5IGZH .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt4s5IGZH .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt4s5IGZH .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4s5IGZH .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt4s5IGZH .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt4s5IGZH .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt4s5IGZH .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt4s5IGZH .mbr-section-title {
  color: #0033a0;
}
.cid-vnt4s5IGZH .mbr-tag {
  color: #adadad;
}
.cid-vnt4s5IGZH .mbr-text {
  color: #ffffff;
}
.cid-vnt4s5IGZH .mbr-title {
  color: #dde8ff;
}
.cid-vnt4s5IGZH .form-text {
  color: #c7c7c7;
}
.cid-vnt4s5IGZH label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhqys1FQk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhqys1FQk nav.navbar {
  position: fixed;
}
.cid-vnhqys1FQk .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhqys1FQk .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhqys1FQk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhqys1FQk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhqys1FQk .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhqys1FQk .dropdown-item:hover,
.cid-vnhqys1FQk .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhqys1FQk .dropdown-item:hover span {
  color: white;
}
.cid-vnhqys1FQk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhqys1FQk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhqys1FQk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhqys1FQk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhqys1FQk .nav-link {
  position: relative;
}
.cid-vnhqys1FQk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhqys1FQk .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhqys1FQk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhqys1FQk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhqys1FQk .dropdown-menu,
.cid-vnhqys1FQk .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhqys1FQk .nav-item:focus,
.cid-vnhqys1FQk .nav-link:focus {
  outline: none;
}
.cid-vnhqys1FQk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhqys1FQk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhqys1FQk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhqys1FQk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhqys1FQk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhqys1FQk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhqys1FQk .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhqys1FQk .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhqys1FQk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhqys1FQk .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhqys1FQk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhqys1FQk .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhqys1FQk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhqys1FQk .navbar.collapsed {
  justify-content: center;
}
.cid-vnhqys1FQk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhqys1FQk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhqys1FQk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhqys1FQk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhqys1FQk .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-vnhqys1FQk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhqys1FQk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhqys1FQk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhqys1FQk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhqys1FQk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhqys1FQk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhqys1FQk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhqys1FQk .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-vnhqys1FQk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhqys1FQk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhqys1FQk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhqys1FQk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhqys1FQk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhqys1FQk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhqys1FQk .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhqys1FQk .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhqys1FQk .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhqys1FQk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhqys1FQk .navbar-brand .navbar-caption:hover,
.cid-vnhqys1FQk .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhqys1FQk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhqys1FQk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhqys1FQk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhqys1FQk .dropdown-item.active,
.cid-vnhqys1FQk .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhqys1FQk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhqys1FQk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhqys1FQk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhqys1FQk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhqys1FQk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhqys1FQk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhqys1FQk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhqys1FQk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhqys1FQk ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhqys1FQk ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhqys1FQk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhqys1FQk .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhqys1FQk .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhqys1FQk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhqys1FQk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhqys1FQk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhqys1FQk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhqys1FQk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhqys1FQk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhqys1FQk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhqys1FQk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhqys1FQk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhqys1FQk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhqys1FQk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhqys1FQk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhqys1FQk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhqys1FQk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhqys1FQk .navbar {
    height: 86px;
  }
  .cid-vnhqys1FQk .navbar.opened {
    height: auto;
  }
  .cid-vnhqys1FQk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhqys1FQk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhqys1FQk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhqys1FQk .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhqys1FQk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhqys1FQk .nav-item .nav-link:hover,
.cid-vnhqys1FQk .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhqys1FQk .nav-item .nav-link:hover::after,
.cid-vnhqys1FQk .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhqys1FQk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhqys1FQk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhqys1FQk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhqys1FQk .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhqys1FQk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhqys1FQk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhqys1FQk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhqys1FQk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhqys1FQk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhqys1FQk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhqys1FQk .content-wrap {
  min-height: 86px;
}
.cid-vnhqETVZEb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhqETVZEb nav.navbar {
  position: fixed;
}
.cid-vnhqETVZEb .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhqETVZEb .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhqETVZEb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhqETVZEb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhqETVZEb .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhqETVZEb .dropdown-item:hover,
.cid-vnhqETVZEb .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhqETVZEb .dropdown-item:hover span {
  color: white;
}
.cid-vnhqETVZEb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhqETVZEb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhqETVZEb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhqETVZEb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhqETVZEb .nav-link {
  position: relative;
}
.cid-vnhqETVZEb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhqETVZEb .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhqETVZEb .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhqETVZEb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhqETVZEb .dropdown-menu,
.cid-vnhqETVZEb .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhqETVZEb .nav-item:focus,
.cid-vnhqETVZEb .nav-link:focus {
  outline: none;
}
.cid-vnhqETVZEb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhqETVZEb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhqETVZEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhqETVZEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhqETVZEb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhqETVZEb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhqETVZEb .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhqETVZEb .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhqETVZEb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhqETVZEb .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhqETVZEb .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhqETVZEb .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhqETVZEb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhqETVZEb .navbar.collapsed {
  justify-content: center;
}
.cid-vnhqETVZEb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhqETVZEb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhqETVZEb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhqETVZEb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhqETVZEb .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-vnhqETVZEb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhqETVZEb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhqETVZEb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhqETVZEb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhqETVZEb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhqETVZEb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhqETVZEb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhqETVZEb .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-vnhqETVZEb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhqETVZEb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhqETVZEb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhqETVZEb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhqETVZEb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhqETVZEb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhqETVZEb .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhqETVZEb .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhqETVZEb .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhqETVZEb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhqETVZEb .navbar-brand .navbar-caption:hover,
.cid-vnhqETVZEb .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhqETVZEb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhqETVZEb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhqETVZEb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhqETVZEb .dropdown-item.active,
.cid-vnhqETVZEb .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhqETVZEb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhqETVZEb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhqETVZEb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhqETVZEb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhqETVZEb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhqETVZEb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhqETVZEb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhqETVZEb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhqETVZEb ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhqETVZEb ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhqETVZEb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhqETVZEb .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhqETVZEb .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhqETVZEb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhqETVZEb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhqETVZEb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhqETVZEb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhqETVZEb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhqETVZEb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhqETVZEb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhqETVZEb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhqETVZEb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhqETVZEb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhqETVZEb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhqETVZEb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhqETVZEb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhqETVZEb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhqETVZEb .navbar {
    height: 86px;
  }
  .cid-vnhqETVZEb .navbar.opened {
    height: auto;
  }
  .cid-vnhqETVZEb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhqETVZEb .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhqETVZEb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhqETVZEb .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhqETVZEb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhqETVZEb .nav-item .nav-link:hover,
.cid-vnhqETVZEb .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhqETVZEb .nav-item .nav-link:hover::after,
.cid-vnhqETVZEb .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhqETVZEb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhqETVZEb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhqETVZEb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhqETVZEb .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhqETVZEb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhqETVZEb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhqETVZEb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhqETVZEb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhqETVZEb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhqETVZEb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhqETVZEb .content-wrap {
  min-height: 86px;
}
.cid-vnhqEUgYFU {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhqEUgYFU .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhqEUgYFU .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhqEUgYFU .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhqEUgYFU .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhqEUgYFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhqEUgYFU .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhqEUgYFU .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhqEUgYFU .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhqEUgYFU .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhqEUgYFU .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhqEUgYFU .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhqEUgYFU .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhqEUgYFU .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhqEUgYFU .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhqEUgYFU .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhqEUgYFU .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhqEUgYFU .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhqEUgYFU .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhqEUgYFU .mbr-section-title {
  color: #ffffff;
}
.cid-vnhqEUgYFU .mbr-text {
  color: #ffffff;
}
.cid-vnhqEUgYFU .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhqEUgYFU .mbr-section-btn {
    text-align: left;
  }
}
.cid-vnEThrEgo5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0033a0;
  overflow: hidden;
}
.cid-vnEThrEgo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnEThrEgo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnEThrEgo5 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vnEThrEgo5 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnEThrEgo5 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vnEThrEgo5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnEThrEgo5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnEThrEgo5 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vnEThrEgo5 .mbr-section-title {
  color: #ffffff;
}
.cid-vnEThrEgo5 .mbr-text,
.cid-vnEThrEgo5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnEThrEgo5 .mbr-section-btn,
.cid-vnEThrEgo5 .mbr-section-title {
  text-align: center;
}
.cid-vnEThrEgo5 .mbr-section-title,
.cid-vnEThrEgo5 .mbr-section-btn {
  color: #dde8ff;
}
.cid-vnOeXLULrX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnOeXLULrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnOeXLULrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnOeXLULrX .items-wrapper {
  margin: 0 -24px;
}
.cid-vnOeXLULrX .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnOeXLULrX .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnOeXLULrX .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnOeXLULrX .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnOeXLULrX .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnOeXLULrX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnOeXLULrX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnOeXLULrX .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnOeXLULrX .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnOeXLULrX .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnOeXLULrX .image-wrapper img {
    height: 300px;
  }
}
.cid-vnOeXLULrX .mbr-label {
  color: #ffffff;
}
.cid-vnOeXLULrX .mbr-section-title {
  color: #ff5500;
}
.cid-vnOeXLULrX .mbr-text {
  color: #14334b;
}
.cid-vnOeXLULrX .mbr-section-title,
.cid-vnOeXLULrX .mbr-section-btn,
.cid-vnOeXLULrX .title-wrap {
  color: #dde8ff;
}
.cid-vnOeXLULrX .mbr-text,
.cid-vnOeXLULrX .text-wrapper {
  color: #dde8ff;
}
.cid-vnOfYhDpiw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnOfYhDpiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnOfYhDpiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnOfYhDpiw .items-wrapper {
  margin: 0 -24px;
}
.cid-vnOfYhDpiw .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnOfYhDpiw .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnOfYhDpiw .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnOfYhDpiw .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnOfYhDpiw .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnOfYhDpiw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnOfYhDpiw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnOfYhDpiw .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnOfYhDpiw .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnOfYhDpiw .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnOfYhDpiw .image-wrapper img {
    height: 300px;
  }
}
.cid-vnOfYhDpiw .mbr-label {
  color: #ffffff;
}
.cid-vnOfYhDpiw .mbr-section-title {
  color: #ff5500;
}
.cid-vnOfYhDpiw .mbr-text {
  color: #14334b;
}
.cid-vnOfYhDpiw .mbr-section-title,
.cid-vnOfYhDpiw .mbr-section-btn,
.cid-vnOfYhDpiw .title-wrap {
  color: #ffffff;
}
.cid-vnOfYhDpiw .mbr-text,
.cid-vnOfYhDpiw .text-wrapper {
  color: #0033a0;
}
.cid-vnOfZatZMJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vnOfZatZMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnOfZatZMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnOfZatZMJ .items-wrapper {
  margin: 0 -24px;
}
.cid-vnOfZatZMJ .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnOfZatZMJ .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnOfZatZMJ .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnOfZatZMJ .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnOfZatZMJ .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnOfZatZMJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnOfZatZMJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnOfZatZMJ .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnOfZatZMJ .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vnOfZatZMJ .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnOfZatZMJ .image-wrapper img {
    height: 300px;
  }
}
.cid-vnOfZatZMJ .mbr-label {
  color: #ffffff;
}
.cid-vnOfZatZMJ .mbr-section-title {
  color: #ff5500;
}
.cid-vnOfZatZMJ .mbr-text {
  color: #14334b;
}
.cid-vnOfZatZMJ .mbr-section-title,
.cid-vnOfZatZMJ .mbr-section-btn,
.cid-vnOfZatZMJ .title-wrap {
  color: #ffffff;
}
.cid-vnOfZatZMJ .mbr-text,
.cid-vnOfZatZMJ .text-wrapper {
  color: #dde8ff;
}
.cid-vnOfZUzpG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnOfZUzpG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnOfZUzpG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnOfZUzpG4 .items-wrapper {
  margin: 0 -24px;
}
.cid-vnOfZUzpG4 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vnOfZUzpG4 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vnOfZUzpG4 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnOfZUzpG4 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vnOfZUzpG4 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnOfZUzpG4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnOfZUzpG4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnOfZUzpG4 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnOfZUzpG4 .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vnOfZUzpG4 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnOfZUzpG4 .image-wrapper img {
    height: 300px;
  }
}
.cid-vnOfZUzpG4 .mbr-label {
  color: #ffffff;
}
.cid-vnOfZUzpG4 .mbr-section-title {
  color: #ff5500;
}
.cid-vnOfZUzpG4 .mbr-text {
  color: #14334b;
}
.cid-vnOfZUzpG4 .mbr-section-title,
.cid-vnOfZUzpG4 .mbr-section-btn,
.cid-vnOfZUzpG4 .title-wrap {
  color: #ffffff;
}
.cid-vnOfZUzpG4 .mbr-text,
.cid-vnOfZUzpG4 .text-wrapper {
  color: #0033a0;
}
.cid-vnt4EPtwtt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt4EPtwtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt4EPtwtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt4EPtwtt .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt4EPtwtt .card {
  justify-content: center;
}
.cid-vnt4EPtwtt .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt4EPtwtt .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt4EPtwtt .title-wrapper {
    padding: 0;
  }
}
.cid-vnt4EPtwtt .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt4EPtwtt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4EPtwtt .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt4EPtwtt .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt4EPtwtt .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt4EPtwtt .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4EPtwtt .mbr-section-btn .btn::before,
.cid-vnt4EPtwtt .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4EPtwtt .mbr-section-btn .btn:hover,
.cid-vnt4EPtwtt .mbr-section-btn .btn:focus,
.cid-vnt4EPtwtt .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt4EPtwtt .mbr-section-btn .btn:hover::before,
.cid-vnt4EPtwtt .mbr-section-btn .btn:focus::before,
.cid-vnt4EPtwtt .mbr-section-btn .btn:active::before,
.cid-vnt4EPtwtt .mbr-section-btn .btn:hover::after,
.cid-vnt4EPtwtt .mbr-section-btn .btn:focus::after,
.cid-vnt4EPtwtt .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt4EPtwtt .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt4EPtwtt .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt4EPtwtt .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt4EPtwtt .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt4EPtwtt .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt4EPtwtt .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt4EPtwtt .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt4EPtwtt .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt4EPtwtt .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt4EPtwtt .mbr-section-title {
  color: #0033a0;
}
.cid-vnt4EPtwtt .mbr-tag {
  color: #adadad;
}
.cid-vnt4EPtwtt .mbr-text {
  color: #ffffff;
}
.cid-vnt4EPtwtt .mbr-title {
  color: #dde8ff;
}
.cid-vnt4EPtwtt .form-text {
  color: #c7c7c7;
}
.cid-vnt4EPtwtt label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
.cid-vnhpymVbAT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vnhpymVbAT nav.navbar {
  position: fixed;
}
.cid-vnhpymVbAT .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnhpymVbAT .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnhpymVbAT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhpymVbAT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnhpymVbAT .dropdown-item {
  border: none !important;
  background: #0033a0 !important;
  font-weight: 400;
}
.cid-vnhpymVbAT .dropdown-item:hover,
.cid-vnhpymVbAT .dropdown-item:focus {
  background: #0033a0 !important;
  color: #dde8ff !important;
}
.cid-vnhpymVbAT .dropdown-item:hover span {
  color: white;
}
.cid-vnhpymVbAT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnhpymVbAT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnhpymVbAT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnhpymVbAT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnhpymVbAT .nav-link {
  position: relative;
}
.cid-vnhpymVbAT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vnhpymVbAT .container {
    flex-wrap: nowrap;
  }
}
.cid-vnhpymVbAT .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnhpymVbAT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnhpymVbAT .dropdown-menu,
.cid-vnhpymVbAT .navbar.opened {
  background: #0033a0 !important;
}
.cid-vnhpymVbAT .nav-item:focus,
.cid-vnhpymVbAT .nav-link:focus {
  outline: none;
}
.cid-vnhpymVbAT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnhpymVbAT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnhpymVbAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnhpymVbAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnhpymVbAT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnhpymVbAT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnhpymVbAT .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0033a0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vnhpymVbAT .navbar.opened {
  transition: all 0.3s;
}
.cid-vnhpymVbAT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vnhpymVbAT .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vnhpymVbAT .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnhpymVbAT .navbar .navbar-logo img {
  width: auto;
}
.cid-vnhpymVbAT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnhpymVbAT .navbar.collapsed {
  justify-content: center;
}
.cid-vnhpymVbAT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnhpymVbAT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnhpymVbAT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnhpymVbAT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnhpymVbAT .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-vnhpymVbAT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnhpymVbAT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnhpymVbAT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnhpymVbAT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnhpymVbAT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnhpymVbAT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnhpymVbAT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnhpymVbAT .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-vnhpymVbAT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnhpymVbAT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnhpymVbAT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vnhpymVbAT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnhpymVbAT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnhpymVbAT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnhpymVbAT .navbar.navbar-short {
  min-height: 86px;
}
.cid-vnhpymVbAT .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vnhpymVbAT .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnhpymVbAT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vnhpymVbAT .navbar-brand .navbar-caption:hover,
.cid-vnhpymVbAT .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhpymVbAT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnhpymVbAT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnhpymVbAT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dde8ff !important;
}
.cid-vnhpymVbAT .dropdown-item.active,
.cid-vnhpymVbAT .dropdown-item:active {
  background-color: transparent;
}
.cid-vnhpymVbAT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnhpymVbAT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnhpymVbAT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnhpymVbAT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0033a0;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnhpymVbAT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnhpymVbAT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnhpymVbAT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnhpymVbAT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #0033a0 !important;
  background-color: #0033a0 !important;
}
@media (min-width: 991px) {
  .cid-vnhpymVbAT ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vnhpymVbAT ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vnhpymVbAT .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnhpymVbAT .navbar-buttons {
    text-align: left;
  }
}
.cid-vnhpymVbAT .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnhpymVbAT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnhpymVbAT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #0033a0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnhpymVbAT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnhpymVbAT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnhpymVbAT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhpymVbAT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnhpymVbAT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnhpymVbAT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhpymVbAT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnhpymVbAT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnhpymVbAT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnhpymVbAT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnhpymVbAT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnhpymVbAT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnhpymVbAT .navbar {
    height: 86px;
  }
  .cid-vnhpymVbAT .navbar.opened {
    height: auto;
  }
  .cid-vnhpymVbAT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnhpymVbAT .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnhpymVbAT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnhpymVbAT .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnhpymVbAT .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnhpymVbAT .nav-item .nav-link:hover,
.cid-vnhpymVbAT .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #dde8ff;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #dde8ff, #ffffff);
}
.cid-vnhpymVbAT .nav-item .nav-link:hover::after,
.cid-vnhpymVbAT .nav-item .nav-link:focus::after {
  color: #dde8ff !important;
}
.cid-vnhpymVbAT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnhpymVbAT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnhpymVbAT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnhpymVbAT .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnhpymVbAT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnhpymVbAT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnhpymVbAT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnhpymVbAT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnhpymVbAT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnhpymVbAT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnhpymVbAT .content-wrap {
  min-height: 86px;
}
.cid-vnhpyng5hn {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vnhpyng5hn .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vnhpyng5hn .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vnhpyng5hn .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnhpyng5hn .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vnhpyng5hn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnhpyng5hn .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vnhpyng5hn .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vnhpyng5hn .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnhpyng5hn .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vnhpyng5hn .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vnhpyng5hn .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vnhpyng5hn .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vnhpyng5hn .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vnhpyng5hn .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhpyng5hn .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vnhpyng5hn .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vnhpyng5hn .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vnhpyng5hn .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vnhpyng5hn .mbr-section-title {
  color: #ffffff;
}
.cid-vnhpyng5hn .mbr-text {
  color: #ffffff;
}
.cid-vnhpyng5hn .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnhpyng5hn .mbr-section-btn {
    text-align: left;
  }
}
.cid-vpIGB56Q06 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vpIGB56Q06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIGB56Q06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIGB56Q06 .items-wrapper {
  margin: 0 -24px;
}
.cid-vpIGB56Q06 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpIGB56Q06 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpIGB56Q06 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpIGB56Q06 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpIGB56Q06 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpIGB56Q06 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpIGB56Q06 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpIGB56Q06 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpIGB56Q06 .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vpIGB56Q06 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpIGB56Q06 .image-wrapper img {
    height: 300px;
  }
}
.cid-vpIGB56Q06 .mbr-label {
  color: #ffffff;
}
.cid-vpIGB56Q06 .mbr-section-title {
  color: #ff5500;
}
.cid-vpIGB56Q06 .mbr-text {
  color: #14334b;
}
.cid-vpIGB56Q06 .mbr-section-title,
.cid-vpIGB56Q06 .mbr-section-btn,
.cid-vpIGB56Q06 .title-wrap {
  color: #c3d5fa;
}
.cid-vpIGB56Q06 .mbr-text,
.cid-vpIGB56Q06 .text-wrapper {
  color: #dde8ff;
}
.cid-vpIGBwN7vm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vpIGBwN7vm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIGBwN7vm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIGBwN7vm .items-wrapper {
  margin: 0 -24px;
}
.cid-vpIGBwN7vm .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpIGBwN7vm .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpIGBwN7vm .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpIGBwN7vm .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpIGBwN7vm .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpIGBwN7vm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpIGBwN7vm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpIGBwN7vm .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpIGBwN7vm .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vpIGBwN7vm .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpIGBwN7vm .image-wrapper img {
    height: 300px;
  }
}
.cid-vpIGBwN7vm .mbr-label {
  color: #ffffff;
}
.cid-vpIGBwN7vm .mbr-section-title {
  color: #ff5500;
}
.cid-vpIGBwN7vm .mbr-text {
  color: #14334b;
}
.cid-vpIGBwN7vm .mbr-section-title,
.cid-vpIGBwN7vm .mbr-section-btn,
.cid-vpIGBwN7vm .title-wrap {
  color: #0033a0;
}
.cid-vpIGBwN7vm .mbr-text,
.cid-vpIGBwN7vm .text-wrapper {
  color: #0033a0;
}
.cid-vpIGCQ8VI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vpIGCQ8VI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIGCQ8VI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIGCQ8VI7 .items-wrapper {
  margin: 0 -24px;
}
.cid-vpIGCQ8VI7 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpIGCQ8VI7 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpIGCQ8VI7 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpIGCQ8VI7 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpIGCQ8VI7 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpIGCQ8VI7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpIGCQ8VI7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpIGCQ8VI7 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpIGCQ8VI7 .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vpIGCQ8VI7 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpIGCQ8VI7 .image-wrapper img {
    height: 300px;
  }
}
.cid-vpIGCQ8VI7 .mbr-label {
  color: #ffffff;
}
.cid-vpIGCQ8VI7 .mbr-section-title {
  color: #ff5500;
}
.cid-vpIGCQ8VI7 .mbr-text {
  color: #14334b;
}
.cid-vpIGCQ8VI7 .mbr-section-title,
.cid-vpIGCQ8VI7 .mbr-section-btn,
.cid-vpIGCQ8VI7 .title-wrap {
  color: #c3d5fa;
}
.cid-vpIGCQ8VI7 .mbr-text,
.cid-vpIGCQ8VI7 .text-wrapper {
  color: #dde8ff;
}
.cid-vpIGDq0uQ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vpIGDq0uQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIGDq0uQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIGDq0uQ0 .items-wrapper {
  margin: 0 -24px;
}
.cid-vpIGDq0uQ0 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpIGDq0uQ0 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpIGDq0uQ0 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpIGDq0uQ0 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpIGDq0uQ0 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpIGDq0uQ0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpIGDq0uQ0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpIGDq0uQ0 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpIGDq0uQ0 .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vpIGDq0uQ0 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpIGDq0uQ0 .image-wrapper img {
    height: 300px;
  }
}
.cid-vpIGDq0uQ0 .mbr-label {
  color: #ffffff;
}
.cid-vpIGDq0uQ0 .mbr-section-title {
  color: #ff5500;
}
.cid-vpIGDq0uQ0 .mbr-text {
  color: #14334b;
}
.cid-vpIGDq0uQ0 .mbr-section-title,
.cid-vpIGDq0uQ0 .mbr-section-btn,
.cid-vpIGDq0uQ0 .title-wrap {
  color: #0033a0;
}
.cid-vpIGDq0uQ0 .mbr-text,
.cid-vpIGDq0uQ0 .text-wrapper {
  color: #0033a0;
}
.cid-vpIGExAAEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-vpIGExAAEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIGExAAEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIGExAAEp .items-wrapper {
  margin: 0 -24px;
}
.cid-vpIGExAAEp .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpIGExAAEp .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpIGExAAEp .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpIGExAAEp .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpIGExAAEp .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpIGExAAEp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpIGExAAEp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpIGExAAEp .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpIGExAAEp .image-wrapper {
  border: 1px solid #dde8ff;
  padding: 12px;
}
.cid-vpIGExAAEp .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpIGExAAEp .image-wrapper img {
    height: 300px;
  }
}
.cid-vpIGExAAEp .mbr-label {
  color: #ffffff;
}
.cid-vpIGExAAEp .mbr-section-title {
  color: #ff5500;
}
.cid-vpIGExAAEp .mbr-text {
  color: #14334b;
}
.cid-vpIGExAAEp .mbr-section-title,
.cid-vpIGExAAEp .mbr-section-btn,
.cid-vpIGExAAEp .title-wrap {
  color: #c3d5fa;
}
.cid-vpIGExAAEp .mbr-text,
.cid-vpIGExAAEp .text-wrapper {
  color: #dde8ff;
}
.cid-vpIGFiBt7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vpIGFiBt7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIGFiBt7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIGFiBt7n .items-wrapper {
  margin: 0 -24px;
}
.cid-vpIGFiBt7n .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vpIGFiBt7n .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpIGFiBt7n .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpIGFiBt7n .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vpIGFiBt7n .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpIGFiBt7n .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpIGFiBt7n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpIGFiBt7n .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpIGFiBt7n .image-wrapper {
  border: 1px solid #0033a0;
  padding: 12px;
}
.cid-vpIGFiBt7n .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpIGFiBt7n .image-wrapper img {
    height: 300px;
  }
}
.cid-vpIGFiBt7n .mbr-label {
  color: #ffffff;
}
.cid-vpIGFiBt7n .mbr-section-title {
  color: #ff5500;
}
.cid-vpIGFiBt7n .mbr-text {
  color: #14334b;
}
.cid-vpIGFiBt7n .mbr-section-title,
.cid-vpIGFiBt7n .mbr-section-btn,
.cid-vpIGFiBt7n .title-wrap {
  color: #0033a0;
}
.cid-vpIGFiBt7n .mbr-text,
.cid-vpIGFiBt7n .text-wrapper {
  color: #0033a0;
}
.cid-vnt3e7Nw4J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8ff;
}
.cid-vnt3e7Nw4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt3e7Nw4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnt3e7Nw4J .content-wrapper {
  justify-content: flex-end;
}
.cid-vnt3e7Nw4J .card {
  justify-content: center;
}
.cid-vnt3e7Nw4J .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-vnt3e7Nw4J .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnt3e7Nw4J .title-wrapper {
    padding: 0;
  }
}
.cid-vnt3e7Nw4J .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vnt3e7Nw4J .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt3e7Nw4J .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnt3e7Nw4J .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnt3e7Nw4J .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnt3e7Nw4J .mbr-section-btn .btn {
  margin-bottom: 0;
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt3e7Nw4J .mbr-section-btn .btn::before,
.cid-vnt3e7Nw4J .mbr-section-btn .btn::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt3e7Nw4J .mbr-section-btn .btn:hover,
.cid-vnt3e7Nw4J .mbr-section-btn .btn:focus,
.cid-vnt3e7Nw4J .mbr-section-btn .btn:active {
  background: #010055 !important;
  background-color: #010055 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-vnt3e7Nw4J .mbr-section-btn .btn:hover::before,
.cid-vnt3e7Nw4J .mbr-section-btn .btn:focus::before,
.cid-vnt3e7Nw4J .mbr-section-btn .btn:active::before,
.cid-vnt3e7Nw4J .mbr-section-btn .btn:hover::after,
.cid-vnt3e7Nw4J .mbr-section-btn .btn:focus::after,
.cid-vnt3e7Nw4J .mbr-section-btn .btn:active::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
.cid-vnt3e7Nw4J .form-wrapper {
  padding: 110px 200px;
  background-color: #0033a0;
}
@media (max-width: 1640px) {
  .cid-vnt3e7Nw4J .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-vnt3e7Nw4J .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnt3e7Nw4J .form-wrapper {
    padding: 20px;
  }
}
.cid-vnt3e7Nw4J .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnt3e7Nw4J .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-vnt3e7Nw4J .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-vnt3e7Nw4J .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #dde8ff;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #dde8ff !important;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #dde8ff;
  border-color: #dde8ff;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnt3e7Nw4J .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-vnt3e7Nw4J .mbr-section-title {
  color: #0033a0;
}
.cid-vnt3e7Nw4J .mbr-tag {
  color: #adadad;
}
.cid-vnt3e7Nw4J .mbr-text {
  color: #ffffff;
}
.cid-vnt3e7Nw4J .mbr-title {
  color: #dde8ff;
}
.cid-vnt3e7Nw4J .form-text {
  color: #c7c7c7;
}
.cid-vnt3e7Nw4J label {
  color: #121212;
}
.cid-vnt2GguZCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0033a0;
}
.cid-vnt2GguZCn .media-container-row .mbr-text {
  color: #dde8ff;
}
