.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f7f5f0;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00798c !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #e5974b !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00798c !important;
  border-color: #00798c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #00a5bf !important;
  border-color: #00a5bf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00a5bf !important;
  border-color: #00a5bf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #30638e !important;
  border-color: #30638e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3d7eb4 !important;
  border-color: #3d7eb4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d7eb4 !important;
  border-color: #3d7eb4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e5974b !important;
  border-color: #e5974b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ebb178 !important;
  border-color: #ebb178 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ebb178 !important;
  border-color: #ebb178 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #171719 !important;
  border-color: #171719 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2f2f34 !important;
  border-color: #2f2f34 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2f2f34 !important;
  border-color: #2f2f34 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00798c;
  color: #00798c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002e35 !important;
  background-color: transparent !important;
  border-color: #002e35 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00798c !important;
  border-color: #00798c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #30638e;
  color: #30638e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a364d !important;
  background-color: transparent !important;
  border-color: #1a364d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #30638e !important;
  border-color: #30638e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e5974b;
  color: #e5974b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #be6c1b !important;
  background-color: transparent !important;
  border-color: #be6c1b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e5974b !important;
  border-color: #e5974b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #171719;
  color: #171719;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #171719 !important;
  border-color: #171719 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #00798c !important;
}
.text-secondary {
  color: #30638e !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #e5974b !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #171719 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002126 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #162e42 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b16419 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00798c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #e5974b;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00798c;
  border-color: #00798c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav-tabs {
    border-radius: 20px !important;
  }
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00798c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0ddeff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00798c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #00798c;
}
/* 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: #00798c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00798c;
}
.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: #00798c;
  border-bottom-color: #00798c;
}
.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: #ffffff !important;
  background-color: #00798c !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: #30638e !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='%2300798c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 10px 26px;
  font-weight: 700;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 10px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-white {
  color: #171719 !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 {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !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 {
  color: #171719 !important;
  background-color: transparent !important;
  border-color: #171719 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.nav-item::before,
.dropdown-item {
  border-radius: 20px !important;
}
.little-radius {
  border-radius: 10px !important;
}
.middle-radius,
.google-map iframe {
  border-radius: 16px !important;
}
.large-radius {
  border-radius: 50px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vn3mBZd5pK {
  z-index: 1000;
  width: 100%;
}
.cid-vn3mBZd5pK nav.navbar {
  position: fixed;
}
.cid-vn3mBZd5pK .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vn3mBZd5pK .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vn3mBZd5pK .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-vn3mBZd5pK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vn3mBZd5pK .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vn3mBZd5pK .dropdown-item:hover,
.cid-vn3mBZd5pK .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vn3mBZd5pK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vn3mBZd5pK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vn3mBZd5pK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vn3mBZd5pK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vn3mBZd5pK .nav-link {
  position: relative;
}
.cid-vn3mBZd5pK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vn3mBZd5pK .container {
    flex-wrap: nowrap;
  }
}
.cid-vn3mBZd5pK .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vn3mBZd5pK .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vn3mBZd5pK .dropdown-menu,
.cid-vn3mBZd5pK .navbar.opened {
  background: #ffffff !important;
}
.cid-vn3mBZd5pK .nav-item:focus,
.cid-vn3mBZd5pK .nav-link:focus {
  outline: none;
}
.cid-vn3mBZd5pK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vn3mBZd5pK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vn3mBZd5pK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vn3mBZd5pK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn3mBZd5pK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vn3mBZd5pK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vn3mBZd5pK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vn3mBZd5pK .navbar.opened {
  transition: all 0.3s;
}
.cid-vn3mBZd5pK .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vn3mBZd5pK .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vn3mBZd5pK .navbar .navbar-logo img {
  width: auto;
}
.cid-vn3mBZd5pK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vn3mBZd5pK .navbar.collapsed {
  justify-content: center;
}
.cid-vn3mBZd5pK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vn3mBZd5pK .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vn3mBZd5pK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vn3mBZd5pK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vn3mBZd5pK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vn3mBZd5pK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vn3mBZd5pK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vn3mBZd5pK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vn3mBZd5pK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vn3mBZd5pK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vn3mBZd5pK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vn3mBZd5pK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vn3mBZd5pK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vn3mBZd5pK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vn3mBZd5pK .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-vn3mBZd5pK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vn3mBZd5pK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vn3mBZd5pK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vn3mBZd5pK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vn3mBZd5pK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vn3mBZd5pK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vn3mBZd5pK .navbar.navbar-short {
  min-height: 100px;
}
.cid-vn3mBZd5pK .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vn3mBZd5pK .navbar-brand {
  min-height: 100px;
  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-vn3mBZd5pK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vn3mBZd5pK .navbar-brand .navbar-caption:hover,
.cid-vn3mBZd5pK .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vn3mBZd5pK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vn3mBZd5pK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vn3mBZd5pK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vn3mBZd5pK .dropdown-item.active,
.cid-vn3mBZd5pK .dropdown-item:active {
  background-color: transparent;
}
.cid-vn3mBZd5pK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vn3mBZd5pK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vn3mBZd5pK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vn3mBZd5pK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vn3mBZd5pK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vn3mBZd5pK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vn3mBZd5pK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vn3mBZd5pK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vn3mBZd5pK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vn3mBZd5pK .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vn3mBZd5pK .navbar-buttons {
    text-align: left;
  }
}
.cid-vn3mBZd5pK .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vn3mBZd5pK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vn3mBZd5pK 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vn3mBZd5pK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vn3mBZd5pK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vn3mBZd5pK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn3mBZd5pK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn3mBZd5pK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vn3mBZd5pK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn3mBZd5pK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vn3mBZd5pK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vn3mBZd5pK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn3mBZd5pK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vn3mBZd5pK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vn3mBZd5pK .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-vn3mBZd5pK .navbar {
    height: 70px;
  }
  .cid-vn3mBZd5pK .navbar.opened {
    height: auto;
  }
  .cid-vn3mBZd5pK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vn3mBZd5pK .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vn3mBZd5pK .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vn3mBZd5pK .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vn3mBZd5pK .nav-item:hover::before {
  opacity: 1;
}
.cid-vn3mBZd5pK .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vn3mBZd5pK .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vn3mBZd5pK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vn3mBZd5pK .nav-item .nav-link:hover,
.cid-vn3mBZd5pK .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vn3mBZd5pK .nav-item .nav-link:hover::before,
.cid-vn3mBZd5pK .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vn3mBZd5pK .nav-item .nav-link:hover::after,
.cid-vn3mBZd5pK .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vn3mBZd5pK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vn3mBZd5pK .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vn3mBZd5pK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vn3mBZd5pK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vn3mBZd5pK .navbar {
    justify-content: flex-start !important;
  }
  .cid-vn3mBZd5pK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vn3mBZd5pK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vn3mBZd5pK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vn3mBZd5pK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vn3mBZd5pK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vn3mBZd5pK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vn3mBZd5pK .content-wrap {
  min-height: 100px;
}
.cid-vn3mC0dqO7 {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-color: #171a2f;
}
.cid-vn3mC0dqO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC0dqO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC0dqO7 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  background-color: #171a2f;
  box-shadow: 0 12px 16px -4px #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC0dqO7 .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vn3mC0dqO7 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vn3mC0dqO7 .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn3mC0dqO7 .card-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vn3mC0dqO7 .items-wrapper {
  margin: 0 -10px;
}
.cid-vn3mC0dqO7 .items-wrapper .item {
  padding: 0 10px;
}
.cid-vn3mC0dqO7 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC0dqO7 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vn3mC0dqO7 .item .item-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #171719;
  box-shadow: 0 10px 20px -8px #000000;
  height: 100%;
}
.cid-vn3mC0dqO7 .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vn3mC0dqO7 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vn3mC0dqO7 .item .item-wrapper .card-box {
  padding: 30px 20px 20px;
}
.cid-vn3mC0dqO7 .item .item-wrapper .card-box .item-role {
  margin-bottom: 4px;
}
.cid-vn3mC0dqO7 .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-vn3mC0dqO7 .mbr-section-title {
  color: #ffffff;
}
.cid-vn3mC0dqO7 .mbr-text {
  color: #ffffff;
}
.cid-vn3mC0dqO7 .item-name {
  color: #ffffff;
}
.cid-vn3mC0dqO7 .item-role {
  color: #dedee3;
}
.cid-vom2twEANu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171a2f;
}
.cid-vom2twEANu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vom2twEANu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vom2twEANu .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vom2twEANu .container-wrapper {
    padding: 0;
  }
}
.cid-vom2twEANu .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vom2twEANu .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vom2twEANu .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vom2twEANu .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vom2twEANu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vom2twEANu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vom2twEANu .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vom2twEANu .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vom2twEANu .mbr-section-title,
.cid-vom2twEANu .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vom2twEANu .mbr-text,
.cid-vom2twEANu .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-vnAnaZkOSq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-vnAnaZkOSq .carousel {
    min-height: 1200px;
  }
  .cid-vnAnaZkOSq .carousel img {
    max-height: 1200px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vnAnaZkOSq .carousel {
    min-height: 780px;
  }
  .cid-vnAnaZkOSq .carousel img {
    max-height: 780px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vnAnaZkOSq .carousel {
    min-height: 660px;
  }
  .cid-vnAnaZkOSq .carousel img {
    max-height: 660px;
    object-fit: contain;
  }
  .cid-vnAnaZkOSq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vnAnaZkOSq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vnAnaZkOSq .carousel,
.cid-vnAnaZkOSq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnAnaZkOSq .item-wrapper {
  width: 100%;
}
.cid-vnAnaZkOSq .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vnAnaZkOSq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vnAnaZkOSq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vnAnaZkOSq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vnAnaZkOSq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vnAnaZkOSq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vnAnaZkOSq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnAnaZkOSq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnAnaZkOSq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnAnaZkOSq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vnAnaZkOSq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vnAnaZkOSq .carousel-indicators li.active,
.cid-vnAnaZkOSq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnAnaZkOSq .carousel-indicators li::after,
.cid-vnAnaZkOSq .carousel-indicators li::before {
  content: none;
}
.cid-vnAnaZkOSq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnAnaZkOSq .carousel-indicators {
    display: none !important;
  }
}
.cid-voPQo6Rex5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a2f;
  overflow: hidden;
}
.cid-voPQo6Rex5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voPQo6Rex5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voPQo6Rex5 .card-row {
  align-items: stretch;
}
.cid-voPQo6Rex5 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-voPQo6Rex5 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-voPQo6Rex5 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-voPQo6Rex5 .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-voPQo6Rex5 .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.cid-voPQo6Rex5 .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-voPQo6Rex5 .carousel-item-wrapper img {
  aspect-ratio: 1.77842566;
  object-fit: cover;
}
.cid-voPQo6Rex5 .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border: none;
  transition: all 0.4s;
  opacity: 1;
  color: #C4CFDE;
  font-size: 18px;
}
.cid-voPQo6Rex5 .carousel-control.carousel-control-prev {
  left: -50px;
  margin-left: 0;
}
@media (max-width: 575px) {
  .cid-voPQo6Rex5 .carousel-control.carousel-control-prev {
    left: -35px;
  }
}
.cid-voPQo6Rex5 .carousel-control.carousel-control-next {
  right: -50px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voPQo6Rex5 .carousel-control.carousel-control-next {
    right: -35px;
  }
}
.cid-voPQo6Rex5 .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-voPQo6Rex5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-voPQo6Rex5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-voPQo6Rex5 .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-voPQo6Rex5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voPQo6Rex5 .text-row {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .cid-voPQo6Rex5 .text-row {
    padding-top: 30px;
  }
}
.cid-voPQo6Rex5 .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-voPQo6Rex5 .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-voPQo6Rex5 .card-text-container {
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 8px;
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .cid-voPQo6Rex5 .card-text-container {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .cid-voPQo6Rex5 .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-voPQo6Rex5 .card-text {
  color: #878e99;
  margin-bottom: 8px;
  margin-top: 8px;
  flex-basis: 50%;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .cid-voPQo6Rex5 .card-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .cid-voPQo6Rex5 .card-text {
    flex-basis: 100%;
  }
}
.cid-voPQo6Rex5 .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-voPQo6Rex5 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vnBGpxD1yZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnBGpxD1yZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBGpxD1yZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBGpxD1yZ .card-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #171a2f 0%, #171a2f 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-vnBGpxD1yZ .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnBGpxD1yZ .card-wrapper {
    padding: 24px;
  }
}
.cid-vnBGpxD1yZ .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-vnBGpxD1yZ .card-wrapper .content-wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vnBGpxD1yZ .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-vnBGpxD1yZ .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vnBGpxD1yZ .card-wrapper .content-wrapper .mbr-desc {
  margin-top: 60px;
  margin-bottom: 0;
}
.cid-vnBGpxD1yZ .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 50px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnBGpxD1yZ .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vnBGpxD1yZ .mbr-text {
  color: #ffffff;
}
.cid-vnBGpxD1yZ .mbr-desc {
  color: #ffffff;
}
.cid-vnHZmPJX7Q {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vnHZmPJX7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnHZmPJX7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnHZmPJX7Q .mbr-section-title {
  color: #ffffff;
}
.cid-vnHZmPJX7Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vn3mC2X8Yz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vn3mC2X8Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC2X8Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC2X8Yz .card {
  justify-content: flex-end;
}
.cid-vn3mC2X8Yz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC2X8Yz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vn3mC2X8Yz .items-wrapper {
  margin: 0 -10px;
}
.cid-vn3mC2X8Yz .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vn3mC2X8Yz .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vn3mC2X8Yz .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vn3mC2X8Yz .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vn3mC2X8Yz .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vn3mC2X8Yz .mbr-section-title {
  color: #171719;
}
.cid-vn3mC2X8Yz .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vn3mC2X8Yz .item-title {
  color: #171719;
}
.cid-vn3mC2X8Yz .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vn3mC2X8Yz .item-title,
.cid-vn3mC2X8Yz .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vn3mC2X8Yz .mbr-section-title,
.cid-vn3mC2X8Yz .title-wrap {
  text-align: center;
}
.cid-vnHZhBn60z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnHZhBn60z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnHZhBn60z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnHZhBn60z .card {
  justify-content: flex-end;
}
.cid-vnHZhBn60z .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnHZhBn60z .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnHZhBn60z .items-wrapper {
  margin: 0 -10px;
}
.cid-vnHZhBn60z .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnHZhBn60z .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnHZhBn60z .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnHZhBn60z .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnHZhBn60z .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnHZhBn60z .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnHZhBn60z .mbr-section-title {
  color: #171719;
}
.cid-vnHZhBn60z .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnHZhBn60z .item-title {
  color: #171719;
}
.cid-vnHZhBn60z .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnHZhBn60z .item-title,
.cid-vnHZhBn60z .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vnHZhBn60z .mbr-section-title,
.cid-vnHZhBn60z .title-wrap {
  text-align: center;
}
.cid-vnNsCkxHNH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnNsCkxHNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNsCkxHNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNsCkxHNH .card {
  justify-content: flex-end;
}
.cid-vnNsCkxHNH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNsCkxHNH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNsCkxHNH .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNsCkxHNH .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNsCkxHNH .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNsCkxHNH .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNsCkxHNH .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNsCkxHNH .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNsCkxHNH .mbr-section-title {
  color: #171719;
}
.cid-vnNsCkxHNH .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnNsCkxHNH .item-title {
  color: #171719;
}
.cid-vnNsCkxHNH .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnNsCkxHNH .item-title,
.cid-vnNsCkxHNH .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vnNsCkxHNH .mbr-section-title,
.cid-vnNsCkxHNH .title-wrap {
  text-align: center;
}
.cid-vnNsEijDD8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vnNsEijDD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNsEijDD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNsEijDD8 .card {
  justify-content: flex-end;
}
.cid-vnNsEijDD8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNsEijDD8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNsEijDD8 .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNsEijDD8 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNsEijDD8 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNsEijDD8 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNsEijDD8 .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNsEijDD8 .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNsEijDD8 .mbr-section-title {
  color: #171719;
}
.cid-vnNsEijDD8 .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnNsEijDD8 .item-title {
  color: #171719;
}
.cid-vnNsEijDD8 .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnNsEijDD8 .item-title,
.cid-vnNsEijDD8 .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vnNsEijDD8 .mbr-section-title,
.cid-vnNsEijDD8 .title-wrap {
  text-align: center;
}
.cid-vnNsEPtc2d {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnNsEPtc2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNsEPtc2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNsEPtc2d .card {
  justify-content: flex-end;
}
.cid-vnNsEPtc2d .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNsEPtc2d .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNsEPtc2d .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNsEPtc2d .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNsEPtc2d .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNsEPtc2d .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNsEPtc2d .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNsEPtc2d .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNsEPtc2d .mbr-section-title {
  color: #171719;
}
.cid-vnNsEPtc2d .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnNsEPtc2d .item-title {
  color: #171719;
}
.cid-vnNsEPtc2d .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnNsEPtc2d .item-title,
.cid-vnNsEPtc2d .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vnNsEPtc2d .mbr-section-title,
.cid-vnNsEPtc2d .title-wrap {
  text-align: center;
}
.cid-vnXfXNLiYe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnXfXNLiYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnXfXNLiYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnXfXNLiYe .card {
  justify-content: flex-end;
}
.cid-vnXfXNLiYe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnXfXNLiYe .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnXfXNLiYe .items-wrapper {
  margin: 0 -10px;
}
.cid-vnXfXNLiYe .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnXfXNLiYe .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnXfXNLiYe .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnXfXNLiYe .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnXfXNLiYe .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnXfXNLiYe .mbr-section-title {
  color: #171719;
}
.cid-vnXfXNLiYe .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnXfXNLiYe .item-title {
  color: #171719;
}
.cid-vnXfXNLiYe .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnXfXNLiYe .item-title,
.cid-vnXfXNLiYe .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vnXfXNLiYe .mbr-section-title,
.cid-vnXfXNLiYe .title-wrap {
  text-align: center;
}
.cid-vnXk9Fz7rh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnXk9Fz7rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnXk9Fz7rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnXk9Fz7rh .card {
  justify-content: flex-end;
}
.cid-vnXk9Fz7rh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnXk9Fz7rh .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnXk9Fz7rh .items-wrapper {
  margin: 0 -10px;
}
.cid-vnXk9Fz7rh .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnXk9Fz7rh .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnXk9Fz7rh .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnXk9Fz7rh .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnXk9Fz7rh .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnXk9Fz7rh .mbr-section-title {
  color: #171719;
}
.cid-vnXk9Fz7rh .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnXk9Fz7rh .item-title {
  color: #171719;
}
.cid-vnXk9Fz7rh .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnXk9Fz7rh .item-title,
.cid-vnXk9Fz7rh .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vnXk9Fz7rh .mbr-section-title,
.cid-vnXk9Fz7rh .title-wrap {
  text-align: center;
}
.cid-vnXBAhE0OL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vnXBAhE0OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnXBAhE0OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnXBAhE0OL .card {
  justify-content: flex-end;
}
.cid-vnXBAhE0OL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnXBAhE0OL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnXBAhE0OL .items-wrapper {
  margin: 0 -10px;
}
.cid-vnXBAhE0OL .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnXBAhE0OL .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnXBAhE0OL .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnXBAhE0OL .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnXBAhE0OL .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnXBAhE0OL .mbr-section-title {
  color: #171719;
}
.cid-vnXBAhE0OL .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnXBAhE0OL .item-title {
  color: #171719;
}
.cid-vnXBAhE0OL .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnXBAhE0OL .item-title,
.cid-vnXBAhE0OL .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vnXBAhE0OL .mbr-section-title,
.cid-vnXBAhE0OL .title-wrap {
  text-align: center;
}
.cid-vnFABdF3fL {
  background-image: url("../../../assets/images/1-echoes-in-violet-and-gold-1728x1296-72ppi-1728x1296.webp");
}
.cid-vnFABdF3fL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnFABdF3fL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnFABdF3fL .image-wrap {
  height: 300px;
}
.cid-voJYe8UIPe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-voJYe8UIPe .item:focus,
.cid-voJYe8UIPe span:focus {
  outline: none;
}
.cid-voJYe8UIPe .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-voJYe8UIPe .content-head {
  max-width: 800px;
}
.cid-voJYe8UIPe .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnXFWXKBRx {
  background-image: url("../../../assets/images/key-west-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnXFWXKBRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnXFWXKBRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnXFWXKBRx .image-wrap {
  height: 300px;
}
.cid-voJYcFG0SX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-voJYcFG0SX .item:focus,
.cid-voJYcFG0SX span:focus {
  outline: none;
}
.cid-voJYcFG0SX .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-voJYcFG0SX .content-head {
  max-width: 800px;
}
.cid-voJYcFG0SX .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnFBgQuXs2 {
  background-image: url("../../../assets/images/heart-of-the-cosmos-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnFBgQuXs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnFBgQuXs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnFBgQuXs2 .image-wrap {
  height: 300px;
}
.cid-voJYb2unji {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-voJYb2unji .item:focus,
.cid-voJYb2unji span:focus {
  outline: none;
}
.cid-voJYb2unji .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-voJYb2unji .content-head {
  max-width: 800px;
}
.cid-voJYb2unji .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnGnpPTNoC {
  background-image: url("../../../assets/images/sound-of-the-party-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnGnpPTNoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnGnpPTNoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnGnpPTNoC .image-wrap {
  height: 300px;
}
.cid-voK2TBmQzF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #ffffff 50%, #111317 150%);
}
.cid-voK2TBmQzF .item:focus,
.cid-voK2TBmQzF span:focus {
  outline: none;
}
.cid-voK2TBmQzF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-voK2TBmQzF .content-head {
  max-width: 800px;
}
.cid-voK2TBmQzF .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vn3mC3B8TW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(-25deg, #fafafa 50%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vn3mC3B8TW {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vn3mC3B8TW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC3B8TW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC3B8TW .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vn3mC3B8TW .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vn3mC3B8TW .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vn3mC3B8TW .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vn3mC3B8TW .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vn3mC3B8TW .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vn3mC3B8TW .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vn3mC3B8TW .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
  background-color: #fafafa;
}
.cid-vn3mC3B8TW .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vn3mC3B8TW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vn3mC3B8TW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vn3mC3B8TW .content-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vn3mC3B8TW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vn3mC3B8TW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vn3mC3B8TW .content-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white:focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary.focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary.focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success.focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info.focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning.focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger.focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black.focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white.focus,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary.active,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary.active,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success.active,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info.active,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning.active,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger.active,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black.active,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary:hover::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary:hover::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success:hover::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info:hover::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning:hover::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger:hover::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black:hover::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white:hover::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary:focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary:focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success:focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info:focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning:focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger:focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black:focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white:focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary.focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary.focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success.focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info.focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning.focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger.focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black.focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white.focus::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary.active::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary.active::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success.active::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info.active::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning.active::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger.active::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black.active::before,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vn3mC3B8TW .content-wrapper .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vn3mC3B8TW .image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vn3mC3B8TW .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vn3mC3B8TW .image-wrapper img {
  height: 220px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vn3mC3B8TW .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-vn3mC3B8TW .mbr-section-title {
  color: #171719;
}
.cid-vn3mC3B8TW .mbr-section-subtitle {
  color: #565661;
}
.cid-vn3mC3B8TW .mbr-text,
.cid-vn3mC3B8TW .text-wrapper {
  color: #565661;
}
.cid-vn3mC4kGQH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vn3mC4kGQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC4kGQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC4kGQH .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC4kGQH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC4kGQH .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC4kGQH .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vn3mC4kGQH .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC4kGQH .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vn3mC4kGQH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn3mC4kGQH .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC4kGQH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vn3mC4kGQH .items-wrapper {
  margin: 0 -10px;
  align-items: flex-end;
}
.cid-vn3mC4kGQH .items-wrapper .item {
  padding: 0 10px;
}
.cid-vn3mC4kGQH .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC4kGQH .item:last-child {
    margin-bottom: 20px;
  }
}
.cid-vn3mC4kGQH .item .item-wrapper {
  padding: 40px;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vn3mC4kGQH .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vn3mC4kGQH .item .item-wrapper .label-wrap .item-label {
  display: inline-flex;
  padding: 4px 16px;
  background-color: #fafafa;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC4kGQH .item .item-wrapper .item-title_1,
.cid-vn3mC4kGQH .item .item-wrapper .item-title_2 {
  margin-bottom: 20px;
}
.cid-vn3mC4kGQH .item .item-wrapper .item-text_1,
.cid-vn3mC4kGQH .item .item-wrapper .item-text_2 {
  margin-bottom: 20px;
}
.cid-vn3mC4kGQH .item .item-wrapper .item-price_1,
.cid-vn3mC4kGQH .item .item-wrapper .item-price_2 {
  margin-bottom: 0;
}
.cid-vn3mC4kGQH .item .item-wrapper .item-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vn3mC4kGQH .item .item-wrapper .item-btn .btn {
  width: 100%;
}
.cid-vn3mC4kGQH .item .item-wrapper .list_1,
.cid-vn3mC4kGQH .item .item-wrapper .list_2 {
  margin-top: 20px;
  padding-left: 18px;
  margin-bottom: 0;
}
.cid-vn3mC4kGQH .item .item-wrapper .list_1 .item-wrap_1,
.cid-vn3mC4kGQH .item .item-wrapper .list_2 .item-wrap_1,
.cid-vn3mC4kGQH .item .item-wrapper .list_1 .item-wrap_2,
.cid-vn3mC4kGQH .item .item-wrapper .list_2 .item-wrap_2 {
  margin-bottom: 16px;
}
.cid-vn3mC4kGQH .item .item-wrapper .list_1 .item-wrap_1:last-child,
.cid-vn3mC4kGQH .item .item-wrapper .list_2 .item-wrap_1:last-child,
.cid-vn3mC4kGQH .item .item-wrapper .list_1 .item-wrap_2:last-child,
.cid-vn3mC4kGQH .item .item-wrapper .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-vn3mC4kGQH .item .item-wrapper .list_1 .item-wrap_1::marker,
.cid-vn3mC4kGQH .item .item-wrapper .list_2 .item-wrap_1::marker {
  color: #004d5f;
}
.cid-vn3mC4kGQH .item .item-wrapper .list_1 .item-wrap_2::marker,
.cid-vn3mC4kGQH .item .item-wrapper .list_2 .item-wrap_2::marker {
  color: #ffffff;
}
.cid-vn3mC4kGQH .item .card_1 {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
}
.cid-vn3mC4kGQH .item .card_2 {
  background-color: #171719;
  border: 1px solid #171719;
}
.cid-vn3mC4kGQH .mbr-label,
.cid-vn3mC4kGQH .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vn3mC4kGQH .mbr-section-title,
.cid-vn3mC4kGQH .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vn3mC4kGQH .mbr-text,
.cid-vn3mC4kGQH .text-wrapper {
  color: #565661;
  text-align: center;
}
.cid-vn3mC4kGQH .item-label {
  color: #ffffff;
}
.cid-vn3mC4kGQH .item-title_1 {
  color: #171719;
}
.cid-vn3mC4kGQH .item-title_2 {
  color: #ffffff;
}
.cid-vn3mC4kGQH .item-text_1 {
  color: #565661;
}
.cid-vn3mC4kGQH .item-text_2 {
  color: #ffffff;
}
.cid-vn3mC4kGQH .item-price_1 {
  color: #171719;
}
.cid-vn3mC4kGQH .item-price_2 {
  color: #ffffff;
}
.cid-vn3mC4kGQH .list_1 {
  color: #565661;
}
.cid-vn3mC4kGQH .list_2 {
  color: #ffffff;
}
.cid-vn3mC4kGQH .item-label,
.cid-vn3mC4kGQH .label-wrap {
  color: #FFFFFF;
}
.cid-vn3mC4Sk5G {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vn3mC4Sk5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC4Sk5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC4Sk5G .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vn3mC4Sk5G .item {
  margin-bottom: 30px;
}
.cid-vn3mC4Sk5G .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-vn3mC4Sk5G .item .item-wrapper .item-img img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vn3mC4Sk5G .item .item-wrapper .item-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vn3mC4Sk5G .item .item-wrapper .item-img img {
    width: 40%;
  }
}
@media (max-width: 425px) {
  .cid-vn3mC4Sk5G .item .item-wrapper .item-img img {
    width: 60%;
  }
}
.cid-vn3mC4Sk5G .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vn3mC4Sk5G .mbr-label,
.cid-vn3mC4Sk5G .label-wrapper {
  color: #171719;
}
.cid-vn3mC52F8o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vn3mC52F8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC52F8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC52F8o .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC52F8o .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC52F8o .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC52F8o .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn3mC52F8o .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC52F8o .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vn3mC52F8o .content-wrap {
  margin: 0 -10px;
}
.cid-vn3mC52F8o .content-wrap .card {
  padding: 0 10px;
}
.cid-vn3mC52F8o .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC52F8o .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vn3mC52F8o .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vn3mC52F8o .items-wrapper .item:focus .item-wrapper .item-title {
  color: #004d5f;
}
.cid-vn3mC52F8o .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vn3mC52F8o .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vn3mC52F8o .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vn3mC52F8o .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC52F8o .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vn3mC52F8o .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vn3mC52F8o .items-wrapper .item .item-wrapper .item-title {
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.cid-vn3mC52F8o .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vn3mC52F8o .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vn3mC52F8o .card-wrapper {
  padding: 30px;
  background-color: #171719;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vn3mC52F8o .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vn3mC52F8o .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vn3mC52F8o .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vn3mC52F8o .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vn3mC52F8o .card-wrapper .image-wrapper {
  min-height: 270px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vn3mC52F8o .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vn3mC52F8o .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vn3mC52F8o .mbr-label,
.cid-vn3mC52F8o .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vn3mC52F8o .mbr-section-title,
.cid-vn3mC52F8o .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vn3mC52F8o .mbr-desc {
  color: #ffffff;
}
.cid-vn3mC52F8o .item-title {
  color: #171719;
}
.cid-vn3mC52F8o .item-text {
  color: #565661;
}
.cid-vn3mC5KL1D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(190deg, #fafafa 65%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vn3mC5KL1D {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vn3mC5KL1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC5KL1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC5KL1D .card-wrapper {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  padding: 40px 40px 50px 40px;
}
@media (max-width: 992px) {
  .cid-vn3mC5KL1D .card-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC5KL1D .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vn3mC5KL1D .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC5KL1D .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC5KL1D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn3mC5KL1D .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn3mC5KL1D .embla__slide .slide-content {
  width: 100%;
}
.cid-vn3mC5KL1D .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-vn3mC5KL1D .embla__slide .slide-content .item-wrapper .item-text {
    padding: 0;
  }
}
.cid-vn3mC5KL1D .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC5KL1D .embla__slide .slide-content .item-wrapper .person-wrapper {
    margin-top: 30px;
  }
}
.cid-vn3mC5KL1D .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background-color: #fafafa;
  gap: 16px;
}
.cid-vn3mC5KL1D .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vn3mC5KL1D .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
.cid-vn3mC5KL1D .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vn3mC5KL1D .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vn3mC5KL1D .embla__button--next,
.cid-vn3mC5KL1D .embla__button--prev {
  display: flex;
}
.cid-vn3mC5KL1D .embla__button {
  bottom: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  background-color: transparent !important;
  color: #171719 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vn3mC5KL1D .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-vn3mC5KL1D .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vn3mC5KL1D .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vn3mC5KL1D .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vn3mC5KL1D .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vn3mC5KL1D .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn3mC5KL1D .embla__viewport {
    padding: 0;
  }
}
.cid-vn3mC5KL1D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn3mC5KL1D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn3mC5KL1D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn3mC5KL1D .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn3mC5KL1D .mbr-label,
.cid-vn3mC5KL1D .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vn3mC5KL1D .item-text {
  color: #171719;
}
.cid-vn3mC5KL1D .item-text,
.cid-vn3mC5KL1D .person-wrapper {
  text-align: center;
}
.cid-vn3mC5KL1D .item-name {
  color: #171719;
  text-align: left;
}
.cid-vn3mC5KL1D .item-role {
  color: #565661;
  text-align: left;
}
.cid-vn3mC5Sk9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 38%, #ffffff 90%);
}
.cid-vn3mC5Sk9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC5Sk9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC5Sk9J .content-wrapper {
  position: relative;
  padding: 4px;
}
.cid-vn3mC5Sk9J .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 1;
}
.cid-vn3mC5Sk9J .content-wrapper .shadow-wrap {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  filter: blur(40px) brightness(1);
  opacity: 0.5;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vn3mC5Sk9J .content-wrapper .content-wrap {
    padding: 10px 10px 100px 10px;
  }
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper {
  width: 100%;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 20px;
  background-color: #e9e9e9;
  margin-bottom: 24px;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box {
    padding: 0 10px;
  }
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active::before,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vn3mC5Sk9J .content-wrapper .content-wrap .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC5Sk9J .mbr-desc {
  color: #171719;
}
.cid-vn3mC5Sk9J .mbr-section-title {
  color: #171719;
}
.cid-vn3mC5Sk9J .mbr-text {
  color: #565661;
}
.cid-vn3mC6tNJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 50%, #fafafa 100%);
}
.cid-vn3mC6tNJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC6tNJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC6tNJ2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC6tNJ2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vn3mC6tNJ2 .card-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vn3mC6tNJ2 .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC6tNJ2 .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC6tNJ2 .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  background-color: #ffffff;
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #004d5f;
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #004d5f;
  transform: rotate(-180deg);
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-vn3mC6tNJ2 .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-vn3mC6tNJ2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vn3mC6tNJ2 .panel-title-edit {
  color: #171719;
}
.cid-vn3mC6tNJ2 .panel-text {
  color: #565661;
}
.cid-vn3mC6yBT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vn3mC6yBT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC6yBT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC6yBT1 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC6yBT1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC6yBT1 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC6yBT1 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn3mC6yBT1 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC6yBT1 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vn3mC6yBT1 .items-wrapper {
  margin: 0 -10px;
}
.cid-vn3mC6yBT1 .items-wrapper .item {
  padding: 0 10px;
}
.cid-vn3mC6yBT1 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC6yBT1 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vn3mC6yBT1 .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vn3mC6yBT1 .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vn3mC6yBT1 .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC6yBT1 .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vn3mC6yBT1 .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vn3mC6yBT1 .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vn3mC6yBT1 .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vn3mC6yBT1 .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vn3mC6yBT1 .btn-wrapper {
  margin-top: 0;
}
.cid-vn3mC6yBT1 .mbr-label,
.cid-vn3mC6yBT1 .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vn3mC6yBT1 .mbr-section-title,
.cid-vn3mC6yBT1 .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vn3mC6yBT1 .mbr-desc {
  color: #ffffff;
}
.cid-vn3mC6yBT1 .item-text {
  color: #565661;
}
.cid-vn3mC6yBT1 .item-name {
  color: #171719;
}
.cid-vn3mC6yBT1 .item-role {
  color: #565661;
}
.cid-vn3mC6ERaI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vn3mC6ERaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC6ERaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC6ERaI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC6ERaI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC6ERaI .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC6ERaI .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn3mC6ERaI .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC6ERaI .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vn3mC6ERaI .tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  .cid-vn3mC6ERaI .tabs-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vn3mC6ERaI .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #e9e9e9;
  padding: 6px;
  background-color: #ffffff;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vn3mC6ERaI .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vn3mC6ERaI .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
@media (max-width: 992px) {
  .cid-vn3mC6ERaI .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vn3mC6ERaI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #565661;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vn3mC6ERaI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.cid-vn3mC6ERaI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #565661;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC6ERaI .tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vn3mC6ERaI .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content .card-box {
  width: 60%;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vn3mC6ERaI .tab-content .tab-pane .item-content .card-box {
    padding: 30px 10px 20px;
    width: 100%;
  }
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vn3mC6ERaI .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 0;
  color: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content .image-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vn3mC6ERaI .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
  }
}
.cid-vn3mC6ERaI .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary:hover,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary:hover,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success:hover,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info:hover,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning:hover,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger:hover,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black:hover,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white:hover,
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary:focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary:focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success:focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info:focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning:focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger:focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black:focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white:focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary.focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary.focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success.focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info.focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning.focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger.focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black.focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white.focus,
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary.active,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary.active,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success.active,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info.active,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning.active,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger.active,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black.active,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary:hover::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary:hover::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success:hover::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info:hover::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning:hover::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger:hover::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black:hover::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white:hover::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary:focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary:focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success:focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info:focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning:focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger:focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black:focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white:focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary.focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary.focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success.focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info.focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning.focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger.focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black.focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white.focus::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary.active::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary.active::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success.active::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info.active::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning.active::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger.active::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black.active::before,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary-outline,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary-outline,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success-outline,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info-outline,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning-outline,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger-outline,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black-outline,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vn3mC6ERaI .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vn3mC6ERaI .mbr-label,
.cid-vn3mC6ERaI .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vn3mC6ERaI .mbr-section-title,
.cid-vn3mC6ERaI .title-wrap,
.cid-vn3mC6ERaI .tabs-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vn3mC6ERaI .item-title {
  color: #171719;
}
.cid-vn3mC6ERaI .item-text {
  color: #565661;
}
.cid-vn3mC6ERaI .list {
  color: #171719;
}
.cid-vn3mC7eehQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vn3mC7eehQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC7eehQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC7eehQ .content-wrap {
  margin: 0 -25px;
}
.cid-vn3mC7eehQ .content-wrap .card {
  padding: 0 25px;
}
.cid-vn3mC7eehQ .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vn3mC7eehQ .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vn3mC7eehQ .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.5;
  z-index: 1;
}
.cid-vn3mC7eehQ .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vn3mC7eehQ .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vn3mC7eehQ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC7eehQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC7eehQ .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC7eehQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vn3mC7eehQ .items-wrapper {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 992px) {
  .cid-vn3mC7eehQ .items-wrapper {
    padding-left: 23px;
  }
}
.cid-vn3mC7eehQ .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(180deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC7eehQ .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vn3mC7eehQ .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vn3mC7eehQ .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vn3mC7eehQ .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vn3mC7eehQ .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vn3mC7eehQ .mbr-section-btn .btn-primary-outline,
.cid-vn3mC7eehQ .mbr-section-btn .btn-secondary-outline,
.cid-vn3mC7eehQ .mbr-section-btn .btn-success-outline,
.cid-vn3mC7eehQ .mbr-section-btn .btn-info-outline,
.cid-vn3mC7eehQ .mbr-section-btn .btn-warning-outline,
.cid-vn3mC7eehQ .mbr-section-btn .btn-danger-outline,
.cid-vn3mC7eehQ .mbr-section-btn .btn-black-outline,
.cid-vn3mC7eehQ .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vn3mC7eehQ .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vn3mC7eehQ .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vn3mC7eehQ .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vn3mC7eehQ .mbr-label,
.cid-vn3mC7eehQ .label-wrapper {
  color: #171719;
}
.cid-vn3mC7eehQ .mbr-section-title {
  color: #171719;
}
.cid-vn3mC7eehQ .mbr-desc {
  color: #ffffff;
}
.cid-vn3mC7eehQ .item-title {
  color: #171719;
}
.cid-vn3mC7eehQ .item-text {
  color: #565661;
}
.cid-vn3mC7lane {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vn3mC7lane .item:focus,
.cid-vn3mC7lane span:focus {
  outline: none;
}
.cid-vn3mC7lane .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vn3mC7lane .content-head {
  max-width: 800px;
}
.cid-vn3mC7lane .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vn3mC7mZjo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/photo-1583119912267-cc97c911e416.webp");
}
.cid-vn3mC7mZjo .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #171719 -30%, transparent 100%);
}
.cid-vn3mC7mZjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC7mZjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC7mZjo .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 300px;
}
@media (max-width: 1440px) {
  .cid-vn3mC7mZjo .content-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC7mZjo .content-wrapper {
    padding-top: 0;
  }
}
.cid-vn3mC7mZjo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC7mZjo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vn3mC7mZjo .items-wrapper {
  margin: 0 -25px;
}
.cid-vn3mC7mZjo .items-wrapper .item {
  padding: 0 25px;
  margin-bottom: 40px;
}
.cid-vn3mC7mZjo .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vn3mC7mZjo .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vn3mC7mZjo .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vn3mC7mZjo .mbr-section-title {
  color: #ffffff;
}
.cid-vn3mC7mZjo .item-title {
  color: #ffffff;
}
.cid-vn3mC7mZjo .item-text {
  color: #ffffff;
}
.cid-vn3mC7AA4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vn3mC7AA4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC7AA4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC7AA4s .card-wrapper {
  padding: 40px 40px 50px 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vn3mC7AA4s .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vn3mC7AA4s .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC7AA4s .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC7AA4s .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC7AA4s .card-wrapper .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC7AA4s .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn3mC7AA4s .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC7AA4s .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  background-color: transparent;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #565661;
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #565661;
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #171719 !important;
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #565661;
  border-color: #565661;
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vn3mC7AA4s .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0.6rem;
  margin-bottom: 0;
}
.cid-vn3mC7AA4s .mbr-label,
.cid-vn3mC7AA4s .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vn3mC7AA4s .mbr-section-title {
  color: #171719;
}
.cid-vn3mC7AA4s label {
  color: #565661;
}
.cid-vn3mC7AA4s .mbr-section-title,
.cid-vn3mC7AA4s .mbr-section-btn,
.cid-vn3mC7AA4s .title-wrap {
  text-align: center;
}
.cid-vn3mC7Ewtx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vn3mC7Ewtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC7Ewtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC7Ewtx .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC7Ewtx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC7Ewtx .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC7Ewtx .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn3mC7Ewtx .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC7Ewtx .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vn3mC7Ewtx .content-wrap {
  margin: 0 -25px;
}
.cid-vn3mC7Ewtx .content-wrap .card {
  padding: 0 25px;
}
.cid-vn3mC7Ewtx .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-vn3mC7Ewtx .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vn3mC7Ewtx .items-wrapper .item:hover .item-wrapper .item-text,
.cid-vn3mC7Ewtx .items-wrapper .item:focus .item-wrapper .item-text {
  color: #004d5f;
}
.cid-vn3mC7Ewtx .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vn3mC7Ewtx .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vn3mC7Ewtx .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vn3mC7Ewtx .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vn3mC7Ewtx .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vn3mC7Ewtx .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vn3mC7Ewtx .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vn3mC7Ewtx .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vn3mC7Ewtx .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-vn3mC7Ewtx .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-vn3mC7Ewtx .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-vn3mC7Ewtx .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vn3mC7Ewtx .mbr-label,
.cid-vn3mC7Ewtx .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vn3mC7Ewtx .mbr-section-title,
.cid-vn3mC7Ewtx .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vn3mC7Ewtx .item-title {
  color: #565661;
}
.cid-vn3mC7Ewtx .item-text {
  color: #171719;
}
.cid-vomphzNwEg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vomphzNwEg .showAlerts {
  display: block !important;
}
.cid-vomphzNwEg .rowflexrev {
  display: -webkit-flex;
}
.cid-vomphzNwEg .title {
  margin-bottom: 2rem;
}
.cid-vomphzNwEg .mbr-section-subtitle {
  color: #767676;
}
.cid-vomphzNwEg textarea.form-control {
  min-height: 188px;
}
.cid-vomphzNwEg LABEL {
  color: #232323;
  display: initial;
}
.cid-vomphzNwEg .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vomphzNwEg .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vomphzNwEg .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vomphzNwEg .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vomphzNwEg .alert {
  margin-bottom: 0;
}
.cid-vomphzNwEg .alert-success {
  background-color: #70c770;
}
.cid-vomphzNwEg .alert-danger {
  background-color: #ff4a52;
}
.cid-vomphzNwEg .btn {
  display: inline-flex;
}
.cid-vomphzNwEg .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-vomphzNwEg .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-vomphzNwEg .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-vomphzNwEg input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vomphzNwEg input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vomphzNwEg input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vomphzNwEg input,
.cid-vomphzNwEg option,
.cid-vomphzNwEg textarea {
  color: #000000;
}
.cid-vn3mC7Khyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vn3mC7Khyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC7Khyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC7Khyw .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC7Khyw .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vn3mC7Khyw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vn3mC7Khyw .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vn3mC7Khyw .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vn3mC7Khyw .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vn3mC7Khyw .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vn3mC7Khyw .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vn3mC7Khyw .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vn3mC7Khyw .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vn3mC7Khyw .card {
  justify-content: center;
}
.cid-vn3mC7Khyw .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vn3mC7Khyw .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item:hover,
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vn3mC7Khyw .mbr-label {
  color: #ffffff;
}
.cid-vn3mC7Khyw .mbr-section-title {
  color: #ffffff;
}
.cid-vn3mC7Khyw .mbr-text {
  color: #ffffff;
}
.cid-vn3mC7Khyw .mbr-list-title {
  color: #ffffff;
}
.cid-vn3mC7Khyw .list {
  color: #ffffff;
}
.cid-voeNG1tgLp {
  z-index: 1000;
  width: 100%;
}
.cid-voeNG1tgLp nav.navbar {
  position: fixed;
}
.cid-voeNG1tgLp .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voeNG1tgLp .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voeNG1tgLp .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-voeNG1tgLp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voeNG1tgLp .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-voeNG1tgLp .dropdown-item:hover,
.cid-voeNG1tgLp .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-voeNG1tgLp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voeNG1tgLp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voeNG1tgLp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voeNG1tgLp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voeNG1tgLp .nav-link {
  position: relative;
}
.cid-voeNG1tgLp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-voeNG1tgLp .container {
    flex-wrap: nowrap;
  }
}
.cid-voeNG1tgLp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voeNG1tgLp .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-voeNG1tgLp .dropdown-menu,
.cid-voeNG1tgLp .navbar.opened {
  background: #ffffff !important;
}
.cid-voeNG1tgLp .nav-item:focus,
.cid-voeNG1tgLp .nav-link:focus {
  outline: none;
}
.cid-voeNG1tgLp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voeNG1tgLp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voeNG1tgLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voeNG1tgLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voeNG1tgLp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voeNG1tgLp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voeNG1tgLp .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-voeNG1tgLp .navbar.opened {
  transition: all 0.3s;
}
.cid-voeNG1tgLp .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-voeNG1tgLp .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voeNG1tgLp .navbar .navbar-logo img {
  width: auto;
}
.cid-voeNG1tgLp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voeNG1tgLp .navbar.collapsed {
  justify-content: center;
}
.cid-voeNG1tgLp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voeNG1tgLp .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-voeNG1tgLp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voeNG1tgLp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-voeNG1tgLp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voeNG1tgLp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voeNG1tgLp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-voeNG1tgLp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voeNG1tgLp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voeNG1tgLp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voeNG1tgLp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voeNG1tgLp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voeNG1tgLp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voeNG1tgLp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voeNG1tgLp .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-voeNG1tgLp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voeNG1tgLp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voeNG1tgLp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-voeNG1tgLp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voeNG1tgLp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voeNG1tgLp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voeNG1tgLp .navbar.navbar-short {
  min-height: 100px;
}
.cid-voeNG1tgLp .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-voeNG1tgLp .navbar-brand {
  min-height: 100px;
  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-voeNG1tgLp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voeNG1tgLp .navbar-brand .navbar-caption:hover,
.cid-voeNG1tgLp .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voeNG1tgLp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voeNG1tgLp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voeNG1tgLp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voeNG1tgLp .dropdown-item.active,
.cid-voeNG1tgLp .dropdown-item:active {
  background-color: transparent;
}
.cid-voeNG1tgLp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voeNG1tgLp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voeNG1tgLp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voeNG1tgLp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voeNG1tgLp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voeNG1tgLp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voeNG1tgLp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voeNG1tgLp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voeNG1tgLp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voeNG1tgLp .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voeNG1tgLp .navbar-buttons {
    text-align: left;
  }
}
.cid-voeNG1tgLp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voeNG1tgLp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voeNG1tgLp 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voeNG1tgLp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voeNG1tgLp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voeNG1tgLp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voeNG1tgLp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voeNG1tgLp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voeNG1tgLp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voeNG1tgLp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voeNG1tgLp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voeNG1tgLp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voeNG1tgLp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voeNG1tgLp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voeNG1tgLp .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-voeNG1tgLp .navbar {
    height: 70px;
  }
  .cid-voeNG1tgLp .navbar.opened {
    height: auto;
  }
  .cid-voeNG1tgLp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voeNG1tgLp .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voeNG1tgLp .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-voeNG1tgLp .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-voeNG1tgLp .nav-item:hover::before {
  opacity: 1;
}
.cid-voeNG1tgLp .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-voeNG1tgLp .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voeNG1tgLp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-voeNG1tgLp .nav-item .nav-link:hover,
.cid-voeNG1tgLp .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-voeNG1tgLp .nav-item .nav-link:hover::before,
.cid-voeNG1tgLp .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-voeNG1tgLp .nav-item .nav-link:hover::after,
.cid-voeNG1tgLp .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-voeNG1tgLp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voeNG1tgLp .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-voeNG1tgLp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voeNG1tgLp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voeNG1tgLp .navbar {
    justify-content: flex-start !important;
  }
  .cid-voeNG1tgLp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voeNG1tgLp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voeNG1tgLp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voeNG1tgLp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voeNG1tgLp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voeNG1tgLp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voeNG1tgLp .content-wrap {
  min-height: 100px;
}
.cid-voeNG8InC5 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #111317;
}
.cid-voeNG8InC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNG8InC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNG8InC5 .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-voeNG8InC5 .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-voeNG8InC5 .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-voeNG8InC5 .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111317;
  will-change: transform;
}
.cid-voeNG8InC5 .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #004d5f 0%, #e5974b 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-voeNG8InC5 .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-voeNG8InC5 .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #004d5f 0%, #e5974b 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-voeNG8InC5 .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-voeNG8InC5 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voeNG8InC5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #004d5f 0%, #e5974b 50%, #004d5f 100%) !important;
}
.cid-voeNG8InC5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voeNG8InC5 .content-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-voeNG8InC5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voeNG8InC5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-voeNG8InC5 .content-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #004d5f 0%, #e5974b 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white:focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary.focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary.focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success.focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info.focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning.focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger.focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black.focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white.focus,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary.active,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary.active,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success.active,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info.active,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning.active,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger.active,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black.active,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary:hover::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary:hover::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success:hover::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info:hover::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning:hover::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger:hover::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black:hover::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white:hover::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary:focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary:focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success:focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info:focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning:focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger:focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black:focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white:focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary.focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary.focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success.focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info.focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning.focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger.focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black.focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white.focus::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary.active::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary.active::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success.active::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info.active::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning.active::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger.active::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black.active::before,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #004d5f 0%, #e5974b 50%, #004d5f 100%) !important;
}
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-voeNG8InC5 .content-wrapper .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-voeNG8InC5 .image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-voeNG8InC5 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-voeNG8InC5 .image-wrapper img {
  height: 220px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-voeNG8InC5 .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-voeNG8InC5 .mbr-section-title {
  color: #171719;
}
.cid-voeNG8InC5 .mbr-section-subtitle {
  color: #565661;
  text-align: left;
}
.cid-voeNG8InC5 .mbr-text,
.cid-voeNG8InC5 .text-wrapper {
  color: #565661;
}
.cid-voeNG8InC5 .mbr-section-title,
.cid-voeNG8InC5 .mbr-section-btn {
  text-align: center;
}
.cid-voeNG2FE72 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #171a2f;
}
.cid-voeNG2FE72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNG2FE72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNG2FE72 .items-wrapper {
  margin: 0 -24px;
}
.cid-voeNG2FE72 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-voeNG2FE72 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-voeNG2FE72 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-voeNG2FE72 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-voeNG2FE72 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voeNG2FE72 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voeNG2FE72 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voeNG2FE72 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voeNG2FE72 .image-wrapper {
  border: 1px solid #171a2f;
  padding: 12px;
}
.cid-voeNG2FE72 .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voeNG2FE72 .image-wrapper img {
    height: auto;
  }
}
.cid-voeNG2FE72 .mbr-label {
  color: #e9e9e9;
}
.cid-voeNG2FE72 .mbr-section-title {
  color: #ff5500;
}
.cid-voeNG2FE72 .mbr-text {
  color: #14334b;
}
.cid-voeNG2FE72 .mbr-section-title,
.cid-voeNG2FE72 .mbr-section-btn,
.cid-voeNG2FE72 .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-voeNG2FE72 .mbr-text,
.cid-voeNG2FE72 .text-wrapper {
  color: #e5974b;
  text-align: center;
}
.cid-voxWuNYzA1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #080808;
}
.cid-voxWuNYzA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voxWuNYzA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voxWuNYzA1 .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-voxWuNYzA1 .container-wrapper {
    padding: 0;
  }
}
.cid-voxWuNYzA1 .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-voxWuNYzA1 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voxWuNYzA1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voxWuNYzA1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-voxWuNYzA1 .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-voxWuNYzA1 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-voxWuNYzA1 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-voxWuNYzA1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-img {
  width: 25%;
  margin: 0 auto 24px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-img {
    width: 15%;
  }
}
.cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voxWuNYzA1 .mbr-section-title,
.cid-voxWuNYzA1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voxWuNYzA1 .item-title {
  color: #ffffff;
}
.cid-voxWuNYzA1 .item-text {
  color: #e9e9e9;
  text-align: center;
}
.cid-voxWuNYzA1 .item-title,
.cid-voxWuNYzA1 .mbr-section-btn {
  text-align: center;
}
.cid-vomKVlz8r8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-vomKVlz8r8 .item:focus,
.cid-vomKVlz8r8 span:focus {
  outline: none;
}
.cid-vomKVlz8r8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vomKVlz8r8 .content-head {
  max-width: 800px;
}
.cid-vomKVlz8r8 .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-voeNG6dqOj {
  background-image: url("../../../assets/images/the-sound-of-the-midnight-train-1728x1296-72ppi-1728x1296.webp");
}
.cid-voeNG6dqOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNG6dqOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNG6dqOj .image-wrap {
  height: 300px;
}
.cid-vomLo7bisG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-vomLo7bisG .item:focus,
.cid-vomLo7bisG span:focus {
  outline: none;
}
.cid-vomLo7bisG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vomLo7bisG .content-head {
  max-width: 800px;
}
.cid-vomLo7bisG .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-voeNG7HMDo {
  background-image: url("../../../assets/images/heart-of-the-cosmos-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-voeNG7HMDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNG7HMDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNG7HMDo .image-wrap {
  height: 300px;
}
.cid-vomLp5Ozyx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-vomLp5Ozyx .item:focus,
.cid-vomLp5Ozyx span:focus {
  outline: none;
}
.cid-vomLp5Ozyx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vomLp5Ozyx .content-head {
  max-width: 800px;
}
.cid-vomLp5Ozyx .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-voeNG8nBIQ {
  background-image: url("../../../assets/images/sound-of-the-party-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-voeNG8nBIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNG8nBIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNG8nBIQ .image-wrap {
  height: 300px;
}
.cid-voeNGbgfCN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 50%, #fafafa 100%);
}
.cid-voeNGbgfCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNGbgfCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNGbgfCN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voeNGbgfCN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-voeNGbgfCN .card-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voeNGbgfCN .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-voeNGbgfCN .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-voeNGbgfCN .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-voeNGbgfCN .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  background-color: #ffffff;
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-voeNGbgfCN .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #004d5f;
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #004d5f;
  transform: rotate(-180deg);
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-voeNGbgfCN .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-voeNGbgfCN .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-voeNGbgfCN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-voeNGbgfCN .panel-title-edit {
  color: #171719;
}
.cid-voeNGbgfCN .panel-text {
  color: #565661;
}
.cid-voeNGeyq5X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voeNGeyq5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNGeyq5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNGeyq5X .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voeNGeyq5X .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voeNGeyq5X .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-voeNGeyq5X .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voeNGeyq5X .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-voeNGeyq5X .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voeNGeyq5X .content-wrap {
  margin: 0 -25px;
}
.cid-voeNGeyq5X .content-wrap .card {
  padding: 0 25px;
}
.cid-voeNGeyq5X .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-voeNGeyq5X .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-voeNGeyq5X .items-wrapper .item:hover .item-wrapper .item-text,
.cid-voeNGeyq5X .items-wrapper .item:focus .item-wrapper .item-text {
  color: #004d5f;
}
.cid-voeNGeyq5X .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-voeNGeyq5X .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-voeNGeyq5X .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-voeNGeyq5X .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-voeNGeyq5X .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-voeNGeyq5X .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-voeNGeyq5X .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-voeNGeyq5X .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-voeNGeyq5X .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-voeNGeyq5X .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-voeNGeyq5X .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-voeNGeyq5X .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voeNGeyq5X .mbr-label,
.cid-voeNGeyq5X .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-voeNGeyq5X .mbr-section-title,
.cid-voeNGeyq5X .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-voeNGeyq5X .item-title {
  color: #565661;
}
.cid-voeNGeyq5X .item-text {
  color: #171719;
}
.cid-voeNGf4LD3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-voeNGf4LD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNGf4LD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNGf4LD3 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voeNGf4LD3 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-voeNGf4LD3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voeNGf4LD3 .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-voeNGf4LD3 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-voeNGf4LD3 .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-voeNGf4LD3 .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-voeNGf4LD3 .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-voeNGf4LD3 .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voeNGf4LD3 .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-voeNGf4LD3 .card {
  justify-content: center;
}
.cid-voeNGf4LD3 .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-voeNGf4LD3 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item:hover,
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-voeNGf4LD3 .mbr-label {
  color: #ffffff;
}
.cid-voeNGf4LD3 .mbr-section-title {
  color: #ffffff;
}
.cid-voeNGf4LD3 .mbr-text {
  color: #ffffff;
}
.cid-voeNGf4LD3 .mbr-list-title {
  color: #ffffff;
}
.cid-voeNGf4LD3 .list {
  color: #ffffff;
}
.cid-voJL4jIBwU {
  z-index: 1000;
  width: 100%;
}
.cid-voJL4jIBwU nav.navbar {
  position: fixed;
}
.cid-voJL4jIBwU .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voJL4jIBwU .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voJL4jIBwU .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-voJL4jIBwU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voJL4jIBwU .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-voJL4jIBwU .dropdown-item:hover,
.cid-voJL4jIBwU .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-voJL4jIBwU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voJL4jIBwU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voJL4jIBwU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voJL4jIBwU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voJL4jIBwU .nav-link {
  position: relative;
}
.cid-voJL4jIBwU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-voJL4jIBwU .container {
    flex-wrap: nowrap;
  }
}
.cid-voJL4jIBwU .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voJL4jIBwU .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-voJL4jIBwU .dropdown-menu,
.cid-voJL4jIBwU .navbar.opened {
  background: #ffffff !important;
}
.cid-voJL4jIBwU .nav-item:focus,
.cid-voJL4jIBwU .nav-link:focus {
  outline: none;
}
.cid-voJL4jIBwU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voJL4jIBwU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voJL4jIBwU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voJL4jIBwU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voJL4jIBwU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voJL4jIBwU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voJL4jIBwU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-voJL4jIBwU .navbar.opened {
  transition: all 0.3s;
}
.cid-voJL4jIBwU .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-voJL4jIBwU .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voJL4jIBwU .navbar .navbar-logo img {
  width: auto;
}
.cid-voJL4jIBwU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voJL4jIBwU .navbar.collapsed {
  justify-content: center;
}
.cid-voJL4jIBwU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voJL4jIBwU .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-voJL4jIBwU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voJL4jIBwU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-voJL4jIBwU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voJL4jIBwU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voJL4jIBwU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-voJL4jIBwU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voJL4jIBwU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voJL4jIBwU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voJL4jIBwU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voJL4jIBwU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voJL4jIBwU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voJL4jIBwU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voJL4jIBwU .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-voJL4jIBwU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voJL4jIBwU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voJL4jIBwU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-voJL4jIBwU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voJL4jIBwU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voJL4jIBwU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voJL4jIBwU .navbar.navbar-short {
  min-height: 100px;
}
.cid-voJL4jIBwU .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-voJL4jIBwU .navbar-brand {
  min-height: 100px;
  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-voJL4jIBwU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voJL4jIBwU .navbar-brand .navbar-caption:hover,
.cid-voJL4jIBwU .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voJL4jIBwU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voJL4jIBwU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voJL4jIBwU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voJL4jIBwU .dropdown-item.active,
.cid-voJL4jIBwU .dropdown-item:active {
  background-color: transparent;
}
.cid-voJL4jIBwU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voJL4jIBwU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voJL4jIBwU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voJL4jIBwU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voJL4jIBwU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voJL4jIBwU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voJL4jIBwU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voJL4jIBwU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voJL4jIBwU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voJL4jIBwU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voJL4jIBwU .navbar-buttons {
    text-align: left;
  }
}
.cid-voJL4jIBwU .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voJL4jIBwU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voJL4jIBwU 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voJL4jIBwU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voJL4jIBwU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voJL4jIBwU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voJL4jIBwU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voJL4jIBwU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voJL4jIBwU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voJL4jIBwU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voJL4jIBwU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voJL4jIBwU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voJL4jIBwU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voJL4jIBwU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voJL4jIBwU .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-voJL4jIBwU .navbar {
    height: 70px;
  }
  .cid-voJL4jIBwU .navbar.opened {
    height: auto;
  }
  .cid-voJL4jIBwU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voJL4jIBwU .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voJL4jIBwU .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-voJL4jIBwU .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-voJL4jIBwU .nav-item:hover::before {
  opacity: 1;
}
.cid-voJL4jIBwU .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-voJL4jIBwU .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voJL4jIBwU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-voJL4jIBwU .nav-item .nav-link:hover,
.cid-voJL4jIBwU .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-voJL4jIBwU .nav-item .nav-link:hover::before,
.cid-voJL4jIBwU .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-voJL4jIBwU .nav-item .nav-link:hover::after,
.cid-voJL4jIBwU .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-voJL4jIBwU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voJL4jIBwU .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-voJL4jIBwU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voJL4jIBwU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voJL4jIBwU .navbar {
    justify-content: flex-start !important;
  }
  .cid-voJL4jIBwU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voJL4jIBwU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voJL4jIBwU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voJL4jIBwU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voJL4jIBwU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voJL4jIBwU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voJL4jIBwU .content-wrap {
  min-height: 100px;
}
.cid-voJL4jTbmW {
  padding-top: 12rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #111317;
}
.cid-voJL4jTbmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-voJL4jTbmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voJL4jTbmW .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-voJL4jTbmW .container-wrapper {
    padding: 0;
  }
}
.cid-voJL4jTbmW .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-voJL4jTbmW .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voJL4jTbmW .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voJL4jTbmW .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voJL4jTbmW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voJL4jTbmW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voJL4jTbmW .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-voJL4jTbmW .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-voJL4jTbmW .mbr-section-title,
.cid-voJL4jTbmW .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voJL4jTbmW .mbr-text,
.cid-voJL4jTbmW .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-voJL4jZsxY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #111317;
}
.cid-voJL4jZsxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voJL4jZsxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voJL4jZsxY .card-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #171a2f 0%, #171a2f 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-voJL4jZsxY .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-voJL4jZsxY .card-wrapper {
    padding: 24px;
  }
}
.cid-voJL4jZsxY .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-voJL4jZsxY .card-wrapper .content-wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voJL4jZsxY .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-voJL4jZsxY .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voJL4jZsxY .card-wrapper .content-wrapper .mbr-desc {
  margin-top: 60px;
  margin-bottom: 0;
}
.cid-voJL4jZsxY .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 50px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-voJL4jZsxY .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-voJL4jZsxY .mbr-text {
  color: #ffffff;
}
.cid-voJL4jZsxY .mbr-desc {
  color: #ffee00;
}
.cid-voUfCLOim5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #111317;
}
.cid-voUfCLOim5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voUfCLOim5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voUfCLOim5 .card-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #171a2f 0%, #171a2f 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-voUfCLOim5 .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-voUfCLOim5 .card-wrapper {
    padding: 24px;
  }
}
.cid-voUfCLOim5 .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-voUfCLOim5 .card-wrapper .content-wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voUfCLOim5 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-voUfCLOim5 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voUfCLOim5 .card-wrapper .content-wrapper .mbr-desc {
  margin-top: 60px;
  margin-bottom: 0;
}
.cid-voUfCLOim5 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 50px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-voUfCLOim5 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-voUfCLOim5 .mbr-text {
  color: #ffffff;
}
.cid-voUfCLOim5 .mbr-desc {
  color: #ffee00;
}
.cid-voJL4k5hVv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-voJL4k5hVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-voJL4k5hVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voJL4k5hVv .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voJL4k5hVv .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-voJL4k5hVv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voJL4k5hVv .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-voJL4k5hVv .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-voJL4k5hVv .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-voJL4k5hVv .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-voJL4k5hVv .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-voJL4k5hVv .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voJL4k5hVv .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-voJL4k5hVv .card {
  justify-content: center;
}
.cid-voJL4k5hVv .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-voJL4k5hVv .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-voJL4k5hVv .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item:hover,
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-voJL4k5hVv .mbr-label {
  color: #ffffff;
}
.cid-voJL4k5hVv .mbr-section-title {
  color: #ffffff;
}
.cid-voJL4k5hVv .mbr-text {
  color: #ffffff;
}
.cid-voJL4k5hVv .mbr-list-title {
  color: #ffffff;
}
.cid-voJL4k5hVv .list {
  color: #ffffff;
}
.cid-voIhLnVFXI {
  z-index: 1000;
  width: 100%;
}
.cid-voIhLnVFXI nav.navbar {
  position: fixed;
}
.cid-voIhLnVFXI .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voIhLnVFXI .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voIhLnVFXI .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-voIhLnVFXI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voIhLnVFXI .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-voIhLnVFXI .dropdown-item:hover,
.cid-voIhLnVFXI .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-voIhLnVFXI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voIhLnVFXI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voIhLnVFXI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voIhLnVFXI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voIhLnVFXI .nav-link {
  position: relative;
}
.cid-voIhLnVFXI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-voIhLnVFXI .container {
    flex-wrap: nowrap;
  }
}
.cid-voIhLnVFXI .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voIhLnVFXI .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-voIhLnVFXI .dropdown-menu,
.cid-voIhLnVFXI .navbar.opened {
  background: #ffffff !important;
}
.cid-voIhLnVFXI .nav-item:focus,
.cid-voIhLnVFXI .nav-link:focus {
  outline: none;
}
.cid-voIhLnVFXI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voIhLnVFXI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voIhLnVFXI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voIhLnVFXI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voIhLnVFXI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voIhLnVFXI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voIhLnVFXI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-voIhLnVFXI .navbar.opened {
  transition: all 0.3s;
}
.cid-voIhLnVFXI .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-voIhLnVFXI .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voIhLnVFXI .navbar .navbar-logo img {
  width: auto;
}
.cid-voIhLnVFXI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voIhLnVFXI .navbar.collapsed {
  justify-content: center;
}
.cid-voIhLnVFXI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voIhLnVFXI .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-voIhLnVFXI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voIhLnVFXI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-voIhLnVFXI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voIhLnVFXI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voIhLnVFXI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-voIhLnVFXI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voIhLnVFXI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voIhLnVFXI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voIhLnVFXI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voIhLnVFXI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voIhLnVFXI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voIhLnVFXI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voIhLnVFXI .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-voIhLnVFXI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voIhLnVFXI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voIhLnVFXI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-voIhLnVFXI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voIhLnVFXI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voIhLnVFXI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voIhLnVFXI .navbar.navbar-short {
  min-height: 100px;
}
.cid-voIhLnVFXI .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-voIhLnVFXI .navbar-brand {
  min-height: 100px;
  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-voIhLnVFXI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voIhLnVFXI .navbar-brand .navbar-caption:hover,
.cid-voIhLnVFXI .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voIhLnVFXI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voIhLnVFXI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voIhLnVFXI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voIhLnVFXI .dropdown-item.active,
.cid-voIhLnVFXI .dropdown-item:active {
  background-color: transparent;
}
.cid-voIhLnVFXI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voIhLnVFXI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voIhLnVFXI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voIhLnVFXI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voIhLnVFXI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voIhLnVFXI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voIhLnVFXI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voIhLnVFXI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voIhLnVFXI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voIhLnVFXI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voIhLnVFXI .navbar-buttons {
    text-align: left;
  }
}
.cid-voIhLnVFXI .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voIhLnVFXI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voIhLnVFXI 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voIhLnVFXI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voIhLnVFXI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voIhLnVFXI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voIhLnVFXI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voIhLnVFXI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voIhLnVFXI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voIhLnVFXI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voIhLnVFXI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voIhLnVFXI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voIhLnVFXI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voIhLnVFXI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voIhLnVFXI .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-voIhLnVFXI .navbar {
    height: 70px;
  }
  .cid-voIhLnVFXI .navbar.opened {
    height: auto;
  }
  .cid-voIhLnVFXI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voIhLnVFXI .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voIhLnVFXI .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-voIhLnVFXI .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-voIhLnVFXI .nav-item:hover::before {
  opacity: 1;
}
.cid-voIhLnVFXI .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-voIhLnVFXI .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voIhLnVFXI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-voIhLnVFXI .nav-item .nav-link:hover,
.cid-voIhLnVFXI .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-voIhLnVFXI .nav-item .nav-link:hover::before,
.cid-voIhLnVFXI .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-voIhLnVFXI .nav-item .nav-link:hover::after,
.cid-voIhLnVFXI .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-voIhLnVFXI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voIhLnVFXI .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-voIhLnVFXI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voIhLnVFXI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voIhLnVFXI .navbar {
    justify-content: flex-start !important;
  }
  .cid-voIhLnVFXI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voIhLnVFXI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voIhLnVFXI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voIhLnVFXI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voIhLnVFXI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voIhLnVFXI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voIhLnVFXI .content-wrap {
  min-height: 100px;
}
.cid-voIid7ytSd {
  padding-top: 12rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #111317;
}
.cid-voIid7ytSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-voIid7ytSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voIid7ytSd .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-voIid7ytSd .container-wrapper {
    padding: 0;
  }
}
.cid-voIid7ytSd .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-voIid7ytSd .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voIid7ytSd .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voIid7ytSd .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voIid7ytSd .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voIid7ytSd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voIid7ytSd .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-voIid7ytSd .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-voIid7ytSd .mbr-section-title,
.cid-voIid7ytSd .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voIid7ytSd .mbr-text,
.cid-voIid7ytSd .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-voIitORnGL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #111317;
}
.cid-voIitORnGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-voIitORnGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voIitORnGL .card-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #171a2f 0%, #171a2f 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-voIitORnGL .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-voIitORnGL .card-wrapper {
    padding: 24px;
  }
}
.cid-voIitORnGL .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-voIitORnGL .card-wrapper .content-wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voIitORnGL .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-voIitORnGL .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voIitORnGL .card-wrapper .content-wrapper .mbr-desc {
  margin-top: 60px;
  margin-bottom: 0;
}
.cid-voIitORnGL .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 50px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-voIitORnGL .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-voIitORnGL .mbr-text {
  color: #ffffff;
}
.cid-voIitORnGL .mbr-desc {
  color: #ffee00;
}
.cid-voIhLxgrEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-voIhLxgrEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-voIhLxgrEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voIhLxgrEP .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voIhLxgrEP .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-voIhLxgrEP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voIhLxgrEP .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-voIhLxgrEP .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-voIhLxgrEP .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-voIhLxgrEP .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-voIhLxgrEP .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-voIhLxgrEP .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voIhLxgrEP .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-voIhLxgrEP .card {
  justify-content: center;
}
.cid-voIhLxgrEP .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-voIhLxgrEP .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-voIhLxgrEP .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item:hover,
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-voIhLxgrEP .mbr-label {
  color: #ffffff;
}
.cid-voIhLxgrEP .mbr-section-title {
  color: #ffffff;
}
.cid-voIhLxgrEP .mbr-text {
  color: #ffffff;
}
.cid-voIhLxgrEP .mbr-list-title {
  color: #ffffff;
}
.cid-voIhLxgrEP .list {
  color: #ffffff;
}
.cid-vnNupWBRtw {
  z-index: 1000;
  width: 100%;
}
.cid-vnNupWBRtw nav.navbar {
  position: fixed;
}
.cid-vnNupWBRtw .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnNupWBRtw .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnNupWBRtw .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-vnNupWBRtw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnNupWBRtw .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vnNupWBRtw .dropdown-item:hover,
.cid-vnNupWBRtw .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vnNupWBRtw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnNupWBRtw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnNupWBRtw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnNupWBRtw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnNupWBRtw .nav-link {
  position: relative;
}
.cid-vnNupWBRtw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vnNupWBRtw .container {
    flex-wrap: nowrap;
  }
}
.cid-vnNupWBRtw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnNupWBRtw .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vnNupWBRtw .dropdown-menu,
.cid-vnNupWBRtw .navbar.opened {
  background: #ffffff !important;
}
.cid-vnNupWBRtw .nav-item:focus,
.cid-vnNupWBRtw .nav-link:focus {
  outline: none;
}
.cid-vnNupWBRtw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnNupWBRtw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnNupWBRtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnNupWBRtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnNupWBRtw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnNupWBRtw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnNupWBRtw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vnNupWBRtw .navbar.opened {
  transition: all 0.3s;
}
.cid-vnNupWBRtw .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vnNupWBRtw .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnNupWBRtw .navbar .navbar-logo img {
  width: auto;
}
.cid-vnNupWBRtw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnNupWBRtw .navbar.collapsed {
  justify-content: center;
}
.cid-vnNupWBRtw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnNupWBRtw .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vnNupWBRtw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnNupWBRtw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vnNupWBRtw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnNupWBRtw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnNupWBRtw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vnNupWBRtw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnNupWBRtw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnNupWBRtw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnNupWBRtw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnNupWBRtw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnNupWBRtw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnNupWBRtw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnNupWBRtw .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-vnNupWBRtw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnNupWBRtw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnNupWBRtw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vnNupWBRtw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnNupWBRtw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnNupWBRtw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnNupWBRtw .navbar.navbar-short {
  min-height: 100px;
}
.cid-vnNupWBRtw .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vnNupWBRtw .navbar-brand {
  min-height: 100px;
  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-vnNupWBRtw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vnNupWBRtw .navbar-brand .navbar-caption:hover,
.cid-vnNupWBRtw .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNupWBRtw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnNupWBRtw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnNupWBRtw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNupWBRtw .dropdown-item.active,
.cid-vnNupWBRtw .dropdown-item:active {
  background-color: transparent;
}
.cid-vnNupWBRtw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnNupWBRtw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnNupWBRtw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnNupWBRtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnNupWBRtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnNupWBRtw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnNupWBRtw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnNupWBRtw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vnNupWBRtw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vnNupWBRtw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnNupWBRtw .navbar-buttons {
    text-align: left;
  }
}
.cid-vnNupWBRtw .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnNupWBRtw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnNupWBRtw 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnNupWBRtw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vnNupWBRtw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnNupWBRtw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNupWBRtw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNupWBRtw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnNupWBRtw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNupWBRtw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnNupWBRtw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnNupWBRtw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNupWBRtw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnNupWBRtw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnNupWBRtw .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-vnNupWBRtw .navbar {
    height: 70px;
  }
  .cid-vnNupWBRtw .navbar.opened {
    height: auto;
  }
  .cid-vnNupWBRtw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnNupWBRtw .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnNupWBRtw .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vnNupWBRtw .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vnNupWBRtw .nav-item:hover::before {
  opacity: 1;
}
.cid-vnNupWBRtw .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vnNupWBRtw .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnNupWBRtw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vnNupWBRtw .nav-item .nav-link:hover,
.cid-vnNupWBRtw .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vnNupWBRtw .nav-item .nav-link:hover::before,
.cid-vnNupWBRtw .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vnNupWBRtw .nav-item .nav-link:hover::after,
.cid-vnNupWBRtw .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vnNupWBRtw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnNupWBRtw .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vnNupWBRtw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnNupWBRtw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnNupWBRtw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnNupWBRtw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnNupWBRtw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnNupWBRtw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnNupWBRtw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnNupWBRtw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnNupWBRtw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnNupWBRtw .content-wrap {
  min-height: 100px;
}
.cid-vnNupY6Vh4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
.cid-vnNupY6Vh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNupY6Vh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNupYkyGO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNupYkyGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNupYkyGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNupYkyGO .card {
  justify-content: flex-end;
}
.cid-vnNupYkyGO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNupYkyGO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNupYkyGO .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNupYkyGO .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNupYkyGO .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNupYkyGO .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNupYkyGO .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNupYkyGO .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNupYkyGO .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNupYkyGO .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNupYkyGO .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNupYkyGO .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNupYkyGO .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNupYkyGO .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNupYkyGO .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNupYkyGO .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNupYkyGO .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNupYkyGO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNupYkyGO .mbr-section-btn .btn-primary-outline,
.cid-vnNupYkyGO .mbr-section-btn .btn-secondary-outline,
.cid-vnNupYkyGO .mbr-section-btn .btn-success-outline,
.cid-vnNupYkyGO .mbr-section-btn .btn-info-outline,
.cid-vnNupYkyGO .mbr-section-btn .btn-warning-outline,
.cid-vnNupYkyGO .mbr-section-btn .btn-danger-outline,
.cid-vnNupYkyGO .mbr-section-btn .btn-black-outline,
.cid-vnNupYkyGO .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNupYkyGO .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNupYkyGO .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNupYkyGO .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNupYkyGO .mbr-section-title {
  color: #171719;
}
.cid-vnNupYkyGO .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNupYkyGO .item-title {
  color: #171719;
}
.cid-vnNupYkyGO .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNupYkyGO .item-title,
.cid-vnNupYkyGO .item-btn {
  text-align: center;
}
.cid-vnNupYkyGO .mbr-section-title,
.cid-vnNupYkyGO .title-wrap {
  text-align: center;
}
.cid-vnNupYFUjP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNupYFUjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNupYFUjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNupYFUjP .card {
  justify-content: flex-end;
}
.cid-vnNupYFUjP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNupYFUjP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNupYFUjP .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNupYFUjP .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNupYFUjP .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNupYFUjP .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNupYFUjP .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNupYFUjP .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNupYFUjP .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNupYFUjP .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNupYFUjP .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNupYFUjP .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNupYFUjP .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNupYFUjP .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNupYFUjP .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNupYFUjP .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNupYFUjP .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNupYFUjP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNupYFUjP .mbr-section-btn .btn-primary-outline,
.cid-vnNupYFUjP .mbr-section-btn .btn-secondary-outline,
.cid-vnNupYFUjP .mbr-section-btn .btn-success-outline,
.cid-vnNupYFUjP .mbr-section-btn .btn-info-outline,
.cid-vnNupYFUjP .mbr-section-btn .btn-warning-outline,
.cid-vnNupYFUjP .mbr-section-btn .btn-danger-outline,
.cid-vnNupYFUjP .mbr-section-btn .btn-black-outline,
.cid-vnNupYFUjP .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNupYFUjP .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNupYFUjP .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNupYFUjP .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNupYFUjP .mbr-section-title {
  color: #171719;
}
.cid-vnNupYFUjP .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNupYFUjP .item-title {
  color: #171719;
}
.cid-vnNupYFUjP .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNupYFUjP .item-title,
.cid-vnNupYFUjP .item-btn {
  text-align: center;
}
.cid-vnNupYFUjP .mbr-section-title,
.cid-vnNupYFUjP .title-wrap {
  text-align: center;
}
.cid-vnNupZ0sIl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNupZ0sIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNupZ0sIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNupZ0sIl .card {
  justify-content: flex-end;
}
.cid-vnNupZ0sIl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNupZ0sIl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNupZ0sIl .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNupZ0sIl .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNupZ0sIl .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNupZ0sIl .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNupZ0sIl .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNupZ0sIl .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNupZ0sIl .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNupZ0sIl .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNupZ0sIl .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNupZ0sIl .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNupZ0sIl .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNupZ0sIl .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNupZ0sIl .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNupZ0sIl .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNupZ0sIl .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNupZ0sIl .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNupZ0sIl .mbr-section-btn .btn-primary-outline,
.cid-vnNupZ0sIl .mbr-section-btn .btn-secondary-outline,
.cid-vnNupZ0sIl .mbr-section-btn .btn-success-outline,
.cid-vnNupZ0sIl .mbr-section-btn .btn-info-outline,
.cid-vnNupZ0sIl .mbr-section-btn .btn-warning-outline,
.cid-vnNupZ0sIl .mbr-section-btn .btn-danger-outline,
.cid-vnNupZ0sIl .mbr-section-btn .btn-black-outline,
.cid-vnNupZ0sIl .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNupZ0sIl .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNupZ0sIl .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNupZ0sIl .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNupZ0sIl .mbr-section-title {
  color: #171719;
}
.cid-vnNupZ0sIl .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNupZ0sIl .item-title {
  color: #171719;
}
.cid-vnNupZ0sIl .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNupZ0sIl .item-title,
.cid-vnNupZ0sIl .item-btn {
  text-align: center;
}
.cid-vnNupZ0sIl .mbr-section-title,
.cid-vnNupZ0sIl .title-wrap {
  text-align: center;
}
.cid-vnNupZplkn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNupZplkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNupZplkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNupZplkn .card {
  justify-content: flex-end;
}
.cid-vnNupZplkn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNupZplkn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNupZplkn .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNupZplkn .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNupZplkn .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNupZplkn .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNupZplkn .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNupZplkn .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNupZplkn .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNupZplkn .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNupZplkn .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNupZplkn .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNupZplkn .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNupZplkn .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNupZplkn .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNupZplkn .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNupZplkn .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNupZplkn .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNupZplkn .mbr-section-btn .btn-primary-outline,
.cid-vnNupZplkn .mbr-section-btn .btn-secondary-outline,
.cid-vnNupZplkn .mbr-section-btn .btn-success-outline,
.cid-vnNupZplkn .mbr-section-btn .btn-info-outline,
.cid-vnNupZplkn .mbr-section-btn .btn-warning-outline,
.cid-vnNupZplkn .mbr-section-btn .btn-danger-outline,
.cid-vnNupZplkn .mbr-section-btn .btn-black-outline,
.cid-vnNupZplkn .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNupZplkn .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNupZplkn .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNupZplkn .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNupZplkn .mbr-section-title {
  color: #171719;
}
.cid-vnNupZplkn .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNupZplkn .item-title {
  color: #171719;
}
.cid-vnNupZplkn .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNupZplkn .item-title,
.cid-vnNupZplkn .item-btn {
  text-align: center;
}
.cid-vnNupZplkn .mbr-section-title,
.cid-vnNupZplkn .title-wrap {
  text-align: center;
}
.cid-vnNupZKXh6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNupZKXh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNupZKXh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNupZKXh6 .card {
  justify-content: flex-end;
}
.cid-vnNupZKXh6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNupZKXh6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNupZKXh6 .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNupZKXh6 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNupZKXh6 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNupZKXh6 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNupZKXh6 .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNupZKXh6 .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNupZKXh6 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNupZKXh6 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNupZKXh6 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNupZKXh6 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNupZKXh6 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNupZKXh6 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNupZKXh6 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNupZKXh6 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNupZKXh6 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNupZKXh6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNupZKXh6 .mbr-section-btn .btn-primary-outline,
.cid-vnNupZKXh6 .mbr-section-btn .btn-secondary-outline,
.cid-vnNupZKXh6 .mbr-section-btn .btn-success-outline,
.cid-vnNupZKXh6 .mbr-section-btn .btn-info-outline,
.cid-vnNupZKXh6 .mbr-section-btn .btn-warning-outline,
.cid-vnNupZKXh6 .mbr-section-btn .btn-danger-outline,
.cid-vnNupZKXh6 .mbr-section-btn .btn-black-outline,
.cid-vnNupZKXh6 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNupZKXh6 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNupZKXh6 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNupZKXh6 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNupZKXh6 .mbr-section-title {
  color: #171719;
}
.cid-vnNupZKXh6 .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNupZKXh6 .item-title {
  color: #171719;
}
.cid-vnNupZKXh6 .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNupZKXh6 .item-title,
.cid-vnNupZKXh6 .item-btn {
  text-align: center;
}
.cid-vnNupZKXh6 .mbr-section-title,
.cid-vnNupZKXh6 .title-wrap {
  text-align: center;
}
.cid-vnNuq06NDe {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuq06NDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq06NDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq06NDe .card {
  justify-content: flex-end;
}
.cid-vnNuq06NDe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq06NDe .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuq06NDe .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuq06NDe .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuq06NDe .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuq06NDe .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuq06NDe .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuq06NDe .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuq06NDe .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuq06NDe .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuq06NDe .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuq06NDe .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuq06NDe .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuq06NDe .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuq06NDe .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuq06NDe .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuq06NDe .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuq06NDe .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuq06NDe .mbr-section-btn .btn-primary-outline,
.cid-vnNuq06NDe .mbr-section-btn .btn-secondary-outline,
.cid-vnNuq06NDe .mbr-section-btn .btn-success-outline,
.cid-vnNuq06NDe .mbr-section-btn .btn-info-outline,
.cid-vnNuq06NDe .mbr-section-btn .btn-warning-outline,
.cid-vnNuq06NDe .mbr-section-btn .btn-danger-outline,
.cid-vnNuq06NDe .mbr-section-btn .btn-black-outline,
.cid-vnNuq06NDe .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuq06NDe .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuq06NDe .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuq06NDe .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuq06NDe .mbr-section-title {
  color: #171719;
}
.cid-vnNuq06NDe .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuq06NDe .item-title {
  color: #171719;
}
.cid-vnNuq06NDe .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuq06NDe .item-title,
.cid-vnNuq06NDe .item-btn {
  text-align: center;
}
.cid-vnNuq06NDe .mbr-section-title,
.cid-vnNuq06NDe .title-wrap {
  text-align: center;
}
.cid-vnNuq0uyad {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuq0uyad .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq0uyad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq0uyad .card {
  justify-content: flex-end;
}
.cid-vnNuq0uyad .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq0uyad .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuq0uyad .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuq0uyad .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuq0uyad .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuq0uyad .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuq0uyad .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuq0uyad .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuq0uyad .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuq0uyad .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuq0uyad .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuq0uyad .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuq0uyad .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuq0uyad .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuq0uyad .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuq0uyad .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuq0uyad .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuq0uyad .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuq0uyad .mbr-section-btn .btn-primary-outline,
.cid-vnNuq0uyad .mbr-section-btn .btn-secondary-outline,
.cid-vnNuq0uyad .mbr-section-btn .btn-success-outline,
.cid-vnNuq0uyad .mbr-section-btn .btn-info-outline,
.cid-vnNuq0uyad .mbr-section-btn .btn-warning-outline,
.cid-vnNuq0uyad .mbr-section-btn .btn-danger-outline,
.cid-vnNuq0uyad .mbr-section-btn .btn-black-outline,
.cid-vnNuq0uyad .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuq0uyad .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuq0uyad .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuq0uyad .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuq0uyad .mbr-section-title {
  color: #171719;
}
.cid-vnNuq0uyad .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuq0uyad .item-title {
  color: #171719;
}
.cid-vnNuq0uyad .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuq0uyad .item-title,
.cid-vnNuq0uyad .item-btn {
  text-align: center;
}
.cid-vnNuq0uyad .mbr-section-title,
.cid-vnNuq0uyad .title-wrap {
  text-align: center;
}
.cid-vnNuq0RBXG {
  background-image: url("../../../assets/images/key-west-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuq0RBXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq0RBXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq0RBXG .image-wrap {
  height: 300px;
}
.cid-vnNuq1asc4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnNuq1asc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq1asc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq1asc4 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq1asc4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq1asc4 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuq1asc4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuq1asc4 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq1asc4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuq1asc4 .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuq1asc4 .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuq1asc4 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuq1asc4 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuq1asc4 .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuq1asc4 .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuq1asc4 .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuq1asc4 .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuq1asc4 .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuq1asc4 .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuq1asc4 .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuq1asc4 .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuq1asc4 .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuq1asc4 .mbr-label,
.cid-vnNuq1asc4 .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuq1asc4 .mbr-section-title,
.cid-vnNuq1asc4 .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuq1asc4 .mbr-desc {
  color: #ffffff;
}
.cid-vnNuq1asc4 .item-text {
  color: #565661;
}
.cid-vnNuq1asc4 .item-name {
  color: #171719;
}
.cid-vnNuq1asc4 .item-role {
  color: #565661;
}
.cid-vnNuq1tNMN {
  background-image: url("../../../assets/images/heart-of-the-cosmos-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuq1tNMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq1tNMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq1tNMN .image-wrap {
  height: 300px;
}
.cid-vnNuq1Luoc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnNuq1Luoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq1Luoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq1Luoc .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq1Luoc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq1Luoc .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuq1Luoc .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuq1Luoc .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq1Luoc .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuq1Luoc .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuq1Luoc .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuq1Luoc .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuq1Luoc .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuq1Luoc .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuq1Luoc .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuq1Luoc .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuq1Luoc .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuq1Luoc .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuq1Luoc .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuq1Luoc .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuq1Luoc .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuq1Luoc .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuq1Luoc .mbr-label,
.cid-vnNuq1Luoc .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuq1Luoc .mbr-section-title,
.cid-vnNuq1Luoc .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuq1Luoc .mbr-desc {
  color: #ffffff;
}
.cid-vnNuq1Luoc .item-text {
  color: #565661;
}
.cid-vnNuq1Luoc .item-name {
  color: #171719;
}
.cid-vnNuq1Luoc .item-role {
  color: #565661;
}
.cid-vnNuq23sDk {
  background-image: url("../../../assets/images/sound-of-the-party-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuq23sDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq23sDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq23sDk .image-wrap {
  height: 300px;
}
.cid-vnNuq2ljb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(-25deg, #fafafa 50%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vnNuq2ljb7 {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vnNuq2ljb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq2ljb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq2ljb7 .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuq2ljb7 .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vnNuq2ljb7 .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vnNuq2ljb7 .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vnNuq2ljb7 .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuq2ljb7 .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vnNuq2ljb7 .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuq2ljb7 .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
  background-color: #fafafa;
}
.cid-vnNuq2ljb7 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnNuq2ljb7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuq2ljb7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vnNuq2ljb7 .content-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vnNuq2ljb7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNuq2ljb7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white:focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary.focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary.focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success.focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info.focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning.focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger.focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black.focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white.focus,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary.active,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary.active,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success.active,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info.active,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning.active,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger.active,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black.active,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success:hover::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info:hover::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black:hover::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white:hover::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success:focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info:focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black:focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white:focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success.focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info.focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black.focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white.focus::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary.active::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success.active::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info.active::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning.active::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger.active::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black.active::before,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuq2ljb7 .content-wrapper .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuq2ljb7 .image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vnNuq2ljb7 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vnNuq2ljb7 .image-wrapper img {
  height: 220px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vnNuq2ljb7 .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-vnNuq2ljb7 .mbr-section-title {
  color: #171719;
}
.cid-vnNuq2ljb7 .mbr-section-subtitle {
  color: #565661;
}
.cid-vnNuq2ljb7 .mbr-text,
.cid-vnNuq2ljb7 .text-wrapper {
  color: #565661;
}
.cid-vnNuq2HfXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuq2HfXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq2HfXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq2HfXc .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq2HfXc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq2HfXc .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq2HfXc .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vnNuq2HfXc .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq2HfXc .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuq2HfXc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuq2HfXc .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq2HfXc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuq2HfXc .items-wrapper {
  margin: 0 -10px;
  align-items: flex-end;
}
.cid-vnNuq2HfXc .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuq2HfXc .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuq2HfXc .item:last-child {
    margin-bottom: 20px;
  }
}
.cid-vnNuq2HfXc .item .item-wrapper {
  padding: 40px;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuq2HfXc .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuq2HfXc .item .item-wrapper .label-wrap .item-label {
  display: inline-flex;
  padding: 4px 16px;
  background-color: #fafafa;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq2HfXc .item .item-wrapper .item-title_1,
.cid-vnNuq2HfXc .item .item-wrapper .item-title_2 {
  margin-bottom: 20px;
}
.cid-vnNuq2HfXc .item .item-wrapper .item-text_1,
.cid-vnNuq2HfXc .item .item-wrapper .item-text_2 {
  margin-bottom: 20px;
}
.cid-vnNuq2HfXc .item .item-wrapper .item-price_1,
.cid-vnNuq2HfXc .item .item-wrapper .item-price_2 {
  margin-bottom: 0;
}
.cid-vnNuq2HfXc .item .item-wrapper .item-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vnNuq2HfXc .item .item-wrapper .item-btn .btn {
  width: 100%;
}
.cid-vnNuq2HfXc .item .item-wrapper .list_1,
.cid-vnNuq2HfXc .item .item-wrapper .list_2 {
  margin-top: 20px;
  padding-left: 18px;
  margin-bottom: 0;
}
.cid-vnNuq2HfXc .item .item-wrapper .list_1 .item-wrap_1,
.cid-vnNuq2HfXc .item .item-wrapper .list_2 .item-wrap_1,
.cid-vnNuq2HfXc .item .item-wrapper .list_1 .item-wrap_2,
.cid-vnNuq2HfXc .item .item-wrapper .list_2 .item-wrap_2 {
  margin-bottom: 16px;
}
.cid-vnNuq2HfXc .item .item-wrapper .list_1 .item-wrap_1:last-child,
.cid-vnNuq2HfXc .item .item-wrapper .list_2 .item-wrap_1:last-child,
.cid-vnNuq2HfXc .item .item-wrapper .list_1 .item-wrap_2:last-child,
.cid-vnNuq2HfXc .item .item-wrapper .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-vnNuq2HfXc .item .item-wrapper .list_1 .item-wrap_1::marker,
.cid-vnNuq2HfXc .item .item-wrapper .list_2 .item-wrap_1::marker {
  color: #004d5f;
}
.cid-vnNuq2HfXc .item .item-wrapper .list_1 .item-wrap_2::marker,
.cid-vnNuq2HfXc .item .item-wrapper .list_2 .item-wrap_2::marker {
  color: #ffffff;
}
.cid-vnNuq2HfXc .item .card_1 {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
}
.cid-vnNuq2HfXc .item .card_2 {
  background-color: #171719;
  border: 1px solid #171719;
}
.cid-vnNuq2HfXc .mbr-label,
.cid-vnNuq2HfXc .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuq2HfXc .mbr-section-title,
.cid-vnNuq2HfXc .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuq2HfXc .mbr-text,
.cid-vnNuq2HfXc .text-wrapper {
  color: #565661;
  text-align: center;
}
.cid-vnNuq2HfXc .item-label {
  color: #ffffff;
}
.cid-vnNuq2HfXc .item-title_1 {
  color: #171719;
}
.cid-vnNuq2HfXc .item-title_2 {
  color: #ffffff;
}
.cid-vnNuq2HfXc .item-text_1 {
  color: #565661;
}
.cid-vnNuq2HfXc .item-text_2 {
  color: #ffffff;
}
.cid-vnNuq2HfXc .item-price_1 {
  color: #171719;
}
.cid-vnNuq2HfXc .item-price_2 {
  color: #ffffff;
}
.cid-vnNuq2HfXc .list_1 {
  color: #565661;
}
.cid-vnNuq2HfXc .list_2 {
  color: #ffffff;
}
.cid-vnNuq2HfXc .item-label,
.cid-vnNuq2HfXc .label-wrap {
  color: #FFFFFF;
}
.cid-vnNuq346Jj {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vnNuq346Jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq346Jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq346Jj .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vnNuq346Jj .item {
  margin-bottom: 30px;
}
.cid-vnNuq346Jj .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-vnNuq346Jj .item .item-wrapper .item-img img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnNuq346Jj .item .item-wrapper .item-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuq346Jj .item .item-wrapper .item-img img {
    width: 40%;
  }
}
@media (max-width: 425px) {
  .cid-vnNuq346Jj .item .item-wrapper .item-img img {
    width: 60%;
  }
}
.cid-vnNuq346Jj .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vnNuq346Jj .mbr-label,
.cid-vnNuq346Jj .label-wrapper {
  color: #171719;
}
.cid-vnNuq3p1of {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuq3p1of .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq3p1of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq3p1of .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq3p1of .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq3p1of .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq3p1of .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuq3p1of .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq3p1of .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuq3p1of .content-wrap {
  margin: 0 -10px;
}
.cid-vnNuq3p1of .content-wrap .card {
  padding: 0 10px;
}
.cid-vnNuq3p1of .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuq3p1of .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vnNuq3p1of .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vnNuq3p1of .items-wrapper .item:focus .item-wrapper .item-title {
  color: #004d5f;
}
.cid-vnNuq3p1of .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuq3p1of .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuq3p1of .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vnNuq3p1of .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq3p1of .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vnNuq3p1of .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuq3p1of .items-wrapper .item .item-wrapper .item-title {
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.cid-vnNuq3p1of .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuq3p1of .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuq3p1of .card-wrapper {
  padding: 30px;
  background-color: #171719;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vnNuq3p1of .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vnNuq3p1of .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vnNuq3p1of .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vnNuq3p1of .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vnNuq3p1of .card-wrapper .image-wrapper {
  min-height: 270px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vnNuq3p1of .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vnNuq3p1of .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vnNuq3p1of .mbr-label,
.cid-vnNuq3p1of .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuq3p1of .mbr-section-title,
.cid-vnNuq3p1of .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuq3p1of .mbr-desc {
  color: #ffffff;
}
.cid-vnNuq3p1of .item-title {
  color: #171719;
}
.cid-vnNuq3p1of .item-text {
  color: #565661;
}
.cid-vnNuq3P8m3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(190deg, #fafafa 65%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vnNuq3P8m3 {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vnNuq3P8m3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq3P8m3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq3P8m3 .card-wrapper {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  padding: 40px 40px 50px 40px;
}
@media (max-width: 992px) {
  .cid-vnNuq3P8m3 .card-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq3P8m3 .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vnNuq3P8m3 .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq3P8m3 .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq3P8m3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vnNuq3P8m3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vnNuq3P8m3 .embla__slide .slide-content {
  width: 100%;
}
.cid-vnNuq3P8m3 .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-vnNuq3P8m3 .embla__slide .slide-content .item-wrapper .item-text {
    padding: 0;
  }
}
.cid-vnNuq3P8m3 .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq3P8m3 .embla__slide .slide-content .item-wrapper .person-wrapper {
    margin-top: 30px;
  }
}
.cid-vnNuq3P8m3 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background-color: #fafafa;
  gap: 16px;
}
.cid-vnNuq3P8m3 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuq3P8m3 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
.cid-vnNuq3P8m3 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuq3P8m3 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuq3P8m3 .embla__button--next,
.cid-vnNuq3P8m3 .embla__button--prev {
  display: flex;
}
.cid-vnNuq3P8m3 .embla__button {
  bottom: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  background-color: transparent !important;
  color: #171719 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vnNuq3P8m3 .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-vnNuq3P8m3 .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vnNuq3P8m3 .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vnNuq3P8m3 .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vnNuq3P8m3 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnNuq3P8m3 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vnNuq3P8m3 .embla__viewport {
    padding: 0;
  }
}
.cid-vnNuq3P8m3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnNuq3P8m3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnNuq3P8m3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnNuq3P8m3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnNuq3P8m3 .mbr-label,
.cid-vnNuq3P8m3 .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuq3P8m3 .item-text {
  color: #171719;
}
.cid-vnNuq3P8m3 .item-text,
.cid-vnNuq3P8m3 .person-wrapper {
  text-align: center;
}
.cid-vnNuq3P8m3 .item-name {
  color: #171719;
  text-align: left;
}
.cid-vnNuq3P8m3 .item-role {
  color: #565661;
  text-align: left;
}
.cid-vnNuq4f6lj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 38%, #ffffff 90%);
}
.cid-vnNuq4f6lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq4f6lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq4f6lj .content-wrapper {
  position: relative;
  padding: 4px;
}
.cid-vnNuq4f6lj .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 1;
}
.cid-vnNuq4f6lj .content-wrapper .shadow-wrap {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  filter: blur(40px) brightness(1);
  opacity: 0.5;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vnNuq4f6lj .content-wrapper .content-wrap {
    padding: 10px 10px 100px 10px;
  }
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper {
  width: 100%;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 20px;
  background-color: #e9e9e9;
  margin-bottom: 24px;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box {
    padding: 0 10px;
  }
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active::before,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuq4f6lj .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuq4f6lj .content-wrapper .content-wrap .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq4f6lj .mbr-desc {
  color: #171719;
}
.cid-vnNuq4f6lj .mbr-section-title {
  color: #171719;
}
.cid-vnNuq4f6lj .mbr-text {
  color: #565661;
}
.cid-vnNuq4CPw9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 50%, #fafafa 100%);
}
.cid-vnNuq4CPw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq4CPw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq4CPw9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq4CPw9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnNuq4CPw9 .card-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuq4CPw9 .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuq4CPw9 .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq4CPw9 .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  background-color: #ffffff;
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vnNuq4CPw9 .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #004d5f;
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #004d5f;
  transform: rotate(-180deg);
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuq4CPw9 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-vnNuq4CPw9 .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-vnNuq4CPw9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnNuq4CPw9 .panel-title-edit {
  color: #171719;
}
.cid-vnNuq4CPw9 .panel-text {
  color: #565661;
}
.cid-vnNuq52ViB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuq52ViB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq52ViB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq52ViB .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq52ViB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq52ViB .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq52ViB .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuq52ViB .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq52ViB .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuq52ViB .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuq52ViB .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuq52ViB .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuq52ViB .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuq52ViB .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuq52ViB .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuq52ViB .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq52ViB .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuq52ViB .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuq52ViB .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuq52ViB .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuq52ViB .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuq52ViB .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuq52ViB .mbr-label,
.cid-vnNuq52ViB .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuq52ViB .mbr-section-title,
.cid-vnNuq52ViB .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuq52ViB .mbr-desc {
  color: #ffffff;
}
.cid-vnNuq52ViB .item-text {
  color: #565661;
}
.cid-vnNuq52ViB .item-name {
  color: #171719;
}
.cid-vnNuq52ViB .item-role {
  color: #565661;
}
.cid-vnNuq5ryZl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuq5ryZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq5ryZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq5ryZl .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq5ryZl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq5ryZl .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq5ryZl .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuq5ryZl .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq5ryZl .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuq5ryZl .tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  .cid-vnNuq5ryZl .tabs-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vnNuq5ryZl .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #e9e9e9;
  padding: 6px;
  background-color: #ffffff;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vnNuq5ryZl .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vnNuq5ryZl .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
@media (max-width: 992px) {
  .cid-vnNuq5ryZl .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vnNuq5ryZl .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #565661;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vnNuq5ryZl .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.cid-vnNuq5ryZl .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #565661;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq5ryZl .tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vnNuq5ryZl .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content .card-box {
  width: 60%;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vnNuq5ryZl .tab-content .tab-pane .item-content .card-box {
    padding: 30px 10px 20px;
    width: 100%;
  }
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuq5ryZl .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 0;
  color: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content .image-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuq5ryZl .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
  }
}
.cid-vnNuq5ryZl .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary:hover,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary:hover,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success:hover,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info:hover,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning:hover,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger:hover,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black:hover,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white:hover,
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary:focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary:focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success:focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info:focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning:focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger:focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black:focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white:focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary.focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary.focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success.focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info.focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning.focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger.focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black.focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white.focus,
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary.active,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary.active,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success.active,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info.active,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning.active,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger.active,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black.active,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success:hover::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info:hover::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black:hover::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white:hover::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success:focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info:focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black:focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white:focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success.focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info.focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black.focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white.focus::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary.active::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success.active::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info.active::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning.active::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger.active::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black.active::before,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary-outline,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary-outline,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success-outline,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info-outline,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning-outline,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger-outline,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black-outline,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuq5ryZl .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuq5ryZl .mbr-label,
.cid-vnNuq5ryZl .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuq5ryZl .mbr-section-title,
.cid-vnNuq5ryZl .title-wrap,
.cid-vnNuq5ryZl .tabs-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuq5ryZl .item-title {
  color: #171719;
}
.cid-vnNuq5ryZl .item-text {
  color: #565661;
}
.cid-vnNuq5ryZl .list {
  color: #171719;
}
.cid-vnNuq5ThZk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuq5ThZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq5ThZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq5ThZk .content-wrap {
  margin: 0 -25px;
}
.cid-vnNuq5ThZk .content-wrap .card {
  padding: 0 25px;
}
.cid-vnNuq5ThZk .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuq5ThZk .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vnNuq5ThZk .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.5;
  z-index: 1;
}
.cid-vnNuq5ThZk .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnNuq5ThZk .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vnNuq5ThZk .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq5ThZk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq5ThZk .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq5ThZk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuq5ThZk .items-wrapper {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 992px) {
  .cid-vnNuq5ThZk .items-wrapper {
    padding-left: 23px;
  }
}
.cid-vnNuq5ThZk .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(180deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq5ThZk .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vnNuq5ThZk .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vnNuq5ThZk .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vnNuq5ThZk .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuq5ThZk .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuq5ThZk .mbr-section-btn .btn-primary-outline,
.cid-vnNuq5ThZk .mbr-section-btn .btn-secondary-outline,
.cid-vnNuq5ThZk .mbr-section-btn .btn-success-outline,
.cid-vnNuq5ThZk .mbr-section-btn .btn-info-outline,
.cid-vnNuq5ThZk .mbr-section-btn .btn-warning-outline,
.cid-vnNuq5ThZk .mbr-section-btn .btn-danger-outline,
.cid-vnNuq5ThZk .mbr-section-btn .btn-black-outline,
.cid-vnNuq5ThZk .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuq5ThZk .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuq5ThZk .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuq5ThZk .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuq5ThZk .mbr-label,
.cid-vnNuq5ThZk .label-wrapper {
  color: #171719;
}
.cid-vnNuq5ThZk .mbr-section-title {
  color: #171719;
}
.cid-vnNuq5ThZk .mbr-desc {
  color: #ffffff;
}
.cid-vnNuq5ThZk .item-title {
  color: #171719;
}
.cid-vnNuq5ThZk .item-text {
  color: #565661;
}
.cid-vnNuq6lqT9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vnNuq6lqT9 .item:focus,
.cid-vnNuq6lqT9 span:focus {
  outline: none;
}
.cid-vnNuq6lqT9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vnNuq6lqT9 .content-head {
  max-width: 800px;
}
.cid-vnNuq6lqT9 .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnNuq6INiC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/photo-1583119912267-cc97c911e416.webp");
}
.cid-vnNuq6INiC .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #171719 -30%, transparent 100%);
}
.cid-vnNuq6INiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq6INiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq6INiC .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 300px;
}
@media (max-width: 1440px) {
  .cid-vnNuq6INiC .content-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq6INiC .content-wrapper {
    padding-top: 0;
  }
}
.cid-vnNuq6INiC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq6INiC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnNuq6INiC .items-wrapper {
  margin: 0 -25px;
}
.cid-vnNuq6INiC .items-wrapper .item {
  padding: 0 25px;
  margin-bottom: 40px;
}
.cid-vnNuq6INiC .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vnNuq6INiC .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuq6INiC .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vnNuq6INiC .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuq6INiC .item-title {
  color: #ffffff;
}
.cid-vnNuq6INiC .item-text {
  color: #ffffff;
}
.cid-vnNuq78pnP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuq78pnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq78pnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq78pnP .card-wrapper {
  padding: 40px 40px 50px 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuq78pnP .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vnNuq78pnP .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq78pnP .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq78pnP .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq78pnP .card-wrapper .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq78pnP .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuq78pnP .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq78pnP .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  background-color: transparent;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #565661;
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #565661;
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #171719 !important;
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #565661;
  border-color: #565661;
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vnNuq78pnP .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0.6rem;
  margin-bottom: 0;
}
.cid-vnNuq78pnP .mbr-label,
.cid-vnNuq78pnP .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuq78pnP .mbr-section-title {
  color: #171719;
}
.cid-vnNuq78pnP label {
  color: #565661;
}
.cid-vnNuq78pnP .mbr-section-title,
.cid-vnNuq78pnP .mbr-section-btn,
.cid-vnNuq78pnP .title-wrap {
  text-align: center;
}
.cid-vnNuq7zg7f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuq7zg7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq7zg7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq7zg7f .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq7zg7f .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq7zg7f .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq7zg7f .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuq7zg7f .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq7zg7f .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuq7zg7f .content-wrap {
  margin: 0 -25px;
}
.cid-vnNuq7zg7f .content-wrap .card {
  padding: 0 25px;
}
.cid-vnNuq7zg7f .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-vnNuq7zg7f .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vnNuq7zg7f .items-wrapper .item:hover .item-wrapper .item-text,
.cid-vnNuq7zg7f .items-wrapper .item:focus .item-wrapper .item-text {
  color: #004d5f;
}
.cid-vnNuq7zg7f .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuq7zg7f .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuq7zg7f .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vnNuq7zg7f .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuq7zg7f .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vnNuq7zg7f .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuq7zg7f .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vnNuq7zg7f .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vnNuq7zg7f .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-vnNuq7zg7f .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-vnNuq7zg7f .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-vnNuq7zg7f .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnNuq7zg7f .mbr-label,
.cid-vnNuq7zg7f .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuq7zg7f .mbr-section-title,
.cid-vnNuq7zg7f .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuq7zg7f .item-title {
  color: #565661;
}
.cid-vnNuq7zg7f .item-text {
  color: #171719;
}
.cid-vnNuq81pdF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vnNuq81pdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq81pdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq81pdF .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq81pdF .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vnNuq81pdF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuq81pdF .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vnNuq81pdF .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuq81pdF .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vnNuq81pdF .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuq81pdF .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuq81pdF .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuq81pdF .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vnNuq81pdF .card {
  justify-content: center;
}
.cid-vnNuq81pdF .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vnNuq81pdF .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vnNuq81pdF .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item:hover,
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuq81pdF .mbr-label {
  color: #ffffff;
}
.cid-vnNuq81pdF .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuq81pdF .mbr-text {
  color: #ffffff;
}
.cid-vnNuq81pdF .mbr-list-title {
  color: #ffffff;
}
.cid-vnNuq81pdF .list {
  color: #ffffff;
}
.cid-vnNuw3P5NB {
  z-index: 1000;
  width: 100%;
}
.cid-vnNuw3P5NB nav.navbar {
  position: fixed;
}
.cid-vnNuw3P5NB .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnNuw3P5NB .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnNuw3P5NB .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-vnNuw3P5NB .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnNuw3P5NB .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vnNuw3P5NB .dropdown-item:hover,
.cid-vnNuw3P5NB .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vnNuw3P5NB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnNuw3P5NB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnNuw3P5NB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnNuw3P5NB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnNuw3P5NB .nav-link {
  position: relative;
}
.cid-vnNuw3P5NB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vnNuw3P5NB .container {
    flex-wrap: nowrap;
  }
}
.cid-vnNuw3P5NB .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuw3P5NB .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vnNuw3P5NB .dropdown-menu,
.cid-vnNuw3P5NB .navbar.opened {
  background: #ffffff !important;
}
.cid-vnNuw3P5NB .nav-item:focus,
.cid-vnNuw3P5NB .nav-link:focus {
  outline: none;
}
.cid-vnNuw3P5NB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnNuw3P5NB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnNuw3P5NB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnNuw3P5NB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnNuw3P5NB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnNuw3P5NB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnNuw3P5NB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vnNuw3P5NB .navbar.opened {
  transition: all 0.3s;
}
.cid-vnNuw3P5NB .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vnNuw3P5NB .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnNuw3P5NB .navbar .navbar-logo img {
  width: auto;
}
.cid-vnNuw3P5NB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnNuw3P5NB .navbar.collapsed {
  justify-content: center;
}
.cid-vnNuw3P5NB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnNuw3P5NB .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vnNuw3P5NB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnNuw3P5NB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vnNuw3P5NB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnNuw3P5NB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnNuw3P5NB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vnNuw3P5NB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnNuw3P5NB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnNuw3P5NB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnNuw3P5NB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnNuw3P5NB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnNuw3P5NB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnNuw3P5NB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnNuw3P5NB .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-vnNuw3P5NB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnNuw3P5NB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnNuw3P5NB .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vnNuw3P5NB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnNuw3P5NB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnNuw3P5NB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnNuw3P5NB .navbar.navbar-short {
  min-height: 100px;
}
.cid-vnNuw3P5NB .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vnNuw3P5NB .navbar-brand {
  min-height: 100px;
  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-vnNuw3P5NB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vnNuw3P5NB .navbar-brand .navbar-caption:hover,
.cid-vnNuw3P5NB .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNuw3P5NB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnNuw3P5NB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnNuw3P5NB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNuw3P5NB .dropdown-item.active,
.cid-vnNuw3P5NB .dropdown-item:active {
  background-color: transparent;
}
.cid-vnNuw3P5NB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnNuw3P5NB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnNuw3P5NB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnNuw3P5NB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuw3P5NB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnNuw3P5NB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnNuw3P5NB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnNuw3P5NB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vnNuw3P5NB ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vnNuw3P5NB .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnNuw3P5NB .navbar-buttons {
    text-align: left;
  }
}
.cid-vnNuw3P5NB .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnNuw3P5NB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnNuw3P5NB 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnNuw3P5NB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vnNuw3P5NB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnNuw3P5NB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNuw3P5NB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNuw3P5NB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnNuw3P5NB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNuw3P5NB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnNuw3P5NB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnNuw3P5NB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNuw3P5NB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnNuw3P5NB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnNuw3P5NB .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-vnNuw3P5NB .navbar {
    height: 70px;
  }
  .cid-vnNuw3P5NB .navbar.opened {
    height: auto;
  }
  .cid-vnNuw3P5NB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnNuw3P5NB .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnNuw3P5NB .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vnNuw3P5NB .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vnNuw3P5NB .nav-item:hover::before {
  opacity: 1;
}
.cid-vnNuw3P5NB .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vnNuw3P5NB .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnNuw3P5NB .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vnNuw3P5NB .nav-item .nav-link:hover,
.cid-vnNuw3P5NB .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vnNuw3P5NB .nav-item .nav-link:hover::before,
.cid-vnNuw3P5NB .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vnNuw3P5NB .nav-item .nav-link:hover::after,
.cid-vnNuw3P5NB .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vnNuw3P5NB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnNuw3P5NB .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vnNuw3P5NB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnNuw3P5NB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnNuw3P5NB .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnNuw3P5NB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnNuw3P5NB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnNuw3P5NB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnNuw3P5NB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnNuw3P5NB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnNuw3P5NB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnNuw3P5NB .content-wrap {
  min-height: 100px;
}
.cid-vnNuw4dMG1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
@media (min-width: 992px) {
  .cid-vnNuw4dMG1 .carousel {
    min-height: 1200px;
  }
  .cid-vnNuw4dMG1 .carousel img {
    max-height: 1200px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vnNuw4dMG1 .carousel {
    min-height: 780px;
  }
  .cid-vnNuw4dMG1 .carousel img {
    max-height: 780px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vnNuw4dMG1 .carousel {
    min-height: 660px;
  }
  .cid-vnNuw4dMG1 .carousel img {
    max-height: 660px;
    object-fit: contain;
  }
  .cid-vnNuw4dMG1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vnNuw4dMG1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vnNuw4dMG1 .carousel,
.cid-vnNuw4dMG1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnNuw4dMG1 .item-wrapper {
  width: 100%;
}
.cid-vnNuw4dMG1 .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vnNuw4dMG1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vnNuw4dMG1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vnNuw4dMG1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vnNuw4dMG1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vnNuw4dMG1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vnNuw4dMG1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuw4dMG1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnNuw4dMG1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnNuw4dMG1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vnNuw4dMG1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vnNuw4dMG1 .carousel-indicators li.active,
.cid-vnNuw4dMG1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnNuw4dMG1 .carousel-indicators li::after,
.cid-vnNuw4dMG1 .carousel-indicators li::before {
  content: none;
}
.cid-vnNuw4dMG1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnNuw4dMG1 .carousel-indicators {
    display: none !important;
  }
}
.cid-vnNuw4vU2V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f5f0;
}
.cid-vnNuw4vU2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw4vU2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw4vU2V .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  background-color: #171719;
  box-shadow: 0 12px 16px -4px #e9e9e9;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw4vU2V .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuw4vU2V .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnNuw4vU2V .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vnNuw4vU2V .card-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuw4vU2V .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuw4vU2V .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuw4vU2V .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw4vU2V .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuw4vU2V .item .item-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  height: 100%;
}
.cid-vnNuw4vU2V .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnNuw4vU2V .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuw4vU2V .item .item-wrapper .card-box {
  padding: 30px 20px 20px;
}
.cid-vnNuw4vU2V .item .item-wrapper .card-box .item-role {
  margin-bottom: 4px;
}
.cid-vnNuw4vU2V .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-vnNuw4vU2V .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuw4vU2V .mbr-text {
  color: #ffffff;
}
.cid-vnNuw4vU2V .item-name {
  color: #171719;
}
.cid-vnNuw4vU2V .item-role {
  color: #565661;
}
.cid-vnNuw4KxnQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnNuw4KxnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw4KxnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw4KxnQ .card-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #111111 0%, #111111 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-vnNuw4KxnQ .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuw4KxnQ .card-wrapper {
    padding: 24px;
  }
}
.cid-vnNuw4KxnQ .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-vnNuw4KxnQ .card-wrapper .content-wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuw4KxnQ .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-vnNuw4KxnQ .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vnNuw4KxnQ .card-wrapper .content-wrapper .mbr-desc {
  margin-top: 60px;
  margin-bottom: 0;
}
.cid-vnNuw4KxnQ .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 50px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnNuw4KxnQ .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vnNuw4KxnQ .mbr-text {
  color: #ffffff;
}
.cid-vnNuw4KxnQ .mbr-desc {
  color: #ffffff;
}
.cid-vnNuw50yfy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f5f0;
}
.cid-vnNuw50yfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw50yfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw50yfy .item {
  padding-bottom: 2rem;
}
.cid-vnNuw50yfy .item-wrapper {
  position: relative;
}
.cid-vnNuw50yfy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vnNuw50yfy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vnNuw50yfy .carousel-control,
.cid-vnNuw50yfy .close {
  background: #1b1b1b;
}
.cid-vnNuw50yfy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vnNuw50yfy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vnNuw50yfy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vnNuw50yfy .carousel-control-next span {
  margin-left: 5px;
}
.cid-vnNuw50yfy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vnNuw50yfy .close::before {
  content: '\e91a';
}
.cid-vnNuw50yfy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnNuw50yfy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vnNuw50yfy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuw50yfy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnNuw50yfy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnNuw50yfy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vnNuw50yfy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vnNuw50yfy .carousel-indicators li.active,
.cid-vnNuw50yfy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnNuw50yfy .carousel-indicators li::after,
.cid-vnNuw50yfy .carousel-indicators li::before {
  content: none;
}
.cid-vnNuw50yfy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnNuw50yfy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vnNuw50yfy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vnNuw50yfy .carousel-indicators {
    display: none;
  }
}
.cid-vnNuw50yfy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnNuw50yfy .carousel-inner > .active {
  display: block;
}
.cid-vnNuw50yfy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuw50yfy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnNuw50yfy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vnNuw50yfy .carousel-control,
  .cid-vnNuw50yfy .carousel-indicators,
  .cid-vnNuw50yfy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vnNuw50yfy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vnNuw50yfy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnNuw50yfy .carousel-indicators .active,
.cid-vnNuw50yfy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vnNuw50yfy .carousel-indicators .active {
  background: #fff;
}
.cid-vnNuw50yfy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vnNuw50yfy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vnNuw50yfy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vnNuw50yfy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vnNuw50yfy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vnNuw50yfy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vnNuw50yfy .carousel {
  width: 100%;
}
.cid-vnNuw50yfy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vnNuw50yfy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vnNuw50yfy .modal.fade .modal-dialog,
.cid-vnNuw50yfy .modal.in .modal-dialog {
  transform: none;
}
.cid-vnNuw50yfy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vnNuw50yfy H6 {
  text-align: center;
}
.cid-vnNuw5kLnK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
.cid-vnNuw5kLnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw5kLnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw5yeTV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuw5yeTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw5yeTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw5yeTV .card {
  justify-content: flex-end;
}
.cid-vnNuw5yeTV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuw5yeTV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuw5yeTV .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuw5yeTV .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuw5yeTV .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuw5yeTV .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuw5yeTV .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuw5yeTV .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuw5yeTV .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuw5yeTV .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuw5yeTV .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuw5yeTV .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuw5yeTV .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw5yeTV .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuw5yeTV .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuw5yeTV .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuw5yeTV .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuw5yeTV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuw5yeTV .mbr-section-btn .btn-primary-outline,
.cid-vnNuw5yeTV .mbr-section-btn .btn-secondary-outline,
.cid-vnNuw5yeTV .mbr-section-btn .btn-success-outline,
.cid-vnNuw5yeTV .mbr-section-btn .btn-info-outline,
.cid-vnNuw5yeTV .mbr-section-btn .btn-warning-outline,
.cid-vnNuw5yeTV .mbr-section-btn .btn-danger-outline,
.cid-vnNuw5yeTV .mbr-section-btn .btn-black-outline,
.cid-vnNuw5yeTV .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuw5yeTV .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuw5yeTV .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuw5yeTV .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuw5yeTV .mbr-section-title {
  color: #171719;
}
.cid-vnNuw5yeTV .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuw5yeTV .item-title {
  color: #171719;
}
.cid-vnNuw5yeTV .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuw5yeTV .item-title,
.cid-vnNuw5yeTV .item-btn {
  text-align: center;
}
.cid-vnNuw5yeTV .mbr-section-title,
.cid-vnNuw5yeTV .title-wrap {
  text-align: center;
}
.cid-vnNuw5Scx6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuw5Scx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw5Scx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw5Scx6 .card {
  justify-content: flex-end;
}
.cid-vnNuw5Scx6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuw5Scx6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuw5Scx6 .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuw5Scx6 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuw5Scx6 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuw5Scx6 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuw5Scx6 .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuw5Scx6 .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuw5Scx6 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuw5Scx6 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuw5Scx6 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuw5Scx6 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuw5Scx6 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw5Scx6 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuw5Scx6 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuw5Scx6 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuw5Scx6 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuw5Scx6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuw5Scx6 .mbr-section-btn .btn-primary-outline,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-secondary-outline,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-success-outline,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-info-outline,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-warning-outline,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-danger-outline,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-black-outline,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuw5Scx6 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuw5Scx6 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuw5Scx6 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuw5Scx6 .mbr-section-title {
  color: #171719;
}
.cid-vnNuw5Scx6 .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuw5Scx6 .item-title {
  color: #171719;
}
.cid-vnNuw5Scx6 .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuw5Scx6 .item-title,
.cid-vnNuw5Scx6 .item-btn {
  text-align: center;
}
.cid-vnNuw5Scx6 .mbr-section-title,
.cid-vnNuw5Scx6 .title-wrap {
  text-align: center;
}
.cid-vnNuw6dY33 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuw6dY33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw6dY33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw6dY33 .card {
  justify-content: flex-end;
}
.cid-vnNuw6dY33 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuw6dY33 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuw6dY33 .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuw6dY33 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuw6dY33 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuw6dY33 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuw6dY33 .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuw6dY33 .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuw6dY33 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuw6dY33 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuw6dY33 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuw6dY33 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuw6dY33 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw6dY33 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuw6dY33 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuw6dY33 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuw6dY33 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuw6dY33 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuw6dY33 .mbr-section-btn .btn-primary-outline,
.cid-vnNuw6dY33 .mbr-section-btn .btn-secondary-outline,
.cid-vnNuw6dY33 .mbr-section-btn .btn-success-outline,
.cid-vnNuw6dY33 .mbr-section-btn .btn-info-outline,
.cid-vnNuw6dY33 .mbr-section-btn .btn-warning-outline,
.cid-vnNuw6dY33 .mbr-section-btn .btn-danger-outline,
.cid-vnNuw6dY33 .mbr-section-btn .btn-black-outline,
.cid-vnNuw6dY33 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuw6dY33 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuw6dY33 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuw6dY33 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuw6dY33 .mbr-section-title {
  color: #171719;
}
.cid-vnNuw6dY33 .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuw6dY33 .item-title {
  color: #171719;
}
.cid-vnNuw6dY33 .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuw6dY33 .item-title,
.cid-vnNuw6dY33 .item-btn {
  text-align: center;
}
.cid-vnNuw6dY33 .mbr-section-title,
.cid-vnNuw6dY33 .title-wrap {
  text-align: center;
}
.cid-vnNuw6BtpK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuw6BtpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw6BtpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw6BtpK .card {
  justify-content: flex-end;
}
.cid-vnNuw6BtpK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuw6BtpK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuw6BtpK .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuw6BtpK .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuw6BtpK .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuw6BtpK .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuw6BtpK .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuw6BtpK .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuw6BtpK .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuw6BtpK .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuw6BtpK .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuw6BtpK .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuw6BtpK .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw6BtpK .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuw6BtpK .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuw6BtpK .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuw6BtpK .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuw6BtpK .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuw6BtpK .mbr-section-btn .btn-primary-outline,
.cid-vnNuw6BtpK .mbr-section-btn .btn-secondary-outline,
.cid-vnNuw6BtpK .mbr-section-btn .btn-success-outline,
.cid-vnNuw6BtpK .mbr-section-btn .btn-info-outline,
.cid-vnNuw6BtpK .mbr-section-btn .btn-warning-outline,
.cid-vnNuw6BtpK .mbr-section-btn .btn-danger-outline,
.cid-vnNuw6BtpK .mbr-section-btn .btn-black-outline,
.cid-vnNuw6BtpK .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuw6BtpK .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuw6BtpK .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuw6BtpK .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuw6BtpK .mbr-section-title {
  color: #171719;
}
.cid-vnNuw6BtpK .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuw6BtpK .item-title {
  color: #171719;
}
.cid-vnNuw6BtpK .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuw6BtpK .item-title,
.cid-vnNuw6BtpK .item-btn {
  text-align: center;
}
.cid-vnNuw6BtpK .mbr-section-title,
.cid-vnNuw6BtpK .title-wrap {
  text-align: center;
}
.cid-vnNuw6XuN7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuw6XuN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw6XuN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw6XuN7 .card {
  justify-content: flex-end;
}
.cid-vnNuw6XuN7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuw6XuN7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuw6XuN7 .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuw6XuN7 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuw6XuN7 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuw6XuN7 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuw6XuN7 .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuw6XuN7 .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuw6XuN7 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuw6XuN7 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuw6XuN7 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuw6XuN7 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuw6XuN7 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw6XuN7 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuw6XuN7 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuw6XuN7 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuw6XuN7 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuw6XuN7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuw6XuN7 .mbr-section-btn .btn-primary-outline,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-secondary-outline,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-success-outline,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-info-outline,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-warning-outline,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-danger-outline,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-black-outline,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuw6XuN7 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuw6XuN7 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuw6XuN7 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuw6XuN7 .mbr-section-title {
  color: #171719;
}
.cid-vnNuw6XuN7 .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuw6XuN7 .item-title {
  color: #171719;
}
.cid-vnNuw6XuN7 .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuw6XuN7 .item-title,
.cid-vnNuw6XuN7 .item-btn {
  text-align: center;
}
.cid-vnNuw6XuN7 .mbr-section-title,
.cid-vnNuw6XuN7 .title-wrap {
  text-align: center;
}
.cid-vnNuw7i1Te {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuw7i1Te .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw7i1Te .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw7i1Te .card {
  justify-content: flex-end;
}
.cid-vnNuw7i1Te .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuw7i1Te .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuw7i1Te .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuw7i1Te .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuw7i1Te .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuw7i1Te .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuw7i1Te .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuw7i1Te .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuw7i1Te .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuw7i1Te .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuw7i1Te .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuw7i1Te .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuw7i1Te .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw7i1Te .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuw7i1Te .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuw7i1Te .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuw7i1Te .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuw7i1Te .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuw7i1Te .mbr-section-btn .btn-primary-outline,
.cid-vnNuw7i1Te .mbr-section-btn .btn-secondary-outline,
.cid-vnNuw7i1Te .mbr-section-btn .btn-success-outline,
.cid-vnNuw7i1Te .mbr-section-btn .btn-info-outline,
.cid-vnNuw7i1Te .mbr-section-btn .btn-warning-outline,
.cid-vnNuw7i1Te .mbr-section-btn .btn-danger-outline,
.cid-vnNuw7i1Te .mbr-section-btn .btn-black-outline,
.cid-vnNuw7i1Te .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuw7i1Te .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuw7i1Te .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuw7i1Te .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuw7i1Te .mbr-section-title {
  color: #171719;
}
.cid-vnNuw7i1Te .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuw7i1Te .item-title {
  color: #171719;
}
.cid-vnNuw7i1Te .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuw7i1Te .item-title,
.cid-vnNuw7i1Te .item-btn {
  text-align: center;
}
.cid-vnNuw7i1Te .mbr-section-title,
.cid-vnNuw7i1Te .title-wrap {
  text-align: center;
}
.cid-vnNuw7GOMQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuw7GOMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw7GOMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw7GOMQ .card {
  justify-content: flex-end;
}
.cid-vnNuw7GOMQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuw7GOMQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuw7GOMQ .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuw7GOMQ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuw7GOMQ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuw7GOMQ .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuw7GOMQ .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuw7GOMQ .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuw7GOMQ .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuw7GOMQ .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuw7GOMQ .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuw7GOMQ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuw7GOMQ .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw7GOMQ .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuw7GOMQ .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuw7GOMQ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuw7GOMQ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuw7GOMQ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuw7GOMQ .mbr-section-btn .btn-primary-outline,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-secondary-outline,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-success-outline,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-info-outline,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-warning-outline,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-danger-outline,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-black-outline,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuw7GOMQ .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuw7GOMQ .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuw7GOMQ .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuw7GOMQ .mbr-section-title {
  color: #171719;
}
.cid-vnNuw7GOMQ .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuw7GOMQ .item-title {
  color: #171719;
}
.cid-vnNuw7GOMQ .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuw7GOMQ .item-title,
.cid-vnNuw7GOMQ .item-btn {
  text-align: center;
}
.cid-vnNuw7GOMQ .mbr-section-title,
.cid-vnNuw7GOMQ .title-wrap {
  text-align: center;
}
.cid-vnNuw850h4 {
  background-image: url("../../../assets/images/key-west-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuw850h4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw850h4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw850h4 .image-wrap {
  height: 300px;
}
.cid-vnNuw8o6YX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnNuw8o6YX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw8o6YX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw8o6YX .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuw8o6YX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuw8o6YX .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuw8o6YX .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuw8o6YX .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuw8o6YX .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuw8o6YX .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuw8o6YX .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuw8o6YX .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw8o6YX .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuw8o6YX .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuw8o6YX .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuw8o6YX .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuw8o6YX .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuw8o6YX .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuw8o6YX .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuw8o6YX .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuw8o6YX .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuw8o6YX .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuw8o6YX .mbr-label,
.cid-vnNuw8o6YX .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuw8o6YX .mbr-section-title,
.cid-vnNuw8o6YX .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuw8o6YX .mbr-desc {
  color: #ffffff;
}
.cid-vnNuw8o6YX .item-text {
  color: #565661;
}
.cid-vnNuw8o6YX .item-name {
  color: #171719;
}
.cid-vnNuw8o6YX .item-role {
  color: #565661;
}
.cid-vnNuw8LpAS {
  background-image: url("../../../assets/images/heart-of-the-cosmos-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuw8LpAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw8LpAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw8LpAS .image-wrap {
  height: 300px;
}
.cid-vnNuw94iWC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnNuw94iWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw94iWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw94iWC .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuw94iWC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuw94iWC .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuw94iWC .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuw94iWC .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuw94iWC .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuw94iWC .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuw94iWC .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuw94iWC .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuw94iWC .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuw94iWC .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuw94iWC .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuw94iWC .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuw94iWC .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuw94iWC .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuw94iWC .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuw94iWC .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuw94iWC .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuw94iWC .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuw94iWC .mbr-label,
.cid-vnNuw94iWC .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuw94iWC .mbr-section-title,
.cid-vnNuw94iWC .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuw94iWC .mbr-desc {
  color: #ffffff;
}
.cid-vnNuw94iWC .item-text {
  color: #565661;
}
.cid-vnNuw94iWC .item-name {
  color: #171719;
}
.cid-vnNuw94iWC .item-role {
  color: #565661;
}
.cid-vnNuw9o9iZ {
  background-image: url("../../../assets/images/sound-of-the-party-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuw9o9iZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw9o9iZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw9o9iZ .image-wrap {
  height: 300px;
}
.cid-vnNuw9H6ns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(-25deg, #fafafa 50%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vnNuw9H6ns {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vnNuw9H6ns .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuw9H6ns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuw9H6ns .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuw9H6ns .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vnNuw9H6ns .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vnNuw9H6ns .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vnNuw9H6ns .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuw9H6ns .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vnNuw9H6ns .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuw9H6ns .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
  background-color: #fafafa;
}
.cid-vnNuw9H6ns .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnNuw9H6ns .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuw9H6ns .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vnNuw9H6ns .content-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vnNuw9H6ns .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNuw9H6ns .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnNuw9H6ns .content-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white:focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary.focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary.focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success.focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info.focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning.focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger.focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black.focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white.focus,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary.active,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary.active,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success.active,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info.active,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning.active,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger.active,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black.active,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success:hover::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info:hover::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black:hover::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white:hover::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success:focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info:focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black:focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white:focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success.focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info.focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black.focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white.focus::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary.active::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success.active::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info.active::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning.active::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger.active::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black.active::before,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuw9H6ns .content-wrapper .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuw9H6ns .image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vnNuw9H6ns .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vnNuw9H6ns .image-wrapper img {
  height: 220px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vnNuw9H6ns .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-vnNuw9H6ns .mbr-section-title {
  color: #171719;
}
.cid-vnNuw9H6ns .mbr-section-subtitle {
  color: #565661;
}
.cid-vnNuw9H6ns .mbr-text,
.cid-vnNuw9H6ns .text-wrapper {
  color: #565661;
}
.cid-vnNuwa3D0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuwa3D0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwa3D0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwa3D0t .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwa3D0t .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuwa3D0t .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwa3D0t .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vnNuwa3D0t .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuwa3D0t .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuwa3D0t .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuwa3D0t .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuwa3D0t .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuwa3D0t .items-wrapper {
  margin: 0 -10px;
  align-items: flex-end;
}
.cid-vnNuwa3D0t .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuwa3D0t .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuwa3D0t .item:last-child {
    margin-bottom: 20px;
  }
}
.cid-vnNuwa3D0t .item .item-wrapper {
  padding: 40px;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuwa3D0t .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuwa3D0t .item .item-wrapper .label-wrap .item-label {
  display: inline-flex;
  padding: 4px 16px;
  background-color: #fafafa;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwa3D0t .item .item-wrapper .item-title_1,
.cid-vnNuwa3D0t .item .item-wrapper .item-title_2 {
  margin-bottom: 20px;
}
.cid-vnNuwa3D0t .item .item-wrapper .item-text_1,
.cid-vnNuwa3D0t .item .item-wrapper .item-text_2 {
  margin-bottom: 20px;
}
.cid-vnNuwa3D0t .item .item-wrapper .item-price_1,
.cid-vnNuwa3D0t .item .item-wrapper .item-price_2 {
  margin-bottom: 0;
}
.cid-vnNuwa3D0t .item .item-wrapper .item-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vnNuwa3D0t .item .item-wrapper .item-btn .btn {
  width: 100%;
}
.cid-vnNuwa3D0t .item .item-wrapper .list_1,
.cid-vnNuwa3D0t .item .item-wrapper .list_2 {
  margin-top: 20px;
  padding-left: 18px;
  margin-bottom: 0;
}
.cid-vnNuwa3D0t .item .item-wrapper .list_1 .item-wrap_1,
.cid-vnNuwa3D0t .item .item-wrapper .list_2 .item-wrap_1,
.cid-vnNuwa3D0t .item .item-wrapper .list_1 .item-wrap_2,
.cid-vnNuwa3D0t .item .item-wrapper .list_2 .item-wrap_2 {
  margin-bottom: 16px;
}
.cid-vnNuwa3D0t .item .item-wrapper .list_1 .item-wrap_1:last-child,
.cid-vnNuwa3D0t .item .item-wrapper .list_2 .item-wrap_1:last-child,
.cid-vnNuwa3D0t .item .item-wrapper .list_1 .item-wrap_2:last-child,
.cid-vnNuwa3D0t .item .item-wrapper .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-vnNuwa3D0t .item .item-wrapper .list_1 .item-wrap_1::marker,
.cid-vnNuwa3D0t .item .item-wrapper .list_2 .item-wrap_1::marker {
  color: #004d5f;
}
.cid-vnNuwa3D0t .item .item-wrapper .list_1 .item-wrap_2::marker,
.cid-vnNuwa3D0t .item .item-wrapper .list_2 .item-wrap_2::marker {
  color: #ffffff;
}
.cid-vnNuwa3D0t .item .card_1 {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
}
.cid-vnNuwa3D0t .item .card_2 {
  background-color: #171719;
  border: 1px solid #171719;
}
.cid-vnNuwa3D0t .mbr-label,
.cid-vnNuwa3D0t .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuwa3D0t .mbr-section-title,
.cid-vnNuwa3D0t .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuwa3D0t .mbr-text,
.cid-vnNuwa3D0t .text-wrapper {
  color: #565661;
  text-align: center;
}
.cid-vnNuwa3D0t .item-label {
  color: #ffffff;
}
.cid-vnNuwa3D0t .item-title_1 {
  color: #171719;
}
.cid-vnNuwa3D0t .item-title_2 {
  color: #ffffff;
}
.cid-vnNuwa3D0t .item-text_1 {
  color: #565661;
}
.cid-vnNuwa3D0t .item-text_2 {
  color: #ffffff;
}
.cid-vnNuwa3D0t .item-price_1 {
  color: #171719;
}
.cid-vnNuwa3D0t .item-price_2 {
  color: #ffffff;
}
.cid-vnNuwa3D0t .list_1 {
  color: #565661;
}
.cid-vnNuwa3D0t .list_2 {
  color: #ffffff;
}
.cid-vnNuwa3D0t .item-label,
.cid-vnNuwa3D0t .label-wrap {
  color: #FFFFFF;
}
.cid-vnNuwasaWA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vnNuwasaWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwasaWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwasaWA .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vnNuwasaWA .item {
  margin-bottom: 30px;
}
.cid-vnNuwasaWA .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-vnNuwasaWA .item .item-wrapper .item-img img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnNuwasaWA .item .item-wrapper .item-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuwasaWA .item .item-wrapper .item-img img {
    width: 40%;
  }
}
@media (max-width: 425px) {
  .cid-vnNuwasaWA .item .item-wrapper .item-img img {
    width: 60%;
  }
}
.cid-vnNuwasaWA .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vnNuwasaWA .mbr-label,
.cid-vnNuwasaWA .label-wrapper {
  color: #171719;
}
.cid-vnNuwaPRXl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuwaPRXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwaPRXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwaPRXl .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwaPRXl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuwaPRXl .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwaPRXl .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuwaPRXl .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuwaPRXl .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuwaPRXl .content-wrap {
  margin: 0 -10px;
}
.cid-vnNuwaPRXl .content-wrap .card {
  padding: 0 10px;
}
.cid-vnNuwaPRXl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuwaPRXl .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vnNuwaPRXl .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vnNuwaPRXl .items-wrapper .item:focus .item-wrapper .item-title {
  color: #004d5f;
}
.cid-vnNuwaPRXl .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuwaPRXl .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuwaPRXl .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vnNuwaPRXl .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwaPRXl .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vnNuwaPRXl .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuwaPRXl .items-wrapper .item .item-wrapper .item-title {
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.cid-vnNuwaPRXl .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuwaPRXl .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuwaPRXl .card-wrapper {
  padding: 30px;
  background-color: #171719;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vnNuwaPRXl .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vnNuwaPRXl .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vnNuwaPRXl .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vnNuwaPRXl .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vnNuwaPRXl .card-wrapper .image-wrapper {
  min-height: 270px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vnNuwaPRXl .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vnNuwaPRXl .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vnNuwaPRXl .mbr-label,
.cid-vnNuwaPRXl .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuwaPRXl .mbr-section-title,
.cid-vnNuwaPRXl .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuwaPRXl .mbr-desc {
  color: #ffffff;
}
.cid-vnNuwaPRXl .item-title {
  color: #171719;
}
.cid-vnNuwaPRXl .item-text {
  color: #565661;
}
.cid-vnNuwbgK3N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(190deg, #fafafa 65%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vnNuwbgK3N {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vnNuwbgK3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwbgK3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwbgK3N .card-wrapper {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  padding: 40px 40px 50px 40px;
}
@media (max-width: 992px) {
  .cid-vnNuwbgK3N .card-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuwbgK3N .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vnNuwbgK3N .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwbgK3N .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwbgK3N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vnNuwbgK3N .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vnNuwbgK3N .embla__slide .slide-content {
  width: 100%;
}
.cid-vnNuwbgK3N .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-vnNuwbgK3N .embla__slide .slide-content .item-wrapper .item-text {
    padding: 0;
  }
}
.cid-vnNuwbgK3N .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwbgK3N .embla__slide .slide-content .item-wrapper .person-wrapper {
    margin-top: 30px;
  }
}
.cid-vnNuwbgK3N .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background-color: #fafafa;
  gap: 16px;
}
.cid-vnNuwbgK3N .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuwbgK3N .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
.cid-vnNuwbgK3N .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuwbgK3N .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuwbgK3N .embla__button--next,
.cid-vnNuwbgK3N .embla__button--prev {
  display: flex;
}
.cid-vnNuwbgK3N .embla__button {
  bottom: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  background-color: transparent !important;
  color: #171719 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vnNuwbgK3N .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-vnNuwbgK3N .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vnNuwbgK3N .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vnNuwbgK3N .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vnNuwbgK3N .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnNuwbgK3N .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vnNuwbgK3N .embla__viewport {
    padding: 0;
  }
}
.cid-vnNuwbgK3N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnNuwbgK3N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnNuwbgK3N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnNuwbgK3N .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnNuwbgK3N .mbr-label,
.cid-vnNuwbgK3N .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuwbgK3N .item-text {
  color: #171719;
}
.cid-vnNuwbgK3N .item-text,
.cid-vnNuwbgK3N .person-wrapper {
  text-align: center;
}
.cid-vnNuwbgK3N .item-name {
  color: #171719;
  text-align: left;
}
.cid-vnNuwbgK3N .item-role {
  color: #565661;
  text-align: left;
}
.cid-vnNuwbHIqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 38%, #ffffff 90%);
}
.cid-vnNuwbHIqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwbHIqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwbHIqV .content-wrapper {
  position: relative;
  padding: 4px;
}
.cid-vnNuwbHIqV .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 1;
}
.cid-vnNuwbHIqV .content-wrapper .shadow-wrap {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  filter: blur(40px) brightness(1);
  opacity: 0.5;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vnNuwbHIqV .content-wrapper .content-wrap {
    padding: 10px 10px 100px 10px;
  }
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper {
  width: 100%;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 20px;
  background-color: #e9e9e9;
  margin-bottom: 24px;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box {
    padding: 0 10px;
  }
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active::before,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuwbHIqV .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuwbHIqV .content-wrapper .content-wrap .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwbHIqV .mbr-desc {
  color: #171719;
}
.cid-vnNuwbHIqV .mbr-section-title {
  color: #171719;
}
.cid-vnNuwbHIqV .mbr-text {
  color: #565661;
}
.cid-vnNuwc5VRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 50%, #fafafa 100%);
}
.cid-vnNuwc5VRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwc5VRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwc5VRy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwc5VRy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnNuwc5VRy .card-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuwc5VRy .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuwc5VRy .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuwc5VRy .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vnNuwc5VRy .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  background-color: #ffffff;
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vnNuwc5VRy .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #004d5f;
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #004d5f;
  transform: rotate(-180deg);
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuwc5VRy .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-vnNuwc5VRy .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-vnNuwc5VRy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnNuwc5VRy .panel-title-edit {
  color: #171719;
}
.cid-vnNuwc5VRy .panel-text {
  color: #565661;
}
.cid-vnNuwcwd3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuwcwd3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwcwd3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwcwd3J .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwcwd3J .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuwcwd3J .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwcwd3J .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuwcwd3J .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuwcwd3J .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuwcwd3J .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuwcwd3J .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuwcwd3J .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuwcwd3J .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuwcwd3J .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuwcwd3J .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuwcwd3J .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwcwd3J .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuwcwd3J .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuwcwd3J .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuwcwd3J .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuwcwd3J .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuwcwd3J .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuwcwd3J .mbr-label,
.cid-vnNuwcwd3J .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuwcwd3J .mbr-section-title,
.cid-vnNuwcwd3J .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuwcwd3J .mbr-desc {
  color: #ffffff;
}
.cid-vnNuwcwd3J .item-text {
  color: #565661;
}
.cid-vnNuwcwd3J .item-name {
  color: #171719;
}
.cid-vnNuwcwd3J .item-role {
  color: #565661;
}
.cid-vnNuwcXweI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuwcXweI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwcXweI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwcXweI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwcXweI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuwcXweI .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwcXweI .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuwcXweI .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuwcXweI .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuwcXweI .tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  .cid-vnNuwcXweI .tabs-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vnNuwcXweI .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #e9e9e9;
  padding: 6px;
  background-color: #ffffff;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vnNuwcXweI .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vnNuwcXweI .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
@media (max-width: 992px) {
  .cid-vnNuwcXweI .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vnNuwcXweI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #565661;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vnNuwcXweI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.cid-vnNuwcXweI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #565661;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwcXweI .tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vnNuwcXweI .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content .card-box {
  width: 60%;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vnNuwcXweI .tab-content .tab-pane .item-content .card-box {
    padding: 30px 10px 20px;
    width: 100%;
  }
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuwcXweI .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 0;
  color: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content .image-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuwcXweI .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
  }
}
.cid-vnNuwcXweI .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.cid-vnNuwcXweI .mbr-section-btn .btn-primary,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary,
.cid-vnNuwcXweI .mbr-section-btn .btn-success,
.cid-vnNuwcXweI .mbr-section-btn .btn-info,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger,
.cid-vnNuwcXweI .mbr-section-btn .btn-black,
.cid-vnNuwcXweI .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuwcXweI .mbr-section-btn .btn-primary::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-success::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-info::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-black::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuwcXweI .mbr-section-btn .btn-primary:hover,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary:hover,
.cid-vnNuwcXweI .mbr-section-btn .btn-success:hover,
.cid-vnNuwcXweI .mbr-section-btn .btn-info:hover,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning:hover,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger:hover,
.cid-vnNuwcXweI .mbr-section-btn .btn-black:hover,
.cid-vnNuwcXweI .mbr-section-btn .btn-white:hover,
.cid-vnNuwcXweI .mbr-section-btn .btn-primary:focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary:focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-success:focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-info:focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning:focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger:focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-black:focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-white:focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-primary.focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary.focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-success.focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-info.focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning.focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger.focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-black.focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-white.focus,
.cid-vnNuwcXweI .mbr-section-btn .btn-primary.active,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary.active,
.cid-vnNuwcXweI .mbr-section-btn .btn-success.active,
.cid-vnNuwcXweI .mbr-section-btn .btn-info.active,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning.active,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger.active,
.cid-vnNuwcXweI .mbr-section-btn .btn-black.active,
.cid-vnNuwcXweI .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuwcXweI .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-success:hover::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-info:hover::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-black:hover::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-white:hover::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-success:focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-info:focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-black:focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-white:focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-success.focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-info.focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-black.focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-white.focus::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-primary.active::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-success.active::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-info.active::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning.active::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger.active::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-black.active::before,
.cid-vnNuwcXweI .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuwcXweI .mbr-section-btn .btn-primary-outline,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary-outline,
.cid-vnNuwcXweI .mbr-section-btn .btn-success-outline,
.cid-vnNuwcXweI .mbr-section-btn .btn-info-outline,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning-outline,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger-outline,
.cid-vnNuwcXweI .mbr-section-btn .btn-black-outline,
.cid-vnNuwcXweI .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuwcXweI .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuwcXweI .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuwcXweI .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuwcXweI .mbr-label,
.cid-vnNuwcXweI .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuwcXweI .mbr-section-title,
.cid-vnNuwcXweI .title-wrap,
.cid-vnNuwcXweI .tabs-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuwcXweI .item-title {
  color: #171719;
}
.cid-vnNuwcXweI .item-text {
  color: #565661;
}
.cid-vnNuwcXweI .list {
  color: #171719;
}
.cid-vnNuwdq8SO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuwdq8SO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwdq8SO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwdq8SO .content-wrap {
  margin: 0 -25px;
}
.cid-vnNuwdq8SO .content-wrap .card {
  padding: 0 25px;
}
.cid-vnNuwdq8SO .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuwdq8SO .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vnNuwdq8SO .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.5;
  z-index: 1;
}
.cid-vnNuwdq8SO .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnNuwdq8SO .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vnNuwdq8SO .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwdq8SO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuwdq8SO .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwdq8SO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuwdq8SO .items-wrapper {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 992px) {
  .cid-vnNuwdq8SO .items-wrapper {
    padding-left: 23px;
  }
}
.cid-vnNuwdq8SO .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(180deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwdq8SO .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vnNuwdq8SO .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vnNuwdq8SO .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vnNuwdq8SO .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuwdq8SO .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuwdq8SO .mbr-section-btn .btn-primary-outline,
.cid-vnNuwdq8SO .mbr-section-btn .btn-secondary-outline,
.cid-vnNuwdq8SO .mbr-section-btn .btn-success-outline,
.cid-vnNuwdq8SO .mbr-section-btn .btn-info-outline,
.cid-vnNuwdq8SO .mbr-section-btn .btn-warning-outline,
.cid-vnNuwdq8SO .mbr-section-btn .btn-danger-outline,
.cid-vnNuwdq8SO .mbr-section-btn .btn-black-outline,
.cid-vnNuwdq8SO .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuwdq8SO .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuwdq8SO .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuwdq8SO .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuwdq8SO .mbr-label,
.cid-vnNuwdq8SO .label-wrapper {
  color: #171719;
}
.cid-vnNuwdq8SO .mbr-section-title {
  color: #171719;
}
.cid-vnNuwdq8SO .mbr-desc {
  color: #ffffff;
}
.cid-vnNuwdq8SO .item-title {
  color: #171719;
}
.cid-vnNuwdq8SO .item-text {
  color: #565661;
}
.cid-vnNuwdTfFz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vnNuwdTfFz .item:focus,
.cid-vnNuwdTfFz span:focus {
  outline: none;
}
.cid-vnNuwdTfFz .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vnNuwdTfFz .content-head {
  max-width: 800px;
}
.cid-vnNuwdTfFz .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnNuwekYCi {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/photo-1583119912267-cc97c911e416.webp");
}
.cid-vnNuwekYCi .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #171719 -30%, transparent 100%);
}
.cid-vnNuwekYCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwekYCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwekYCi .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 300px;
}
@media (max-width: 1440px) {
  .cid-vnNuwekYCi .content-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuwekYCi .content-wrapper {
    padding-top: 0;
  }
}
.cid-vnNuwekYCi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwekYCi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnNuwekYCi .items-wrapper {
  margin: 0 -25px;
}
.cid-vnNuwekYCi .items-wrapper .item {
  padding: 0 25px;
  margin-bottom: 40px;
}
.cid-vnNuwekYCi .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vnNuwekYCi .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuwekYCi .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vnNuwekYCi .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuwekYCi .item-title {
  color: #ffffff;
}
.cid-vnNuwekYCi .item-text {
  color: #ffffff;
}
.cid-vnNuweLq7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuweLq7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuweLq7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuweLq7n .card-wrapper {
  padding: 40px 40px 50px 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuweLq7n .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vnNuweLq7n .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuweLq7n .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuweLq7n .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuweLq7n .card-wrapper .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuweLq7n .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuweLq7n .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuweLq7n .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  background-color: transparent;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #565661;
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #565661;
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #171719 !important;
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #565661;
  border-color: #565661;
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vnNuweLq7n .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0.6rem;
  margin-bottom: 0;
}
.cid-vnNuweLq7n .mbr-label,
.cid-vnNuweLq7n .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuweLq7n .mbr-section-title {
  color: #171719;
}
.cid-vnNuweLq7n label {
  color: #565661;
}
.cid-vnNuweLq7n .mbr-section-title,
.cid-vnNuweLq7n .mbr-section-btn,
.cid-vnNuweLq7n .title-wrap {
  text-align: center;
}
.cid-vnNuwfeaIS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuwfeaIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwfeaIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwfeaIS .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwfeaIS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuwfeaIS .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwfeaIS .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuwfeaIS .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuwfeaIS .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuwfeaIS .content-wrap {
  margin: 0 -25px;
}
.cid-vnNuwfeaIS .content-wrap .card {
  padding: 0 25px;
}
.cid-vnNuwfeaIS .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-vnNuwfeaIS .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vnNuwfeaIS .items-wrapper .item:hover .item-wrapper .item-text,
.cid-vnNuwfeaIS .items-wrapper .item:focus .item-wrapper .item-text {
  color: #004d5f;
}
.cid-vnNuwfeaIS .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuwfeaIS .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuwfeaIS .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vnNuwfeaIS .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuwfeaIS .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vnNuwfeaIS .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuwfeaIS .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vnNuwfeaIS .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vnNuwfeaIS .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-vnNuwfeaIS .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-vnNuwfeaIS .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-vnNuwfeaIS .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnNuwfeaIS .mbr-label,
.cid-vnNuwfeaIS .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuwfeaIS .mbr-section-title,
.cid-vnNuwfeaIS .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuwfeaIS .item-title {
  color: #565661;
}
.cid-vnNuwfeaIS .item-text {
  color: #171719;
}
.cid-vnNuwfJ2ep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vnNuwfJ2ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuwfJ2ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuwfJ2ep .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwfJ2ep .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuwfJ2ep .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vnNuwfJ2ep .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuwfJ2ep .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vnNuwfJ2ep .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuwfJ2ep .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuwfJ2ep .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuwfJ2ep .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vnNuwfJ2ep .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuwfJ2ep .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vnNuwfJ2ep .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuwfJ2ep .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vnNuwfJ2ep .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuwfJ2ep .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vnNuwfJ2ep .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuwfJ2ep .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vnNuwfJ2ep .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vnNuwfJ2ep .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vnNuwfJ2ep .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vnNuwfJ2ep .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuwfJ2ep .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuwfJ2ep .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vnNuwfJ2ep .card {
  justify-content: center;
}
.cid-vnNuwfJ2ep .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vnNuwfJ2ep .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnNuwfJ2ep .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vnNuwfJ2ep .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuwfJ2ep .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vnNuwfJ2ep .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vnNuwfJ2ep .social-wrapper .social-wrap .soc-item:hover,
.cid-vnNuwfJ2ep .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vnNuwfJ2ep .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vnNuwfJ2ep .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vnNuwfJ2ep .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vnNuwfJ2ep .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuwfJ2ep .mbr-label {
  color: #ffffff;
}
.cid-vnNuwfJ2ep .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuwfJ2ep .mbr-text {
  color: #ffffff;
}
.cid-vnNuwfJ2ep .mbr-list-title {
  color: #ffffff;
}
.cid-vnNuwfJ2ep .list {
  color: #ffffff;
}
.cid-vnNuGJi7I1 {
  z-index: 1000;
  width: 100%;
}
.cid-vnNuGJi7I1 nav.navbar {
  position: fixed;
}
.cid-vnNuGJi7I1 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnNuGJi7I1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnNuGJi7I1 .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-vnNuGJi7I1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnNuGJi7I1 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vnNuGJi7I1 .dropdown-item:hover,
.cid-vnNuGJi7I1 .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vnNuGJi7I1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnNuGJi7I1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnNuGJi7I1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnNuGJi7I1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnNuGJi7I1 .nav-link {
  position: relative;
}
.cid-vnNuGJi7I1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vnNuGJi7I1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vnNuGJi7I1 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuGJi7I1 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vnNuGJi7I1 .dropdown-menu,
.cid-vnNuGJi7I1 .navbar.opened {
  background: #ffffff !important;
}
.cid-vnNuGJi7I1 .nav-item:focus,
.cid-vnNuGJi7I1 .nav-link:focus {
  outline: none;
}
.cid-vnNuGJi7I1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnNuGJi7I1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnNuGJi7I1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnNuGJi7I1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnNuGJi7I1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnNuGJi7I1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnNuGJi7I1 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vnNuGJi7I1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vnNuGJi7I1 .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vnNuGJi7I1 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnNuGJi7I1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vnNuGJi7I1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnNuGJi7I1 .navbar.collapsed {
  justify-content: center;
}
.cid-vnNuGJi7I1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnNuGJi7I1 .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vnNuGJi7I1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnNuGJi7I1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vnNuGJi7I1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnNuGJi7I1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnNuGJi7I1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vnNuGJi7I1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnNuGJi7I1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnNuGJi7I1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnNuGJi7I1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnNuGJi7I1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnNuGJi7I1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnNuGJi7I1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnNuGJi7I1 .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-vnNuGJi7I1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnNuGJi7I1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnNuGJi7I1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vnNuGJi7I1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnNuGJi7I1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnNuGJi7I1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnNuGJi7I1 .navbar.navbar-short {
  min-height: 100px;
}
.cid-vnNuGJi7I1 .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vnNuGJi7I1 .navbar-brand {
  min-height: 100px;
  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-vnNuGJi7I1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vnNuGJi7I1 .navbar-brand .navbar-caption:hover,
.cid-vnNuGJi7I1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNuGJi7I1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnNuGJi7I1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnNuGJi7I1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNuGJi7I1 .dropdown-item.active,
.cid-vnNuGJi7I1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vnNuGJi7I1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnNuGJi7I1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnNuGJi7I1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnNuGJi7I1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuGJi7I1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnNuGJi7I1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnNuGJi7I1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnNuGJi7I1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vnNuGJi7I1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vnNuGJi7I1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnNuGJi7I1 .navbar-buttons {
    text-align: left;
  }
}
.cid-vnNuGJi7I1 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnNuGJi7I1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnNuGJi7I1 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnNuGJi7I1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vnNuGJi7I1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnNuGJi7I1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNuGJi7I1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNuGJi7I1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnNuGJi7I1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNuGJi7I1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnNuGJi7I1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnNuGJi7I1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNuGJi7I1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnNuGJi7I1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnNuGJi7I1 .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-vnNuGJi7I1 .navbar {
    height: 70px;
  }
  .cid-vnNuGJi7I1 .navbar.opened {
    height: auto;
  }
  .cid-vnNuGJi7I1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnNuGJi7I1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnNuGJi7I1 .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vnNuGJi7I1 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vnNuGJi7I1 .nav-item:hover::before {
  opacity: 1;
}
.cid-vnNuGJi7I1 .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vnNuGJi7I1 .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnNuGJi7I1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vnNuGJi7I1 .nav-item .nav-link:hover,
.cid-vnNuGJi7I1 .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vnNuGJi7I1 .nav-item .nav-link:hover::before,
.cid-vnNuGJi7I1 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vnNuGJi7I1 .nav-item .nav-link:hover::after,
.cid-vnNuGJi7I1 .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vnNuGJi7I1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnNuGJi7I1 .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vnNuGJi7I1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnNuGJi7I1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnNuGJi7I1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnNuGJi7I1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnNuGJi7I1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnNuGJi7I1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnNuGJi7I1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnNuGJi7I1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnNuGJi7I1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnNuGJi7I1 .content-wrap {
  min-height: 100px;
}
.cid-vnNuGJIsf3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
@media (min-width: 992px) {
  .cid-vnNuGJIsf3 .carousel {
    min-height: 1200px;
  }
  .cid-vnNuGJIsf3 .carousel img {
    max-height: 1200px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vnNuGJIsf3 .carousel {
    min-height: 780px;
  }
  .cid-vnNuGJIsf3 .carousel img {
    max-height: 780px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vnNuGJIsf3 .carousel {
    min-height: 660px;
  }
  .cid-vnNuGJIsf3 .carousel img {
    max-height: 660px;
    object-fit: contain;
  }
  .cid-vnNuGJIsf3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vnNuGJIsf3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vnNuGJIsf3 .carousel,
.cid-vnNuGJIsf3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnNuGJIsf3 .item-wrapper {
  width: 100%;
}
.cid-vnNuGJIsf3 .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vnNuGJIsf3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vnNuGJIsf3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vnNuGJIsf3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vnNuGJIsf3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vnNuGJIsf3 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vnNuGJIsf3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuGJIsf3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnNuGJIsf3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnNuGJIsf3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vnNuGJIsf3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vnNuGJIsf3 .carousel-indicators li.active,
.cid-vnNuGJIsf3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnNuGJIsf3 .carousel-indicators li::after,
.cid-vnNuGJIsf3 .carousel-indicators li::before {
  content: none;
}
.cid-vnNuGJIsf3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnNuGJIsf3 .carousel-indicators {
    display: none !important;
  }
}
.cid-vnNuGK8pef {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f5f0;
}
.cid-vnNuGK8pef .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGK8pef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGK8pef .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  background-color: #171719;
  box-shadow: 0 12px 16px -4px #e9e9e9;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGK8pef .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuGK8pef .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnNuGK8pef .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vnNuGK8pef .card-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuGK8pef .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGK8pef .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuGK8pef .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGK8pef .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuGK8pef .item .item-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  height: 100%;
}
.cid-vnNuGK8pef .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnNuGK8pef .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuGK8pef .item .item-wrapper .card-box {
  padding: 30px 20px 20px;
}
.cid-vnNuGK8pef .item .item-wrapper .card-box .item-role {
  margin-bottom: 4px;
}
.cid-vnNuGK8pef .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-vnNuGK8pef .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuGK8pef .mbr-text {
  color: #ffffff;
}
.cid-vnNuGK8pef .item-name {
  color: #171719;
}
.cid-vnNuGK8pef .item-role {
  color: #565661;
}
.cid-vnNuGKqZpg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnNuGKqZpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGKqZpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGKqZpg .card-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #111111 0%, #111111 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-vnNuGKqZpg .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGKqZpg .card-wrapper {
    padding: 24px;
  }
}
.cid-vnNuGKqZpg .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-vnNuGKqZpg .card-wrapper .content-wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGKqZpg .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-vnNuGKqZpg .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vnNuGKqZpg .card-wrapper .content-wrapper .mbr-desc {
  margin-top: 60px;
  margin-bottom: 0;
}
.cid-vnNuGKqZpg .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 50px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnNuGKqZpg .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vnNuGKqZpg .mbr-text {
  color: #ffffff;
}
.cid-vnNuGKqZpg .mbr-desc {
  color: #ffffff;
}
.cid-vnNuGL1Tuv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f5f0;
}
.cid-vnNuGL1Tuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGL1Tuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGL1Tuv .item {
  padding-bottom: 2rem;
}
.cid-vnNuGL1Tuv .item-wrapper {
  position: relative;
}
.cid-vnNuGL1Tuv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vnNuGL1Tuv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vnNuGL1Tuv .carousel-control,
.cid-vnNuGL1Tuv .close {
  background: #1b1b1b;
}
.cid-vnNuGL1Tuv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vnNuGL1Tuv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vnNuGL1Tuv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vnNuGL1Tuv .carousel-control-next span {
  margin-left: 5px;
}
.cid-vnNuGL1Tuv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vnNuGL1Tuv .close::before {
  content: '\e91a';
}
.cid-vnNuGL1Tuv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnNuGL1Tuv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vnNuGL1Tuv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuGL1Tuv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnNuGL1Tuv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnNuGL1Tuv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vnNuGL1Tuv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vnNuGL1Tuv .carousel-indicators li.active,
.cid-vnNuGL1Tuv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnNuGL1Tuv .carousel-indicators li::after,
.cid-vnNuGL1Tuv .carousel-indicators li::before {
  content: none;
}
.cid-vnNuGL1Tuv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnNuGL1Tuv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vnNuGL1Tuv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vnNuGL1Tuv .carousel-indicators {
    display: none;
  }
}
.cid-vnNuGL1Tuv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnNuGL1Tuv .carousel-inner > .active {
  display: block;
}
.cid-vnNuGL1Tuv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuGL1Tuv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnNuGL1Tuv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vnNuGL1Tuv .carousel-control,
  .cid-vnNuGL1Tuv .carousel-indicators,
  .cid-vnNuGL1Tuv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vnNuGL1Tuv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vnNuGL1Tuv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnNuGL1Tuv .carousel-indicators .active,
.cid-vnNuGL1Tuv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vnNuGL1Tuv .carousel-indicators .active {
  background: #fff;
}
.cid-vnNuGL1Tuv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vnNuGL1Tuv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vnNuGL1Tuv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vnNuGL1Tuv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vnNuGL1Tuv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vnNuGL1Tuv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vnNuGL1Tuv .carousel {
  width: 100%;
}
.cid-vnNuGL1Tuv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vnNuGL1Tuv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vnNuGL1Tuv .modal.fade .modal-dialog,
.cid-vnNuGL1Tuv .modal.in .modal-dialog {
  transform: none;
}
.cid-vnNuGL1Tuv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vnNuGL1Tuv H6 {
  text-align: center;
}
.cid-vnNuGLBSen {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
.cid-vnNuGLBSen .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGLBSen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGLOQiD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuGLOQiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGLOQiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGLOQiD .card {
  justify-content: flex-end;
}
.cid-vnNuGLOQiD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGLOQiD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuGLOQiD .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGLOQiD .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuGLOQiD .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuGLOQiD .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuGLOQiD .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuGLOQiD .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuGLOQiD .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuGLOQiD .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuGLOQiD .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuGLOQiD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuGLOQiD .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGLOQiD .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuGLOQiD .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuGLOQiD .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuGLOQiD .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuGLOQiD .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuGLOQiD .mbr-section-btn .btn-primary-outline,
.cid-vnNuGLOQiD .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGLOQiD .mbr-section-btn .btn-success-outline,
.cid-vnNuGLOQiD .mbr-section-btn .btn-info-outline,
.cid-vnNuGLOQiD .mbr-section-btn .btn-warning-outline,
.cid-vnNuGLOQiD .mbr-section-btn .btn-danger-outline,
.cid-vnNuGLOQiD .mbr-section-btn .btn-black-outline,
.cid-vnNuGLOQiD .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGLOQiD .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGLOQiD .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGLOQiD .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGLOQiD .mbr-section-title {
  color: #171719;
}
.cid-vnNuGLOQiD .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuGLOQiD .item-title {
  color: #171719;
}
.cid-vnNuGLOQiD .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuGLOQiD .item-title,
.cid-vnNuGLOQiD .item-btn {
  text-align: center;
}
.cid-vnNuGLOQiD .mbr-section-title,
.cid-vnNuGLOQiD .title-wrap {
  text-align: center;
}
.cid-vnNuGM9fDF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuGM9fDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGM9fDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGM9fDF .card {
  justify-content: flex-end;
}
.cid-vnNuGM9fDF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGM9fDF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuGM9fDF .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGM9fDF .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuGM9fDF .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuGM9fDF .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuGM9fDF .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuGM9fDF .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuGM9fDF .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuGM9fDF .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuGM9fDF .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuGM9fDF .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuGM9fDF .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGM9fDF .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuGM9fDF .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuGM9fDF .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuGM9fDF .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuGM9fDF .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuGM9fDF .mbr-section-btn .btn-primary-outline,
.cid-vnNuGM9fDF .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGM9fDF .mbr-section-btn .btn-success-outline,
.cid-vnNuGM9fDF .mbr-section-btn .btn-info-outline,
.cid-vnNuGM9fDF .mbr-section-btn .btn-warning-outline,
.cid-vnNuGM9fDF .mbr-section-btn .btn-danger-outline,
.cid-vnNuGM9fDF .mbr-section-btn .btn-black-outline,
.cid-vnNuGM9fDF .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGM9fDF .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGM9fDF .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGM9fDF .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGM9fDF .mbr-section-title {
  color: #171719;
}
.cid-vnNuGM9fDF .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuGM9fDF .item-title {
  color: #171719;
}
.cid-vnNuGM9fDF .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuGM9fDF .item-title,
.cid-vnNuGM9fDF .item-btn {
  text-align: center;
}
.cid-vnNuGM9fDF .mbr-section-title,
.cid-vnNuGM9fDF .title-wrap {
  text-align: center;
}
.cid-vnNuGMrsDb {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuGMrsDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGMrsDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGMrsDb .card {
  justify-content: flex-end;
}
.cid-vnNuGMrsDb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGMrsDb .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuGMrsDb .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGMrsDb .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuGMrsDb .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuGMrsDb .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuGMrsDb .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuGMrsDb .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuGMrsDb .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuGMrsDb .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuGMrsDb .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuGMrsDb .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuGMrsDb .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGMrsDb .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuGMrsDb .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuGMrsDb .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuGMrsDb .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuGMrsDb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuGMrsDb .mbr-section-btn .btn-primary-outline,
.cid-vnNuGMrsDb .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGMrsDb .mbr-section-btn .btn-success-outline,
.cid-vnNuGMrsDb .mbr-section-btn .btn-info-outline,
.cid-vnNuGMrsDb .mbr-section-btn .btn-warning-outline,
.cid-vnNuGMrsDb .mbr-section-btn .btn-danger-outline,
.cid-vnNuGMrsDb .mbr-section-btn .btn-black-outline,
.cid-vnNuGMrsDb .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGMrsDb .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGMrsDb .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGMrsDb .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGMrsDb .mbr-section-title {
  color: #171719;
}
.cid-vnNuGMrsDb .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuGMrsDb .item-title {
  color: #171719;
}
.cid-vnNuGMrsDb .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuGMrsDb .item-title,
.cid-vnNuGMrsDb .item-btn {
  text-align: center;
}
.cid-vnNuGMrsDb .mbr-section-title,
.cid-vnNuGMrsDb .title-wrap {
  text-align: center;
}
.cid-vnNuGMKe44 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuGMKe44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGMKe44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGMKe44 .card {
  justify-content: flex-end;
}
.cid-vnNuGMKe44 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGMKe44 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuGMKe44 .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGMKe44 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuGMKe44 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuGMKe44 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuGMKe44 .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuGMKe44 .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuGMKe44 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuGMKe44 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuGMKe44 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuGMKe44 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuGMKe44 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGMKe44 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuGMKe44 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuGMKe44 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuGMKe44 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuGMKe44 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuGMKe44 .mbr-section-btn .btn-primary-outline,
.cid-vnNuGMKe44 .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGMKe44 .mbr-section-btn .btn-success-outline,
.cid-vnNuGMKe44 .mbr-section-btn .btn-info-outline,
.cid-vnNuGMKe44 .mbr-section-btn .btn-warning-outline,
.cid-vnNuGMKe44 .mbr-section-btn .btn-danger-outline,
.cid-vnNuGMKe44 .mbr-section-btn .btn-black-outline,
.cid-vnNuGMKe44 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGMKe44 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGMKe44 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGMKe44 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGMKe44 .mbr-section-title {
  color: #171719;
}
.cid-vnNuGMKe44 .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuGMKe44 .item-title {
  color: #171719;
}
.cid-vnNuGMKe44 .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuGMKe44 .item-title,
.cid-vnNuGMKe44 .item-btn {
  text-align: center;
}
.cid-vnNuGMKe44 .mbr-section-title,
.cid-vnNuGMKe44 .title-wrap {
  text-align: center;
}
.cid-vnNuGN4jSq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuGN4jSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGN4jSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGN4jSq .card {
  justify-content: flex-end;
}
.cid-vnNuGN4jSq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGN4jSq .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuGN4jSq .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGN4jSq .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuGN4jSq .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuGN4jSq .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuGN4jSq .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuGN4jSq .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuGN4jSq .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuGN4jSq .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuGN4jSq .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuGN4jSq .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuGN4jSq .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGN4jSq .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuGN4jSq .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuGN4jSq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuGN4jSq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuGN4jSq .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuGN4jSq .mbr-section-btn .btn-primary-outline,
.cid-vnNuGN4jSq .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGN4jSq .mbr-section-btn .btn-success-outline,
.cid-vnNuGN4jSq .mbr-section-btn .btn-info-outline,
.cid-vnNuGN4jSq .mbr-section-btn .btn-warning-outline,
.cid-vnNuGN4jSq .mbr-section-btn .btn-danger-outline,
.cid-vnNuGN4jSq .mbr-section-btn .btn-black-outline,
.cid-vnNuGN4jSq .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGN4jSq .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGN4jSq .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGN4jSq .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGN4jSq .mbr-section-title {
  color: #171719;
}
.cid-vnNuGN4jSq .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuGN4jSq .item-title {
  color: #171719;
}
.cid-vnNuGN4jSq .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuGN4jSq .item-title,
.cid-vnNuGN4jSq .item-btn {
  text-align: center;
}
.cid-vnNuGN4jSq .mbr-section-title,
.cid-vnNuGN4jSq .title-wrap {
  text-align: center;
}
.cid-vnNuGNndwn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuGNndwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGNndwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGNndwn .card {
  justify-content: flex-end;
}
.cid-vnNuGNndwn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGNndwn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuGNndwn .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGNndwn .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuGNndwn .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuGNndwn .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuGNndwn .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuGNndwn .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuGNndwn .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuGNndwn .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuGNndwn .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuGNndwn .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuGNndwn .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGNndwn .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuGNndwn .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuGNndwn .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuGNndwn .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuGNndwn .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuGNndwn .mbr-section-btn .btn-primary-outline,
.cid-vnNuGNndwn .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGNndwn .mbr-section-btn .btn-success-outline,
.cid-vnNuGNndwn .mbr-section-btn .btn-info-outline,
.cid-vnNuGNndwn .mbr-section-btn .btn-warning-outline,
.cid-vnNuGNndwn .mbr-section-btn .btn-danger-outline,
.cid-vnNuGNndwn .mbr-section-btn .btn-black-outline,
.cid-vnNuGNndwn .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGNndwn .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGNndwn .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGNndwn .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGNndwn .mbr-section-title {
  color: #171719;
}
.cid-vnNuGNndwn .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuGNndwn .item-title {
  color: #171719;
}
.cid-vnNuGNndwn .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuGNndwn .item-title,
.cid-vnNuGNndwn .item-btn {
  text-align: center;
}
.cid-vnNuGNndwn .mbr-section-title,
.cid-vnNuGNndwn .title-wrap {
  text-align: center;
}
.cid-vnNuGNGYhl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuGNGYhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGNGYhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGNGYhl .card {
  justify-content: flex-end;
}
.cid-vnNuGNGYhl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGNGYhl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuGNGYhl .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGNGYhl .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuGNGYhl .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuGNGYhl .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuGNGYhl .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuGNGYhl .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuGNGYhl .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuGNGYhl .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuGNGYhl .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuGNGYhl .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuGNGYhl .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGNGYhl .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuGNGYhl .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuGNGYhl .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuGNGYhl .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuGNGYhl .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuGNGYhl .mbr-section-btn .btn-primary-outline,
.cid-vnNuGNGYhl .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGNGYhl .mbr-section-btn .btn-success-outline,
.cid-vnNuGNGYhl .mbr-section-btn .btn-info-outline,
.cid-vnNuGNGYhl .mbr-section-btn .btn-warning-outline,
.cid-vnNuGNGYhl .mbr-section-btn .btn-danger-outline,
.cid-vnNuGNGYhl .mbr-section-btn .btn-black-outline,
.cid-vnNuGNGYhl .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGNGYhl .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGNGYhl .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGNGYhl .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGNGYhl .mbr-section-title {
  color: #171719;
}
.cid-vnNuGNGYhl .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuGNGYhl .item-title {
  color: #171719;
}
.cid-vnNuGNGYhl .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuGNGYhl .item-title,
.cid-vnNuGNGYhl .item-btn {
  text-align: center;
}
.cid-vnNuGNGYhl .mbr-section-title,
.cid-vnNuGNGYhl .title-wrap {
  text-align: center;
}
.cid-vnNuGO2Buh {
  background-image: url("../../../assets/images/key-west-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuGO2Buh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGO2Buh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGO2Buh .image-wrap {
  height: 300px;
}
.cid-vnNuGOk0AF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnNuGOk0AF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGOk0AF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGOk0AF .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGOk0AF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGOk0AF .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuGOk0AF .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuGOk0AF .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGOk0AF .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuGOk0AF .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGOk0AF .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuGOk0AF .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGOk0AF .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuGOk0AF .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuGOk0AF .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuGOk0AF .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuGOk0AF .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuGOk0AF .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuGOk0AF .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuGOk0AF .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuGOk0AF .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuGOk0AF .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuGOk0AF .mbr-label,
.cid-vnNuGOk0AF .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuGOk0AF .mbr-section-title,
.cid-vnNuGOk0AF .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuGOk0AF .mbr-desc {
  color: #ffffff;
}
.cid-vnNuGOk0AF .item-text {
  color: #565661;
}
.cid-vnNuGOk0AF .item-name {
  color: #171719;
}
.cid-vnNuGOk0AF .item-role {
  color: #565661;
}
.cid-vnNuGODqkV {
  background-image: url("../../../assets/images/heart-of-the-cosmos-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuGODqkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGODqkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGODqkV .image-wrap {
  height: 300px;
}
.cid-vnNuGOXYrz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnNuGOXYrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGOXYrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGOXYrz .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGOXYrz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGOXYrz .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuGOXYrz .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuGOXYrz .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGOXYrz .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuGOXYrz .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGOXYrz .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuGOXYrz .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGOXYrz .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuGOXYrz .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuGOXYrz .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuGOXYrz .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuGOXYrz .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuGOXYrz .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuGOXYrz .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuGOXYrz .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuGOXYrz .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuGOXYrz .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuGOXYrz .mbr-label,
.cid-vnNuGOXYrz .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuGOXYrz .mbr-section-title,
.cid-vnNuGOXYrz .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuGOXYrz .mbr-desc {
  color: #ffffff;
}
.cid-vnNuGOXYrz .item-text {
  color: #565661;
}
.cid-vnNuGOXYrz .item-name {
  color: #171719;
}
.cid-vnNuGOXYrz .item-role {
  color: #565661;
}
.cid-vnNuGPg5IZ {
  background-image: url("../../../assets/images/sound-of-the-party-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuGPg5IZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGPg5IZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGPg5IZ .image-wrap {
  height: 300px;
}
.cid-vnNuGPyZE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(-25deg, #fafafa 50%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vnNuGPyZE9 {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vnNuGPyZE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGPyZE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGPyZE9 .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuGPyZE9 .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vnNuGPyZE9 .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vnNuGPyZE9 .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vnNuGPyZE9 .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuGPyZE9 .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vnNuGPyZE9 .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuGPyZE9 .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
  background-color: #fafafa;
}
.cid-vnNuGPyZE9 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnNuGPyZE9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGPyZE9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vnNuGPyZE9 .content-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vnNuGPyZE9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNuGPyZE9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white:focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary.focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary.focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success.focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info.focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning.focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger.focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black.focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white.focus,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary.active,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary.active,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success.active,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info.active,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning.active,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger.active,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black.active,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success:hover::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info:hover::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black:hover::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white:hover::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success:focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info:focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black:focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white:focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success.focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info.focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black.focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white.focus::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary.active::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success.active::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info.active::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning.active::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger.active::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black.active::before,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGPyZE9 .content-wrapper .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGPyZE9 .image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vnNuGPyZE9 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vnNuGPyZE9 .image-wrapper img {
  height: 220px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vnNuGPyZE9 .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-vnNuGPyZE9 .mbr-section-title {
  color: #171719;
}
.cid-vnNuGPyZE9 .mbr-section-subtitle {
  color: #565661;
}
.cid-vnNuGPyZE9 .mbr-text,
.cid-vnNuGPyZE9 .text-wrapper {
  color: #565661;
}
.cid-vnNuGPRV5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuGPRV5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGPRV5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGPRV5G .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGPRV5G .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGPRV5G .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGPRV5G .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vnNuGPRV5G .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGPRV5G .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuGPRV5G .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuGPRV5G .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGPRV5G .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuGPRV5G .items-wrapper {
  margin: 0 -10px;
  align-items: flex-end;
}
.cid-vnNuGPRV5G .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuGPRV5G .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGPRV5G .item:last-child {
    margin-bottom: 20px;
  }
}
.cid-vnNuGPRV5G .item .item-wrapper {
  padding: 40px;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuGPRV5G .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuGPRV5G .item .item-wrapper .label-wrap .item-label {
  display: inline-flex;
  padding: 4px 16px;
  background-color: #fafafa;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGPRV5G .item .item-wrapper .item-title_1,
.cid-vnNuGPRV5G .item .item-wrapper .item-title_2 {
  margin-bottom: 20px;
}
.cid-vnNuGPRV5G .item .item-wrapper .item-text_1,
.cid-vnNuGPRV5G .item .item-wrapper .item-text_2 {
  margin-bottom: 20px;
}
.cid-vnNuGPRV5G .item .item-wrapper .item-price_1,
.cid-vnNuGPRV5G .item .item-wrapper .item-price_2 {
  margin-bottom: 0;
}
.cid-vnNuGPRV5G .item .item-wrapper .item-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vnNuGPRV5G .item .item-wrapper .item-btn .btn {
  width: 100%;
}
.cid-vnNuGPRV5G .item .item-wrapper .list_1,
.cid-vnNuGPRV5G .item .item-wrapper .list_2 {
  margin-top: 20px;
  padding-left: 18px;
  margin-bottom: 0;
}
.cid-vnNuGPRV5G .item .item-wrapper .list_1 .item-wrap_1,
.cid-vnNuGPRV5G .item .item-wrapper .list_2 .item-wrap_1,
.cid-vnNuGPRV5G .item .item-wrapper .list_1 .item-wrap_2,
.cid-vnNuGPRV5G .item .item-wrapper .list_2 .item-wrap_2 {
  margin-bottom: 16px;
}
.cid-vnNuGPRV5G .item .item-wrapper .list_1 .item-wrap_1:last-child,
.cid-vnNuGPRV5G .item .item-wrapper .list_2 .item-wrap_1:last-child,
.cid-vnNuGPRV5G .item .item-wrapper .list_1 .item-wrap_2:last-child,
.cid-vnNuGPRV5G .item .item-wrapper .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-vnNuGPRV5G .item .item-wrapper .list_1 .item-wrap_1::marker,
.cid-vnNuGPRV5G .item .item-wrapper .list_2 .item-wrap_1::marker {
  color: #004d5f;
}
.cid-vnNuGPRV5G .item .item-wrapper .list_1 .item-wrap_2::marker,
.cid-vnNuGPRV5G .item .item-wrapper .list_2 .item-wrap_2::marker {
  color: #ffffff;
}
.cid-vnNuGPRV5G .item .card_1 {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
}
.cid-vnNuGPRV5G .item .card_2 {
  background-color: #171719;
  border: 1px solid #171719;
}
.cid-vnNuGPRV5G .mbr-label,
.cid-vnNuGPRV5G .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuGPRV5G .mbr-section-title,
.cid-vnNuGPRV5G .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuGPRV5G .mbr-text,
.cid-vnNuGPRV5G .text-wrapper {
  color: #565661;
  text-align: center;
}
.cid-vnNuGPRV5G .item-label {
  color: #ffffff;
}
.cid-vnNuGPRV5G .item-title_1 {
  color: #171719;
}
.cid-vnNuGPRV5G .item-title_2 {
  color: #ffffff;
}
.cid-vnNuGPRV5G .item-text_1 {
  color: #565661;
}
.cid-vnNuGPRV5G .item-text_2 {
  color: #ffffff;
}
.cid-vnNuGPRV5G .item-price_1 {
  color: #171719;
}
.cid-vnNuGPRV5G .item-price_2 {
  color: #ffffff;
}
.cid-vnNuGPRV5G .list_1 {
  color: #565661;
}
.cid-vnNuGPRV5G .list_2 {
  color: #ffffff;
}
.cid-vnNuGPRV5G .item-label,
.cid-vnNuGPRV5G .label-wrap {
  color: #FFFFFF;
}
.cid-vnNuGQfe6k {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vnNuGQfe6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGQfe6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGQfe6k .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vnNuGQfe6k .item {
  margin-bottom: 30px;
}
.cid-vnNuGQfe6k .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-vnNuGQfe6k .item .item-wrapper .item-img img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnNuGQfe6k .item .item-wrapper .item-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuGQfe6k .item .item-wrapper .item-img img {
    width: 40%;
  }
}
@media (max-width: 425px) {
  .cid-vnNuGQfe6k .item .item-wrapper .item-img img {
    width: 60%;
  }
}
.cid-vnNuGQfe6k .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vnNuGQfe6k .mbr-label,
.cid-vnNuGQfe6k .label-wrapper {
  color: #171719;
}
.cid-vnNuGQC4lZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuGQC4lZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGQC4lZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGQC4lZ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGQC4lZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGQC4lZ .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGQC4lZ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuGQC4lZ .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGQC4lZ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuGQC4lZ .content-wrap {
  margin: 0 -10px;
}
.cid-vnNuGQC4lZ .content-wrap .card {
  padding: 0 10px;
}
.cid-vnNuGQC4lZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGQC4lZ .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vnNuGQC4lZ .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vnNuGQC4lZ .items-wrapper .item:focus .item-wrapper .item-title {
  color: #004d5f;
}
.cid-vnNuGQC4lZ .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuGQC4lZ .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuGQC4lZ .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vnNuGQC4lZ .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGQC4lZ .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vnNuGQC4lZ .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGQC4lZ .items-wrapper .item .item-wrapper .item-title {
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.cid-vnNuGQC4lZ .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuGQC4lZ .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuGQC4lZ .card-wrapper {
  padding: 30px;
  background-color: #171719;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vnNuGQC4lZ .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vnNuGQC4lZ .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vnNuGQC4lZ .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vnNuGQC4lZ .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vnNuGQC4lZ .card-wrapper .image-wrapper {
  min-height: 270px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vnNuGQC4lZ .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vnNuGQC4lZ .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vnNuGQC4lZ .mbr-label,
.cid-vnNuGQC4lZ .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuGQC4lZ .mbr-section-title,
.cid-vnNuGQC4lZ .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuGQC4lZ .mbr-desc {
  color: #ffffff;
}
.cid-vnNuGQC4lZ .item-title {
  color: #171719;
}
.cid-vnNuGQC4lZ .item-text {
  color: #565661;
}
.cid-vnNuGR1VzD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(190deg, #fafafa 65%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vnNuGR1VzD {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vnNuGR1VzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGR1VzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGR1VzD .card-wrapper {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  padding: 40px 40px 50px 40px;
}
@media (max-width: 992px) {
  .cid-vnNuGR1VzD .card-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGR1VzD .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vnNuGR1VzD .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGR1VzD .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGR1VzD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vnNuGR1VzD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vnNuGR1VzD .embla__slide .slide-content {
  width: 100%;
}
.cid-vnNuGR1VzD .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-vnNuGR1VzD .embla__slide .slide-content .item-wrapper .item-text {
    padding: 0;
  }
}
.cid-vnNuGR1VzD .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGR1VzD .embla__slide .slide-content .item-wrapper .person-wrapper {
    margin-top: 30px;
  }
}
.cid-vnNuGR1VzD .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background-color: #fafafa;
  gap: 16px;
}
.cid-vnNuGR1VzD .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuGR1VzD .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
.cid-vnNuGR1VzD .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuGR1VzD .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuGR1VzD .embla__button--next,
.cid-vnNuGR1VzD .embla__button--prev {
  display: flex;
}
.cid-vnNuGR1VzD .embla__button {
  bottom: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  background-color: transparent !important;
  color: #171719 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vnNuGR1VzD .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-vnNuGR1VzD .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vnNuGR1VzD .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vnNuGR1VzD .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vnNuGR1VzD .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnNuGR1VzD .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vnNuGR1VzD .embla__viewport {
    padding: 0;
  }
}
.cid-vnNuGR1VzD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnNuGR1VzD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnNuGR1VzD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnNuGR1VzD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnNuGR1VzD .mbr-label,
.cid-vnNuGR1VzD .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuGR1VzD .item-text {
  color: #171719;
}
.cid-vnNuGR1VzD .item-text,
.cid-vnNuGR1VzD .person-wrapper {
  text-align: center;
}
.cid-vnNuGR1VzD .item-name {
  color: #171719;
  text-align: left;
}
.cid-vnNuGR1VzD .item-role {
  color: #565661;
  text-align: left;
}
.cid-vnNuGRrnnr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 38%, #ffffff 90%);
}
.cid-vnNuGRrnnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGRrnnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGRrnnr .content-wrapper {
  position: relative;
  padding: 4px;
}
.cid-vnNuGRrnnr .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 1;
}
.cid-vnNuGRrnnr .content-wrapper .shadow-wrap {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  filter: blur(40px) brightness(1);
  opacity: 0.5;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vnNuGRrnnr .content-wrapper .content-wrap {
    padding: 10px 10px 100px 10px;
  }
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper {
  width: 100%;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 20px;
  background-color: #e9e9e9;
  margin-bottom: 24px;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box {
    padding: 0 10px;
  }
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active::before,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGRrnnr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGRrnnr .content-wrapper .content-wrap .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGRrnnr .mbr-desc {
  color: #171719;
}
.cid-vnNuGRrnnr .mbr-section-title {
  color: #171719;
}
.cid-vnNuGRrnnr .mbr-text {
  color: #565661;
}
.cid-vnNuGROXFf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 50%, #fafafa 100%);
}
.cid-vnNuGROXFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGROXFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGROXFf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGROXFf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnNuGROXFf .card-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuGROXFf .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuGROXFf .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGROXFf .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGROXFf .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  background-color: #ffffff;
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vnNuGROXFf .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #004d5f;
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #004d5f;
  transform: rotate(-180deg);
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuGROXFf .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-vnNuGROXFf .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-vnNuGROXFf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnNuGROXFf .panel-title-edit {
  color: #171719;
}
.cid-vnNuGROXFf .panel-text {
  color: #565661;
}
.cid-vnNuGScyh7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuGScyh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGScyh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGScyh7 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGScyh7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGScyh7 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGScyh7 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuGScyh7 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGScyh7 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuGScyh7 .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuGScyh7 .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuGScyh7 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGScyh7 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuGScyh7 .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuGScyh7 .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuGScyh7 .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGScyh7 .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuGScyh7 .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuGScyh7 .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuGScyh7 .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuGScyh7 .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuGScyh7 .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuGScyh7 .mbr-label,
.cid-vnNuGScyh7 .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuGScyh7 .mbr-section-title,
.cid-vnNuGScyh7 .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuGScyh7 .mbr-desc {
  color: #ffffff;
}
.cid-vnNuGScyh7 .item-text {
  color: #565661;
}
.cid-vnNuGScyh7 .item-name {
  color: #171719;
}
.cid-vnNuGScyh7 .item-role {
  color: #565661;
}
.cid-vnNuGSDolD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuGSDolD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGSDolD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGSDolD .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGSDolD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGSDolD .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGSDolD .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuGSDolD .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGSDolD .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuGSDolD .tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  .cid-vnNuGSDolD .tabs-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vnNuGSDolD .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #e9e9e9;
  padding: 6px;
  background-color: #ffffff;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vnNuGSDolD .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vnNuGSDolD .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
@media (max-width: 992px) {
  .cid-vnNuGSDolD .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vnNuGSDolD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #565661;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vnNuGSDolD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.cid-vnNuGSDolD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #565661;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGSDolD .tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vnNuGSDolD .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content .card-box {
  width: 60%;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vnNuGSDolD .tab-content .tab-pane .item-content .card-box {
    padding: 30px 10px 20px;
    width: 100%;
  }
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuGSDolD .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 0;
  color: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content .image-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuGSDolD .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
  }
}
.cid-vnNuGSDolD .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.cid-vnNuGSDolD .mbr-section-btn .btn-primary,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary,
.cid-vnNuGSDolD .mbr-section-btn .btn-success,
.cid-vnNuGSDolD .mbr-section-btn .btn-info,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger,
.cid-vnNuGSDolD .mbr-section-btn .btn-black,
.cid-vnNuGSDolD .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuGSDolD .mbr-section-btn .btn-primary::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-success::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-info::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-black::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuGSDolD .mbr-section-btn .btn-primary:hover,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary:hover,
.cid-vnNuGSDolD .mbr-section-btn .btn-success:hover,
.cid-vnNuGSDolD .mbr-section-btn .btn-info:hover,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning:hover,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger:hover,
.cid-vnNuGSDolD .mbr-section-btn .btn-black:hover,
.cid-vnNuGSDolD .mbr-section-btn .btn-white:hover,
.cid-vnNuGSDolD .mbr-section-btn .btn-primary:focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary:focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-success:focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-info:focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning:focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger:focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-black:focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-white:focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-primary.focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary.focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-success.focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-info.focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning.focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger.focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-black.focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-white.focus,
.cid-vnNuGSDolD .mbr-section-btn .btn-primary.active,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary.active,
.cid-vnNuGSDolD .mbr-section-btn .btn-success.active,
.cid-vnNuGSDolD .mbr-section-btn .btn-info.active,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning.active,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger.active,
.cid-vnNuGSDolD .mbr-section-btn .btn-black.active,
.cid-vnNuGSDolD .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuGSDolD .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-success:hover::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-info:hover::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-black:hover::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-white:hover::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-success:focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-info:focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-black:focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-white:focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-success.focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-info.focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-black.focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-white.focus::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-primary.active::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-success.active::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-info.active::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning.active::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger.active::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-black.active::before,
.cid-vnNuGSDolD .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuGSDolD .mbr-section-btn .btn-primary-outline,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGSDolD .mbr-section-btn .btn-success-outline,
.cid-vnNuGSDolD .mbr-section-btn .btn-info-outline,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning-outline,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger-outline,
.cid-vnNuGSDolD .mbr-section-btn .btn-black-outline,
.cid-vnNuGSDolD .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGSDolD .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGSDolD .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGSDolD .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGSDolD .mbr-label,
.cid-vnNuGSDolD .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuGSDolD .mbr-section-title,
.cid-vnNuGSDolD .title-wrap,
.cid-vnNuGSDolD .tabs-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuGSDolD .item-title {
  color: #171719;
}
.cid-vnNuGSDolD .item-text {
  color: #565661;
}
.cid-vnNuGSDolD .list {
  color: #171719;
}
.cid-vnNuGT5hqQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuGT5hqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGT5hqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGT5hqQ .content-wrap {
  margin: 0 -25px;
}
.cid-vnNuGT5hqQ .content-wrap .card {
  padding: 0 25px;
}
.cid-vnNuGT5hqQ .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuGT5hqQ .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vnNuGT5hqQ .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.5;
  z-index: 1;
}
.cid-vnNuGT5hqQ .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnNuGT5hqQ .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vnNuGT5hqQ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGT5hqQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGT5hqQ .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGT5hqQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuGT5hqQ .items-wrapper {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 992px) {
  .cid-vnNuGT5hqQ .items-wrapper {
    padding-left: 23px;
  }
}
.cid-vnNuGT5hqQ .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(180deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGT5hqQ .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vnNuGT5hqQ .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vnNuGT5hqQ .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vnNuGT5hqQ .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuGT5hqQ .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuGT5hqQ .mbr-section-btn .btn-primary-outline,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-secondary-outline,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-success-outline,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-info-outline,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-warning-outline,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-danger-outline,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-black-outline,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuGT5hqQ .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGT5hqQ .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuGT5hqQ .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuGT5hqQ .mbr-label,
.cid-vnNuGT5hqQ .label-wrapper {
  color: #171719;
}
.cid-vnNuGT5hqQ .mbr-section-title {
  color: #171719;
}
.cid-vnNuGT5hqQ .mbr-desc {
  color: #ffffff;
}
.cid-vnNuGT5hqQ .item-title {
  color: #171719;
}
.cid-vnNuGT5hqQ .item-text {
  color: #565661;
}
.cid-vnNuGTx2yl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vnNuGTx2yl .item:focus,
.cid-vnNuGTx2yl span:focus {
  outline: none;
}
.cid-vnNuGTx2yl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vnNuGTx2yl .content-head {
  max-width: 800px;
}
.cid-vnNuGTx2yl .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnNuGTVuLU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/photo-1583119912267-cc97c911e416.webp");
}
.cid-vnNuGTVuLU .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #171719 -30%, transparent 100%);
}
.cid-vnNuGTVuLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGTVuLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGTVuLU .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 300px;
}
@media (max-width: 1440px) {
  .cid-vnNuGTVuLU .content-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGTVuLU .content-wrapper {
    padding-top: 0;
  }
}
.cid-vnNuGTVuLU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGTVuLU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnNuGTVuLU .items-wrapper {
  margin: 0 -25px;
}
.cid-vnNuGTVuLU .items-wrapper .item {
  padding: 0 25px;
  margin-bottom: 40px;
}
.cid-vnNuGTVuLU .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vnNuGTVuLU .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuGTVuLU .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vnNuGTVuLU .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuGTVuLU .item-title {
  color: #ffffff;
}
.cid-vnNuGTVuLU .item-text {
  color: #ffffff;
}
.cid-vnNuGUlS8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuGUlS8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGUlS8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGUlS8F .card-wrapper {
  padding: 40px 40px 50px 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuGUlS8F .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vnNuGUlS8F .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGUlS8F .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGUlS8F .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGUlS8F .card-wrapper .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGUlS8F .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuGUlS8F .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGUlS8F .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  background-color: transparent;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #565661;
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #565661;
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #171719 !important;
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #565661;
  border-color: #565661;
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vnNuGUlS8F .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0.6rem;
  margin-bottom: 0;
}
.cid-vnNuGUlS8F .mbr-label,
.cid-vnNuGUlS8F .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuGUlS8F .mbr-section-title {
  color: #171719;
}
.cid-vnNuGUlS8F label {
  color: #565661;
}
.cid-vnNuGUlS8F .mbr-section-title,
.cid-vnNuGUlS8F .mbr-section-btn,
.cid-vnNuGUlS8F .title-wrap {
  text-align: center;
}
.cid-vnNuGUPu4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuGUPu4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGUPu4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGUPu4a .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGUPu4a .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGUPu4a .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGUPu4a .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuGUPu4a .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGUPu4a .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuGUPu4a .content-wrap {
  margin: 0 -25px;
}
.cid-vnNuGUPu4a .content-wrap .card {
  padding: 0 25px;
}
.cid-vnNuGUPu4a .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-vnNuGUPu4a .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vnNuGUPu4a .items-wrapper .item:hover .item-wrapper .item-text,
.cid-vnNuGUPu4a .items-wrapper .item:focus .item-wrapper .item-text {
  color: #004d5f;
}
.cid-vnNuGUPu4a .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuGUPu4a .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuGUPu4a .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vnNuGUPu4a .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuGUPu4a .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vnNuGUPu4a .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuGUPu4a .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vnNuGUPu4a .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vnNuGUPu4a .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-vnNuGUPu4a .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-vnNuGUPu4a .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-vnNuGUPu4a .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnNuGUPu4a .mbr-label,
.cid-vnNuGUPu4a .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuGUPu4a .mbr-section-title,
.cid-vnNuGUPu4a .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuGUPu4a .item-title {
  color: #565661;
}
.cid-vnNuGUPu4a .item-text {
  color: #171719;
}
.cid-vnNuGVjihN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vnNuGVjihN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuGVjihN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuGVjihN .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGVjihN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGVjihN .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vnNuGVjihN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuGVjihN .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vnNuGVjihN .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuGVjihN .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuGVjihN .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuGVjihN .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vnNuGVjihN .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuGVjihN .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vnNuGVjihN .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuGVjihN .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vnNuGVjihN .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuGVjihN .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vnNuGVjihN .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuGVjihN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vnNuGVjihN .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vnNuGVjihN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vnNuGVjihN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vnNuGVjihN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuGVjihN .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuGVjihN .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vnNuGVjihN .card {
  justify-content: center;
}
.cid-vnNuGVjihN .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vnNuGVjihN .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnNuGVjihN .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vnNuGVjihN .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuGVjihN .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vnNuGVjihN .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vnNuGVjihN .social-wrapper .social-wrap .soc-item:hover,
.cid-vnNuGVjihN .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vnNuGVjihN .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vnNuGVjihN .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vnNuGVjihN .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vnNuGVjihN .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuGVjihN .mbr-label {
  color: #ffffff;
}
.cid-vnNuGVjihN .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuGVjihN .mbr-text {
  color: #ffffff;
}
.cid-vnNuGVjihN .mbr-list-title {
  color: #ffffff;
}
.cid-vnNuGVjihN .list {
  color: #ffffff;
}
.cid-vnNuIRLcNj {
  z-index: 1000;
  width: 100%;
}
.cid-vnNuIRLcNj nav.navbar {
  position: fixed;
}
.cid-vnNuIRLcNj .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnNuIRLcNj .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnNuIRLcNj .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-vnNuIRLcNj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnNuIRLcNj .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vnNuIRLcNj .dropdown-item:hover,
.cid-vnNuIRLcNj .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vnNuIRLcNj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnNuIRLcNj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnNuIRLcNj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnNuIRLcNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnNuIRLcNj .nav-link {
  position: relative;
}
.cid-vnNuIRLcNj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vnNuIRLcNj .container {
    flex-wrap: nowrap;
  }
}
.cid-vnNuIRLcNj .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuIRLcNj .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vnNuIRLcNj .dropdown-menu,
.cid-vnNuIRLcNj .navbar.opened {
  background: #ffffff !important;
}
.cid-vnNuIRLcNj .nav-item:focus,
.cid-vnNuIRLcNj .nav-link:focus {
  outline: none;
}
.cid-vnNuIRLcNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnNuIRLcNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnNuIRLcNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnNuIRLcNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnNuIRLcNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnNuIRLcNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnNuIRLcNj .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vnNuIRLcNj .navbar.opened {
  transition: all 0.3s;
}
.cid-vnNuIRLcNj .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vnNuIRLcNj .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnNuIRLcNj .navbar .navbar-logo img {
  width: auto;
}
.cid-vnNuIRLcNj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnNuIRLcNj .navbar.collapsed {
  justify-content: center;
}
.cid-vnNuIRLcNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnNuIRLcNj .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vnNuIRLcNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnNuIRLcNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vnNuIRLcNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnNuIRLcNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnNuIRLcNj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vnNuIRLcNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnNuIRLcNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnNuIRLcNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnNuIRLcNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnNuIRLcNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnNuIRLcNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnNuIRLcNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnNuIRLcNj .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-vnNuIRLcNj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnNuIRLcNj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnNuIRLcNj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vnNuIRLcNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnNuIRLcNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnNuIRLcNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnNuIRLcNj .navbar.navbar-short {
  min-height: 100px;
}
.cid-vnNuIRLcNj .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vnNuIRLcNj .navbar-brand {
  min-height: 100px;
  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-vnNuIRLcNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vnNuIRLcNj .navbar-brand .navbar-caption:hover,
.cid-vnNuIRLcNj .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNuIRLcNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnNuIRLcNj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnNuIRLcNj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNuIRLcNj .dropdown-item.active,
.cid-vnNuIRLcNj .dropdown-item:active {
  background-color: transparent;
}
.cid-vnNuIRLcNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnNuIRLcNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnNuIRLcNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnNuIRLcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuIRLcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnNuIRLcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnNuIRLcNj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnNuIRLcNj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vnNuIRLcNj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vnNuIRLcNj .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnNuIRLcNj .navbar-buttons {
    text-align: left;
  }
}
.cid-vnNuIRLcNj .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnNuIRLcNj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnNuIRLcNj 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnNuIRLcNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vnNuIRLcNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnNuIRLcNj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNuIRLcNj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNuIRLcNj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnNuIRLcNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNuIRLcNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnNuIRLcNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnNuIRLcNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNuIRLcNj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnNuIRLcNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnNuIRLcNj .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-vnNuIRLcNj .navbar {
    height: 70px;
  }
  .cid-vnNuIRLcNj .navbar.opened {
    height: auto;
  }
  .cid-vnNuIRLcNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnNuIRLcNj .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnNuIRLcNj .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vnNuIRLcNj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vnNuIRLcNj .nav-item:hover::before {
  opacity: 1;
}
.cid-vnNuIRLcNj .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vnNuIRLcNj .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnNuIRLcNj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vnNuIRLcNj .nav-item .nav-link:hover,
.cid-vnNuIRLcNj .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vnNuIRLcNj .nav-item .nav-link:hover::before,
.cid-vnNuIRLcNj .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vnNuIRLcNj .nav-item .nav-link:hover::after,
.cid-vnNuIRLcNj .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vnNuIRLcNj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnNuIRLcNj .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vnNuIRLcNj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnNuIRLcNj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnNuIRLcNj .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnNuIRLcNj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnNuIRLcNj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnNuIRLcNj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnNuIRLcNj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnNuIRLcNj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnNuIRLcNj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnNuIRLcNj .content-wrap {
  min-height: 100px;
}
.cid-vnNuITqtxU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f5f0;
}
.cid-vnNuITqtxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuITqtxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuITqtxU .item {
  padding-bottom: 2rem;
}
.cid-vnNuITqtxU .item-wrapper {
  position: relative;
}
.cid-vnNuITqtxU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vnNuITqtxU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vnNuITqtxU .carousel-control,
.cid-vnNuITqtxU .close {
  background: #1b1b1b;
}
.cid-vnNuITqtxU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vnNuITqtxU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vnNuITqtxU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vnNuITqtxU .carousel-control-next span {
  margin-left: 5px;
}
.cid-vnNuITqtxU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vnNuITqtxU .close::before {
  content: '\e91a';
}
.cid-vnNuITqtxU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnNuITqtxU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vnNuITqtxU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuITqtxU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnNuITqtxU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnNuITqtxU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vnNuITqtxU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vnNuITqtxU .carousel-indicators li.active,
.cid-vnNuITqtxU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnNuITqtxU .carousel-indicators li::after,
.cid-vnNuITqtxU .carousel-indicators li::before {
  content: none;
}
.cid-vnNuITqtxU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnNuITqtxU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vnNuITqtxU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vnNuITqtxU .carousel-indicators {
    display: none;
  }
}
.cid-vnNuITqtxU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnNuITqtxU .carousel-inner > .active {
  display: block;
}
.cid-vnNuITqtxU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuITqtxU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnNuITqtxU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vnNuITqtxU .carousel-control,
  .cid-vnNuITqtxU .carousel-indicators,
  .cid-vnNuITqtxU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vnNuITqtxU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vnNuITqtxU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnNuITqtxU .carousel-indicators .active,
.cid-vnNuITqtxU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vnNuITqtxU .carousel-indicators .active {
  background: #fff;
}
.cid-vnNuITqtxU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vnNuITqtxU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vnNuITqtxU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vnNuITqtxU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vnNuITqtxU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vnNuITqtxU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vnNuITqtxU .carousel {
  width: 100%;
}
.cid-vnNuITqtxU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vnNuITqtxU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vnNuITqtxU .modal.fade .modal-dialog,
.cid-vnNuITqtxU .modal.in .modal-dialog {
  transform: none;
}
.cid-vnNuITqtxU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vnNuITqtxU H6 {
  text-align: center;
}
.cid-vnNuIU2w6b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f5f0;
}
.cid-vnNuIU2w6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIU2w6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIUfjWB {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuIUfjWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIUfjWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIUfjWB .card {
  justify-content: flex-end;
}
.cid-vnNuIUfjWB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIUfjWB .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuIUfjWB .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuIUfjWB .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuIUfjWB .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuIUfjWB .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuIUfjWB .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuIUfjWB .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuIUfjWB .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuIUfjWB .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuIUfjWB .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuIUfjWB .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuIUfjWB .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIUfjWB .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuIUfjWB .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuIUfjWB .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuIUfjWB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuIUfjWB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuIUfjWB .mbr-section-btn .btn-primary-outline,
.cid-vnNuIUfjWB .mbr-section-btn .btn-secondary-outline,
.cid-vnNuIUfjWB .mbr-section-btn .btn-success-outline,
.cid-vnNuIUfjWB .mbr-section-btn .btn-info-outline,
.cid-vnNuIUfjWB .mbr-section-btn .btn-warning-outline,
.cid-vnNuIUfjWB .mbr-section-btn .btn-danger-outline,
.cid-vnNuIUfjWB .mbr-section-btn .btn-black-outline,
.cid-vnNuIUfjWB .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuIUfjWB .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIUfjWB .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuIUfjWB .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuIUfjWB .mbr-section-title {
  color: #171719;
}
.cid-vnNuIUfjWB .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuIUfjWB .item-title {
  color: #171719;
}
.cid-vnNuIUfjWB .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuIUfjWB .item-title,
.cid-vnNuIUfjWB .item-btn {
  text-align: center;
}
.cid-vnNuIUfjWB .mbr-section-title,
.cid-vnNuIUfjWB .title-wrap {
  text-align: center;
}
.cid-vnNuIUvSq4 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuIUvSq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIUvSq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIUvSq4 .card {
  justify-content: flex-end;
}
.cid-vnNuIUvSq4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIUvSq4 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuIUvSq4 .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuIUvSq4 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuIUvSq4 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuIUvSq4 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuIUvSq4 .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuIUvSq4 .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuIUvSq4 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuIUvSq4 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuIUvSq4 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuIUvSq4 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuIUvSq4 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIUvSq4 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuIUvSq4 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuIUvSq4 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuIUvSq4 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuIUvSq4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuIUvSq4 .mbr-section-btn .btn-primary-outline,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-secondary-outline,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-success-outline,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-info-outline,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-warning-outline,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-danger-outline,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-black-outline,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuIUvSq4 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIUvSq4 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuIUvSq4 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuIUvSq4 .mbr-section-title {
  color: #171719;
}
.cid-vnNuIUvSq4 .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuIUvSq4 .item-title {
  color: #171719;
}
.cid-vnNuIUvSq4 .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuIUvSq4 .item-title,
.cid-vnNuIUvSq4 .item-btn {
  text-align: center;
}
.cid-vnNuIUvSq4 .mbr-section-title,
.cid-vnNuIUvSq4 .title-wrap {
  text-align: center;
}
.cid-vnNuIUQJuc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuIUQJuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIUQJuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIUQJuc .card {
  justify-content: flex-end;
}
.cid-vnNuIUQJuc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIUQJuc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuIUQJuc .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuIUQJuc .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuIUQJuc .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuIUQJuc .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuIUQJuc .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuIUQJuc .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuIUQJuc .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuIUQJuc .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuIUQJuc .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuIUQJuc .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuIUQJuc .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIUQJuc .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuIUQJuc .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuIUQJuc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuIUQJuc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuIUQJuc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuIUQJuc .mbr-section-btn .btn-primary-outline,
.cid-vnNuIUQJuc .mbr-section-btn .btn-secondary-outline,
.cid-vnNuIUQJuc .mbr-section-btn .btn-success-outline,
.cid-vnNuIUQJuc .mbr-section-btn .btn-info-outline,
.cid-vnNuIUQJuc .mbr-section-btn .btn-warning-outline,
.cid-vnNuIUQJuc .mbr-section-btn .btn-danger-outline,
.cid-vnNuIUQJuc .mbr-section-btn .btn-black-outline,
.cid-vnNuIUQJuc .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuIUQJuc .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIUQJuc .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuIUQJuc .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuIUQJuc .mbr-section-title {
  color: #171719;
}
.cid-vnNuIUQJuc .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuIUQJuc .item-title {
  color: #171719;
}
.cid-vnNuIUQJuc .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuIUQJuc .item-title,
.cid-vnNuIUQJuc .item-btn {
  text-align: center;
}
.cid-vnNuIUQJuc .mbr-section-title,
.cid-vnNuIUQJuc .title-wrap {
  text-align: center;
}
.cid-vnNuIV6rDt {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuIV6rDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIV6rDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIV6rDt .card {
  justify-content: flex-end;
}
.cid-vnNuIV6rDt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIV6rDt .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuIV6rDt .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuIV6rDt .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuIV6rDt .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuIV6rDt .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuIV6rDt .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuIV6rDt .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuIV6rDt .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuIV6rDt .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuIV6rDt .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuIV6rDt .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuIV6rDt .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIV6rDt .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuIV6rDt .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuIV6rDt .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuIV6rDt .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuIV6rDt .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuIV6rDt .mbr-section-btn .btn-primary-outline,
.cid-vnNuIV6rDt .mbr-section-btn .btn-secondary-outline,
.cid-vnNuIV6rDt .mbr-section-btn .btn-success-outline,
.cid-vnNuIV6rDt .mbr-section-btn .btn-info-outline,
.cid-vnNuIV6rDt .mbr-section-btn .btn-warning-outline,
.cid-vnNuIV6rDt .mbr-section-btn .btn-danger-outline,
.cid-vnNuIV6rDt .mbr-section-btn .btn-black-outline,
.cid-vnNuIV6rDt .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuIV6rDt .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIV6rDt .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuIV6rDt .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuIV6rDt .mbr-section-title {
  color: #171719;
}
.cid-vnNuIV6rDt .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuIV6rDt .item-title {
  color: #171719;
}
.cid-vnNuIV6rDt .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuIV6rDt .item-title,
.cid-vnNuIV6rDt .item-btn {
  text-align: center;
}
.cid-vnNuIV6rDt .mbr-section-title,
.cid-vnNuIV6rDt .title-wrap {
  text-align: center;
}
.cid-vnNuIVpe0Q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuIVpe0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIVpe0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIVpe0Q .card {
  justify-content: flex-end;
}
.cid-vnNuIVpe0Q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIVpe0Q .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuIVpe0Q .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuIVpe0Q .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuIVpe0Q .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuIVpe0Q .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuIVpe0Q .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuIVpe0Q .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuIVpe0Q .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuIVpe0Q .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuIVpe0Q .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuIVpe0Q .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuIVpe0Q .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIVpe0Q .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuIVpe0Q .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuIVpe0Q .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuIVpe0Q .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuIVpe0Q .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuIVpe0Q .mbr-section-btn .btn-primary-outline,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-secondary-outline,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-success-outline,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-info-outline,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-warning-outline,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-danger-outline,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-black-outline,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuIVpe0Q .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIVpe0Q .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuIVpe0Q .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuIVpe0Q .mbr-section-title {
  color: #171719;
}
.cid-vnNuIVpe0Q .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuIVpe0Q .item-title {
  color: #171719;
}
.cid-vnNuIVpe0Q .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuIVpe0Q .item-title,
.cid-vnNuIVpe0Q .item-btn {
  text-align: center;
}
.cid-vnNuIVpe0Q .mbr-section-title,
.cid-vnNuIVpe0Q .title-wrap {
  text-align: center;
}
.cid-vnNuIVHMyC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuIVHMyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIVHMyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIVHMyC .card {
  justify-content: flex-end;
}
.cid-vnNuIVHMyC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIVHMyC .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuIVHMyC .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuIVHMyC .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuIVHMyC .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuIVHMyC .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuIVHMyC .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuIVHMyC .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuIVHMyC .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuIVHMyC .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuIVHMyC .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuIVHMyC .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuIVHMyC .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIVHMyC .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuIVHMyC .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuIVHMyC .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuIVHMyC .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuIVHMyC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuIVHMyC .mbr-section-btn .btn-primary-outline,
.cid-vnNuIVHMyC .mbr-section-btn .btn-secondary-outline,
.cid-vnNuIVHMyC .mbr-section-btn .btn-success-outline,
.cid-vnNuIVHMyC .mbr-section-btn .btn-info-outline,
.cid-vnNuIVHMyC .mbr-section-btn .btn-warning-outline,
.cid-vnNuIVHMyC .mbr-section-btn .btn-danger-outline,
.cid-vnNuIVHMyC .mbr-section-btn .btn-black-outline,
.cid-vnNuIVHMyC .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuIVHMyC .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIVHMyC .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuIVHMyC .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuIVHMyC .mbr-section-title {
  color: #171719;
}
.cid-vnNuIVHMyC .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuIVHMyC .item-title {
  color: #171719;
}
.cid-vnNuIVHMyC .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuIVHMyC .item-title,
.cid-vnNuIVHMyC .item-btn {
  text-align: center;
}
.cid-vnNuIVHMyC .mbr-section-title,
.cid-vnNuIVHMyC .title-wrap {
  text-align: center;
}
.cid-vnNuIW0qjz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vnNuIW0qjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIW0qjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIW0qjz .card {
  justify-content: flex-end;
}
.cid-vnNuIW0qjz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIW0qjz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNuIW0qjz .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuIW0qjz .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNuIW0qjz .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNuIW0qjz .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNuIW0qjz .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNuIW0qjz .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #004d5f;
}
.cid-vnNuIW0qjz .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -4px #e9e9e9;
}
.cid-vnNuIW0qjz .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNuIW0qjz .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNuIW0qjz .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNuIW0qjz .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIW0qjz .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNuIW0qjz .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNuIW0qjz .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNuIW0qjz .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNuIW0qjz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuIW0qjz .mbr-section-btn .btn-primary-outline,
.cid-vnNuIW0qjz .mbr-section-btn .btn-secondary-outline,
.cid-vnNuIW0qjz .mbr-section-btn .btn-success-outline,
.cid-vnNuIW0qjz .mbr-section-btn .btn-info-outline,
.cid-vnNuIW0qjz .mbr-section-btn .btn-warning-outline,
.cid-vnNuIW0qjz .mbr-section-btn .btn-danger-outline,
.cid-vnNuIW0qjz .mbr-section-btn .btn-black-outline,
.cid-vnNuIW0qjz .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuIW0qjz .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIW0qjz .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuIW0qjz .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuIW0qjz .mbr-section-title {
  color: #171719;
}
.cid-vnNuIW0qjz .item-price {
  color: #171719;
  text-align: center;
}
.cid-vnNuIW0qjz .item-title {
  color: #171719;
}
.cid-vnNuIW0qjz .item-text {
  color: #565661;
  text-align: center;
}
.cid-vnNuIW0qjz .item-title,
.cid-vnNuIW0qjz .item-btn {
  text-align: center;
}
.cid-vnNuIW0qjz .mbr-section-title,
.cid-vnNuIW0qjz .title-wrap {
  text-align: center;
}
.cid-vnNuIWmklm {
  background-image: url("../../../assets/images/key-west-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuIWmklm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIWmklm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIWmklm .image-wrap {
  height: 300px;
}
.cid-vnNuIWDapC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnNuIWDapC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIWDapC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIWDapC .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIWDapC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuIWDapC .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuIWDapC .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuIWDapC .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuIWDapC .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuIWDapC .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuIWDapC .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuIWDapC .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIWDapC .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuIWDapC .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuIWDapC .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuIWDapC .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuIWDapC .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuIWDapC .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuIWDapC .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuIWDapC .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuIWDapC .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuIWDapC .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuIWDapC .mbr-label,
.cid-vnNuIWDapC .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuIWDapC .mbr-section-title,
.cid-vnNuIWDapC .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuIWDapC .mbr-desc {
  color: #ffffff;
}
.cid-vnNuIWDapC .item-text {
  color: #565661;
}
.cid-vnNuIWDapC .item-name {
  color: #171719;
}
.cid-vnNuIWDapC .item-role {
  color: #565661;
}
.cid-vnNuIWUua5 {
  background-image: url("../../../assets/images/heart-of-the-cosmos-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuIWUua5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIWUua5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIWUua5 .image-wrap {
  height: 300px;
}
.cid-vnNuIXbNJV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnNuIXbNJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIXbNJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIXbNJV .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIXbNJV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuIXbNJV .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuIXbNJV .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuIXbNJV .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuIXbNJV .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuIXbNJV .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuIXbNJV .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuIXbNJV .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIXbNJV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuIXbNJV .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuIXbNJV .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuIXbNJV .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
}
.cid-vnNuIXbNJV .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuIXbNJV .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuIXbNJV .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuIXbNJV .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuIXbNJV .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuIXbNJV .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuIXbNJV .mbr-label,
.cid-vnNuIXbNJV .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuIXbNJV .mbr-section-title,
.cid-vnNuIXbNJV .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuIXbNJV .mbr-desc {
  color: #ffffff;
}
.cid-vnNuIXbNJV .item-text {
  color: #565661;
}
.cid-vnNuIXbNJV .item-name {
  color: #171719;
}
.cid-vnNuIXbNJV .item-role {
  color: #565661;
}
.cid-vnNuIXuty3 {
  background-image: url("../../../assets/images/sound-of-the-party-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnNuIXuty3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIXuty3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIXuty3 .image-wrap {
  height: 300px;
}
.cid-vnNuIXMy32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(-25deg, #fafafa 50%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vnNuIXMy32 {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vnNuIXMy32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIXMy32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIXMy32 .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuIXMy32 .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vnNuIXMy32 .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vnNuIXMy32 .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vnNuIXMy32 .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuIXMy32 .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vnNuIXMy32 .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuIXMy32 .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
  background-color: #fafafa;
}
.cid-vnNuIXMy32 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnNuIXMy32 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIXMy32 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vnNuIXMy32 .content-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vnNuIXMy32 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNuIXMy32 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnNuIXMy32 .content-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white:focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary.focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary.focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success.focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info.focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning.focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger.focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black.focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white.focus,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary.active,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary.active,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success.active,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info.active,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning.active,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger.active,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black.active,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success:hover::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info:hover::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black:hover::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white:hover::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success:focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info:focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black:focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white:focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success.focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info.focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black.focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white.focus::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary.active::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success.active::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info.active::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning.active::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger.active::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black.active::before,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuIXMy32 .content-wrapper .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuIXMy32 .image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vnNuIXMy32 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vnNuIXMy32 .image-wrapper img {
  height: 220px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vnNuIXMy32 .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-vnNuIXMy32 .mbr-section-title {
  color: #171719;
}
.cid-vnNuIXMy32 .mbr-section-subtitle {
  color: #565661;
}
.cid-vnNuIXMy32 .mbr-text,
.cid-vnNuIXMy32 .text-wrapper {
  color: #565661;
}
.cid-vnNuIY4nmB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuIY4nmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIY4nmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIY4nmB .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIY4nmB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuIY4nmB .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuIY4nmB .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vnNuIY4nmB .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuIY4nmB .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuIY4nmB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuIY4nmB .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuIY4nmB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuIY4nmB .items-wrapper {
  margin: 0 -10px;
  align-items: flex-end;
}
.cid-vnNuIY4nmB .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuIY4nmB .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIY4nmB .item:last-child {
    margin-bottom: 20px;
  }
}
.cid-vnNuIY4nmB .item .item-wrapper {
  padding: 40px;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuIY4nmB .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuIY4nmB .item .item-wrapper .label-wrap .item-label {
  display: inline-flex;
  padding: 4px 16px;
  background-color: #fafafa;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuIY4nmB .item .item-wrapper .item-title_1,
.cid-vnNuIY4nmB .item .item-wrapper .item-title_2 {
  margin-bottom: 20px;
}
.cid-vnNuIY4nmB .item .item-wrapper .item-text_1,
.cid-vnNuIY4nmB .item .item-wrapper .item-text_2 {
  margin-bottom: 20px;
}
.cid-vnNuIY4nmB .item .item-wrapper .item-price_1,
.cid-vnNuIY4nmB .item .item-wrapper .item-price_2 {
  margin-bottom: 0;
}
.cid-vnNuIY4nmB .item .item-wrapper .item-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vnNuIY4nmB .item .item-wrapper .item-btn .btn {
  width: 100%;
}
.cid-vnNuIY4nmB .item .item-wrapper .list_1,
.cid-vnNuIY4nmB .item .item-wrapper .list_2 {
  margin-top: 20px;
  padding-left: 18px;
  margin-bottom: 0;
}
.cid-vnNuIY4nmB .item .item-wrapper .list_1 .item-wrap_1,
.cid-vnNuIY4nmB .item .item-wrapper .list_2 .item-wrap_1,
.cid-vnNuIY4nmB .item .item-wrapper .list_1 .item-wrap_2,
.cid-vnNuIY4nmB .item .item-wrapper .list_2 .item-wrap_2 {
  margin-bottom: 16px;
}
.cid-vnNuIY4nmB .item .item-wrapper .list_1 .item-wrap_1:last-child,
.cid-vnNuIY4nmB .item .item-wrapper .list_2 .item-wrap_1:last-child,
.cid-vnNuIY4nmB .item .item-wrapper .list_1 .item-wrap_2:last-child,
.cid-vnNuIY4nmB .item .item-wrapper .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-vnNuIY4nmB .item .item-wrapper .list_1 .item-wrap_1::marker,
.cid-vnNuIY4nmB .item .item-wrapper .list_2 .item-wrap_1::marker {
  color: #004d5f;
}
.cid-vnNuIY4nmB .item .item-wrapper .list_1 .item-wrap_2::marker,
.cid-vnNuIY4nmB .item .item-wrapper .list_2 .item-wrap_2::marker {
  color: #ffffff;
}
.cid-vnNuIY4nmB .item .card_1 {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
}
.cid-vnNuIY4nmB .item .card_2 {
  background-color: #171719;
  border: 1px solid #171719;
}
.cid-vnNuIY4nmB .mbr-label,
.cid-vnNuIY4nmB .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuIY4nmB .mbr-section-title,
.cid-vnNuIY4nmB .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuIY4nmB .mbr-text,
.cid-vnNuIY4nmB .text-wrapper {
  color: #565661;
  text-align: center;
}
.cid-vnNuIY4nmB .item-label {
  color: #ffffff;
}
.cid-vnNuIY4nmB .item-title_1 {
  color: #171719;
}
.cid-vnNuIY4nmB .item-title_2 {
  color: #ffffff;
}
.cid-vnNuIY4nmB .item-text_1 {
  color: #565661;
}
.cid-vnNuIY4nmB .item-text_2 {
  color: #ffffff;
}
.cid-vnNuIY4nmB .item-price_1 {
  color: #171719;
}
.cid-vnNuIY4nmB .item-price_2 {
  color: #ffffff;
}
.cid-vnNuIY4nmB .list_1 {
  color: #565661;
}
.cid-vnNuIY4nmB .list_2 {
  color: #ffffff;
}
.cid-vnNuIY4nmB .item-label,
.cid-vnNuIY4nmB .label-wrap {
  color: #FFFFFF;
}
.cid-vnNuIYrbl4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vnNuIYrbl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIYrbl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIYrbl4 .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vnNuIYrbl4 .item {
  margin-bottom: 30px;
}
.cid-vnNuIYrbl4 .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-vnNuIYrbl4 .item .item-wrapper .item-img img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnNuIYrbl4 .item .item-wrapper .item-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuIYrbl4 .item .item-wrapper .item-img img {
    width: 40%;
  }
}
@media (max-width: 425px) {
  .cid-vnNuIYrbl4 .item .item-wrapper .item-img img {
    width: 60%;
  }
}
.cid-vnNuIYrbl4 .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vnNuIYrbl4 .mbr-label,
.cid-vnNuIYrbl4 .label-wrapper {
  color: #171719;
}
.cid-vnNuIYOTY2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuIYOTY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIYOTY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIYOTY2 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIYOTY2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuIYOTY2 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuIYOTY2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuIYOTY2 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuIYOTY2 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuIYOTY2 .content-wrap {
  margin: 0 -10px;
}
.cid-vnNuIYOTY2 .content-wrap .card {
  padding: 0 10px;
}
.cid-vnNuIYOTY2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuIYOTY2 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vnNuIYOTY2 .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vnNuIYOTY2 .items-wrapper .item:focus .item-wrapper .item-title {
  color: #004d5f;
}
.cid-vnNuIYOTY2 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuIYOTY2 .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuIYOTY2 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vnNuIYOTY2 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuIYOTY2 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vnNuIYOTY2 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIYOTY2 .items-wrapper .item .item-wrapper .item-title {
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.cid-vnNuIYOTY2 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuIYOTY2 .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuIYOTY2 .card-wrapper {
  padding: 30px;
  background-color: #171719;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vnNuIYOTY2 .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vnNuIYOTY2 .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vnNuIYOTY2 .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vnNuIYOTY2 .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vnNuIYOTY2 .card-wrapper .image-wrapper {
  min-height: 270px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vnNuIYOTY2 .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vnNuIYOTY2 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vnNuIYOTY2 .mbr-label,
.cid-vnNuIYOTY2 .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuIYOTY2 .mbr-section-title,
.cid-vnNuIYOTY2 .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuIYOTY2 .mbr-desc {
  color: #ffffff;
}
.cid-vnNuIYOTY2 .item-title {
  color: #171719;
}
.cid-vnNuIYOTY2 .item-text {
  color: #565661;
}
.cid-vnNuIZdhky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(190deg, #fafafa 65%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vnNuIZdhky {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vnNuIZdhky .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIZdhky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIZdhky .card-wrapper {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  padding: 40px 40px 50px 40px;
}
@media (max-width: 992px) {
  .cid-vnNuIZdhky .card-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuIZdhky .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vnNuIZdhky .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuIZdhky .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuIZdhky .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vnNuIZdhky .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vnNuIZdhky .embla__slide .slide-content {
  width: 100%;
}
.cid-vnNuIZdhky .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-vnNuIZdhky .embla__slide .slide-content .item-wrapper .item-text {
    padding: 0;
  }
}
.cid-vnNuIZdhky .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuIZdhky .embla__slide .slide-content .item-wrapper .person-wrapper {
    margin-top: 30px;
  }
}
.cid-vnNuIZdhky .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background-color: #fafafa;
  gap: 16px;
}
.cid-vnNuIZdhky .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuIZdhky .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
.cid-vnNuIZdhky .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuIZdhky .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuIZdhky .embla__button--next,
.cid-vnNuIZdhky .embla__button--prev {
  display: flex;
}
.cid-vnNuIZdhky .embla__button {
  bottom: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  background-color: transparent !important;
  color: #171719 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vnNuIZdhky .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-vnNuIZdhky .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vnNuIZdhky .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vnNuIZdhky .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vnNuIZdhky .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnNuIZdhky .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vnNuIZdhky .embla__viewport {
    padding: 0;
  }
}
.cid-vnNuIZdhky .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnNuIZdhky .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnNuIZdhky .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnNuIZdhky .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnNuIZdhky .mbr-label,
.cid-vnNuIZdhky .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuIZdhky .item-text {
  color: #171719;
}
.cid-vnNuIZdhky .item-text,
.cid-vnNuIZdhky .person-wrapper {
  text-align: center;
}
.cid-vnNuIZdhky .item-name {
  color: #171719;
  text-align: left;
}
.cid-vnNuIZdhky .item-role {
  color: #565661;
  text-align: left;
}
.cid-vnNuIZGvMr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 38%, #ffffff 90%);
}
.cid-vnNuIZGvMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuIZGvMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuIZGvMr .content-wrapper {
  position: relative;
  padding: 4px;
}
.cid-vnNuIZGvMr .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 1;
}
.cid-vnNuIZGvMr .content-wrapper .shadow-wrap {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  filter: blur(40px) brightness(1);
  opacity: 0.5;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vnNuIZGvMr .content-wrapper .content-wrap {
    padding: 10px 10px 100px 10px;
  }
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper {
  width: 100%;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 20px;
  background-color: #e9e9e9;
  margin-bottom: 24px;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box {
    padding: 0 10px;
  }
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active::before,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuIZGvMr .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuIZGvMr .content-wrapper .content-wrap .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuIZGvMr .mbr-desc {
  color: #171719;
}
.cid-vnNuIZGvMr .mbr-section-title {
  color: #171719;
}
.cid-vnNuIZGvMr .mbr-text {
  color: #565661;
}
.cid-vnNuJ04VzD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 50%, #fafafa 100%);
}
.cid-vnNuJ04VzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuJ04VzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuJ04VzD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuJ04VzD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnNuJ04VzD .card-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuJ04VzD .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vnNuJ04VzD .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuJ04VzD .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vnNuJ04VzD .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  background-color: #ffffff;
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vnNuJ04VzD .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #004d5f;
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #004d5f;
  transform: rotate(-180deg);
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-vnNuJ04VzD .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-vnNuJ04VzD .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-vnNuJ04VzD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnNuJ04VzD .panel-title-edit {
  color: #171719;
}
.cid-vnNuJ04VzD .panel-text {
  color: #565661;
}
.cid-vnNuJ0teRD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuJ0teRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuJ0teRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuJ0teRD .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuJ0teRD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuJ0teRD .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuJ0teRD .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuJ0teRD .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuJ0teRD .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuJ0teRD .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNuJ0teRD .items-wrapper .item {
  padding: 0 10px;
}
.cid-vnNuJ0teRD .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuJ0teRD .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNuJ0teRD .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vnNuJ0teRD .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vnNuJ0teRD .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuJ0teRD .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vnNuJ0teRD .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnNuJ0teRD .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnNuJ0teRD .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnNuJ0teRD .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnNuJ0teRD .btn-wrapper {
  margin-top: 0;
}
.cid-vnNuJ0teRD .mbr-label,
.cid-vnNuJ0teRD .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuJ0teRD .mbr-section-title,
.cid-vnNuJ0teRD .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuJ0teRD .mbr-desc {
  color: #ffffff;
}
.cid-vnNuJ0teRD .item-text {
  color: #565661;
}
.cid-vnNuJ0teRD .item-name {
  color: #171719;
}
.cid-vnNuJ0teRD .item-role {
  color: #565661;
}
.cid-vnNuJ0V96x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuJ0V96x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuJ0V96x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuJ0V96x .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuJ0V96x .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuJ0V96x .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuJ0V96x .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuJ0V96x .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuJ0V96x .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuJ0V96x .tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  .cid-vnNuJ0V96x .tabs-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vnNuJ0V96x .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #e9e9e9;
  padding: 6px;
  background-color: #ffffff;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vnNuJ0V96x .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vnNuJ0V96x .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
@media (max-width: 992px) {
  .cid-vnNuJ0V96x .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vnNuJ0V96x .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #565661;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vnNuJ0V96x .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.cid-vnNuJ0V96x .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #565661;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuJ0V96x .tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vnNuJ0V96x .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content .card-box {
  width: 60%;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vnNuJ0V96x .tab-content .tab-pane .item-content .card-box {
    padding: 30px 10px 20px;
    width: 100%;
  }
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuJ0V96x .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 0;
  color: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content .image-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuJ0V96x .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
  }
}
.cid-vnNuJ0V96x .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary:hover,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary:hover,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success:hover,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info:hover,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning:hover,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger:hover,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black:hover,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white:hover,
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary:focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary:focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success:focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info:focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning:focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger:focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black:focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white:focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary.focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary.focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success.focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info.focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning.focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger.focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black.focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white.focus,
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary.active,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary.active,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success.active,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info.active,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning.active,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger.active,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black.active,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary:hover::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary:hover::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success:hover::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info:hover::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning:hover::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger:hover::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black:hover::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white:hover::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary:focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary:focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success:focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info:focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning:focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger:focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black:focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white:focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary.focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary.focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success.focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info.focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning.focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger.focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black.focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white.focus::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary.active::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary.active::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success.active::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info.active::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning.active::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger.active::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black.active::before,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary-outline,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary-outline,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success-outline,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info-outline,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning-outline,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger-outline,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black-outline,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuJ0V96x .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuJ0V96x .mbr-label,
.cid-vnNuJ0V96x .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuJ0V96x .mbr-section-title,
.cid-vnNuJ0V96x .title-wrap,
.cid-vnNuJ0V96x .tabs-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuJ0V96x .item-title {
  color: #171719;
}
.cid-vnNuJ0V96x .item-text {
  color: #565661;
}
.cid-vnNuJ0V96x .list {
  color: #171719;
}
.cid-vnNuJ1oN8K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuJ1oN8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuJ1oN8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuJ1oN8K .content-wrap {
  margin: 0 -25px;
}
.cid-vnNuJ1oN8K .content-wrap .card {
  padding: 0 25px;
}
.cid-vnNuJ1oN8K .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuJ1oN8K .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vnNuJ1oN8K .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.5;
  z-index: 1;
}
.cid-vnNuJ1oN8K .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnNuJ1oN8K .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vnNuJ1oN8K .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuJ1oN8K .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuJ1oN8K .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuJ1oN8K .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuJ1oN8K .items-wrapper {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 992px) {
  .cid-vnNuJ1oN8K .items-wrapper {
    padding-left: 23px;
  }
}
.cid-vnNuJ1oN8K .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(180deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuJ1oN8K .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vnNuJ1oN8K .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vnNuJ1oN8K .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vnNuJ1oN8K .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuJ1oN8K .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNuJ1oN8K .mbr-section-btn .btn-primary-outline,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-secondary-outline,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-success-outline,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-info-outline,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-warning-outline,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-danger-outline,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-black-outline,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vnNuJ1oN8K .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuJ1oN8K .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vnNuJ1oN8K .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vnNuJ1oN8K .mbr-label,
.cid-vnNuJ1oN8K .label-wrapper {
  color: #171719;
}
.cid-vnNuJ1oN8K .mbr-section-title {
  color: #171719;
}
.cid-vnNuJ1oN8K .mbr-desc {
  color: #ffffff;
}
.cid-vnNuJ1oN8K .item-title {
  color: #171719;
}
.cid-vnNuJ1oN8K .item-text {
  color: #565661;
}
.cid-vnNuJ1PgGc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vnNuJ1PgGc .item:focus,
.cid-vnNuJ1PgGc span:focus {
  outline: none;
}
.cid-vnNuJ1PgGc .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vnNuJ1PgGc .content-head {
  max-width: 800px;
}
.cid-vnNuJ1PgGc .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnNuJ2gkrP {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/photo-1583119912267-cc97c911e416.webp");
}
.cid-vnNuJ2gkrP .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #171719 -30%, transparent 100%);
}
.cid-vnNuJ2gkrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuJ2gkrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuJ2gkrP .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 300px;
}
@media (max-width: 1440px) {
  .cid-vnNuJ2gkrP .content-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuJ2gkrP .content-wrapper {
    padding-top: 0;
  }
}
.cid-vnNuJ2gkrP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuJ2gkrP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnNuJ2gkrP .items-wrapper {
  margin: 0 -25px;
}
.cid-vnNuJ2gkrP .items-wrapper .item {
  padding: 0 25px;
  margin-bottom: 40px;
}
.cid-vnNuJ2gkrP .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vnNuJ2gkrP .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vnNuJ2gkrP .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vnNuJ2gkrP .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuJ2gkrP .item-title {
  color: #ffffff;
}
.cid-vnNuJ2gkrP .item-text {
  color: #ffffff;
}
.cid-vnNuJ2FmDS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vnNuJ2FmDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuJ2FmDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuJ2FmDS .card-wrapper {
  padding: 40px 40px 50px 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnNuJ2FmDS .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vnNuJ2FmDS .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuJ2FmDS .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuJ2FmDS .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuJ2FmDS .card-wrapper .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuJ2FmDS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuJ2FmDS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuJ2FmDS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  background-color: transparent;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #565661;
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #565661;
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #171719 !important;
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #565661;
  border-color: #565661;
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vnNuJ2FmDS .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0.6rem;
  margin-bottom: 0;
}
.cid-vnNuJ2FmDS .mbr-label,
.cid-vnNuJ2FmDS .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuJ2FmDS .mbr-section-title {
  color: #171719;
}
.cid-vnNuJ2FmDS label {
  color: #565661;
}
.cid-vnNuJ2FmDS .mbr-section-title,
.cid-vnNuJ2FmDS .mbr-section-btn,
.cid-vnNuJ2FmDS .title-wrap {
  text-align: center;
}
.cid-vnNuJ36iXD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnNuJ36iXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuJ36iXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuJ36iXD .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuJ36iXD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuJ36iXD .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuJ36iXD .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuJ36iXD .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnNuJ36iXD .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnNuJ36iXD .content-wrap {
  margin: 0 -25px;
}
.cid-vnNuJ36iXD .content-wrap .card {
  padding: 0 25px;
}
.cid-vnNuJ36iXD .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-vnNuJ36iXD .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vnNuJ36iXD .items-wrapper .item:hover .item-wrapper .item-text,
.cid-vnNuJ36iXD .items-wrapper .item:focus .item-wrapper .item-text {
  color: #004d5f;
}
.cid-vnNuJ36iXD .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vnNuJ36iXD .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vnNuJ36iXD .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vnNuJ36iXD .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vnNuJ36iXD .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vnNuJ36iXD .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vnNuJ36iXD .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vnNuJ36iXD .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vnNuJ36iXD .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-vnNuJ36iXD .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-vnNuJ36iXD .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-vnNuJ36iXD .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnNuJ36iXD .mbr-label,
.cid-vnNuJ36iXD .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vnNuJ36iXD .mbr-section-title,
.cid-vnNuJ36iXD .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vnNuJ36iXD .item-title {
  color: #565661;
}
.cid-vnNuJ36iXD .item-text {
  color: #171719;
}
.cid-vnNuJ3zZze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vnNuJ3zZze .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuJ3zZze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuJ3zZze .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuJ3zZze .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuJ3zZze .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vnNuJ3zZze .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuJ3zZze .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vnNuJ3zZze .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuJ3zZze .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuJ3zZze .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuJ3zZze .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vnNuJ3zZze .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuJ3zZze .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vnNuJ3zZze .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuJ3zZze .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vnNuJ3zZze .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuJ3zZze .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vnNuJ3zZze .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuJ3zZze .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vnNuJ3zZze .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vnNuJ3zZze .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vnNuJ3zZze .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vnNuJ3zZze .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuJ3zZze .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuJ3zZze .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vnNuJ3zZze .card {
  justify-content: center;
}
.cid-vnNuJ3zZze .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vnNuJ3zZze .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnNuJ3zZze .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vnNuJ3zZze .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuJ3zZze .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vnNuJ3zZze .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vnNuJ3zZze .social-wrapper .social-wrap .soc-item:hover,
.cid-vnNuJ3zZze .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vnNuJ3zZze .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vnNuJ3zZze .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vnNuJ3zZze .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vnNuJ3zZze .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuJ3zZze .mbr-label {
  color: #ffffff;
}
.cid-vnNuJ3zZze .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuJ3zZze .mbr-text {
  color: #ffffff;
}
.cid-vnNuJ3zZze .mbr-list-title {
  color: #ffffff;
}
.cid-vnNuJ3zZze .list {
  color: #ffffff;
}
.cid-vnNuTf6irR {
  z-index: 1000;
  width: 100%;
}
.cid-vnNuTf6irR nav.navbar {
  position: fixed;
}
.cid-vnNuTf6irR .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnNuTf6irR .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnNuTf6irR .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-vnNuTf6irR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnNuTf6irR .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vnNuTf6irR .dropdown-item:hover,
.cid-vnNuTf6irR .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vnNuTf6irR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnNuTf6irR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnNuTf6irR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnNuTf6irR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnNuTf6irR .nav-link {
  position: relative;
}
.cid-vnNuTf6irR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vnNuTf6irR .container {
    flex-wrap: nowrap;
  }
}
.cid-vnNuTf6irR .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuTf6irR .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vnNuTf6irR .dropdown-menu,
.cid-vnNuTf6irR .navbar.opened {
  background: #ffffff !important;
}
.cid-vnNuTf6irR .nav-item:focus,
.cid-vnNuTf6irR .nav-link:focus {
  outline: none;
}
.cid-vnNuTf6irR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnNuTf6irR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnNuTf6irR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnNuTf6irR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnNuTf6irR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnNuTf6irR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnNuTf6irR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vnNuTf6irR .navbar.opened {
  transition: all 0.3s;
}
.cid-vnNuTf6irR .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vnNuTf6irR .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnNuTf6irR .navbar .navbar-logo img {
  width: auto;
}
.cid-vnNuTf6irR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnNuTf6irR .navbar.collapsed {
  justify-content: center;
}
.cid-vnNuTf6irR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnNuTf6irR .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vnNuTf6irR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnNuTf6irR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vnNuTf6irR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnNuTf6irR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnNuTf6irR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vnNuTf6irR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnNuTf6irR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnNuTf6irR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnNuTf6irR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnNuTf6irR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnNuTf6irR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnNuTf6irR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnNuTf6irR .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-vnNuTf6irR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnNuTf6irR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnNuTf6irR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vnNuTf6irR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnNuTf6irR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnNuTf6irR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnNuTf6irR .navbar.navbar-short {
  min-height: 100px;
}
.cid-vnNuTf6irR .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vnNuTf6irR .navbar-brand {
  min-height: 100px;
  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-vnNuTf6irR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vnNuTf6irR .navbar-brand .navbar-caption:hover,
.cid-vnNuTf6irR .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNuTf6irR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnNuTf6irR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnNuTf6irR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNuTf6irR .dropdown-item.active,
.cid-vnNuTf6irR .dropdown-item:active {
  background-color: transparent;
}
.cid-vnNuTf6irR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnNuTf6irR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnNuTf6irR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnNuTf6irR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuTf6irR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnNuTf6irR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnNuTf6irR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnNuTf6irR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vnNuTf6irR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vnNuTf6irR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnNuTf6irR .navbar-buttons {
    text-align: left;
  }
}
.cid-vnNuTf6irR .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnNuTf6irR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnNuTf6irR 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnNuTf6irR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vnNuTf6irR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnNuTf6irR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNuTf6irR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNuTf6irR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnNuTf6irR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNuTf6irR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnNuTf6irR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnNuTf6irR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNuTf6irR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnNuTf6irR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnNuTf6irR .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-vnNuTf6irR .navbar {
    height: 70px;
  }
  .cid-vnNuTf6irR .navbar.opened {
    height: auto;
  }
  .cid-vnNuTf6irR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnNuTf6irR .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnNuTf6irR .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vnNuTf6irR .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vnNuTf6irR .nav-item:hover::before {
  opacity: 1;
}
.cid-vnNuTf6irR .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vnNuTf6irR .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnNuTf6irR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vnNuTf6irR .nav-item .nav-link:hover,
.cid-vnNuTf6irR .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vnNuTf6irR .nav-item .nav-link:hover::before,
.cid-vnNuTf6irR .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vnNuTf6irR .nav-item .nav-link:hover::after,
.cid-vnNuTf6irR .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vnNuTf6irR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnNuTf6irR .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vnNuTf6irR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnNuTf6irR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnNuTf6irR .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnNuTf6irR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnNuTf6irR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnNuTf6irR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnNuTf6irR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnNuTf6irR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnNuTf6irR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnNuTf6irR .content-wrap {
  min-height: 100px;
}
.cid-vnNuTfnAhU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f5f0;
}
.cid-vnNuTfnAhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuTfnAhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuTfnAhU .item {
  padding-bottom: 2rem;
}
.cid-vnNuTfnAhU .item-wrapper {
  position: relative;
}
.cid-vnNuTfnAhU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vnNuTfnAhU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vnNuTfnAhU .carousel-control,
.cid-vnNuTfnAhU .close {
  background: #1b1b1b;
}
.cid-vnNuTfnAhU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vnNuTfnAhU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vnNuTfnAhU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vnNuTfnAhU .carousel-control-next span {
  margin-left: 5px;
}
.cid-vnNuTfnAhU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vnNuTfnAhU .close::before {
  content: '\e91a';
}
.cid-vnNuTfnAhU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnNuTfnAhU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vnNuTfnAhU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuTfnAhU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnNuTfnAhU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnNuTfnAhU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vnNuTfnAhU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vnNuTfnAhU .carousel-indicators li.active,
.cid-vnNuTfnAhU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnNuTfnAhU .carousel-indicators li::after,
.cid-vnNuTfnAhU .carousel-indicators li::before {
  content: none;
}
.cid-vnNuTfnAhU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnNuTfnAhU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vnNuTfnAhU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vnNuTfnAhU .carousel-indicators {
    display: none;
  }
}
.cid-vnNuTfnAhU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnNuTfnAhU .carousel-inner > .active {
  display: block;
}
.cid-vnNuTfnAhU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuTfnAhU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnNuTfnAhU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vnNuTfnAhU .carousel-control,
  .cid-vnNuTfnAhU .carousel-indicators,
  .cid-vnNuTfnAhU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vnNuTfnAhU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vnNuTfnAhU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnNuTfnAhU .carousel-indicators .active,
.cid-vnNuTfnAhU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vnNuTfnAhU .carousel-indicators .active {
  background: #fff;
}
.cid-vnNuTfnAhU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vnNuTfnAhU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vnNuTfnAhU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vnNuTfnAhU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vnNuTfnAhU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vnNuTfnAhU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vnNuTfnAhU .carousel {
  width: 100%;
}
.cid-vnNuTfnAhU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vnNuTfnAhU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vnNuTfnAhU .modal.fade .modal-dialog,
.cid-vnNuTfnAhU .modal.in .modal-dialog {
  transform: none;
}
.cid-vnNuTfnAhU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vnNuTfnAhU H6 {
  text-align: center;
}
.cid-vnNuTp7uQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vnNuTp7uQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuTp7uQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuTp7uQr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuTp7uQr .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vnNuTp7uQr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuTp7uQr .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vnNuTp7uQr .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuTp7uQr .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vnNuTp7uQr .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuTp7uQr .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuTp7uQr .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuTp7uQr .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vnNuTp7uQr .card {
  justify-content: center;
}
.cid-vnNuTp7uQr .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vnNuTp7uQr .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item:hover,
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuTp7uQr .mbr-label {
  color: #ffffff;
}
.cid-vnNuTp7uQr .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuTp7uQr .mbr-text {
  color: #ffffff;
}
.cid-vnNuTp7uQr .mbr-list-title {
  color: #ffffff;
}
.cid-vnNuTp7uQr .list {
  color: #ffffff;
}
.cid-voJQWGeyKH {
  z-index: 1000;
  width: 100%;
}
.cid-voJQWGeyKH nav.navbar {
  position: fixed;
}
.cid-voJQWGeyKH .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voJQWGeyKH .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voJQWGeyKH .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-voJQWGeyKH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voJQWGeyKH .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-voJQWGeyKH .dropdown-item:hover,
.cid-voJQWGeyKH .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-voJQWGeyKH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voJQWGeyKH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voJQWGeyKH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voJQWGeyKH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voJQWGeyKH .nav-link {
  position: relative;
}
.cid-voJQWGeyKH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-voJQWGeyKH .container {
    flex-wrap: nowrap;
  }
}
.cid-voJQWGeyKH .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voJQWGeyKH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-voJQWGeyKH .dropdown-menu,
.cid-voJQWGeyKH .navbar.opened {
  background: #ffffff !important;
}
.cid-voJQWGeyKH .nav-item:focus,
.cid-voJQWGeyKH .nav-link:focus {
  outline: none;
}
.cid-voJQWGeyKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voJQWGeyKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voJQWGeyKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voJQWGeyKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voJQWGeyKH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voJQWGeyKH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voJQWGeyKH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-voJQWGeyKH .navbar.opened {
  transition: all 0.3s;
}
.cid-voJQWGeyKH .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-voJQWGeyKH .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voJQWGeyKH .navbar .navbar-logo img {
  width: auto;
}
.cid-voJQWGeyKH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voJQWGeyKH .navbar.collapsed {
  justify-content: center;
}
.cid-voJQWGeyKH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voJQWGeyKH .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-voJQWGeyKH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voJQWGeyKH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-voJQWGeyKH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voJQWGeyKH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voJQWGeyKH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-voJQWGeyKH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voJQWGeyKH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voJQWGeyKH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voJQWGeyKH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voJQWGeyKH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voJQWGeyKH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voJQWGeyKH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voJQWGeyKH .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-voJQWGeyKH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voJQWGeyKH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voJQWGeyKH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-voJQWGeyKH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voJQWGeyKH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voJQWGeyKH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voJQWGeyKH .navbar.navbar-short {
  min-height: 100px;
}
.cid-voJQWGeyKH .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-voJQWGeyKH .navbar-brand {
  min-height: 100px;
  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-voJQWGeyKH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voJQWGeyKH .navbar-brand .navbar-caption:hover,
.cid-voJQWGeyKH .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voJQWGeyKH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voJQWGeyKH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voJQWGeyKH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voJQWGeyKH .dropdown-item.active,
.cid-voJQWGeyKH .dropdown-item:active {
  background-color: transparent;
}
.cid-voJQWGeyKH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voJQWGeyKH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voJQWGeyKH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voJQWGeyKH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voJQWGeyKH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voJQWGeyKH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voJQWGeyKH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voJQWGeyKH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voJQWGeyKH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voJQWGeyKH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voJQWGeyKH .navbar-buttons {
    text-align: left;
  }
}
.cid-voJQWGeyKH .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voJQWGeyKH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voJQWGeyKH 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voJQWGeyKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voJQWGeyKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voJQWGeyKH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voJQWGeyKH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voJQWGeyKH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voJQWGeyKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voJQWGeyKH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voJQWGeyKH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voJQWGeyKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voJQWGeyKH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voJQWGeyKH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voJQWGeyKH .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-voJQWGeyKH .navbar {
    height: 70px;
  }
  .cid-voJQWGeyKH .navbar.opened {
    height: auto;
  }
  .cid-voJQWGeyKH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voJQWGeyKH .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voJQWGeyKH .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-voJQWGeyKH .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-voJQWGeyKH .nav-item:hover::before {
  opacity: 1;
}
.cid-voJQWGeyKH .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-voJQWGeyKH .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voJQWGeyKH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-voJQWGeyKH .nav-item .nav-link:hover,
.cid-voJQWGeyKH .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-voJQWGeyKH .nav-item .nav-link:hover::before,
.cid-voJQWGeyKH .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-voJQWGeyKH .nav-item .nav-link:hover::after,
.cid-voJQWGeyKH .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-voJQWGeyKH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voJQWGeyKH .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-voJQWGeyKH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voJQWGeyKH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voJQWGeyKH .navbar {
    justify-content: flex-start !important;
  }
  .cid-voJQWGeyKH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voJQWGeyKH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voJQWGeyKH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voJQWGeyKH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voJQWGeyKH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voJQWGeyKH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voJQWGeyKH .content-wrap {
  min-height: 100px;
}
.cid-voJQWV8JYP {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voJQWV8JYP .showAlerts {
  display: block !important;
}
.cid-voJQWV8JYP .rowflexrev {
  display: -webkit-flex;
}
.cid-voJQWV8JYP .title {
  margin-bottom: 2rem;
}
.cid-voJQWV8JYP .mbr-section-subtitle {
  color: #767676;
}
.cid-voJQWV8JYP textarea.form-control {
  min-height: 188px;
}
.cid-voJQWV8JYP LABEL {
  color: #232323;
  display: initial;
}
.cid-voJQWV8JYP .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-voJQWV8JYP .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-voJQWV8JYP .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-voJQWV8JYP .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-voJQWV8JYP .alert {
  margin-bottom: 0;
}
.cid-voJQWV8JYP .alert-success {
  background-color: #70c770;
}
.cid-voJQWV8JYP .alert-danger {
  background-color: #ff4a52;
}
.cid-voJQWV8JYP .btn {
  display: inline-flex;
}
.cid-voJQWV8JYP .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-voJQWV8JYP .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-voJQWV8JYP .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-voJQWV8JYP input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-voJQWV8JYP input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-voJQWV8JYP input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-voJQWV8JYP input,
.cid-voJQWV8JYP option,
.cid-voJQWV8JYP textarea {
  color: #000000;
}
.cid-voJQWUB8ei {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voJQWUB8ei .mbr-fallback-image.disabled {
  display: none;
}
.cid-voJQWUB8ei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voJQWUB8ei .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voJQWUB8ei .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voJQWUB8ei .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-voJQWUB8ei .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voJQWUB8ei .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-voJQWUB8ei .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voJQWUB8ei .content-wrap {
  margin: 0 -25px;
}
.cid-voJQWUB8ei .content-wrap .card {
  padding: 0 25px;
}
.cid-voJQWUB8ei .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-voJQWUB8ei .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-voJQWUB8ei .items-wrapper .item:hover .item-wrapper .item-text,
.cid-voJQWUB8ei .items-wrapper .item:focus .item-wrapper .item-text {
  color: #004d5f;
}
.cid-voJQWUB8ei .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-voJQWUB8ei .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-voJQWUB8ei .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-voJQWUB8ei .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-voJQWUB8ei .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-voJQWUB8ei .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-voJQWUB8ei .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-voJQWUB8ei .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-voJQWUB8ei .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-voJQWUB8ei .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-voJQWUB8ei .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-voJQWUB8ei .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voJQWUB8ei .mbr-label,
.cid-voJQWUB8ei .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-voJQWUB8ei .mbr-section-title,
.cid-voJQWUB8ei .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-voJQWUB8ei .item-title {
  color: #565661;
}
.cid-voJQWUB8ei .item-text {
  color: #171719;
}
.cid-voJQWVH9Ym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-voJQWVH9Ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-voJQWVH9Ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voJQWVH9Ym .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voJQWVH9Ym .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-voJQWVH9Ym .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voJQWVH9Ym .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-voJQWVH9Ym .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-voJQWVH9Ym .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-voJQWVH9Ym .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-voJQWVH9Ym .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-voJQWVH9Ym .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voJQWVH9Ym .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-voJQWVH9Ym .card {
  justify-content: center;
}
.cid-voJQWVH9Ym .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-voJQWVH9Ym .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item:hover,
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-voJQWVH9Ym .mbr-label {
  color: #ffffff;
}
.cid-voJQWVH9Ym .mbr-section-title {
  color: #ffffff;
}
.cid-voJQWVH9Ym .mbr-text {
  color: #ffffff;
}
.cid-voJQWVH9Ym .mbr-list-title {
  color: #ffffff;
}
.cid-voJQWVH9Ym .list {
  color: #ffffff;
}
