.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Baloo 2', display;
  font-size: 8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.94rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.425rem;
}
.display-7 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.552rem;
    font-size: calc( 1.329rem + (1.94 - 1.329) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.329rem + (1.94 - 1.329) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1b3c7f !important;
}
.bg-success {
  background-color: #d0e5e8 !important;
}
.bg-info {
  background-color: #f54555 !important;
}
.bg-warning {
  background-color: #ffcd02 !important;
}
.bg-danger {
  background-color: #d1ad17 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b3c7f !important;
  border-color: #1b3c7f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0c1a38 !important;
  border-color: #0c1a38 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c1a38 !important;
  border-color: #0c1a38 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8dc6f9 !important;
  border-color: #8dc6f9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3b9df5 !important;
  border-color: #3b9df5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b9df5 !important;
  border-color: #3b9df5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f54555 !important;
  border-color: #f54555 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d80c1e !important;
  border-color: #d80c1e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d80c1e !important;
  border-color: #d80c1e !important;
}
.btn-success,
.btn-success:active {
  background-color: #d0e5e8 !important;
  border-color: #d0e5e8 !important;
  color: #3d747c !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #96c5cc !important;
  border-color: #96c5cc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3d747c !important;
  background-color: #96c5cc !important;
  border-color: #96c5cc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcd02 !important;
  border-color: #ffcd02 !important;
  color: #020200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #aa8900 !important;
  border-color: #aa8900 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #020200 !important;
  background-color: #aa8900 !important;
  border-color: #aa8900 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d1ad17 !important;
  border-color: #d1ad17 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #836c0e !important;
  border-color: #836c0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #836c0e !important;
  border-color: #836c0e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1b3c7f;
  color: #1b3c7f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c1a38 !important;
  background-color: transparent!important;
  border-color: #0c1a38 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b3c7f !important;
  border-color: #1b3c7f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8dc6f9;
  color: #8dc6f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b9df5 !important;
  background-color: transparent!important;
  border-color: #3b9df5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8dc6f9 !important;
  border-color: #8dc6f9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f54555;
  color: #f54555;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d80c1e !important;
  background-color: transparent!important;
  border-color: #d80c1e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f54555 !important;
  border-color: #f54555 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d0e5e8;
  color: #d0e5e8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #96c5cc !important;
  background-color: transparent!important;
  border-color: #96c5cc !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3d747c !important;
  background-color: #d0e5e8 !important;
  border-color: #d0e5e8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcd02;
  color: #ffcd02;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #aa8900 !important;
  background-color: transparent!important;
  border-color: #aa8900 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #020200 !important;
  background-color: #ffcd02 !important;
  border-color: #ffcd02 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d1ad17;
  color: #d1ad17;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #836c0e !important;
  background-color: transparent!important;
  border-color: #836c0e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d1ad17 !important;
  border-color: #d1ad17 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1b3c7f !important;
}
.text-secondary {
  color: #8dc6f9 !important;
}
.text-success {
  color: #d0e5e8 !important;
}
.text-info {
  color: #f54555 !important;
}
.text-warning {
  color: #ffcd02 !important;
}
.text-danger {
  color: #d1ad17 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #09142b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2c96f4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8cbfc6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c90b1c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9b7c00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #75610d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1b3c7f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f54555;
}
.alert-warning {
  background-color: #ffcd02;
}
.alert-danger {
  background-color: #d1ad17;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b3c7f;
  border-color: #1b3c7f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1b3c7f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4374d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5ce;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8ecbc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #1b3c7f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #1b3c7f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #1b3c7f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1b3c7f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1b3c7f;
  border-bottom-color: #1b3c7f;
}
.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: #1b3c7f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #8dc6f9 !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='%231b3c7f' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vmUXeBIKzt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vmUXeBIKzt nav.navbar {
  position: fixed;
}
.cid-vmUXeBIKzt .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vmUXeBIKzt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vmUXeBIKzt .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-vmUXeBIKzt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vmUXeBIKzt .dropdown-item {
  border: none !important;
  background: #f3f2f2 !important;
}
.cid-vmUXeBIKzt .dropdown-item:hover,
.cid-vmUXeBIKzt .dropdown-item:focus {
  background: #004d81 !important;
  color: #ffffff !important;
}
.cid-vmUXeBIKzt .dropdown-item:hover span {
  color: white;
}
.cid-vmUXeBIKzt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmUXeBIKzt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmUXeBIKzt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmUXeBIKzt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmUXeBIKzt .nav-link {
  position: relative;
}
.cid-vmUXeBIKzt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vmUXeBIKzt .container {
    flex-wrap: nowrap;
  }
}
.cid-vmUXeBIKzt .iconfont-wrapper {
  color: #004d81 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vmUXeBIKzt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vmUXeBIKzt .dropdown-menu,
.cid-vmUXeBIKzt .navbar.opened {
  background: #f3f2f2 !important;
}
.cid-vmUXeBIKzt .nav-item:focus,
.cid-vmUXeBIKzt .nav-link:focus {
  outline: none;
}
.cid-vmUXeBIKzt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmUXeBIKzt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vmUXeBIKzt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmUXeBIKzt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmUXeBIKzt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmUXeBIKzt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmUXeBIKzt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f2f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmUXeBIKzt .navbar.opened {
  transition: all 0.3s;
}
.cid-vmUXeBIKzt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vmUXeBIKzt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vmUXeBIKzt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmUXeBIKzt .navbar.collapsed {
  justify-content: center;
}
.cid-vmUXeBIKzt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmUXeBIKzt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmUXeBIKzt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vmUXeBIKzt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmUXeBIKzt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmUXeBIKzt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vmUXeBIKzt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmUXeBIKzt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmUXeBIKzt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmUXeBIKzt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmUXeBIKzt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmUXeBIKzt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmUXeBIKzt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmUXeBIKzt .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-vmUXeBIKzt .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vmUXeBIKzt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmUXeBIKzt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vmUXeBIKzt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vmUXeBIKzt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmUXeBIKzt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmUXeBIKzt .navbar.navbar-short {
  min-height: 96px;
}
.cid-vmUXeBIKzt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vmUXeBIKzt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vmUXeBIKzt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vmUXeBIKzt .navbar-brand .navbar-caption:hover,
.cid-vmUXeBIKzt .navbar-brand .navbar-caption:focus {
  color: #004d81 !important;
}
.cid-vmUXeBIKzt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmUXeBIKzt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vmUXeBIKzt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vmUXeBIKzt .dropdown-item.active,
.cid-vmUXeBIKzt .dropdown-item:active {
  background-color: transparent;
}
.cid-vmUXeBIKzt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmUXeBIKzt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmUXeBIKzt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmUXeBIKzt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f2f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vmUXeBIKzt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vmUXeBIKzt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vmUXeBIKzt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmUXeBIKzt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vmUXeBIKzt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vmUXeBIKzt .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vmUXeBIKzt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vmUXeBIKzt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vmUXeBIKzt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vmUXeBIKzt 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: #f3f2f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmUXeBIKzt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #004d81;
}
.cid-vmUXeBIKzt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vmUXeBIKzt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmUXeBIKzt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmUXeBIKzt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vmUXeBIKzt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmUXeBIKzt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmUXeBIKzt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmUXeBIKzt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmUXeBIKzt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmUXeBIKzt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmUXeBIKzt .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-vmUXeBIKzt .navbar {
    height: 70px;
  }
  .cid-vmUXeBIKzt .navbar.opened {
    height: auto;
  }
  .cid-vmUXeBIKzt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmUXeBIKzt .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vmUXeBIKzt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vmUXeBIKzt .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vmUXeBIKzt .nav-item .nav-link::after {
  color: #004d81 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vmUXeBIKzt .nav-item .nav-link:hover {
  background-color: #004d81;
  color: #ffffff !important;
}
.cid-vmUXeBIKzt .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-vmUXeBIKzt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vmUXeBIKzt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vmUXeBIKzt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vmUXeBIKzt .navbar {
    justify-content: flex-start !important;
  }
  .cid-vmUXeBIKzt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vmUXeBIKzt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vmUXeBIKzt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vmUXeBIKzt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vmUXeBIKzt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vmUXeBIKzt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vmUXeBIKzt .content-wrap {
  min-height: 110px;
}
.cid-vmUXeBIKzt .mbr-section-btn .btn::after,
.cid-vmUXeBIKzt .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vmUXeBIKzt .mbr-section-btn .btn:hover,
.cid-vmUXeBIKzt .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vmUXeBIKzt .mbr-section-btn .btn:hover::after,
.cid-vmUXeBIKzt .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vmW20MXRPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pijamas-lillo-2-1729x910.jpg");
  position: relative;
}
.cid-vmW20MXRPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmW20MXRPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmW20MXRPL::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(45deg, #0f0e0e -15%, transparent 50%, #0f0e0e 115%);
}
.cid-vmW20MXRPL .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vmW20MXRPL .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
  width: 30%;
  position: relative;
  padding: 16px;
}
@media (max-width: 1840px) {
  .cid-vmW20MXRPL .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-vmW20MXRPL .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-vmW20MXRPL .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vmW20MXRPL .desc-wrapper .desc-wrap {
    width: auto;
  }
}
@media (max-width: 1440px) {
  .cid-vmW20MXRPL .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vmW20MXRPL .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-vmW20MXRPL .desc-wrapper .desc-wrap .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vmW20MXRPL .desc-wrapper .desc-wrap .corner_1 {
  top: 0;
  left: 0;
  border-top: 2px solid #ffedd6;
  border-left: 2px solid #ffedd6;
}
.cid-vmW20MXRPL .desc-wrapper .desc-wrap .corner_2 {
  bottom: 0;
  right: 0;
  border-right: 2px solid #ffedd6;
  border-bottom: 2px solid #ffedd6;
}
.cid-vmW20MXRPL .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vmW20MXRPL .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-vmW20MXRPL .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmW20MXRPL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vmW20MXRPL .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vmW20MXRPL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmW20MXRPL .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vmW20MXRPL .mbr-label {
  position: relative;
  z-index: 2;
  font-size: 270px;
  line-height: 1;
  margin-bottom: 2px;
  font-size: 200px;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 50px;
  }
}
@media (max-width: 1840px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 100px;
  }
}
@media (max-width: 1280px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 80px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vmW20MXRPL .mbr-label {
    font-size: 50px;
  }
}
.cid-vmW20MXRPL .mbr-section-title {
  color: #ffedd6;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.cid-vmW20MXRPL .mbr-text,
.cid-vmW20MXRPL .text-wrapper {
  color: #ffedd6;
  text-align: right;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vmW20MXRPL .mbr-desc {
  color: #ffedd6;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vmW20MXRPL .mbr-section-title,
.cid-vmW20MXRPL .mbr-section-btn {
  text-align: right;
}
.cid-vmW9AkCKHZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #003152;
}
.cid-vmW9AkCKHZ .mbr-text {
  color: #f3f2f2;
}
.cid-vmW9AkCKHZ .media-container-row {
  flex-wrap: wrap;
}
.cid-vmW9AkCKHZ .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-vmW9AkCKHZ .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-vmW9AkCKHZ .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #ffcd02;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-vmW9AkCKHZ .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-vmW9AkCKHZ .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmW9AkCKHZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-vmW9AkCKHZ .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-vmW9AkCKHZ .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-vmW9AkCKHZ .card-title {
  color: #ffffff;
}
.cid-vmWgA0PIIl {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #eae8ea;
}
.cid-vmWgA0PIIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWgA0PIIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWgA0PIIl .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-vmWgA0PIIl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmWgA0PIIl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmWgA0PIIl .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmWRDeE0cD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b3c7f;
}
.cid-vmWRDeE0cD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWRDeE0cD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWRDeE0cD .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-vmWRDeE0cD .mbr-section-title {
  color: #ffe161;
}
.cid-vmWRDeE0cD .mbr-section-subtitle {
  color: #fafafa;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vmWRDeE0cD .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vmWRDeE0cD .card-row {
  align-items: stretch;
}
.cid-vmWRDeE0cD .card {
  margin: 15px 0;
}
.cid-vmWRDeE0cD .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #003152, #00236b);
}
@media (max-width: 1199px) {
  .cid-vmWRDeE0cD .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-vmWRDeE0cD .card-wrapper {
    padding: 20px;
  }
}
.cid-vmWRDeE0cD .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-vmWRDeE0cD .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-vmWRDeE0cD .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #003152;
}
.cid-vmWRDeE0cD .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-vmWRDeE0cD .card-head-text {
  flex-grow: 1;
}
.cid-vmWRDeE0cD .name-title {
  color: #FFFFFF;
}
.cid-vmWRDeE0cD .name-text {
  color: #FF014E;
}
.cid-vmWRDeE0cD .card-title {
  color: #ffe161;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-vmWRDeE0cD .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: left;
}
.cid-vmWRDeE0cD .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-vmWRDeE0cD .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-vmWRDeE0cD .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-vmWREqXX8Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vmWREqXX8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWREqXX8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWREqXX8Z .content-wrap {
  margin: 0 -20px;
}
.cid-vmWREqXX8Z .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vmWREqXX8Z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmWREqXX8Z .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vmWREqXX8Z .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vmWREqXX8Z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmWREqXX8Z .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vmWREqXX8Z .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmWREqXX8Z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vmWREqXX8Z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vmWREqXX8Z .embla__slide .slide-content {
  width: 100%;
}
.cid-vmWREqXX8Z .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vmWREqXX8Z .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vmWREqXX8Z .embla__slide .slide-content .item-wrapper .item-img img {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .cid-vmWREqXX8Z .embla__slide .slide-content .item-wrapper .item-img img {
    height: 700px;
  }
}
.cid-vmWREqXX8Z .embla__button--next,
.cid-vmWREqXX8Z .embla__button--prev {
  display: flex;
}
.cid-vmWREqXX8Z .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vmWREqXX8Z .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vmWREqXX8Z .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vmWREqXX8Z .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vmWREqXX8Z .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vmWREqXX8Z .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vmWREqXX8Z .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vmWREqXX8Z .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vmWREqXX8Z .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vmWREqXX8Z .embla__viewport {
    padding: 0;
  }
}
.cid-vmWREqXX8Z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmWREqXX8Z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmWREqXX8Z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmWREqXX8Z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmWREqXX8Z .mbr-label {
  color: #232323;
}
.cid-vmWREqXX8Z .mbr-section-title {
  color: #ffffff;
}
.cid-vmWREqXX8Z .mbr-text {
  color: #ffffff;
}
.cid-vmWREqXX8Z .mbr-text,
.cid-vmWREqXX8Z .text-wrapper {
  color: #232323;
}
.cid-vmWREqXX8Z .mbr-section-title,
.cid-vmWREqXX8Z .mbr-section-btn {
  color: #000000;
}
.cid-vn1nYnRcA5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5df4d;
}
.cid-vn1nYnRcA5 .item:focus,
.cid-vn1nYnRcA5 span:focus {
  outline: none;
}
.cid-vn1nYnRcA5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vn1nYnRcA5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vn1nYnRcA5 .container {
    padding: 0 24px;
  }
}
.cid-vn1nYnRcA5 .content-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-vn1nYnRcA5 .content-wrapper .decor-wrap {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00236b;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-vn1nYnRcA5 .content-wrapper .decor-wrap {
    height: 500px;
  }
}
.cid-vn1nYnRcA5 .content-wrapper .mbr-emoji {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  box-shadow: 0px 0px 5px #262642;
}
@media (max-width: 992px) {
  .cid-vn1nYnRcA5 .content-wrapper .mbr-emoji {
    display: none;
  }
}
.cid-vn1nYnRcA5 .content-wrapper .mbr-emoji.emoji_1 {
  top: 0;
  left: 0;
  background-color: #00ccbd;
  transform: rotate(10deg);
}
.cid-vn1nYnRcA5 .content-wrapper .mbr-emoji.emoji_2 {
  top: 0;
  right: 14rem;
  background-color: #4a8dff;
  transform: rotate(-10deg);
}
@media (max-width: 1200px) {
  .cid-vn1nYnRcA5 .content-wrapper .mbr-emoji.emoji_2 {
    right: 8rem;
  }
}
.cid-vn1nYnRcA5 .content-wrapper .mbr-emoji.emoji_3 {
  bottom: 0;
  right: 4rem;
  background-color: #e5faf9;
  transform: rotate(-10deg);
}
.cid-vn1nYnRcA5 .content-wrapper .mbr-emoji.emoji_4 {
  bottom: 0;
  left: 10rem;
  background-color: #990066;
  transform: rotate(10deg);
}
.cid-vn1nYnRcA5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vn1nYnRcA5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vn1nYnRcA5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 768px) {
  .cid-vn1nYnRcA5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 420px;
    border-radius: 10px !important;
  }
}
.cid-vn1nYnRcA5 .embla__button--next,
.cid-vn1nYnRcA5 .embla__button--prev {
  display: flex;
}
.cid-vn1nYnRcA5 .embla__button {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #262642 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vn1nYnRcA5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vn1nYnRcA5 .embla__button:hover {
  background: transparent;
  color: #262642;
  opacity: .7;
}
.cid-vn1nYnRcA5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vn1nYnRcA5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vn1nYnRcA5 .embla {
  position: relative;
  z-index: 5;
  width: 400px;
  border: 26px solid #262642;
  border-radius: 3rem;
  background-color: #262642;
}
@media (max-width: 768px) {
  .cid-vn1nYnRcA5 .embla {
    width: 300px;
    border: 18px solid #262642;
    border-radius: 2rem;
  }
}
.cid-vn1nYnRcA5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vn1nYnRcA5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn1nYnRcA5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn1nYnRcA5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn627ciSUR {
  background-color: #24346c;
}
.cid-vn627ciSUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn627ciSUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vn627ciSUR .container {
    padding: 0 30px;
  }
}
.cid-vn627ciSUR .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vn627ciSUR .content-wrapper {
    display: block;
  }
}
.cid-vn627ciSUR .content-wrapper .card {
  justify-content: center;
}
.cid-vn627ciSUR .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #fafafa;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-vn627ciSUR .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-vn627ciSUR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vn627ciSUR .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vn627ciSUR .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vn627ciSUR .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vn627ciSUR .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  width: 100%;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vn627ciSUR .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-vn627ciSUR .mbr-section-title {
  color: #144031;
}
.cid-vn627ciSUR .mbr-text {
  color: #232323;
}
.cid-vn627ciSUR .mbr-section-title,
.cid-vn627ciSUR .mbr-section-btn {
  color: #000000;
}
.cid-vn6jOH3rRf {
  background-color: #24346c;
}
.cid-vn6jOH3rRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6jOH3rRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vn6jOH3rRf .container {
    padding: 0 30px;
  }
}
.cid-vn6jOH3rRf .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vn6jOH3rRf .content-wrapper {
    display: block;
  }
}
.cid-vn6jOH3rRf .content-wrapper .card {
  justify-content: center;
}
.cid-vn6jOH3rRf .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #fafafa;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-vn6jOH3rRf .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-vn6jOH3rRf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vn6jOH3rRf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vn6jOH3rRf .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vn6jOH3rRf .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vn6jOH3rRf .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  width: 100%;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vn6jOH3rRf .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-vn6jOH3rRf .mbr-section-title {
  color: #144031;
}
.cid-vn6jOH3rRf .mbr-text {
  color: #232323;
}
.cid-vn6jOH3rRf .mbr-section-title,
.cid-vn6jOH3rRf .mbr-section-btn {
  color: #000000;
}
.cid-vn6jZR1Mem {
  background-color: #24346c;
}
.cid-vn6jZR1Mem .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6jZR1Mem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vn6jZR1Mem .container {
    padding: 0 30px;
  }
}
.cid-vn6jZR1Mem .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vn6jZR1Mem .content-wrapper {
    display: block;
  }
}
.cid-vn6jZR1Mem .content-wrapper .card {
  justify-content: center;
}
.cid-vn6jZR1Mem .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #fafafa;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-vn6jZR1Mem .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-vn6jZR1Mem .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vn6jZR1Mem .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vn6jZR1Mem .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vn6jZR1Mem .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vn6jZR1Mem .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  width: 100%;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vn6jZR1Mem .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-vn6jZR1Mem .mbr-section-title {
  color: #144031;
}
.cid-vn6jZR1Mem .mbr-text {
  color: #232323;
}
.cid-vn6jZR1Mem .mbr-section-title,
.cid-vn6jZR1Mem .mbr-section-btn {
  color: #000000;
}
.cid-vn6kgIQzOj {
  background-color: #24346c;
}
.cid-vn6kgIQzOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6kgIQzOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vn6kgIQzOj .container {
    padding: 0 30px;
  }
}
.cid-vn6kgIQzOj .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vn6kgIQzOj .content-wrapper {
    display: block;
  }
}
.cid-vn6kgIQzOj .content-wrapper .card {
  justify-content: center;
}
.cid-vn6kgIQzOj .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #fafafa;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-vn6kgIQzOj .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-vn6kgIQzOj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vn6kgIQzOj .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vn6kgIQzOj .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vn6kgIQzOj .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vn6kgIQzOj .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  width: 100%;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vn6kgIQzOj .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-vn6kgIQzOj .mbr-section-title {
  color: #144031;
}
.cid-vn6kgIQzOj .mbr-text {
  color: #232323;
}
.cid-vn6kgIQzOj .mbr-section-title,
.cid-vn6kgIQzOj .mbr-section-btn {
  color: #000000;
}
.cid-vn6kt1iYic {
  background-color: #24346c;
}
.cid-vn6kt1iYic .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6kt1iYic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vn6kt1iYic .container {
    padding: 0 30px;
  }
}
.cid-vn6kt1iYic .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vn6kt1iYic .content-wrapper {
    display: block;
  }
}
.cid-vn6kt1iYic .content-wrapper .card {
  justify-content: center;
}
.cid-vn6kt1iYic .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #fafafa;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-vn6kt1iYic .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-vn6kt1iYic .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vn6kt1iYic .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vn6kt1iYic .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vn6kt1iYic .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vn6kt1iYic .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  width: 100%;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vn6kt1iYic .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-vn6kt1iYic .mbr-section-title {
  color: #144031;
}
.cid-vn6kt1iYic .mbr-text {
  color: #232323;
}
.cid-vn6kt1iYic .mbr-section-title,
.cid-vn6kt1iYic .mbr-section-btn {
  color: #000000;
}
.cid-vn6kFAryWS {
  background-color: #24346c;
}
.cid-vn6kFAryWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6kFAryWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vn6kFAryWS .container {
    padding: 0 30px;
  }
}
.cid-vn6kFAryWS .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vn6kFAryWS .content-wrapper {
    display: block;
  }
}
.cid-vn6kFAryWS .content-wrapper .card {
  justify-content: center;
}
.cid-vn6kFAryWS .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #fafafa;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-vn6kFAryWS .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-vn6kFAryWS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vn6kFAryWS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vn6kFAryWS .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vn6kFAryWS .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vn6kFAryWS .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  width: 100%;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vn6kFAryWS .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-vn6kFAryWS .mbr-section-title {
  color: #144031;
}
.cid-vn6kFAryWS .mbr-text {
  color: #232323;
}
.cid-vn6kFAryWS .mbr-section-title,
.cid-vn6kFAryWS .mbr-section-btn {
  color: #000000;
}
.cid-vn9qkj6u2B {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vn9qkj6u2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9qkj6u2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9qkj6u2B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn9qkj6u2B .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn9qkj6u2B .embla__slide .slide-content {
  width: 100%;
}
.cid-vn9qkj6u2B .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vn9qkj6u2B .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vn9qkj6u2B .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vn9qkj6u2B .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vn9qkj6u2B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vn9qkj6u2B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vn9qkj6u2B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vn9qkj6u2B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vn9qkj6u2B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vn9qkj6u2B .embla__button--next,
.cid-vn9qkj6u2B .embla__button--prev {
  display: flex;
}
.cid-vn9qkj6u2B .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vn9qkj6u2B .embla__button {
    bottom: 0;
  }
}
.cid-vn9qkj6u2B .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn9qkj6u2B .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vn9qkj6u2B .embla__button.embla__button--prev {
  left: 0;
}
.cid-vn9qkj6u2B .embla__button.embla__button--next {
  right: 0;
}
.cid-vn9qkj6u2B .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vn9qkj6u2B .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vn9qkj6u2B .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn9qkj6u2B .embla__viewport {
    padding: 0;
  }
}
.cid-vn9qkj6u2B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn9qkj6u2B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn9qkj6u2B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn9qkj6u2B .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn9qkj6u2B .item-text {
  color: #000000;
}
.cid-vn9qkj6u2B .item-name {
  color: #ffffff;
}
.cid-vn9qkj6u2B .item-role {
  color: #1f1f1f;
}
.cid-vn9qkj6u2B .mbr-star {
  color: #f5b614;
}
.cid-vn9qkj6u2B .item-name,
.cid-vn9qkj6u2B .person-wrapper {
  color: #000000;
}
.cid-vncZqYTXVb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #00236b;
}
.cid-vncZqYTXVb section {
  position: relative;
}
.cid-vncZqYTXVb h4 {
  margin: 0;
}
.cid-vncZqYTXVb img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vncZqYTXVb a {
  font-weight: 300;
}
.cid-vncZqYTXVb .img1 {
  color: #e6c63b;
}
.cid-vncZqYTXVb .img2 {
  color: #e6c63b;
}
.cid-vncZqYTXVb .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e6c63b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vncZqYTXVb .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vncZqYTXVb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vncZqYTXVb .item,
.cid-vncZqYTXVb .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vncZqYTXVb .item h4,
.cid-vncZqYTXVb .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vncZqYTXVb .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vncZqYTXVb .item {
    justify-content: center;
  }
}
.cid-vncZqYTXVb .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vncZqYTXVb .text1 {
  text-align: left;
}
.cid-vncZqYTXVb .link-title {
  text-align: left;
}
.cid-vmWUnk0Uzh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00236b;
}
.cid-vmWUnk0Uzh .mbr-text {
  color: #f6f6ef;
}
.cid-vmXxsQtsye {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vmXxsQtsye nav.navbar {
  position: fixed;
}
.cid-vmXxsQtsye .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vmXxsQtsye .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vmXxsQtsye .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-vmXxsQtsye .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vmXxsQtsye .dropdown-item {
  border: none !important;
  background: #f3f2f2 !important;
}
.cid-vmXxsQtsye .dropdown-item:hover,
.cid-vmXxsQtsye .dropdown-item:focus {
  background: #004d81 !important;
  color: #ffffff !important;
}
.cid-vmXxsQtsye .dropdown-item:hover span {
  color: white;
}
.cid-vmXxsQtsye .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmXxsQtsye .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmXxsQtsye .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmXxsQtsye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmXxsQtsye .nav-link {
  position: relative;
}
.cid-vmXxsQtsye .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vmXxsQtsye .container {
    flex-wrap: nowrap;
  }
}
.cid-vmXxsQtsye .iconfont-wrapper {
  color: #004d81 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vmXxsQtsye .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vmXxsQtsye .dropdown-menu,
.cid-vmXxsQtsye .navbar.opened {
  background: #f3f2f2 !important;
}
.cid-vmXxsQtsye .nav-item:focus,
.cid-vmXxsQtsye .nav-link:focus {
  outline: none;
}
.cid-vmXxsQtsye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmXxsQtsye .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vmXxsQtsye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmXxsQtsye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmXxsQtsye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmXxsQtsye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmXxsQtsye .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f2f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmXxsQtsye .navbar.opened {
  transition: all 0.3s;
}
.cid-vmXxsQtsye .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vmXxsQtsye .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vmXxsQtsye .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmXxsQtsye .navbar.collapsed {
  justify-content: center;
}
.cid-vmXxsQtsye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmXxsQtsye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmXxsQtsye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vmXxsQtsye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmXxsQtsye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmXxsQtsye .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vmXxsQtsye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmXxsQtsye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmXxsQtsye .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmXxsQtsye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmXxsQtsye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmXxsQtsye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmXxsQtsye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmXxsQtsye .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-vmXxsQtsye .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vmXxsQtsye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmXxsQtsye .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vmXxsQtsye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vmXxsQtsye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmXxsQtsye .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmXxsQtsye .navbar.navbar-short {
  min-height: 96px;
}
.cid-vmXxsQtsye .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vmXxsQtsye .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vmXxsQtsye .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vmXxsQtsye .navbar-brand .navbar-caption:hover,
.cid-vmXxsQtsye .navbar-brand .navbar-caption:focus {
  color: #004d81 !important;
}
.cid-vmXxsQtsye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmXxsQtsye .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vmXxsQtsye .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vmXxsQtsye .dropdown-item.active,
.cid-vmXxsQtsye .dropdown-item:active {
  background-color: transparent;
}
.cid-vmXxsQtsye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmXxsQtsye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmXxsQtsye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmXxsQtsye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f2f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vmXxsQtsye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vmXxsQtsye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vmXxsQtsye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmXxsQtsye ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vmXxsQtsye ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vmXxsQtsye .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vmXxsQtsye .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vmXxsQtsye .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vmXxsQtsye .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vmXxsQtsye 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: #f3f2f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmXxsQtsye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #004d81;
}
.cid-vmXxsQtsye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vmXxsQtsye button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmXxsQtsye button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmXxsQtsye button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vmXxsQtsye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmXxsQtsye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmXxsQtsye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmXxsQtsye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmXxsQtsye .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmXxsQtsye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmXxsQtsye .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-vmXxsQtsye .navbar {
    height: 70px;
  }
  .cid-vmXxsQtsye .navbar.opened {
    height: auto;
  }
  .cid-vmXxsQtsye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmXxsQtsye .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vmXxsQtsye .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vmXxsQtsye .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vmXxsQtsye .nav-item .nav-link::after {
  color: #004d81 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vmXxsQtsye .nav-item .nav-link:hover {
  background-color: #004d81;
  color: #ffffff !important;
}
.cid-vmXxsQtsye .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-vmXxsQtsye .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vmXxsQtsye .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vmXxsQtsye .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vmXxsQtsye .navbar {
    justify-content: flex-start !important;
  }
  .cid-vmXxsQtsye .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vmXxsQtsye .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vmXxsQtsye .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vmXxsQtsye .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vmXxsQtsye .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vmXxsQtsye .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vmXxsQtsye .content-wrap {
  min-height: 110px;
}
.cid-vmXxsQtsye .mbr-section-btn .btn::after,
.cid-vmXxsQtsye .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vmXxsQtsye .mbr-section-btn .btn:hover,
.cid-vmXxsQtsye .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vmXxsQtsye .mbr-section-btn .btn:hover::after,
.cid-vmXxsQtsye .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vmXxsRi6uW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pijamas-lillo-2-1729x910.jpg");
  position: relative;
}
.cid-vmXxsRi6uW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsRi6uW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxsRi6uW::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(45deg, #0f0e0e -15%, transparent 50%, #0f0e0e 115%);
}
.cid-vmXxsRi6uW .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vmXxsRi6uW .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
  width: 30%;
  position: relative;
  padding: 16px;
}
@media (max-width: 1840px) {
  .cid-vmXxsRi6uW .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-vmXxsRi6uW .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-vmXxsRi6uW .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vmXxsRi6uW .desc-wrapper .desc-wrap {
    width: auto;
  }
}
@media (max-width: 1440px) {
  .cid-vmXxsRi6uW .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vmXxsRi6uW .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-vmXxsRi6uW .desc-wrapper .desc-wrap .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vmXxsRi6uW .desc-wrapper .desc-wrap .corner_1 {
  top: 0;
  left: 0;
  border-top: 2px solid #ffedd6;
  border-left: 2px solid #ffedd6;
}
.cid-vmXxsRi6uW .desc-wrapper .desc-wrap .corner_2 {
  bottom: 0;
  right: 0;
  border-right: 2px solid #ffedd6;
  border-bottom: 2px solid #ffedd6;
}
.cid-vmXxsRi6uW .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vmXxsRi6uW .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-vmXxsRi6uW .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmXxsRi6uW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vmXxsRi6uW .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vmXxsRi6uW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmXxsRi6uW .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vmXxsRi6uW .mbr-label {
  position: relative;
  z-index: 2;
  font-size: 270px;
  line-height: 1;
  margin-bottom: 2px;
  font-size: 200px;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 50px;
  }
}
@media (max-width: 1840px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 100px;
  }
}
@media (max-width: 1280px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 80px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vmXxsRi6uW .mbr-label {
    font-size: 50px;
  }
}
.cid-vmXxsRi6uW .mbr-section-title {
  color: #ffedd6;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.cid-vmXxsRi6uW .mbr-text,
.cid-vmXxsRi6uW .text-wrapper {
  color: #ffedd6;
  text-align: right;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vmXxsRi6uW .mbr-desc {
  color: #ffedd6;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vmXxsRi6uW .mbr-section-title,
.cid-vmXxsRi6uW .mbr-section-btn {
  text-align: right;
}
.cid-vmXxsRTEgf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #003152;
}
.cid-vmXxsRTEgf .mbr-text {
  color: #f3f2f2;
}
.cid-vmXxsRTEgf .media-container-row {
  flex-wrap: wrap;
}
.cid-vmXxsRTEgf .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-vmXxsRTEgf .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-vmXxsRTEgf .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #ffcd02;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-vmXxsRTEgf .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-vmXxsRTEgf .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmXxsRTEgf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-vmXxsRTEgf .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-vmXxsRTEgf .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-vmXxsRTEgf .card-title {
  color: #ffffff;
}
.cid-vmXxsSAMKO {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #eae8ea;
}
.cid-vmXxsSAMKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsSAMKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxsSAMKO .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-vmXxsSAMKO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmXxsSAMKO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmXxsSAMKO .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmXxsTdePS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg3-1614x975.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-vmXxsTdePS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsTdePS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxsTdePS .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-vmXxsTdePS .mbr-section-title {
  color: #ffe161;
}
.cid-vmXxsTdePS .mbr-section-subtitle {
  color: #fafafa;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vmXxsTdePS .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vmXxsTdePS .card-row {
  align-items: stretch;
}
.cid-vmXxsTdePS .card {
  margin: 15px 0;
}
.cid-vmXxsTdePS .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #003152, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-vmXxsTdePS .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-vmXxsTdePS .card-wrapper {
    padding: 20px;
  }
}
.cid-vmXxsTdePS .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-vmXxsTdePS .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-vmXxsTdePS .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #003152;
}
.cid-vmXxsTdePS .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-vmXxsTdePS .card-head-text {
  flex-grow: 1;
}
.cid-vmXxsTdePS .name-title {
  color: #FFFFFF;
}
.cid-vmXxsTdePS .name-text {
  color: #FF014E;
}
.cid-vmXxsTdePS .card-title {
  color: #ffe161;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-vmXxsTdePS .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: left;
}
.cid-vmXxsTdePS .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-vmXxsTdePS .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-vmXxsTdePS .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-vmXxsUdqmv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vmXxsUdqmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsUdqmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxsUdqmv .content-wrap {
  margin: 0 -20px;
}
.cid-vmXxsUdqmv .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vmXxsUdqmv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmXxsUdqmv .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vmXxsUdqmv .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vmXxsUdqmv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmXxsUdqmv .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vmXxsUdqmv .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmXxsUdqmv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vmXxsUdqmv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vmXxsUdqmv .embla__slide .slide-content {
  width: 100%;
}
.cid-vmXxsUdqmv .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vmXxsUdqmv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vmXxsUdqmv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .cid-vmXxsUdqmv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 700px;
  }
}
.cid-vmXxsUdqmv .embla__button--next,
.cid-vmXxsUdqmv .embla__button--prev {
  display: flex;
}
.cid-vmXxsUdqmv .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vmXxsUdqmv .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vmXxsUdqmv .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vmXxsUdqmv .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vmXxsUdqmv .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vmXxsUdqmv .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vmXxsUdqmv .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vmXxsUdqmv .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vmXxsUdqmv .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vmXxsUdqmv .embla__viewport {
    padding: 0;
  }
}
.cid-vmXxsUdqmv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmXxsUdqmv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmXxsUdqmv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmXxsUdqmv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmXxsUdqmv .mbr-label {
  color: #232323;
}
.cid-vmXxsUdqmv .mbr-section-title {
  color: #ffffff;
}
.cid-vmXxsUdqmv .mbr-text {
  color: #ffffff;
}
.cid-vmXxsUdqmv .mbr-text,
.cid-vmXxsUdqmv .text-wrapper {
  color: #232323;
}
.cid-vmXxsUdqmv .mbr-section-title,
.cid-vmXxsUdqmv .mbr-section-btn {
  color: #000000;
}
.cid-vmXxsV74wR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmXxsV74wR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsV74wR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxsV74wR .content-wrapper {
  margin: 0 -30px;
}
.cid-vmXxsV74wR .content-wrapper .card {
  padding: 0 30px;
}
.cid-vmXxsV74wR .card {
  justify-content: flex-end;
}
.cid-vmXxsV74wR .mbr-section-title {
  color: #ffedd6;
}
@media (max-width: 992px) {
  .cid-vmXxsV74wR .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vmXxsV74wR .mbr-label {
  margin-bottom: 16px;
  color: #877e72;
}
@media (max-width: 992px) {
  .cid-vmXxsV74wR .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmXxsV74wR .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #22a5e5 20%, #003152);
  margin-bottom: 0;
}
.cid-vmXxsV74wR .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmXxsV74wR .mbr-text {
  color: #ffedd6;
}
.cid-vmXxsV74wR .mbr-text,
.cid-vmXxsV74wR .text-wrapper,
.cid-vmXxsV74wR .mbr-section-btn {
  color: #003152;
}
.cid-vmXxsVLEkq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.cid-vmXxsVLEkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsVLEkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxsVLEkq .content-wrapper {
  margin: 0 -30px;
}
.cid-vmXxsVLEkq .content-wrapper .card {
  padding: 0 30px;
}
.cid-vmXxsVLEkq .mbr-label {
  margin-bottom: 16px;
  color: #877e72;
}
.cid-vmXxsVLEkq .title-wrap {
  margin-bottom: 16px;
}
.cid-vmXxsVLEkq .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vmXxsVLEkq .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmXxsVLEkq .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmXxsVLEkq .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vmXxsVLEkq .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vmXxsVLEkq .image-wrapper img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vmXxsVLEkq .image-wrapper img {
    height: 300px;
  }
}
.cid-vmXxsVLEkq .mbr-section-title {
  color: #ffedd6;
}
.cid-vmXxsVLEkq .mbr-text {
  color: #ffedd6;
}
.cid-vmXxsWo1dk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080808;
}
.cid-vmXxsWo1dk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsWo1dk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxsWo1dk .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vmXxsWo1dk .content-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 32px;
  }
}
.cid-vmXxsWo1dk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmXxsWo1dk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmXxsWo1dk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmXxsWo1dk .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vmXxsWo1dk .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmXxsWo1dk .image-wrapper {
  padding: 28px;
  background-image: linear-gradient(90deg, #003152, #22a5e5);
}
@media (max-width: 992px) {
  .cid-vmXxsWo1dk .image-wrapper {
    padding: 20px;
  }
}
.cid-vmXxsWo1dk .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vmXxsWo1dk .image-wrapper img {
    height: 300px;
  }
}
.cid-vmXxsWo1dk .mbr-section-title {
  color: #ffffff;
}
.cid-vmXxsWo1dk .mbr-text {
  color: #b9b9b9;
}
.cid-vmXxsWo1dk .item-title {
  color: #b9b9b9;
}
.cid-vmXxsWo1dk .item-text {
  color: #ffffff;
}
.cid-vmXxsX4OJ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0e0e;
}
.cid-vmXxsX4OJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsX4OJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxsX4OJ1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vmXxsX4OJ1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmXxsX4OJ1 .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vmXxsX4OJ1 .content-wrapper {
  margin: 0 -30px;
}
.cid-vmXxsX4OJ1 .content-wrapper .card {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vmXxsX4OJ1 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmXxsX4OJ1 .image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-vmXxsX4OJ1 .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmXxsX4OJ1 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmXxsX4OJ1 .mbr-section-btn {
  margin-top: 14px;
}
.cid-vmXxsX4OJ1 .mbr-section-title {
  color: #ffedd6;
}
.cid-vmXxsX4OJ1 .mbr-text {
  color: #ffedd6;
}
.cid-vmXxsXH4NF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmXxsXH4NF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsXH4NF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxsXH4NF .card-wrapper {
  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-vmXxsXH4NF .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vmXxsXH4NF .card-wrapper {
    padding: 24px;
  }
}
.cid-vmXxsXH4NF .card-wrapper .items-wrapper {
  margin: 0 -32px;
}
.cid-vmXxsXH4NF .card-wrapper .items-wrapper .card {
  padding: 0 32px;
}
.cid-vmXxsXH4NF .card-wrapper .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vmXxsXH4NF .card-wrapper .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmXxsXH4NF .card-wrapper .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-vmXxsXH4NF .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vmXxsXH4NF .card-wrapper .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vmXxsXH4NF .card-wrapper .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmXxsXH4NF .card-wrapper .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vmXxsXH4NF .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vmXxsXH4NF .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vmXxsXH4NF .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vmXxsXH4NF .mbr-section-title {
  color: #ffffff;
}
.cid-vmXxsXH4NF .mbr-section-subtitle {
  color: #ffee00;
}
.cid-vmXxsXH4NF .mbr-text {
  color: #8c8c8c;
}
.cid-vmXxsYOhqU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmXxsYOhqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsYOhqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vmXxsYOhqU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmXxsYOhqU .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vmXxsYOhqU .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vmXxsYOhqU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmXxsYOhqU .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vmXxsYOhqU .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-vmXxsYOhqU .image-wrapper img {
    height: 300px;
  }
}
.cid-vmXxsYOhqU .mbr-label {
  color: #be0000;
}
.cid-vmXxsYOhqU .mbr-section-title {
  color: #000000;
}
.cid-vmXxsYOhqU .mbr-text {
  color: #6c7179;
}
.cid-vmXxsZG5gV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-vmXxsZG5gV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxsZG5gV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxsZG5gV .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vmXxsZG5gV .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vmXxsZG5gV .title-wrapper {
    width: 100%;
  }
}
.cid-vmXxsZG5gV .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vmXxsZG5gV .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vmXxsZG5gV .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-vmXxsZG5gV .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vmXxsZG5gV .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vmXxsZG5gV .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vmXxsZG5gV .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vmXxsZG5gV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vmXxsZG5gV .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-vmXxsZG5gV .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmXxsZG5gV .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vmXxsZG5gV .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-vmXxsZG5gV .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-vmXxsZG5gV .mbr-label,
.cid-vmXxsZG5gV .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmXxsZG5gV .mbr-section-title {
  color: #ffffff;
}
.cid-vmXxsZG5gV .mbr-section-subtitle,
.cid-vmXxsZG5gV .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmXxsZG5gV .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-vmXxsZG5gV .mbr-section-title,
.cid-vmXxsZG5gV .mbr-section-btn {
  text-align: center;
}
.cid-vmXxt0IM8B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vmXxt0IM8B {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vmXxt0IM8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxt0IM8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxt0IM8B .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vmXxt0IM8B .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vmXxt0IM8B .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vmXxt0IM8B .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vmXxt0IM8B .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vmXxt0IM8B .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vmXxt0IM8B .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vmXxt0IM8B .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmXxt0IM8B .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vmXxt0IM8B .image-wrapper {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-vmXxt0IM8B .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vmXxt0IM8B .image-wrapper {
    padding-right: 0;
  }
}
.cid-vmXxt0IM8B .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vmXxt0IM8B .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vmXxt0IM8B .image-wrapper img {
    height: 350px;
  }
}
.cid-vmXxt0IM8B .mbr-label {
  color: #a6adbf;
}
.cid-vmXxt0IM8B .mbr-section-title {
  color: #111111;
}
.cid-vmXxt0IM8B .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vmXxt0IM8B .mbr-text,
.cid-vmXxt0IM8B .text-wrapper {
  color: #666666;
}
.cid-vmXxt1pg3t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmXxt1pg3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxt1pg3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxt1pg3t .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vmXxt1pg3t .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vmXxt1pg3t .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmXxt1pg3t .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vmXxt1pg3t .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-vmXxt1pg3t .mbr-section-title {
  color: #ff6d99;
}
.cid-vmXxt1pg3t .mbr-text,
.cid-vmXxt1pg3t .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-vmXxt1pg3t .mbr-section-title,
.cid-vmXxt1pg3t .mbr-section-btn {
  text-align: center;
}
.cid-vmXxt26x7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-vmXxt26x7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxt26x7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxt26x7o .row {
  margin: 0 -45px;
}
.cid-vmXxt26x7o .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-vmXxt26x7o .images-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  .cid-vmXxt26x7o .images-wrapper {
    flex-direction: column;
  }
}
.cid-vmXxt26x7o .images-wrapper .image-wrap {
  margin-right: 100px;
}
@media (max-width: 1640px) {
  .cid-vmXxt26x7o .images-wrapper .image-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-vmXxt26x7o .images-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-vmXxt26x7o .images-wrapper .image-wrap img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 2px solid #3a001d;
}
@media (max-width: 992px) {
  .cid-vmXxt26x7o .images-wrapper .image-wrap img {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 1440px) {
  .cid-vmXxt26x7o .images-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-vmXxt26x7o .images-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vmXxt26x7o .images-wrapper .logo-wrapper img {
  height: 172px;
  width: 172px;
  object-fit: cover;
  transition: all .3s ease;
  border: 2px solid #9a1436;
}
.cid-vmXxt26x7o .images-wrapper .logo-wrapper img:hover,
.cid-vmXxt26x7o .images-wrapper .logo-wrapper img:focus {
  transform: scale(1.1);
}
.cid-vmXxt26x7o .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vmXxt26x7o .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vmXxt26x7o .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vmXxt26x7o .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-vmXxt26x7o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vmXxt26x7o .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-vmXxt26x7o .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmXxt26x7o .mbr-label {
  color: #3a001d;
}
.cid-vmXxt26x7o .mbr-section-title {
  color: #3a001d;
}
.cid-vmXxt26x7o .mbr-text {
  color: #3a001d;
}
.cid-vmXxt2Qr9N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmXxt2Qr9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxt2Qr9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxt2Qr9N .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vmXxt2Qr9N .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vmXxt2Qr9N .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vmXxt2Qr9N .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vmXxt2Qr9N .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vmXxt2Qr9N .image-wrapper img {
    height: 300px;
  }
}
.cid-vmXxt2Qr9N .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-vmXxt2Qr9N .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-vmXxt2Qr9N .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-vmXxt2Qr9N .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-vmXxt2Qr9N .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmXxt2Qr9N .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-vmXxt2Qr9N .cards-wrapper {
    margin: 0;
  }
}
.cid-vmXxt2Qr9N .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-vmXxt2Qr9N .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-vmXxt2Qr9N .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-vmXxt2Qr9N .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-vmXxt2Qr9N .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-vmXxt2Qr9N .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-vmXxt2Qr9N .mbr-section-title {
  color: #ffffff;
}
.cid-vmXxt2Qr9N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vmXxt2Qr9N .mbr-text {
  color: #cacaca;
}
.cid-vmXxt2Qr9N .mbr-card-title {
  color: #ffffff;
}
.cid-vmXxt3yr8W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-vmXxt3yr8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxt3yr8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxt3yr8W .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vmXxt3yr8W .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vmXxt3yr8W .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-vmXxt3yr8W .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmXxt3yr8W .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vmXxt3yr8W .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vmXxt3yr8W .item {
    margin-bottom: 15px;
  }
}
.cid-vmXxt3yr8W .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-vmXxt3yr8W .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vmXxt3yr8W .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-vmXxt3yr8W .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vmXxt3yr8W .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-vmXxt3yr8W .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-vmXxt3yr8W .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-vmXxt3yr8W .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-vmXxt3yr8W .item .item-wrapper .item-content .card-title:hover,
.cid-vmXxt3yr8W .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-vmXxt3yr8W .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vmXxt3yr8W .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vmXxt3yr8W .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmXxt3yr8W .mbr-label,
.cid-vmXxt3yr8W .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmXxt3yr8W .mbr-section-title,
.cid-vmXxt3yr8W .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmXxt3yr8W .card-label {
  color: #000000;
}
.cid-vmXxt3yr8W .card-title {
  color: #000000;
}
.cid-vmXxt3yr8W .card-text {
  color: #8a8a8a;
}
.cid-vmXxt4jo5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmXxt4jo5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxt4jo5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxt4jo5V .container,
.cid-vmXxt4jo5V .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vmXxt4jo5V .container,
  .cid-vmXxt4jo5V .container-fluid {
    padding: 0 20px;
  }
}
.cid-vmXxt4jo5V .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #3d4045;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vmXxt4jo5V .row {
    padding: 85px 8px;
  }
}
.cid-vmXxt4jo5V .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vmXxt4jo5V .title-wrapper {
    padding: 0;
  }
}
.cid-vmXxt4jo5V .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-vmXxt4jo5V .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vmXxt4jo5V .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vmXxt4jo5V .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-vmXxt4jo5V .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-vmXxt4jo5V .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vmXxt4jo5V .image-wrapper img {
    height: 300px;
  }
}
.cid-vmXxt4jo5V .mbr-section-title {
  color: #3d4045;
}
.cid-vmXxt4jo5V .mbr-text {
  color: #3d4045;
}
.cid-vmXxt50M2n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-vmXxt50M2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxt50M2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxt50M2n img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-vmXxt50M2n img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-vmXxt50M2n .row {
  flex-direction: row-reverse;
}
.cid-vmXxt50M2n .row {
  align-items: center;
}
.cid-vmXxt50M2n .mbr-section-title {
  color: #491414;
}
.cid-vmXxt50M2n .mbr-text,
.cid-vmXxt50M2n .mbr-section-btn {
  color: #491414;
}
.cid-vmXxt5Q9rY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vmXxt5Q9rY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxt5Q9rY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxt5Q9rY .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vmXxt5Q9rY .row {
    padding: 2rem 1rem;
  }
}
.cid-vmXxt5Q9rY .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #8dc6f9;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vmXxt5Q9rY .row:before {
    width: 100%;
  }
}
.cid-vmXxt5Q9rY .row .col-12 {
  position: relative;
}
.cid-vmXxt5Q9rY .mbr-section-title {
  color: #ffffff;
}
.cid-vmXxt5Q9rY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vmXxt5Q9rY .mbr-text,
.cid-vmXxt5Q9rY .mbr-section-btn {
  color: #ffffff;
}
.cid-vmXxt6zNdg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vmXxt6zNdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxt6zNdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxt6zNdg .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vmXxt6zNdg .row {
    padding: 2rem 1rem;
  }
}
.cid-vmXxt6zNdg .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #8dc6f9;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vmXxt6zNdg .row:before {
    width: 100%;
  }
}
.cid-vmXxt6zNdg .row .col-12 {
  position: relative;
}
.cid-vmXxt6zNdg .mbr-section-title {
  color: #ffffff;
}
.cid-vmXxt6zNdg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vmXxt6zNdg .mbr-text,
.cid-vmXxt6zNdg .mbr-section-btn {
  color: #ffffff;
}
.cid-vmXxt7jpCU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-vmXxt7jpCU .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-vmXxt7jpCU .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-vmXxt7jpCU .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-vmXxt7jpCU .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-vmXxt7jpCU .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff4712;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-vmXxt7jpCU .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-vmXxt7jpCU .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-vmXxt7jpCU .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-vmXxt7jpCU .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vmXxt7jpCU .image-wrapper {
    margin-top: 23px;
  }
}
.cid-vmXxt7jpCU .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-vmXxt7jpCU .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-vmXxt7jpCU .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-vmXxt7jpCU .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-vmXxt7jpCU .mbr-section-title,
.cid-vmXxt7jpCU .list-wrapper {
  text-align: left;
}
.cid-vmXxt85ZzN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmXxt85ZzN .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-vmXxt85ZzN .row {
  justify-content: center;
}
.cid-vmXxt85ZzN .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fedb01;
}
.cid-vmXxt85ZzN .mbr-text {
  display: inline;
  width: 100%;
}
.cid-vmXxt85ZzN .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-vmXxt85ZzN .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-vmXxt85ZzN .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-vmXxt8T0G1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmXxt8T0G1 .card-wrapper {
  background: #f2f2f2;
  padding: 10% 25%;
  margin: auto;
}
.cid-vmXxt8T0G1 .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-vmXxt8T0G1 .row {
  justify-content: center;
}
.cid-vmXxt8T0G1 .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-vmXxt8T0G1 .mbr-text,
.cid-vmXxt8T0G1 .right-side {
  color: #1b745e;
}
.cid-vmXxt8T0G1 .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-vmXxt8T0G1 .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-vmXxt8T0G1 .card-wrapper {
    max-width: 420px;
  }
}
.cid-vmXxt9DUFg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-vmXxt9DUFg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmXxt9DUFg .row {
    flex-direction: column-reverse;
  }
  .cid-vmXxt9DUFg .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vmXxt9DUFg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmXxt9DUFg .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vmXxt9DUFg .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vmXxt9DUFg .card-title {
  color: #36187d;
}
.cid-vmXxt9DUFg .mbr-text,
.cid-vmXxt9DUFg .mbr-section-btn {
  color: #6c758f;
}
.cid-vmXxt9DUFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxt9DUFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtaqpPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmXxtaqpPh img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-vmXxtaqpPh .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 15px;
}
.cid-vmXxtaqpPh .date {
  text-transform: uppercase;
  color: #1b3c7f;
  text-align: left;
  padding-bottom: 2px;
}
.cid-vmXxtaqpPh .right {
  display: flex;
  flex-direction: column;
}
.cid-vmXxtaqpPh .heading {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-vmXxtaqpPh .card-heading {
  padding-bottom: 12px;
}
.cid-vmXxtaqpPh .p {
  padding-bottom: 20px;
}
.cid-vmXxtaqpPh .last-p {
  padding-bottom: 0;
}
.cid-vmXxtbg3KP {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-vmXxtbg3KP .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-vmXxtbg3KP img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-vmXxtbg3KP img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-vmXxtbg3KP img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-vmXxtbg3KP .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-vmXxtbg3KP .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vmXxtbg3KP .card {
    padding: 2rem 0rem;
  }
}
.cid-vmXxtbg3KP .mbr-text,
.cid-vmXxtbg3KP .mbr-section-btn {
  color: #777777;
}
.cid-vmXxtbg3KP .mbr-section-subtitle {
  color: #14191e;
}
.cid-vmXxtbg3KP .mbr-section-title {
  color: #777777;
}
.cid-vmXxtc1Mfw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffcc00;
}
.cid-vmXxtc1Mfw .row {
  align-items: center;
}
.cid-vmXxtc1Mfw .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vmXxtc1Mfw .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-vmXxtc1Mfw .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #1b3c7f;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-vmXxtc1Mfw .link:hover:before {
  background: #f54555;
}
.cid-vmXxtc1Mfw .mbr-section-title {
  color: #000000;
}
.cid-vmXxtc1Mfw .mbr-text,
.cid-vmXxtc1Mfw .mbr-section-btn {
  color: #000000;
}
.cid-vmXxtc1Mfw .link,
.cid-vmXxtc1Mfw .link-wrap {
  color: #000000;
}
.cid-vmXxtc1Mfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtc1Mfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtcPXrL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef8f5;
}
.cid-vmXxtcPXrL .item-wrapper {
  background: #010a44;
  padding: 70px 40px 70px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vmXxtcPXrL .item-wrapper {
    padding: 70px 20px 70px;
  }
}
.cid-vmXxtcPXrL .item-wrapper:hover .item-title a {
  color: #8dc6f9 !important;
}
.cid-vmXxtcPXrL .item-title,
.cid-vmXxtcPXrL .card_topic {
  margin-bottom: 12px;
}
.cid-vmXxtcPXrL .category_content {
  opacity: .8;
}
.cid-vmXxtcPXrL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-vmXxtcPXrL .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f14105;
}
.cid-vmXxtcPXrL .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-vmXxtcPXrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtcPXrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtdFfyH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fef8f5;
}
.cid-vmXxtdFfyH .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-vmXxtdFfyH .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-vmXxtdFfyH .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-vmXxtdFfyH .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-vmXxtdFfyH .text-wrapper {
    padding: 20px 0;
  }
}
.cid-vmXxtdFfyH .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-vmXxtdFfyH .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-vmXxtdFfyH .content-wrapper:hover .image-wrapper > img,
.cid-vmXxtdFfyH .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-vmXxtdFfyH .content-wrapper:hover .item-title a {
  color: #8dc6f9 !important;
}
.cid-vmXxtdFfyH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vmXxtdFfyH .image-wrapper,
.cid-vmXxtdFfyH img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vmXxtdFfyH .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-vmXxtdFfyH .card_post {
    padding: 20px;
  }
}
.cid-vmXxtdFfyH .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-vmXxtdFfyH .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-vmXxtdFfyH .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-vmXxtdFfyH .item-title,
.cid-vmXxtdFfyH .card_topic {
  margin-bottom: 12px;
}
.cid-vmXxtdFfyH .category_content {
  opacity: .8;
}
.cid-vmXxtdFfyH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8dc6f9;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-vmXxtdFfyH .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-vmXxtdFfyH .mbr-section-btn .btn-secondary-outline:hover {
  color: #1b3c7f !important;
}
.cid-vmXxtdFfyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtdFfyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtewVMP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vmXxtewVMP .row {
  flex-direction: row-reverse;
}
.cid-vmXxtewVMP .mbr-text,
.cid-vmXxtewVMP .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vmXxtewVMP .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-vmXxtewVMP .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-vmXxtewVMP * {
    text-align: center;
  }
  .cid-vmXxtewVMP .buttons-wrap {
    justify-content: center;
  }
}
.cid-vmXxtewVMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtewVMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtfmV8n {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vmXxtfmV8n .counter-container ul {
  margin-bottom: 0;
}
.cid-vmXxtfmV8n .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-vmXxtfmV8n .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-vmXxtg7r0s {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vmXxtg7r0s .mbr-section-subtitle {
  color: #279e64;
}
.cid-vmXxtg7r0s .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-vmXxtg7r0s .mbr-text {
  color: #83868c;
}
.cid-vmXxtg7r0s .mbr-section-btn {
  margin-top: 40px;
}
.cid-vmXxtg7r0s .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-vmXxtg7r0s .mbr-list {
  color: #83868c;
}
.cid-vmXxtg7r0s .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-vmXxtg7r0s .mbr-list .list {
    text-align: left;
  }
}
.cid-vmXxtg7r0s .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-vmXxtg7r0s .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-vmXxtg7r0s .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-vmXxtg7r0s * {
    text-align: left;
  }
}
.cid-vmXxtg7r0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtg7r0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxth0SSt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vmXxth0SSt .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vmXxth0SSt .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-vmXxth0SSt .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-vmXxth0SSt .card__title1 {
  color: #f54555;
}
.cid-vmXxth0SSt .card__title2 {
  color: #d1ad17;
}
.cid-vmXxth0SSt .card__title3 {
  color: #ffcd02;
}
.cid-vmXxth0SSt .figure {
  margin-bottom: 26px;
}
.cid-vmXxth0SSt .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-vmXxth0SSt .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-vmXxth0SSt .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vmXxth0SSt .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-vmXxth0SSt .card__wrap {
    margin-bottom: 25px;
  }
  .cid-vmXxth0SSt .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-vmXxth0SSt .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-vmXxth0SSt .figure {
    margin-bottom: 10px;
  }
  .cid-vmXxth0SSt .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-vmXxth0SSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxth0SSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxthREUG {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-vmXxthREUG .wrapping {
  background-color: #181818;
  padding: 3rem;
  justify-content: space-between;
  align-items: center;
}
.cid-vmXxthREUG .wrapping .mbr-section-title {
  color: #ffffff;
}
.cid-vmXxthREUG .wrapping .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-vmXxthREUG .wrapping .mbr-text {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-vmXxthREUG .wrapping .btn.btn-md {
  font-weight: 500;
  line-height: 1.5;
}
.cid-vmXxthREUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxthREUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtiGKD0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-vmXxtiGKD0 .img-wrap img {
  width: 100%;
}
.cid-vmXxtiGKD0 .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-vmXxtiGKD0 .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-vmXxtiGKD0 .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-vmXxtiGKD0 .mbr-section-subtitle {
  color: #f54555;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-vmXxtiGKD0 .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-vmXxtiGKD0 .btn {
  margin: 0px !important;
}
.cid-vmXxtiGKD0 .btn.btn-success-outline {
  color: #000000;
}
.cid-vmXxtiGKD0 .btn.btn-sm {
  padding: 7px 39px;
}
.cid-vmXxtiGKD0 .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-vmXxtiGKD0 .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-vmXxtiGKD0 .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-vmXxtiGKD0 .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-vmXxtiGKD0 .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-vmXxtiGKD0 * {
    text-align: center;
  }
}
.cid-vmXxtiGKD0 .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-vmXxtiGKD0 .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-vmXxtiGKD0 .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-vmXxtiGKD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtiGKD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtjEaDG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vmXxtjEaDG .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/03.jpg");
}
.cid-vmXxtjEaDG .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-vmXxtjEaDG .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-vmXxtjEaDG .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-vmXxtjEaDG .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-vmXxtjEaDG .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-vmXxtjEaDG .card .wrapper .mbr-text {
  color: #f54555;
  font-weight: 300;
}
.cid-vmXxtjEaDG .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-vmXxtjEaDG .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-vmXxtjEaDG .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-vmXxtjEaDG .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-vmXxtjEaDG .card .wrapper .link-wrap {
  width: 100%;
}
.cid-vmXxtjEaDG .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-vmXxtjEaDG .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-vmXxtjEaDG .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-vmXxtjEaDG .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vmXxtjEaDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtjEaDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtkEdGT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vmXxtkEdGT .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/03.jpg");
}
.cid-vmXxtkEdGT .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-vmXxtkEdGT .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-vmXxtkEdGT .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-vmXxtkEdGT .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-vmXxtkEdGT .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-vmXxtkEdGT .card .wrapper .mbr-text {
  color: #f54555;
  font-weight: 300;
}
.cid-vmXxtkEdGT .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-vmXxtkEdGT .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-vmXxtkEdGT .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-vmXxtkEdGT .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-vmXxtkEdGT .card .wrapper .link-wrap {
  width: 100%;
}
.cid-vmXxtkEdGT .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-vmXxtkEdGT .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-vmXxtkEdGT .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-vmXxtkEdGT .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vmXxtkEdGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtkEdGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtlHEzw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f49846;
}
.cid-vmXxtlHEzw h4 {
  color: #ffffff;
}
.cid-vmXxtlHEzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtlHEzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtmyfgk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vmXxtmyfgk .foot-menu {
  display: flex;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-vmXxtmyfgk .foot-menu li {
  padding-right: 1.8rem;
  width: fit-content;
}
.cid-vmXxtmyfgk .foot-menu li p {
  margin: 0;
}
.cid-vmXxtmyfgk .text-warning:hover {
  color: #1b3c7f !important;
}
.cid-vmXxtmyfgk .first {
  list-style: none;
}
.cid-vmXxtmyfgk img {
  height: 600px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.cid-vmXxtmyfgk .mbr-figure {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmXxtmyfgk img {
    height: auto;
    object-fit: cover;
  }
  .cid-vmXxtmyfgk .foot-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cid-vmXxtmyfgk .foot-menu li {
    padding-right: 0rem;
  }
  .cid-vmXxtmyfgk .first {
    list-style: inherit;
  }
}
.cid-vmXxtmyfgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtmyfgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtnvIUz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/kids2.jpg");
}
.cid-vmXxtnvIUz .container-fluid {
  padding: 0 2.5rem;
  max-width: 1200px;
}
.cid-vmXxtnvIUz .wrap-block {
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-vmXxtnvIUz {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-vmXxtnvIUz .wrap-block {
    margin: 0.5rem 0;
    padding: 1rem 1rem;
    text-align: center;
  }
  .cid-vmXxtnvIUz .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .cid-vmXxtnvIUz .wrap-block {
    margin: 3rem 0;
    padding: 5rem 2rem;
  }
}
.cid-vmXxtnvIUz .wrapper {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}
.cid-vmXxtnvIUz .icon-img {
  width: 40px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
}
.cid-vmXxtnvIUz .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cid-vmXxtnvIUz .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vmXxtnvIUz .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-vmXxtnvIUz .svg-1 path {
  fill: #ffffff;
}
.cid-vmXxtnvIUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtnvIUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtovhw9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vmXxtovhw9 .mbr-text {
    text-align: center;
  }
}
.cid-vmXxtovhw9 .container-fluid {
  padding: 0;
}
.cid-vmXxtovhw9 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-vmXxtovhw9 img {
  height: 100%;
  object-fit: cover;
}
.cid-vmXxtovhw9 .mbr-figure {
  height: 100%;
}
.cid-vmXxtovhw9 .col-lg-6 {
  padding: 0;
}
.cid-vmXxtovhw9 .row {
  margin: 0;
}
.cid-vmXxtovhw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtovhw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtpq3vy {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vmXxtpq3vy .row {
  justify-content: flex-end;
}
.cid-vmXxtpq3vy h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vmXxtpq3vy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vmXxtpq3vy .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-vmXxtpq3vy h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-vmXxtpq3vy h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-vmXxtpq3vy .mbr-text,
.cid-vmXxtpq3vy .mbr-section-btn {
  color: #efefef;
}
.cid-vmXxtpq3vy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtpq3vy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtqm2TC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vmXxtqm2TC .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-vmXxtqm2TC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vmXxtqm2TC img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-vmXxtqm2TC .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-vmXxtqm2TC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtqm2TC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtrgqKp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vmXxtrgqKp .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vmXxtrgqKp .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vmXxtrgqKp .counter-container ol li {
  list-style: none;
  position: relative;
}
.cid-vmXxtrgqKp .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 2px;
  padding-left: 1px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #c19b76;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-vmXxtsb91P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vmXxtsb91P .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vmXxtsb91P .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vmXxtt4sSW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vmXxtt4sSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtt4sSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmXxtt4sSW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmXxtt4sSW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmXxtt4sSW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmXxtt4sSW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmXxtt4sSW .mbr-section-title {
  color: #000000;
}
.cid-vmXxtt4sSW .mbr-text,
.cid-vmXxtt4sSW .mbr-section-btn {
  color: #000000;
}
.cid-vmXxtu0wXH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vmXxtu0wXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtu0wXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vmXxtu0wXH .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vmXxtu0wXH .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vmXxtu0wXH .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-vmXxtu0wXH .card-wrapper {
  background: #ffffff;
}
.cid-vmXxtu0wXH .mbr-text,
.cid-vmXxtu0wXH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vmXxtu0wXH .card-title,
.cid-vmXxtu0wXH .card-box {
  text-align: left;
  color: #000000;
}
.cid-vmXxtu0wXH .image-wrapper img {
  width: 100%;
}
.cid-vmXxtuYHCi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vmXxtuYHCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtuYHCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vmXxtuYHCi .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vmXxtuYHCi .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vmXxtuYHCi .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vmXxtuYHCi .card-wrapper {
  background: #ffffff;
}
.cid-vmXxtuYHCi .mbr-text,
.cid-vmXxtuYHCi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vmXxtuYHCi .card-title,
.cid-vmXxtuYHCi .card-box {
  text-align: left;
  color: #000000;
}
.cid-vmXxtvVdB1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vmXxtvVdB1 .row {
  flex-direction: row-reverse;
}
.cid-vmXxtvVdB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtvVdB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtvVdB1 .mbr-description {
  text-align: left;
}
.cid-vmXxtvVdB1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vmXxtvVdB1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmXxtvVdB1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vmXxtvVdB1 .card-title,
.cid-vmXxtvVdB1 .iconfont-wrapper {
  color: #000000;
}
.cid-vmXxtvVdB1 .card-text {
  color: #000000;
}
.cid-vmXxtvVdB1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vmXxtvVdB1 .mbr-text,
.cid-vmXxtvVdB1 .mbr-section-btn {
  text-align: center;
}
.cid-vmXxtvVdB1 .card-text,
.cid-vmXxtvVdB1 .item .mbr-section-btn {
  text-align: left;
}
.cid-vmXxtvVdB1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vmXxtvVdB1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vmXxtvVdB1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vmXxtvVdB1 .mbr-text UL {
  text-align: left;
}
.cid-vmXxtwT4Wj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vmXxtwT4Wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtwT4Wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtwT4Wj .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vmXxtwT4Wj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vmXxtwT4Wj .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vmXxtwT4Wj .card-wrapper {
    padding: 4rem;
  }
}
.cid-vmXxtwT4Wj .mbr-text,
.cid-vmXxtwT4Wj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vmXxtwT4Wj .card-title,
.cid-vmXxtwT4Wj .card-box {
  text-align: left;
  color: #000000;
}
.cid-vmXxtxS1AT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-vmXxtxS1AT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtxS1AT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-vmXxtxS1AT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmXxtxS1AT img {
  border-radius: 3rem;
}
.cid-vmXxtxS1AT .row {
  align-items: center;
}
.cid-vmXxtxS1AT .mbr-section-title {
  color: #1d5356;
}
.cid-vmXxtxS1AT .mbr-text,
.cid-vmXxtxS1AT .mbr-section-btn {
  color: #491414;
}
.cid-vmXxtxS1AT .mbr-section-subtitle {
  color: #491414;
}
.cid-vmXxtyRb4s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-vmXxtyRb4s .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-vmXxtyRb4s .mbr-section-title {
  color: #f3f4ef;
}
.cid-vmXxtyRb4s .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #e6c63b;
}
.cid-vmXxtyRb4s .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-vmXxtzOgJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vmXxtzOgJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxtzOgJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxtzOgJW .row {
  margin: 0 -15px;
}
.cid-vmXxtzOgJW .row .card {
  padding: 0 15px;
}
.cid-vmXxtzOgJW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-vmXxtzOgJW .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vmXxtzOgJW .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vmXxtzOgJW .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vmXxtzOgJW .items-wrapper .item .item-wrapper {
  padding: 30px;
  height: 100%;
  border: 1px solid #fefff5;
}
@media (max-width: 992px) {
  .cid-vmXxtzOgJW .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vmXxtzOgJW .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vmXxtzOgJW .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vmXxtzOgJW .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 40px;
}
.cid-vmXxtzOgJW .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vmXxtzOgJW .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-vmXxtzOgJW .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vmXxtzOgJW .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vmXxtzOgJW .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vmXxtzOgJW .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmXxtzOgJW .item-title {
  color: #fefff5;
}
.cid-vmXxtzOgJW .item-text {
  color: #fefff5;
}
.cid-vmXxtAVD5Y {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #00236b;
}
.cid-vmXxtAVD5Y section {
  position: relative;
}
.cid-vmXxtAVD5Y h4 {
  margin: 0;
}
.cid-vmXxtAVD5Y img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vmXxtAVD5Y a {
  font-weight: 300;
}
.cid-vmXxtAVD5Y .img1 {
  color: #e6c63b;
}
.cid-vmXxtAVD5Y .img2 {
  color: #e6c63b;
}
.cid-vmXxtAVD5Y .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e6c63b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vmXxtAVD5Y .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vmXxtAVD5Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vmXxtAVD5Y .item,
.cid-vmXxtAVD5Y .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vmXxtAVD5Y .item h4,
.cid-vmXxtAVD5Y .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vmXxtAVD5Y .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vmXxtAVD5Y .item {
    justify-content: center;
  }
}
.cid-vmXxtAVD5Y .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vmXxtAVD5Y .text1 {
  text-align: left;
}
.cid-vmXxtAVD5Y .link-title {
  text-align: left;
}
.cid-vmXxtC8D1u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00236b;
}
.cid-vmXxtC8D1u .mbr-text {
  color: #f6f6ef;
}
.cid-vmXxCien5v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vmXxCien5v nav.navbar {
  position: fixed;
}
.cid-vmXxCien5v .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vmXxCien5v .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vmXxCien5v .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-vmXxCien5v .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vmXxCien5v .dropdown-item {
  border: none !important;
  background: #f3f2f2 !important;
}
.cid-vmXxCien5v .dropdown-item:hover,
.cid-vmXxCien5v .dropdown-item:focus {
  background: #004d81 !important;
  color: #ffffff !important;
}
.cid-vmXxCien5v .dropdown-item:hover span {
  color: white;
}
.cid-vmXxCien5v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmXxCien5v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmXxCien5v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmXxCien5v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmXxCien5v .nav-link {
  position: relative;
}
.cid-vmXxCien5v .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vmXxCien5v .container {
    flex-wrap: nowrap;
  }
}
.cid-vmXxCien5v .iconfont-wrapper {
  color: #004d81 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vmXxCien5v .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vmXxCien5v .dropdown-menu,
.cid-vmXxCien5v .navbar.opened {
  background: #f3f2f2 !important;
}
.cid-vmXxCien5v .nav-item:focus,
.cid-vmXxCien5v .nav-link:focus {
  outline: none;
}
.cid-vmXxCien5v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmXxCien5v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vmXxCien5v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmXxCien5v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmXxCien5v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmXxCien5v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmXxCien5v .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f2f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmXxCien5v .navbar.opened {
  transition: all 0.3s;
}
.cid-vmXxCien5v .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vmXxCien5v .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vmXxCien5v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmXxCien5v .navbar.collapsed {
  justify-content: center;
}
.cid-vmXxCien5v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmXxCien5v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmXxCien5v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vmXxCien5v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmXxCien5v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmXxCien5v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vmXxCien5v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmXxCien5v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmXxCien5v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmXxCien5v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmXxCien5v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmXxCien5v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmXxCien5v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmXxCien5v .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-vmXxCien5v .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vmXxCien5v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmXxCien5v .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vmXxCien5v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vmXxCien5v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmXxCien5v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmXxCien5v .navbar.navbar-short {
  min-height: 96px;
}
.cid-vmXxCien5v .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vmXxCien5v .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vmXxCien5v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vmXxCien5v .navbar-brand .navbar-caption:hover,
.cid-vmXxCien5v .navbar-brand .navbar-caption:focus {
  color: #004d81 !important;
}
.cid-vmXxCien5v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmXxCien5v .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vmXxCien5v .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vmXxCien5v .dropdown-item.active,
.cid-vmXxCien5v .dropdown-item:active {
  background-color: transparent;
}
.cid-vmXxCien5v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmXxCien5v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmXxCien5v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmXxCien5v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f2f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vmXxCien5v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vmXxCien5v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vmXxCien5v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmXxCien5v ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vmXxCien5v ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vmXxCien5v .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vmXxCien5v .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vmXxCien5v .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vmXxCien5v .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vmXxCien5v 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: #f3f2f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmXxCien5v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #004d81;
}
.cid-vmXxCien5v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vmXxCien5v button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmXxCien5v button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmXxCien5v button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vmXxCien5v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmXxCien5v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmXxCien5v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmXxCien5v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmXxCien5v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmXxCien5v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmXxCien5v .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-vmXxCien5v .navbar {
    height: 70px;
  }
  .cid-vmXxCien5v .navbar.opened {
    height: auto;
  }
  .cid-vmXxCien5v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmXxCien5v .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vmXxCien5v .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vmXxCien5v .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vmXxCien5v .nav-item .nav-link::after {
  color: #004d81 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vmXxCien5v .nav-item .nav-link:hover {
  background-color: #004d81;
  color: #ffffff !important;
}
.cid-vmXxCien5v .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-vmXxCien5v .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vmXxCien5v .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vmXxCien5v .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vmXxCien5v .navbar {
    justify-content: flex-start !important;
  }
  .cid-vmXxCien5v .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vmXxCien5v .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vmXxCien5v .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vmXxCien5v .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vmXxCien5v .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vmXxCien5v .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vmXxCien5v .content-wrap {
  min-height: 110px;
}
.cid-vmXxCien5v .mbr-section-btn .btn::after,
.cid-vmXxCien5v .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vmXxCien5v .mbr-section-btn .btn:hover,
.cid-vmXxCien5v .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vmXxCien5v .mbr-section-btn .btn:hover::after,
.cid-vmXxCien5v .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vmXxCkilaI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eae8ea;
}
.cid-vmXxCkilaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxCkilaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxCkilaI .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-vmXxCkilaI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmXxCkilaI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmXxCkilaI .text-wrapper {
    padding: 2rem;
  }
}
.cid-vn6L6cWkFQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn6L6cWkFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6L6cWkFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn6L6cWkFQ .content-wrap {
  margin: 0 -20px;
}
.cid-vn6L6cWkFQ .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vn6L6cWkFQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn6L6cWkFQ .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vn6L6cWkFQ .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vn6L6cWkFQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn6L6cWkFQ .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vn6L6cWkFQ .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vn6L6cWkFQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn6L6cWkFQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn6L6cWkFQ .embla__slide .slide-content {
  width: 100%;
}
.cid-vn6L6cWkFQ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vn6L6cWkFQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vn6L6cWkFQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .cid-vn6L6cWkFQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 700px;
  }
}
.cid-vn6L6cWkFQ .embla__button--next,
.cid-vn6L6cWkFQ .embla__button--prev {
  display: flex;
}
.cid-vn6L6cWkFQ .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vn6L6cWkFQ .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn6L6cWkFQ .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vn6L6cWkFQ .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vn6L6cWkFQ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vn6L6cWkFQ .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vn6L6cWkFQ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vn6L6cWkFQ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vn6L6cWkFQ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn6L6cWkFQ .embla__viewport {
    padding: 0;
  }
}
.cid-vn6L6cWkFQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn6L6cWkFQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn6L6cWkFQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn6L6cWkFQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn6L6cWkFQ .mbr-label {
  color: #005984;
}
.cid-vn6L6cWkFQ .mbr-section-title {
  color: #ffffff;
}
.cid-vn6L6cWkFQ .mbr-text {
  color: #ffffff;
}
.cid-vn6L6cWkFQ .mbr-text,
.cid-vn6L6cWkFQ .text-wrapper {
  color: #232323;
}
.cid-vn6L6cWkFQ .mbr-section-title,
.cid-vn6L6cWkFQ .mbr-section-btn {
  color: #000000;
}
.cid-vn1VY7yPDk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vn1VY7yPDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn1VY7yPDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn1VY7yPDk .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vn1VY7yPDk .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vn1VY7yPDk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vn1VY7yPDk .card-wrapper {
    padding: 4rem;
  }
}
.cid-vn1VY7yPDk .mbr-text,
.cid-vn1VY7yPDk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vn1VY7yPDk .card-title,
.cid-vn1VY7yPDk .card-box {
  text-align: left;
  color: #000000;
}
.cid-vn6NGcppOK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vn6NGcppOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6NGcppOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn6NGcppOK .timeline-element {
  position: relative;
}
.cid-vn6NGcppOK .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-vn6NGcppOK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vn6NGcppOK .mbr-section-title,
.cid-vn6NGcppOK .mbr-section-subtitle,
.cid-vn6NGcppOK .timeline-date {
  text-align: center;
}
.cid-vn6NGcppOK .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vn6NGcppOK .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-vn6NGcppOK .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-vn6NGcppOK .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-vn6NGcppOK .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-vn6NGcppOK .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vn6NGcppOK .timeline-date-wrapper,
  .cid-vn6NGcppOK .timeline-text-wrapper,
  .cid-vn6NGcppOK .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-vn6NGcppOK .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-vn6NGcppOK .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vn6NGcppOK .timeline-date-wrapper,
  .cid-vn6NGcppOK .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vn6NGcppOK .timeline-date-wrapper,
  .cid-vn6NGcppOK .timeline-text-wrapper,
  .cid-vn6NGcppOK .image-wrapper {
    padding: 2rem;
  }
}
.cid-vn9zkR2ykA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vn9zkR2ykA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9zkR2ykA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9zkR2ykA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn9zkR2ykA .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn9zkR2ykA .embla__slide .slide-content {
  width: 100%;
}
.cid-vn9zkR2ykA .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vn9zkR2ykA .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vn9zkR2ykA .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vn9zkR2ykA .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vn9zkR2ykA .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vn9zkR2ykA .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vn9zkR2ykA .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vn9zkR2ykA .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vn9zkR2ykA .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vn9zkR2ykA .embla__button--next,
.cid-vn9zkR2ykA .embla__button--prev {
  display: flex;
}
.cid-vn9zkR2ykA .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vn9zkR2ykA .embla__button {
    bottom: 0;
  }
}
.cid-vn9zkR2ykA .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn9zkR2ykA .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vn9zkR2ykA .embla__button.embla__button--prev {
  left: 0;
}
.cid-vn9zkR2ykA .embla__button.embla__button--next {
  right: 0;
}
.cid-vn9zkR2ykA .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vn9zkR2ykA .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vn9zkR2ykA .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn9zkR2ykA .embla__viewport {
    padding: 0;
  }
}
.cid-vn9zkR2ykA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn9zkR2ykA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn9zkR2ykA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn9zkR2ykA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn9zkR2ykA .item-text {
  color: #000000;
}
.cid-vn9zkR2ykA .item-name {
  color: #ffffff;
}
.cid-vn9zkR2ykA .item-role {
  color: #1f1f1f;
}
.cid-vn9zkR2ykA .mbr-star {
  color: #f5b614;
}
.cid-vn9zkR2ykA .item-name,
.cid-vn9zkR2ykA .person-wrapper {
  color: #000000;
}
.cid-vncZHnqEya {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #00236b;
}
.cid-vncZHnqEya section {
  position: relative;
}
.cid-vncZHnqEya h4 {
  margin: 0;
}
.cid-vncZHnqEya img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vncZHnqEya a {
  font-weight: 300;
}
.cid-vncZHnqEya .img1 {
  color: #e6c63b;
}
.cid-vncZHnqEya .img2 {
  color: #e6c63b;
}
.cid-vncZHnqEya .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e6c63b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vncZHnqEya .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vncZHnqEya .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vncZHnqEya .item,
.cid-vncZHnqEya .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vncZHnqEya .item h4,
.cid-vncZHnqEya .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vncZHnqEya .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vncZHnqEya .item {
    justify-content: center;
  }
}
.cid-vncZHnqEya .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vncZHnqEya .text1 {
  text-align: left;
}
.cid-vncZHnqEya .link-title {
  text-align: left;
}
.cid-vmXxD3t6Dy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00236b;
}
.cid-vmXxD3t6Dy .mbr-text {
  color: #f6f6ef;
}
.cid-vmXxLnvX9H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vmXxLnvX9H nav.navbar {
  position: fixed;
}
.cid-vmXxLnvX9H .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vmXxLnvX9H .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vmXxLnvX9H .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-vmXxLnvX9H .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vmXxLnvX9H .dropdown-item {
  border: none !important;
  background: #f3f2f2 !important;
}
.cid-vmXxLnvX9H .dropdown-item:hover,
.cid-vmXxLnvX9H .dropdown-item:focus {
  background: #004d81 !important;
  color: #ffffff !important;
}
.cid-vmXxLnvX9H .dropdown-item:hover span {
  color: white;
}
.cid-vmXxLnvX9H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmXxLnvX9H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmXxLnvX9H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmXxLnvX9H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmXxLnvX9H .nav-link {
  position: relative;
}
.cid-vmXxLnvX9H .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vmXxLnvX9H .container {
    flex-wrap: nowrap;
  }
}
.cid-vmXxLnvX9H .iconfont-wrapper {
  color: #004d81 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vmXxLnvX9H .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vmXxLnvX9H .dropdown-menu,
.cid-vmXxLnvX9H .navbar.opened {
  background: #f3f2f2 !important;
}
.cid-vmXxLnvX9H .nav-item:focus,
.cid-vmXxLnvX9H .nav-link:focus {
  outline: none;
}
.cid-vmXxLnvX9H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmXxLnvX9H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vmXxLnvX9H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmXxLnvX9H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmXxLnvX9H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmXxLnvX9H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmXxLnvX9H .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f2f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmXxLnvX9H .navbar.opened {
  transition: all 0.3s;
}
.cid-vmXxLnvX9H .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vmXxLnvX9H .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vmXxLnvX9H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmXxLnvX9H .navbar.collapsed {
  justify-content: center;
}
.cid-vmXxLnvX9H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmXxLnvX9H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmXxLnvX9H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vmXxLnvX9H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmXxLnvX9H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmXxLnvX9H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vmXxLnvX9H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmXxLnvX9H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmXxLnvX9H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmXxLnvX9H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmXxLnvX9H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmXxLnvX9H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmXxLnvX9H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmXxLnvX9H .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-vmXxLnvX9H .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vmXxLnvX9H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmXxLnvX9H .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vmXxLnvX9H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vmXxLnvX9H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmXxLnvX9H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmXxLnvX9H .navbar.navbar-short {
  min-height: 96px;
}
.cid-vmXxLnvX9H .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vmXxLnvX9H .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vmXxLnvX9H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vmXxLnvX9H .navbar-brand .navbar-caption:hover,
.cid-vmXxLnvX9H .navbar-brand .navbar-caption:focus {
  color: #004d81 !important;
}
.cid-vmXxLnvX9H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmXxLnvX9H .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vmXxLnvX9H .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vmXxLnvX9H .dropdown-item.active,
.cid-vmXxLnvX9H .dropdown-item:active {
  background-color: transparent;
}
.cid-vmXxLnvX9H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmXxLnvX9H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmXxLnvX9H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmXxLnvX9H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f2f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vmXxLnvX9H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vmXxLnvX9H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vmXxLnvX9H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmXxLnvX9H ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vmXxLnvX9H ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vmXxLnvX9H .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vmXxLnvX9H .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vmXxLnvX9H .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vmXxLnvX9H .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vmXxLnvX9H 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: #f3f2f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmXxLnvX9H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #004d81;
}
.cid-vmXxLnvX9H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vmXxLnvX9H button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmXxLnvX9H button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmXxLnvX9H button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vmXxLnvX9H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmXxLnvX9H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmXxLnvX9H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmXxLnvX9H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmXxLnvX9H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmXxLnvX9H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmXxLnvX9H .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-vmXxLnvX9H .navbar {
    height: 70px;
  }
  .cid-vmXxLnvX9H .navbar.opened {
    height: auto;
  }
  .cid-vmXxLnvX9H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmXxLnvX9H .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vmXxLnvX9H .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vmXxLnvX9H .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vmXxLnvX9H .nav-item .nav-link::after {
  color: #004d81 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vmXxLnvX9H .nav-item .nav-link:hover {
  background-color: #004d81;
  color: #ffffff !important;
}
.cid-vmXxLnvX9H .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-vmXxLnvX9H .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vmXxLnvX9H .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vmXxLnvX9H .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vmXxLnvX9H .navbar {
    justify-content: flex-start !important;
  }
  .cid-vmXxLnvX9H .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vmXxLnvX9H .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vmXxLnvX9H .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vmXxLnvX9H .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vmXxLnvX9H .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vmXxLnvX9H .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vmXxLnvX9H .content-wrap {
  min-height: 110px;
}
.cid-vmXxLnvX9H .mbr-section-btn .btn::after,
.cid-vmXxLnvX9H .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vmXxLnvX9H .mbr-section-btn .btn:hover,
.cid-vmXxLnvX9H .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vmXxLnvX9H .mbr-section-btn .btn:hover::after,
.cid-vmXxLnvX9H .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vn3r1wfUPv {
  background-color: #24346c;
  overflow: hidden;
}
.cid-vn3r1wfUPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3r1wfUPv .container-fluid,
.cid-vn3r1wfUPv .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vn3r1wfUPv .container-fluid,
  .cid-vn3r1wfUPv .container {
    padding: 0 1.5rem;
  }
}
.cid-vn3r1wfUPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3r1wfUPv a {
  font-weight: bold;
}
.cid-vn3r1wfUPv .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-vn3r1wfUPv .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vn3r1wfUPv .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-vn3r1wfUPv .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-vn3r1wfUPv .row {
  justify-content: space-between;
  background: linear-gradient(to bottom, #7a1211, #ff9945);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-vn3r1wfUPv .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vn3r1wfUPv .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-vn3r1wfUPv .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-vn3r1wfUPv .mbr-section-btn,
.cid-vn3r1wfUPv .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vn3r1wfUPv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn3r1wfUPv .mbr-section-title {
  color: #ffffff;
}
.cid-vn3r1wfUPv .mbr-text,
.cid-vn3r1wfUPv .mbr-section-btn {
  color: #ffffff;
}
.cid-vn3r1wfUPv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vn3r1wfUPv .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-vmXxLr6U9F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vmXxLr6U9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXxLr6U9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXxLr6U9F .content-wrap {
  margin: 0 -20px;
}
.cid-vmXxLr6U9F .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vmXxLr6U9F .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmXxLr6U9F .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vmXxLr6U9F .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vmXxLr6U9F .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmXxLr6U9F .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vmXxLr6U9F .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmXxLr6U9F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vmXxLr6U9F .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vmXxLr6U9F .embla__slide .slide-content {
  width: 437px;
}
.cid-vmXxLr6U9F .embla__slide .slide-content .item-wrapper .item-img img {
  width: 400px;
  height: 595px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vmXxLr6U9F .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 1200px) {
  .cid-vmXxLr6U9F .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 992px) {
  .cid-vmXxLr6U9F .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
.cid-vmXxLr6U9F .embla__button--next,
.cid-vmXxLr6U9F .embla__button--prev {
  display: flex;
}
.cid-vmXxLr6U9F .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vmXxLr6U9F .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vmXxLr6U9F .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vmXxLr6U9F .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vmXxLr6U9F .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vmXxLr6U9F .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vmXxLr6U9F .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vmXxLr6U9F .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vmXxLr6U9F .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vmXxLr6U9F .embla__viewport {
    padding: 0;
  }
}
.cid-vmXxLr6U9F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmXxLr6U9F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmXxLr6U9F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmXxLr6U9F .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmXxLr6U9F .mbr-label {
  color: #232323;
}
.cid-vmXxLr6U9F .mbr-section-title {
  color: #ffffff;
}
.cid-vmXxLr6U9F .mbr-text {
  color: #ffffff;
}
.cid-vmXxLr6U9F .mbr-text,
.cid-vmXxLr6U9F .text-wrapper {
  color: #232323;
}
.cid-vmXxLr6U9F .mbr-section-title,
.cid-vmXxLr6U9F .mbr-section-btn {
  color: #000000;
}
.cid-vn7inxOoZw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vn7inxOoZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn7inxOoZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn7inxOoZw .content-wrap {
  margin: 0 -20px;
}
.cid-vn7inxOoZw .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vn7inxOoZw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn7inxOoZw .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vn7inxOoZw .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vn7inxOoZw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn7inxOoZw .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vn7inxOoZw .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vn7inxOoZw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn7inxOoZw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn7inxOoZw .embla__slide .slide-content {
  width: 437px;
}
.cid-vn7inxOoZw .embla__slide .slide-content .item-wrapper .item-img img {
  width: 400px;
  height: 595px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vn7inxOoZw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 1200px) {
  .cid-vn7inxOoZw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 992px) {
  .cid-vn7inxOoZw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
.cid-vn7inxOoZw .embla__button--next,
.cid-vn7inxOoZw .embla__button--prev {
  display: flex;
}
.cid-vn7inxOoZw .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vn7inxOoZw .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn7inxOoZw .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vn7inxOoZw .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vn7inxOoZw .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vn7inxOoZw .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vn7inxOoZw .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vn7inxOoZw .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vn7inxOoZw .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn7inxOoZw .embla__viewport {
    padding: 0;
  }
}
.cid-vn7inxOoZw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn7inxOoZw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn7inxOoZw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn7inxOoZw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn7inxOoZw .mbr-label {
  color: #232323;
}
.cid-vn7inxOoZw .mbr-section-title {
  color: #ffffff;
}
.cid-vn7inxOoZw .mbr-text {
  color: #ffffff;
}
.cid-vn7inxOoZw .mbr-text,
.cid-vn7inxOoZw .text-wrapper {
  color: #232323;
}
.cid-vn7inxOoZw .mbr-section-title,
.cid-vn7inxOoZw .mbr-section-btn {
  color: #000000;
}
.cid-vn7nFgeTty {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vn7nFgeTty .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn7nFgeTty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn7nFgeTty .content-wrap {
  margin: 0 -20px;
}
.cid-vn7nFgeTty .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vn7nFgeTty .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn7nFgeTty .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vn7nFgeTty .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vn7nFgeTty .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn7nFgeTty .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vn7nFgeTty .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vn7nFgeTty .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn7nFgeTty .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn7nFgeTty .embla__slide .slide-content {
  width: 437px;
}
.cid-vn7nFgeTty .embla__slide .slide-content .item-wrapper .item-img img {
  width: 400px;
  height: 595px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vn7nFgeTty .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 1200px) {
  .cid-vn7nFgeTty .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 992px) {
  .cid-vn7nFgeTty .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
.cid-vn7nFgeTty .embla__button--next,
.cid-vn7nFgeTty .embla__button--prev {
  display: flex;
}
.cid-vn7nFgeTty .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vn7nFgeTty .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn7nFgeTty .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vn7nFgeTty .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vn7nFgeTty .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vn7nFgeTty .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vn7nFgeTty .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vn7nFgeTty .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vn7nFgeTty .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn7nFgeTty .embla__viewport {
    padding: 0;
  }
}
.cid-vn7nFgeTty .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn7nFgeTty .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn7nFgeTty .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn7nFgeTty .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn7nFgeTty .mbr-label {
  color: #232323;
}
.cid-vn7nFgeTty .mbr-section-title {
  color: #ffffff;
}
.cid-vn7nFgeTty .mbr-text {
  color: #ffffff;
}
.cid-vn7nFgeTty .mbr-text,
.cid-vn7nFgeTty .text-wrapper {
  color: #232323;
}
.cid-vn7nFgeTty .mbr-section-title,
.cid-vn7nFgeTty .mbr-section-btn {
  color: #000000;
}
.cid-vn7kZ11aSr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vn7kZ11aSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn7kZ11aSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn7kZ11aSr .content-wrap {
  margin: 0 -20px;
}
.cid-vn7kZ11aSr .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vn7kZ11aSr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn7kZ11aSr .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vn7kZ11aSr .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vn7kZ11aSr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn7kZ11aSr .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vn7kZ11aSr .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vn7kZ11aSr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn7kZ11aSr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn7kZ11aSr .embla__slide .slide-content {
  width: 437px;
}
.cid-vn7kZ11aSr .embla__slide .slide-content .item-wrapper .item-img img {
  width: 400px;
  height: 595px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vn7kZ11aSr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 1200px) {
  .cid-vn7kZ11aSr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 992px) {
  .cid-vn7kZ11aSr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
.cid-vn7kZ11aSr .embla__button--next,
.cid-vn7kZ11aSr .embla__button--prev {
  display: flex;
}
.cid-vn7kZ11aSr .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vn7kZ11aSr .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn7kZ11aSr .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vn7kZ11aSr .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vn7kZ11aSr .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vn7kZ11aSr .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vn7kZ11aSr .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vn7kZ11aSr .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vn7kZ11aSr .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn7kZ11aSr .embla__viewport {
    padding: 0;
  }
}
.cid-vn7kZ11aSr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn7kZ11aSr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn7kZ11aSr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn7kZ11aSr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn7kZ11aSr .mbr-label {
  color: #232323;
}
.cid-vn7kZ11aSr .mbr-section-title {
  color: #ffffff;
}
.cid-vn7kZ11aSr .mbr-text {
  color: #ffffff;
}
.cid-vn7kZ11aSr .mbr-text,
.cid-vn7kZ11aSr .text-wrapper {
  color: #232323;
}
.cid-vn7kZ11aSr .mbr-section-title,
.cid-vn7kZ11aSr .mbr-section-btn {
  color: #000000;
}
.cid-vn7ztOpXq5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vn7ztOpXq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn7ztOpXq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn7ztOpXq5 .content-wrap {
  margin: 0 -20px;
}
.cid-vn7ztOpXq5 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vn7ztOpXq5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn7ztOpXq5 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vn7ztOpXq5 .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vn7ztOpXq5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn7ztOpXq5 .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vn7ztOpXq5 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vn7ztOpXq5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn7ztOpXq5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn7ztOpXq5 .embla__slide .slide-content {
  width: 437px;
}
.cid-vn7ztOpXq5 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 400px;
  height: 595px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vn7ztOpXq5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 1200px) {
  .cid-vn7ztOpXq5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 992px) {
  .cid-vn7ztOpXq5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
.cid-vn7ztOpXq5 .embla__button--next,
.cid-vn7ztOpXq5 .embla__button--prev {
  display: flex;
}
.cid-vn7ztOpXq5 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vn7ztOpXq5 .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn7ztOpXq5 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vn7ztOpXq5 .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vn7ztOpXq5 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vn7ztOpXq5 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vn7ztOpXq5 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vn7ztOpXq5 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vn7ztOpXq5 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn7ztOpXq5 .embla__viewport {
    padding: 0;
  }
}
.cid-vn7ztOpXq5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn7ztOpXq5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn7ztOpXq5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn7ztOpXq5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn7ztOpXq5 .mbr-label {
  color: #232323;
}
.cid-vn7ztOpXq5 .mbr-section-title {
  color: #ffffff;
}
.cid-vn7ztOpXq5 .mbr-text {
  color: #ffffff;
}
.cid-vn7ztOpXq5 .mbr-text,
.cid-vn7ztOpXq5 .text-wrapper {
  color: #232323;
}
.cid-vn7ztOpXq5 .mbr-section-title,
.cid-vn7ztOpXq5 .mbr-section-btn {
  color: #000000;
}
.cid-vn7TzBL2y1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vn7TzBL2y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn7TzBL2y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn7TzBL2y1 .content-wrap {
  margin: 0 -20px;
}
.cid-vn7TzBL2y1 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vn7TzBL2y1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn7TzBL2y1 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vn7TzBL2y1 .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vn7TzBL2y1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn7TzBL2y1 .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vn7TzBL2y1 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vn7TzBL2y1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn7TzBL2y1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn7TzBL2y1 .embla__slide .slide-content {
  width: 437px;
}
.cid-vn7TzBL2y1 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 400px;
  height: 595px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vn7TzBL2y1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 1200px) {
  .cid-vn7TzBL2y1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 992px) {
  .cid-vn7TzBL2y1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
.cid-vn7TzBL2y1 .embla__button--next,
.cid-vn7TzBL2y1 .embla__button--prev {
  display: flex;
}
.cid-vn7TzBL2y1 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vn7TzBL2y1 .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn7TzBL2y1 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vn7TzBL2y1 .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vn7TzBL2y1 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vn7TzBL2y1 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vn7TzBL2y1 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vn7TzBL2y1 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vn7TzBL2y1 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn7TzBL2y1 .embla__viewport {
    padding: 0;
  }
}
.cid-vn7TzBL2y1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn7TzBL2y1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn7TzBL2y1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn7TzBL2y1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn7TzBL2y1 .mbr-label {
  color: #232323;
}
.cid-vn7TzBL2y1 .mbr-section-title {
  color: #ffffff;
}
.cid-vn7TzBL2y1 .mbr-text {
  color: #ffffff;
}
.cid-vn7TzBL2y1 .mbr-text,
.cid-vn7TzBL2y1 .text-wrapper {
  color: #232323;
}
.cid-vn7TzBL2y1 .mbr-section-title,
.cid-vn7TzBL2y1 .mbr-section-btn {
  color: #000000;
}
.cid-vn7At74QJa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vn7At74QJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn7At74QJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn7At74QJa .content-wrap {
  margin: 0 -20px;
}
.cid-vn7At74QJa .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vn7At74QJa .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn7At74QJa .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vn7At74QJa .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vn7At74QJa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn7At74QJa .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vn7At74QJa .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vn7At74QJa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn7At74QJa .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn7At74QJa .embla__slide .slide-content {
  width: 437px;
}
.cid-vn7At74QJa .embla__slide .slide-content .item-wrapper .item-img img {
  width: 400px;
  height: 595px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vn7At74QJa .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 1200px) {
  .cid-vn7At74QJa .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 992px) {
  .cid-vn7At74QJa .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
.cid-vn7At74QJa .embla__button--next,
.cid-vn7At74QJa .embla__button--prev {
  display: flex;
}
.cid-vn7At74QJa .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vn7At74QJa .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn7At74QJa .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vn7At74QJa .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vn7At74QJa .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vn7At74QJa .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vn7At74QJa .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vn7At74QJa .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vn7At74QJa .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn7At74QJa .embla__viewport {
    padding: 0;
  }
}
.cid-vn7At74QJa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn7At74QJa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn7At74QJa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn7At74QJa .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn7At74QJa .mbr-label {
  color: #232323;
}
.cid-vn7At74QJa .mbr-section-title {
  color: #ffffff;
}
.cid-vn7At74QJa .mbr-text {
  color: #ffffff;
}
.cid-vn7At74QJa .mbr-text,
.cid-vn7At74QJa .text-wrapper {
  color: #232323;
}
.cid-vn7At74QJa .mbr-section-title,
.cid-vn7At74QJa .mbr-section-btn {
  color: #000000;
}
.cid-vn96LuSrov {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vn96LuSrov .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn96LuSrov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn96LuSrov .content-wrap {
  margin: 0 -20px;
}
.cid-vn96LuSrov .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vn96LuSrov .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn96LuSrov .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vn96LuSrov .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vn96LuSrov .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn96LuSrov .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vn96LuSrov .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vn96LuSrov .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn96LuSrov .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn96LuSrov .embla__slide .slide-content {
  width: 437px;
}
.cid-vn96LuSrov .embla__slide .slide-content .item-wrapper .item-img img {
  width: 400px;
  height: 595px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vn96LuSrov .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 1200px) {
  .cid-vn96LuSrov .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 992px) {
  .cid-vn96LuSrov .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
.cid-vn96LuSrov .embla__button--next,
.cid-vn96LuSrov .embla__button--prev {
  display: flex;
}
.cid-vn96LuSrov .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vn96LuSrov .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn96LuSrov .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vn96LuSrov .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vn96LuSrov .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vn96LuSrov .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vn96LuSrov .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vn96LuSrov .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vn96LuSrov .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn96LuSrov .embla__viewport {
    padding: 0;
  }
}
.cid-vn96LuSrov .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn96LuSrov .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn96LuSrov .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn96LuSrov .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn96LuSrov .mbr-label {
  color: #232323;
}
.cid-vn96LuSrov .mbr-section-title {
  color: #ffffff;
}
.cid-vn96LuSrov .mbr-text {
  color: #ffffff;
}
.cid-vn96LuSrov .mbr-text,
.cid-vn96LuSrov .text-wrapper {
  color: #232323;
}
.cid-vn96LuSrov .mbr-section-title,
.cid-vn96LuSrov .mbr-section-btn {
  color: #000000;
}
.cid-vn976QTse0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vn976QTse0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn976QTse0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn976QTse0 .content-wrap {
  margin: 0 -20px;
}
.cid-vn976QTse0 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vn976QTse0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn976QTse0 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vn976QTse0 .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vn976QTse0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn976QTse0 .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vn976QTse0 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vn976QTse0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vn976QTse0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vn976QTse0 .embla__slide .slide-content {
  width: 437px;
}
.cid-vn976QTse0 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 400px;
  height: 595px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vn976QTse0 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 1200px) {
  .cid-vn976QTse0 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
@media (max-width: 992px) {
  .cid-vn976QTse0 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 595px;
  }
}
.cid-vn976QTse0 .embla__button--next,
.cid-vn976QTse0 .embla__button--prev {
  display: flex;
}
.cid-vn976QTse0 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vn976QTse0 .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vn976QTse0 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vn976QTse0 .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vn976QTse0 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vn976QTse0 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vn976QTse0 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vn976QTse0 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vn976QTse0 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vn976QTse0 .embla__viewport {
    padding: 0;
  }
}
.cid-vn976QTse0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn976QTse0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn976QTse0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vn976QTse0 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vn976QTse0 .mbr-label {
  color: #232323;
}
.cid-vn976QTse0 .mbr-section-title {
  color: #ffffff;
}
.cid-vn976QTse0 .mbr-text {
  color: #ffffff;
}
.cid-vn976QTse0 .mbr-text,
.cid-vn976QTse0 .text-wrapper {
  color: #232323;
}
.cid-vn976QTse0 .mbr-section-title,
.cid-vn976QTse0 .mbr-section-btn {
  color: #000000;
}
.cid-vn7lN3yCHJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #f5c806 100%) !important;
}
.cid-vn7lN3yCHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn7lN3yCHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vncZKsyXN9 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #00236b;
}
.cid-vncZKsyXN9 section {
  position: relative;
}
.cid-vncZKsyXN9 h4 {
  margin: 0;
}
.cid-vncZKsyXN9 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vncZKsyXN9 a {
  font-weight: 300;
}
.cid-vncZKsyXN9 .img1 {
  color: #e6c63b;
}
.cid-vncZKsyXN9 .img2 {
  color: #e6c63b;
}
.cid-vncZKsyXN9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e6c63b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vncZKsyXN9 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vncZKsyXN9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vncZKsyXN9 .item,
.cid-vncZKsyXN9 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vncZKsyXN9 .item h4,
.cid-vncZKsyXN9 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vncZKsyXN9 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vncZKsyXN9 .item {
    justify-content: center;
  }
}
.cid-vncZKsyXN9 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vncZKsyXN9 .text1 {
  text-align: left;
}
.cid-vncZKsyXN9 .link-title {
  text-align: left;
}
.cid-vmXxMub0nC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00236b;
}
.cid-vmXxMub0nC .mbr-text {
  color: #f6f6ef;
}
.cid-vn0zDjhdc7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vn0zDjhdc7 nav.navbar {
  position: fixed;
}
.cid-vn0zDjhdc7 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vn0zDjhdc7 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vn0zDjhdc7 .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-vn0zDjhdc7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vn0zDjhdc7 .dropdown-item {
  border: none !important;
  background: #f3f2f2 !important;
}
.cid-vn0zDjhdc7 .dropdown-item:hover,
.cid-vn0zDjhdc7 .dropdown-item:focus {
  background: #004d81 !important;
  color: #ffffff !important;
}
.cid-vn0zDjhdc7 .dropdown-item:hover span {
  color: white;
}
.cid-vn0zDjhdc7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vn0zDjhdc7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vn0zDjhdc7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vn0zDjhdc7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vn0zDjhdc7 .nav-link {
  position: relative;
}
.cid-vn0zDjhdc7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vn0zDjhdc7 .container {
    flex-wrap: nowrap;
  }
}
.cid-vn0zDjhdc7 .iconfont-wrapper {
  color: #004d81 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vn0zDjhdc7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vn0zDjhdc7 .dropdown-menu,
.cid-vn0zDjhdc7 .navbar.opened {
  background: #f3f2f2 !important;
}
.cid-vn0zDjhdc7 .nav-item:focus,
.cid-vn0zDjhdc7 .nav-link:focus {
  outline: none;
}
.cid-vn0zDjhdc7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vn0zDjhdc7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vn0zDjhdc7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vn0zDjhdc7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn0zDjhdc7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vn0zDjhdc7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vn0zDjhdc7 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f2f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vn0zDjhdc7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vn0zDjhdc7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vn0zDjhdc7 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vn0zDjhdc7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vn0zDjhdc7 .navbar.collapsed {
  justify-content: center;
}
.cid-vn0zDjhdc7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vn0zDjhdc7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vn0zDjhdc7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vn0zDjhdc7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vn0zDjhdc7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vn0zDjhdc7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vn0zDjhdc7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vn0zDjhdc7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vn0zDjhdc7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vn0zDjhdc7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vn0zDjhdc7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vn0zDjhdc7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vn0zDjhdc7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vn0zDjhdc7 .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-vn0zDjhdc7 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vn0zDjhdc7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vn0zDjhdc7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vn0zDjhdc7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vn0zDjhdc7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vn0zDjhdc7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vn0zDjhdc7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vn0zDjhdc7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vn0zDjhdc7 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vn0zDjhdc7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vn0zDjhdc7 .navbar-brand .navbar-caption:hover,
.cid-vn0zDjhdc7 .navbar-brand .navbar-caption:focus {
  color: #004d81 !important;
}
.cid-vn0zDjhdc7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vn0zDjhdc7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vn0zDjhdc7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vn0zDjhdc7 .dropdown-item.active,
.cid-vn0zDjhdc7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vn0zDjhdc7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vn0zDjhdc7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vn0zDjhdc7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vn0zDjhdc7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f2f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vn0zDjhdc7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vn0zDjhdc7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vn0zDjhdc7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vn0zDjhdc7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vn0zDjhdc7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vn0zDjhdc7 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vn0zDjhdc7 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vn0zDjhdc7 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vn0zDjhdc7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vn0zDjhdc7 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: #f3f2f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vn0zDjhdc7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #004d81;
}
.cid-vn0zDjhdc7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vn0zDjhdc7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn0zDjhdc7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn0zDjhdc7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vn0zDjhdc7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn0zDjhdc7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vn0zDjhdc7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vn0zDjhdc7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn0zDjhdc7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vn0zDjhdc7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vn0zDjhdc7 .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-vn0zDjhdc7 .navbar {
    height: 70px;
  }
  .cid-vn0zDjhdc7 .navbar.opened {
    height: auto;
  }
  .cid-vn0zDjhdc7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vn0zDjhdc7 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vn0zDjhdc7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vn0zDjhdc7 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vn0zDjhdc7 .nav-item .nav-link::after {
  color: #004d81 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vn0zDjhdc7 .nav-item .nav-link:hover {
  background-color: #004d81;
  color: #ffffff !important;
}
.cid-vn0zDjhdc7 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-vn0zDjhdc7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vn0zDjhdc7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vn0zDjhdc7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vn0zDjhdc7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vn0zDjhdc7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vn0zDjhdc7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vn0zDjhdc7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vn0zDjhdc7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vn0zDjhdc7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vn0zDjhdc7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vn0zDjhdc7 .content-wrap {
  min-height: 110px;
}
.cid-vn0zDjhdc7 .mbr-section-btn .btn::after,
.cid-vn0zDjhdc7 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vn0zDjhdc7 .mbr-section-btn .btn:hover,
.cid-vn0zDjhdc7 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vn0zDjhdc7 .mbr-section-btn .btn:hover::after,
.cid-vn0zDjhdc7 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vn0DwG08hO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vn0DwG08hO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn0DwG08hO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn0DwG08hO .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn0DwG08hO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn0DwG08hO .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
}
.cid-vn0DwG08hO .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn0DwG08hO .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn0DwG08hO .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vn0DwG08hO .content-wrap {
  margin: 0 -25px;
}
.cid-vn0DwG08hO .content-wrap .card {
  padding: 0 25px;
}
.cid-vn0DwG08hO .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-vn0DwG08hO .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vn0DwG08hO .items-wrapper .item:hover .item-wrapper .item-text,
.cid-vn0DwG08hO .items-wrapper .item:focus .item-wrapper .item-text {
  color: #0f5cfa;
}
.cid-vn0DwG08hO .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-vn0DwG08hO .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vn0DwG08hO .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vn0DwG08hO .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
}
.cid-vn0DwG08hO .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vn0DwG08hO .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-vn0DwG08hO .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vn0DwG08hO .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vn0DwG08hO .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all .3s ease;
  margin-bottom: 0;
}
.cid-vn0DwG08hO .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-vn0DwG08hO .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-vn0DwG08hO .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vn0DwG08hO .mbr-label,
.cid-vn0DwG08hO .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vn0DwG08hO .mbr-section-title,
.cid-vn0DwG08hO .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vn0DwG08hO .item-title {
  color: #565661;
}
.cid-vn0DwG08hO .item-text {
  color: #171719;
}
.cid-vn0KnNH6oN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vn0KnNH6oN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn0KnNH6oN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn0KnNH6oN .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn0KnNH6oN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn0KnNH6oN .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
}
.cid-vn0KnNH6oN .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn0KnNH6oN .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn0KnNH6oN .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vn0KnNH6oN .content-wrap {
  margin: 0 -25px;
}
.cid-vn0KnNH6oN .content-wrap .card {
  padding: 0 25px;
}
.cid-vn0KnNH6oN .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-vn0KnNH6oN .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vn0KnNH6oN .items-wrapper .item:hover .item-wrapper .item-text,
.cid-vn0KnNH6oN .items-wrapper .item:focus .item-wrapper .item-text {
  color: #0f5cfa;
}
.cid-vn0KnNH6oN .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-vn0KnNH6oN .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vn0KnNH6oN .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vn0KnNH6oN .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
}
.cid-vn0KnNH6oN .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vn0KnNH6oN .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-vn0KnNH6oN .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vn0KnNH6oN .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vn0KnNH6oN .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all .3s ease;
  margin-bottom: 0;
}
.cid-vn0KnNH6oN .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-vn0KnNH6oN .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-vn0KnNH6oN .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vn0KnNH6oN .mbr-label,
.cid-vn0KnNH6oN .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vn0KnNH6oN .mbr-section-title,
.cid-vn0KnNH6oN .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vn0KnNH6oN .item-title {
  color: #565661;
}
.cid-vn0KnNH6oN .item-text {
  color: #171719;
}
.cid-vn0Dkq3pGk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f2f2;
}
.cid-vn0Dkq3pGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn0Dkq3pGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn0Dkq3pGk .google-map {
  height: 350px;
  position: relative;
}
.cid-vn0Dkq3pGk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vn0Dkq3pGk .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vn0Dkq3pGk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vn0Dkq3pGk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vncZO8tbIu {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #00236b;
}
.cid-vncZO8tbIu section {
  position: relative;
}
.cid-vncZO8tbIu h4 {
  margin: 0;
}
.cid-vncZO8tbIu img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vncZO8tbIu a {
  font-weight: 300;
}
.cid-vncZO8tbIu .img1 {
  color: #e6c63b;
}
.cid-vncZO8tbIu .img2 {
  color: #e6c63b;
}
.cid-vncZO8tbIu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e6c63b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vncZO8tbIu .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vncZO8tbIu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vncZO8tbIu .item,
.cid-vncZO8tbIu .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vncZO8tbIu .item h4,
.cid-vncZO8tbIu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vncZO8tbIu .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vncZO8tbIu .item {
    justify-content: center;
  }
}
.cid-vncZO8tbIu .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vncZO8tbIu .text1 {
  text-align: left;
}
.cid-vncZO8tbIu .link-title {
  text-align: left;
}
.cid-vn0zDnBUTW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00236b;
}
.cid-vn0zDnBUTW .mbr-text {
  color: #f6f6ef;
}
.cid-vn0A7zGk5y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vn0A7zGk5y nav.navbar {
  position: fixed;
}
.cid-vn0A7zGk5y .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vn0A7zGk5y .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vn0A7zGk5y .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-vn0A7zGk5y .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vn0A7zGk5y .dropdown-item {
  border: none !important;
  background: #f3f2f2 !important;
}
.cid-vn0A7zGk5y .dropdown-item:hover,
.cid-vn0A7zGk5y .dropdown-item:focus {
  background: #004d81 !important;
  color: #ffffff !important;
}
.cid-vn0A7zGk5y .dropdown-item:hover span {
  color: white;
}
.cid-vn0A7zGk5y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vn0A7zGk5y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vn0A7zGk5y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vn0A7zGk5y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vn0A7zGk5y .nav-link {
  position: relative;
}
.cid-vn0A7zGk5y .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vn0A7zGk5y .container {
    flex-wrap: nowrap;
  }
}
.cid-vn0A7zGk5y .iconfont-wrapper {
  color: #004d81 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vn0A7zGk5y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vn0A7zGk5y .dropdown-menu,
.cid-vn0A7zGk5y .navbar.opened {
  background: #f3f2f2 !important;
}
.cid-vn0A7zGk5y .nav-item:focus,
.cid-vn0A7zGk5y .nav-link:focus {
  outline: none;
}
.cid-vn0A7zGk5y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vn0A7zGk5y .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vn0A7zGk5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vn0A7zGk5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn0A7zGk5y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vn0A7zGk5y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vn0A7zGk5y .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f2f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vn0A7zGk5y .navbar.opened {
  transition: all 0.3s;
}
.cid-vn0A7zGk5y .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vn0A7zGk5y .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vn0A7zGk5y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vn0A7zGk5y .navbar.collapsed {
  justify-content: center;
}
.cid-vn0A7zGk5y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vn0A7zGk5y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vn0A7zGk5y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vn0A7zGk5y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vn0A7zGk5y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vn0A7zGk5y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vn0A7zGk5y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vn0A7zGk5y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vn0A7zGk5y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vn0A7zGk5y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vn0A7zGk5y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vn0A7zGk5y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vn0A7zGk5y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vn0A7zGk5y .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-vn0A7zGk5y .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vn0A7zGk5y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vn0A7zGk5y .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vn0A7zGk5y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vn0A7zGk5y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vn0A7zGk5y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vn0A7zGk5y .navbar.navbar-short {
  min-height: 96px;
}
.cid-vn0A7zGk5y .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vn0A7zGk5y .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vn0A7zGk5y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vn0A7zGk5y .navbar-brand .navbar-caption:hover,
.cid-vn0A7zGk5y .navbar-brand .navbar-caption:focus {
  color: #004d81 !important;
}
.cid-vn0A7zGk5y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vn0A7zGk5y .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vn0A7zGk5y .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vn0A7zGk5y .dropdown-item.active,
.cid-vn0A7zGk5y .dropdown-item:active {
  background-color: transparent;
}
.cid-vn0A7zGk5y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vn0A7zGk5y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vn0A7zGk5y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vn0A7zGk5y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f2f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vn0A7zGk5y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vn0A7zGk5y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vn0A7zGk5y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vn0A7zGk5y ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vn0A7zGk5y ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vn0A7zGk5y .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vn0A7zGk5y .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vn0A7zGk5y .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vn0A7zGk5y .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vn0A7zGk5y 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: #f3f2f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vn0A7zGk5y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #004d81;
}
.cid-vn0A7zGk5y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vn0A7zGk5y button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn0A7zGk5y button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn0A7zGk5y button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vn0A7zGk5y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn0A7zGk5y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vn0A7zGk5y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vn0A7zGk5y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn0A7zGk5y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vn0A7zGk5y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vn0A7zGk5y .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-vn0A7zGk5y .navbar {
    height: 70px;
  }
  .cid-vn0A7zGk5y .navbar.opened {
    height: auto;
  }
  .cid-vn0A7zGk5y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vn0A7zGk5y .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vn0A7zGk5y .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vn0A7zGk5y .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vn0A7zGk5y .nav-item .nav-link::after {
  color: #004d81 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vn0A7zGk5y .nav-item .nav-link:hover {
  background-color: #004d81;
  color: #ffffff !important;
}
.cid-vn0A7zGk5y .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-vn0A7zGk5y .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vn0A7zGk5y .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vn0A7zGk5y .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vn0A7zGk5y .navbar {
    justify-content: flex-start !important;
  }
  .cid-vn0A7zGk5y .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vn0A7zGk5y .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vn0A7zGk5y .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vn0A7zGk5y .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vn0A7zGk5y .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vn0A7zGk5y .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vn0A7zGk5y .content-wrap {
  min-height: 110px;
}
.cid-vn0A7zGk5y .mbr-section-btn .btn::after,
.cid-vn0A7zGk5y .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vn0A7zGk5y .mbr-section-btn .btn:hover,
.cid-vn0A7zGk5y .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vn0A7zGk5y .mbr-section-btn .btn:hover::after,
.cid-vn0A7zGk5y .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vn0Vb2LFbH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #eae8ea;
}
.cid-vn0Vb2LFbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn0Vb2LFbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vn0Vb2LFbH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vn0Vb2LFbH .container {
    padding: 0 12px;
  }
}
.cid-vn0Vb2LFbH .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vn0Vb2LFbH .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vn0Vb2LFbH .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vn0Vb2LFbH .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vn0Vb2LFbH .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vn0Vb2LFbH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vn0Vb2LFbH .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vn0Vb2LFbH .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #ed8a33;
  border-color: #ed8a33;
}
.cid-vn0Vb2LFbH .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vn0Vb2LFbH .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vn0Vb2LFbH .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #000000;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #353535 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e6c63b !important;
  box-shadow: none;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #353535;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #353535;
  border-color: #353535;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vn0Vb2LFbH .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vn0Vb2LFbH .mbr-form .form-conrol {
  color: #000000;
}
.cid-vn0Vb2LFbH .mbr-section-title {
  color: #ffffff;
}
.cid-vn0Vb2LFbH .mbr-text {
  color: #232323;
}
.cid-vn0Vb2LFbH label {
  color: #ffffff;
}
.cid-vn0Vb2LFbH .mbr-section-title,
.cid-vn0Vb2LFbH .mbr-section-btn {
  color: #232323;
}
.cid-vn0Vb2LFbH .card-contacts {
  color: #000000;
}
.cid-vncZQPMlEM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #00236b;
}
.cid-vncZQPMlEM section {
  position: relative;
}
.cid-vncZQPMlEM h4 {
  margin: 0;
}
.cid-vncZQPMlEM img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vncZQPMlEM a {
  font-weight: 300;
}
.cid-vncZQPMlEM .img1 {
  color: #e6c63b;
}
.cid-vncZQPMlEM .img2 {
  color: #e6c63b;
}
.cid-vncZQPMlEM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e6c63b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vncZQPMlEM .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vncZQPMlEM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vncZQPMlEM .item,
.cid-vncZQPMlEM .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vncZQPMlEM .item h4,
.cid-vncZQPMlEM .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vncZQPMlEM .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vncZQPMlEM .item {
    justify-content: center;
  }
}
.cid-vncZQPMlEM .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vncZQPMlEM .text1 {
  text-align: left;
}
.cid-vncZQPMlEM .link-title {
  text-align: left;
}
.cid-vn0A7C4aRi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00236b;
}
.cid-vn0A7C4aRi .mbr-text {
  color: #f6f6ef;
}
.cid-vn19KllgUz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vn19KllgUz nav.navbar {
  position: fixed;
}
.cid-vn19KllgUz .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vn19KllgUz .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vn19KllgUz .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-vn19KllgUz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vn19KllgUz .dropdown-item {
  border: none !important;
  background: #f3f2f2 !important;
}
.cid-vn19KllgUz .dropdown-item:hover,
.cid-vn19KllgUz .dropdown-item:focus {
  background: #004d81 !important;
  color: #ffffff !important;
}
.cid-vn19KllgUz .dropdown-item:hover span {
  color: white;
}
.cid-vn19KllgUz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vn19KllgUz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vn19KllgUz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vn19KllgUz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vn19KllgUz .nav-link {
  position: relative;
}
.cid-vn19KllgUz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vn19KllgUz .container {
    flex-wrap: nowrap;
  }
}
.cid-vn19KllgUz .iconfont-wrapper {
  color: #004d81 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vn19KllgUz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vn19KllgUz .dropdown-menu,
.cid-vn19KllgUz .navbar.opened {
  background: #f3f2f2 !important;
}
.cid-vn19KllgUz .nav-item:focus,
.cid-vn19KllgUz .nav-link:focus {
  outline: none;
}
.cid-vn19KllgUz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vn19KllgUz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vn19KllgUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vn19KllgUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn19KllgUz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vn19KllgUz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vn19KllgUz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f2f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vn19KllgUz .navbar.opened {
  transition: all 0.3s;
}
.cid-vn19KllgUz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vn19KllgUz .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vn19KllgUz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vn19KllgUz .navbar.collapsed {
  justify-content: center;
}
.cid-vn19KllgUz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vn19KllgUz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vn19KllgUz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vn19KllgUz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vn19KllgUz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vn19KllgUz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vn19KllgUz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vn19KllgUz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vn19KllgUz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vn19KllgUz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vn19KllgUz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vn19KllgUz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vn19KllgUz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vn19KllgUz .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-vn19KllgUz .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vn19KllgUz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vn19KllgUz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vn19KllgUz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vn19KllgUz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vn19KllgUz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vn19KllgUz .navbar.navbar-short {
  min-height: 96px;
}
.cid-vn19KllgUz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vn19KllgUz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vn19KllgUz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vn19KllgUz .navbar-brand .navbar-caption:hover,
.cid-vn19KllgUz .navbar-brand .navbar-caption:focus {
  color: #004d81 !important;
}
.cid-vn19KllgUz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vn19KllgUz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vn19KllgUz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vn19KllgUz .dropdown-item.active,
.cid-vn19KllgUz .dropdown-item:active {
  background-color: transparent;
}
.cid-vn19KllgUz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vn19KllgUz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vn19KllgUz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vn19KllgUz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f2f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vn19KllgUz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vn19KllgUz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vn19KllgUz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vn19KllgUz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vn19KllgUz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vn19KllgUz .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vn19KllgUz .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vn19KllgUz .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vn19KllgUz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vn19KllgUz 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: #f3f2f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vn19KllgUz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #004d81;
}
.cid-vn19KllgUz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vn19KllgUz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn19KllgUz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn19KllgUz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vn19KllgUz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn19KllgUz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vn19KllgUz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vn19KllgUz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn19KllgUz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vn19KllgUz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vn19KllgUz .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-vn19KllgUz .navbar {
    height: 70px;
  }
  .cid-vn19KllgUz .navbar.opened {
    height: auto;
  }
  .cid-vn19KllgUz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vn19KllgUz .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vn19KllgUz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vn19KllgUz .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vn19KllgUz .nav-item .nav-link::after {
  color: #004d81 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vn19KllgUz .nav-item .nav-link:hover {
  background-color: #004d81;
  color: #ffffff !important;
}
.cid-vn19KllgUz .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-vn19KllgUz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vn19KllgUz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vn19KllgUz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vn19KllgUz .navbar {
    justify-content: flex-start !important;
  }
  .cid-vn19KllgUz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vn19KllgUz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vn19KllgUz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vn19KllgUz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vn19KllgUz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vn19KllgUz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vn19KllgUz .content-wrap {
  min-height: 110px;
}
.cid-vn19KllgUz .mbr-section-btn .btn::after,
.cid-vn19KllgUz .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vn19KllgUz .mbr-section-btn .btn:hover,
.cid-vn19KllgUz .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vn19KllgUz .mbr-section-btn .btn:hover::after,
.cid-vn19KllgUz .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vn1hzkBajV {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #eae8ea;
}
.cid-vn1hzkBajV .mbr-section-subtitle {
  color: #000000;
}
.cid-vnd0xGO22A {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #00236b;
}
.cid-vnd0xGO22A section {
  position: relative;
}
.cid-vnd0xGO22A h4 {
  margin: 0;
}
.cid-vnd0xGO22A img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vnd0xGO22A a {
  font-weight: 300;
}
.cid-vnd0xGO22A .img1 {
  color: #e6c63b;
}
.cid-vnd0xGO22A .img2 {
  color: #e6c63b;
}
.cid-vnd0xGO22A .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e6c63b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vnd0xGO22A .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vnd0xGO22A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vnd0xGO22A .item,
.cid-vnd0xGO22A .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vnd0xGO22A .item h4,
.cid-vnd0xGO22A .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vnd0xGO22A .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vnd0xGO22A .item {
    justify-content: center;
  }
}
.cid-vnd0xGO22A .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vnd0xGO22A .text1 {
  text-align: left;
}
.cid-vnd0xGO22A .link-title {
  text-align: left;
}
.cid-vn19KovAVc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00236b;
}
.cid-vn19KovAVc .mbr-text {
  color: #f6f6ef;
}
.cid-vnd1BppeQr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vnd1BppeQr nav.navbar {
  position: fixed;
}
.cid-vnd1BppeQr .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vnd1BppeQr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vnd1BppeQr .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-vnd1BppeQr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnd1BppeQr .dropdown-item {
  border: none !important;
  background: #f3f2f2 !important;
}
.cid-vnd1BppeQr .dropdown-item:hover,
.cid-vnd1BppeQr .dropdown-item:focus {
  background: #004d81 !important;
  color: #ffffff !important;
}
.cid-vnd1BppeQr .dropdown-item:hover span {
  color: white;
}
.cid-vnd1BppeQr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnd1BppeQr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnd1BppeQr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnd1BppeQr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vnd1BppeQr .nav-link {
  position: relative;
}
.cid-vnd1BppeQr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vnd1BppeQr .container {
    flex-wrap: nowrap;
  }
}
.cid-vnd1BppeQr .iconfont-wrapper {
  color: #004d81 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnd1BppeQr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnd1BppeQr .dropdown-menu,
.cid-vnd1BppeQr .navbar.opened {
  background: #f3f2f2 !important;
}
.cid-vnd1BppeQr .nav-item:focus,
.cid-vnd1BppeQr .nav-link:focus {
  outline: none;
}
.cid-vnd1BppeQr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnd1BppeQr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnd1BppeQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnd1BppeQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnd1BppeQr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnd1BppeQr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnd1BppeQr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f2f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnd1BppeQr .navbar.opened {
  transition: all 0.3s;
}
.cid-vnd1BppeQr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vnd1BppeQr .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vnd1BppeQr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnd1BppeQr .navbar.collapsed {
  justify-content: center;
}
.cid-vnd1BppeQr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnd1BppeQr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnd1BppeQr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-vnd1BppeQr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnd1BppeQr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnd1BppeQr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vnd1BppeQr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnd1BppeQr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnd1BppeQr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnd1BppeQr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnd1BppeQr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnd1BppeQr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnd1BppeQr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnd1BppeQr .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-vnd1BppeQr .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vnd1BppeQr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnd1BppeQr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vnd1BppeQr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnd1BppeQr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnd1BppeQr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnd1BppeQr .navbar.navbar-short {
  min-height: 96px;
}
.cid-vnd1BppeQr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vnd1BppeQr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnd1BppeQr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vnd1BppeQr .navbar-brand .navbar-caption:hover,
.cid-vnd1BppeQr .navbar-brand .navbar-caption:focus {
  color: #004d81 !important;
}
.cid-vnd1BppeQr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnd1BppeQr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnd1BppeQr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vnd1BppeQr .dropdown-item.active,
.cid-vnd1BppeQr .dropdown-item:active {
  background-color: transparent;
}
.cid-vnd1BppeQr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnd1BppeQr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnd1BppeQr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnd1BppeQr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f2f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnd1BppeQr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnd1BppeQr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnd1BppeQr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnd1BppeQr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vnd1BppeQr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vnd1BppeQr .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vnd1BppeQr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vnd1BppeQr .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vnd1BppeQr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnd1BppeQr 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: #f3f2f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnd1BppeQr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #004d81;
}
.cid-vnd1BppeQr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnd1BppeQr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnd1BppeQr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnd1BppeQr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnd1BppeQr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnd1BppeQr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnd1BppeQr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnd1BppeQr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnd1BppeQr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnd1BppeQr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnd1BppeQr .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-vnd1BppeQr .navbar {
    height: 70px;
  }
  .cid-vnd1BppeQr .navbar.opened {
    height: auto;
  }
  .cid-vnd1BppeQr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnd1BppeQr .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnd1BppeQr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnd1BppeQr .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vnd1BppeQr .nav-item .nav-link::after {
  color: #004d81 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnd1BppeQr .nav-item .nav-link:hover {
  background-color: #004d81;
  color: #ffffff !important;
}
.cid-vnd1BppeQr .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-vnd1BppeQr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnd1BppeQr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnd1BppeQr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnd1BppeQr .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnd1BppeQr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnd1BppeQr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnd1BppeQr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnd1BppeQr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnd1BppeQr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnd1BppeQr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnd1BppeQr .content-wrap {
  min-height: 110px;
}
.cid-vnd1BppeQr .mbr-section-btn .btn::after,
.cid-vnd1BppeQr .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vnd1BppeQr .mbr-section-btn .btn:hover,
.cid-vnd1BppeQr .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vnd1BppeQr .mbr-section-btn .btn:hover::after,
.cid-vnd1BppeQr .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vnd1BqE2Sv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnd1BqE2Sv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnd1BqE2Sv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnd1BqE2Sv .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-vnd1BqE2Sv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vnd1BqE2Sv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vnd1BqE2Sv .text-wrapper {
    padding: 2rem;
  }
}
.cid-vndbhEvsCs {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vndbhEvsCs img,
.cid-vndbhEvsCs .item-img {
  width: 100%;
}
.cid-vndbhEvsCs img {
  transition: all 0.5s;
  cursor: pointer;
}
.cid-vndbhEvsCs img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-vndbhEvsCs .item:focus,
.cid-vndbhEvsCs span:focus {
  outline: none;
}
.cid-vndbhEvsCs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vndbhEvsCs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vndbhEvsCs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vndbhEvsCs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vndbhEvsCs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vndbhEvsCs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vndbhEvsCs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vndbhEvsCs .mbr-section-title {
  color: #232323;
}
.cid-vndbhEvsCs .mbr-text,
.cid-vndbhEvsCs .mbr-section-btn {
  text-align: left;
}
.cid-vndbhEvsCs .item-title {
  text-align: left;
}
.cid-vndbhEvsCs .item-subtitle {
  text-align: left;
}
.cid-vnd1Br2qFc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b3c7f;
}
.cid-vnd1Br2qFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnd1Br2qFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnd1Br2qFc .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-vnd1Br2qFc .mbr-section-title {
  color: #ffe161;
}
.cid-vnd1Br2qFc .mbr-section-subtitle {
  color: #fafafa;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vnd1Br2qFc .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vnd1Br2qFc .card-row {
  align-items: stretch;
}
.cid-vnd1Br2qFc .card {
  margin: 15px 0;
}
.cid-vnd1Br2qFc .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #003152, #00236b);
}
@media (max-width: 1199px) {
  .cid-vnd1Br2qFc .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-vnd1Br2qFc .card-wrapper {
    padding: 20px;
  }
}
.cid-vnd1Br2qFc .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-vnd1Br2qFc .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-vnd1Br2qFc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #003152;
}
.cid-vnd1Br2qFc .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-vnd1Br2qFc .card-head-text {
  flex-grow: 1;
}
.cid-vnd1Br2qFc .name-title {
  color: #FFFFFF;
}
.cid-vnd1Br2qFc .name-text {
  color: #FF014E;
}
.cid-vnd1Br2qFc .card-title {
  color: #ffe161;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-vnd1Br2qFc .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: left;
}
.cid-vnd1Br2qFc .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-vnd1Br2qFc .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-vnd1Br2qFc .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-vnd1BrGEuJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eceaeb;
}
.cid-vnd1BrGEuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnd1BrGEuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnd1BrGEuJ .content-wrap {
  margin: 0 -20px;
}
.cid-vnd1BrGEuJ .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vnd1BrGEuJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnd1BrGEuJ .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vnd1BrGEuJ .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vnd1BrGEuJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vnd1BrGEuJ .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vnd1BrGEuJ .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnd1BrGEuJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vnd1BrGEuJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vnd1BrGEuJ .embla__slide .slide-content {
  width: 100%;
}
.cid-vnd1BrGEuJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vnd1BrGEuJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vnd1BrGEuJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .cid-vnd1BrGEuJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 700px;
  }
}
.cid-vnd1BrGEuJ .embla__button--next,
.cid-vnd1BrGEuJ .embla__button--prev {
  display: flex;
}
.cid-vnd1BrGEuJ .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vnd1BrGEuJ .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vnd1BrGEuJ .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vnd1BrGEuJ .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vnd1BrGEuJ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vnd1BrGEuJ .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vnd1BrGEuJ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vnd1BrGEuJ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnd1BrGEuJ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vnd1BrGEuJ .embla__viewport {
    padding: 0;
  }
}
.cid-vnd1BrGEuJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnd1BrGEuJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnd1BrGEuJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnd1BrGEuJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnd1BrGEuJ .mbr-label {
  color: #232323;
}
.cid-vnd1BrGEuJ .mbr-section-title {
  color: #ffffff;
}
.cid-vnd1BrGEuJ .mbr-text {
  color: #ffffff;
}
.cid-vnd1BrGEuJ .mbr-text,
.cid-vnd1BrGEuJ .text-wrapper {
  color: #232323;
}
.cid-vnd1BrGEuJ .mbr-section-title,
.cid-vnd1BrGEuJ .mbr-section-btn {
  color: #000000;
}
.cid-vneZcLyxJL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vneZcLyxJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vneZcLyxJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vneZcLyxJL .text-wrapper {
    padding: 2rem;
  }
}
.cid-vneZcLyxJL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vneZcLyxJL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vnd1WZB76F {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnd1WZB76F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnd1WZB76F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnd1WZB76F .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1b3c7f;
  margin-left: 1rem;
}
.cid-vnd1WZB76F .panel-group {
  border: none;
}
.cid-vnd1WZB76F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vnd1WZB76F .panel-body,
.cid-vnd1WZB76F .card-header {
  padding: 1rem 0;
}
.cid-vnd1WZB76F .panel-title-edit {
  color: #000000;
}
.cid-vnd1WZB76F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vnd1WZB76F .mbr-section-title {
  color: #000000;
}
.cid-vnd1WZB76F .panel-text {
  color: #000000;
}
.cid-vnd1BvN0gP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eae8ea;
}
.cid-vnd1BvN0gP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnd1BvN0gP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnd1BvN0gP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vnd1BvN0gP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vnd1BvN0gP .embla__slide .slide-content {
  width: 100%;
}
.cid-vnd1BvN0gP .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vnd1BvN0gP .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vnd1BvN0gP .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vnd1BvN0gP .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vnd1BvN0gP .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vnd1BvN0gP .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vnd1BvN0gP .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vnd1BvN0gP .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vnd1BvN0gP .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vnd1BvN0gP .embla__button--next,
.cid-vnd1BvN0gP .embla__button--prev {
  display: flex;
}
.cid-vnd1BvN0gP .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vnd1BvN0gP .embla__button {
    bottom: 0;
  }
}
.cid-vnd1BvN0gP .embla__button:hover {
  background-color: #a96f1e !important;
  color: #ffffff !important;
}
.cid-vnd1BvN0gP .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vnd1BvN0gP .embla__button.embla__button--prev {
  left: 0;
}
.cid-vnd1BvN0gP .embla__button.embla__button--next {
  right: 0;
}
.cid-vnd1BvN0gP .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vnd1BvN0gP .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vnd1BvN0gP .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vnd1BvN0gP .embla__viewport {
    padding: 0;
  }
}
.cid-vnd1BvN0gP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnd1BvN0gP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnd1BvN0gP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnd1BvN0gP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnd1BvN0gP .item-text {
  color: #000000;
}
.cid-vnd1BvN0gP .item-name {
  color: #ffffff;
}
.cid-vnd1BvN0gP .item-role {
  color: #1f1f1f;
}
.cid-vnd1BvN0gP .mbr-star {
  color: #f5b614;
}
.cid-vnd1BvN0gP .item-name,
.cid-vnd1BvN0gP .person-wrapper {
  color: #000000;
}
.cid-vnd1BwZGXT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #00236b;
}
.cid-vnd1BwZGXT section {
  position: relative;
}
.cid-vnd1BwZGXT h4 {
  margin: 0;
}
.cid-vnd1BwZGXT img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vnd1BwZGXT a {
  font-weight: 300;
}
.cid-vnd1BwZGXT .img1 {
  color: #e6c63b;
}
.cid-vnd1BwZGXT .img2 {
  color: #e6c63b;
}
.cid-vnd1BwZGXT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e6c63b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vnd1BwZGXT .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vnd1BwZGXT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vnd1BwZGXT .item,
.cid-vnd1BwZGXT .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vnd1BwZGXT .item h4,
.cid-vnd1BwZGXT .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vnd1BwZGXT .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vnd1BwZGXT .item {
    justify-content: center;
  }
}
.cid-vnd1BwZGXT .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vnd1BwZGXT .text1 {
  text-align: left;
}
.cid-vnd1BwZGXT .link-title {
  text-align: left;
}
.cid-vnd1BxJkJq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00236b;
}
.cid-vnd1BxJkJq .mbr-text {
  color: #f6f6ef;
}
