.btn {
  border-width: 1px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Serif;
}
.display-1 {
  font-family: 'Instrument Serif', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Instrument Serif', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Instrument Serif', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff5500 !important;
}
.bg-success {
  background-color: #14334b !important;
}
.bg-info {
  background-color: #fffce7 !important;
}
.bg-warning {
  background-color: #e5ff38 !important;
}
.bg-danger {
  background-color: #973538 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1ff91 !important;
  border-color: #f1ff91 !important;
  color: #525e00 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f7ffc4 !important;
  border-color: #f7ffc4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #525e00 !important;
  background-color: #f7ffc4 !important;
  border-color: #f7ffc4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffce7 !important;
  border-color: #fffce7 !important;
  color: #b49e00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #b49e00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #14334b !important;
  border-color: #14334b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1f4e73 !important;
  border-color: #1f4e73 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1f4e73 !important;
  border-color: #1f4e73 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e5ff38 !important;
  border-color: #e5ff38 !important;
  color: #040500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ecff6b !important;
  border-color: #ecff6b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #040500 !important;
  background-color: #ecff6b !important;
  border-color: #ecff6b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #973538 !important;
  border-color: #973538 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bd4246 !important;
  border-color: #bd4246 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bd4246 !important;
  border-color: #bd4246 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff5500;
  color: #ff5500;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a83800 !important;
  background-color: transparent !important;
  border-color: #a83800 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f1ff91;
  color: #f1ff91;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e6ff3a !important;
  background-color: transparent !important;
  border-color: #e6ff3a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7f9100 !important;
  background-color: #f1ff91 !important;
  border-color: #f1ff91 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffce7;
  color: #fffce7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fff190 !important;
  background-color: transparent !important;
  border-color: #fff190 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #e7ca00 !important;
  background-color: #fffce7 !important;
  border-color: #fffce7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #14334b;
  color: #14334b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020407 !important;
  background-color: transparent !important;
  border-color: #020407 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #14334b !important;
  border-color: #14334b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e5ff38;
  color: #e5ff38;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c3e000 !important;
  background-color: transparent !important;
  border-color: #c3e000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #313800 !important;
  background-color: #e5ff38 !important;
  border-color: #e5ff38 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #973538;
  color: #973538;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #571e20 !important;
  background-color: transparent !important;
  border-color: #571e20 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #973538 !important;
  border-color: #973538 !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: #ff5500 !important;
}
.text-secondary {
  color: #f1ff91 !important;
}
.text-success {
  color: #14334b !important;
}
.text-info {
  color: #fffce7 !important;
}
.text-warning {
  color: #e5ff38 !important;
}
.text-danger {
  color: #973538 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #993300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e4ff2b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffef81 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b6d100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4c1b1c !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: #ff5500;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffce7;
}
.alert-warning {
  background-color: #e5ff38;
}
.alert-danger {
  background-color: #973538;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff5500;
  border-color: #ff5500;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 6px !important;
}
a,
a:hover {
  color: #ff5500;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffddcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6da9d8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d17b7e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff5500 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #ff5500;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff5500;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5500;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff5500;
  border-bottom-color: #ff5500;
}
.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: #ff5500 !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: #f1ff91 !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='%23ff5500' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 400;
  padding: 12px 32px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 12px !important;
}
.large-radius,
.google-map iframe,
.mbr-figure iframe {
  border-radius: 24px !important;
}
.small-radius,
.dropdown-item {
  border-radius: 6px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vdJA1yO2W7 {
  z-index: 1000;
  width: 100%;
}
.cid-vdJA1yO2W7 nav.navbar {
  position: fixed;
}
.cid-vdJA1yO2W7 .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-vdJA1yO2W7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdJA1yO2W7 .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vdJA1yO2W7 .dropdown-item:hover,
.cid-vdJA1yO2W7 .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vdJA1yO2W7 .dropdown-item:hover span {
  color: white;
}
.cid-vdJA1yO2W7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdJA1yO2W7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdJA1yO2W7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdJA1yO2W7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vdJA1yO2W7 .nav-link {
  position: relative;
}
.cid-vdJA1yO2W7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vdJA1yO2W7 .container {
    flex-wrap: nowrap;
  }
}
.cid-vdJA1yO2W7 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdJA1yO2W7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdJA1yO2W7 .dropdown-menu,
.cid-vdJA1yO2W7 .navbar.opened {
  background: #fffce7 !important;
}
.cid-vdJA1yO2W7 .nav-item:focus,
.cid-vdJA1yO2W7 .nav-link:focus {
  outline: none;
}
.cid-vdJA1yO2W7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdJA1yO2W7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdJA1yO2W7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdJA1yO2W7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdJA1yO2W7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdJA1yO2W7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdJA1yO2W7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vdJA1yO2W7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdJA1yO2W7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdJA1yO2W7 .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vdJA1yO2W7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdJA1yO2W7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdJA1yO2W7 .navbar.collapsed {
  justify-content: center;
}
.cid-vdJA1yO2W7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdJA1yO2W7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdJA1yO2W7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdJA1yO2W7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdJA1yO2W7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdJA1yO2W7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdJA1yO2W7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdJA1yO2W7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdJA1yO2W7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdJA1yO2W7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdJA1yO2W7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdJA1yO2W7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdJA1yO2W7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdJA1yO2W7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdJA1yO2W7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdJA1yO2W7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdJA1yO2W7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vdJA1yO2W7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdJA1yO2W7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdJA1yO2W7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdJA1yO2W7 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vdJA1yO2W7 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vdJA1yO2W7 .navbar-brand {
  min-height: 70px;
  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-vdJA1yO2W7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdJA1yO2W7 .navbar-brand .navbar-caption:hover,
.cid-vdJA1yO2W7 .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vdJA1yO2W7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdJA1yO2W7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdJA1yO2W7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vdJA1yO2W7 .dropdown-item.active,
.cid-vdJA1yO2W7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdJA1yO2W7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdJA1yO2W7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdJA1yO2W7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdJA1yO2W7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdJA1yO2W7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdJA1yO2W7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdJA1yO2W7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdJA1yO2W7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdJA1yO2W7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdJA1yO2W7 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdJA1yO2W7 .navbar-buttons {
    text-align: left;
  }
}
.cid-vdJA1yO2W7 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdJA1yO2W7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdJA1yO2W7 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdJA1yO2W7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vdJA1yO2W7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdJA1yO2W7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdJA1yO2W7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdJA1yO2W7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdJA1yO2W7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdJA1yO2W7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdJA1yO2W7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdJA1yO2W7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdJA1yO2W7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdJA1yO2W7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdJA1yO2W7 .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-vdJA1yO2W7 .navbar {
    height: 70px;
  }
  .cid-vdJA1yO2W7 .navbar.opened {
    height: auto;
  }
  .cid-vdJA1yO2W7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdJA1yO2W7 .navbar-nav {
  margin: 0 auto;
}
.cid-vdJA1yO2W7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdJA1yO2W7 .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vdJA1yO2W7 .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vdJA1yO2W7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdJA1yO2W7 .nav-item .nav-link:hover,
.cid-vdJA1yO2W7 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vdJA1yO2W7 .nav-item .nav-link:hover .mbr-iconfont,
.cid-vdJA1yO2W7 .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vdJA1yO2W7 .nav-item .nav-link:hover::after,
.cid-vdJA1yO2W7 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdJA1yO2W7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdJA1yO2W7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdJA1yO2W7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdJA1yO2W7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdJA1yO2W7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdJA1yO2W7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdJA1yO2W7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdJA1yO2W7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdJA1yO2W7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdJA1yO2W7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdJA1yO2W7 .content-wrap {
  min-height: 70px;
}
.cid-vdJA78in0y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vdJA78in0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJA78in0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJA78in0y .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vdJA78in0y .card-wrapper {
    padding: 12px;
  }
}
.cid-vdJA78in0y .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdJA78in0y .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vdJA78in0y .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdJA78in0y .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vdJA78in0y .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vdJA78in0y .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vdJA78in0y .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vdJA78in0y .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vdJA78in0y .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vdJA78in0y .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vdJA78in0y .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdJA78in0y .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vdJA78in0y .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vdJA78in0y .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vdJA78in0y .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdJA78in0y .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdJA78in0y .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdJA78in0y .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vdJA78in0y .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vdJA78in0y .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vdJA78in0y .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdJA78in0y .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vdJA78in0y .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vdJA78in0y .mbr-label {
  color: #ffffff;
}
.cid-vdJA78in0y .mbr-section-title {
  color: #f1ff91;
}
.cid-vdJA78in0y .mbr-text {
  color: #ffffff;
}
.cid-vdJA78in0y .list {
  color: #ffffff;
}
.cid-vdJA9uL9OX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vdJA9uL9OX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJA9uL9OX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJA9uL9OX .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vdJA9uL9OX .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vdJA9uL9OX .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vdJA9uL9OX .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vdJA9uL9OX .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vdJA9uL9OX .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdJA9uL9OX .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdJA9uL9OX .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vdJA9uL9OX .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vdJA9uL9OX .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vdJA9uL9OX .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdJA9uL9OX .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdJA9uL9OX .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vdJA9uL9OX .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdJA9uL9OX .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vdJA9uL9OX .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vdJA9uL9OX .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vdJA9uL9OX .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdJA9uL9OX .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vdJA9uL9OX .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vdJA9uL9OX .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vdJA9uL9OX .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vdJA9uL9OX .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdJA9uL9OX .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vdJA9uL9OX .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vdJA9uL9OX .mbr-section-title {
  color: #f1ff91;
}
.cid-vdJA9uL9OX .mbr-text,
.cid-vdJA9uL9OX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdJA9uL9OX .item-label {
  color: #ffffff;
}
.cid-vdJA9uL9OX .item-title {
  color: #f1ff91;
}
.cid-vdJA9uL9OX .item-text {
  color: #ffffff;
}
.cid-vdJA9uL9OX .mbr-section-title,
.cid-vdJA9uL9OX .title-wrap,
.cid-vdJA9uL9OX .main-btn {
  text-align: center;
}
.cid-vdJAv0aTpF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vdJAv0aTpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJAv0aTpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJAv0aTpF .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vdJAv0aTpF .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vdJAv0aTpF .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vdJAv0aTpF .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vdJAv0aTpF .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vdJAv0aTpF .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vdJAv0aTpF .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vdJAv0aTpF .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vdJAv0aTpF .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdJAv0aTpF .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdJAv0aTpF .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdJAv0aTpF .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vdJAv0aTpF .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vdJAv0aTpF .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vdJAv0aTpF .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vdJAv0aTpF .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vdJAv0aTpF .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vdJAv0aTpF .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vdJAv0aTpF .mbr-section-title {
  color: #ffffff;
}
.cid-vdJAv0aTpF .mbr-text,
.cid-vdJAv0aTpF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdJAv0aTpF .list,
.cid-vdJAv0aTpF .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdJAv0aTpF .mbr-section-title,
.cid-vdJAv0aTpF .title-wrap,
.cid-vdJAv0aTpF .main-btn,
.cid-vdJAv0aTpF .iconfont-wrapper {
  text-align: center;
}
.cid-vdJARIekXd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vdJARIekXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJARIekXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJARIekXd .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vdJARIekXd .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vdJARIekXd .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vdJARIekXd .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vdJARIekXd .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vdJARIekXd .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdJARIekXd .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdJARIekXd .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vdJARIekXd .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vdJARIekXd .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdJARIekXd .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdJARIekXd .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdJARIekXd .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vdJARIekXd .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vdJARIekXd .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vdJARIekXd .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdJARIekXd .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vdJARIekXd .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vdJARIekXd .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vdJARIekXd .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vdJARIekXd .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vdJARIekXd .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vdJARIekXd .mbr-label {
  color: #ffffff;
}
.cid-vdJARIekXd .mbr-section-title {
  color: #f1ff91;
}
.cid-vdJARIekXd .mbr-text {
  color: #ffffff;
}
.cid-vdJARIekXd .item-title {
  color: #ffffff;
}
.cid-vdJARIekXd .item-number {
  color: #f1ff91;
}
.cid-vdJARIekXd .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdJARIekXd .mbr-section-btn {
    text-align: left;
  }
}
.cid-vdJADgnZPB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vdJADgnZPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJADgnZPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJADgnZPB .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vdJADgnZPB .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdJADgnZPB .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdJADgnZPB .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vdJADgnZPB .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vdJADgnZPB .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdJADgnZPB .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdJADgnZPB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdJADgnZPB .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vdJADgnZPB .items-wrapper {
  margin: 0 -12px;
}
.cid-vdJADgnZPB .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vdJADgnZPB .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vdJADgnZPB .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdJADgnZPB .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vdJADgnZPB .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vdJADgnZPB .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vdJADgnZPB .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vdJADgnZPB .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vdJADgnZPB .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdJADgnZPB .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vdJADgnZPB .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vdJADgnZPB .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vdJADgnZPB .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vdJADgnZPB .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vdJADgnZPB .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vdJADgnZPB .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vdJADgnZPB .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vdJADgnZPB .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vdJADgnZPB .mbr-label {
  color: #14334b;
}
.cid-vdJADgnZPB .mbr-section-title {
  color: #ff5500;
}
.cid-vdJADgnZPB .mbr-text {
  color: #14334b;
}
.cid-vdJADgnZPB .item-name {
  color: #14334b;
}
.cid-vdJADgnZPB .item-role {
  color: #ff5500;
}
.cid-vdJASJPKaG {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vdJASJPKaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJASJPKaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJASJPKaG .items-wrapper {
  margin: 0 -12px;
}
.cid-vdJASJPKaG .items-wrapper .item {
  padding: 0 12px;
}
.cid-vdJASJPKaG .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vdJASJPKaG .item {
    margin-bottom: 48px;
  }
  .cid-vdJASJPKaG .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdJASJPKaG .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vdJASJPKaG .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vdJASJPKaG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vdJASJPKaG .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vdJASJPKaG .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vdJASJPKaG .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdJASJPKaG .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vdJASJPKaG .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vdJASJPKaG .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vdJASJPKaG .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vdJASJPKaG .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdJASJPKaG .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vdJASJPKaG .item-title {
  color: #14334b;
}
.cid-vdJASJPKaG .item-text {
  color: #14334b;
}
.cid-vdJASJPKaG .item-price {
  color: #ff5500;
}
.cid-vgVAY4E8vb {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVAY4E8vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVAY4E8vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVAY4E8vb .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVAY4E8vb .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVAY4E8vb .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVAY4E8vb .item {
    margin-bottom: 48px;
  }
  .cid-vgVAY4E8vb .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVAY4E8vb .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVAY4E8vb .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVAY4E8vb .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVAY4E8vb .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVAY4E8vb .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVAY4E8vb .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVAY4E8vb .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVAY4E8vb .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVAY4E8vb .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVAY4E8vb .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVAY4E8vb .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVAY4E8vb .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVAY4E8vb .item-title {
  color: #14334b;
}
.cid-vgVAY4E8vb .item-text {
  color: #14334b;
}
.cid-vgVAY4E8vb .item-price {
  color: #ff5500;
}
.cid-vgVBKJvNRo {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVBKJvNRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVBKJvNRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVBKJvNRo .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVBKJvNRo .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVBKJvNRo .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVBKJvNRo .item {
    margin-bottom: 48px;
  }
  .cid-vgVBKJvNRo .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVBKJvNRo .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVBKJvNRo .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVBKJvNRo .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVBKJvNRo .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVBKJvNRo .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVBKJvNRo .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVBKJvNRo .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVBKJvNRo .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVBKJvNRo .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVBKJvNRo .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVBKJvNRo .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVBKJvNRo .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVBKJvNRo .item-title {
  color: #14334b;
}
.cid-vgVBKJvNRo .item-text {
  color: #14334b;
}
.cid-vgVBKJvNRo .item-price {
  color: #ff5500;
}
.cid-vgVBP9GvjB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVBP9GvjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVBP9GvjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVBP9GvjB .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVBP9GvjB .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVBP9GvjB .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVBP9GvjB .item {
    margin-bottom: 48px;
  }
  .cid-vgVBP9GvjB .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVBP9GvjB .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVBP9GvjB .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVBP9GvjB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVBP9GvjB .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVBP9GvjB .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVBP9GvjB .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVBP9GvjB .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVBP9GvjB .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVBP9GvjB .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVBP9GvjB .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVBP9GvjB .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVBP9GvjB .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVBP9GvjB .item-title {
  color: #14334b;
}
.cid-vgVBP9GvjB .item-text {
  color: #14334b;
}
.cid-vgVBP9GvjB .item-price {
  color: #ff5500;
}
.cid-vgVBS6yqXx {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVBS6yqXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVBS6yqXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVBS6yqXx .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVBS6yqXx .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVBS6yqXx .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVBS6yqXx .item {
    margin-bottom: 48px;
  }
  .cid-vgVBS6yqXx .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVBS6yqXx .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVBS6yqXx .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVBS6yqXx .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVBS6yqXx .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVBS6yqXx .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVBS6yqXx .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVBS6yqXx .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVBS6yqXx .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVBS6yqXx .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVBS6yqXx .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVBS6yqXx .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVBS6yqXx .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVBS6yqXx .item-title {
  color: #14334b;
}
.cid-vgVBS6yqXx .item-text {
  color: #14334b;
}
.cid-vgVBS6yqXx .item-price {
  color: #ff5500;
}
.cid-vgVBWSBXPm {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVBWSBXPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVBWSBXPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVBWSBXPm .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVBWSBXPm .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVBWSBXPm .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVBWSBXPm .item {
    margin-bottom: 48px;
  }
  .cid-vgVBWSBXPm .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVBWSBXPm .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVBWSBXPm .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVBWSBXPm .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVBWSBXPm .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVBWSBXPm .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVBWSBXPm .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVBWSBXPm .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVBWSBXPm .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVBWSBXPm .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVBWSBXPm .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVBWSBXPm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVBWSBXPm .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVBWSBXPm .item-title {
  color: #14334b;
}
.cid-vgVBWSBXPm .item-text {
  color: #14334b;
}
.cid-vgVBWSBXPm .item-price {
  color: #ff5500;
}
.cid-vgVEtvSOxD {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEtvSOxD nav.navbar {
  position: fixed;
}
.cid-vgVEtvSOxD .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-vgVEtvSOxD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEtvSOxD .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEtvSOxD .dropdown-item:hover,
.cid-vgVEtvSOxD .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEtvSOxD .dropdown-item:hover span {
  color: white;
}
.cid-vgVEtvSOxD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEtvSOxD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEtvSOxD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEtvSOxD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEtvSOxD .nav-link {
  position: relative;
}
.cid-vgVEtvSOxD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEtvSOxD .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEtvSOxD .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEtvSOxD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEtvSOxD .dropdown-menu,
.cid-vgVEtvSOxD .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEtvSOxD .nav-item:focus,
.cid-vgVEtvSOxD .nav-link:focus {
  outline: none;
}
.cid-vgVEtvSOxD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEtvSOxD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEtvSOxD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEtvSOxD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEtvSOxD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEtvSOxD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEtvSOxD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEtvSOxD .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEtvSOxD .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEtvSOxD .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEtvSOxD .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEtvSOxD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEtvSOxD .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEtvSOxD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEtvSOxD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEtvSOxD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEtvSOxD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEtvSOxD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEtvSOxD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEtvSOxD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEtvSOxD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEtvSOxD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEtvSOxD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEtvSOxD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEtvSOxD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEtvSOxD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEtvSOxD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEtvSOxD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEtvSOxD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEtvSOxD .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEtvSOxD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEtvSOxD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEtvSOxD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEtvSOxD .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEtvSOxD .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEtvSOxD .navbar-brand {
  min-height: 70px;
  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-vgVEtvSOxD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEtvSOxD .navbar-brand .navbar-caption:hover,
.cid-vgVEtvSOxD .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEtvSOxD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEtvSOxD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEtvSOxD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEtvSOxD .dropdown-item.active,
.cid-vgVEtvSOxD .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEtvSOxD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEtvSOxD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEtvSOxD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEtvSOxD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEtvSOxD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEtvSOxD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEtvSOxD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEtvSOxD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEtvSOxD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEtvSOxD .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEtvSOxD .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEtvSOxD .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEtvSOxD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEtvSOxD 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEtvSOxD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEtvSOxD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEtvSOxD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEtvSOxD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEtvSOxD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEtvSOxD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEtvSOxD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEtvSOxD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEtvSOxD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEtvSOxD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEtvSOxD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEtvSOxD .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-vgVEtvSOxD .navbar {
    height: 70px;
  }
  .cid-vgVEtvSOxD .navbar.opened {
    height: auto;
  }
  .cid-vgVEtvSOxD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEtvSOxD .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEtvSOxD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEtvSOxD .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEtvSOxD .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEtvSOxD .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEtvSOxD .nav-item .nav-link:hover,
.cid-vgVEtvSOxD .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEtvSOxD .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEtvSOxD .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEtvSOxD .nav-item .nav-link:hover::after,
.cid-vgVEtvSOxD .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEtvSOxD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEtvSOxD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEtvSOxD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEtvSOxD .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEtvSOxD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEtvSOxD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEtvSOxD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEtvSOxD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEtvSOxD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEtvSOxD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEtvSOxD .content-wrap {
  min-height: 70px;
}
.cid-vgVEtxR0sB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEtxR0sB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtxR0sB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtxR0sB .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEtxR0sB .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEtxR0sB .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEtxR0sB .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEtxR0sB .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEtxR0sB .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEtxR0sB .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEtxR0sB .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEtxR0sB .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEtxR0sB .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEtxR0sB .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEtxR0sB .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEtxR0sB .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEtxR0sB .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEtxR0sB .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEtxR0sB .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEtxR0sB .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEtxR0sB .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEtxR0sB .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEtxR0sB .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEtxR0sB .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEtxR0sB .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEtxR0sB .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEtxR0sB .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEtxR0sB .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEtxR0sB .mbr-label {
  color: #ffffff;
}
.cid-vgVEtxR0sB .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEtxR0sB .mbr-text {
  color: #ffffff;
}
.cid-vgVEtxR0sB .list {
  color: #ffffff;
}
.cid-vgVEtyJCMr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEtyJCMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtyJCMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtyJCMr .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEtyJCMr .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEtyJCMr .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEtyJCMr .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEtyJCMr .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEtyJCMr .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEtyJCMr .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEtyJCMr .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEtyJCMr .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEtyJCMr .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEtyJCMr .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEtyJCMr .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEtyJCMr .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEtyJCMr .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEtyJCMr .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEtyJCMr .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEtyJCMr .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEtyJCMr .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEtyJCMr .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEtyJCMr .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEtyJCMr .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEtyJCMr .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEtyJCMr .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEtyJCMr .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEtyJCMr .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEtyJCMr .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEtyJCMr .mbr-text,
.cid-vgVEtyJCMr .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEtyJCMr .item-label {
  color: #ffffff;
}
.cid-vgVEtyJCMr .item-title {
  color: #f1ff91;
}
.cid-vgVEtyJCMr .item-text {
  color: #ffffff;
}
.cid-vgVEtyJCMr .mbr-section-title,
.cid-vgVEtyJCMr .title-wrap,
.cid-vgVEtyJCMr .main-btn {
  text-align: center;
}
.cid-vgVEtzMlp4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEtzMlp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtzMlp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtzMlp4 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEtzMlp4 .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEtzMlp4 .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEtzMlp4 .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEtzMlp4 .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEtzMlp4 .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEtzMlp4 .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEtzMlp4 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEtzMlp4 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEtzMlp4 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEtzMlp4 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEtzMlp4 .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEtzMlp4 .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEtzMlp4 .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEtzMlp4 .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEtzMlp4 .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEtzMlp4 .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEtzMlp4 .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEtzMlp4 .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEtzMlp4 .mbr-text,
.cid-vgVEtzMlp4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEtzMlp4 .list,
.cid-vgVEtzMlp4 .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEtzMlp4 .mbr-section-title,
.cid-vgVEtzMlp4 .title-wrap,
.cid-vgVEtzMlp4 .main-btn,
.cid-vgVEtzMlp4 .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEtAva98 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEtAva98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtAva98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtAva98 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEtAva98 .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEtAva98 .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEtAva98 .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEtAva98 .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEtAva98 .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEtAva98 .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEtAva98 .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEtAva98 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEtAva98 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEtAva98 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEtAva98 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEtAva98 .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEtAva98 .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEtAva98 .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEtAva98 .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEtAva98 .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEtAva98 .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEtAva98 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEtAva98 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEtAva98 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEtAva98 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEtAva98 .mbr-label {
  color: #ffffff;
}
.cid-vgVEtAva98 .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEtAva98 .mbr-text {
  color: #ffffff;
}
.cid-vgVEtAva98 .item-title {
  color: #ffffff;
}
.cid-vgVEtAva98 .item-number {
  color: #f1ff91;
}
.cid-vgVEtAva98 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEtAva98 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEtAWDIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEtAWDIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtAWDIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtAWDIm .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEtAWDIm .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEtAWDIm .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEtAWDIm .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEtAWDIm .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEtAWDIm .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEtAWDIm .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEtAWDIm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEtAWDIm .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEtAWDIm .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEtAWDIm .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEtAWDIm .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEtAWDIm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEtAWDIm .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEtAWDIm .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEtAWDIm .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEtAWDIm .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEtAWDIm .mbr-label {
  color: #14334b;
}
.cid-vgVEtAWDIm .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEtAWDIm .mbr-text {
  color: #14334b;
}
.cid-vgVEtAWDIm .item-name {
  color: #14334b;
}
.cid-vgVEtAWDIm .item-role {
  color: #ff5500;
}
.cid-vgVEtBkeIV {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEtBkeIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtBkeIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtBkeIV .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEtBkeIV .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEtBkeIV .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEtBkeIV .item {
    margin-bottom: 48px;
  }
  .cid-vgVEtBkeIV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEtBkeIV .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEtBkeIV .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEtBkeIV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEtBkeIV .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEtBkeIV .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEtBkeIV .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEtBkeIV .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEtBkeIV .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEtBkeIV .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEtBkeIV .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEtBkeIV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEtBkeIV .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEtBkeIV .item-title {
  color: #14334b;
}
.cid-vgVEtBkeIV .item-text {
  color: #14334b;
}
.cid-vgVEtBkeIV .item-price {
  color: #ff5500;
}
.cid-vgVEtBLtJS {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEtBLtJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtBLtJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtBLtJS .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEtBLtJS .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEtBLtJS .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEtBLtJS .item {
    margin-bottom: 48px;
  }
  .cid-vgVEtBLtJS .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEtBLtJS .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEtBLtJS .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEtBLtJS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEtBLtJS .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEtBLtJS .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEtBLtJS .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEtBLtJS .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEtBLtJS .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEtBLtJS .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEtBLtJS .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEtBLtJS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEtBLtJS .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEtBLtJS .item-title {
  color: #14334b;
}
.cid-vgVEtBLtJS .item-text {
  color: #14334b;
}
.cid-vgVEtBLtJS .item-price {
  color: #ff5500;
}
.cid-vgVEtCdlIE {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEtCdlIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtCdlIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtCdlIE .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEtCdlIE .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEtCdlIE .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEtCdlIE .item {
    margin-bottom: 48px;
  }
  .cid-vgVEtCdlIE .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEtCdlIE .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEtCdlIE .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEtCdlIE .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEtCdlIE .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEtCdlIE .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEtCdlIE .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEtCdlIE .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEtCdlIE .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEtCdlIE .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEtCdlIE .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEtCdlIE .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEtCdlIE .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEtCdlIE .item-title {
  color: #14334b;
}
.cid-vgVEtCdlIE .item-text {
  color: #14334b;
}
.cid-vgVEtCdlIE .item-price {
  color: #ff5500;
}
.cid-vgVEtCLYte {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEtCLYte .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtCLYte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtCLYte .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEtCLYte .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEtCLYte .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEtCLYte .item {
    margin-bottom: 48px;
  }
  .cid-vgVEtCLYte .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEtCLYte .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEtCLYte .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEtCLYte .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEtCLYte .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEtCLYte .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEtCLYte .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEtCLYte .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEtCLYte .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEtCLYte .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEtCLYte .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEtCLYte .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEtCLYte .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEtCLYte .item-title {
  color: #14334b;
}
.cid-vgVEtCLYte .item-text {
  color: #14334b;
}
.cid-vgVEtCLYte .item-price {
  color: #ff5500;
}
.cid-vgVEtDazd2 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEtDazd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtDazd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtDazd2 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEtDazd2 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEtDazd2 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEtDazd2 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEtDazd2 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEtDazd2 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEtDazd2 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEtDazd2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEtDazd2 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEtDazd2 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEtDazd2 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEtDazd2 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEtDazd2 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEtDazd2 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEtDazd2 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEtDazd2 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEtDazd2 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEtDazd2 .item-title {
  color: #14334b;
}
.cid-vgVEtDazd2 .item-text {
  color: #14334b;
}
.cid-vgVEtDazd2 .item-price {
  color: #ff5500;
}
.cid-vgVEtDA6Ke {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEtDA6Ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEtDA6Ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEtDA6Ke .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEtDA6Ke .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEtDA6Ke .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEtDA6Ke .item {
    margin-bottom: 48px;
  }
  .cid-vgVEtDA6Ke .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEtDA6Ke .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEtDA6Ke .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEtDA6Ke .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEtDA6Ke .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEtDA6Ke .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEtDA6Ke .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEtDA6Ke .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEtDA6Ke .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEtDA6Ke .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEtDA6Ke .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEtDA6Ke .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEtDA6Ke .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEtDA6Ke .item-title {
  color: #14334b;
}
.cid-vgVEtDA6Ke .item-text {
  color: #14334b;
}
.cid-vgVEtDA6Ke .item-price {
  color: #ff5500;
}
.cid-vgVEvIObOs {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEvIObOs nav.navbar {
  position: fixed;
}
.cid-vgVEvIObOs .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-vgVEvIObOs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEvIObOs .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEvIObOs .dropdown-item:hover,
.cid-vgVEvIObOs .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEvIObOs .dropdown-item:hover span {
  color: white;
}
.cid-vgVEvIObOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEvIObOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEvIObOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEvIObOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEvIObOs .nav-link {
  position: relative;
}
.cid-vgVEvIObOs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEvIObOs .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEvIObOs .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEvIObOs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEvIObOs .dropdown-menu,
.cid-vgVEvIObOs .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEvIObOs .nav-item:focus,
.cid-vgVEvIObOs .nav-link:focus {
  outline: none;
}
.cid-vgVEvIObOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEvIObOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEvIObOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEvIObOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEvIObOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEvIObOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEvIObOs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEvIObOs .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEvIObOs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEvIObOs .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEvIObOs .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEvIObOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEvIObOs .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEvIObOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEvIObOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEvIObOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEvIObOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEvIObOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEvIObOs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEvIObOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEvIObOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEvIObOs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEvIObOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEvIObOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEvIObOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEvIObOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEvIObOs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEvIObOs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEvIObOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEvIObOs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEvIObOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEvIObOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEvIObOs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEvIObOs .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEvIObOs .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEvIObOs .navbar-brand {
  min-height: 70px;
  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-vgVEvIObOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEvIObOs .navbar-brand .navbar-caption:hover,
.cid-vgVEvIObOs .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEvIObOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEvIObOs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEvIObOs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEvIObOs .dropdown-item.active,
.cid-vgVEvIObOs .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEvIObOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEvIObOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEvIObOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEvIObOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEvIObOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEvIObOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEvIObOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEvIObOs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEvIObOs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEvIObOs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEvIObOs .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEvIObOs .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEvIObOs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEvIObOs 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEvIObOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEvIObOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEvIObOs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEvIObOs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEvIObOs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEvIObOs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEvIObOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEvIObOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEvIObOs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEvIObOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEvIObOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEvIObOs .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-vgVEvIObOs .navbar {
    height: 70px;
  }
  .cid-vgVEvIObOs .navbar.opened {
    height: auto;
  }
  .cid-vgVEvIObOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEvIObOs .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEvIObOs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEvIObOs .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEvIObOs .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEvIObOs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEvIObOs .nav-item .nav-link:hover,
.cid-vgVEvIObOs .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEvIObOs .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEvIObOs .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEvIObOs .nav-item .nav-link:hover::after,
.cid-vgVEvIObOs .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEvIObOs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEvIObOs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEvIObOs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEvIObOs .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEvIObOs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEvIObOs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEvIObOs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEvIObOs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEvIObOs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEvIObOs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEvIObOs .content-wrap {
  min-height: 70px;
}
.cid-vgVEvJKvms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEvJKvms .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvJKvms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvJKvms .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEvJKvms .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEvJKvms .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEvJKvms .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEvJKvms .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEvJKvms .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEvJKvms .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEvJKvms .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEvJKvms .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEvJKvms .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEvJKvms .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEvJKvms .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEvJKvms .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEvJKvms .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEvJKvms .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEvJKvms .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEvJKvms .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEvJKvms .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEvJKvms .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEvJKvms .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEvJKvms .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEvJKvms .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEvJKvms .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEvJKvms .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEvJKvms .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEvJKvms .mbr-label {
  color: #ffffff;
}
.cid-vgVEvJKvms .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEvJKvms .mbr-text {
  color: #ffffff;
}
.cid-vgVEvJKvms .list {
  color: #ffffff;
}
.cid-vgVEvKzdVF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEvKzdVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvKzdVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvKzdVF .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEvKzdVF .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEvKzdVF .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEvKzdVF .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEvKzdVF .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEvKzdVF .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEvKzdVF .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEvKzdVF .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEvKzdVF .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEvKzdVF .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEvKzdVF .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEvKzdVF .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEvKzdVF .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEvKzdVF .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEvKzdVF .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEvKzdVF .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEvKzdVF .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEvKzdVF .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEvKzdVF .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEvKzdVF .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEvKzdVF .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEvKzdVF .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEvKzdVF .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEvKzdVF .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEvKzdVF .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEvKzdVF .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEvKzdVF .mbr-text,
.cid-vgVEvKzdVF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEvKzdVF .item-label {
  color: #ffffff;
}
.cid-vgVEvKzdVF .item-title {
  color: #f1ff91;
}
.cid-vgVEvKzdVF .item-text {
  color: #ffffff;
}
.cid-vgVEvKzdVF .mbr-section-title,
.cid-vgVEvKzdVF .title-wrap,
.cid-vgVEvKzdVF .main-btn {
  text-align: center;
}
.cid-vgVEvLNUkB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEvLNUkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvLNUkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvLNUkB .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEvLNUkB .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEvLNUkB .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEvLNUkB .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEvLNUkB .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEvLNUkB .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEvLNUkB .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEvLNUkB .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEvLNUkB .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEvLNUkB .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEvLNUkB .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEvLNUkB .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEvLNUkB .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEvLNUkB .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEvLNUkB .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEvLNUkB .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEvLNUkB .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEvLNUkB .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEvLNUkB .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEvLNUkB .mbr-text,
.cid-vgVEvLNUkB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEvLNUkB .list,
.cid-vgVEvLNUkB .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEvLNUkB .mbr-section-title,
.cid-vgVEvLNUkB .title-wrap,
.cid-vgVEvLNUkB .main-btn,
.cid-vgVEvLNUkB .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEvMBJVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEvMBJVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvMBJVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvMBJVS .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEvMBJVS .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEvMBJVS .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEvMBJVS .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEvMBJVS .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEvMBJVS .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEvMBJVS .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEvMBJVS .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEvMBJVS .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEvMBJVS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEvMBJVS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEvMBJVS .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEvMBJVS .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEvMBJVS .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEvMBJVS .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEvMBJVS .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEvMBJVS .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEvMBJVS .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEvMBJVS .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEvMBJVS .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEvMBJVS .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEvMBJVS .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEvMBJVS .mbr-label {
  color: #ffffff;
}
.cid-vgVEvMBJVS .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEvMBJVS .mbr-text {
  color: #ffffff;
}
.cid-vgVEvMBJVS .item-title {
  color: #ffffff;
}
.cid-vgVEvMBJVS .item-number {
  color: #f1ff91;
}
.cid-vgVEvMBJVS .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEvMBJVS .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEvNbMRx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEvNbMRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvNbMRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvNbMRx .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEvNbMRx .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEvNbMRx .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEvNbMRx .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEvNbMRx .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEvNbMRx .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEvNbMRx .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEvNbMRx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEvNbMRx .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEvNbMRx .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEvNbMRx .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEvNbMRx .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEvNbMRx .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEvNbMRx .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEvNbMRx .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEvNbMRx .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEvNbMRx .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEvNbMRx .mbr-label {
  color: #14334b;
}
.cid-vgVEvNbMRx .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEvNbMRx .mbr-text {
  color: #14334b;
}
.cid-vgVEvNbMRx .item-name {
  color: #14334b;
}
.cid-vgVEvNbMRx .item-role {
  color: #ff5500;
}
.cid-vgVEvNKXGS {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEvNKXGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvNKXGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvNKXGS .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEvNKXGS .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEvNKXGS .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEvNKXGS .item {
    margin-bottom: 48px;
  }
  .cid-vgVEvNKXGS .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEvNKXGS .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEvNKXGS .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEvNKXGS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEvNKXGS .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEvNKXGS .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEvNKXGS .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEvNKXGS .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEvNKXGS .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEvNKXGS .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEvNKXGS .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEvNKXGS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEvNKXGS .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEvNKXGS .item-title {
  color: #14334b;
}
.cid-vgVEvNKXGS .item-text {
  color: #14334b;
}
.cid-vgVEvNKXGS .item-price {
  color: #ff5500;
}
.cid-vgVEvO9FIu {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEvO9FIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvO9FIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvO9FIu .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEvO9FIu .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEvO9FIu .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEvO9FIu .item {
    margin-bottom: 48px;
  }
  .cid-vgVEvO9FIu .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEvO9FIu .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEvO9FIu .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEvO9FIu .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEvO9FIu .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEvO9FIu .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEvO9FIu .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEvO9FIu .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEvO9FIu .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEvO9FIu .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEvO9FIu .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEvO9FIu .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEvO9FIu .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEvO9FIu .item-title {
  color: #14334b;
}
.cid-vgVEvO9FIu .item-text {
  color: #14334b;
}
.cid-vgVEvO9FIu .item-price {
  color: #ff5500;
}
.cid-vgVEvOx8WT {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEvOx8WT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvOx8WT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvOx8WT .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEvOx8WT .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEvOx8WT .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEvOx8WT .item {
    margin-bottom: 48px;
  }
  .cid-vgVEvOx8WT .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEvOx8WT .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEvOx8WT .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEvOx8WT .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEvOx8WT .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEvOx8WT .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEvOx8WT .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEvOx8WT .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEvOx8WT .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEvOx8WT .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEvOx8WT .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEvOx8WT .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEvOx8WT .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEvOx8WT .item-title {
  color: #14334b;
}
.cid-vgVEvOx8WT .item-text {
  color: #14334b;
}
.cid-vgVEvOx8WT .item-price {
  color: #ff5500;
}
.cid-vgVEvP3D1t {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEvP3D1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvP3D1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvP3D1t .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEvP3D1t .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEvP3D1t .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEvP3D1t .item {
    margin-bottom: 48px;
  }
  .cid-vgVEvP3D1t .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEvP3D1t .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEvP3D1t .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEvP3D1t .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEvP3D1t .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEvP3D1t .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEvP3D1t .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEvP3D1t .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEvP3D1t .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEvP3D1t .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEvP3D1t .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEvP3D1t .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEvP3D1t .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEvP3D1t .item-title {
  color: #14334b;
}
.cid-vgVEvP3D1t .item-text {
  color: #14334b;
}
.cid-vgVEvP3D1t .item-price {
  color: #ff5500;
}
.cid-vgVEvPt6gO {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEvPt6gO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvPt6gO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvPt6gO .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEvPt6gO .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEvPt6gO .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEvPt6gO .item {
    margin-bottom: 48px;
  }
  .cid-vgVEvPt6gO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEvPt6gO .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEvPt6gO .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEvPt6gO .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEvPt6gO .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEvPt6gO .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEvPt6gO .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEvPt6gO .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEvPt6gO .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEvPt6gO .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEvPt6gO .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEvPt6gO .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEvPt6gO .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEvPt6gO .item-title {
  color: #14334b;
}
.cid-vgVEvPt6gO .item-text {
  color: #14334b;
}
.cid-vgVEvPt6gO .item-price {
  color: #ff5500;
}
.cid-vgVEvPVVmU {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEvPVVmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEvPVVmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEvPVVmU .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEvPVVmU .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEvPVVmU .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEvPVVmU .item {
    margin-bottom: 48px;
  }
  .cid-vgVEvPVVmU .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEvPVVmU .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEvPVVmU .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEvPVVmU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEvPVVmU .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEvPVVmU .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEvPVVmU .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEvPVVmU .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEvPVVmU .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEvPVVmU .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEvPVVmU .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEvPVVmU .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEvPVVmU .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEvPVVmU .item-title {
  color: #14334b;
}
.cid-vgVEvPVVmU .item-text {
  color: #14334b;
}
.cid-vgVEvPVVmU .item-price {
  color: #ff5500;
}
.cid-vgVExyW04n {
  z-index: 1000;
  width: 100%;
}
.cid-vgVExyW04n nav.navbar {
  position: fixed;
}
.cid-vgVExyW04n .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-vgVExyW04n .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVExyW04n .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVExyW04n .dropdown-item:hover,
.cid-vgVExyW04n .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVExyW04n .dropdown-item:hover span {
  color: white;
}
.cid-vgVExyW04n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVExyW04n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVExyW04n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVExyW04n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVExyW04n .nav-link {
  position: relative;
}
.cid-vgVExyW04n .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVExyW04n .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVExyW04n .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVExyW04n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVExyW04n .dropdown-menu,
.cid-vgVExyW04n .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVExyW04n .nav-item:focus,
.cid-vgVExyW04n .nav-link:focus {
  outline: none;
}
.cid-vgVExyW04n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVExyW04n .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVExyW04n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVExyW04n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVExyW04n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVExyW04n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVExyW04n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVExyW04n .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVExyW04n .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVExyW04n .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVExyW04n .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVExyW04n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVExyW04n .navbar.collapsed {
  justify-content: center;
}
.cid-vgVExyW04n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVExyW04n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVExyW04n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVExyW04n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVExyW04n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVExyW04n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVExyW04n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVExyW04n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVExyW04n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVExyW04n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVExyW04n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVExyW04n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVExyW04n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVExyW04n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVExyW04n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVExyW04n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVExyW04n .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVExyW04n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVExyW04n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVExyW04n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVExyW04n .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVExyW04n .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVExyW04n .navbar-brand {
  min-height: 70px;
  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-vgVExyW04n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVExyW04n .navbar-brand .navbar-caption:hover,
.cid-vgVExyW04n .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVExyW04n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVExyW04n .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVExyW04n .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVExyW04n .dropdown-item.active,
.cid-vgVExyW04n .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVExyW04n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVExyW04n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVExyW04n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVExyW04n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVExyW04n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVExyW04n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVExyW04n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVExyW04n ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVExyW04n ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVExyW04n .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVExyW04n .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVExyW04n .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVExyW04n .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVExyW04n 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVExyW04n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVExyW04n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVExyW04n button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVExyW04n button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVExyW04n button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVExyW04n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVExyW04n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVExyW04n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVExyW04n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVExyW04n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVExyW04n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVExyW04n .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-vgVExyW04n .navbar {
    height: 70px;
  }
  .cid-vgVExyW04n .navbar.opened {
    height: auto;
  }
  .cid-vgVExyW04n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVExyW04n .navbar-nav {
  margin: 0 auto;
}
.cid-vgVExyW04n .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVExyW04n .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVExyW04n .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVExyW04n .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVExyW04n .nav-item .nav-link:hover,
.cid-vgVExyW04n .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVExyW04n .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVExyW04n .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVExyW04n .nav-item .nav-link:hover::after,
.cid-vgVExyW04n .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVExyW04n .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVExyW04n .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVExyW04n .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVExyW04n .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVExyW04n .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVExyW04n .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVExyW04n .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVExyW04n .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVExyW04n .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVExyW04n .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVExyW04n .content-wrap {
  min-height: 70px;
}
.cid-vgVExA8ga4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVExA8ga4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExA8ga4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExA8ga4 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVExA8ga4 .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVExA8ga4 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVExA8ga4 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVExA8ga4 .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVExA8ga4 .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVExA8ga4 .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVExA8ga4 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVExA8ga4 .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVExA8ga4 .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVExA8ga4 .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVExA8ga4 .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVExA8ga4 .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVExA8ga4 .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVExA8ga4 .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVExA8ga4 .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVExA8ga4 .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVExA8ga4 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVExA8ga4 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVExA8ga4 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVExA8ga4 .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVExA8ga4 .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVExA8ga4 .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVExA8ga4 .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVExA8ga4 .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVExA8ga4 .mbr-label {
  color: #ffffff;
}
.cid-vgVExA8ga4 .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVExA8ga4 .mbr-text {
  color: #ffffff;
}
.cid-vgVExA8ga4 .list {
  color: #ffffff;
}
.cid-vgVExAWdVt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVExAWdVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExAWdVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExAWdVt .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVExAWdVt .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVExAWdVt .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVExAWdVt .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVExAWdVt .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVExAWdVt .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVExAWdVt .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVExAWdVt .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVExAWdVt .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVExAWdVt .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVExAWdVt .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVExAWdVt .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVExAWdVt .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVExAWdVt .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVExAWdVt .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVExAWdVt .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVExAWdVt .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVExAWdVt .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVExAWdVt .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVExAWdVt .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVExAWdVt .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVExAWdVt .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVExAWdVt .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVExAWdVt .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVExAWdVt .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVExAWdVt .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVExAWdVt .mbr-text,
.cid-vgVExAWdVt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVExAWdVt .item-label {
  color: #ffffff;
}
.cid-vgVExAWdVt .item-title {
  color: #f1ff91;
}
.cid-vgVExAWdVt .item-text {
  color: #ffffff;
}
.cid-vgVExAWdVt .mbr-section-title,
.cid-vgVExAWdVt .title-wrap,
.cid-vgVExAWdVt .main-btn {
  text-align: center;
}
.cid-vgVExCdbXf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVExCdbXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExCdbXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExCdbXf .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVExCdbXf .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVExCdbXf .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVExCdbXf .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVExCdbXf .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVExCdbXf .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVExCdbXf .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVExCdbXf .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVExCdbXf .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVExCdbXf .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVExCdbXf .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVExCdbXf .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVExCdbXf .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVExCdbXf .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVExCdbXf .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVExCdbXf .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVExCdbXf .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVExCdbXf .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVExCdbXf .mbr-section-title {
  color: #ffffff;
}
.cid-vgVExCdbXf .mbr-text,
.cid-vgVExCdbXf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVExCdbXf .list,
.cid-vgVExCdbXf .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVExCdbXf .mbr-section-title,
.cid-vgVExCdbXf .title-wrap,
.cid-vgVExCdbXf .main-btn,
.cid-vgVExCdbXf .iconfont-wrapper {
  text-align: center;
}
.cid-vgVExDcxZ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVExDcxZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExDcxZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExDcxZ7 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVExDcxZ7 .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVExDcxZ7 .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVExDcxZ7 .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVExDcxZ7 .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVExDcxZ7 .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVExDcxZ7 .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVExDcxZ7 .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVExDcxZ7 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVExDcxZ7 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVExDcxZ7 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVExDcxZ7 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVExDcxZ7 .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVExDcxZ7 .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVExDcxZ7 .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVExDcxZ7 .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVExDcxZ7 .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVExDcxZ7 .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVExDcxZ7 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVExDcxZ7 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVExDcxZ7 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVExDcxZ7 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVExDcxZ7 .mbr-label {
  color: #ffffff;
}
.cid-vgVExDcxZ7 .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVExDcxZ7 .mbr-text {
  color: #ffffff;
}
.cid-vgVExDcxZ7 .item-title {
  color: #ffffff;
}
.cid-vgVExDcxZ7 .item-number {
  color: #f1ff91;
}
.cid-vgVExDcxZ7 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVExDcxZ7 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVExDK2qH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVExDK2qH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExDK2qH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExDK2qH .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVExDK2qH .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVExDK2qH .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVExDK2qH .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVExDK2qH .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVExDK2qH .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVExDK2qH .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVExDK2qH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVExDK2qH .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVExDK2qH .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVExDK2qH .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVExDK2qH .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVExDK2qH .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVExDK2qH .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVExDK2qH .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVExDK2qH .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVExDK2qH .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVExDK2qH .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVExDK2qH .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVExDK2qH .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVExDK2qH .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVExDK2qH .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVExDK2qH .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVExDK2qH .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVExDK2qH .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVExDK2qH .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVExDK2qH .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVExDK2qH .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVExDK2qH .mbr-label {
  color: #14334b;
}
.cid-vgVExDK2qH .mbr-section-title {
  color: #ff5500;
}
.cid-vgVExDK2qH .mbr-text {
  color: #14334b;
}
.cid-vgVExDK2qH .item-name {
  color: #14334b;
}
.cid-vgVExDK2qH .item-role {
  color: #ff5500;
}
.cid-vgVExEnTs2 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVExEnTs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExEnTs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExEnTs2 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVExEnTs2 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVExEnTs2 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVExEnTs2 .item {
    margin-bottom: 48px;
  }
  .cid-vgVExEnTs2 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVExEnTs2 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVExEnTs2 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVExEnTs2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVExEnTs2 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVExEnTs2 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVExEnTs2 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVExEnTs2 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVExEnTs2 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVExEnTs2 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVExEnTs2 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVExEnTs2 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVExEnTs2 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVExEnTs2 .item-title {
  color: #14334b;
}
.cid-vgVExEnTs2 .item-text {
  color: #14334b;
}
.cid-vgVExEnTs2 .item-price {
  color: #ff5500;
}
.cid-vgVExF5Sz0 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVExF5Sz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExF5Sz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExF5Sz0 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVExF5Sz0 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVExF5Sz0 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVExF5Sz0 .item {
    margin-bottom: 48px;
  }
  .cid-vgVExF5Sz0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVExF5Sz0 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVExF5Sz0 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVExF5Sz0 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVExF5Sz0 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVExF5Sz0 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVExF5Sz0 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVExF5Sz0 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVExF5Sz0 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVExF5Sz0 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVExF5Sz0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVExF5Sz0 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVExF5Sz0 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVExF5Sz0 .item-title {
  color: #14334b;
}
.cid-vgVExF5Sz0 .item-text {
  color: #14334b;
}
.cid-vgVExF5Sz0 .item-price {
  color: #ff5500;
}
.cid-vgVExFzrXI {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVExFzrXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExFzrXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExFzrXI .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVExFzrXI .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVExFzrXI .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVExFzrXI .item {
    margin-bottom: 48px;
  }
  .cid-vgVExFzrXI .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVExFzrXI .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVExFzrXI .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVExFzrXI .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVExFzrXI .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVExFzrXI .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVExFzrXI .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVExFzrXI .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVExFzrXI .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVExFzrXI .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVExFzrXI .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVExFzrXI .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVExFzrXI .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVExFzrXI .item-title {
  color: #14334b;
}
.cid-vgVExFzrXI .item-text {
  color: #14334b;
}
.cid-vgVExFzrXI .item-price {
  color: #ff5500;
}
.cid-vgVExG8NSt {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVExG8NSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExG8NSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExG8NSt .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVExG8NSt .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVExG8NSt .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVExG8NSt .item {
    margin-bottom: 48px;
  }
  .cid-vgVExG8NSt .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVExG8NSt .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVExG8NSt .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVExG8NSt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVExG8NSt .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVExG8NSt .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVExG8NSt .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVExG8NSt .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVExG8NSt .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVExG8NSt .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVExG8NSt .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVExG8NSt .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVExG8NSt .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVExG8NSt .item-title {
  color: #14334b;
}
.cid-vgVExG8NSt .item-text {
  color: #14334b;
}
.cid-vgVExG8NSt .item-price {
  color: #ff5500;
}
.cid-vgVExGAf6n {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVExGAf6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExGAf6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExGAf6n .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVExGAf6n .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVExGAf6n .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVExGAf6n .item {
    margin-bottom: 48px;
  }
  .cid-vgVExGAf6n .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVExGAf6n .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVExGAf6n .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVExGAf6n .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVExGAf6n .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVExGAf6n .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVExGAf6n .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVExGAf6n .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVExGAf6n .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVExGAf6n .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVExGAf6n .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVExGAf6n .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVExGAf6n .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVExGAf6n .item-title {
  color: #14334b;
}
.cid-vgVExGAf6n .item-text {
  color: #14334b;
}
.cid-vgVExGAf6n .item-price {
  color: #ff5500;
}
.cid-vgVExH0zsA {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVExH0zsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVExH0zsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVExH0zsA .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVExH0zsA .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVExH0zsA .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVExH0zsA .item {
    margin-bottom: 48px;
  }
  .cid-vgVExH0zsA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVExH0zsA .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVExH0zsA .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVExH0zsA .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVExH0zsA .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVExH0zsA .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVExH0zsA .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVExH0zsA .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVExH0zsA .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVExH0zsA .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVExH0zsA .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVExH0zsA .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVExH0zsA .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVExH0zsA .item-title {
  color: #14334b;
}
.cid-vgVExH0zsA .item-text {
  color: #14334b;
}
.cid-vgVExH0zsA .item-price {
  color: #ff5500;
}
.cid-vgVEz6mWhm {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEz6mWhm nav.navbar {
  position: fixed;
}
.cid-vgVEz6mWhm .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-vgVEz6mWhm .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEz6mWhm .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEz6mWhm .dropdown-item:hover,
.cid-vgVEz6mWhm .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEz6mWhm .dropdown-item:hover span {
  color: white;
}
.cid-vgVEz6mWhm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEz6mWhm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEz6mWhm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEz6mWhm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEz6mWhm .nav-link {
  position: relative;
}
.cid-vgVEz6mWhm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEz6mWhm .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEz6mWhm .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEz6mWhm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEz6mWhm .dropdown-menu,
.cid-vgVEz6mWhm .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEz6mWhm .nav-item:focus,
.cid-vgVEz6mWhm .nav-link:focus {
  outline: none;
}
.cid-vgVEz6mWhm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEz6mWhm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEz6mWhm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEz6mWhm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEz6mWhm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEz6mWhm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEz6mWhm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEz6mWhm .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEz6mWhm .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEz6mWhm .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEz6mWhm .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEz6mWhm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEz6mWhm .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEz6mWhm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEz6mWhm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEz6mWhm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEz6mWhm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEz6mWhm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEz6mWhm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEz6mWhm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEz6mWhm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEz6mWhm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEz6mWhm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEz6mWhm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEz6mWhm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEz6mWhm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEz6mWhm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEz6mWhm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEz6mWhm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEz6mWhm .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEz6mWhm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEz6mWhm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEz6mWhm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEz6mWhm .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEz6mWhm .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEz6mWhm .navbar-brand {
  min-height: 70px;
  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-vgVEz6mWhm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEz6mWhm .navbar-brand .navbar-caption:hover,
.cid-vgVEz6mWhm .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEz6mWhm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEz6mWhm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEz6mWhm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEz6mWhm .dropdown-item.active,
.cid-vgVEz6mWhm .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEz6mWhm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEz6mWhm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEz6mWhm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEz6mWhm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEz6mWhm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEz6mWhm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEz6mWhm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEz6mWhm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEz6mWhm ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEz6mWhm .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEz6mWhm .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEz6mWhm .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEz6mWhm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEz6mWhm 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEz6mWhm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEz6mWhm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEz6mWhm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEz6mWhm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEz6mWhm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEz6mWhm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEz6mWhm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEz6mWhm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEz6mWhm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEz6mWhm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEz6mWhm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEz6mWhm .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-vgVEz6mWhm .navbar {
    height: 70px;
  }
  .cid-vgVEz6mWhm .navbar.opened {
    height: auto;
  }
  .cid-vgVEz6mWhm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEz6mWhm .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEz6mWhm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEz6mWhm .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEz6mWhm .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEz6mWhm .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEz6mWhm .nav-item .nav-link:hover,
.cid-vgVEz6mWhm .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEz6mWhm .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEz6mWhm .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEz6mWhm .nav-item .nav-link:hover::after,
.cid-vgVEz6mWhm .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEz6mWhm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEz6mWhm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEz6mWhm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEz6mWhm .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEz6mWhm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEz6mWhm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEz6mWhm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEz6mWhm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEz6mWhm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEz6mWhm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEz6mWhm .content-wrap {
  min-height: 70px;
}
.cid-vgVEz7MC4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEz7MC4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEz7MC4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEz7MC4U .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEz7MC4U .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEz7MC4U .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEz7MC4U .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEz7MC4U .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEz7MC4U .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEz7MC4U .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEz7MC4U .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEz7MC4U .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEz7MC4U .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEz7MC4U .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEz7MC4U .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEz7MC4U .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEz7MC4U .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEz7MC4U .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEz7MC4U .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEz7MC4U .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEz7MC4U .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEz7MC4U .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEz7MC4U .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEz7MC4U .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEz7MC4U .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEz7MC4U .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEz7MC4U .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEz7MC4U .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEz7MC4U .mbr-label {
  color: #ffffff;
}
.cid-vgVEz7MC4U .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEz7MC4U .mbr-text {
  color: #ffffff;
}
.cid-vgVEz7MC4U .list {
  color: #ffffff;
}
.cid-vgVEz8P5Sf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEz8P5Sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEz8P5Sf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEz8P5Sf .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEz8P5Sf .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEz8P5Sf .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEz8P5Sf .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEz8P5Sf .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEz8P5Sf .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEz8P5Sf .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEz8P5Sf .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEz8P5Sf .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEz8P5Sf .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEz8P5Sf .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEz8P5Sf .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEz8P5Sf .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEz8P5Sf .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEz8P5Sf .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEz8P5Sf .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEz8P5Sf .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEz8P5Sf .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEz8P5Sf .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEz8P5Sf .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEz8P5Sf .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEz8P5Sf .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEz8P5Sf .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEz8P5Sf .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEz8P5Sf .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEz8P5Sf .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEz8P5Sf .mbr-text,
.cid-vgVEz8P5Sf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEz8P5Sf .item-label {
  color: #ffffff;
}
.cid-vgVEz8P5Sf .item-title {
  color: #f1ff91;
}
.cid-vgVEz8P5Sf .item-text {
  color: #ffffff;
}
.cid-vgVEz8P5Sf .mbr-section-title,
.cid-vgVEz8P5Sf .title-wrap,
.cid-vgVEz8P5Sf .main-btn {
  text-align: center;
}
.cid-vgVEzam66E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEzam66E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEzam66E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEzam66E .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEzam66E .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEzam66E .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEzam66E .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEzam66E .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEzam66E .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEzam66E .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEzam66E .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEzam66E .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEzam66E .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEzam66E .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEzam66E .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEzam66E .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEzam66E .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEzam66E .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEzam66E .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEzam66E .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEzam66E .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEzam66E .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEzam66E .mbr-text,
.cid-vgVEzam66E .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEzam66E .list,
.cid-vgVEzam66E .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEzam66E .mbr-section-title,
.cid-vgVEzam66E .title-wrap,
.cid-vgVEzam66E .main-btn,
.cid-vgVEzam66E .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEzb61Lj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEzb61Lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEzb61Lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEzb61Lj .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEzb61Lj .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEzb61Lj .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEzb61Lj .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEzb61Lj .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEzb61Lj .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEzb61Lj .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEzb61Lj .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEzb61Lj .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEzb61Lj .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEzb61Lj .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEzb61Lj .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEzb61Lj .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEzb61Lj .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEzb61Lj .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEzb61Lj .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEzb61Lj .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEzb61Lj .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEzb61Lj .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEzb61Lj .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEzb61Lj .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEzb61Lj .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEzb61Lj .mbr-label {
  color: #ffffff;
}
.cid-vgVEzb61Lj .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEzb61Lj .mbr-text {
  color: #ffffff;
}
.cid-vgVEzb61Lj .item-title {
  color: #ffffff;
}
.cid-vgVEzb61Lj .item-number {
  color: #f1ff91;
}
.cid-vgVEzb61Lj .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEzb61Lj .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEzc14Z6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEzc14Z6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEzc14Z6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEzc14Z6 .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEzc14Z6 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEzc14Z6 .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEzc14Z6 .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEzc14Z6 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEzc14Z6 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEzc14Z6 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEzc14Z6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEzc14Z6 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEzc14Z6 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEzc14Z6 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEzc14Z6 .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEzc14Z6 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEzc14Z6 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEzc14Z6 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEzc14Z6 .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEzc14Z6 .mbr-label {
  color: #14334b;
}
.cid-vgVEzc14Z6 .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEzc14Z6 .mbr-text {
  color: #14334b;
}
.cid-vgVEzc14Z6 .item-name {
  color: #14334b;
}
.cid-vgVEzc14Z6 .item-role {
  color: #ff5500;
}
.cid-vgVEzd4dRh {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEzd4dRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEzd4dRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEzd4dRh .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEzd4dRh .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEzd4dRh .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEzd4dRh .item {
    margin-bottom: 48px;
  }
  .cid-vgVEzd4dRh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEzd4dRh .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEzd4dRh .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEzd4dRh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEzd4dRh .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEzd4dRh .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEzd4dRh .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEzd4dRh .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEzd4dRh .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEzd4dRh .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEzd4dRh .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEzd4dRh .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEzd4dRh .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEzd4dRh .item-title {
  color: #14334b;
}
.cid-vgVEzd4dRh .item-text {
  color: #14334b;
}
.cid-vgVEzd4dRh .item-price {
  color: #ff5500;
}
.cid-vgVEzdXFCq {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEzdXFCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEzdXFCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEzdXFCq .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEzdXFCq .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEzdXFCq .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEzdXFCq .item {
    margin-bottom: 48px;
  }
  .cid-vgVEzdXFCq .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEzdXFCq .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEzdXFCq .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEzdXFCq .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEzdXFCq .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEzdXFCq .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEzdXFCq .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEzdXFCq .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEzdXFCq .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEzdXFCq .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEzdXFCq .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEzdXFCq .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEzdXFCq .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEzdXFCq .item-title {
  color: #14334b;
}
.cid-vgVEzdXFCq .item-text {
  color: #14334b;
}
.cid-vgVEzdXFCq .item-price {
  color: #ff5500;
}
.cid-vgVEzfaoG5 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEzfaoG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEzfaoG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEzfaoG5 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEzfaoG5 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEzfaoG5 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEzfaoG5 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEzfaoG5 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEzfaoG5 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEzfaoG5 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEzfaoG5 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEzfaoG5 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEzfaoG5 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEzfaoG5 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEzfaoG5 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEzfaoG5 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEzfaoG5 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEzfaoG5 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEzfaoG5 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEzfaoG5 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEzfaoG5 .item-title {
  color: #14334b;
}
.cid-vgVEzfaoG5 .item-text {
  color: #14334b;
}
.cid-vgVEzfaoG5 .item-price {
  color: #ff5500;
}
.cid-vgVEzfB4eh {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEzfB4eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEzfB4eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEzfB4eh .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEzfB4eh .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEzfB4eh .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEzfB4eh .item {
    margin-bottom: 48px;
  }
  .cid-vgVEzfB4eh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEzfB4eh .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEzfB4eh .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEzfB4eh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEzfB4eh .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEzfB4eh .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEzfB4eh .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEzfB4eh .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEzfB4eh .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEzfB4eh .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEzfB4eh .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEzfB4eh .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEzfB4eh .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEzfB4eh .item-title {
  color: #14334b;
}
.cid-vgVEzfB4eh .item-text {
  color: #14334b;
}
.cid-vgVEzfB4eh .item-price {
  color: #ff5500;
}
.cid-vgVEzg3hyY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEzg3hyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEzg3hyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEzg3hyY .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEzg3hyY .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEzg3hyY .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEzg3hyY .item {
    margin-bottom: 48px;
  }
  .cid-vgVEzg3hyY .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEzg3hyY .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEzg3hyY .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEzg3hyY .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEzg3hyY .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEzg3hyY .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEzg3hyY .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEzg3hyY .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEzg3hyY .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEzg3hyY .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEzg3hyY .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEzg3hyY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEzg3hyY .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEzg3hyY .item-title {
  color: #14334b;
}
.cid-vgVEzg3hyY .item-text {
  color: #14334b;
}
.cid-vgVEzg3hyY .item-price {
  color: #ff5500;
}
.cid-vgVEzgyfJm {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEzgyfJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEzgyfJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEzgyfJm .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEzgyfJm .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEzgyfJm .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEzgyfJm .item {
    margin-bottom: 48px;
  }
  .cid-vgVEzgyfJm .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEzgyfJm .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEzgyfJm .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEzgyfJm .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEzgyfJm .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEzgyfJm .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEzgyfJm .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEzgyfJm .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEzgyfJm .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEzgyfJm .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEzgyfJm .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEzgyfJm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEzgyfJm .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEzgyfJm .item-title {
  color: #14334b;
}
.cid-vgVEzgyfJm .item-text {
  color: #14334b;
}
.cid-vgVEzgyfJm .item-price {
  color: #ff5500;
}
.cid-vgVEAnGDn7 {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEAnGDn7 nav.navbar {
  position: fixed;
}
.cid-vgVEAnGDn7 .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-vgVEAnGDn7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEAnGDn7 .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEAnGDn7 .dropdown-item:hover,
.cid-vgVEAnGDn7 .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEAnGDn7 .dropdown-item:hover span {
  color: white;
}
.cid-vgVEAnGDn7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEAnGDn7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEAnGDn7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEAnGDn7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEAnGDn7 .nav-link {
  position: relative;
}
.cid-vgVEAnGDn7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEAnGDn7 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEAnGDn7 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEAnGDn7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEAnGDn7 .dropdown-menu,
.cid-vgVEAnGDn7 .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEAnGDn7 .nav-item:focus,
.cid-vgVEAnGDn7 .nav-link:focus {
  outline: none;
}
.cid-vgVEAnGDn7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEAnGDn7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEAnGDn7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEAnGDn7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEAnGDn7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEAnGDn7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEAnGDn7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEAnGDn7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEAnGDn7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEAnGDn7 .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEAnGDn7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEAnGDn7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEAnGDn7 .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEAnGDn7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEAnGDn7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEAnGDn7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEAnGDn7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEAnGDn7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEAnGDn7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEAnGDn7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEAnGDn7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEAnGDn7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEAnGDn7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEAnGDn7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEAnGDn7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEAnGDn7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEAnGDn7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEAnGDn7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEAnGDn7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEAnGDn7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEAnGDn7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEAnGDn7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEAnGDn7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEAnGDn7 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEAnGDn7 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEAnGDn7 .navbar-brand {
  min-height: 70px;
  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-vgVEAnGDn7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEAnGDn7 .navbar-brand .navbar-caption:hover,
.cid-vgVEAnGDn7 .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEAnGDn7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEAnGDn7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEAnGDn7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEAnGDn7 .dropdown-item.active,
.cid-vgVEAnGDn7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEAnGDn7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEAnGDn7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEAnGDn7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEAnGDn7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEAnGDn7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEAnGDn7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEAnGDn7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEAnGDn7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEAnGDn7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEAnGDn7 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEAnGDn7 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEAnGDn7 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEAnGDn7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEAnGDn7 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEAnGDn7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEAnGDn7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEAnGDn7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEAnGDn7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEAnGDn7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEAnGDn7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEAnGDn7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEAnGDn7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEAnGDn7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEAnGDn7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEAnGDn7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEAnGDn7 .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-vgVEAnGDn7 .navbar {
    height: 70px;
  }
  .cid-vgVEAnGDn7 .navbar.opened {
    height: auto;
  }
  .cid-vgVEAnGDn7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEAnGDn7 .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEAnGDn7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEAnGDn7 .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEAnGDn7 .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEAnGDn7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEAnGDn7 .nav-item .nav-link:hover,
.cid-vgVEAnGDn7 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEAnGDn7 .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEAnGDn7 .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEAnGDn7 .nav-item .nav-link:hover::after,
.cid-vgVEAnGDn7 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEAnGDn7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEAnGDn7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEAnGDn7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEAnGDn7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEAnGDn7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEAnGDn7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEAnGDn7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEAnGDn7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEAnGDn7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEAnGDn7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEAnGDn7 .content-wrap {
  min-height: 70px;
}
.cid-vgVEAphHV2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEAphHV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEAphHV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEAphHV2 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEAphHV2 .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEAphHV2 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEAphHV2 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEAphHV2 .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEAphHV2 .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEAphHV2 .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEAphHV2 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEAphHV2 .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEAphHV2 .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEAphHV2 .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEAphHV2 .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEAphHV2 .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEAphHV2 .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEAphHV2 .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEAphHV2 .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEAphHV2 .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEAphHV2 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEAphHV2 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEAphHV2 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEAphHV2 .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEAphHV2 .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEAphHV2 .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEAphHV2 .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEAphHV2 .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEAphHV2 .mbr-label {
  color: #ffffff;
}
.cid-vgVEAphHV2 .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEAphHV2 .mbr-text {
  color: #ffffff;
}
.cid-vgVEAphHV2 .list {
  color: #ffffff;
}
.cid-vgVEAqf99H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEAqf99H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEAqf99H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEAqf99H .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEAqf99H .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEAqf99H .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEAqf99H .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEAqf99H .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEAqf99H .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEAqf99H .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEAqf99H .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEAqf99H .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEAqf99H .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEAqf99H .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEAqf99H .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEAqf99H .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEAqf99H .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEAqf99H .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEAqf99H .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEAqf99H .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEAqf99H .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEAqf99H .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEAqf99H .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEAqf99H .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEAqf99H .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEAqf99H .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEAqf99H .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEAqf99H .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEAqf99H .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEAqf99H .mbr-text,
.cid-vgVEAqf99H .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEAqf99H .item-label {
  color: #ffffff;
}
.cid-vgVEAqf99H .item-title {
  color: #f1ff91;
}
.cid-vgVEAqf99H .item-text {
  color: #ffffff;
}
.cid-vgVEAqf99H .mbr-section-title,
.cid-vgVEAqf99H .title-wrap,
.cid-vgVEAqf99H .main-btn {
  text-align: center;
}
.cid-vgVEArU6sx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEArU6sx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEArU6sx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEArU6sx .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEArU6sx .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEArU6sx .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEArU6sx .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEArU6sx .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEArU6sx .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEArU6sx .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEArU6sx .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEArU6sx .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEArU6sx .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEArU6sx .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEArU6sx .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEArU6sx .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEArU6sx .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEArU6sx .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEArU6sx .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEArU6sx .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEArU6sx .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEArU6sx .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEArU6sx .mbr-text,
.cid-vgVEArU6sx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEArU6sx .list,
.cid-vgVEArU6sx .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEArU6sx .mbr-section-title,
.cid-vgVEArU6sx .title-wrap,
.cid-vgVEArU6sx .main-btn,
.cid-vgVEArU6sx .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEAstCIS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEAstCIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEAstCIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEAstCIS .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEAstCIS .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEAstCIS .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEAstCIS .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEAstCIS .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEAstCIS .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEAstCIS .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEAstCIS .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEAstCIS .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEAstCIS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEAstCIS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEAstCIS .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEAstCIS .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEAstCIS .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEAstCIS .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEAstCIS .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEAstCIS .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEAstCIS .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEAstCIS .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEAstCIS .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEAstCIS .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEAstCIS .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEAstCIS .mbr-label {
  color: #ffffff;
}
.cid-vgVEAstCIS .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEAstCIS .mbr-text {
  color: #ffffff;
}
.cid-vgVEAstCIS .item-title {
  color: #ffffff;
}
.cid-vgVEAstCIS .item-number {
  color: #f1ff91;
}
.cid-vgVEAstCIS .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEAstCIS .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEAsVQDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEAsVQDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEAsVQDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEAsVQDP .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEAsVQDP .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEAsVQDP .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEAsVQDP .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEAsVQDP .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEAsVQDP .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEAsVQDP .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEAsVQDP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEAsVQDP .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEAsVQDP .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEAsVQDP .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEAsVQDP .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEAsVQDP .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEAsVQDP .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEAsVQDP .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEAsVQDP .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEAsVQDP .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEAsVQDP .mbr-label {
  color: #14334b;
}
.cid-vgVEAsVQDP .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEAsVQDP .mbr-text {
  color: #14334b;
}
.cid-vgVEAsVQDP .item-name {
  color: #14334b;
}
.cid-vgVEAsVQDP .item-role {
  color: #ff5500;
}
.cid-vgVEAtwuxZ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEAtwuxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEAtwuxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEAtwuxZ .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEAtwuxZ .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEAtwuxZ .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEAtwuxZ .item {
    margin-bottom: 48px;
  }
  .cid-vgVEAtwuxZ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEAtwuxZ .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEAtwuxZ .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEAtwuxZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEAtwuxZ .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEAtwuxZ .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEAtwuxZ .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEAtwuxZ .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEAtwuxZ .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEAtwuxZ .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEAtwuxZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEAtwuxZ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEAtwuxZ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEAtwuxZ .item-title {
  color: #14334b;
}
.cid-vgVEAtwuxZ .item-text {
  color: #14334b;
}
.cid-vgVEAtwuxZ .item-price {
  color: #ff5500;
}
.cid-vgVEAu6W8c {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEAu6W8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEAu6W8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEAu6W8c .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEAu6W8c .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEAu6W8c .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEAu6W8c .item {
    margin-bottom: 48px;
  }
  .cid-vgVEAu6W8c .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEAu6W8c .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEAu6W8c .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEAu6W8c .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEAu6W8c .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEAu6W8c .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEAu6W8c .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEAu6W8c .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEAu6W8c .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEAu6W8c .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEAu6W8c .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEAu6W8c .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEAu6W8c .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEAu6W8c .item-title {
  color: #14334b;
}
.cid-vgVEAu6W8c .item-text {
  color: #14334b;
}
.cid-vgVEAu6W8c .item-price {
  color: #ff5500;
}
.cid-vgVEAuylWd {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEAuylWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEAuylWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEAuylWd .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEAuylWd .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEAuylWd .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEAuylWd .item {
    margin-bottom: 48px;
  }
  .cid-vgVEAuylWd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEAuylWd .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEAuylWd .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEAuylWd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEAuylWd .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEAuylWd .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEAuylWd .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEAuylWd .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEAuylWd .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEAuylWd .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEAuylWd .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEAuylWd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEAuylWd .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEAuylWd .item-title {
  color: #14334b;
}
.cid-vgVEAuylWd .item-text {
  color: #14334b;
}
.cid-vgVEAuylWd .item-price {
  color: #ff5500;
}
.cid-vgVEAuZRpj {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEAuZRpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEAuZRpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEAuZRpj .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEAuZRpj .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEAuZRpj .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEAuZRpj .item {
    margin-bottom: 48px;
  }
  .cid-vgVEAuZRpj .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEAuZRpj .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEAuZRpj .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEAuZRpj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEAuZRpj .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEAuZRpj .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEAuZRpj .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEAuZRpj .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEAuZRpj .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEAuZRpj .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEAuZRpj .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEAuZRpj .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEAuZRpj .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEAuZRpj .item-title {
  color: #14334b;
}
.cid-vgVEAuZRpj .item-text {
  color: #14334b;
}
.cid-vgVEAuZRpj .item-price {
  color: #ff5500;
}
.cid-vgVEAvq0gg {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEAvq0gg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEAvq0gg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEAvq0gg .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEAvq0gg .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEAvq0gg .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEAvq0gg .item {
    margin-bottom: 48px;
  }
  .cid-vgVEAvq0gg .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEAvq0gg .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEAvq0gg .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEAvq0gg .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEAvq0gg .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEAvq0gg .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEAvq0gg .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEAvq0gg .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEAvq0gg .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEAvq0gg .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEAvq0gg .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEAvq0gg .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEAvq0gg .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEAvq0gg .item-title {
  color: #14334b;
}
.cid-vgVEAvq0gg .item-text {
  color: #14334b;
}
.cid-vgVEAvq0gg .item-price {
  color: #ff5500;
}
.cid-vgVEAvPUL4 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEAvPUL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEAvPUL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEAvPUL4 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEAvPUL4 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEAvPUL4 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEAvPUL4 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEAvPUL4 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEAvPUL4 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEAvPUL4 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEAvPUL4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEAvPUL4 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEAvPUL4 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEAvPUL4 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEAvPUL4 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEAvPUL4 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEAvPUL4 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEAvPUL4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEAvPUL4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEAvPUL4 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEAvPUL4 .item-title {
  color: #14334b;
}
.cid-vgVEAvPUL4 .item-text {
  color: #14334b;
}
.cid-vgVEAvPUL4 .item-price {
  color: #ff5500;
}
.cid-vgVEBK0jH7 {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEBK0jH7 nav.navbar {
  position: fixed;
}
.cid-vgVEBK0jH7 .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-vgVEBK0jH7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEBK0jH7 .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEBK0jH7 .dropdown-item:hover,
.cid-vgVEBK0jH7 .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEBK0jH7 .dropdown-item:hover span {
  color: white;
}
.cid-vgVEBK0jH7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEBK0jH7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEBK0jH7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEBK0jH7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEBK0jH7 .nav-link {
  position: relative;
}
.cid-vgVEBK0jH7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEBK0jH7 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEBK0jH7 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEBK0jH7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEBK0jH7 .dropdown-menu,
.cid-vgVEBK0jH7 .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEBK0jH7 .nav-item:focus,
.cid-vgVEBK0jH7 .nav-link:focus {
  outline: none;
}
.cid-vgVEBK0jH7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEBK0jH7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEBK0jH7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEBK0jH7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEBK0jH7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEBK0jH7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEBK0jH7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEBK0jH7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEBK0jH7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEBK0jH7 .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEBK0jH7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEBK0jH7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEBK0jH7 .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEBK0jH7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEBK0jH7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEBK0jH7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEBK0jH7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEBK0jH7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEBK0jH7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEBK0jH7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEBK0jH7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEBK0jH7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEBK0jH7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEBK0jH7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEBK0jH7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEBK0jH7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEBK0jH7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEBK0jH7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEBK0jH7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEBK0jH7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEBK0jH7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEBK0jH7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEBK0jH7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEBK0jH7 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEBK0jH7 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEBK0jH7 .navbar-brand {
  min-height: 70px;
  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-vgVEBK0jH7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEBK0jH7 .navbar-brand .navbar-caption:hover,
.cid-vgVEBK0jH7 .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEBK0jH7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEBK0jH7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEBK0jH7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEBK0jH7 .dropdown-item.active,
.cid-vgVEBK0jH7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEBK0jH7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEBK0jH7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEBK0jH7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEBK0jH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEBK0jH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEBK0jH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEBK0jH7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEBK0jH7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEBK0jH7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEBK0jH7 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEBK0jH7 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEBK0jH7 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEBK0jH7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEBK0jH7 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEBK0jH7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEBK0jH7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEBK0jH7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEBK0jH7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEBK0jH7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEBK0jH7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEBK0jH7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEBK0jH7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEBK0jH7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEBK0jH7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEBK0jH7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEBK0jH7 .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-vgVEBK0jH7 .navbar {
    height: 70px;
  }
  .cid-vgVEBK0jH7 .navbar.opened {
    height: auto;
  }
  .cid-vgVEBK0jH7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEBK0jH7 .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEBK0jH7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEBK0jH7 .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEBK0jH7 .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEBK0jH7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEBK0jH7 .nav-item .nav-link:hover,
.cid-vgVEBK0jH7 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEBK0jH7 .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEBK0jH7 .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEBK0jH7 .nav-item .nav-link:hover::after,
.cid-vgVEBK0jH7 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEBK0jH7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEBK0jH7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEBK0jH7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEBK0jH7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEBK0jH7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEBK0jH7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEBK0jH7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEBK0jH7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEBK0jH7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEBK0jH7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEBK0jH7 .content-wrap {
  min-height: 70px;
}
.cid-vgVEBLbbhM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEBLbbhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBLbbhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBLbbhM .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEBLbbhM .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEBLbbhM .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEBLbbhM .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEBLbbhM .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEBLbbhM .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEBLbbhM .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEBLbbhM .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEBLbbhM .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEBLbbhM .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEBLbbhM .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEBLbbhM .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEBLbbhM .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEBLbbhM .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEBLbbhM .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEBLbbhM .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEBLbbhM .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEBLbbhM .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEBLbbhM .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEBLbbhM .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEBLbbhM .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEBLbbhM .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEBLbbhM .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEBLbbhM .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEBLbbhM .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEBLbbhM .mbr-label {
  color: #ffffff;
}
.cid-vgVEBLbbhM .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEBLbbhM .mbr-text {
  color: #ffffff;
}
.cid-vgVEBLbbhM .list {
  color: #ffffff;
}
.cid-vgVEBM9qFK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEBM9qFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBM9qFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBM9qFK .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEBM9qFK .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEBM9qFK .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEBM9qFK .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEBM9qFK .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEBM9qFK .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEBM9qFK .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEBM9qFK .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEBM9qFK .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEBM9qFK .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEBM9qFK .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEBM9qFK .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEBM9qFK .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEBM9qFK .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEBM9qFK .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEBM9qFK .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEBM9qFK .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEBM9qFK .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEBM9qFK .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEBM9qFK .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEBM9qFK .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEBM9qFK .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEBM9qFK .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEBM9qFK .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEBM9qFK .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEBM9qFK .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEBM9qFK .mbr-text,
.cid-vgVEBM9qFK .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEBM9qFK .item-label {
  color: #ffffff;
}
.cid-vgVEBM9qFK .item-title {
  color: #f1ff91;
}
.cid-vgVEBM9qFK .item-text {
  color: #ffffff;
}
.cid-vgVEBM9qFK .mbr-section-title,
.cid-vgVEBM9qFK .title-wrap,
.cid-vgVEBM9qFK .main-btn {
  text-align: center;
}
.cid-vgVEBNHF54 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEBNHF54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBNHF54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBNHF54 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEBNHF54 .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEBNHF54 .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEBNHF54 .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEBNHF54 .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEBNHF54 .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEBNHF54 .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEBNHF54 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEBNHF54 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEBNHF54 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEBNHF54 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEBNHF54 .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEBNHF54 .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEBNHF54 .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEBNHF54 .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEBNHF54 .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEBNHF54 .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEBNHF54 .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEBNHF54 .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEBNHF54 .mbr-text,
.cid-vgVEBNHF54 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEBNHF54 .list,
.cid-vgVEBNHF54 .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEBNHF54 .mbr-section-title,
.cid-vgVEBNHF54 .title-wrap,
.cid-vgVEBNHF54 .main-btn,
.cid-vgVEBNHF54 .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEBOzhQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEBOzhQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBOzhQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBOzhQi .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEBOzhQi .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEBOzhQi .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEBOzhQi .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEBOzhQi .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEBOzhQi .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEBOzhQi .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEBOzhQi .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEBOzhQi .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEBOzhQi .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEBOzhQi .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEBOzhQi .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEBOzhQi .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEBOzhQi .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEBOzhQi .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEBOzhQi .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEBOzhQi .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEBOzhQi .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEBOzhQi .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEBOzhQi .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEBOzhQi .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEBOzhQi .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEBOzhQi .mbr-label {
  color: #ffffff;
}
.cid-vgVEBOzhQi .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEBOzhQi .mbr-text {
  color: #ffffff;
}
.cid-vgVEBOzhQi .item-title {
  color: #ffffff;
}
.cid-vgVEBOzhQi .item-number {
  color: #f1ff91;
}
.cid-vgVEBOzhQi .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEBOzhQi .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEBP7X8n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEBP7X8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBP7X8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBP7X8n .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEBP7X8n .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEBP7X8n .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEBP7X8n .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEBP7X8n .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEBP7X8n .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEBP7X8n .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEBP7X8n .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEBP7X8n .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEBP7X8n .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEBP7X8n .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEBP7X8n .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEBP7X8n .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEBP7X8n .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEBP7X8n .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEBP7X8n .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEBP7X8n .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEBP7X8n .mbr-label {
  color: #14334b;
}
.cid-vgVEBP7X8n .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEBP7X8n .mbr-text {
  color: #14334b;
}
.cid-vgVEBP7X8n .item-name {
  color: #14334b;
}
.cid-vgVEBP7X8n .item-role {
  color: #ff5500;
}
.cid-vgVEBPKxVH {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEBPKxVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBPKxVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBPKxVH .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEBPKxVH .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEBPKxVH .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEBPKxVH .item {
    margin-bottom: 48px;
  }
  .cid-vgVEBPKxVH .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEBPKxVH .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEBPKxVH .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEBPKxVH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEBPKxVH .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEBPKxVH .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEBPKxVH .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEBPKxVH .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEBPKxVH .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEBPKxVH .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEBPKxVH .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEBPKxVH .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEBPKxVH .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEBPKxVH .item-title {
  color: #14334b;
}
.cid-vgVEBPKxVH .item-text {
  color: #14334b;
}
.cid-vgVEBPKxVH .item-price {
  color: #ff5500;
}
.cid-vgVEBQcrHN {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEBQcrHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBQcrHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBQcrHN .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEBQcrHN .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEBQcrHN .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEBQcrHN .item {
    margin-bottom: 48px;
  }
  .cid-vgVEBQcrHN .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEBQcrHN .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEBQcrHN .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEBQcrHN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEBQcrHN .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEBQcrHN .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEBQcrHN .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEBQcrHN .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEBQcrHN .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEBQcrHN .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEBQcrHN .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEBQcrHN .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEBQcrHN .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEBQcrHN .item-title {
  color: #14334b;
}
.cid-vgVEBQcrHN .item-text {
  color: #14334b;
}
.cid-vgVEBQcrHN .item-price {
  color: #ff5500;
}
.cid-vgVEBQD5RR {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEBQD5RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBQD5RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBQD5RR .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEBQD5RR .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEBQD5RR .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEBQD5RR .item {
    margin-bottom: 48px;
  }
  .cid-vgVEBQD5RR .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEBQD5RR .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEBQD5RR .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEBQD5RR .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEBQD5RR .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEBQD5RR .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEBQD5RR .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEBQD5RR .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEBQD5RR .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEBQD5RR .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEBQD5RR .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEBQD5RR .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEBQD5RR .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEBQD5RR .item-title {
  color: #14334b;
}
.cid-vgVEBQD5RR .item-text {
  color: #14334b;
}
.cid-vgVEBQD5RR .item-price {
  color: #ff5500;
}
.cid-vgVEBR38B3 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEBR38B3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBR38B3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBR38B3 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEBR38B3 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEBR38B3 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEBR38B3 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEBR38B3 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEBR38B3 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEBR38B3 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEBR38B3 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEBR38B3 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEBR38B3 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEBR38B3 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEBR38B3 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEBR38B3 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEBR38B3 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEBR38B3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEBR38B3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEBR38B3 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEBR38B3 .item-title {
  color: #14334b;
}
.cid-vgVEBR38B3 .item-text {
  color: #14334b;
}
.cid-vgVEBR38B3 .item-price {
  color: #ff5500;
}
.cid-vgVEBRtoUw {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEBRtoUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBRtoUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBRtoUw .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEBRtoUw .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEBRtoUw .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEBRtoUw .item {
    margin-bottom: 48px;
  }
  .cid-vgVEBRtoUw .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEBRtoUw .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEBRtoUw .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEBRtoUw .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEBRtoUw .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEBRtoUw .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEBRtoUw .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEBRtoUw .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEBRtoUw .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEBRtoUw .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEBRtoUw .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEBRtoUw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEBRtoUw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEBRtoUw .item-title {
  color: #14334b;
}
.cid-vgVEBRtoUw .item-text {
  color: #14334b;
}
.cid-vgVEBRtoUw .item-price {
  color: #ff5500;
}
.cid-vgVEBRSp8I {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEBRSp8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEBRSp8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEBRSp8I .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEBRSp8I .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEBRSp8I .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEBRSp8I .item {
    margin-bottom: 48px;
  }
  .cid-vgVEBRSp8I .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEBRSp8I .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEBRSp8I .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEBRSp8I .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEBRSp8I .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEBRSp8I .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEBRSp8I .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEBRSp8I .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEBRSp8I .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEBRSp8I .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEBRSp8I .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEBRSp8I .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEBRSp8I .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEBRSp8I .item-title {
  color: #14334b;
}
.cid-vgVEBRSp8I .item-text {
  color: #14334b;
}
.cid-vgVEBRSp8I .item-price {
  color: #ff5500;
}
.cid-vgVECVEA9P {
  z-index: 1000;
  width: 100%;
}
.cid-vgVECVEA9P nav.navbar {
  position: fixed;
}
.cid-vgVECVEA9P .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-vgVECVEA9P .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVECVEA9P .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVECVEA9P .dropdown-item:hover,
.cid-vgVECVEA9P .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVECVEA9P .dropdown-item:hover span {
  color: white;
}
.cid-vgVECVEA9P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVECVEA9P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVECVEA9P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVECVEA9P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVECVEA9P .nav-link {
  position: relative;
}
.cid-vgVECVEA9P .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVECVEA9P .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVECVEA9P .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVECVEA9P .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVECVEA9P .dropdown-menu,
.cid-vgVECVEA9P .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVECVEA9P .nav-item:focus,
.cid-vgVECVEA9P .nav-link:focus {
  outline: none;
}
.cid-vgVECVEA9P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVECVEA9P .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVECVEA9P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVECVEA9P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVECVEA9P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVECVEA9P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVECVEA9P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVECVEA9P .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVECVEA9P .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVECVEA9P .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVECVEA9P .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVECVEA9P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVECVEA9P .navbar.collapsed {
  justify-content: center;
}
.cid-vgVECVEA9P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVECVEA9P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVECVEA9P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVECVEA9P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVECVEA9P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVECVEA9P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVECVEA9P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVECVEA9P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVECVEA9P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVECVEA9P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVECVEA9P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVECVEA9P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVECVEA9P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVECVEA9P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVECVEA9P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVECVEA9P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVECVEA9P .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVECVEA9P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVECVEA9P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVECVEA9P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVECVEA9P .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVECVEA9P .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVECVEA9P .navbar-brand {
  min-height: 70px;
  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-vgVECVEA9P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVECVEA9P .navbar-brand .navbar-caption:hover,
.cid-vgVECVEA9P .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVECVEA9P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVECVEA9P .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVECVEA9P .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVECVEA9P .dropdown-item.active,
.cid-vgVECVEA9P .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVECVEA9P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVECVEA9P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVECVEA9P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVECVEA9P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVECVEA9P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVECVEA9P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVECVEA9P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVECVEA9P ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVECVEA9P ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVECVEA9P .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVECVEA9P .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVECVEA9P .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVECVEA9P .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVECVEA9P 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVECVEA9P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVECVEA9P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVECVEA9P button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVECVEA9P button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVECVEA9P button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVECVEA9P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVECVEA9P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVECVEA9P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVECVEA9P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVECVEA9P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVECVEA9P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVECVEA9P .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-vgVECVEA9P .navbar {
    height: 70px;
  }
  .cid-vgVECVEA9P .navbar.opened {
    height: auto;
  }
  .cid-vgVECVEA9P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVECVEA9P .navbar-nav {
  margin: 0 auto;
}
.cid-vgVECVEA9P .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVECVEA9P .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVECVEA9P .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVECVEA9P .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVECVEA9P .nav-item .nav-link:hover,
.cid-vgVECVEA9P .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVECVEA9P .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVECVEA9P .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVECVEA9P .nav-item .nav-link:hover::after,
.cid-vgVECVEA9P .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVECVEA9P .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVECVEA9P .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVECVEA9P .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVECVEA9P .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVECVEA9P .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVECVEA9P .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVECVEA9P .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVECVEA9P .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVECVEA9P .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVECVEA9P .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVECVEA9P .content-wrap {
  min-height: 70px;
}
.cid-vgVECXgkgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVECXgkgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVECXgkgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVECXgkgJ .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVECXgkgJ .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVECXgkgJ .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVECXgkgJ .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVECXgkgJ .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVECXgkgJ .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVECXgkgJ .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVECXgkgJ .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVECXgkgJ .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVECXgkgJ .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVECXgkgJ .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVECXgkgJ .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVECXgkgJ .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVECXgkgJ .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVECXgkgJ .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVECXgkgJ .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVECXgkgJ .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVECXgkgJ .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVECXgkgJ .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVECXgkgJ .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVECXgkgJ .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVECXgkgJ .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVECXgkgJ .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVECXgkgJ .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVECXgkgJ .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVECXgkgJ .mbr-label {
  color: #ffffff;
}
.cid-vgVECXgkgJ .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVECXgkgJ .mbr-text {
  color: #ffffff;
}
.cid-vgVECXgkgJ .list {
  color: #ffffff;
}
.cid-vgVECY8EtS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVECY8EtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVECY8EtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVECY8EtS .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVECY8EtS .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVECY8EtS .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVECY8EtS .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVECY8EtS .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVECY8EtS .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVECY8EtS .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVECY8EtS .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVECY8EtS .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVECY8EtS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVECY8EtS .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVECY8EtS .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVECY8EtS .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVECY8EtS .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVECY8EtS .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVECY8EtS .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVECY8EtS .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVECY8EtS .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVECY8EtS .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVECY8EtS .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVECY8EtS .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVECY8EtS .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVECY8EtS .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVECY8EtS .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVECY8EtS .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVECY8EtS .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVECY8EtS .mbr-text,
.cid-vgVECY8EtS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVECY8EtS .item-label {
  color: #ffffff;
}
.cid-vgVECY8EtS .item-title {
  color: #f1ff91;
}
.cid-vgVECY8EtS .item-text {
  color: #ffffff;
}
.cid-vgVECY8EtS .mbr-section-title,
.cid-vgVECY8EtS .title-wrap,
.cid-vgVECY8EtS .main-btn {
  text-align: center;
}
.cid-vgVECZBH8R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVECZBH8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVECZBH8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVECZBH8R .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVECZBH8R .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVECZBH8R .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVECZBH8R .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVECZBH8R .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVECZBH8R .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVECZBH8R .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVECZBH8R .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVECZBH8R .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVECZBH8R .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVECZBH8R .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVECZBH8R .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVECZBH8R .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVECZBH8R .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVECZBH8R .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVECZBH8R .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVECZBH8R .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVECZBH8R .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVECZBH8R .mbr-section-title {
  color: #ffffff;
}
.cid-vgVECZBH8R .mbr-text,
.cid-vgVECZBH8R .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVECZBH8R .list,
.cid-vgVECZBH8R .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVECZBH8R .mbr-section-title,
.cid-vgVECZBH8R .title-wrap,
.cid-vgVECZBH8R .main-btn,
.cid-vgVECZBH8R .iconfont-wrapper {
  text-align: center;
}
.cid-vgVED0kRuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVED0kRuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVED0kRuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVED0kRuH .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVED0kRuH .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVED0kRuH .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVED0kRuH .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVED0kRuH .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVED0kRuH .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVED0kRuH .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVED0kRuH .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVED0kRuH .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVED0kRuH .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVED0kRuH .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVED0kRuH .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVED0kRuH .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVED0kRuH .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVED0kRuH .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVED0kRuH .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVED0kRuH .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVED0kRuH .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVED0kRuH .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVED0kRuH .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVED0kRuH .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVED0kRuH .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVED0kRuH .mbr-label {
  color: #ffffff;
}
.cid-vgVED0kRuH .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVED0kRuH .mbr-text {
  color: #ffffff;
}
.cid-vgVED0kRuH .item-title {
  color: #ffffff;
}
.cid-vgVED0kRuH .item-number {
  color: #f1ff91;
}
.cid-vgVED0kRuH .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVED0kRuH .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVED0PINc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVED0PINc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVED0PINc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVED0PINc .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVED0PINc .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVED0PINc .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVED0PINc .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVED0PINc .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVED0PINc .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVED0PINc .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVED0PINc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVED0PINc .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVED0PINc .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVED0PINc .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVED0PINc .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVED0PINc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVED0PINc .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVED0PINc .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVED0PINc .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVED0PINc .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVED0PINc .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVED0PINc .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVED0PINc .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVED0PINc .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVED0PINc .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVED0PINc .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVED0PINc .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVED0PINc .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVED0PINc .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVED0PINc .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVED0PINc .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVED0PINc .mbr-label {
  color: #14334b;
}
.cid-vgVED0PINc .mbr-section-title {
  color: #ff5500;
}
.cid-vgVED0PINc .mbr-text {
  color: #14334b;
}
.cid-vgVED0PINc .item-name {
  color: #14334b;
}
.cid-vgVED0PINc .item-role {
  color: #ff5500;
}
.cid-vgVED1qw8G {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVED1qw8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVED1qw8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVED1qw8G .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVED1qw8G .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVED1qw8G .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVED1qw8G .item {
    margin-bottom: 48px;
  }
  .cid-vgVED1qw8G .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVED1qw8G .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVED1qw8G .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVED1qw8G .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVED1qw8G .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVED1qw8G .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVED1qw8G .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVED1qw8G .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVED1qw8G .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVED1qw8G .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVED1qw8G .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVED1qw8G .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVED1qw8G .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVED1qw8G .item-title {
  color: #14334b;
}
.cid-vgVED1qw8G .item-text {
  color: #14334b;
}
.cid-vgVED1qw8G .item-price {
  color: #ff5500;
}
.cid-vgVED206Oh {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVED206Oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVED206Oh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVED206Oh .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVED206Oh .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVED206Oh .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVED206Oh .item {
    margin-bottom: 48px;
  }
  .cid-vgVED206Oh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVED206Oh .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVED206Oh .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVED206Oh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVED206Oh .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVED206Oh .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVED206Oh .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVED206Oh .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVED206Oh .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVED206Oh .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVED206Oh .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVED206Oh .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVED206Oh .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVED206Oh .item-title {
  color: #14334b;
}
.cid-vgVED206Oh .item-text {
  color: #14334b;
}
.cid-vgVED206Oh .item-price {
  color: #ff5500;
}
.cid-vgVED2r1vW {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVED2r1vW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVED2r1vW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVED2r1vW .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVED2r1vW .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVED2r1vW .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVED2r1vW .item {
    margin-bottom: 48px;
  }
  .cid-vgVED2r1vW .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVED2r1vW .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVED2r1vW .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVED2r1vW .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVED2r1vW .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVED2r1vW .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVED2r1vW .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVED2r1vW .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVED2r1vW .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVED2r1vW .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVED2r1vW .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVED2r1vW .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVED2r1vW .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVED2r1vW .item-title {
  color: #14334b;
}
.cid-vgVED2r1vW .item-text {
  color: #14334b;
}
.cid-vgVED2r1vW .item-price {
  color: #ff5500;
}
.cid-vgVED2UJZP {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVED2UJZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVED2UJZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVED2UJZP .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVED2UJZP .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVED2UJZP .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVED2UJZP .item {
    margin-bottom: 48px;
  }
  .cid-vgVED2UJZP .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVED2UJZP .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVED2UJZP .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVED2UJZP .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVED2UJZP .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVED2UJZP .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVED2UJZP .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVED2UJZP .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVED2UJZP .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVED2UJZP .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVED2UJZP .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVED2UJZP .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVED2UJZP .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVED2UJZP .item-title {
  color: #14334b;
}
.cid-vgVED2UJZP .item-text {
  color: #14334b;
}
.cid-vgVED2UJZP .item-price {
  color: #ff5500;
}
.cid-vgVED3jjKe {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVED3jjKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVED3jjKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVED3jjKe .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVED3jjKe .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVED3jjKe .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVED3jjKe .item {
    margin-bottom: 48px;
  }
  .cid-vgVED3jjKe .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVED3jjKe .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVED3jjKe .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVED3jjKe .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVED3jjKe .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVED3jjKe .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVED3jjKe .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVED3jjKe .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVED3jjKe .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVED3jjKe .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVED3jjKe .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVED3jjKe .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVED3jjKe .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVED3jjKe .item-title {
  color: #14334b;
}
.cid-vgVED3jjKe .item-text {
  color: #14334b;
}
.cid-vgVED3jjKe .item-price {
  color: #ff5500;
}
.cid-vgVED3Fq2Y {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVED3Fq2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVED3Fq2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVED3Fq2Y .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVED3Fq2Y .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVED3Fq2Y .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVED3Fq2Y .item {
    margin-bottom: 48px;
  }
  .cid-vgVED3Fq2Y .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVED3Fq2Y .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVED3Fq2Y .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVED3Fq2Y .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVED3Fq2Y .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVED3Fq2Y .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVED3Fq2Y .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVED3Fq2Y .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVED3Fq2Y .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVED3Fq2Y .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVED3Fq2Y .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVED3Fq2Y .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVED3Fq2Y .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVED3Fq2Y .item-title {
  color: #14334b;
}
.cid-vgVED3Fq2Y .item-text {
  color: #14334b;
}
.cid-vgVED3Fq2Y .item-price {
  color: #ff5500;
}
.cid-vgVEEhHVyt {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEEhHVyt nav.navbar {
  position: fixed;
}
.cid-vgVEEhHVyt .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-vgVEEhHVyt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEEhHVyt .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEEhHVyt .dropdown-item:hover,
.cid-vgVEEhHVyt .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEEhHVyt .dropdown-item:hover span {
  color: white;
}
.cid-vgVEEhHVyt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEEhHVyt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEEhHVyt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEEhHVyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEEhHVyt .nav-link {
  position: relative;
}
.cid-vgVEEhHVyt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEEhHVyt .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEEhHVyt .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEEhHVyt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEEhHVyt .dropdown-menu,
.cid-vgVEEhHVyt .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEEhHVyt .nav-item:focus,
.cid-vgVEEhHVyt .nav-link:focus {
  outline: none;
}
.cid-vgVEEhHVyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEEhHVyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEEhHVyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEEhHVyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEEhHVyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEEhHVyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEEhHVyt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEEhHVyt .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEEhHVyt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEEhHVyt .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEEhHVyt .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEEhHVyt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEEhHVyt .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEEhHVyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEEhHVyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEEhHVyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEEhHVyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEEhHVyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEEhHVyt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEEhHVyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEEhHVyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEEhHVyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEEhHVyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEEhHVyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEEhHVyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEEhHVyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEEhHVyt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEEhHVyt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEEhHVyt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEEhHVyt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEEhHVyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEEhHVyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEEhHVyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEEhHVyt .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEEhHVyt .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEEhHVyt .navbar-brand {
  min-height: 70px;
  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-vgVEEhHVyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEEhHVyt .navbar-brand .navbar-caption:hover,
.cid-vgVEEhHVyt .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEEhHVyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEEhHVyt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEEhHVyt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEEhHVyt .dropdown-item.active,
.cid-vgVEEhHVyt .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEEhHVyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEEhHVyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEEhHVyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEEhHVyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEEhHVyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEEhHVyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEEhHVyt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEEhHVyt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEEhHVyt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEEhHVyt .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEEhHVyt .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEEhHVyt .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEEhHVyt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEEhHVyt 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEEhHVyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEEhHVyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEEhHVyt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEEhHVyt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEEhHVyt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEEhHVyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEEhHVyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEEhHVyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEEhHVyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEEhHVyt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEEhHVyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEEhHVyt .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-vgVEEhHVyt .navbar {
    height: 70px;
  }
  .cid-vgVEEhHVyt .navbar.opened {
    height: auto;
  }
  .cid-vgVEEhHVyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEEhHVyt .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEEhHVyt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEEhHVyt .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEEhHVyt .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEEhHVyt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEEhHVyt .nav-item .nav-link:hover,
.cid-vgVEEhHVyt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEEhHVyt .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEEhHVyt .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEEhHVyt .nav-item .nav-link:hover::after,
.cid-vgVEEhHVyt .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEEhHVyt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEEhHVyt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEEhHVyt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEEhHVyt .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEEhHVyt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEEhHVyt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEEhHVyt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEEhHVyt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEEhHVyt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEEhHVyt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEEhHVyt .content-wrap {
  min-height: 70px;
}
.cid-vgVEEjbiUH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEEjbiUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEEjbiUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEEjbiUH .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEEjbiUH .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEEjbiUH .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEEjbiUH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEEjbiUH .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEEjbiUH .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEEjbiUH .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEEjbiUH .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEEjbiUH .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEEjbiUH .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEEjbiUH .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEEjbiUH .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEEjbiUH .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEEjbiUH .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEEjbiUH .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEEjbiUH .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEEjbiUH .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEEjbiUH .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEEjbiUH .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEEjbiUH .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEEjbiUH .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEEjbiUH .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEEjbiUH .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEEjbiUH .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEEjbiUH .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEEjbiUH .mbr-label {
  color: #ffffff;
}
.cid-vgVEEjbiUH .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEEjbiUH .mbr-text {
  color: #ffffff;
}
.cid-vgVEEjbiUH .list {
  color: #ffffff;
}
.cid-vgVEEk2wHH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEEk2wHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEEk2wHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEEk2wHH .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEEk2wHH .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEEk2wHH .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEEk2wHH .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEEk2wHH .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEEk2wHH .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEEk2wHH .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEEk2wHH .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEEk2wHH .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEEk2wHH .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEEk2wHH .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEEk2wHH .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEEk2wHH .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEEk2wHH .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEEk2wHH .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEEk2wHH .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEEk2wHH .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEEk2wHH .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEEk2wHH .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEEk2wHH .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEEk2wHH .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEEk2wHH .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEEk2wHH .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEEk2wHH .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEEk2wHH .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEEk2wHH .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEEk2wHH .mbr-text,
.cid-vgVEEk2wHH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEEk2wHH .item-label {
  color: #ffffff;
}
.cid-vgVEEk2wHH .item-title {
  color: #f1ff91;
}
.cid-vgVEEk2wHH .item-text {
  color: #ffffff;
}
.cid-vgVEEk2wHH .mbr-section-title,
.cid-vgVEEk2wHH .title-wrap,
.cid-vgVEEk2wHH .main-btn {
  text-align: center;
}
.cid-vgVEElbk1M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEElbk1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEElbk1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEElbk1M .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEElbk1M .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEElbk1M .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEElbk1M .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEElbk1M .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEElbk1M .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEElbk1M .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEElbk1M .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEElbk1M .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEElbk1M .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEElbk1M .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEElbk1M .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEElbk1M .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEElbk1M .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEElbk1M .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEElbk1M .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEElbk1M .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEElbk1M .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEElbk1M .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEElbk1M .mbr-text,
.cid-vgVEElbk1M .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEElbk1M .list,
.cid-vgVEElbk1M .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEElbk1M .mbr-section-title,
.cid-vgVEElbk1M .title-wrap,
.cid-vgVEElbk1M .main-btn,
.cid-vgVEElbk1M .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEElLPyW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEElLPyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEElLPyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEElLPyW .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEElLPyW .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEElLPyW .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEElLPyW .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEElLPyW .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEElLPyW .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEElLPyW .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEElLPyW .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEElLPyW .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEElLPyW .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEElLPyW .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEElLPyW .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEElLPyW .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEElLPyW .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEElLPyW .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEElLPyW .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEElLPyW .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEElLPyW .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEElLPyW .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEElLPyW .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEElLPyW .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEElLPyW .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEElLPyW .mbr-label {
  color: #ffffff;
}
.cid-vgVEElLPyW .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEElLPyW .mbr-text {
  color: #ffffff;
}
.cid-vgVEElLPyW .item-title {
  color: #ffffff;
}
.cid-vgVEElLPyW .item-number {
  color: #f1ff91;
}
.cid-vgVEElLPyW .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEElLPyW .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEEmayxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEEmayxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEEmayxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEEmayxu .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEEmayxu .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEEmayxu .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEEmayxu .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEEmayxu .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEEmayxu .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEEmayxu .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEEmayxu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEEmayxu .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEEmayxu .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEEmayxu .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEEmayxu .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEEmayxu .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEEmayxu .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEEmayxu .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEEmayxu .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEEmayxu .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEEmayxu .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEEmayxu .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEEmayxu .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEEmayxu .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEEmayxu .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEEmayxu .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEEmayxu .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEEmayxu .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEEmayxu .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEEmayxu .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEEmayxu .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEEmayxu .mbr-label {
  color: #14334b;
}
.cid-vgVEEmayxu .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEEmayxu .mbr-text {
  color: #14334b;
}
.cid-vgVEEmayxu .item-name {
  color: #14334b;
}
.cid-vgVEEmayxu .item-role {
  color: #ff5500;
}
.cid-vgVEEmFwOL {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEEmFwOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEEmFwOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEEmFwOL .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEEmFwOL .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEEmFwOL .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEEmFwOL .item {
    margin-bottom: 48px;
  }
  .cid-vgVEEmFwOL .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEEmFwOL .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEEmFwOL .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEEmFwOL .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEEmFwOL .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEEmFwOL .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEEmFwOL .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEEmFwOL .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEEmFwOL .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEEmFwOL .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEEmFwOL .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEEmFwOL .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEEmFwOL .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEEmFwOL .item-title {
  color: #14334b;
}
.cid-vgVEEmFwOL .item-text {
  color: #14334b;
}
.cid-vgVEEmFwOL .item-price {
  color: #ff5500;
}
.cid-vgVEEn94rb {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEEn94rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEEn94rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEEn94rb .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEEn94rb .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEEn94rb .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEEn94rb .item {
    margin-bottom: 48px;
  }
  .cid-vgVEEn94rb .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEEn94rb .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEEn94rb .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEEn94rb .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEEn94rb .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEEn94rb .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEEn94rb .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEEn94rb .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEEn94rb .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEEn94rb .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEEn94rb .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEEn94rb .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEEn94rb .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEEn94rb .item-title {
  color: #14334b;
}
.cid-vgVEEn94rb .item-text {
  color: #14334b;
}
.cid-vgVEEn94rb .item-price {
  color: #ff5500;
}
.cid-vgVEEnF3vc {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEEnF3vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEEnF3vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEEnF3vc .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEEnF3vc .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEEnF3vc .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEEnF3vc .item {
    margin-bottom: 48px;
  }
  .cid-vgVEEnF3vc .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEEnF3vc .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEEnF3vc .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEEnF3vc .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEEnF3vc .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEEnF3vc .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEEnF3vc .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEEnF3vc .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEEnF3vc .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEEnF3vc .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEEnF3vc .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEEnF3vc .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEEnF3vc .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEEnF3vc .item-title {
  color: #14334b;
}
.cid-vgVEEnF3vc .item-text {
  color: #14334b;
}
.cid-vgVEEnF3vc .item-price {
  color: #ff5500;
}
.cid-vgVEEo5pMO {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEEo5pMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEEo5pMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEEo5pMO .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEEo5pMO .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEEo5pMO .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEEo5pMO .item {
    margin-bottom: 48px;
  }
  .cid-vgVEEo5pMO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEEo5pMO .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEEo5pMO .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEEo5pMO .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEEo5pMO .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEEo5pMO .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEEo5pMO .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEEo5pMO .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEEo5pMO .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEEo5pMO .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEEo5pMO .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEEo5pMO .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEEo5pMO .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEEo5pMO .item-title {
  color: #14334b;
}
.cid-vgVEEo5pMO .item-text {
  color: #14334b;
}
.cid-vgVEEo5pMO .item-price {
  color: #ff5500;
}
.cid-vgVEEoBc6w {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEEoBc6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEEoBc6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEEoBc6w .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEEoBc6w .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEEoBc6w .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEEoBc6w .item {
    margin-bottom: 48px;
  }
  .cid-vgVEEoBc6w .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEEoBc6w .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEEoBc6w .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEEoBc6w .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEEoBc6w .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEEoBc6w .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEEoBc6w .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEEoBc6w .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEEoBc6w .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEEoBc6w .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEEoBc6w .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEEoBc6w .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEEoBc6w .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEEoBc6w .item-title {
  color: #14334b;
}
.cid-vgVEEoBc6w .item-text {
  color: #14334b;
}
.cid-vgVEEoBc6w .item-price {
  color: #ff5500;
}
.cid-vgVEEpkay9 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEEpkay9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEEpkay9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEEpkay9 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEEpkay9 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEEpkay9 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEEpkay9 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEEpkay9 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEEpkay9 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEEpkay9 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEEpkay9 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEEpkay9 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEEpkay9 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEEpkay9 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEEpkay9 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEEpkay9 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEEpkay9 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEEpkay9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEEpkay9 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEEpkay9 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEEpkay9 .item-title {
  color: #14334b;
}
.cid-vgVEEpkay9 .item-text {
  color: #14334b;
}
.cid-vgVEEpkay9 .item-price {
  color: #ff5500;
}
.cid-vgVEFoDXAA {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEFoDXAA nav.navbar {
  position: fixed;
}
.cid-vgVEFoDXAA .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-vgVEFoDXAA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEFoDXAA .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEFoDXAA .dropdown-item:hover,
.cid-vgVEFoDXAA .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEFoDXAA .dropdown-item:hover span {
  color: white;
}
.cid-vgVEFoDXAA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEFoDXAA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEFoDXAA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEFoDXAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEFoDXAA .nav-link {
  position: relative;
}
.cid-vgVEFoDXAA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEFoDXAA .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEFoDXAA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEFoDXAA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEFoDXAA .dropdown-menu,
.cid-vgVEFoDXAA .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEFoDXAA .nav-item:focus,
.cid-vgVEFoDXAA .nav-link:focus {
  outline: none;
}
.cid-vgVEFoDXAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEFoDXAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEFoDXAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEFoDXAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEFoDXAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEFoDXAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEFoDXAA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEFoDXAA .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEFoDXAA .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEFoDXAA .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEFoDXAA .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEFoDXAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEFoDXAA .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEFoDXAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEFoDXAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEFoDXAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEFoDXAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEFoDXAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEFoDXAA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEFoDXAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEFoDXAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEFoDXAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEFoDXAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEFoDXAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEFoDXAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEFoDXAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEFoDXAA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEFoDXAA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEFoDXAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEFoDXAA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEFoDXAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEFoDXAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEFoDXAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEFoDXAA .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEFoDXAA .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEFoDXAA .navbar-brand {
  min-height: 70px;
  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-vgVEFoDXAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEFoDXAA .navbar-brand .navbar-caption:hover,
.cid-vgVEFoDXAA .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEFoDXAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEFoDXAA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEFoDXAA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEFoDXAA .dropdown-item.active,
.cid-vgVEFoDXAA .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEFoDXAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEFoDXAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEFoDXAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEFoDXAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEFoDXAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEFoDXAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEFoDXAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEFoDXAA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEFoDXAA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEFoDXAA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEFoDXAA .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEFoDXAA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEFoDXAA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEFoDXAA 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEFoDXAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEFoDXAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEFoDXAA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEFoDXAA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEFoDXAA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEFoDXAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEFoDXAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEFoDXAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEFoDXAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEFoDXAA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEFoDXAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEFoDXAA .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-vgVEFoDXAA .navbar {
    height: 70px;
  }
  .cid-vgVEFoDXAA .navbar.opened {
    height: auto;
  }
  .cid-vgVEFoDXAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEFoDXAA .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEFoDXAA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEFoDXAA .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEFoDXAA .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEFoDXAA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEFoDXAA .nav-item .nav-link:hover,
.cid-vgVEFoDXAA .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEFoDXAA .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEFoDXAA .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEFoDXAA .nav-item .nav-link:hover::after,
.cid-vgVEFoDXAA .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEFoDXAA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEFoDXAA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEFoDXAA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEFoDXAA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEFoDXAA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEFoDXAA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEFoDXAA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEFoDXAA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEFoDXAA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEFoDXAA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEFoDXAA .content-wrap {
  min-height: 70px;
}
.cid-vgVEFqDBbP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEFqDBbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFqDBbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFqDBbP .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEFqDBbP .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEFqDBbP .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEFqDBbP .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEFqDBbP .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEFqDBbP .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEFqDBbP .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEFqDBbP .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEFqDBbP .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEFqDBbP .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEFqDBbP .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEFqDBbP .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEFqDBbP .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEFqDBbP .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEFqDBbP .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEFqDBbP .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEFqDBbP .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEFqDBbP .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEFqDBbP .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEFqDBbP .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEFqDBbP .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEFqDBbP .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEFqDBbP .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEFqDBbP .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEFqDBbP .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEFqDBbP .mbr-label {
  color: #ffffff;
}
.cid-vgVEFqDBbP .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEFqDBbP .mbr-text {
  color: #ffffff;
}
.cid-vgVEFqDBbP .list {
  color: #ffffff;
}
.cid-vgVEFruvpq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEFruvpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFruvpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFruvpq .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEFruvpq .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEFruvpq .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEFruvpq .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEFruvpq .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEFruvpq .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEFruvpq .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEFruvpq .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEFruvpq .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEFruvpq .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEFruvpq .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEFruvpq .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEFruvpq .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEFruvpq .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEFruvpq .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEFruvpq .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEFruvpq .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEFruvpq .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEFruvpq .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEFruvpq .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEFruvpq .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEFruvpq .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEFruvpq .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEFruvpq .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEFruvpq .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEFruvpq .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEFruvpq .mbr-text,
.cid-vgVEFruvpq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEFruvpq .item-label {
  color: #ffffff;
}
.cid-vgVEFruvpq .item-title {
  color: #f1ff91;
}
.cid-vgVEFruvpq .item-text {
  color: #ffffff;
}
.cid-vgVEFruvpq .mbr-section-title,
.cid-vgVEFruvpq .title-wrap,
.cid-vgVEFruvpq .main-btn {
  text-align: center;
}
.cid-vgVEFsUSta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEFsUSta .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFsUSta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFsUSta .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEFsUSta .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEFsUSta .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEFsUSta .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEFsUSta .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEFsUSta .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEFsUSta .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEFsUSta .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEFsUSta .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEFsUSta .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEFsUSta .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEFsUSta .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEFsUSta .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEFsUSta .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEFsUSta .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEFsUSta .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEFsUSta .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEFsUSta .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEFsUSta .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEFsUSta .mbr-text,
.cid-vgVEFsUSta .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEFsUSta .list,
.cid-vgVEFsUSta .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEFsUSta .mbr-section-title,
.cid-vgVEFsUSta .title-wrap,
.cid-vgVEFsUSta .main-btn,
.cid-vgVEFsUSta .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEFtAPwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEFtAPwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFtAPwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFtAPwl .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEFtAPwl .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEFtAPwl .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEFtAPwl .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEFtAPwl .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEFtAPwl .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEFtAPwl .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEFtAPwl .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEFtAPwl .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEFtAPwl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEFtAPwl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEFtAPwl .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEFtAPwl .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEFtAPwl .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEFtAPwl .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEFtAPwl .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEFtAPwl .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEFtAPwl .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEFtAPwl .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEFtAPwl .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEFtAPwl .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEFtAPwl .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEFtAPwl .mbr-label {
  color: #ffffff;
}
.cid-vgVEFtAPwl .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEFtAPwl .mbr-text {
  color: #ffffff;
}
.cid-vgVEFtAPwl .item-title {
  color: #ffffff;
}
.cid-vgVEFtAPwl .item-number {
  color: #f1ff91;
}
.cid-vgVEFtAPwl .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEFtAPwl .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEFu8loL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEFu8loL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFu8loL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFu8loL .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEFu8loL .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEFu8loL .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEFu8loL .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEFu8loL .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEFu8loL .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEFu8loL .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEFu8loL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEFu8loL .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEFu8loL .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEFu8loL .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEFu8loL .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEFu8loL .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEFu8loL .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEFu8loL .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEFu8loL .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEFu8loL .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEFu8loL .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEFu8loL .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEFu8loL .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEFu8loL .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEFu8loL .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEFu8loL .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEFu8loL .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEFu8loL .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEFu8loL .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEFu8loL .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEFu8loL .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEFu8loL .mbr-label {
  color: #14334b;
}
.cid-vgVEFu8loL .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEFu8loL .mbr-text {
  color: #14334b;
}
.cid-vgVEFu8loL .item-name {
  color: #14334b;
}
.cid-vgVEFu8loL .item-role {
  color: #ff5500;
}
.cid-vgVEFuNh21 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEFuNh21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFuNh21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFuNh21 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEFuNh21 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEFuNh21 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEFuNh21 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEFuNh21 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEFuNh21 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEFuNh21 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEFuNh21 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEFuNh21 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEFuNh21 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEFuNh21 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEFuNh21 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEFuNh21 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEFuNh21 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEFuNh21 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEFuNh21 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEFuNh21 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEFuNh21 .item-title {
  color: #14334b;
}
.cid-vgVEFuNh21 .item-text {
  color: #14334b;
}
.cid-vgVEFuNh21 .item-price {
  color: #ff5500;
}
.cid-vgVEFvkIIY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEFvkIIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFvkIIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFvkIIY .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEFvkIIY .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEFvkIIY .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEFvkIIY .item {
    margin-bottom: 48px;
  }
  .cid-vgVEFvkIIY .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEFvkIIY .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEFvkIIY .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEFvkIIY .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEFvkIIY .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEFvkIIY .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEFvkIIY .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEFvkIIY .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEFvkIIY .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEFvkIIY .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEFvkIIY .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEFvkIIY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEFvkIIY .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEFvkIIY .item-title {
  color: #14334b;
}
.cid-vgVEFvkIIY .item-text {
  color: #14334b;
}
.cid-vgVEFvkIIY .item-price {
  color: #ff5500;
}
.cid-vgVEFvQYQG {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEFvQYQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFvQYQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFvQYQG .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEFvQYQG .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEFvQYQG .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEFvQYQG .item {
    margin-bottom: 48px;
  }
  .cid-vgVEFvQYQG .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEFvQYQG .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEFvQYQG .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEFvQYQG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEFvQYQG .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEFvQYQG .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEFvQYQG .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEFvQYQG .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEFvQYQG .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEFvQYQG .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEFvQYQG .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEFvQYQG .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEFvQYQG .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEFvQYQG .item-title {
  color: #14334b;
}
.cid-vgVEFvQYQG .item-text {
  color: #14334b;
}
.cid-vgVEFvQYQG .item-price {
  color: #ff5500;
}
.cid-vgVEFwpp7m {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEFwpp7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFwpp7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFwpp7m .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEFwpp7m .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEFwpp7m .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEFwpp7m .item {
    margin-bottom: 48px;
  }
  .cid-vgVEFwpp7m .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEFwpp7m .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEFwpp7m .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEFwpp7m .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEFwpp7m .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEFwpp7m .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEFwpp7m .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEFwpp7m .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEFwpp7m .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEFwpp7m .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEFwpp7m .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEFwpp7m .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEFwpp7m .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEFwpp7m .item-title {
  color: #14334b;
}
.cid-vgVEFwpp7m .item-text {
  color: #14334b;
}
.cid-vgVEFwpp7m .item-price {
  color: #ff5500;
}
.cid-vgVEFwVDd4 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEFwVDd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFwVDd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFwVDd4 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEFwVDd4 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEFwVDd4 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEFwVDd4 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEFwVDd4 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEFwVDd4 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEFwVDd4 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEFwVDd4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEFwVDd4 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEFwVDd4 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEFwVDd4 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEFwVDd4 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEFwVDd4 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEFwVDd4 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEFwVDd4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEFwVDd4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEFwVDd4 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEFwVDd4 .item-title {
  color: #14334b;
}
.cid-vgVEFwVDd4 .item-text {
  color: #14334b;
}
.cid-vgVEFwVDd4 .item-price {
  color: #ff5500;
}
.cid-vgVEFxtkgj {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEFxtkgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEFxtkgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEFxtkgj .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEFxtkgj .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEFxtkgj .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEFxtkgj .item {
    margin-bottom: 48px;
  }
  .cid-vgVEFxtkgj .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEFxtkgj .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEFxtkgj .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEFxtkgj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEFxtkgj .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEFxtkgj .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEFxtkgj .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEFxtkgj .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEFxtkgj .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEFxtkgj .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEFxtkgj .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEFxtkgj .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEFxtkgj .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEFxtkgj .item-title {
  color: #14334b;
}
.cid-vgVEFxtkgj .item-text {
  color: #14334b;
}
.cid-vgVEFxtkgj .item-price {
  color: #ff5500;
}
.cid-vgVEHfWShx {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEHfWShx nav.navbar {
  position: fixed;
}
.cid-vgVEHfWShx .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-vgVEHfWShx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEHfWShx .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEHfWShx .dropdown-item:hover,
.cid-vgVEHfWShx .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEHfWShx .dropdown-item:hover span {
  color: white;
}
.cid-vgVEHfWShx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEHfWShx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEHfWShx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEHfWShx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEHfWShx .nav-link {
  position: relative;
}
.cid-vgVEHfWShx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEHfWShx .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEHfWShx .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEHfWShx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEHfWShx .dropdown-menu,
.cid-vgVEHfWShx .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEHfWShx .nav-item:focus,
.cid-vgVEHfWShx .nav-link:focus {
  outline: none;
}
.cid-vgVEHfWShx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEHfWShx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEHfWShx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEHfWShx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEHfWShx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEHfWShx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEHfWShx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEHfWShx .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEHfWShx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEHfWShx .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEHfWShx .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEHfWShx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEHfWShx .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEHfWShx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEHfWShx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEHfWShx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEHfWShx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEHfWShx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEHfWShx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEHfWShx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEHfWShx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEHfWShx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEHfWShx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEHfWShx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEHfWShx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEHfWShx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEHfWShx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEHfWShx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEHfWShx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEHfWShx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEHfWShx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEHfWShx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEHfWShx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEHfWShx .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEHfWShx .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEHfWShx .navbar-brand {
  min-height: 70px;
  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-vgVEHfWShx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEHfWShx .navbar-brand .navbar-caption:hover,
.cid-vgVEHfWShx .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEHfWShx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEHfWShx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEHfWShx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEHfWShx .dropdown-item.active,
.cid-vgVEHfWShx .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEHfWShx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEHfWShx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEHfWShx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEHfWShx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEHfWShx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEHfWShx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEHfWShx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEHfWShx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEHfWShx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEHfWShx .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEHfWShx .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEHfWShx .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEHfWShx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEHfWShx 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEHfWShx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEHfWShx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEHfWShx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEHfWShx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEHfWShx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEHfWShx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEHfWShx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEHfWShx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEHfWShx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEHfWShx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEHfWShx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEHfWShx .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-vgVEHfWShx .navbar {
    height: 70px;
  }
  .cid-vgVEHfWShx .navbar.opened {
    height: auto;
  }
  .cid-vgVEHfWShx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEHfWShx .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEHfWShx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEHfWShx .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEHfWShx .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEHfWShx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEHfWShx .nav-item .nav-link:hover,
.cid-vgVEHfWShx .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEHfWShx .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEHfWShx .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEHfWShx .nav-item .nav-link:hover::after,
.cid-vgVEHfWShx .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEHfWShx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEHfWShx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEHfWShx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEHfWShx .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEHfWShx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEHfWShx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEHfWShx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEHfWShx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEHfWShx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEHfWShx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEHfWShx .content-wrap {
  min-height: 70px;
}
.cid-vgVEHhud1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEHhud1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHhud1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHhud1i .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEHhud1i .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEHhud1i .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEHhud1i .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEHhud1i .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEHhud1i .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEHhud1i .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEHhud1i .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEHhud1i .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEHhud1i .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEHhud1i .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEHhud1i .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEHhud1i .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEHhud1i .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEHhud1i .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEHhud1i .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEHhud1i .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEHhud1i .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEHhud1i .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEHhud1i .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEHhud1i .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEHhud1i .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEHhud1i .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEHhud1i .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEHhud1i .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEHhud1i .mbr-label {
  color: #ffffff;
}
.cid-vgVEHhud1i .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEHhud1i .mbr-text {
  color: #ffffff;
}
.cid-vgVEHhud1i .list {
  color: #ffffff;
}
.cid-vgVEHihCaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEHihCaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHihCaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHihCaD .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEHihCaD .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEHihCaD .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEHihCaD .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEHihCaD .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEHihCaD .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEHihCaD .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEHihCaD .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEHihCaD .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEHihCaD .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEHihCaD .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEHihCaD .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEHihCaD .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEHihCaD .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEHihCaD .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEHihCaD .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEHihCaD .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEHihCaD .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEHihCaD .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEHihCaD .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEHihCaD .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEHihCaD .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEHihCaD .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEHihCaD .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEHihCaD .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEHihCaD .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEHihCaD .mbr-text,
.cid-vgVEHihCaD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEHihCaD .item-label {
  color: #ffffff;
}
.cid-vgVEHihCaD .item-title {
  color: #f1ff91;
}
.cid-vgVEHihCaD .item-text {
  color: #ffffff;
}
.cid-vgVEHihCaD .mbr-section-title,
.cid-vgVEHihCaD .title-wrap,
.cid-vgVEHihCaD .main-btn {
  text-align: center;
}
.cid-vgVEHjnCAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEHjnCAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHjnCAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHjnCAo .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEHjnCAo .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEHjnCAo .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEHjnCAo .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEHjnCAo .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEHjnCAo .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEHjnCAo .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEHjnCAo .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEHjnCAo .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEHjnCAo .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEHjnCAo .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEHjnCAo .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEHjnCAo .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEHjnCAo .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEHjnCAo .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEHjnCAo .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEHjnCAo .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEHjnCAo .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEHjnCAo .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEHjnCAo .mbr-text,
.cid-vgVEHjnCAo .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEHjnCAo .list,
.cid-vgVEHjnCAo .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEHjnCAo .mbr-section-title,
.cid-vgVEHjnCAo .title-wrap,
.cid-vgVEHjnCAo .main-btn,
.cid-vgVEHjnCAo .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEHjVO6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEHjVO6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHjVO6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHjVO6u .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEHjVO6u .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEHjVO6u .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEHjVO6u .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEHjVO6u .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEHjVO6u .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEHjVO6u .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEHjVO6u .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEHjVO6u .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEHjVO6u .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEHjVO6u .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEHjVO6u .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEHjVO6u .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEHjVO6u .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEHjVO6u .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEHjVO6u .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEHjVO6u .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEHjVO6u .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEHjVO6u .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEHjVO6u .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEHjVO6u .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEHjVO6u .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEHjVO6u .mbr-label {
  color: #ffffff;
}
.cid-vgVEHjVO6u .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEHjVO6u .mbr-text {
  color: #ffffff;
}
.cid-vgVEHjVO6u .item-title {
  color: #ffffff;
}
.cid-vgVEHjVO6u .item-number {
  color: #f1ff91;
}
.cid-vgVEHjVO6u .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEHjVO6u .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEHkq0bt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEHkq0bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHkq0bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHkq0bt .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEHkq0bt .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEHkq0bt .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEHkq0bt .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEHkq0bt .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEHkq0bt .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEHkq0bt .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEHkq0bt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEHkq0bt .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEHkq0bt .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEHkq0bt .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEHkq0bt .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEHkq0bt .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEHkq0bt .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEHkq0bt .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEHkq0bt .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEHkq0bt .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEHkq0bt .mbr-label {
  color: #14334b;
}
.cid-vgVEHkq0bt .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEHkq0bt .mbr-text {
  color: #14334b;
}
.cid-vgVEHkq0bt .item-name {
  color: #14334b;
}
.cid-vgVEHkq0bt .item-role {
  color: #ff5500;
}
.cid-vgVEHkVtUC {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEHkVtUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHkVtUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHkVtUC .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEHkVtUC .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEHkVtUC .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEHkVtUC .item {
    margin-bottom: 48px;
  }
  .cid-vgVEHkVtUC .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEHkVtUC .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEHkVtUC .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEHkVtUC .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEHkVtUC .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEHkVtUC .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEHkVtUC .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEHkVtUC .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEHkVtUC .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEHkVtUC .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEHkVtUC .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEHkVtUC .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEHkVtUC .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEHkVtUC .item-title {
  color: #14334b;
}
.cid-vgVEHkVtUC .item-text {
  color: #14334b;
}
.cid-vgVEHkVtUC .item-price {
  color: #ff5500;
}
.cid-vgVEHlncTt {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEHlncTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHlncTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHlncTt .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEHlncTt .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEHlncTt .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEHlncTt .item {
    margin-bottom: 48px;
  }
  .cid-vgVEHlncTt .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEHlncTt .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEHlncTt .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEHlncTt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEHlncTt .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEHlncTt .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEHlncTt .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEHlncTt .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEHlncTt .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEHlncTt .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEHlncTt .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEHlncTt .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEHlncTt .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEHlncTt .item-title {
  color: #14334b;
}
.cid-vgVEHlncTt .item-text {
  color: #14334b;
}
.cid-vgVEHlncTt .item-price {
  color: #ff5500;
}
.cid-vgVEHlNKq7 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEHlNKq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHlNKq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHlNKq7 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEHlNKq7 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEHlNKq7 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEHlNKq7 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEHlNKq7 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEHlNKq7 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEHlNKq7 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEHlNKq7 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEHlNKq7 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEHlNKq7 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEHlNKq7 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEHlNKq7 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEHlNKq7 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEHlNKq7 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEHlNKq7 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEHlNKq7 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEHlNKq7 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEHlNKq7 .item-title {
  color: #14334b;
}
.cid-vgVEHlNKq7 .item-text {
  color: #14334b;
}
.cid-vgVEHlNKq7 .item-price {
  color: #ff5500;
}
.cid-vgVEHmfaTF {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEHmfaTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHmfaTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHmfaTF .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEHmfaTF .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEHmfaTF .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEHmfaTF .item {
    margin-bottom: 48px;
  }
  .cid-vgVEHmfaTF .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEHmfaTF .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEHmfaTF .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEHmfaTF .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEHmfaTF .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEHmfaTF .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEHmfaTF .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEHmfaTF .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEHmfaTF .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEHmfaTF .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEHmfaTF .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEHmfaTF .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEHmfaTF .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEHmfaTF .item-title {
  color: #14334b;
}
.cid-vgVEHmfaTF .item-text {
  color: #14334b;
}
.cid-vgVEHmfaTF .item-price {
  color: #ff5500;
}
.cid-vgVEHmJrTk {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEHmJrTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHmJrTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHmJrTk .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEHmJrTk .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEHmJrTk .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEHmJrTk .item {
    margin-bottom: 48px;
  }
  .cid-vgVEHmJrTk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEHmJrTk .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEHmJrTk .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEHmJrTk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEHmJrTk .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEHmJrTk .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEHmJrTk .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEHmJrTk .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEHmJrTk .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEHmJrTk .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEHmJrTk .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEHmJrTk .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEHmJrTk .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEHmJrTk .item-title {
  color: #14334b;
}
.cid-vgVEHmJrTk .item-text {
  color: #14334b;
}
.cid-vgVEHmJrTk .item-price {
  color: #ff5500;
}
.cid-vgVEHnctWD {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEHnctWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEHnctWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEHnctWD .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEHnctWD .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEHnctWD .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEHnctWD .item {
    margin-bottom: 48px;
  }
  .cid-vgVEHnctWD .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEHnctWD .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEHnctWD .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEHnctWD .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEHnctWD .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEHnctWD .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEHnctWD .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEHnctWD .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEHnctWD .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEHnctWD .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEHnctWD .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEHnctWD .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEHnctWD .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEHnctWD .item-title {
  color: #14334b;
}
.cid-vgVEHnctWD .item-text {
  color: #14334b;
}
.cid-vgVEHnctWD .item-price {
  color: #ff5500;
}
.cid-vgVEItGwlf {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEItGwlf nav.navbar {
  position: fixed;
}
.cid-vgVEItGwlf .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-vgVEItGwlf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEItGwlf .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEItGwlf .dropdown-item:hover,
.cid-vgVEItGwlf .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEItGwlf .dropdown-item:hover span {
  color: white;
}
.cid-vgVEItGwlf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEItGwlf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEItGwlf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEItGwlf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEItGwlf .nav-link {
  position: relative;
}
.cid-vgVEItGwlf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEItGwlf .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEItGwlf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEItGwlf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEItGwlf .dropdown-menu,
.cid-vgVEItGwlf .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEItGwlf .nav-item:focus,
.cid-vgVEItGwlf .nav-link:focus {
  outline: none;
}
.cid-vgVEItGwlf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEItGwlf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEItGwlf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEItGwlf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEItGwlf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEItGwlf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEItGwlf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEItGwlf .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEItGwlf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEItGwlf .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEItGwlf .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEItGwlf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEItGwlf .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEItGwlf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEItGwlf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEItGwlf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEItGwlf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEItGwlf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEItGwlf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEItGwlf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEItGwlf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEItGwlf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEItGwlf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEItGwlf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEItGwlf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEItGwlf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEItGwlf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEItGwlf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEItGwlf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEItGwlf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEItGwlf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEItGwlf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEItGwlf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEItGwlf .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEItGwlf .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEItGwlf .navbar-brand {
  min-height: 70px;
  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-vgVEItGwlf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEItGwlf .navbar-brand .navbar-caption:hover,
.cid-vgVEItGwlf .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEItGwlf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEItGwlf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEItGwlf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEItGwlf .dropdown-item.active,
.cid-vgVEItGwlf .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEItGwlf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEItGwlf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEItGwlf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEItGwlf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEItGwlf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEItGwlf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEItGwlf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEItGwlf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEItGwlf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEItGwlf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEItGwlf .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEItGwlf .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEItGwlf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEItGwlf 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEItGwlf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEItGwlf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEItGwlf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEItGwlf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEItGwlf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEItGwlf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEItGwlf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEItGwlf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEItGwlf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEItGwlf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEItGwlf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEItGwlf .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-vgVEItGwlf .navbar {
    height: 70px;
  }
  .cid-vgVEItGwlf .navbar.opened {
    height: auto;
  }
  .cid-vgVEItGwlf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEItGwlf .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEItGwlf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEItGwlf .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEItGwlf .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEItGwlf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEItGwlf .nav-item .nav-link:hover,
.cid-vgVEItGwlf .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEItGwlf .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEItGwlf .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEItGwlf .nav-item .nav-link:hover::after,
.cid-vgVEItGwlf .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEItGwlf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEItGwlf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEItGwlf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEItGwlf .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEItGwlf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEItGwlf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEItGwlf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEItGwlf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEItGwlf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEItGwlf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEItGwlf .content-wrap {
  min-height: 70px;
}
.cid-vgVEIvwpQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEIvwpQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEIvwpQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEIvwpQz .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEIvwpQz .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEIvwpQz .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEIvwpQz .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEIvwpQz .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEIvwpQz .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEIvwpQz .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEIvwpQz .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEIvwpQz .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEIvwpQz .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEIvwpQz .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEIvwpQz .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEIvwpQz .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEIvwpQz .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEIvwpQz .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEIvwpQz .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEIvwpQz .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEIvwpQz .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEIvwpQz .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEIvwpQz .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEIvwpQz .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEIvwpQz .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEIvwpQz .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEIvwpQz .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEIvwpQz .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEIvwpQz .mbr-label {
  color: #ffffff;
}
.cid-vgVEIvwpQz .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEIvwpQz .mbr-text {
  color: #ffffff;
}
.cid-vgVEIvwpQz .list {
  color: #ffffff;
}
.cid-vgVEIxgYTg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEIxgYTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEIxgYTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEIxgYTg .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEIxgYTg .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEIxgYTg .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEIxgYTg .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEIxgYTg .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEIxgYTg .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEIxgYTg .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEIxgYTg .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEIxgYTg .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEIxgYTg .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEIxgYTg .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEIxgYTg .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEIxgYTg .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEIxgYTg .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEIxgYTg .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEIxgYTg .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEIxgYTg .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEIxgYTg .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEIxgYTg .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEIxgYTg .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEIxgYTg .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEIxgYTg .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEIxgYTg .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEIxgYTg .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEIxgYTg .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEIxgYTg .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEIxgYTg .mbr-text,
.cid-vgVEIxgYTg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEIxgYTg .item-label {
  color: #ffffff;
}
.cid-vgVEIxgYTg .item-title {
  color: #f1ff91;
}
.cid-vgVEIxgYTg .item-text {
  color: #ffffff;
}
.cid-vgVEIxgYTg .mbr-section-title,
.cid-vgVEIxgYTg .title-wrap,
.cid-vgVEIxgYTg .main-btn {
  text-align: center;
}
.cid-vgVEIBfXRe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEIBfXRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEIBfXRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEIBfXRe .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEIBfXRe .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEIBfXRe .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEIBfXRe .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEIBfXRe .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEIBfXRe .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEIBfXRe .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEIBfXRe .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEIBfXRe .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEIBfXRe .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEIBfXRe .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEIBfXRe .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEIBfXRe .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEIBfXRe .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEIBfXRe .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEIBfXRe .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEIBfXRe .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEIBfXRe .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEIBfXRe .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEIBfXRe .mbr-text,
.cid-vgVEIBfXRe .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEIBfXRe .list,
.cid-vgVEIBfXRe .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEIBfXRe .mbr-section-title,
.cid-vgVEIBfXRe .title-wrap,
.cid-vgVEIBfXRe .main-btn,
.cid-vgVEIBfXRe .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEIC4j9E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEIC4j9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEIC4j9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEIC4j9E .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEIC4j9E .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEIC4j9E .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEIC4j9E .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEIC4j9E .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEIC4j9E .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEIC4j9E .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEIC4j9E .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEIC4j9E .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEIC4j9E .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEIC4j9E .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEIC4j9E .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEIC4j9E .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEIC4j9E .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEIC4j9E .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEIC4j9E .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEIC4j9E .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEIC4j9E .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEIC4j9E .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEIC4j9E .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEIC4j9E .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEIC4j9E .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEIC4j9E .mbr-label {
  color: #ffffff;
}
.cid-vgVEIC4j9E .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEIC4j9E .mbr-text {
  color: #ffffff;
}
.cid-vgVEIC4j9E .item-title {
  color: #ffffff;
}
.cid-vgVEIC4j9E .item-number {
  color: #f1ff91;
}
.cid-vgVEIC4j9E .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEIC4j9E .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEICCt3C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEICCt3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEICCt3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEICCt3C .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEICCt3C .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEICCt3C .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEICCt3C .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEICCt3C .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEICCt3C .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEICCt3C .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEICCt3C .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEICCt3C .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEICCt3C .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEICCt3C .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEICCt3C .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEICCt3C .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEICCt3C .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEICCt3C .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEICCt3C .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEICCt3C .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEICCt3C .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEICCt3C .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEICCt3C .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEICCt3C .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEICCt3C .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEICCt3C .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEICCt3C .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEICCt3C .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEICCt3C .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEICCt3C .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEICCt3C .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEICCt3C .mbr-label {
  color: #14334b;
}
.cid-vgVEICCt3C .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEICCt3C .mbr-text {
  color: #14334b;
}
.cid-vgVEICCt3C .item-name {
  color: #14334b;
}
.cid-vgVEICCt3C .item-role {
  color: #ff5500;
}
.cid-vgVEID5ZVA {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEID5ZVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEID5ZVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEID5ZVA .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEID5ZVA .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEID5ZVA .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEID5ZVA .item {
    margin-bottom: 48px;
  }
  .cid-vgVEID5ZVA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEID5ZVA .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEID5ZVA .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEID5ZVA .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEID5ZVA .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEID5ZVA .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEID5ZVA .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEID5ZVA .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEID5ZVA .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEID5ZVA .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEID5ZVA .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEID5ZVA .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEID5ZVA .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEID5ZVA .item-title {
  color: #14334b;
}
.cid-vgVEID5ZVA .item-text {
  color: #14334b;
}
.cid-vgVEID5ZVA .item-price {
  color: #ff5500;
}
.cid-vgVEIDBrtu {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEIDBrtu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEIDBrtu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEIDBrtu .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEIDBrtu .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEIDBrtu .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEIDBrtu .item {
    margin-bottom: 48px;
  }
  .cid-vgVEIDBrtu .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEIDBrtu .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEIDBrtu .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEIDBrtu .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEIDBrtu .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEIDBrtu .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEIDBrtu .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEIDBrtu .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEIDBrtu .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEIDBrtu .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEIDBrtu .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEIDBrtu .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEIDBrtu .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEIDBrtu .item-title {
  color: #14334b;
}
.cid-vgVEIDBrtu .item-text {
  color: #14334b;
}
.cid-vgVEIDBrtu .item-price {
  color: #ff5500;
}
.cid-vgVEIE2xYM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEIE2xYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEIE2xYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEIE2xYM .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEIE2xYM .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEIE2xYM .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEIE2xYM .item {
    margin-bottom: 48px;
  }
  .cid-vgVEIE2xYM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEIE2xYM .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEIE2xYM .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEIE2xYM .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEIE2xYM .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEIE2xYM .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEIE2xYM .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEIE2xYM .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEIE2xYM .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEIE2xYM .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEIE2xYM .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEIE2xYM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEIE2xYM .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEIE2xYM .item-title {
  color: #14334b;
}
.cid-vgVEIE2xYM .item-text {
  color: #14334b;
}
.cid-vgVEIE2xYM .item-price {
  color: #ff5500;
}
.cid-vgVEIEsgH2 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEIEsgH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEIEsgH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEIEsgH2 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEIEsgH2 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEIEsgH2 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEIEsgH2 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEIEsgH2 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEIEsgH2 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEIEsgH2 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEIEsgH2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEIEsgH2 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEIEsgH2 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEIEsgH2 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEIEsgH2 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEIEsgH2 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEIEsgH2 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEIEsgH2 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEIEsgH2 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEIEsgH2 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEIEsgH2 .item-title {
  color: #14334b;
}
.cid-vgVEIEsgH2 .item-text {
  color: #14334b;
}
.cid-vgVEIEsgH2 .item-price {
  color: #ff5500;
}
.cid-vgVEIEPdAY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEIEPdAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEIEPdAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEIEPdAY .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEIEPdAY .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEIEPdAY .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEIEPdAY .item {
    margin-bottom: 48px;
  }
  .cid-vgVEIEPdAY .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEIEPdAY .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEIEPdAY .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEIEPdAY .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEIEPdAY .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEIEPdAY .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEIEPdAY .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEIEPdAY .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEIEPdAY .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEIEPdAY .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEIEPdAY .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEIEPdAY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEIEPdAY .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEIEPdAY .item-title {
  color: #14334b;
}
.cid-vgVEIEPdAY .item-text {
  color: #14334b;
}
.cid-vgVEIEPdAY .item-price {
  color: #ff5500;
}
.cid-vgVEIFbiQe {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEIFbiQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEIFbiQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEIFbiQe .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEIFbiQe .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEIFbiQe .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEIFbiQe .item {
    margin-bottom: 48px;
  }
  .cid-vgVEIFbiQe .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEIFbiQe .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEIFbiQe .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEIFbiQe .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEIFbiQe .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEIFbiQe .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEIFbiQe .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEIFbiQe .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEIFbiQe .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEIFbiQe .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEIFbiQe .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEIFbiQe .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEIFbiQe .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEIFbiQe .item-title {
  color: #14334b;
}
.cid-vgVEIFbiQe .item-text {
  color: #14334b;
}
.cid-vgVEIFbiQe .item-price {
  color: #ff5500;
}
.cid-vgVEKiSkrs {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEKiSkrs nav.navbar {
  position: fixed;
}
.cid-vgVEKiSkrs .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-vgVEKiSkrs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEKiSkrs .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEKiSkrs .dropdown-item:hover,
.cid-vgVEKiSkrs .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEKiSkrs .dropdown-item:hover span {
  color: white;
}
.cid-vgVEKiSkrs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEKiSkrs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEKiSkrs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEKiSkrs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEKiSkrs .nav-link {
  position: relative;
}
.cid-vgVEKiSkrs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEKiSkrs .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEKiSkrs .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEKiSkrs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEKiSkrs .dropdown-menu,
.cid-vgVEKiSkrs .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEKiSkrs .nav-item:focus,
.cid-vgVEKiSkrs .nav-link:focus {
  outline: none;
}
.cid-vgVEKiSkrs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEKiSkrs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEKiSkrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEKiSkrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEKiSkrs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEKiSkrs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEKiSkrs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEKiSkrs .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEKiSkrs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEKiSkrs .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEKiSkrs .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEKiSkrs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEKiSkrs .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEKiSkrs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEKiSkrs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEKiSkrs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEKiSkrs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEKiSkrs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEKiSkrs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEKiSkrs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEKiSkrs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEKiSkrs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEKiSkrs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEKiSkrs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEKiSkrs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEKiSkrs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEKiSkrs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEKiSkrs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEKiSkrs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEKiSkrs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEKiSkrs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEKiSkrs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEKiSkrs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEKiSkrs .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEKiSkrs .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEKiSkrs .navbar-brand {
  min-height: 70px;
  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-vgVEKiSkrs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEKiSkrs .navbar-brand .navbar-caption:hover,
.cid-vgVEKiSkrs .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEKiSkrs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEKiSkrs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEKiSkrs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEKiSkrs .dropdown-item.active,
.cid-vgVEKiSkrs .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEKiSkrs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEKiSkrs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEKiSkrs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEKiSkrs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEKiSkrs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEKiSkrs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEKiSkrs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEKiSkrs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEKiSkrs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEKiSkrs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEKiSkrs .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEKiSkrs .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEKiSkrs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEKiSkrs 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEKiSkrs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEKiSkrs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEKiSkrs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEKiSkrs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEKiSkrs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEKiSkrs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEKiSkrs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEKiSkrs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEKiSkrs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEKiSkrs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEKiSkrs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEKiSkrs .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-vgVEKiSkrs .navbar {
    height: 70px;
  }
  .cid-vgVEKiSkrs .navbar.opened {
    height: auto;
  }
  .cid-vgVEKiSkrs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEKiSkrs .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEKiSkrs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEKiSkrs .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEKiSkrs .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEKiSkrs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEKiSkrs .nav-item .nav-link:hover,
.cid-vgVEKiSkrs .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEKiSkrs .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEKiSkrs .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEKiSkrs .nav-item .nav-link:hover::after,
.cid-vgVEKiSkrs .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEKiSkrs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEKiSkrs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEKiSkrs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEKiSkrs .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEKiSkrs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEKiSkrs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEKiSkrs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEKiSkrs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEKiSkrs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEKiSkrs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEKiSkrs .content-wrap {
  min-height: 70px;
}
.cid-vgVEKktQc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEKktQc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKktQc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKktQc1 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEKktQc1 .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEKktQc1 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEKktQc1 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEKktQc1 .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEKktQc1 .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEKktQc1 .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEKktQc1 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEKktQc1 .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEKktQc1 .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEKktQc1 .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEKktQc1 .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEKktQc1 .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEKktQc1 .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEKktQc1 .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEKktQc1 .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEKktQc1 .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEKktQc1 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEKktQc1 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEKktQc1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEKktQc1 .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEKktQc1 .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEKktQc1 .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEKktQc1 .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEKktQc1 .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEKktQc1 .mbr-label {
  color: #ffffff;
}
.cid-vgVEKktQc1 .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEKktQc1 .mbr-text {
  color: #ffffff;
}
.cid-vgVEKktQc1 .list {
  color: #ffffff;
}
.cid-vgVEKlk9OO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEKlk9OO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKlk9OO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKlk9OO .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEKlk9OO .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEKlk9OO .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEKlk9OO .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEKlk9OO .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEKlk9OO .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEKlk9OO .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEKlk9OO .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEKlk9OO .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEKlk9OO .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEKlk9OO .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEKlk9OO .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEKlk9OO .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEKlk9OO .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEKlk9OO .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEKlk9OO .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEKlk9OO .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEKlk9OO .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEKlk9OO .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEKlk9OO .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEKlk9OO .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEKlk9OO .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEKlk9OO .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEKlk9OO .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEKlk9OO .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEKlk9OO .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEKlk9OO .mbr-text,
.cid-vgVEKlk9OO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEKlk9OO .item-label {
  color: #ffffff;
}
.cid-vgVEKlk9OO .item-title {
  color: #f1ff91;
}
.cid-vgVEKlk9OO .item-text {
  color: #ffffff;
}
.cid-vgVEKlk9OO .mbr-section-title,
.cid-vgVEKlk9OO .title-wrap,
.cid-vgVEKlk9OO .main-btn {
  text-align: center;
}
.cid-vgVEKmnJyt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEKmnJyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKmnJyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKmnJyt .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEKmnJyt .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEKmnJyt .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEKmnJyt .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEKmnJyt .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEKmnJyt .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEKmnJyt .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEKmnJyt .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEKmnJyt .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEKmnJyt .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEKmnJyt .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEKmnJyt .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEKmnJyt .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEKmnJyt .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEKmnJyt .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEKmnJyt .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEKmnJyt .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEKmnJyt .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEKmnJyt .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEKmnJyt .mbr-text,
.cid-vgVEKmnJyt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEKmnJyt .list,
.cid-vgVEKmnJyt .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEKmnJyt .mbr-section-title,
.cid-vgVEKmnJyt .title-wrap,
.cid-vgVEKmnJyt .main-btn,
.cid-vgVEKmnJyt .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEKmTNdc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEKmTNdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKmTNdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKmTNdc .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEKmTNdc .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEKmTNdc .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEKmTNdc .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEKmTNdc .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEKmTNdc .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEKmTNdc .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEKmTNdc .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEKmTNdc .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEKmTNdc .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEKmTNdc .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEKmTNdc .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEKmTNdc .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEKmTNdc .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEKmTNdc .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEKmTNdc .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEKmTNdc .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEKmTNdc .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEKmTNdc .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEKmTNdc .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEKmTNdc .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEKmTNdc .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEKmTNdc .mbr-label {
  color: #ffffff;
}
.cid-vgVEKmTNdc .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEKmTNdc .mbr-text {
  color: #ffffff;
}
.cid-vgVEKmTNdc .item-title {
  color: #ffffff;
}
.cid-vgVEKmTNdc .item-number {
  color: #f1ff91;
}
.cid-vgVEKmTNdc .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEKmTNdc .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEKngBCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEKngBCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKngBCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKngBCy .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEKngBCy .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEKngBCy .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEKngBCy .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEKngBCy .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEKngBCy .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEKngBCy .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEKngBCy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEKngBCy .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEKngBCy .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEKngBCy .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEKngBCy .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEKngBCy .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEKngBCy .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEKngBCy .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEKngBCy .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEKngBCy .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEKngBCy .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEKngBCy .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEKngBCy .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEKngBCy .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEKngBCy .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEKngBCy .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEKngBCy .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEKngBCy .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEKngBCy .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEKngBCy .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEKngBCy .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEKngBCy .mbr-label {
  color: #14334b;
}
.cid-vgVEKngBCy .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEKngBCy .mbr-text {
  color: #14334b;
}
.cid-vgVEKngBCy .item-name {
  color: #14334b;
}
.cid-vgVEKngBCy .item-role {
  color: #ff5500;
}
.cid-vgVEKnNKDX {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEKnNKDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKnNKDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKnNKDX .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEKnNKDX .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEKnNKDX .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEKnNKDX .item {
    margin-bottom: 48px;
  }
  .cid-vgVEKnNKDX .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEKnNKDX .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEKnNKDX .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEKnNKDX .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEKnNKDX .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEKnNKDX .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEKnNKDX .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEKnNKDX .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEKnNKDX .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEKnNKDX .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEKnNKDX .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEKnNKDX .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEKnNKDX .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEKnNKDX .item-title {
  color: #14334b;
}
.cid-vgVEKnNKDX .item-text {
  color: #14334b;
}
.cid-vgVEKnNKDX .item-price {
  color: #ff5500;
}
.cid-vgVEKog5Gm {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEKog5Gm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKog5Gm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKog5Gm .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEKog5Gm .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEKog5Gm .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEKog5Gm .item {
    margin-bottom: 48px;
  }
  .cid-vgVEKog5Gm .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEKog5Gm .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEKog5Gm .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEKog5Gm .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEKog5Gm .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEKog5Gm .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEKog5Gm .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEKog5Gm .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEKog5Gm .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEKog5Gm .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEKog5Gm .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEKog5Gm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEKog5Gm .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEKog5Gm .item-title {
  color: #14334b;
}
.cid-vgVEKog5Gm .item-text {
  color: #14334b;
}
.cid-vgVEKog5Gm .item-price {
  color: #ff5500;
}
.cid-vgVEKoGWb8 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEKoGWb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKoGWb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKoGWb8 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEKoGWb8 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEKoGWb8 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEKoGWb8 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEKoGWb8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEKoGWb8 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEKoGWb8 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEKoGWb8 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEKoGWb8 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEKoGWb8 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEKoGWb8 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEKoGWb8 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEKoGWb8 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEKoGWb8 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEKoGWb8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEKoGWb8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEKoGWb8 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEKoGWb8 .item-title {
  color: #14334b;
}
.cid-vgVEKoGWb8 .item-text {
  color: #14334b;
}
.cid-vgVEKoGWb8 .item-price {
  color: #ff5500;
}
.cid-vgVEKp3JBD {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEKp3JBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKp3JBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKp3JBD .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEKp3JBD .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEKp3JBD .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEKp3JBD .item {
    margin-bottom: 48px;
  }
  .cid-vgVEKp3JBD .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEKp3JBD .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEKp3JBD .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEKp3JBD .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEKp3JBD .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEKp3JBD .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEKp3JBD .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEKp3JBD .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEKp3JBD .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEKp3JBD .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEKp3JBD .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEKp3JBD .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEKp3JBD .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEKp3JBD .item-title {
  color: #14334b;
}
.cid-vgVEKp3JBD .item-text {
  color: #14334b;
}
.cid-vgVEKp3JBD .item-price {
  color: #ff5500;
}
.cid-vgVEKpBACV {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEKpBACV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKpBACV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKpBACV .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEKpBACV .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEKpBACV .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEKpBACV .item {
    margin-bottom: 48px;
  }
  .cid-vgVEKpBACV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEKpBACV .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEKpBACV .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEKpBACV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEKpBACV .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEKpBACV .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEKpBACV .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEKpBACV .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEKpBACV .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEKpBACV .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEKpBACV .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEKpBACV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEKpBACV .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEKpBACV .item-title {
  color: #14334b;
}
.cid-vgVEKpBACV .item-text {
  color: #14334b;
}
.cid-vgVEKpBACV .item-price {
  color: #ff5500;
}
.cid-vgVEKq0rl9 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEKq0rl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEKq0rl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEKq0rl9 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEKq0rl9 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEKq0rl9 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEKq0rl9 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEKq0rl9 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEKq0rl9 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEKq0rl9 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEKq0rl9 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEKq0rl9 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEKq0rl9 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEKq0rl9 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEKq0rl9 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEKq0rl9 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEKq0rl9 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEKq0rl9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEKq0rl9 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEKq0rl9 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEKq0rl9 .item-title {
  color: #14334b;
}
.cid-vgVEKq0rl9 .item-text {
  color: #14334b;
}
.cid-vgVEKq0rl9 .item-price {
  color: #ff5500;
}
.cid-vgVELyK4NW {
  z-index: 1000;
  width: 100%;
}
.cid-vgVELyK4NW nav.navbar {
  position: fixed;
}
.cid-vgVELyK4NW .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-vgVELyK4NW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVELyK4NW .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVELyK4NW .dropdown-item:hover,
.cid-vgVELyK4NW .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVELyK4NW .dropdown-item:hover span {
  color: white;
}
.cid-vgVELyK4NW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVELyK4NW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVELyK4NW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVELyK4NW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVELyK4NW .nav-link {
  position: relative;
}
.cid-vgVELyK4NW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVELyK4NW .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVELyK4NW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVELyK4NW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVELyK4NW .dropdown-menu,
.cid-vgVELyK4NW .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVELyK4NW .nav-item:focus,
.cid-vgVELyK4NW .nav-link:focus {
  outline: none;
}
.cid-vgVELyK4NW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVELyK4NW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVELyK4NW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVELyK4NW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVELyK4NW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVELyK4NW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVELyK4NW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVELyK4NW .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVELyK4NW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVELyK4NW .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVELyK4NW .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVELyK4NW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVELyK4NW .navbar.collapsed {
  justify-content: center;
}
.cid-vgVELyK4NW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVELyK4NW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVELyK4NW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVELyK4NW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVELyK4NW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVELyK4NW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVELyK4NW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVELyK4NW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVELyK4NW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVELyK4NW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVELyK4NW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVELyK4NW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVELyK4NW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVELyK4NW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVELyK4NW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVELyK4NW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVELyK4NW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVELyK4NW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVELyK4NW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVELyK4NW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVELyK4NW .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVELyK4NW .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVELyK4NW .navbar-brand {
  min-height: 70px;
  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-vgVELyK4NW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVELyK4NW .navbar-brand .navbar-caption:hover,
.cid-vgVELyK4NW .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVELyK4NW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVELyK4NW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVELyK4NW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVELyK4NW .dropdown-item.active,
.cid-vgVELyK4NW .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVELyK4NW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVELyK4NW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVELyK4NW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVELyK4NW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVELyK4NW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVELyK4NW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVELyK4NW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVELyK4NW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVELyK4NW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVELyK4NW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVELyK4NW .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVELyK4NW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVELyK4NW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVELyK4NW 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVELyK4NW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVELyK4NW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVELyK4NW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVELyK4NW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVELyK4NW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVELyK4NW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVELyK4NW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVELyK4NW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVELyK4NW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVELyK4NW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVELyK4NW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVELyK4NW .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-vgVELyK4NW .navbar {
    height: 70px;
  }
  .cid-vgVELyK4NW .navbar.opened {
    height: auto;
  }
  .cid-vgVELyK4NW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVELyK4NW .navbar-nav {
  margin: 0 auto;
}
.cid-vgVELyK4NW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVELyK4NW .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVELyK4NW .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVELyK4NW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVELyK4NW .nav-item .nav-link:hover,
.cid-vgVELyK4NW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVELyK4NW .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVELyK4NW .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVELyK4NW .nav-item .nav-link:hover::after,
.cid-vgVELyK4NW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVELyK4NW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVELyK4NW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVELyK4NW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVELyK4NW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVELyK4NW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVELyK4NW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVELyK4NW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVELyK4NW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVELyK4NW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVELyK4NW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVELyK4NW .content-wrap {
  min-height: 70px;
}
.cid-vgVELAMDVK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVELAMDVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELAMDVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELAMDVK .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVELAMDVK .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVELAMDVK .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVELAMDVK .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVELAMDVK .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVELAMDVK .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVELAMDVK .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVELAMDVK .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVELAMDVK .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVELAMDVK .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVELAMDVK .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVELAMDVK .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVELAMDVK .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVELAMDVK .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVELAMDVK .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVELAMDVK .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVELAMDVK .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVELAMDVK .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVELAMDVK .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVELAMDVK .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVELAMDVK .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVELAMDVK .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVELAMDVK .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVELAMDVK .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVELAMDVK .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVELAMDVK .mbr-label {
  color: #ffffff;
}
.cid-vgVELAMDVK .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVELAMDVK .mbr-text {
  color: #ffffff;
}
.cid-vgVELAMDVK .list {
  color: #ffffff;
}
.cid-vgVELBHd1h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVELBHd1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELBHd1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELBHd1h .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVELBHd1h .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVELBHd1h .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVELBHd1h .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVELBHd1h .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVELBHd1h .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVELBHd1h .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVELBHd1h .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVELBHd1h .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVELBHd1h .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVELBHd1h .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVELBHd1h .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVELBHd1h .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVELBHd1h .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVELBHd1h .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVELBHd1h .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVELBHd1h .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVELBHd1h .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVELBHd1h .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVELBHd1h .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVELBHd1h .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVELBHd1h .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVELBHd1h .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVELBHd1h .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVELBHd1h .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVELBHd1h .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVELBHd1h .mbr-text,
.cid-vgVELBHd1h .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVELBHd1h .item-label {
  color: #ffffff;
}
.cid-vgVELBHd1h .item-title {
  color: #f1ff91;
}
.cid-vgVELBHd1h .item-text {
  color: #ffffff;
}
.cid-vgVELBHd1h .mbr-section-title,
.cid-vgVELBHd1h .title-wrap,
.cid-vgVELBHd1h .main-btn {
  text-align: center;
}
.cid-vgVELCN4A7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVELCN4A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELCN4A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELCN4A7 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVELCN4A7 .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVELCN4A7 .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVELCN4A7 .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVELCN4A7 .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVELCN4A7 .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVELCN4A7 .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVELCN4A7 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVELCN4A7 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVELCN4A7 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVELCN4A7 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVELCN4A7 .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVELCN4A7 .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVELCN4A7 .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVELCN4A7 .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVELCN4A7 .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVELCN4A7 .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVELCN4A7 .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVELCN4A7 .mbr-section-title {
  color: #ffffff;
}
.cid-vgVELCN4A7 .mbr-text,
.cid-vgVELCN4A7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVELCN4A7 .list,
.cid-vgVELCN4A7 .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVELCN4A7 .mbr-section-title,
.cid-vgVELCN4A7 .title-wrap,
.cid-vgVELCN4A7 .main-btn,
.cid-vgVELCN4A7 .iconfont-wrapper {
  text-align: center;
}
.cid-vgVELDmrYV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVELDmrYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELDmrYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELDmrYV .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVELDmrYV .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVELDmrYV .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVELDmrYV .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVELDmrYV .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVELDmrYV .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVELDmrYV .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVELDmrYV .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVELDmrYV .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVELDmrYV .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVELDmrYV .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVELDmrYV .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVELDmrYV .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVELDmrYV .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVELDmrYV .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVELDmrYV .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVELDmrYV .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVELDmrYV .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVELDmrYV .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVELDmrYV .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVELDmrYV .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVELDmrYV .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVELDmrYV .mbr-label {
  color: #ffffff;
}
.cid-vgVELDmrYV .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVELDmrYV .mbr-text {
  color: #ffffff;
}
.cid-vgVELDmrYV .item-title {
  color: #ffffff;
}
.cid-vgVELDmrYV .item-number {
  color: #f1ff91;
}
.cid-vgVELDmrYV .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVELDmrYV .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVELDPPqN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVELDPPqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELDPPqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELDPPqN .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVELDPPqN .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVELDPPqN .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVELDPPqN .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVELDPPqN .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVELDPPqN .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVELDPPqN .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVELDPPqN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVELDPPqN .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVELDPPqN .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVELDPPqN .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVELDPPqN .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVELDPPqN .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVELDPPqN .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVELDPPqN .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVELDPPqN .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVELDPPqN .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVELDPPqN .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVELDPPqN .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVELDPPqN .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVELDPPqN .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVELDPPqN .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVELDPPqN .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVELDPPqN .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVELDPPqN .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVELDPPqN .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVELDPPqN .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVELDPPqN .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVELDPPqN .mbr-label {
  color: #14334b;
}
.cid-vgVELDPPqN .mbr-section-title {
  color: #ff5500;
}
.cid-vgVELDPPqN .mbr-text {
  color: #14334b;
}
.cid-vgVELDPPqN .item-name {
  color: #14334b;
}
.cid-vgVELDPPqN .item-role {
  color: #ff5500;
}
.cid-vgVELEgWlL {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVELEgWlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELEgWlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELEgWlL .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVELEgWlL .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVELEgWlL .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVELEgWlL .item {
    margin-bottom: 48px;
  }
  .cid-vgVELEgWlL .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVELEgWlL .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVELEgWlL .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVELEgWlL .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVELEgWlL .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVELEgWlL .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVELEgWlL .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVELEgWlL .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVELEgWlL .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVELEgWlL .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVELEgWlL .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVELEgWlL .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVELEgWlL .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVELEgWlL .item-title {
  color: #14334b;
}
.cid-vgVELEgWlL .item-text {
  color: #14334b;
}
.cid-vgVELEgWlL .item-price {
  color: #ff5500;
}
.cid-vgVELEFZ9X {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVELEFZ9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELEFZ9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELEFZ9X .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVELEFZ9X .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVELEFZ9X .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVELEFZ9X .item {
    margin-bottom: 48px;
  }
  .cid-vgVELEFZ9X .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVELEFZ9X .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVELEFZ9X .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVELEFZ9X .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVELEFZ9X .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVELEFZ9X .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVELEFZ9X .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVELEFZ9X .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVELEFZ9X .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVELEFZ9X .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVELEFZ9X .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVELEFZ9X .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVELEFZ9X .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVELEFZ9X .item-title {
  color: #14334b;
}
.cid-vgVELEFZ9X .item-text {
  color: #14334b;
}
.cid-vgVELEFZ9X .item-price {
  color: #ff5500;
}
.cid-vgVELFaKBM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVELFaKBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELFaKBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELFaKBM .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVELFaKBM .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVELFaKBM .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVELFaKBM .item {
    margin-bottom: 48px;
  }
  .cid-vgVELFaKBM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVELFaKBM .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVELFaKBM .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVELFaKBM .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVELFaKBM .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVELFaKBM .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVELFaKBM .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVELFaKBM .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVELFaKBM .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVELFaKBM .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVELFaKBM .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVELFaKBM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVELFaKBM .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVELFaKBM .item-title {
  color: #14334b;
}
.cid-vgVELFaKBM .item-text {
  color: #14334b;
}
.cid-vgVELFaKBM .item-price {
  color: #ff5500;
}
.cid-vgVELFzP0j {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVELFzP0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELFzP0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELFzP0j .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVELFzP0j .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVELFzP0j .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVELFzP0j .item {
    margin-bottom: 48px;
  }
  .cid-vgVELFzP0j .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVELFzP0j .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVELFzP0j .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVELFzP0j .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVELFzP0j .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVELFzP0j .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVELFzP0j .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVELFzP0j .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVELFzP0j .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVELFzP0j .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVELFzP0j .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVELFzP0j .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVELFzP0j .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVELFzP0j .item-title {
  color: #14334b;
}
.cid-vgVELFzP0j .item-text {
  color: #14334b;
}
.cid-vgVELFzP0j .item-price {
  color: #ff5500;
}
.cid-vgVELG0vP4 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVELG0vP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELG0vP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELG0vP4 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVELG0vP4 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVELG0vP4 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVELG0vP4 .item {
    margin-bottom: 48px;
  }
  .cid-vgVELG0vP4 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVELG0vP4 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVELG0vP4 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVELG0vP4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVELG0vP4 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVELG0vP4 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVELG0vP4 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVELG0vP4 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVELG0vP4 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVELG0vP4 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVELG0vP4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVELG0vP4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVELG0vP4 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVELG0vP4 .item-title {
  color: #14334b;
}
.cid-vgVELG0vP4 .item-text {
  color: #14334b;
}
.cid-vgVELG0vP4 .item-price {
  color: #ff5500;
}
.cid-vgVELGr2fS {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVELGr2fS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVELGr2fS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVELGr2fS .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVELGr2fS .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVELGr2fS .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVELGr2fS .item {
    margin-bottom: 48px;
  }
  .cid-vgVELGr2fS .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVELGr2fS .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVELGr2fS .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVELGr2fS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVELGr2fS .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVELGr2fS .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVELGr2fS .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVELGr2fS .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVELGr2fS .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVELGr2fS .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVELGr2fS .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVELGr2fS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVELGr2fS .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVELGr2fS .item-title {
  color: #14334b;
}
.cid-vgVELGr2fS .item-text {
  color: #14334b;
}
.cid-vgVELGr2fS .item-price {
  color: #ff5500;
}
.cid-vgVEN5R1Ud {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEN5R1Ud nav.navbar {
  position: fixed;
}
.cid-vgVEN5R1Ud .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-vgVEN5R1Ud .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEN5R1Ud .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEN5R1Ud .dropdown-item:hover,
.cid-vgVEN5R1Ud .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEN5R1Ud .dropdown-item:hover span {
  color: white;
}
.cid-vgVEN5R1Ud .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEN5R1Ud .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEN5R1Ud .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEN5R1Ud .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEN5R1Ud .nav-link {
  position: relative;
}
.cid-vgVEN5R1Ud .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEN5R1Ud .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEN5R1Ud .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEN5R1Ud .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEN5R1Ud .dropdown-menu,
.cid-vgVEN5R1Ud .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEN5R1Ud .nav-item:focus,
.cid-vgVEN5R1Ud .nav-link:focus {
  outline: none;
}
.cid-vgVEN5R1Ud .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEN5R1Ud .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEN5R1Ud .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEN5R1Ud .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEN5R1Ud .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEN5R1Ud .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEN5R1Ud .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEN5R1Ud .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEN5R1Ud .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEN5R1Ud .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEN5R1Ud .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEN5R1Ud .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEN5R1Ud .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEN5R1Ud .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEN5R1Ud .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEN5R1Ud .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEN5R1Ud .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEN5R1Ud .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEN5R1Ud .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEN5R1Ud .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEN5R1Ud .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEN5R1Ud .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEN5R1Ud .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEN5R1Ud .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEN5R1Ud .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEN5R1Ud .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEN5R1Ud .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEN5R1Ud .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEN5R1Ud .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEN5R1Ud .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEN5R1Ud .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEN5R1Ud .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEN5R1Ud .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEN5R1Ud .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEN5R1Ud .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEN5R1Ud .navbar-brand {
  min-height: 70px;
  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-vgVEN5R1Ud .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEN5R1Ud .navbar-brand .navbar-caption:hover,
.cid-vgVEN5R1Ud .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEN5R1Ud .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEN5R1Ud .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEN5R1Ud .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEN5R1Ud .dropdown-item.active,
.cid-vgVEN5R1Ud .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEN5R1Ud .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEN5R1Ud .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEN5R1Ud .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEN5R1Ud .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEN5R1Ud .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEN5R1Ud .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEN5R1Ud .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEN5R1Ud ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEN5R1Ud ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEN5R1Ud .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEN5R1Ud .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEN5R1Ud .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEN5R1Ud .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEN5R1Ud 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEN5R1Ud button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEN5R1Ud button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEN5R1Ud button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEN5R1Ud button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEN5R1Ud button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEN5R1Ud nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEN5R1Ud nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEN5R1Ud nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEN5R1Ud nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEN5R1Ud .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEN5R1Ud a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEN5R1Ud .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-vgVEN5R1Ud .navbar {
    height: 70px;
  }
  .cid-vgVEN5R1Ud .navbar.opened {
    height: auto;
  }
  .cid-vgVEN5R1Ud .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEN5R1Ud .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEN5R1Ud .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEN5R1Ud .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEN5R1Ud .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEN5R1Ud .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEN5R1Ud .nav-item .nav-link:hover,
.cid-vgVEN5R1Ud .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEN5R1Ud .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEN5R1Ud .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEN5R1Ud .nav-item .nav-link:hover::after,
.cid-vgVEN5R1Ud .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEN5R1Ud .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEN5R1Ud .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEN5R1Ud .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEN5R1Ud .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEN5R1Ud .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEN5R1Ud .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEN5R1Ud .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEN5R1Ud .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEN5R1Ud .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEN5R1Ud .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEN5R1Ud .content-wrap {
  min-height: 70px;
}
.cid-vgVEN7hMm8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEN7hMm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEN7hMm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEN7hMm8 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEN7hMm8 .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEN7hMm8 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEN7hMm8 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEN7hMm8 .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEN7hMm8 .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEN7hMm8 .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEN7hMm8 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEN7hMm8 .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEN7hMm8 .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEN7hMm8 .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEN7hMm8 .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEN7hMm8 .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEN7hMm8 .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEN7hMm8 .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEN7hMm8 .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEN7hMm8 .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEN7hMm8 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEN7hMm8 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEN7hMm8 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEN7hMm8 .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEN7hMm8 .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEN7hMm8 .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEN7hMm8 .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEN7hMm8 .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEN7hMm8 .mbr-label {
  color: #ffffff;
}
.cid-vgVEN7hMm8 .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEN7hMm8 .mbr-text {
  color: #ffffff;
}
.cid-vgVEN7hMm8 .list {
  color: #ffffff;
}
.cid-vgVEN8vSLj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEN8vSLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEN8vSLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEN8vSLj .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEN8vSLj .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEN8vSLj .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEN8vSLj .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEN8vSLj .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEN8vSLj .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEN8vSLj .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEN8vSLj .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEN8vSLj .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEN8vSLj .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEN8vSLj .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEN8vSLj .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEN8vSLj .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEN8vSLj .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEN8vSLj .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEN8vSLj .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEN8vSLj .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEN8vSLj .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEN8vSLj .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEN8vSLj .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEN8vSLj .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEN8vSLj .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEN8vSLj .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEN8vSLj .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEN8vSLj .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEN8vSLj .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEN8vSLj .mbr-text,
.cid-vgVEN8vSLj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEN8vSLj .item-label {
  color: #ffffff;
}
.cid-vgVEN8vSLj .item-title {
  color: #f1ff91;
}
.cid-vgVEN8vSLj .item-text {
  color: #ffffff;
}
.cid-vgVEN8vSLj .mbr-section-title,
.cid-vgVEN8vSLj .title-wrap,
.cid-vgVEN8vSLj .main-btn {
  text-align: center;
}
.cid-vgVEN9Cftc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEN9Cftc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEN9Cftc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEN9Cftc .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEN9Cftc .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEN9Cftc .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEN9Cftc .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEN9Cftc .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEN9Cftc .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEN9Cftc .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEN9Cftc .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEN9Cftc .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEN9Cftc .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEN9Cftc .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEN9Cftc .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEN9Cftc .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEN9Cftc .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEN9Cftc .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEN9Cftc .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEN9Cftc .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEN9Cftc .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEN9Cftc .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEN9Cftc .mbr-text,
.cid-vgVEN9Cftc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEN9Cftc .list,
.cid-vgVEN9Cftc .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEN9Cftc .mbr-section-title,
.cid-vgVEN9Cftc .title-wrap,
.cid-vgVEN9Cftc .main-btn,
.cid-vgVEN9Cftc .iconfont-wrapper {
  text-align: center;
}
.cid-vgVENa97uB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVENa97uB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVENa97uB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVENa97uB .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVENa97uB .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVENa97uB .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVENa97uB .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVENa97uB .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVENa97uB .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVENa97uB .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVENa97uB .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVENa97uB .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVENa97uB .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVENa97uB .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVENa97uB .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVENa97uB .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVENa97uB .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVENa97uB .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVENa97uB .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVENa97uB .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVENa97uB .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVENa97uB .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVENa97uB .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVENa97uB .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVENa97uB .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVENa97uB .mbr-label {
  color: #ffffff;
}
.cid-vgVENa97uB .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVENa97uB .mbr-text {
  color: #ffffff;
}
.cid-vgVENa97uB .item-title {
  color: #ffffff;
}
.cid-vgVENa97uB .item-number {
  color: #f1ff91;
}
.cid-vgVENa97uB .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVENa97uB .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVENaBTwI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVENaBTwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVENaBTwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVENaBTwI .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVENaBTwI .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVENaBTwI .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVENaBTwI .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVENaBTwI .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVENaBTwI .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVENaBTwI .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVENaBTwI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVENaBTwI .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVENaBTwI .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVENaBTwI .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVENaBTwI .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVENaBTwI .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVENaBTwI .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVENaBTwI .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVENaBTwI .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVENaBTwI .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVENaBTwI .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVENaBTwI .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVENaBTwI .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVENaBTwI .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVENaBTwI .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVENaBTwI .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVENaBTwI .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVENaBTwI .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVENaBTwI .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVENaBTwI .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVENaBTwI .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVENaBTwI .mbr-label {
  color: #14334b;
}
.cid-vgVENaBTwI .mbr-section-title {
  color: #ff5500;
}
.cid-vgVENaBTwI .mbr-text {
  color: #14334b;
}
.cid-vgVENaBTwI .item-name {
  color: #14334b;
}
.cid-vgVENaBTwI .item-role {
  color: #ff5500;
}
.cid-vgVENb8HSM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVENb8HSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVENb8HSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVENb8HSM .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVENb8HSM .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVENb8HSM .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVENb8HSM .item {
    margin-bottom: 48px;
  }
  .cid-vgVENb8HSM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVENb8HSM .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVENb8HSM .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVENb8HSM .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVENb8HSM .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVENb8HSM .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVENb8HSM .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVENb8HSM .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVENb8HSM .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVENb8HSM .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVENb8HSM .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVENb8HSM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVENb8HSM .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVENb8HSM .item-title {
  color: #14334b;
}
.cid-vgVENb8HSM .item-text {
  color: #14334b;
}
.cid-vgVENb8HSM .item-price {
  color: #ff5500;
}
.cid-vgVENbzO35 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVENbzO35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVENbzO35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVENbzO35 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVENbzO35 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVENbzO35 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVENbzO35 .item {
    margin-bottom: 48px;
  }
  .cid-vgVENbzO35 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVENbzO35 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVENbzO35 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVENbzO35 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVENbzO35 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVENbzO35 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVENbzO35 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVENbzO35 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVENbzO35 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVENbzO35 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVENbzO35 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVENbzO35 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVENbzO35 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVENbzO35 .item-title {
  color: #14334b;
}
.cid-vgVENbzO35 .item-text {
  color: #14334b;
}
.cid-vgVENbzO35 .item-price {
  color: #ff5500;
}
.cid-vgVENbWIVs {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVENbWIVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVENbWIVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVENbWIVs .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVENbWIVs .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVENbWIVs .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVENbWIVs .item {
    margin-bottom: 48px;
  }
  .cid-vgVENbWIVs .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVENbWIVs .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVENbWIVs .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVENbWIVs .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVENbWIVs .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVENbWIVs .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVENbWIVs .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVENbWIVs .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVENbWIVs .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVENbWIVs .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVENbWIVs .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVENbWIVs .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVENbWIVs .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVENbWIVs .item-title {
  color: #14334b;
}
.cid-vgVENbWIVs .item-text {
  color: #14334b;
}
.cid-vgVENbWIVs .item-price {
  color: #ff5500;
}
.cid-vgVENclmOA {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVENclmOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVENclmOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVENclmOA .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVENclmOA .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVENclmOA .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVENclmOA .item {
    margin-bottom: 48px;
  }
  .cid-vgVENclmOA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVENclmOA .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVENclmOA .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVENclmOA .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVENclmOA .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVENclmOA .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVENclmOA .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVENclmOA .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVENclmOA .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVENclmOA .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVENclmOA .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVENclmOA .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVENclmOA .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVENclmOA .item-title {
  color: #14334b;
}
.cid-vgVENclmOA .item-text {
  color: #14334b;
}
.cid-vgVENclmOA .item-price {
  color: #ff5500;
}
.cid-vgVENcMkaH {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVENcMkaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVENcMkaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVENcMkaH .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVENcMkaH .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVENcMkaH .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVENcMkaH .item {
    margin-bottom: 48px;
  }
  .cid-vgVENcMkaH .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVENcMkaH .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVENcMkaH .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVENcMkaH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVENcMkaH .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVENcMkaH .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVENcMkaH .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVENcMkaH .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVENcMkaH .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVENcMkaH .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVENcMkaH .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVENcMkaH .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVENcMkaH .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVENcMkaH .item-title {
  color: #14334b;
}
.cid-vgVENcMkaH .item-text {
  color: #14334b;
}
.cid-vgVENcMkaH .item-price {
  color: #ff5500;
}
.cid-vgVENdcoIx {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVENdcoIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVENdcoIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVENdcoIx .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVENdcoIx .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVENdcoIx .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVENdcoIx .item {
    margin-bottom: 48px;
  }
  .cid-vgVENdcoIx .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVENdcoIx .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVENdcoIx .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVENdcoIx .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVENdcoIx .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVENdcoIx .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVENdcoIx .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVENdcoIx .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVENdcoIx .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVENdcoIx .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVENdcoIx .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVENdcoIx .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVENdcoIx .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVENdcoIx .item-title {
  color: #14334b;
}
.cid-vgVENdcoIx .item-text {
  color: #14334b;
}
.cid-vgVENdcoIx .item-price {
  color: #ff5500;
}
.cid-vgVEOtNqf8 {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEOtNqf8 nav.navbar {
  position: fixed;
}
.cid-vgVEOtNqf8 .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-vgVEOtNqf8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEOtNqf8 .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEOtNqf8 .dropdown-item:hover,
.cid-vgVEOtNqf8 .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEOtNqf8 .dropdown-item:hover span {
  color: white;
}
.cid-vgVEOtNqf8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEOtNqf8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEOtNqf8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEOtNqf8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEOtNqf8 .nav-link {
  position: relative;
}
.cid-vgVEOtNqf8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEOtNqf8 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEOtNqf8 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEOtNqf8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEOtNqf8 .dropdown-menu,
.cid-vgVEOtNqf8 .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEOtNqf8 .nav-item:focus,
.cid-vgVEOtNqf8 .nav-link:focus {
  outline: none;
}
.cid-vgVEOtNqf8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEOtNqf8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEOtNqf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEOtNqf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEOtNqf8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEOtNqf8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEOtNqf8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEOtNqf8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEOtNqf8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEOtNqf8 .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEOtNqf8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEOtNqf8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEOtNqf8 .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEOtNqf8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEOtNqf8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEOtNqf8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEOtNqf8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEOtNqf8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEOtNqf8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEOtNqf8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEOtNqf8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEOtNqf8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEOtNqf8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEOtNqf8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEOtNqf8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEOtNqf8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEOtNqf8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEOtNqf8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEOtNqf8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEOtNqf8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEOtNqf8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEOtNqf8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEOtNqf8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEOtNqf8 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEOtNqf8 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEOtNqf8 .navbar-brand {
  min-height: 70px;
  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-vgVEOtNqf8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEOtNqf8 .navbar-brand .navbar-caption:hover,
.cid-vgVEOtNqf8 .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEOtNqf8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEOtNqf8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEOtNqf8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEOtNqf8 .dropdown-item.active,
.cid-vgVEOtNqf8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEOtNqf8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEOtNqf8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEOtNqf8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEOtNqf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEOtNqf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEOtNqf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEOtNqf8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEOtNqf8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEOtNqf8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEOtNqf8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEOtNqf8 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEOtNqf8 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEOtNqf8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEOtNqf8 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEOtNqf8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEOtNqf8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEOtNqf8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEOtNqf8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEOtNqf8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEOtNqf8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEOtNqf8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEOtNqf8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEOtNqf8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEOtNqf8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEOtNqf8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEOtNqf8 .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-vgVEOtNqf8 .navbar {
    height: 70px;
  }
  .cid-vgVEOtNqf8 .navbar.opened {
    height: auto;
  }
  .cid-vgVEOtNqf8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEOtNqf8 .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEOtNqf8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEOtNqf8 .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEOtNqf8 .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEOtNqf8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEOtNqf8 .nav-item .nav-link:hover,
.cid-vgVEOtNqf8 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEOtNqf8 .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEOtNqf8 .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEOtNqf8 .nav-item .nav-link:hover::after,
.cid-vgVEOtNqf8 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEOtNqf8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEOtNqf8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEOtNqf8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEOtNqf8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEOtNqf8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEOtNqf8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEOtNqf8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEOtNqf8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEOtNqf8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEOtNqf8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEOtNqf8 .content-wrap {
  min-height: 70px;
}
.cid-vgVEOvr5zT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEOvr5zT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOvr5zT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOvr5zT .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEOvr5zT .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEOvr5zT .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEOvr5zT .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEOvr5zT .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEOvr5zT .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEOvr5zT .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEOvr5zT .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEOvr5zT .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEOvr5zT .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEOvr5zT .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEOvr5zT .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEOvr5zT .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEOvr5zT .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEOvr5zT .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEOvr5zT .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEOvr5zT .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEOvr5zT .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEOvr5zT .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEOvr5zT .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEOvr5zT .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEOvr5zT .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEOvr5zT .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEOvr5zT .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEOvr5zT .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEOvr5zT .mbr-label {
  color: #ffffff;
}
.cid-vgVEOvr5zT .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEOvr5zT .mbr-text {
  color: #ffffff;
}
.cid-vgVEOvr5zT .list {
  color: #ffffff;
}
.cid-vgVEOwKFjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEOwKFjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOwKFjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOwKFjt .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEOwKFjt .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEOwKFjt .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEOwKFjt .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEOwKFjt .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEOwKFjt .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEOwKFjt .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEOwKFjt .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEOwKFjt .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEOwKFjt .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEOwKFjt .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEOwKFjt .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEOwKFjt .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEOwKFjt .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEOwKFjt .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEOwKFjt .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEOwKFjt .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEOwKFjt .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEOwKFjt .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEOwKFjt .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEOwKFjt .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEOwKFjt .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEOwKFjt .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEOwKFjt .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEOwKFjt .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEOwKFjt .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEOwKFjt .mbr-text,
.cid-vgVEOwKFjt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEOwKFjt .item-label {
  color: #ffffff;
}
.cid-vgVEOwKFjt .item-title {
  color: #f1ff91;
}
.cid-vgVEOwKFjt .item-text {
  color: #ffffff;
}
.cid-vgVEOwKFjt .mbr-section-title,
.cid-vgVEOwKFjt .title-wrap,
.cid-vgVEOwKFjt .main-btn {
  text-align: center;
}
.cid-vgVEOxyMVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEOxyMVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOxyMVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOxyMVo .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEOxyMVo .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEOxyMVo .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEOxyMVo .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEOxyMVo .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEOxyMVo .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEOxyMVo .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEOxyMVo .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEOxyMVo .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEOxyMVo .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEOxyMVo .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEOxyMVo .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEOxyMVo .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEOxyMVo .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEOxyMVo .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEOxyMVo .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEOxyMVo .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEOxyMVo .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEOxyMVo .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEOxyMVo .mbr-text,
.cid-vgVEOxyMVo .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEOxyMVo .list,
.cid-vgVEOxyMVo .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEOxyMVo .mbr-section-title,
.cid-vgVEOxyMVo .title-wrap,
.cid-vgVEOxyMVo .main-btn,
.cid-vgVEOxyMVo .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEOy7ldk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEOy7ldk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOy7ldk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOy7ldk .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEOy7ldk .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEOy7ldk .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEOy7ldk .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEOy7ldk .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEOy7ldk .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEOy7ldk .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEOy7ldk .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEOy7ldk .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEOy7ldk .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEOy7ldk .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEOy7ldk .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEOy7ldk .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEOy7ldk .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEOy7ldk .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEOy7ldk .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEOy7ldk .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEOy7ldk .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEOy7ldk .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEOy7ldk .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEOy7ldk .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEOy7ldk .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEOy7ldk .mbr-label {
  color: #ffffff;
}
.cid-vgVEOy7ldk .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEOy7ldk .mbr-text {
  color: #ffffff;
}
.cid-vgVEOy7ldk .item-title {
  color: #ffffff;
}
.cid-vgVEOy7ldk .item-number {
  color: #f1ff91;
}
.cid-vgVEOy7ldk .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEOy7ldk .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEOyzJMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEOyzJMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOyzJMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOyzJMF .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEOyzJMF .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEOyzJMF .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEOyzJMF .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEOyzJMF .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEOyzJMF .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEOyzJMF .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEOyzJMF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEOyzJMF .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEOyzJMF .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEOyzJMF .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEOyzJMF .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEOyzJMF .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEOyzJMF .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEOyzJMF .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEOyzJMF .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEOyzJMF .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEOyzJMF .mbr-label {
  color: #14334b;
}
.cid-vgVEOyzJMF .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEOyzJMF .mbr-text {
  color: #14334b;
}
.cid-vgVEOyzJMF .item-name {
  color: #14334b;
}
.cid-vgVEOyzJMF .item-role {
  color: #ff5500;
}
.cid-vgVEOz4w0Q {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEOz4w0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOz4w0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOz4w0Q .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEOz4w0Q .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEOz4w0Q .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEOz4w0Q .item {
    margin-bottom: 48px;
  }
  .cid-vgVEOz4w0Q .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEOz4w0Q .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEOz4w0Q .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEOz4w0Q .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEOz4w0Q .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEOz4w0Q .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEOz4w0Q .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEOz4w0Q .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEOz4w0Q .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEOz4w0Q .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEOz4w0Q .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEOz4w0Q .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEOz4w0Q .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEOz4w0Q .item-title {
  color: #14334b;
}
.cid-vgVEOz4w0Q .item-text {
  color: #14334b;
}
.cid-vgVEOz4w0Q .item-price {
  color: #ff5500;
}
.cid-vgVEOzuV9J {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEOzuV9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOzuV9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOzuV9J .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEOzuV9J .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEOzuV9J .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEOzuV9J .item {
    margin-bottom: 48px;
  }
  .cid-vgVEOzuV9J .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEOzuV9J .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEOzuV9J .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEOzuV9J .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEOzuV9J .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEOzuV9J .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEOzuV9J .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEOzuV9J .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEOzuV9J .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEOzuV9J .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEOzuV9J .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEOzuV9J .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEOzuV9J .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEOzuV9J .item-title {
  color: #14334b;
}
.cid-vgVEOzuV9J .item-text {
  color: #14334b;
}
.cid-vgVEOzuV9J .item-price {
  color: #ff5500;
}
.cid-vgVEOzYZwd {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEOzYZwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOzYZwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOzYZwd .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEOzYZwd .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEOzYZwd .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEOzYZwd .item {
    margin-bottom: 48px;
  }
  .cid-vgVEOzYZwd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEOzYZwd .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEOzYZwd .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEOzYZwd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEOzYZwd .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEOzYZwd .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEOzYZwd .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEOzYZwd .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEOzYZwd .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEOzYZwd .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEOzYZwd .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEOzYZwd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEOzYZwd .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEOzYZwd .item-title {
  color: #14334b;
}
.cid-vgVEOzYZwd .item-text {
  color: #14334b;
}
.cid-vgVEOzYZwd .item-price {
  color: #ff5500;
}
.cid-vgVEOApOGs {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEOApOGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOApOGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOApOGs .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEOApOGs .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEOApOGs .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEOApOGs .item {
    margin-bottom: 48px;
  }
  .cid-vgVEOApOGs .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEOApOGs .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEOApOGs .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEOApOGs .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEOApOGs .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEOApOGs .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEOApOGs .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEOApOGs .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEOApOGs .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEOApOGs .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEOApOGs .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEOApOGs .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEOApOGs .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEOApOGs .item-title {
  color: #14334b;
}
.cid-vgVEOApOGs .item-text {
  color: #14334b;
}
.cid-vgVEOApOGs .item-price {
  color: #ff5500;
}
.cid-vgVEOAPwfk {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEOAPwfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOAPwfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOAPwfk .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEOAPwfk .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEOAPwfk .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEOAPwfk .item {
    margin-bottom: 48px;
  }
  .cid-vgVEOAPwfk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEOAPwfk .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEOAPwfk .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEOAPwfk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEOAPwfk .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEOAPwfk .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEOAPwfk .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEOAPwfk .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEOAPwfk .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEOAPwfk .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEOAPwfk .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEOAPwfk .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEOAPwfk .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEOAPwfk .item-title {
  color: #14334b;
}
.cid-vgVEOAPwfk .item-text {
  color: #14334b;
}
.cid-vgVEOAPwfk .item-price {
  color: #ff5500;
}
.cid-vgVEOBn3sJ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEOBn3sJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEOBn3sJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEOBn3sJ .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEOBn3sJ .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEOBn3sJ .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEOBn3sJ .item {
    margin-bottom: 48px;
  }
  .cid-vgVEOBn3sJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEOBn3sJ .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEOBn3sJ .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEOBn3sJ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEOBn3sJ .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEOBn3sJ .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEOBn3sJ .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEOBn3sJ .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEOBn3sJ .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEOBn3sJ .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEOBn3sJ .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEOBn3sJ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEOBn3sJ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEOBn3sJ .item-title {
  color: #14334b;
}
.cid-vgVEOBn3sJ .item-text {
  color: #14334b;
}
.cid-vgVEOBn3sJ .item-price {
  color: #ff5500;
}
.cid-vgVEQ3ixEN {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEQ3ixEN nav.navbar {
  position: fixed;
}
.cid-vgVEQ3ixEN .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-vgVEQ3ixEN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEQ3ixEN .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEQ3ixEN .dropdown-item:hover,
.cid-vgVEQ3ixEN .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEQ3ixEN .dropdown-item:hover span {
  color: white;
}
.cid-vgVEQ3ixEN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEQ3ixEN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEQ3ixEN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEQ3ixEN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEQ3ixEN .nav-link {
  position: relative;
}
.cid-vgVEQ3ixEN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEQ3ixEN .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEQ3ixEN .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEQ3ixEN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEQ3ixEN .dropdown-menu,
.cid-vgVEQ3ixEN .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEQ3ixEN .nav-item:focus,
.cid-vgVEQ3ixEN .nav-link:focus {
  outline: none;
}
.cid-vgVEQ3ixEN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEQ3ixEN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEQ3ixEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEQ3ixEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEQ3ixEN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEQ3ixEN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEQ3ixEN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEQ3ixEN .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEQ3ixEN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEQ3ixEN .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEQ3ixEN .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEQ3ixEN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEQ3ixEN .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEQ3ixEN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEQ3ixEN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEQ3ixEN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEQ3ixEN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEQ3ixEN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEQ3ixEN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEQ3ixEN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEQ3ixEN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEQ3ixEN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEQ3ixEN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEQ3ixEN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEQ3ixEN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEQ3ixEN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEQ3ixEN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEQ3ixEN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEQ3ixEN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEQ3ixEN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEQ3ixEN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEQ3ixEN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEQ3ixEN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEQ3ixEN .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEQ3ixEN .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEQ3ixEN .navbar-brand {
  min-height: 70px;
  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-vgVEQ3ixEN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEQ3ixEN .navbar-brand .navbar-caption:hover,
.cid-vgVEQ3ixEN .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEQ3ixEN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEQ3ixEN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEQ3ixEN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEQ3ixEN .dropdown-item.active,
.cid-vgVEQ3ixEN .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEQ3ixEN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEQ3ixEN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEQ3ixEN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEQ3ixEN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEQ3ixEN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEQ3ixEN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEQ3ixEN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEQ3ixEN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEQ3ixEN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEQ3ixEN .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEQ3ixEN .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEQ3ixEN .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEQ3ixEN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEQ3ixEN 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEQ3ixEN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEQ3ixEN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEQ3ixEN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEQ3ixEN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEQ3ixEN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEQ3ixEN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEQ3ixEN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEQ3ixEN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEQ3ixEN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEQ3ixEN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEQ3ixEN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEQ3ixEN .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-vgVEQ3ixEN .navbar {
    height: 70px;
  }
  .cid-vgVEQ3ixEN .navbar.opened {
    height: auto;
  }
  .cid-vgVEQ3ixEN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEQ3ixEN .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEQ3ixEN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEQ3ixEN .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEQ3ixEN .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEQ3ixEN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEQ3ixEN .nav-item .nav-link:hover,
.cid-vgVEQ3ixEN .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEQ3ixEN .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEQ3ixEN .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEQ3ixEN .nav-item .nav-link:hover::after,
.cid-vgVEQ3ixEN .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEQ3ixEN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEQ3ixEN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEQ3ixEN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEQ3ixEN .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEQ3ixEN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEQ3ixEN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEQ3ixEN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEQ3ixEN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEQ3ixEN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEQ3ixEN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEQ3ixEN .content-wrap {
  min-height: 70px;
}
.cid-vgVEQ5cRXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEQ5cRXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQ5cRXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQ5cRXF .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEQ5cRXF .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEQ5cRXF .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEQ5cRXF .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEQ5cRXF .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEQ5cRXF .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEQ5cRXF .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEQ5cRXF .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEQ5cRXF .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEQ5cRXF .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEQ5cRXF .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEQ5cRXF .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEQ5cRXF .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEQ5cRXF .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEQ5cRXF .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEQ5cRXF .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEQ5cRXF .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEQ5cRXF .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEQ5cRXF .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEQ5cRXF .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEQ5cRXF .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEQ5cRXF .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEQ5cRXF .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEQ5cRXF .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEQ5cRXF .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEQ5cRXF .mbr-label {
  color: #ffffff;
}
.cid-vgVEQ5cRXF .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEQ5cRXF .mbr-text {
  color: #ffffff;
}
.cid-vgVEQ5cRXF .list {
  color: #ffffff;
}
.cid-vgVEQ6juFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEQ6juFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQ6juFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQ6juFe .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEQ6juFe .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEQ6juFe .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEQ6juFe .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEQ6juFe .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEQ6juFe .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEQ6juFe .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEQ6juFe .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEQ6juFe .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEQ6juFe .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEQ6juFe .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEQ6juFe .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEQ6juFe .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEQ6juFe .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEQ6juFe .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEQ6juFe .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEQ6juFe .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEQ6juFe .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEQ6juFe .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEQ6juFe .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEQ6juFe .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEQ6juFe .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEQ6juFe .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEQ6juFe .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEQ6juFe .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEQ6juFe .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEQ6juFe .mbr-text,
.cid-vgVEQ6juFe .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEQ6juFe .item-label {
  color: #ffffff;
}
.cid-vgVEQ6juFe .item-title {
  color: #f1ff91;
}
.cid-vgVEQ6juFe .item-text {
  color: #ffffff;
}
.cid-vgVEQ6juFe .mbr-section-title,
.cid-vgVEQ6juFe .title-wrap,
.cid-vgVEQ6juFe .main-btn {
  text-align: center;
}
.cid-vgVEQ72k94 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEQ72k94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQ72k94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQ72k94 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEQ72k94 .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEQ72k94 .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEQ72k94 .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEQ72k94 .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEQ72k94 .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEQ72k94 .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEQ72k94 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEQ72k94 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEQ72k94 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEQ72k94 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEQ72k94 .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEQ72k94 .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEQ72k94 .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEQ72k94 .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEQ72k94 .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEQ72k94 .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEQ72k94 .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEQ72k94 .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEQ72k94 .mbr-text,
.cid-vgVEQ72k94 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEQ72k94 .list,
.cid-vgVEQ72k94 .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEQ72k94 .mbr-section-title,
.cid-vgVEQ72k94 .title-wrap,
.cid-vgVEQ72k94 .main-btn,
.cid-vgVEQ72k94 .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEQ7yQ9f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEQ7yQ9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQ7yQ9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQ7yQ9f .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEQ7yQ9f .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEQ7yQ9f .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEQ7yQ9f .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEQ7yQ9f .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEQ7yQ9f .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEQ7yQ9f .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEQ7yQ9f .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEQ7yQ9f .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEQ7yQ9f .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEQ7yQ9f .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEQ7yQ9f .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEQ7yQ9f .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEQ7yQ9f .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEQ7yQ9f .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEQ7yQ9f .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEQ7yQ9f .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEQ7yQ9f .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEQ7yQ9f .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEQ7yQ9f .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEQ7yQ9f .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEQ7yQ9f .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEQ7yQ9f .mbr-label {
  color: #ffffff;
}
.cid-vgVEQ7yQ9f .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEQ7yQ9f .mbr-text {
  color: #ffffff;
}
.cid-vgVEQ7yQ9f .item-title {
  color: #ffffff;
}
.cid-vgVEQ7yQ9f .item-number {
  color: #f1ff91;
}
.cid-vgVEQ7yQ9f .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEQ7yQ9f .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEQ7WluL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEQ7WluL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQ7WluL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQ7WluL .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEQ7WluL .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEQ7WluL .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEQ7WluL .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEQ7WluL .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEQ7WluL .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEQ7WluL .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEQ7WluL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEQ7WluL .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEQ7WluL .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEQ7WluL .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEQ7WluL .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEQ7WluL .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEQ7WluL .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEQ7WluL .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEQ7WluL .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEQ7WluL .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEQ7WluL .mbr-label {
  color: #14334b;
}
.cid-vgVEQ7WluL .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEQ7WluL .mbr-text {
  color: #14334b;
}
.cid-vgVEQ7WluL .item-name {
  color: #14334b;
}
.cid-vgVEQ7WluL .item-role {
  color: #ff5500;
}
.cid-vgVEQ8sZ66 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEQ8sZ66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQ8sZ66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQ8sZ66 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEQ8sZ66 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEQ8sZ66 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEQ8sZ66 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEQ8sZ66 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEQ8sZ66 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEQ8sZ66 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEQ8sZ66 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEQ8sZ66 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEQ8sZ66 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEQ8sZ66 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEQ8sZ66 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEQ8sZ66 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEQ8sZ66 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEQ8sZ66 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEQ8sZ66 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEQ8sZ66 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEQ8sZ66 .item-title {
  color: #14334b;
}
.cid-vgVEQ8sZ66 .item-text {
  color: #14334b;
}
.cid-vgVEQ8sZ66 .item-price {
  color: #ff5500;
}
.cid-vgVEQ8QHJi {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEQ8QHJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQ8QHJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQ8QHJi .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEQ8QHJi .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEQ8QHJi .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEQ8QHJi .item {
    margin-bottom: 48px;
  }
  .cid-vgVEQ8QHJi .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEQ8QHJi .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEQ8QHJi .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEQ8QHJi .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEQ8QHJi .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEQ8QHJi .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEQ8QHJi .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEQ8QHJi .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEQ8QHJi .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEQ8QHJi .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEQ8QHJi .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEQ8QHJi .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEQ8QHJi .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEQ8QHJi .item-title {
  color: #14334b;
}
.cid-vgVEQ8QHJi .item-text {
  color: #14334b;
}
.cid-vgVEQ8QHJi .item-price {
  color: #ff5500;
}
.cid-vgVEQ9cVEd {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEQ9cVEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQ9cVEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQ9cVEd .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEQ9cVEd .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEQ9cVEd .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEQ9cVEd .item {
    margin-bottom: 48px;
  }
  .cid-vgVEQ9cVEd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEQ9cVEd .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEQ9cVEd .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEQ9cVEd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEQ9cVEd .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEQ9cVEd .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEQ9cVEd .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEQ9cVEd .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEQ9cVEd .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEQ9cVEd .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEQ9cVEd .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEQ9cVEd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEQ9cVEd .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEQ9cVEd .item-title {
  color: #14334b;
}
.cid-vgVEQ9cVEd .item-text {
  color: #14334b;
}
.cid-vgVEQ9cVEd .item-price {
  color: #ff5500;
}
.cid-vgVEQ9FHAm {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEQ9FHAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQ9FHAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQ9FHAm .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEQ9FHAm .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEQ9FHAm .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEQ9FHAm .item {
    margin-bottom: 48px;
  }
  .cid-vgVEQ9FHAm .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEQ9FHAm .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEQ9FHAm .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEQ9FHAm .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEQ9FHAm .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEQ9FHAm .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEQ9FHAm .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEQ9FHAm .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEQ9FHAm .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEQ9FHAm .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEQ9FHAm .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEQ9FHAm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEQ9FHAm .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEQ9FHAm .item-title {
  color: #14334b;
}
.cid-vgVEQ9FHAm .item-text {
  color: #14334b;
}
.cid-vgVEQ9FHAm .item-price {
  color: #ff5500;
}
.cid-vgVEQae0oC {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEQae0oC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQae0oC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQae0oC .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEQae0oC .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEQae0oC .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEQae0oC .item {
    margin-bottom: 48px;
  }
  .cid-vgVEQae0oC .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEQae0oC .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEQae0oC .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEQae0oC .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEQae0oC .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEQae0oC .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEQae0oC .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEQae0oC .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEQae0oC .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEQae0oC .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEQae0oC .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEQae0oC .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEQae0oC .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEQae0oC .item-title {
  color: #14334b;
}
.cid-vgVEQae0oC .item-text {
  color: #14334b;
}
.cid-vgVEQae0oC .item-price {
  color: #ff5500;
}
.cid-vgVEQaEm7w {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEQaEm7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEQaEm7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEQaEm7w .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEQaEm7w .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEQaEm7w .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEQaEm7w .item {
    margin-bottom: 48px;
  }
  .cid-vgVEQaEm7w .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEQaEm7w .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEQaEm7w .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEQaEm7w .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEQaEm7w .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEQaEm7w .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEQaEm7w .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEQaEm7w .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEQaEm7w .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEQaEm7w .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEQaEm7w .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEQaEm7w .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEQaEm7w .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEQaEm7w .item-title {
  color: #14334b;
}
.cid-vgVEQaEm7w .item-text {
  color: #14334b;
}
.cid-vgVEQaEm7w .item-price {
  color: #ff5500;
}
.cid-vgVERyyU9A {
  z-index: 1000;
  width: 100%;
}
.cid-vgVERyyU9A nav.navbar {
  position: fixed;
}
.cid-vgVERyyU9A .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-vgVERyyU9A .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVERyyU9A .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVERyyU9A .dropdown-item:hover,
.cid-vgVERyyU9A .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVERyyU9A .dropdown-item:hover span {
  color: white;
}
.cid-vgVERyyU9A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVERyyU9A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVERyyU9A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVERyyU9A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVERyyU9A .nav-link {
  position: relative;
}
.cid-vgVERyyU9A .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVERyyU9A .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVERyyU9A .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVERyyU9A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVERyyU9A .dropdown-menu,
.cid-vgVERyyU9A .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVERyyU9A .nav-item:focus,
.cid-vgVERyyU9A .nav-link:focus {
  outline: none;
}
.cid-vgVERyyU9A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVERyyU9A .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVERyyU9A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVERyyU9A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVERyyU9A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVERyyU9A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVERyyU9A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVERyyU9A .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVERyyU9A .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVERyyU9A .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVERyyU9A .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVERyyU9A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVERyyU9A .navbar.collapsed {
  justify-content: center;
}
.cid-vgVERyyU9A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVERyyU9A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVERyyU9A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVERyyU9A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVERyyU9A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVERyyU9A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVERyyU9A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVERyyU9A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVERyyU9A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVERyyU9A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVERyyU9A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVERyyU9A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVERyyU9A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVERyyU9A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVERyyU9A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVERyyU9A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVERyyU9A .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVERyyU9A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVERyyU9A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVERyyU9A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVERyyU9A .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVERyyU9A .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVERyyU9A .navbar-brand {
  min-height: 70px;
  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-vgVERyyU9A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVERyyU9A .navbar-brand .navbar-caption:hover,
.cid-vgVERyyU9A .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVERyyU9A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVERyyU9A .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVERyyU9A .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVERyyU9A .dropdown-item.active,
.cid-vgVERyyU9A .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVERyyU9A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVERyyU9A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVERyyU9A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVERyyU9A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVERyyU9A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVERyyU9A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVERyyU9A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVERyyU9A ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVERyyU9A ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVERyyU9A .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVERyyU9A .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVERyyU9A .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVERyyU9A .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVERyyU9A 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVERyyU9A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVERyyU9A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVERyyU9A button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVERyyU9A button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVERyyU9A button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVERyyU9A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVERyyU9A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVERyyU9A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVERyyU9A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVERyyU9A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVERyyU9A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVERyyU9A .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-vgVERyyU9A .navbar {
    height: 70px;
  }
  .cid-vgVERyyU9A .navbar.opened {
    height: auto;
  }
  .cid-vgVERyyU9A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVERyyU9A .navbar-nav {
  margin: 0 auto;
}
.cid-vgVERyyU9A .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVERyyU9A .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVERyyU9A .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVERyyU9A .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVERyyU9A .nav-item .nav-link:hover,
.cid-vgVERyyU9A .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVERyyU9A .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVERyyU9A .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVERyyU9A .nav-item .nav-link:hover::after,
.cid-vgVERyyU9A .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVERyyU9A .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVERyyU9A .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVERyyU9A .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVERyyU9A .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVERyyU9A .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVERyyU9A .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVERyyU9A .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVERyyU9A .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVERyyU9A .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVERyyU9A .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVERyyU9A .content-wrap {
  min-height: 70px;
}
.cid-vgVERAhZ8A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVERAhZ8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVERAhZ8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVERAhZ8A .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVERAhZ8A .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVERAhZ8A .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVERAhZ8A .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVERAhZ8A .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVERAhZ8A .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVERAhZ8A .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVERAhZ8A .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVERAhZ8A .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVERAhZ8A .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVERAhZ8A .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVERAhZ8A .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVERAhZ8A .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVERAhZ8A .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVERAhZ8A .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVERAhZ8A .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVERAhZ8A .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVERAhZ8A .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVERAhZ8A .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVERAhZ8A .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVERAhZ8A .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVERAhZ8A .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVERAhZ8A .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVERAhZ8A .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVERAhZ8A .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVERAhZ8A .mbr-label {
  color: #ffffff;
}
.cid-vgVERAhZ8A .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVERAhZ8A .mbr-text {
  color: #ffffff;
}
.cid-vgVERAhZ8A .list {
  color: #ffffff;
}
.cid-vgVERB7qyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVERB7qyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVERB7qyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVERB7qyZ .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVERB7qyZ .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVERB7qyZ .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVERB7qyZ .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVERB7qyZ .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVERB7qyZ .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVERB7qyZ .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVERB7qyZ .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVERB7qyZ .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVERB7qyZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVERB7qyZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVERB7qyZ .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVERB7qyZ .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVERB7qyZ .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVERB7qyZ .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVERB7qyZ .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVERB7qyZ .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVERB7qyZ .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVERB7qyZ .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVERB7qyZ .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVERB7qyZ .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVERB7qyZ .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVERB7qyZ .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVERB7qyZ .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVERB7qyZ .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVERB7qyZ .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVERB7qyZ .mbr-text,
.cid-vgVERB7qyZ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVERB7qyZ .item-label {
  color: #ffffff;
}
.cid-vgVERB7qyZ .item-title {
  color: #f1ff91;
}
.cid-vgVERB7qyZ .item-text {
  color: #ffffff;
}
.cid-vgVERB7qyZ .mbr-section-title,
.cid-vgVERB7qyZ .title-wrap,
.cid-vgVERB7qyZ .main-btn {
  text-align: center;
}
.cid-vgVERBVe5w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVERBVe5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVERBVe5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVERBVe5w .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVERBVe5w .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVERBVe5w .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVERBVe5w .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVERBVe5w .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVERBVe5w .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVERBVe5w .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVERBVe5w .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVERBVe5w .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVERBVe5w .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVERBVe5w .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVERBVe5w .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVERBVe5w .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVERBVe5w .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVERBVe5w .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVERBVe5w .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVERBVe5w .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVERBVe5w .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVERBVe5w .mbr-section-title {
  color: #ffffff;
}
.cid-vgVERBVe5w .mbr-text,
.cid-vgVERBVe5w .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVERBVe5w .list,
.cid-vgVERBVe5w .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVERBVe5w .mbr-section-title,
.cid-vgVERBVe5w .title-wrap,
.cid-vgVERBVe5w .main-btn,
.cid-vgVERBVe5w .iconfont-wrapper {
  text-align: center;
}
.cid-vgVERCrLV4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVERCrLV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVERCrLV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVERCrLV4 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVERCrLV4 .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVERCrLV4 .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVERCrLV4 .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVERCrLV4 .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVERCrLV4 .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVERCrLV4 .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVERCrLV4 .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVERCrLV4 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVERCrLV4 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVERCrLV4 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVERCrLV4 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVERCrLV4 .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVERCrLV4 .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVERCrLV4 .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVERCrLV4 .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVERCrLV4 .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVERCrLV4 .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVERCrLV4 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVERCrLV4 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVERCrLV4 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVERCrLV4 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVERCrLV4 .mbr-label {
  color: #ffffff;
}
.cid-vgVERCrLV4 .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVERCrLV4 .mbr-text {
  color: #ffffff;
}
.cid-vgVERCrLV4 .item-title {
  color: #ffffff;
}
.cid-vgVERCrLV4 .item-number {
  color: #f1ff91;
}
.cid-vgVERCrLV4 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVERCrLV4 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVERCQkhq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVERCQkhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVERCQkhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVERCQkhq .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVERCQkhq .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVERCQkhq .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVERCQkhq .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVERCQkhq .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVERCQkhq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVERCQkhq .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVERCQkhq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVERCQkhq .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVERCQkhq .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVERCQkhq .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVERCQkhq .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVERCQkhq .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVERCQkhq .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVERCQkhq .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVERCQkhq .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVERCQkhq .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVERCQkhq .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVERCQkhq .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVERCQkhq .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVERCQkhq .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVERCQkhq .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVERCQkhq .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVERCQkhq .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVERCQkhq .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVERCQkhq .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVERCQkhq .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVERCQkhq .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVERCQkhq .mbr-label {
  color: #14334b;
}
.cid-vgVERCQkhq .mbr-section-title {
  color: #ff5500;
}
.cid-vgVERCQkhq .mbr-text {
  color: #14334b;
}
.cid-vgVERCQkhq .item-name {
  color: #14334b;
}
.cid-vgVERCQkhq .item-role {
  color: #ff5500;
}
.cid-vgVERDtxVf {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVERDtxVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVERDtxVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVERDtxVf .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVERDtxVf .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVERDtxVf .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVERDtxVf .item {
    margin-bottom: 48px;
  }
  .cid-vgVERDtxVf .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVERDtxVf .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVERDtxVf .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVERDtxVf .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVERDtxVf .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVERDtxVf .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVERDtxVf .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVERDtxVf .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVERDtxVf .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVERDtxVf .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVERDtxVf .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVERDtxVf .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVERDtxVf .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVERDtxVf .item-title {
  color: #14334b;
}
.cid-vgVERDtxVf .item-text {
  color: #14334b;
}
.cid-vgVERDtxVf .item-price {
  color: #ff5500;
}
.cid-vgVERDUQXa {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVERDUQXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVERDUQXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVERDUQXa .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVERDUQXa .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVERDUQXa .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVERDUQXa .item {
    margin-bottom: 48px;
  }
  .cid-vgVERDUQXa .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVERDUQXa .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVERDUQXa .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVERDUQXa .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVERDUQXa .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVERDUQXa .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVERDUQXa .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVERDUQXa .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVERDUQXa .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVERDUQXa .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVERDUQXa .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVERDUQXa .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVERDUQXa .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVERDUQXa .item-title {
  color: #14334b;
}
.cid-vgVERDUQXa .item-text {
  color: #14334b;
}
.cid-vgVERDUQXa .item-price {
  color: #ff5500;
}
.cid-vgVEREq9ko {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEREq9ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEREq9ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEREq9ko .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEREq9ko .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEREq9ko .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEREq9ko .item {
    margin-bottom: 48px;
  }
  .cid-vgVEREq9ko .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEREq9ko .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEREq9ko .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEREq9ko .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEREq9ko .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEREq9ko .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEREq9ko .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEREq9ko .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEREq9ko .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEREq9ko .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEREq9ko .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEREq9ko .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEREq9ko .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEREq9ko .item-title {
  color: #14334b;
}
.cid-vgVEREq9ko .item-text {
  color: #14334b;
}
.cid-vgVEREq9ko .item-price {
  color: #ff5500;
}
.cid-vgVEREVDVL {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEREVDVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEREVDVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEREVDVL .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEREVDVL .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEREVDVL .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEREVDVL .item {
    margin-bottom: 48px;
  }
  .cid-vgVEREVDVL .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEREVDVL .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEREVDVL .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEREVDVL .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEREVDVL .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEREVDVL .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEREVDVL .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEREVDVL .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEREVDVL .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEREVDVL .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEREVDVL .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEREVDVL .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEREVDVL .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEREVDVL .item-title {
  color: #14334b;
}
.cid-vgVEREVDVL .item-text {
  color: #14334b;
}
.cid-vgVEREVDVL .item-price {
  color: #ff5500;
}
.cid-vgVERFpg8k {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVERFpg8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVERFpg8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVERFpg8k .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVERFpg8k .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVERFpg8k .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVERFpg8k .item {
    margin-bottom: 48px;
  }
  .cid-vgVERFpg8k .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVERFpg8k .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVERFpg8k .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVERFpg8k .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVERFpg8k .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVERFpg8k .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVERFpg8k .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVERFpg8k .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVERFpg8k .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVERFpg8k .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVERFpg8k .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVERFpg8k .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVERFpg8k .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVERFpg8k .item-title {
  color: #14334b;
}
.cid-vgVERFpg8k .item-text {
  color: #14334b;
}
.cid-vgVERFpg8k .item-price {
  color: #ff5500;
}
.cid-vgVERFSZ5k {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVERFSZ5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVERFSZ5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVERFSZ5k .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVERFSZ5k .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVERFSZ5k .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVERFSZ5k .item {
    margin-bottom: 48px;
  }
  .cid-vgVERFSZ5k .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVERFSZ5k .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVERFSZ5k .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVERFSZ5k .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVERFSZ5k .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVERFSZ5k .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVERFSZ5k .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVERFSZ5k .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVERFSZ5k .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVERFSZ5k .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVERFSZ5k .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVERFSZ5k .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVERFSZ5k .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVERFSZ5k .item-title {
  color: #14334b;
}
.cid-vgVERFSZ5k .item-text {
  color: #14334b;
}
.cid-vgVERFSZ5k .item-price {
  color: #ff5500;
}
.cid-vgVEVgFqVb {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEVgFqVb nav.navbar {
  position: fixed;
}
.cid-vgVEVgFqVb .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-vgVEVgFqVb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEVgFqVb .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEVgFqVb .dropdown-item:hover,
.cid-vgVEVgFqVb .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEVgFqVb .dropdown-item:hover span {
  color: white;
}
.cid-vgVEVgFqVb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEVgFqVb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEVgFqVb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEVgFqVb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEVgFqVb .nav-link {
  position: relative;
}
.cid-vgVEVgFqVb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEVgFqVb .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEVgFqVb .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEVgFqVb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEVgFqVb .dropdown-menu,
.cid-vgVEVgFqVb .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEVgFqVb .nav-item:focus,
.cid-vgVEVgFqVb .nav-link:focus {
  outline: none;
}
.cid-vgVEVgFqVb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEVgFqVb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEVgFqVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEVgFqVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEVgFqVb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEVgFqVb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEVgFqVb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEVgFqVb .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEVgFqVb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEVgFqVb .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEVgFqVb .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEVgFqVb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEVgFqVb .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEVgFqVb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEVgFqVb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEVgFqVb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEVgFqVb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEVgFqVb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEVgFqVb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEVgFqVb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEVgFqVb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEVgFqVb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEVgFqVb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEVgFqVb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEVgFqVb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEVgFqVb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEVgFqVb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEVgFqVb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEVgFqVb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEVgFqVb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEVgFqVb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEVgFqVb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEVgFqVb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEVgFqVb .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEVgFqVb .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEVgFqVb .navbar-brand {
  min-height: 70px;
  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-vgVEVgFqVb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEVgFqVb .navbar-brand .navbar-caption:hover,
.cid-vgVEVgFqVb .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEVgFqVb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEVgFqVb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEVgFqVb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEVgFqVb .dropdown-item.active,
.cid-vgVEVgFqVb .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEVgFqVb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEVgFqVb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEVgFqVb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEVgFqVb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEVgFqVb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEVgFqVb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEVgFqVb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEVgFqVb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEVgFqVb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEVgFqVb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEVgFqVb .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEVgFqVb .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEVgFqVb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEVgFqVb 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEVgFqVb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEVgFqVb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEVgFqVb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEVgFqVb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEVgFqVb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEVgFqVb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEVgFqVb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEVgFqVb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEVgFqVb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEVgFqVb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEVgFqVb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEVgFqVb .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-vgVEVgFqVb .navbar {
    height: 70px;
  }
  .cid-vgVEVgFqVb .navbar.opened {
    height: auto;
  }
  .cid-vgVEVgFqVb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEVgFqVb .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEVgFqVb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEVgFqVb .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEVgFqVb .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEVgFqVb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEVgFqVb .nav-item .nav-link:hover,
.cid-vgVEVgFqVb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEVgFqVb .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEVgFqVb .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEVgFqVb .nav-item .nav-link:hover::after,
.cid-vgVEVgFqVb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEVgFqVb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEVgFqVb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEVgFqVb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEVgFqVb .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEVgFqVb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEVgFqVb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEVgFqVb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEVgFqVb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEVgFqVb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEVgFqVb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEVgFqVb .content-wrap {
  min-height: 70px;
}
.cid-vgVEViLcE3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEViLcE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEViLcE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEViLcE3 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEViLcE3 .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEViLcE3 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEViLcE3 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEViLcE3 .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEViLcE3 .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEViLcE3 .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEViLcE3 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEViLcE3 .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEViLcE3 .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEViLcE3 .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEViLcE3 .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEViLcE3 .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEViLcE3 .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEViLcE3 .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEViLcE3 .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEViLcE3 .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEViLcE3 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEViLcE3 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEViLcE3 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEViLcE3 .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEViLcE3 .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEViLcE3 .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEViLcE3 .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEViLcE3 .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEViLcE3 .mbr-label {
  color: #ffffff;
}
.cid-vgVEViLcE3 .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEViLcE3 .mbr-text {
  color: #ffffff;
}
.cid-vgVEViLcE3 .list {
  color: #ffffff;
}
.cid-vgVEVjywyx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEVjywyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEVjywyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEVjywyx .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEVjywyx .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEVjywyx .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEVjywyx .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEVjywyx .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEVjywyx .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEVjywyx .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEVjywyx .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEVjywyx .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEVjywyx .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEVjywyx .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEVjywyx .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEVjywyx .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEVjywyx .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEVjywyx .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEVjywyx .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEVjywyx .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEVjywyx .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEVjywyx .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEVjywyx .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEVjywyx .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEVjywyx .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEVjywyx .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEVjywyx .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEVjywyx .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEVjywyx .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEVjywyx .mbr-text,
.cid-vgVEVjywyx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEVjywyx .item-label {
  color: #ffffff;
}
.cid-vgVEVjywyx .item-title {
  color: #f1ff91;
}
.cid-vgVEVjywyx .item-text {
  color: #ffffff;
}
.cid-vgVEVjywyx .mbr-section-title,
.cid-vgVEVjywyx .title-wrap,
.cid-vgVEVjywyx .main-btn {
  text-align: center;
}
.cid-vgVEVkkxU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEVkkxU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEVkkxU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEVkkxU2 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEVkkxU2 .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEVkkxU2 .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEVkkxU2 .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEVkkxU2 .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEVkkxU2 .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEVkkxU2 .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEVkkxU2 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEVkkxU2 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEVkkxU2 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEVkkxU2 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEVkkxU2 .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEVkkxU2 .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEVkkxU2 .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEVkkxU2 .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEVkkxU2 .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEVkkxU2 .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEVkkxU2 .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEVkkxU2 .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEVkkxU2 .mbr-text,
.cid-vgVEVkkxU2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEVkkxU2 .list,
.cid-vgVEVkkxU2 .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEVkkxU2 .mbr-section-title,
.cid-vgVEVkkxU2 .title-wrap,
.cid-vgVEVkkxU2 .main-btn,
.cid-vgVEVkkxU2 .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEVkQmpA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEVkQmpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEVkQmpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEVkQmpA .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEVkQmpA .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEVkQmpA .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEVkQmpA .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEVkQmpA .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEVkQmpA .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEVkQmpA .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEVkQmpA .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEVkQmpA .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEVkQmpA .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEVkQmpA .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEVkQmpA .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEVkQmpA .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEVkQmpA .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEVkQmpA .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEVkQmpA .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEVkQmpA .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEVkQmpA .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEVkQmpA .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEVkQmpA .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEVkQmpA .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEVkQmpA .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEVkQmpA .mbr-label {
  color: #ffffff;
}
.cid-vgVEVkQmpA .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEVkQmpA .mbr-text {
  color: #ffffff;
}
.cid-vgVEVkQmpA .item-title {
  color: #ffffff;
}
.cid-vgVEVkQmpA .item-number {
  color: #f1ff91;
}
.cid-vgVEVkQmpA .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEVkQmpA .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEVli3u5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEVli3u5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEVli3u5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEVli3u5 .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEVli3u5 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEVli3u5 .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEVli3u5 .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEVli3u5 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEVli3u5 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEVli3u5 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEVli3u5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEVli3u5 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEVli3u5 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEVli3u5 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEVli3u5 .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEVli3u5 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEVli3u5 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEVli3u5 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEVli3u5 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEVli3u5 .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEVli3u5 .mbr-label {
  color: #14334b;
}
.cid-vgVEVli3u5 .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEVli3u5 .mbr-text {
  color: #14334b;
}
.cid-vgVEVli3u5 .item-name {
  color: #14334b;
}
.cid-vgVEVli3u5 .item-role {
  color: #ff5500;
}
.cid-vgVEVlM82i {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEVlM82i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEVlM82i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEVlM82i .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEVlM82i .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEVlM82i .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEVlM82i .item {
    margin-bottom: 48px;
  }
  .cid-vgVEVlM82i .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEVlM82i .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEVlM82i .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEVlM82i .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEVlM82i .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEVlM82i .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEVlM82i .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEVlM82i .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEVlM82i .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEVlM82i .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEVlM82i .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEVlM82i .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEVlM82i .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEVlM82i .item-title {
  color: #14334b;
}
.cid-vgVEVlM82i .item-text {
  color: #14334b;
}
.cid-vgVEVlM82i .item-price {
  color: #ff5500;
}
.cid-vgVEVmaO4P {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEVmaO4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEVmaO4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEVmaO4P .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEVmaO4P .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEVmaO4P .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEVmaO4P .item {
    margin-bottom: 48px;
  }
  .cid-vgVEVmaO4P .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEVmaO4P .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEVmaO4P .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEVmaO4P .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEVmaO4P .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEVmaO4P .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEVmaO4P .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEVmaO4P .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEVmaO4P .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEVmaO4P .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEVmaO4P .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEVmaO4P .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEVmaO4P .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEVmaO4P .item-title {
  color: #14334b;
}
.cid-vgVEVmaO4P .item-text {
  color: #14334b;
}
.cid-vgVEVmaO4P .item-price {
  color: #ff5500;
}
.cid-vgVEVmyzTe {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEVmyzTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEVmyzTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEVmyzTe .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEVmyzTe .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEVmyzTe .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEVmyzTe .item {
    margin-bottom: 48px;
  }
  .cid-vgVEVmyzTe .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEVmyzTe .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEVmyzTe .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEVmyzTe .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEVmyzTe .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEVmyzTe .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEVmyzTe .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEVmyzTe .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEVmyzTe .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEVmyzTe .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEVmyzTe .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEVmyzTe .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEVmyzTe .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEVmyzTe .item-title {
  color: #14334b;
}
.cid-vgVEVmyzTe .item-text {
  color: #14334b;
}
.cid-vgVEVmyzTe .item-price {
  color: #ff5500;
}
.cid-vgVEVmXDgm {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEVmXDgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEVmXDgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEVmXDgm .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEVmXDgm .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEVmXDgm .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEVmXDgm .item {
    margin-bottom: 48px;
  }
  .cid-vgVEVmXDgm .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEVmXDgm .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEVmXDgm .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEVmXDgm .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEVmXDgm .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEVmXDgm .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEVmXDgm .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEVmXDgm .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEVmXDgm .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEVmXDgm .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEVmXDgm .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEVmXDgm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEVmXDgm .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEVmXDgm .item-title {
  color: #14334b;
}
.cid-vgVEVmXDgm .item-text {
  color: #14334b;
}
.cid-vgVEVmXDgm .item-price {
  color: #ff5500;
}
.cid-vgVEVnmPTv {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEVnmPTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEVnmPTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEVnmPTv .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEVnmPTv .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEVnmPTv .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEVnmPTv .item {
    margin-bottom: 48px;
  }
  .cid-vgVEVnmPTv .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEVnmPTv .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEVnmPTv .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEVnmPTv .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEVnmPTv .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEVnmPTv .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEVnmPTv .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEVnmPTv .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEVnmPTv .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEVnmPTv .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEVnmPTv .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEVnmPTv .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEVnmPTv .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEVnmPTv .item-title {
  color: #14334b;
}
.cid-vgVEVnmPTv .item-text {
  color: #14334b;
}
.cid-vgVEVnmPTv .item-price {
  color: #ff5500;
}
.cid-vgVEVnL7Xk {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEVnL7Xk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEVnL7Xk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEVnL7Xk .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEVnL7Xk .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEVnL7Xk .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEVnL7Xk .item {
    margin-bottom: 48px;
  }
  .cid-vgVEVnL7Xk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEVnL7Xk .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEVnL7Xk .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEVnL7Xk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEVnL7Xk .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEVnL7Xk .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEVnL7Xk .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEVnL7Xk .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEVnL7Xk .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEVnL7Xk .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEVnL7Xk .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEVnL7Xk .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEVnL7Xk .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEVnL7Xk .item-title {
  color: #14334b;
}
.cid-vgVEVnL7Xk .item-text {
  color: #14334b;
}
.cid-vgVEVnL7Xk .item-price {
  color: #ff5500;
}
.cid-vgVEXEAgaA {
  z-index: 1000;
  width: 100%;
}
.cid-vgVEXEAgaA nav.navbar {
  position: fixed;
}
.cid-vgVEXEAgaA .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-vgVEXEAgaA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vgVEXEAgaA .dropdown-item {
  border: none !important;
  background: #fffce7 !important;
  font-weight: 400;
}
.cid-vgVEXEAgaA .dropdown-item:hover,
.cid-vgVEXEAgaA .dropdown-item:focus {
  background: #fffce7 !important;
  color: #ff5500 !important;
}
.cid-vgVEXEAgaA .dropdown-item:hover span {
  color: white;
}
.cid-vgVEXEAgaA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgVEXEAgaA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgVEXEAgaA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgVEXEAgaA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
}
.cid-vgVEXEAgaA .nav-link {
  position: relative;
}
.cid-vgVEXEAgaA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgVEXEAgaA .container {
    flex-wrap: nowrap;
  }
}
.cid-vgVEXEAgaA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEXEAgaA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgVEXEAgaA .dropdown-menu,
.cid-vgVEXEAgaA .navbar.opened {
  background: #fffce7 !important;
}
.cid-vgVEXEAgaA .nav-item:focus,
.cid-vgVEXEAgaA .nav-link:focus {
  outline: none;
}
.cid-vgVEXEAgaA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVEXEAgaA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgVEXEAgaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVEXEAgaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVEXEAgaA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVEXEAgaA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVEXEAgaA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 252, 231, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}
.cid-vgVEXEAgaA .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVEXEAgaA .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 24px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vgVEXEAgaA .navbar .navbar-logo {
  margin-right: 12px;
}
.cid-vgVEXEAgaA .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVEXEAgaA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgVEXEAgaA .navbar.collapsed {
  justify-content: center;
}
.cid-vgVEXEAgaA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVEXEAgaA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVEXEAgaA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVEXEAgaA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVEXEAgaA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVEXEAgaA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgVEXEAgaA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVEXEAgaA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVEXEAgaA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgVEXEAgaA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVEXEAgaA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVEXEAgaA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVEXEAgaA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVEXEAgaA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgVEXEAgaA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgVEXEAgaA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgVEXEAgaA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vgVEXEAgaA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgVEXEAgaA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVEXEAgaA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVEXEAgaA .navbar.navbar-short {
  min-height: 70px;
}
.cid-vgVEXEAgaA .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vgVEXEAgaA .navbar-brand {
  min-height: 70px;
  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-vgVEXEAgaA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgVEXEAgaA .navbar-brand .navbar-caption:hover,
.cid-vgVEXEAgaA .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEXEAgaA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVEXEAgaA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgVEXEAgaA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff5500 !important;
}
.cid-vgVEXEAgaA .dropdown-item.active,
.cid-vgVEXEAgaA .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVEXEAgaA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVEXEAgaA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVEXEAgaA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVEXEAgaA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffce7;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vgVEXEAgaA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgVEXEAgaA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgVEXEAgaA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgVEXEAgaA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgVEXEAgaA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vgVEXEAgaA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vgVEXEAgaA .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVEXEAgaA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vgVEXEAgaA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgVEXEAgaA 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: #fffce7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vgVEXEAgaA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #14334b;
}
.cid-vgVEXEAgaA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgVEXEAgaA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEXEAgaA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgVEXEAgaA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgVEXEAgaA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEXEAgaA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVEXEAgaA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVEXEAgaA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVEXEAgaA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgVEXEAgaA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVEXEAgaA .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-vgVEXEAgaA .navbar {
    height: 70px;
  }
  .cid-vgVEXEAgaA .navbar.opened {
    height: auto;
  }
  .cid-vgVEXEAgaA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVEXEAgaA .navbar-nav {
  margin: 0 auto;
}
.cid-vgVEXEAgaA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgVEXEAgaA .nav-item .nav-link {
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  flex-direction: row-reverse;
}
.cid-vgVEXEAgaA .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-vgVEXEAgaA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgVEXEAgaA .nav-item .nav-link:hover,
.cid-vgVEXEAgaA .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff5500 !important;
}
.cid-vgVEXEAgaA .nav-item .nav-link:hover .mbr-iconfont,
.cid-vgVEXEAgaA .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(4px);
}
.cid-vgVEXEAgaA .nav-item .nav-link:hover::after,
.cid-vgVEXEAgaA .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vgVEXEAgaA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgVEXEAgaA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgVEXEAgaA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vgVEXEAgaA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgVEXEAgaA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgVEXEAgaA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgVEXEAgaA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgVEXEAgaA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgVEXEAgaA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vgVEXEAgaA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vgVEXEAgaA .content-wrap {
  min-height: 70px;
}
.cid-vgVEXGulfl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEXGulfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXGulfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXGulfl .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 32px;
  padding: 24px 24px 12px;
}
@media (max-width: 992px) {
  .cid-vgVEXGulfl .card-wrapper {
    padding: 12px;
  }
}
.cid-vgVEXGulfl .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgVEXGulfl .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14334b;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vgVEXGulfl .card-wrapper .image-wrap {
  position: absolute;
  bottom: -56px;
  right: 24px;
  width: 35%;
  height: 75%;
  z-index: 1;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vgVEXGulfl .card-wrapper .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 12px;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.cid-vgVEXGulfl .card-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vgVEXGulfl .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #ffffff;
  pointer-events: none;
  backdrop-filter: blur(9px);
}
@media (max-width: 992px) {
  .cid-vgVEXGulfl .card-wrapper .content-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vgVEXGulfl .card-wrapper .content-wrapper .over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vgVEXGulfl .card-wrapper .content-wrapper .content-wrap {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 214px 48px;
}
@media (max-width: 1440px) {
  .cid-vgVEXGulfl .card-wrapper .content-wrapper .content-wrap {
    padding: 124px 48px;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEXGulfl .card-wrapper .content-wrapper .content-wrap {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEXGulfl .card-wrapper .content-wrapper .content-wrap {
    padding: 24px 12px 12px;
    width: 100%;
  }
}
.cid-vgVEXGulfl .card-wrapper .content-wrapper .content-wrap .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEXGulfl .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEXGulfl .card-wrapper .content-wrapper .content-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEXGulfl .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEXGulfl .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEXGulfl .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vgVEXGulfl .card-wrapper .list-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 48px;
  margin-top: -19px;
}
@media (max-width: 992px) {
  .cid-vgVEXGulfl .card-wrapper .list-wrapper {
    padding: 0 12px;
    display: none;
  }
}
.cid-vgVEXGulfl .card-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgVEXGulfl .card-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.cid-vgVEXGulfl .card-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  z-index: -1;
  pointer-events: none;
}
.cid-vgVEXGulfl .mbr-label {
  color: #ffffff;
}
.cid-vgVEXGulfl .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEXGulfl .mbr-text {
  color: #ffffff;
}
.cid-vgVEXGulfl .list {
  color: #ffffff;
}
.cid-vgVEXHm9Lm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEXHm9Lm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXHm9Lm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXHm9Lm .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(180deg, #14334b 0, #000000 100%);
}
@media (max-width: 1640px) {
  .cid-vgVEXHm9Lm .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEXHm9Lm .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEXHm9Lm .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEXHm9Lm .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEXHm9Lm .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEXHm9Lm .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEXHm9Lm .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEXHm9Lm .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEXHm9Lm .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEXHm9Lm .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEXHm9Lm .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgVEXHm9Lm .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgVEXHm9Lm .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEXHm9Lm .card-wrapper .title-wrapper .main-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEXHm9Lm .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEXHm9Lm .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEXHm9Lm .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEXHm9Lm .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #f1ff91;
}
@media (max-width: 992px) {
  .cid-vgVEXHm9Lm .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEXHm9Lm .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 24px;
}
.cid-vgVEXHm9Lm .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEXHm9Lm .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEXHm9Lm .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEXHm9Lm .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEXHm9Lm .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEXHm9Lm .mbr-text,
.cid-vgVEXHm9Lm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEXHm9Lm .item-label {
  color: #ffffff;
}
.cid-vgVEXHm9Lm .item-title {
  color: #f1ff91;
}
.cid-vgVEXHm9Lm .item-text {
  color: #ffffff;
}
.cid-vgVEXHm9Lm .mbr-section-title,
.cid-vgVEXHm9Lm .title-wrap,
.cid-vgVEXHm9Lm .main-btn {
  text-align: center;
}
.cid-vgVEXI9u0l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEXI9u0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXI9u0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXI9u0l .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-image: linear-gradient(-45deg, #14334b 60%, #000000 150%);
  padding: 124px 24px;
}
@media (max-width: 1640px) {
  .cid-vgVEXI9u0l .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEXI9u0l .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEXI9u0l .card-wrapper {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEXI9u0l .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEXI9u0l .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vgVEXI9u0l .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 45px;
}
.cid-vgVEXI9u0l .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEXI9u0l .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEXI9u0l .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEXI9u0l .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgVEXI9u0l .card-wrapper .title-wrapper .tags-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEXI9u0l .card-wrapper .title-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
.cid-vgVEXI9u0l .card-wrapper .title-wrapper .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vgVEXI9u0l .card-wrapper .title-wrapper .tags-wrapper .list {
    width: 100%;
  }
}
.cid-vgVEXI9u0l .card-wrapper .title-wrapper .tags-wrapper .list .item-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 6px 24px;
  border: 1px solid #f1ff91;
}
.cid-vgVEXI9u0l .card-wrapper .title-wrapper .main-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgVEXI9u0l .card-wrapper .title-wrapper .main-btn {
    margin-top: 14px;
  }
}
.cid-vgVEXI9u0l .mbr-section-title {
  color: #ffffff;
}
.cid-vgVEXI9u0l .mbr-text,
.cid-vgVEXI9u0l .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEXI9u0l .list,
.cid-vgVEXI9u0l .tags-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgVEXI9u0l .mbr-section-title,
.cid-vgVEXI9u0l .title-wrap,
.cid-vgVEXI9u0l .main-btn,
.cid-vgVEXI9u0l .iconfont-wrapper {
  text-align: center;
}
.cid-vgVEXIDeP4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEXIDeP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXIDeP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXIDeP4 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vgVEXIDeP4 .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vgVEXIDeP4 .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgVEXIDeP4 .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vgVEXIDeP4 .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEXIDeP4 .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEXIDeP4 .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEXIDeP4 .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEXIDeP4 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEXIDeP4 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEXIDeP4 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEXIDeP4 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEXIDeP4 .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEXIDeP4 .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vgVEXIDeP4 .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgVEXIDeP4 .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEXIDeP4 .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vgVEXIDeP4 .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vgVEXIDeP4 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #f1ff91;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEXIDeP4 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vgVEXIDeP4 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vgVEXIDeP4 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vgVEXIDeP4 .mbr-label {
  color: #ffffff;
}
.cid-vgVEXIDeP4 .mbr-section-title {
  color: #f1ff91;
}
.cid-vgVEXIDeP4 .mbr-text {
  color: #ffffff;
}
.cid-vgVEXIDeP4 .item-title {
  color: #ffffff;
}
.cid-vgVEXIDeP4 .item-number {
  color: #f1ff91;
}
.cid-vgVEXIDeP4 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgVEXIDeP4 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vgVEXJ4wC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vgVEXJ4wC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXJ4wC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXJ4wC3 .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vgVEXJ4wC3 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vgVEXJ4wC3 .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgVEXJ4wC3 .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgVEXJ4wC3 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgVEXJ4wC3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgVEXJ4wC3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgVEXJ4wC3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgVEXJ4wC3 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEXJ4wC3 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEXJ4wC3 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEXJ4wC3 .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-vgVEXJ4wC3 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEXJ4wC3 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgVEXJ4wC3 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 12px 12px 24px;
  overflow: hidden;
  border: 1px solid #ff5500;
}
.cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .item-img img {
  height: 408px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .card-box {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 12px;
}
.cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .card-box .role-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .card-box .role-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:hover,
.cid-vgVEXJ4wC3 .items-wrapper .item .item-wrapper .card-box .role-wrapper .iconfont-wrapper .mbr-iconfont:focus {
  color: #ff5500 !important;
}
.cid-vgVEXJ4wC3 .mbr-label {
  color: #14334b;
}
.cid-vgVEXJ4wC3 .mbr-section-title {
  color: #ff5500;
}
.cid-vgVEXJ4wC3 .mbr-text {
  color: #14334b;
}
.cid-vgVEXJ4wC3 .item-name {
  color: #14334b;
}
.cid-vgVEXJ4wC3 .item-role {
  color: #ff5500;
}
.cid-vgVEXJufn0 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEXJufn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXJufn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXJufn0 .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEXJufn0 .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEXJufn0 .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEXJufn0 .item {
    margin-bottom: 48px;
  }
  .cid-vgVEXJufn0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEXJufn0 .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEXJufn0 .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEXJufn0 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEXJufn0 .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEXJufn0 .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEXJufn0 .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEXJufn0 .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEXJufn0 .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEXJufn0 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEXJufn0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEXJufn0 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEXJufn0 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEXJufn0 .item-title {
  color: #14334b;
}
.cid-vgVEXJufn0 .item-text {
  color: #14334b;
}
.cid-vgVEXJufn0 .item-price {
  color: #ff5500;
}
.cid-vgVEXK0Yhd {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEXK0Yhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXK0Yhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXK0Yhd .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEXK0Yhd .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEXK0Yhd .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEXK0Yhd .item {
    margin-bottom: 48px;
  }
  .cid-vgVEXK0Yhd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEXK0Yhd .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEXK0Yhd .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEXK0Yhd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEXK0Yhd .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEXK0Yhd .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEXK0Yhd .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEXK0Yhd .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEXK0Yhd .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEXK0Yhd .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEXK0Yhd .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEXK0Yhd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEXK0Yhd .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEXK0Yhd .item-title {
  color: #14334b;
}
.cid-vgVEXK0Yhd .item-text {
  color: #14334b;
}
.cid-vgVEXK0Yhd .item-price {
  color: #ff5500;
}
.cid-vgVEXKrjNl {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEXKrjNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXKrjNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXKrjNl .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEXKrjNl .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEXKrjNl .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEXKrjNl .item {
    margin-bottom: 48px;
  }
  .cid-vgVEXKrjNl .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEXKrjNl .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEXKrjNl .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEXKrjNl .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEXKrjNl .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEXKrjNl .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEXKrjNl .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEXKrjNl .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEXKrjNl .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEXKrjNl .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEXKrjNl .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEXKrjNl .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEXKrjNl .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEXKrjNl .item-title {
  color: #14334b;
}
.cid-vgVEXKrjNl .item-text {
  color: #14334b;
}
.cid-vgVEXKrjNl .item-price {
  color: #ff5500;
}
.cid-vgVEXKOpCA {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEXKOpCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXKOpCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXKOpCA .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEXKOpCA .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEXKOpCA .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEXKOpCA .item {
    margin-bottom: 48px;
  }
  .cid-vgVEXKOpCA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEXKOpCA .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEXKOpCA .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEXKOpCA .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEXKOpCA .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEXKOpCA .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEXKOpCA .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEXKOpCA .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEXKOpCA .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEXKOpCA .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEXKOpCA .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEXKOpCA .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEXKOpCA .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEXKOpCA .item-title {
  color: #14334b;
}
.cid-vgVEXKOpCA .item-text {
  color: #14334b;
}
.cid-vgVEXKOpCA .item-price {
  color: #ff5500;
}
.cid-vgVEXLdFWO {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEXLdFWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXLdFWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXLdFWO .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEXLdFWO .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEXLdFWO .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEXLdFWO .item {
    margin-bottom: 48px;
  }
  .cid-vgVEXLdFWO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEXLdFWO .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEXLdFWO .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEXLdFWO .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEXLdFWO .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEXLdFWO .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEXLdFWO .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEXLdFWO .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEXLdFWO .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEXLdFWO .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEXLdFWO .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEXLdFWO .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEXLdFWO .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEXLdFWO .item-title {
  color: #14334b;
}
.cid-vgVEXLdFWO .item-text {
  color: #14334b;
}
.cid-vgVEXLdFWO .item-price {
  color: #ff5500;
}
.cid-vgVEXLCwlg {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fffce7;
}
.cid-vgVEXLCwlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVEXLCwlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVEXLCwlg .items-wrapper {
  margin: 0 -12px;
}
.cid-vgVEXLCwlg .items-wrapper .item {
  padding: 0 12px;
}
.cid-vgVEXLCwlg .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgVEXLCwlg .item {
    margin-bottom: 48px;
  }
  .cid-vgVEXLCwlg .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgVEXLCwlg .item:hover .item-wrapper .image-wrap .item-img img,
.cid-vgVEXLCwlg .item:focus .item-wrapper .image-wrap .item-img img {
  transform: scale(1.05);
}
.cid-vgVEXLCwlg .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgVEXLCwlg .item .item-wrapper .image-wrap {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ff5500;
}
.cid-vgVEXLCwlg .item .item-wrapper .image-wrap .item-img {
  overflow: hidden;
}
.cid-vgVEXLCwlg .item .item-wrapper .image-wrap .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vgVEXLCwlg .item .item-wrapper .image-wrap .item-img img {
    height: 300px;
  }
}
.cid-vgVEXLCwlg .item .item-wrapper .card-box {
  border-bottom: 1px solid #14334b;
  padding-bottom: 24px;
}
.cid-vgVEXLCwlg .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
}
.cid-vgVEXLCwlg .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgVEXLCwlg .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgVEXLCwlg .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgVEXLCwlg .item-title {
  color: #14334b;
}
.cid-vgVEXLCwlg .item-text {
  color: #14334b;
}
.cid-vgVEXLCwlg .item-price {
  color: #ff5500;
}
