body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.75rem;
  line-height: 1.25;
  letter-spacing: -0.07em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-4 {
  font-family: 'Spartan', sans-serif;
  font-size: 2.5rem;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}

.display-6 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}

.display-8 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-8 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.625rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;

  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
    
    .display-8 {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #081a44 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffce68 !important;
}
.bg-warning {
  background-color: #5d79c5 !important;
}
.bg-danger {
  background-color: #65676c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #081a44 !important;
  border-color: #081a44 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #49a8b1 !important;
  border-color: #49a8b1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #306e74 !important;
  border-color: #306e74 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #306e74 !important;
  border-color: #306e74 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff!important;
  border-color: #fff !important;
  color: #081a44 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fff !important;
  background-color: #081a44 !important;
  border-color: #081a44 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #684600 !important;
  background-color: #ffb211 !important;
  border-color: #ffb211 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5d79c5 !important;
  border-color: #5d79c5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #364f96 !important;
  border-color: #364f96 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #364f96 !important;
  border-color: #364f96 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #65676c !important;
  border-color: #65676c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3b3c3f !important;
  border-color: #3b3c3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3b3c3f !important;
  border-color: #3b3c3f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #081a44;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #081a44 !important;
  border-color: #081a44 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #49a8b1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #306e74 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #49a8b1 !important;
  border-color: #49a8b1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffce68;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffb211 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #684600 !important;
  background-color: #ffce68 !important;
  border-color: #ffce68 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5d79c5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #364f96 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5d79c5 !important;
  border-color: #5d79c5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #65676c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3b3c3f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #65676c !important;
  border-color: #65676c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #081a44 !important;
}
.text-secondary {
  color: #49a8b1 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffce68 !important;
}
.text-warning {
  color: #5d79c5 !important;
}
.text-danger {
  color: #65676c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2b6369 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffad02 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #32498a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #343537 !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: #081a44;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffce68;
}
.alert-warning {
  background-color: #5d79c5;
}
.alert-danger {
  background-color: #65676c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #081a44;
  border-color: #081a44;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #081a44;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4878e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bbc7e7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a7ab;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.09375rem;
}
.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: #081a44 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.09375rem;
}
blockquote {
  border-color: #081a44;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #081a44;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #081a44;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #081a44;
  border-bottom-color: #081a44;
}
.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: #081a44 !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: #49a8b1 !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='%23081a44' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-t3PcmFS2QD .container-fluid {
  padding: 0 1rem;
}
.cid-t3PcmFS2QD .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .menu_box .navbar.opened,
  .cid-t3PcmFS2QD .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-t3PcmFS2QD .navbar-dropdown {
  position: relative !important;
}
.cid-t3PcmFS2QD nav.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0rem;
}
.cid-t3PcmFS2QD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 1350px) {
  .cid-t3PcmFS2QD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 1350px) {
  .cid-t3PcmFS2QD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-t3PcmFS2QD .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-t3PcmFS2QD .btn:hover {
  box-shadow: none;
}
@media (min-width: 1351px) {
  .cid-t3PcmFS2QD .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #f0f0f5;
  }
  .cid-t3PcmFS2QD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t3PcmFS2QD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t3PcmFS2QD .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t3PcmFS2QD .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-t3PcmFS2QD .offcanvas-body .mbr-text,
  .cid-t3PcmFS2QD .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t3PcmFS2QD .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #20232a;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t3PcmFS2QD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t3PcmFS2QD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t3PcmFS2QD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-t3PcmFS2QD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t3PcmFS2QD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-t3PcmFS2QD li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #20232a;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-t3PcmFS2QD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-t3PcmFS2QD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t3PcmFS2QD .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .nav-item {
    margin: 0 !important;
  }
}
.cid-t3PcmFS2QD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t3PcmFS2QD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t3PcmFS2QD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t3PcmFS2QD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-t3PcmFS2QD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t3PcmFS2QD .offcanvas_box {
    display: none;
  }
}
.cid-t3PcmFS2QD .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t3PcmFS2QD .dropdown-item:hover {
  color: #081a44;
}
.cid-t3PcmFS2QD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t3PcmFS2QD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3PcmFS2QD .nav-link {
  position: relative;
  color: #20232a;
}
.cid-t3PcmFS2QD .container {
  display: flex;
  margin: auto;
}
.cid-t3PcmFS2QD .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #20232a;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-t3PcmFS2QD .iconfont-wrapper:hover {
  color: #081a44;
}
.cid-t3PcmFS2QD .navbar-caption {
  color: #20232a;
}
.cid-t3PcmFS2QD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t3PcmFS2QD .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t3PcmFS2QD .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t3PcmFS2QD .dropdown-menu,
.cid-t3PcmFS2QD .navbar.opened {
  background: #ffffff !important;
}
.cid-t3PcmFS2QD .nav-item:focus,
.cid-t3PcmFS2QD .nav-link:focus {
  outline: none;
}
.cid-t3PcmFS2QD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3PcmFS2QD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3PcmFS2QD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3PcmFS2QD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3PcmFS2QD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3PcmFS2QD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3PcmFS2QD .navbar {
/*  min-height: 120px;  */
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t3PcmFS2QD .navbar.opened {
  transition: all 0.3s;
}
.cid-t3PcmFS2QD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t3PcmFS2QD .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
    margin-top: -55px;
}

@media (max-width: 1350px) {
.cid-t3PcmFS2QD .navbar .navbar-logo img {
   margin-top:0px; 
    }}


.cid-t3PcmFS2QD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t3PcmFS2QD .navbar.collapsed {
  justify-content: center;
}
.cid-t3PcmFS2QD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3PcmFS2QD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t3PcmFS2QD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3PcmFS2QD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3PcmFS2QD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3PcmFS2QD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t3PcmFS2QD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 1350px) {
  .cid-t3PcmFS2QD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t3PcmFS2QD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-t3PcmFS2QD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3PcmFS2QD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3PcmFS2QD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t3PcmFS2QD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3PcmFS2QD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3PcmFS2QD .navbar .navbar-logo img {
    height: 8rem !important;
	  margin-top: -50px;
  }
  .cid-t3PcmFS2QD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t3PcmFS2QD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t3PcmFS2QD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t3PcmFS2QD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3PcmFS2QD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3PcmFS2QD .navbar .icons-menu {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .navbar .navbar-logo img {
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 992px) {
  .cid-t3PcmFS2QD .navbar .navbar-logo img {
    height: 7rem !important;
	  margin-top: -10px;
	}}
.cid-t3PcmFS2QD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3PcmFS2QD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3PcmFS2QD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3PcmFS2QD .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;
  z-index: 1;
}
.cid-t3PcmFS2QD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3PcmFS2QD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3PcmFS2QD .dropdown-item.active,
.cid-t3PcmFS2QD .dropdown-item:active {
  background-color: transparent;
}
.cid-t3PcmFS2QD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3PcmFS2QD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3PcmFS2QD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3PcmFS2QD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t3PcmFS2QD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3PcmFS2QD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3PcmFS2QD ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t3PcmFS2QD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3PcmFS2QD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #061440;
}
.cid-t3PcmFS2QD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fff;
}
.cid-t3PcmFS2QD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3PcmFS2QD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3PcmFS2QD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3PcmFS2QD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3PcmFS2QD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3PcmFS2QD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3PcmFS2QD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3PcmFS2QD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3PcmFS2QD a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-t3PcmFS2QD .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .nav-item:hover {
    width: auto;
  }
}
.cid-t3PcmFS2QD .icons-menu {
  margin-bottom: 35px;
}
.cid-t3PcmFS2QD .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-t3PcmFS2QD .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-t3PcmFS2QD .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-t3PcmFS2QD .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3PcmFS2QD .navbar {
    height: 70px;
  }
  .cid-t3PcmFS2QD .navbar.opened {
    height: auto;
  }
  .cid-t3PcmFS2QD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3PcmFS2QD .navbar-caption:hover {
  color: #081a44;
}
.cid-t3PcmFS2QD .nav-link:hover {
  color: #081a44;
}
.cid-t3PcmFS2QD .mbr-iconfont {
  font-size: 21px;
}
.cid-t3PcmFS2QD .mbr-section-subtitle {
  color: #20232a;
  text-align: left;
}
.cid-t3PcmFS2QD .mbr-text,
.cid-t3PcmFS2QD .iconfont-wrapper {
  color: #20232a;
  text-align: left;
}
.cid-t3PcmFS2QD .text_widget a:hover {
  color: #081a44;
}
.cid-t3PcmFS2QD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vi0HcdoYFA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi0HcdoYFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi0HcdoYFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi0HcdoYFA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vi0HcdoYFA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vi0HcdoYFA .embla__slide .slide-content {
  width: 100%;
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 40px 145px;
  min-height: 750px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1640px) {
  .cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(8,26,68,0.95), transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper .item-content {
    padding-top: 300px;
  }
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 15px;
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 15px;
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  z-index: 1;
  animation: none !important;
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #656565;
  opacity: .2;
  pointer-events: none;
  z-index: 1;
}
.cid-vi0HcdoYFA .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 15px;
}
.cid-vi0HcdoYFA .embla__button--next,
.cid-vi0HcdoYFA .embla__button--prev {
  display: flex;
}
.cid-vi0HcdoYFA .embla__button {
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
    background: rgba(6,20,64,0.5);
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
    margin-right:2%;
}
@media (max-width: 992px) {
  .cid-vi0HcdoYFA .embla__button {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}
.cid-vi0HcdoYFA .embla__button:hover {
  background-color: #49a8b1 !important;
  color: #000000 !important;
}
.cid-vi0HcdoYFA .embla__button:disabled {
  opacity: .5 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-vi0HcdoYFA .embla__button.embla__button--prev {
  right: 54px;
}
@media (max-width: 992px) {
  .cid-vi0HcdoYFA .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-vi0HcdoYFA .embla__button.embla__button--next {
  right: 0;
}
.cid-vi0HcdoYFA .embla {
  position: relative;
  width: 100%;
  padding-top: -1rem;
}
@media (max-width: 992px) {
  .cid-vi0HcdoYFA .embla {
/*    padding-top: 4rem;  */
  }
}
.cid-vi0HcdoYFA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vi0HcdoYFA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vi0HcdoYFA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vi0HcdoYFA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vi0HcdoYFA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vi0HcdoYFA .card-title {
  color: #ffffff;
}
.cid-vi0HcdoYFA .card-desc {
  color: #ffffff;
}
.cid-vi0HcdoYFA .list {
  color: #ffffff;
}

.cid-vi0HcdoYFA .container-fluid {
    padding:0px!important;
}


.cid-vi0I27LoRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-vi0I27LoRQ .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-vi0I27LoRQ .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-vi0I27LoRQ .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-vi0I27LoRQ .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-vi0I27LoRQ .mbr-list ul li:before {
  margin-top: 2.5px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #49a8b1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-vi0I27LoRQ .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-vi0I27LoRQ .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-vi0I27LoRQ .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-vi0I27LoRQ .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vi0I27LoRQ .image-wrapper {
    margin-top: 23px;
  }
}
.cid-vi0I27LoRQ .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-vi0I27LoRQ .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-vi0I27LoRQ .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-vi0I27LoRQ .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-vi0I27LoRQ .mbr-section-title,
.cid-vi0I27LoRQ .list-wrapper {
  text-align: left;
}
.cid-vi0Iqt7nK2 {
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  background-color: #061440;
}
.cid-vi0Iqt7nK2 .row {
  justify-content: center;
}
.cid-vi0Iqt7nK2 .card {
  padding: 0 15px;
  height: 453px;
  position: relative;
  margin-bottom: 30px;
}
.cid-vi0Iqt7nK2 .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0 15px;
}
.cid-vi0Iqt7nK2 .item-wrapper {
  height: 100%;
}
.cid-vi0Iqt7nK2 .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.cid-vi0Iqt7nK2 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.3em;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-vi0Iqt7nK2 .card-wrapper {
    padding: 1.8em;
  }
}
.cid-vi0Iqt7nK2 .mbr-number {
  margin: 0;
  opacity: 0;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-vi0Iqt7nK2 .mbr-title {
  margin-bottom: 1rem;
  pointer-events: visible;
  color: #fff;
        text-shadow: 3px 3px 3px #000;
}
.cid-vi0Iqt7nK2 .mbr-text {
  margin: 0;
  opacity: 0;
  pointer-events: visible;
  color: #fff;
 text-shadow: 3px 3px 3px #000;
}



.cid-vi0ICKRcMo {
  background-color: #306e74;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.cid-vi0ICKRcMo .content {
  justify-content: center;
  align-items: center;
}
.cid-vi0ICKRcMo .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-vi0ICKRcMo .content .mbr-text {
  margin: 0;
}
.cid-vi0ICKRcMo .mbr-text {
  color: #ffffff;
}


.cid-vi0ICKRcMo-choose {
  background-color: #306e74;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.cid-vi0ICKRcMo-choose .content {
  justify-content: center;
  align-items: center;
}
.cid-vi0ICKRcMo-choose .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-vi0ICKRcMo-choose .content .mbr-text {
  margin: 0;
}
.cid-vi0ICKRcMo-choose .mbr-text {
  color: #ffffff;
}
.cid-vi0ICKRcMo-choose li {
   text-align: left; 
    margin-left: 20%;
}
.cid-vi0ICKRcMo-choose .mbr-section-title {
    color:#fff;
}
.cid-vi0ICKRcMo-choose .benefit-card {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 20px;
}



.cid-t3Pfc2MVKn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-t3Pfc2MVKn .mbr-section-head {
  padding: 0 1rem;
}
.cid-t3Pfc2MVKn img,
.cid-t3Pfc2MVKn .item-img {
  width: 100%;
}
.cid-t3Pfc2MVKn .item:focus,
.cid-t3Pfc2MVKn span:focus {
  outline: none;
}
.cid-t3Pfc2MVKn .slide-content {
  position: relative;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  background: #ffffff;
  padding: 74px 40px;
}
@media (max-width: 992px) {
  .cid-t3Pfc2MVKn .slide-content {
    padding: 54px 30px;
  }
}
@media (max-width: 768px) {
  .cid-t3Pfc2MVKn .slide-content {
    padding: 34px 20px;
  }
}
.cid-t3Pfc2MVKn .slide-content .item-rating {
  display: inline-flex;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .cid-t3Pfc2MVKn .slide-content .item-rating {
    margin-bottom: 16px;
  }
}
.cid-t3Pfc2MVKn .slide-content .item-rating span {
  margin: 0;
  color: #ffa41d;
  font-size: 19px;
}
.cid-t3Pfc2MVKn .slide-content .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-t3Pfc2MVKn .slide-content .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-t3Pfc2MVKn .slide-content .item-title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-t3Pfc2MVKn .slide-content .item-title {
    margin-bottom: 3px;
  }
}
.cid-t3Pfc2MVKn .slide-content .item-subtitle {
  margin: 0;
}
.cid-t3Pfc2MVKn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-t3Pfc2MVKn .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t3Pfc2MVKn .embla__button--next,
.cid-t3Pfc2MVKn .embla__button--prev {
  display: flex;
}
.cid-t3Pfc2MVKn .embla__button {
  top: -5%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #081a44;
  border: 2px solid #081a44;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3Pfc2MVKn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3Pfc2MVKn .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-t3Pfc2MVKn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3Pfc2MVKn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3Pfc2MVKn .embla__button {
    top: auto;
  }
}
.cid-t3Pfc2MVKn .embla {
  position: relative;
  width: 100%;
}
.cid-t3Pfc2MVKn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t3Pfc2MVKn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3Pfc2MVKn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3Pfc2MVKn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3Pfc2MVKn .embla__dots {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cid-t3Pfc2MVKn .embla__dots {
    margin-top: 31px;
  }
}
.cid-t3Pfc2MVKn .embla__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #adaeb1;
  margin: 0 6px;
  padding: 0;
}
.cid-t3Pfc2MVKn .embla__dot:focus {
  background: #081a44;
}
.cid-t3Pfc2MVKn .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-t3Pfc2MVKn .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-t3Pfc2MVKn .mbr-text {
  color: #84858a;
}
.cid-t3Pfc2MVKn .item-title {
  color: #20232a;
  text-align: left;
}
.cid-t3Pfc2MVKn .item-subtitle {
  color: #adaeb1;
  text-align: left;
}
.cid-t3Pfc2MVKn .mbr-text,
.cid-t3Pfc2MVKn .item-rating {
  text-align: left;
}
.cid-vi0ITB65ef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/theme-park-full-home.webp");
    background-position: center center;
}
.cid-vi0ITB65ef .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vi0ITB65ef .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vi0ITB65ef .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vi0ITB65ef .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vi0ITB65ef .btn:hover {
  box-shadow: none;
}
.cid-vi0ITB65ef .mbr-section-title,
.cid-vi0ITB65ef .mbr-section-btn {
  text-align: center;
}

.cid-vi0ITB65ef p {
    color:#fff;
}

.cid-vi0ITB65ef-cruises {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/cruises-full-home.webp");
    background-position: top center;
}
.cid-vi0ITB65ef-cruises .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vi0ITB65ef-cruises .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vi0ITB65ef-cruises .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vi0ITB65ef-cruises .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vi0ITB65ef-cruises .btn:hover {
  box-shadow: none;
}
.cid-vi0ITB65ef-cruises .mbr-section-title,
.cid-vi0ITB65ef-cruises .mbr-section-btn {
  text-align: center;
}

.cid-vi0ITB65ef-cruises p {
    color:#fff;
}

.cid-vi0ITB65ef-resorts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/all-inclusive-full-home.webp");
    background-position: center center;
}
.cid-vi0ITB65ef-resorts .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vi0ITB65ef-resorts .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vi0ITB65ef-resorts .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vi0ITB65ef-resorts .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vi0ITB65ef-resorts .btn:hover {
  box-shadow: none;
}
.cid-vi0ITB65ef-resorts .mbr-section-title,
.cid-vi0ITB65ef-resorts .mbr-section-btn {
  text-align: center;
}

.cid-vi0ITB65ef-resorts p {
    color:#fff;
}


.cid-vi0ITB65ef-luxury {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/luxury-full-home.webp");
    background-position: bottom center;
}
.cid-vi0ITB65ef-luxury .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vi0ITB65ef-luxury .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vi0ITB65ef-luxury .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vi0ITB65ef-luxury .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vi0ITB65ef-luxury .btn:hover {
  box-shadow: none;
}
.cid-vi0ITB65ef-luxury .mbr-section-title,
.cid-vi0ITB65ef-luxury .mbr-section-btn {
  text-align: center;
}

.cid-vi0ITB65ef-luxury p {
    color:#fff;
}

.cid-vi0ITB65ef-group {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/group-full-home.webp");
    background-position: top center;
}
.cid-vi0ITB65ef-group .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-vi0ITB65ef-group .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-vi0ITB65ef-group .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vi0ITB65ef-group .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-vi0ITB65ef-group .btn:hover {
  box-shadow: none;
}
.cid-vi0ITB65ef-group .mbr-section-title,
.cid-vi0ITB65ef-group .mbr-section-btn {
  text-align: center;
}

.cid-vi0ITB65ef-group p {
    color:#fff;
}

.cid-vi0JAqzrRo {
  background-color: #ffa41d;
}
.cid-vi0JAqzrRo .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-vi0JAqzrRo .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-vi0JAqzrRo .content .mbr-text {
  margin: 0;
}
.cid-vi0JAqzrRo .mbr-text {
  color: #ffffff;
}
.cid-vi0K29uJPo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #081a44;
}
.cid-vi0K29uJPo .container-fluid {
  padding: 0;
}
.cid-vi0K29uJPo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vi0K29uJPo .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-vi0K29uJPo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vi0K29uJPo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-vi0K29uJPo .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-vi0K29uJPo .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-vi0K29uJPo .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-vi0K29uJPo .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-vi0K29uJPo .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vi0K29uJPo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-vi0K29uJPo .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vi0K29uJPo .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-vi0K29uJPo .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-vi0K29uJPo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vi0K29uJPo .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-vi0K29uJPo .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-vi0K29uJPo .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-vi0K29uJPo .copyright .mbr-text {
  margin: 0;
}
.cid-vi0K29uJPo .mbr-section-title,
.cid-vi0K29uJPo .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-vi0K29uJPo .mbr-text {
  color: #84858a;
  text-align: center;
}

.cid-vi0K29uJPo img {
    display:inline;
}

.cid-vi0K29uJPo a {
    color:#fff;
}

.top {
    background-color:#081a44;
    padding: 10px 0px;
    color:#fff;
    text-align: center;
}

.top a {
    color:#fff;
      position: relative;
  text-decoration: none;
}

.top a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* adjust spacing */
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.4s ease;
}

.top a:hover::after {
  width: 100%;
}

.top a:hover {
  font-weight: bold;
}

@media (max-width: 991px) {
    .top .row {
        margin-left: 0px;
        margin-right:0px;
    }
}


.upper {
    display: flex;
     justify-content: center;
  align-items: center;
}

.upper li {
    list-style: none;
    padding: 0px 10px;
    text-align: center;
}

.top ul {
    margin: 0px!important;
    padding:0px!important;
}

@media (max-width: 991px) {
    .upper li {
        font-size: 0.8em;
    }
    
   .upper .soc-item {
        padding-top: 10px;
    }  
}


#slider01-1 .embla {
  position: relative;
}

#slider01-1 .item-wrapper,
#slider01-1 .slide-content,
#slider01-1 .item-img {
  height: 100%;
}

#slider01-1 .item-img img {
  width: 100%;
  height: 600px; /* adjust as needed */
  object-fit: cover;
}

#slider01-1 .fixed-slider-text {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;   /* push to bottom */
  align-items: flex-start;     /* push to left */
  text-align: left;
  padding: 40px;               /* controls spacing from edges */
  pointer-events: none;
}

#slider01-1 .fixed-slider-text h2,
#slider01-1 .fixed-slider-text p {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

#slider01-1 .embla__button {
  z-index: 10;
}

#slider01-1 .embla,
#slider01-1 .embla__viewport,
#slider01-1 .embla__container,
#slider01-1 .embla__slide,
#slider01-1 .slide-content,
#slider01-1 .item-wrapper,
#slider01-1 .item-img {
  height: 750px; /* adjust to your slider height */
}

#slider01-1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#slider01-1 .embla,
#slider01-1 .embla__viewport,
#slider01-1 .embla__container,
#slider01-1 .embla__slide,
#slider01-1 .slide-content,
#slider01-1 .item-wrapper,
#slider01-1 .item-img {
  height: 100%;
}
@media (max-width: 991px) {
  #slider01-1,
  #slider01-1 .embla,
  #slider01-1 .embla__viewport,
  #slider01-1 .embla__container,
  #slider01-1 .embla__slide,
  #slider01-1 .slide-content,
  #slider01-1 .item-wrapper,
  #slider01-1 .item-img {
    height: 500px;
    min-height: 500px;
  }

  #slider01-1 .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 768px) {
  #slider01-1,
  #slider01-1 .embla,
  #slider01-1 .embla__viewport,
  #slider01-1 .embla__container,
  #slider01-1 .embla__slide,
  #slider01-1 .slide-content,
  #slider01-1 .item-wrapper,
  #slider01-1 .item-img {
    height: 450px;
  }
}

#features6-3 .row {
  display: flex;
  flex-wrap: wrap;
}

#features6-3 .row > div {
  flex: 0 0 20%;   /* 5 items per row */
  max-width: 20%;
}

/* Desktop: 5 across */
#features6-3 .row > div {
  flex: 0 0 20%;
  max-width: 20%;
}

#features6-3 .item-wrapper {
  height: 100%;
}
/* Tablet: 2 across */
@media (max-width: 1500px) {
  #features6-3 .row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile: 1 per row */
@media (max-width: 991px) {
  #features6-3 .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* THIS is the key: push the actual text/button to bottom */
#features6-3 .item-wrapper > .card-wrapper > .card-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.65),
    rgba(0,0,0,0)
  );
}

.custom-gradient-overlay {
  opacity: 1 !important;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.1) 0%,
    rgba(0,0,0,0.6) 40%,
      rgba(0,0,0,0.6) 60%,
    rgba(0,0,0,0.2) 100%
  ) !important;
}

@media (max-width: 767px) {
    
 .custom-gradient-overlay {
  opacity: 1 !important;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.28) 0%,
    rgba(0,0,0,0.68) 20%,
    rgba(0,0,0,0.68) 80%,
    rgba(0,0,0,0.34) 100%
  ) !important;
 }
    
}

@media (max-width: 991px) {
  #menu1-0 .menu_box {
    position: relative;
    min-height: 110px; /* adjust if needed */
  }

  #menu1-0 .navbar-brand.d-lg-none {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1;
  }

  #menu1-0 .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin-left: auto;
  }

  #menu1-0 .navbar-logo img {
    display: block;
    max-height: 6rem;
    width: auto;
  }
}



.embla__viewport {
  position: relative;
}

.fixed-slider-text {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  text-align: center;
  pointer-events: none;
}

.fixed-slider-text h2,
.fixed-slider-text p {
  position: relative;
  z-index: 25;
}

.flight-accent {
  position: absolute;
  z-index: 22;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  max-width: 90vw;
  height: 180px;
  pointer-events: none;
}

.flight-accent svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flight-path {
  fill: none;
  stroke: #52d6d6;
  stroke-width: 4;
  stroke-linecap: round;
}

.plane-icon {
  font-size: 28px;
  fill: #52d6d6;
}

#slider01-1 .embla__viewport {
  position: relative;
  overflow: hidden;
}

#slider01-1 .fixed-slider-text {
  position: absolute !important;
  z-index: 9999 !important;

  /* bottom-left placement */
  left: 6%;
  bottom: 10%;
  top: auto !important;
  transform: none !important;

  width: auto;
  text-align: left;
  color: #fff;
  pointer-events: none;
  overflow: visible;
}

#slider01-1 .fixed-slider-text h2,
#slider01-1 .fixed-slider-text p {
  position: relative;
  z-index: 2;
  margin: 0;
}

#slider01-1 .flight-accent {
  position: absolute;
  z-index: 1;
  left: 100px;
  top: calc(100% - 62px);
  transform: none;
  width: 420px;
  height: 108px;
  pointer-events: none;
}

#slider01-1 .flight-accent svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}


.cid-viB4sLIQGB {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../images/theme-park-header-1.webp");
    background-position: center center;
}
.cid-viB4sLIQGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-viB4sLIQGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viB4sLIQGB .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #081a44 0%,  #081a44 35%, transparent 50%);
  pointer-events: none;
}
.cid-viB4sLIQGB .card {
  justify-content: flex-end;
}
.cid-viB4sLIQGB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB .content-wrapper .title-wrapper .mbr-section-title {
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.cid-viB4sLIQGB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB .content-wrapper .name-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB .content-wrapper .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-viB4sLIQGB .content-wrapper .name-wrapper .name-wrap {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB .content-wrapper .name-wrapper .name-wrap {
    width: 100%;
  }
}
.cid-viB4sLIQGB .content-wrapper .name-wrapper .name-wrap .avatar-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-viB4sLIQGB .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-desc {
  margin-bottom: 8px;
}
.cid-viB4sLIQGB .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-viB4sLIQGB .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-viB4sLIQGB .content-wrap .tags-wrapper {
  margin-top: 24px;
}
.cid-viB4sLIQGB .content-wrap .tags-wrapper .tags-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: fit-content;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB .content-wrap .tags-wrapper .tags-wrap {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB .content-wrap .tags-wrapper .tags-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB .content-wrap .tags-wrapper .tags-wrap .list {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB .content-wrap .tags-wrapper .tags-wrap .list .item-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px 10px 48px;
  border: 1px solid #303030;
  background-color: #111111;
}
.cid-viB4sLIQGB .content-wrap .tags-wrapper .tags-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffee00;
  box-shadow: 0 0 15px -2px #ffee00, 0 0 20px 0 #ffee00;
}
.cid-viB4sLIQGB .content-wrap .tags-wrapper .tags-wrap .mbr-section-btn {
  margin-top: -9.6px;
  margin-bottom: -9.6px;
}
.cid-viB4sLIQGB .mbr-section-title {
  color: #ffffff;
}
.cid-viB4sLIQGB .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-viB4sLIQGB .mbr-desc {
  color: #ffffff;
}
.cid-viB4sLIQGB .mbr-name {
  color: #8c8c8c;
}
.cid-viB4sLIQGB .mbr-text {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB .mbr-text {
    text-align: left;
  }
}
.cid-viB4sLIQGB .list {
  color: #8c8c8c;
}
.cid-viB4sLIQGB .tags-wrapper,
.cid-viB4sLIQGB .list,
.cid-viB4sLIQGB .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB .tags-wrapper,
  .cid-viB4sLIQGB .list,
  .cid-viB4sLIQGB .mbr-section-btn {
    text-align: left;
  }
}


.cid-viB4sLIQGB-cruises {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../images/cruises-header-1.webp");
    background-position: center center;
}
.cid-viB4sLIQGB-cruises .mbr-fallback-image.disabled {
  display: none;
}
.cid-viB4sLIQGB-cruises .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viB4sLIQGB-cruises .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #081a44 0%,  #081a44 35%, transparent 50%);
  pointer-events: none;
}
.cid-viB4sLIQGB-cruises .card {
  justify-content: flex-end;
}
.cid-viB4sLIQGB-cruises .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-cruises .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-cruises .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-cruises .content-wrapper .title-wrapper .mbr-section-title {
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.cid-viB4sLIQGB-cruises .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-cruises .content-wrapper .name-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-cruises .content-wrapper .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-viB4sLIQGB-cruises .content-wrapper .name-wrapper .name-wrap {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-cruises .content-wrapper .name-wrapper .name-wrap {
    width: 100%;
  }
}
.cid-viB4sLIQGB-cruises .content-wrapper .name-wrapper .name-wrap .avatar-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-viB4sLIQGB-cruises .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-desc {
  margin-bottom: 8px;
}
.cid-viB4sLIQGB-cruises .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-cruises .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-cruises .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-cruises .content-wrap .tags-wrapper {
  margin-top: 24px;
}
.cid-viB4sLIQGB-cruises .content-wrap .tags-wrapper .tags-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: fit-content;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-cruises .content-wrap .tags-wrapper .tags-wrap {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-cruises .content-wrap .tags-wrapper .tags-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-cruises .content-wrap .tags-wrapper .tags-wrap .list {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-cruises .content-wrap .tags-wrapper .tags-wrap .list .item-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px 10px 48px;
  border: 1px solid #303030;
  background-color: #111111;
}
.cid-viB4sLIQGB-cruises .content-wrap .tags-wrapper .tags-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffee00;
  box-shadow: 0 0 15px -2px #ffee00, 0 0 20px 0 #ffee00;
}
.cid-viB4sLIQGB-cruises .content-wrap .tags-wrapper .tags-wrap .mbr-section-btn {
  margin-top: -9.6px;
  margin-bottom: -9.6px;
}
.cid-viB4sLIQGB-cruises .mbr-section-title {
  color: #ffffff;
}
.cid-viB4sLIQGB-cruises .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-viB4sLIQGB-cruises .mbr-desc {
  color: #ffffff;
}
.cid-viB4sLIQGB-cruises .mbr-name {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-cruises .mbr-text {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-cruises .mbr-text {
    text-align: left;
  }
}
.cid-viB4sLIQGB-cruises .list {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-cruises .tags-wrapper,
.cid-viB4sLIQGB-cruises .list,
.cid-viB4sLIQGB-cruises .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-cruises .tags-wrapper,
  .cid-viB4sLIQGB-cruises .list,
  .cid-viB4sLIQGB-cruises .mbr-section-btn {
    text-align: left;
  }
}

.cid-viB4sLIQGB-faqs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../images/faq-header.webp");
    background-position: center center;
}
.cid-viB4sLIQGB-faqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-viB4sLIQGB-faqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viB4sLIQGB-faqs .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #081a44 0%,  #081a44 35%, transparent 50%);
  pointer-events: none;
}
.cid-viB4sLIQGB-faqs .card {
  justify-content: flex-end;
}
.cid-viB4sLIQGB-faqs .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-faqs .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-faqs .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-faqs .content-wrapper .title-wrapper .mbr-section-title {
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.cid-viB4sLIQGB-faqs .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-faqs .content-wrapper .name-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-faqs .content-wrapper .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-viB4sLIQGB-faqs .content-wrapper .name-wrapper .name-wrap {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-faqs .content-wrapper .name-wrapper .name-wrap {
    width: 100%;
  }
}
.cid-viB4sLIQGB-faqs .content-wrapper .name-wrapper .name-wrap .avatar-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-viB4sLIQGB-faqs .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-desc {
  margin-bottom: 8px;
}
.cid-viB4sLIQGB-faqs .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-faqs .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-faqs .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-faqs .content-wrap .tags-wrapper {
  margin-top: 24px;
}
.cid-viB4sLIQGB-faqs .content-wrap .tags-wrapper .tags-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: fit-content;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-faqs .content-wrap .tags-wrapper .tags-wrap {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-faqs .content-wrap .tags-wrapper .tags-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-faqs .content-wrap .tags-wrapper .tags-wrap .list {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-faqs .content-wrap .tags-wrapper .tags-wrap .list .item-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px 10px 48px;
  border: 1px solid #303030;
  background-color: #111111;
}
.cid-viB4sLIQGB-faqs .content-wrap .tags-wrapper .tags-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffee00;
  box-shadow: 0 0 15px -2px #ffee00, 0 0 20px 0 #ffee00;
}
.cid-viB4sLIQGB-faqs .content-wrap .tags-wrapper .tags-wrap .mbr-section-btn {
  margin-top: -9.6px;
  margin-bottom: -9.6px;
}
.cid-viB4sLIQGB-faqs .mbr-section-title {
  color: #ffffff;
}
.cid-viB4sLIQGB-faqs .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-viB4sLIQGB-faqs .mbr-desc {
  color: #ffffff;
}
.cid-viB4sLIQGB-faqs .mbr-name {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-faqs .mbr-text {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-faqs .mbr-text {
    text-align: left;
  }
}
.cid-viB4sLIQGB-faqs .list {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-faqs .tags-wrapper,
.cid-viB4sLIQGB-faqs .list,
.cid-viB4sLIQGB-faqs .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-faqs .tags-wrapper,
  .cid-viB4sLIQGB-faqs .list,
  .cid-viB4sLIQGB-faqs .mbr-section-btn {
    text-align: left;
  }
}



.cid-viB4sLIQGB-inclusive {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../images/inclusive-header-1.webp");
    background-position: center center;
}
.cid-viB4sLIQGB-inclusive .mbr-fallback-image.disabled {
  display: none;
}
.cid-viB4sLIQGB-inclusive .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viB4sLIQGB-inclusive .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #081a44 0%,  #081a44 35%, transparent 50%);
  pointer-events: none;
}
.cid-viB4sLIQGB-inclusive .card {
  justify-content: flex-end;
}
.cid-viB4sLIQGB-inclusive .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-inclusive .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-inclusive .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-inclusive .content-wrapper .title-wrapper .mbr-section-title {
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.cid-viB4sLIQGB-inclusive .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-inclusive .content-wrapper .name-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-inclusive .content-wrapper .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-viB4sLIQGB-inclusive .content-wrapper .name-wrapper .name-wrap {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-inclusive .content-wrapper .name-wrapper .name-wrap {
    width: 100%;
  }
}
.cid-viB4sLIQGB-inclusive .content-wrapper .name-wrapper .name-wrap .avatar-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-viB4sLIQGB-inclusive .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-desc {
  margin-bottom: 8px;
}
.cid-viB4sLIQGB-inclusive .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-inclusive .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-inclusive .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-inclusive .content-wrap .tags-wrapper {
  margin-top: 24px;
}
.cid-viB4sLIQGB-inclusive .content-wrap .tags-wrapper .tags-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: fit-content;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-inclusive .content-wrap .tags-wrapper .tags-wrap {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-inclusive .content-wrap .tags-wrapper .tags-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-inclusive .content-wrap .tags-wrapper .tags-wrap .list {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-inclusive .content-wrap .tags-wrapper .tags-wrap .list .item-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px 10px 48px;
  border: 1px solid #303030;
  background-color: #111111;
}
.cid-viB4sLIQGB-inclusive .content-wrap .tags-wrapper .tags-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffee00;
  box-shadow: 0 0 15px -2px #ffee00, 0 0 20px 0 #ffee00;
}
.cid-viB4sLIQGB-inclusive .content-wrap .tags-wrapper .tags-wrap .mbr-section-btn {
  margin-top: -9.6px;
  margin-bottom: -9.6px;
}
.cid-viB4sLIQGB-inclusive .mbr-section-title {
  color: #ffffff;
}
.cid-viB4sLIQGB-inclusive .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-viB4sLIQGB-inclusive .mbr-desc {
  color: #ffffff;
}
.cid-viB4sLIQGB-inclusive .mbr-name {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-inclusive .mbr-text {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-inclusive .mbr-text {
    text-align: left;
  }
}
.cid-viB4sLIQGB-inclusive .list {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-inclusive .tags-wrapper,
.cid-viB4sLIQGB-inclusive .list,
.cid-viB4sLIQGB-inclusive .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-inclusive .tags-wrapper,
  .cid-viB4sLIQGB-inclusive .list,
  .cid-viB4sLIQGB-inclusive .mbr-section-btn {
    text-align: left;
  }
}

.cid-viB4sLIQGB-luxury {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../images/luxury-header-1.webp");
    background-position: center center;
}
.cid-viB4sLIQGB-luxury .mbr-fallback-image.disabled {
  display: none;
}
.cid-viB4sLIQGB-luxury .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viB4sLIQGB-luxury .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #081a44 0%,  #081a44 35%, transparent 50%);
  pointer-events: none;
}
.cid-viB4sLIQGB-luxury .card {
  justify-content: flex-end;
}
.cid-viB4sLIQGB-luxury .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-luxury .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-luxury .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-luxury .content-wrapper .title-wrapper .mbr-section-title {
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.cid-viB4sLIQGB-luxury .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-luxury .content-wrapper .name-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-luxury .content-wrapper .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-viB4sLIQGB-luxury .content-wrapper .name-wrapper .name-wrap {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-luxury .content-wrapper .name-wrapper .name-wrap {
    width: 100%;
  }
}
.cid-viB4sLIQGB-luxury .content-wrapper .name-wrapper .name-wrap .avatar-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-viB4sLIQGB-luxury .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-desc {
  margin-bottom: 8px;
}
.cid-viB4sLIQGB-luxury .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-luxury .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-luxury .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-luxury .content-wrap .tags-wrapper {
  margin-top: 24px;
}
.cid-viB4sLIQGB-luxury .content-wrap .tags-wrapper .tags-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: fit-content;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-luxury .content-wrap .tags-wrapper .tags-wrap {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-luxury .content-wrap .tags-wrapper .tags-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-luxury .content-wrap .tags-wrapper .tags-wrap .list {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-luxury .content-wrap .tags-wrapper .tags-wrap .list .item-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px 10px 48px;
  border: 1px solid #303030;
  background-color: #111111;
}
.cid-viB4sLIQGB-luxury .content-wrap .tags-wrapper .tags-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffee00;
  box-shadow: 0 0 15px -2px #ffee00, 0 0 20px 0 #ffee00;
}
.cid-viB4sLIQGB-luxury .content-wrap .tags-wrapper .tags-wrap .mbr-section-btn {
  margin-top: -9.6px;
  margin-bottom: -9.6px;
}
.cid-viB4sLIQGB-luxury .mbr-section-title {
  color: #ffffff;
}
.cid-viB4sLIQGB-luxury .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-viB4sLIQGB-luxury .mbr-desc {
  color: #ffffff;
}
.cid-viB4sLIQGB-luxury .mbr-name {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-luxury .mbr-text {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-luxury .mbr-text {
    text-align: left;
  }
}
.cid-viB4sLIQGB-luxury .list {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-luxury .tags-wrapper,
.cid-viB4sLIQGB-luxury .list,
.cid-viB4sLIQGB-luxury .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-luxury .tags-wrapper,
  .cid-viB4sLIQGB-luxury .list,
  .cid-viB4sLIQGB-luxury .mbr-section-btn {
    text-align: left;
  }
}

.cid-viB4sLIQGB-team {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../images/join-header.webp");
    background-position: center center;
}
.cid-viB4sLIQGB-team .mbr-fallback-image.disabled {
  display: none;
}
.cid-viB4sLIQGB-team .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viB4sLIQGB-team .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #081a44 0%,  #081a44 35%, transparent 50%);
  pointer-events: none;
}
.cid-viB4sLIQGB-team .card {
  justify-content: flex-end;
}
.cid-viB4sLIQGB-team .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-team .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-team .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-team .content-wrapper .title-wrapper .mbr-section-title {
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.cid-viB4sLIQGB-team .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-team .content-wrapper .name-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-team .content-wrapper .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-viB4sLIQGB-team .content-wrapper .name-wrapper .name-wrap {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-team .content-wrapper .name-wrapper .name-wrap {
    width: 100%;
  }
}
.cid-viB4sLIQGB-team .content-wrapper .name-wrapper .name-wrap .avatar-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-viB4sLIQGB-team .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-desc {
  margin-bottom: 8px;
}
.cid-viB4sLIQGB-team .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-team .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-team .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-team .content-wrap .tags-wrapper {
  margin-top: 24px;
}
.cid-viB4sLIQGB-team .content-wrap .tags-wrapper .tags-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: fit-content;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-team .content-wrap .tags-wrapper .tags-wrap {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-team .content-wrap .tags-wrapper .tags-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-team .content-wrap .tags-wrapper .tags-wrap .list {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-team .content-wrap .tags-wrapper .tags-wrap .list .item-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px 10px 48px;
  border: 1px solid #303030;
  background-color: #111111;
}
.cid-viB4sLIQGB-team .content-wrap .tags-wrapper .tags-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffee00;
  box-shadow: 0 0 15px -2px #ffee00, 0 0 20px 0 #ffee00;
}
.cid-viB4sLIQGB-team .content-wrap .tags-wrapper .tags-wrap .mbr-section-btn {
  margin-top: -9.6px;
  margin-bottom: -9.6px;
}
.cid-viB4sLIQGB-team .mbr-section-title {
  color: #ffffff;
}
.cid-viB4sLIQGB-team .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-viB4sLIQGB-team .mbr-desc {
  color: #ffffff;
}
.cid-viB4sLIQGB-team .mbr-name {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-team .mbr-text {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-team .mbr-text {
    text-align: left;
  }
}
.cid-viB4sLIQGB-team .list {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-team .tags-wrapper,
.cid-viB4sLIQGB-team .list,
.cid-viB4sLIQGB-team .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-team .tags-wrapper,
  .cid-viB4sLIQGB-team .list,
  .cid-viB4sLIQGB-team .mbr-section-btn {
    text-align: left;
  }
}


.cid-viB4sLIQGB-enthusiasts {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../images/enthusiasts-header.webp");
    background-position: center center;
}
.cid-viB4sLIQGB-enthusiasts .mbr-fallback-image.disabled {
  display: none;
}
.cid-viB4sLIQGB-enthusiasts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viB4sLIQGB-enthusiasts .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #081a44 0%,  #081a44 35%, transparent 50%);
  pointer-events: none;
}
.cid-viB4sLIQGB-enthusiasts .card {
  justify-content: flex-end;
}
.cid-viB4sLIQGB-enthusiasts .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-enthusiasts .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-enthusiasts .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-enthusiasts .content-wrapper .title-wrapper .mbr-section-title {
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.cid-viB4sLIQGB-enthusiasts .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-enthusiasts .content-wrapper .name-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-enthusiasts .content-wrapper .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-viB4sLIQGB-enthusiasts .content-wrapper .name-wrapper .name-wrap {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-enthusiasts .content-wrapper .name-wrapper .name-wrap {
    width: 100%;
  }
}
.cid-viB4sLIQGB-enthusiasts .content-wrapper .name-wrapper .name-wrap .avatar-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-viB4sLIQGB-enthusiasts .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-desc {
  margin-bottom: 8px;
}
.cid-viB4sLIQGB-enthusiasts .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-enthusiasts .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-enthusiasts .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-enthusiasts .content-wrap .tags-wrapper {
  margin-top: 24px;
}
.cid-viB4sLIQGB-enthusiasts .content-wrap .tags-wrapper .tags-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: fit-content;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-enthusiasts .content-wrap .tags-wrapper .tags-wrap {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-enthusiasts .content-wrap .tags-wrapper .tags-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-enthusiasts .content-wrap .tags-wrapper .tags-wrap .list {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-enthusiasts .content-wrap .tags-wrapper .tags-wrap .list .item-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px 10px 48px;
  border: 1px solid #303030;
  background-color: #111111;
}
.cid-viB4sLIQGB-enthusiasts .content-wrap .tags-wrapper .tags-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffee00;
  box-shadow: 0 0 15px -2px #ffee00, 0 0 20px 0 #ffee00;
}
.cid-viB4sLIQGB-enthusiasts .content-wrap .tags-wrapper .tags-wrap .mbr-section-btn {
  margin-top: -9.6px;
  margin-bottom: -9.6px;
}
.cid-viB4sLIQGB-enthusiasts .mbr-section-title {
  color: #ffffff;
}
.cid-viB4sLIQGB-enthusiasts .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-viB4sLIQGB-enthusiasts .mbr-desc {
  color: #ffffff;
}
.cid-viB4sLIQGB-enthusiasts .mbr-name {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-enthusiasts .mbr-text {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-enthusiasts .mbr-text {
    text-align: left;
  }
}
.cid-viB4sLIQGB-enthusiasts .list {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-enthusiasts .tags-wrapper,
.cid-viB4sLIQGB-enthusiasts .list,
.cid-viB4sLIQGB-enthusiasts .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-enthusiasts .tags-wrapper,
  .cid-viB4sLIQGB-enthusiasts .list,
  .cid-viB4sLIQGB-enthusiasts .mbr-section-btn {
    text-align: left;
  }
}


.cid-viB4sLIQGB-group {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../images/group-luxury-resort.webp");
    background-position: center center;
}
.cid-viB4sLIQGB-group .mbr-fallback-image.disabled {
  display: none;
}
.cid-viB4sLIQGB-group .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viB4sLIQGB-group .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #081a44 0%,  #081a44 35%, transparent 50%);
  pointer-events: none;
}
.cid-viB4sLIQGB-group .card {
  justify-content: flex-end;
}
.cid-viB4sLIQGB-group .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-group .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-group .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-group .content-wrapper .title-wrapper .mbr-section-title {
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.cid-viB4sLIQGB-group .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-group .content-wrapper .name-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viB4sLIQGB-group .content-wrapper .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-viB4sLIQGB-group .content-wrapper .name-wrapper .name-wrap {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-group .content-wrapper .name-wrapper .name-wrap {
    width: 100%;
  }
}
.cid-viB4sLIQGB-group .content-wrapper .name-wrapper .name-wrap .avatar-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-viB4sLIQGB-group .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-desc {
  margin-bottom: 8px;
}
.cid-viB4sLIQGB-group .content-wrapper .name-wrapper .name-wrap .testimonial-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-group .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-viB4sLIQGB-group .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-viB4sLIQGB-group .content-wrap .tags-wrapper {
  margin-top: 24px;
}
.cid-viB4sLIQGB-group .content-wrap .tags-wrapper .tags-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: fit-content;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-group .content-wrap .tags-wrapper .tags-wrap {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-group .content-wrap .tags-wrapper .tags-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-group .content-wrap .tags-wrapper .tags-wrap .list {
    justify-content: flex-start;
  }
}
.cid-viB4sLIQGB-group .content-wrap .tags-wrapper .tags-wrap .list .item-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px 10px 48px;
  border: 1px solid #303030;
  background-color: #111111;
}
.cid-viB4sLIQGB-group .content-wrap .tags-wrapper .tags-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffee00;
  box-shadow: 0 0 15px -2px #ffee00, 0 0 20px 0 #ffee00;
}
.cid-viB4sLIQGB-group .content-wrap .tags-wrapper .tags-wrap .mbr-section-btn {
  margin-top: -9.6px;
  margin-bottom: -9.6px;
}
.cid-viB4sLIQGB-group .mbr-section-title {
  color: #ffffff;
}
.cid-viB4sLIQGB-group .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-viB4sLIQGB-group .mbr-desc {
  color: #ffffff;
}
.cid-viB4sLIQGB-group .mbr-name {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-group .mbr-text {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-group .mbr-text {
    text-align: left;
  }
}
.cid-viB4sLIQGB-group .list {
  color: #8c8c8c;
}
.cid-viB4sLIQGB-group .tags-wrapper,
.cid-viB4sLIQGB-group .list,
.cid-viB4sLIQGB-group .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viB4sLIQGB-group .tags-wrapper,
  .cid-viB4sLIQGB-group .list,
  .cid-viB4sLIQGB-group .mbr-section-btn {
    text-align: left;
  }
}





/* Base icon styling */
.btn .fa-star {
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* ✨ Sparkle animation on hover */
.btn:hover .fa-star {
  animation: sparkle 0.8s ease-in-out;
}

/* Keyframes for sparkle */
@keyframes sparkle {
  0% {
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 0 0px #fff);
    opacity: 1;
  }
  25% {
    transform: scale(1.2) rotate(-8deg);
    filter: drop-shadow(0 0 6px #fff);
  }
  50% {
    transform: scale(1.1) rotate(8deg);
    filter: drop-shadow(0 0 10px #ffe066);
  }
  75% {
    transform: scale(1.25) rotate(-6deg);
    filter: drop-shadow(0 0 6px #fff);
  }
  100% {
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 0 0px #fff);
  }
}

.split-section {
  background: var(--section-bg, #ffffff);
      color: var(--section-text, #000000);
}

.split-section a {
    color: var(--section-text, #000000);
    font-weight: bold;
}
.split-section .container-fluid {
  padding: 0;
}

.split-section .row {
  min-height: 600px;
}

.split-text-col {
  display: flex;
}

.split-text {
  width: 100%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-image-col {
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Mobile */
@media (max-width: 991px) {
  .split-section .row {
    min-height: auto;
  }

  .split-text {
    padding: 40px 30px;
  }

  .split-image-col {
    min-height: 400px;
  }
}


/* TEXT SIDE */
.text-block {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cruise-partners {
  margin-top: 2rem;
}

.cruise-partners h3 {
  margin-bottom: 1rem;
}

.cruise-partners-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cruise-partners-grid li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(48, 110, 116, 0.25);
}

.cruise-partners-grid .fa-star {
  flex: 0 0 auto;
  color: #306e74;
  font-size: 0.75em;
}

.cruise-logo-collage {
  background-color: #f4f9f9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cruise-partners-full-width .text-block {
  width: 100%;
}

.cruise-partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin-top: 2rem;
}

.cruise-partner-logo-sidebar {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 0 0 auto;
  width: 33.333333%;
  margin-top: 0;
  padding: 1rem;
  background: #f4f9f9;
}

.cruise-partner-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 150px;
  padding: 1rem;
  border: 1px solid #cfe2e2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 3px 5px 12px rgba(24, 73, 79, 0.12);
}

.cruise-partner-logo-card img {
  display: block;
  width: 100%;
  height: 100px;
  max-width: 210px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .cruise-partner-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cruise-partner-logo-sidebar {
    width: 100%;
  }

  .cruise-partner-logo-card {
    min-height: 160px;
  }

  .cruise-partner-logo-card img {
    width: 90%;
    height: 110px;
    max-width: 240px;
    max-height: 110px;
  }
}

@media (max-width: 575.98px) {
  .cruise-partner-logo-grid {
    grid-template-columns: 1fr;
  }

  .cruise-partner-logo-card img {
    width: 85%;
  }
}

.cruise-comparison-image {
  display: flex;
  padding: 0;
  overflow: hidden;
  background-image: none !important;
}

.cruise-comparison-panel {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cruise-comparison-ocean {
  background-position: 62% center;
  border-right: 3px solid #ffffff;
}

.cruise-comparison-river {
  background-position: 54% center;
}

.cruise-comparison-panel span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.75rem 0.85rem;
  border: 0;
  border-radius: 0;
  background: rgba(7, 39, 71, 0.58);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  backdrop-filter: blur(1px);
}

@media (max-width: 991.98px) {
  .cruise-comparison-image {
    min-height: 420px;
  }
}

.theme-destination-logo-collage {
  background-color: #f4f9f9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.theme-destination-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  overflow: hidden;
  background: #f4f9f9;
}

.theme-destination-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: 1.25rem;
  border: 1px solid #cfe2e2;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 3px 5px 12px rgba(24, 73, 79, 0.12);
}

.theme-destination-logo-card img {
  display: block;
  width: 100%;
  max-width: 280px;
  max-height: 78%;
  object-fit: contain;
}

.theme-destination-logo-wide {
  grid-column: 1 / -1;
}

.theme-destination-logo-wide img {
  max-width: 380px;
}

.theme-destination-full-width {
  width: 100%;
}

.group-types-split-section .theme-destination-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
}

.theme-destination-card-grid article {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  box-shadow: 3px 5px 14px rgba(24, 73, 79, 0.1);
}

.theme-destination-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 118px;
  margin-bottom: 0.85rem;
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
}

.theme-destination-card-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 290px;
  max-height: 105px;
  object-fit: contain;
}

/* This source image has substantial built-in white space, so enlarge the
   image canvas to make the visible Disney wordmark match the other logos. */
.theme-destination-card-logo-disney img {
  width: 275px;
  height: 275px;
  max-width: none;
  max-height: none;
  flex: 0 0 275px;
}

.theme-destination-card-logo-dollywood img {
  width: 195px;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  transform: none;
}

.theme-destination-card-logo-balanced img {
  width: 195px;
  height: auto;
  max-width: none;
  max-height: none;
}

.theme-destination-card-grid h3 {
  min-height: 0;
  margin-top: 0;
}

.theme-destination-card-grid p {
  margin-bottom: 0;
}

.theme-destination-card-more img {
  width: 92px;
  height: 92px;
}

.hero-sparkle-title {
  position: relative;
  overflow: visible;
}

.hero-title-initial {
  position: relative;
  display: inline-block;
  color: inherit;
}

.hero-initial-sparkles {
  position: absolute;
  inset: 0;
  display: block;
  overflow: visible;
  pointer-events: none;
}

.hero-initial-sparkles span {
  position: absolute;
  opacity: 0;
  line-height: 1;
  filter: drop-shadow(0 0 4px currentColor);
  animation: theme-park-initial-twinkle 1.1s ease-in-out both;
}

.hero-initial-sparkles span:nth-child(1) {
  top: -0.12em;
  right: -0.28em;
  color: #ffffff;
  font-size: 0.28em;
  animation-delay: .3s;
}

.hero-initial-sparkles span:nth-child(2) {
  top: 0.48em;
  left: -0.22em;
  color: #ffe066;
  font-size: 0.2em;
  animation-delay: .72s;
}

.hero-initial-sparkles span:nth-child(3) {
  right: -0.18em;
  bottom: 0.06em;
  color: #7fe8ff;
  font-size: 0.3em;
  animation-delay: 1.14s;
}

@keyframes theme-park-initial-twinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(.4) rotate(0deg);
  }
  48% {
    opacity: 1;
    transform: scale(1.12) rotate(24deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-initial-sparkles span {
    animation: none;
    opacity: 0;
  }
}

@media (max-width: 1199.98px) {
  .group-types-split-section .theme-destination-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .theme-park-destinations-section .group-types-content {
    padding: 3rem 1rem;
  }

  .group-types-split-section .theme-destination-card-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .theme-destination-card-grid article {
    min-width: 0;
    padding: 1.35rem;
  }

  .theme-destination-card-logo {
    width: 100%;
    height: 130px;
    padding: 0.4rem;
  }

  .theme-destination-card-logo img,
  .theme-destination-card-logo-balanced img,
  .theme-destination-card-logo-dollywood img {
    width: 100%;
    max-width: 220px;
    height: auto;
    max-height: 112px;
    object-fit: contain;
  }

  .theme-destination-card-logo-disney img {
    width: 100%;
    height: 112px;
    max-width: 100%;
    max-height: 112px;
    flex: 0 1 auto;
    object-fit: cover;
    object-position: center;
  }

  .theme-destination-card-grid h3 {
    min-height: 0;
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.3rem, 5.8vw, 1.7rem) !important;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none;
    text-wrap: pretty;
  }
}

@media (max-width: 991.98px) {
  .theme-destination-logo-grid {
    min-height: 720px;
  }
}

.inclusive-destination-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 3px;
  padding: 0;
  overflow: hidden;
  background-color: #f4f9f9;
  background-image: none !important;
}

.inclusive-destination-panel {
  position: relative;
  min-width: 0;
  min-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.inclusive-destination-panel span {
  position: absolute;
  right: 0.65rem;
  bottom: 0.75rem;
  left: 0.65rem;
  padding: 0.5rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(7, 39, 71, 0.82);
  color: #ffffff;
  font-size: clamp(0.72rem, 1vw, 0.95rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0.01em;
  backdrop-filter: blur(3px);
}

.group-love-collage .inclusive-destination-panel:last-child {
  grid-column: 1 / -1;
}

.group-destination-collage .inclusive-destination-panel span {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.7rem 0.65rem;
  border: 0;
  border-radius: 0;
  background: rgba(7, 39, 71, 0.58);
  backdrop-filter: blur(1px);
}

.group-love-full-width {
  width: 100%;
}

.group-types-split-section .group-love-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
}

.group-love-card-grid article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  overflow: hidden;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 3px 6px 18px rgba(7, 39, 71, 0.2);
}

.group-love-card-grid h3,
.group-types-split-section .group-love-card-grid h3,
.group-love-card-grid p {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.68);
}

.group-love-card-grid p {
  margin-bottom: 0;
}

.group-love-mobile-break {
  display: none;
}

@media (max-width: 991.98px) {
  .join-team-stack-text-first {
    flex-direction: column-reverse;
  }

  .group-stack-text-first {
    flex-direction: column-reverse;
  }

  .luxury-stack-text-first {
    flex-direction: column-reverse;
  }

  .inclusive-stack-text-first {
    flex-direction: column-reverse;
  }

  .cruises-stack-text-first {
    flex-direction: column-reverse;
  }

  .theme-parks-stack-text-first {
    flex-direction: column-reverse;
  }

  .destinations-perfect-groups-section .row {
    flex-direction: column-reverse;
  }

  .group-types-split-section .group-love-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .group-types-split-section .group-love-card-grid {
    grid-template-columns: 1fr;
  }

  .group-love-card-grid article {
    min-height: 390px;
    justify-content: flex-start;
    min-width: 0;
    height: auto;
    padding: 1.25rem;
  }

  .group-love-card-grid h3,
  .group-types-split-section .group-love-card-grid h3 {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: max-content;
    margin-bottom: 0.65rem;
    font-size: clamp(1.25rem, 5.6vw, 1.65rem) !important;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    overflow: visible;
    hyphens: none;
    text-wrap: balance;
  }

  .group-love-card-grid p {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .group-love-card-grid article:last-child h3 {
    font-size: clamp(0.9rem, 4.15vw, 1.15rem) !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .group-love-mobile-break {
    display: block;
  }

  .group-love-card-grid article:nth-child(6) h3,
  .group-love-card-grid article:nth-child(8) h3 {
    font-size: clamp(0.9rem, 4.15vw, 1.15rem) !important;
    line-height: 1.25;
    overflow: visible !important;
  }
}

.luxury-destination-collage {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.luxury-destination-full-width {
  width: 100%;
}

.group-types-split-section .luxury-destination-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
}

.luxury-destination-card-grid article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  overflow: hidden;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 3px 6px 18px rgba(7, 39, 71, 0.2);
}

.luxury-destination-card-grid h3,
.group-types-split-section .luxury-destination-card-grid h3,
.luxury-destination-card-grid p {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.68);
}

.luxury-destination-card-grid p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .group-types-split-section .luxury-destination-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxury-destination-collage {
    min-height: 920px;
  }
}

@media (max-width: 767.98px) {
  .group-types-split-section .luxury-destination-card-grid {
    grid-template-columns: 1fr;
  }

  .luxury-destination-card-grid article {
    min-height: 320px;
    justify-content: flex-start;
    min-width: 0;
    padding: 1.35rem;
  }

  .luxury-destination-card-grid h3,
  .group-types-split-section .luxury-destination-card-grid h3 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.4rem, 6.25vw, 1.8rem) !important;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  .luxury-destination-card-grid p {
    max-width: 100%;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none;
  }
}

.luxury-partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  overflow: hidden;
  background: #f4f9f9;
}

.luxury-partner-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: 0.6rem;
  border: 1px solid #cfe2e2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 2px 4px 10px rgba(24, 73, 79, 0.11);
}

.luxury-partner-logo-card img {
  display: block;
  width: 88%;
  height: 78%;
  max-height: 78px;
  object-fit: contain;
}

.luxury-partner-logo-wide {
  padding: 0.45rem;
}

.luxury-partner-logo-wide img {
  width: 96%;
  height: 88%;
  max-height: 88px;
}

.luxury-partner-logo-card img[src$="sandals.webp"] {
  filter: brightness(0) saturate(100%) invert(20%) sepia(25%) saturate(1049%) hue-rotate(151deg) brightness(89%) contrast(91%);
}

@media (max-width: 991.98px) {
  .luxury-partner-logo-grid {
    min-height: 900px;
  }
}

@media (max-width: 575.98px) {
  .luxury-partner-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
}

.team-photo-collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 3px;
  padding: 0;
  overflow: hidden;
  background-color: #306e74;
  background-image: none !important;
}

.team-photo-collage-panel {
  min-width: 0;
  min-height: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.team-photo-collage-nick-rachelle {
  background-position: left top;
}

@media (min-width: 992px) {
  .team-photo-collage {
    flex-basis: calc(33.333333% + 2px);
    width: calc(33.333333% + 2px);
    max-width: calc(33.333333% + 2px);
    margin-right: -2px;
  }
}

@media (max-width: 991.98px) {
  .team-photo-collage {
    min-height: 760px;
  }
}

.inclusive-destination-full-width {
  width: 100%;
}

.group-types-split-section .inclusive-destination-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
}

.inclusive-destination-card-grid article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  overflow: hidden;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 3px 6px 18px rgba(7, 39, 71, 0.2);
}

.inclusive-destination-card-grid h3,
.group-types-split-section .inclusive-destination-card-grid h3,
.inclusive-destination-card-grid p {
  position: relative;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.inclusive-destination-card-grid p {
  margin-bottom: 0;
}

.inclusive-destination-card-grid article:last-child {
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  text-align: center;
}

.inclusive-destination-card-grid article:last-child p {
  max-width: 900px;
}

@media (max-width: 991.98px) {
  .group-types-split-section .inclusive-destination-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .group-types-split-section .inclusive-destination-card-grid {
    grid-template-columns: 1fr;
  }

  .inclusive-destination-card-grid article {
    min-height: 320px;
    justify-content: flex-start;
  }

  .inclusive-destination-card-grid h3,
  .group-types-split-section .inclusive-destination-card-grid h3 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.3rem, 5.8vw, 1.7rem) !important;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none;
    text-wrap: pretty;
  }
}

/* Keep hero copy readable while allowing the photography to remain visible. */
.cid-viB4sLIQGB .gradient-wrap,
.cid-viB4sLIQGB-cruises .gradient-wrap,
.cid-viB4sLIQGB-faqs .gradient-wrap,
.cid-viB4sLIQGB-inclusive .gradient-wrap,
.cid-viB4sLIQGB-luxury .gradient-wrap,
.cid-viB4sLIQGB-team .gradient-wrap,
.cid-viB4sLIQGB-enthusiasts .gradient-wrap,
.cid-viB4sLIQGB-group .gradient-wrap {
  background-image: linear-gradient(
    to right,
    rgba(8, 26, 68, 0.98) 0%,
    rgba(8, 26, 68, 0.94) 34%,
    rgba(8, 26, 68, 0.76) 55%,
    rgba(8, 26, 68, 0.38) 74%,
    rgba(8, 26, 68, 0.08) 92%,
    rgba(8, 26, 68, 0) 100%
  );
}

/* The Join the Team hero has an extra paragraph; tighten its outer spacing
   so its overall height matches the other interior-page banners. */
.cid-viB4sLIQGB-team {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

@media (max-width: 767.98px) {
  .cid-viB4sLIQGB-team {
    padding-top: 9rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .cid-viB4sLIQGB .gradient-wrap,
  .cid-viB4sLIQGB-cruises .gradient-wrap,
  .cid-viB4sLIQGB-faqs .gradient-wrap,
  .cid-viB4sLIQGB-inclusive .gradient-wrap,
  .cid-viB4sLIQGB-luxury .gradient-wrap,
  .cid-viB4sLIQGB-team .gradient-wrap,
  .cid-viB4sLIQGB-enthusiasts .gradient-wrap,
  .cid-viB4sLIQGB-group .gradient-wrap {
    background-image: linear-gradient(
      to right,
      rgba(8, 26, 68, 0.97) 0%,
      rgba(8, 26, 68, 0.9) 58%,
      rgba(8, 26, 68, 0.55) 82%,
      rgba(8, 26, 68, 0.2) 100%
    );
  }
}

@media (max-width: 991.98px) {
  .inclusive-destination-collage {
    min-height: 720px;
  }
}

@media (max-width: 767px) {
  .cruise-partners-grid {
    grid-template-columns: 1fr;
  }
}

.split-detail-list {
  margin-top: 2rem;
}

.split-detail-list h3 {
  margin-bottom: 1rem;
}

.split-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.split-detail-grid li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);
}

.split-detail-grid .fa-star {
  flex: 0 0 auto;
  color: currentColor;
  font-size: 0.75em;
}

.group-types-section {
  padding: 5rem 3rem;
  background: #ffffff;
  color: #1d3140;
}

.group-types-heading {
  margin: 0 auto 2.5rem;
  text-align: center;
}

.group-types-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.group-types-grid article {
  padding: 2rem;
  border: 1px solid rgba(48, 110, 116, 0.35);
  border-radius: 20px;
}

.group-types-grid h3 {
  margin-bottom: 0.75rem;
  color: #306e74;
}

.group-types-split-section .group-types-content {
  padding: 5rem 3rem;
}

.group-types-split-section .group-types-heading {
  text-align: left;
  margin-right: 0;
  margin-left: 0;
}

.group-types-split-section .group-types-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.group-cta-section {
  padding: 5rem 2rem;
  background: #ffffff;
  color: #1d3140;
  text-align: center;
}

.group-cta-section .container {
  max-width: 950px;
}

.dark-card-grid article {
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.dark-card-grid h3 {
  color: #ffffff;
}

.join-ready-section {
  padding: 5rem 2rem;
  background: #306e74;
  color: #ffffff;
  text-align: center;
}

.join-ready-section .container {
  max-width: 950px;
}

.join-form-heading {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#list02-6 .faq-category {
  margin: 3rem 0 1rem;
  padding-bottom: 0.75rem;
  color: #306e74;
  border-bottom: 1px solid rgba(48, 110, 116, 0.35);
}

#list02-6 .faq-category:first-of-type {
  margin-top: 2rem;
}

.faq-section-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

#list02-6 .faq-section-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1rem;
  border: 1px solid #306e74;
  border-radius: 20px;
  color: #306e74;
  background: #ffffff;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

#list02-6 .faq-section-nav a:hover,
#list02-6 .faq-section-nav a:focus-visible {
  color: #ffffff;
  background: #306e74;
  transform: translateY(-2px);
}

#list02-6 .faq-category[id] {
  scroll-margin-top: 130px;
}

.faq-contact-section {
  padding: 5rem 2rem;
  background: #306e74;
  color: #ffffff;
  text-align: center;
}

.faq-contact-section .container {
  max-width: 950px;
}

@media (max-width: 767px) {
  .split-detail-grid {
    grid-template-columns: 1fr;
  }
  .group-types-section {
    padding: 3.5rem 1.25rem;
  }
  .group-types-grid {
    grid-template-columns: 1fr;
  }
  .group-types-split-section .group-types-content {
    padding: 3.5rem 1.25rem;
  }

  .core-values-section .group-types-grid article {
    min-width: 0;
    width: 100%;
    padding: 1.25rem;
    box-sizing: border-box;
  }

  .core-values-section .group-types-grid h3 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: clamp(1.15rem, 5.2vw, 1.45rem) !important;
    line-height: 1.2;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }
}

/* IMAGE SIDE */
.image-block {
  position: relative;
  height: 100%;
}


.polaroid {
  width: 350px;
  height: 300px;
  margin: 30px auto 20px;  
  position: relative;
}


.polaroid picture {
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 3em;
  overflow: hidden;
}

.polaroid img {
  display: block;
  max-width: 100%;
  height: auto;
}


.cid-unNTDEf8JY-agent {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #fff;
}
.cid-unNTDEf8JY-agent .row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.cid-unNTDEf8JY-agent .card {
  padding: 0;
  height: 422px;
  position: relative;
}
.cid-unNTDEf8JY-agent .card img {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-unNTDEf8JY-agent .item-wrapper {
  height: 100%;
}
.cid-unNTDEf8JY-agent .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-unNTDEf8JY-agent .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: all .4s ease;
}
@media (max-width: 1200px) {
  .cid-unNTDEf8JY-agent .card-wrapper {
 /*   padding: 34px 31px;  */
  }
}
@media (max-width: 425px) {
  .cid-unNTDEf8JY-agent .card-wrapper {
/*    padding: 31px;  */
  }
}
.cid-unNTDEf8JY-agent .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
  text-align: center;
}
.cid-unNTDEf8JY-agent .mbr-title {
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-unNTDEf8JY-agent .mbr-title {
    margin-bottom: .5rem;
  }
}
.cid-unNTDEf8JY-agent .mbr-text {
  margin: 0;
  pointer-events: visible;
  color: #EAEAEA;
  text-align: center;
}
.cid-unNTDEf8JY-agent .card-text {
  transform: translate(0, 30%);
  transition: all .4s ease;
}
.cid-unNTDEf8JY-agent .card-text span {
  display: block;
/*  font-size: 24px;  */
  margin: 2rem auto 0;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-unNTDEf8JY-agent .card-text span {
    margin: 1.7rem auto 0;  
  }
}
.cid-unNTDEf8JY-agent .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-unNTDEf8JY-agent .card:hover .mbr-text {
  opacity: .7;
}
.cid-unNTDEf8JY-agent .card:hover span {
  opacity: 1;
}
.cid-unNTDEf8JY-agent .card:hover .card-text span {
  transform: translate(0, -775%);
    
}
.cid-unNTDEf8JY-agent .card:hover .card-wrapper {
  background: rgba(16,44,82,0.5);
	background-image: url("../../images/star.webp");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.cid-unNTDEf8JY-agent .mbr-title,
.cid-unNTDEf8JY-agent .mbr-iconfont {
  color: #061440;
  text-align: center;
	line-height: 1.2;
}

.cid-unNTDEf8JY-agent h3 {
	font-size: 1.4rem !important;
}

.cid-unNTDEf8JY-senior {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #081a44;
}
.cid-unNTDEf8JY-senior .row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.cid-unNTDEf8JY-senior .card {
  padding: 0;
  height: 422px;
  position: relative;
}
.cid-unNTDEf8JY-senior .card img {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-unNTDEf8JY-senior .item-wrapper {
  height: 100%;
}
.cid-unNTDEf8JY-senior .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-unNTDEf8JY-senior .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: all .4s ease;
}
@media (max-width: 1200px) {
  .cid-unNTDEf8JY-senior .card-wrapper {
 /*   padding: 34px 31px;  */
  }
}
@media (max-width: 425px) {
  .cid-unNTDEf8JY-senior .card-wrapper {
/*    padding: 31px;  */
  }
}
.cid-unNTDEf8JY-senior .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
  text-align: center;
}
.cid-unNTDEf8JY-senior .mbr-title {
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-unNTDEf8JY-senior .mbr-title {
    margin-bottom: .5rem;
  }
}
.cid-unNTDEf8JY-senior .mbr-text {
  margin: 0;
  pointer-events: visible;
  color: #EAEAEA;
  text-align: center;
}
.cid-unNTDEf8JY-senior .card-text {
  transform: translate(0, 30%);
  transition: all .4s ease;
}
.cid-unNTDEf8JY-senior .card-text span {
  display: block;
/*  font-size: 24px;  */
  margin: 2rem auto 0;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-unNTDEf8JY-senior .card-text span {
    margin: 1.7rem auto 0;  
  }
}
.cid-unNTDEf8JY-senior .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-unNTDEf8JY-senior .card:hover .mbr-text {
  opacity: .7;
}
.cid-unNTDEf8JY-senior .card:hover span {
  opacity: 1;
}
.cid-unNTDEf8JY-senior .card:hover .card-text span {
  transform: translate(0, -775%);
    
}
.cid-unNTDEf8JY-senior .card:hover .card-wrapper {
  background: rgba(16,44,82,0.5);
	background-image: url("../../images/star.webp");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.cid-unNTDEf8JY-senior .mbr-title,
.cid-unNTDEf8JY-senior .mbr-iconfont {
  color: #061440;
  text-align: center;
	line-height: 1.2;
}

.cid-unNTDEf8JY-agent h3 {
	font-size: 1.4rem !important;
}



.cid-unNTDEf8JY-team {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #49a8b1;
}
.cid-unNTDEf8JY-team .row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.cid-unNTDEf8JY-team .card {
  padding: 0;
  height: 422px;
  position: relative;
}
.cid-unNTDEf8JY-team .card img {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-unNTDEf8JY-team .item-wrapper {
  height: 100%;
}
.cid-unNTDEf8JY-team .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-unNTDEf8JY-team .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: all .4s ease;
}
@media (max-width: 1200px) {
  .cid-unNTDEf8JY-team .card-wrapper {
 /*   padding: 34px 31px;  */
  }
}
@media (max-width: 425px) {
  .cid-unNTDEf8JY-team .card-wrapper {
/*    padding: 31px;  */
  }
}
.cid-unNTDEf8JY-team .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
  text-align: center;
}
.cid-unNTDEf8JY-team .mbr-title {
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-unNTDEf8JY-team .mbr-title {
    margin-bottom: .5rem;
  }
}
.cid-unNTDEf8JY-team .mbr-text {
  margin: 0;
  pointer-events: visible;
  color: #EAEAEA;
  text-align: center;
}
.cid-unNTDEf8JY-team .card-text {
  transform: translate(0, 30%);
  transition: all .4s ease;
}
.cid-unNTDEf8JY-team .card-text span {
  display: block;
/*  font-size: 24px;  */
  margin: 2rem auto 0;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-unNTDEf8JY-team .card-text span {
    margin: 1.7rem auto 0;  
  }
}
.cid-unNTDEf8JY-team .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-unNTDEf8JY-team .card:hover .mbr-text {
  opacity: .7;
}
.cid-unNTDEf8JY-team .card:hover span {
  opacity: 1;
}
.cid-unNTDEf8JY-team .card:hover .card-text {
  transform: translate(0, 100%);
    
}
.cid-unNTDEf8JY-team .card:hover .card-wrapper {
  background: rgba(16,44,82,0.5);
	background-image: url("../../images/star.webp");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.cid-unNTDEf8JY-team .mbr-title,
.cid-unNTDEf8JY-team .mbr-iconfont {
  color: #52b9bf;
  text-align: center;
	line-height: 1.2;
}

.cid-unNTDEf8JY-team h3 {
	font-size: 1.8rem !important;
    color:#fff;
}

.cid-unNTDEf8JY-team h4 {
    color:#fff;
}

.staff-bio {
	padding-top: 0px;
	padding-bottom: 0px;
  background: #ffffff;
}
.staff-bio .row-wrap {
  display: grid;
  grid-template-columns: minmax(320px, 480px) minmax(0, 1fr);
  max-width: 1400px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.staff-bio .row-wrap > [class*="col-"]:first-child,
.staff-bio .row-wrap > [class*="col-"]:first-child > .card-wrap {
  display: contents;
}
.staff-bio .row-wrap .image-wrap {
  grid-column: 1;
  grid-row: 1;
  background: #ffffff;
}
.staff-bio .row-wrap .image-wrap img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center;
}
.staff-bio .row-wrap .content-wrap {
  grid-column: 2;
  grid-row: 1;
  padding: 55px 48px 45px;
  background: #ffffff;
  color: #1d3140;
}
.staff-bio .row-wrap .content-wrap .card-title,
.staff-bio .row-wrap .content-wrap .mbr-role,
.staff-bio .row-wrap .content-wrap .card-text,
.staff-bio .row-wrap .content-wrap a {
  color: #1d3140 !important;
  text-align: left !important;
}
.staff-bio .row-wrap .content-wrap .card-title {
  margin-bottom: 0.5rem !important;
}
.staff-bio .row-wrap .content-wrap .mbr-role {
  margin-bottom: 1rem !important;
}
.staff-bio .row-wrap .content-wrap .social-row {
  justify-content: flex-start;
}
.staff-bio .row-wrap > .bio {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  max-width: none;
  padding: 55px 48px !important;
  background: #ffffff;
  color: #1d3140;
  border-top: 1px solid #ddd;
}
.staff-bio .row-wrap > .bio .bio {
  color: #1d3140;
  background: transparent;
}
@media (max-width: 991px) {
  .staff-bio .row-wrap {
    grid-template-columns: 1fr;
  }
  .staff-bio .row-wrap .image-wrap,
  .staff-bio .row-wrap .content-wrap,
  .staff-bio .row-wrap > .bio {
    grid-column: 1;
  }
  .staff-bio .row-wrap .image-wrap {
    grid-row: 1;
  }
  .staff-bio .row-wrap .content-wrap {
    grid-row: 2;
    padding: 40px 28px;
  }
  .staff-bio .row-wrap > .bio {
    grid-row: 3;
    padding: 40px 28px !important;
  }
  .staff-bio .row-wrap .image-wrap img {
    min-height: 380px;
    max-height: 560px;
  }
}
.cid-sFGGp6mJeM iframe{
	position: fixed;
    width: 80vw;  /* 80% of viewport width */
    height: 50vh; /* 50% of viewport height */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cid-sFGGp6mJeM {
  background: #52b9bf;
}
.cid-sFGGp6mJeM .row-wrap {
  background: #52b9bf;
}
.cid-sFGGp6mJeM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGGp6mJeM .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGGp6mJeM .card-wrap {
  background: #52b9bf;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGGp6mJeM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGGp6mJeM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGGp6mJeM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGGp6mJeM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGGp6mJeM .social-row {
  text-align: center;
}
.cid-sFGGp6mJeM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #102c52;
  transition: all 0.3s;
}
.cid-sFGGp6mJeM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #102c52;
  font-size: 1.5rem;
}
.cid-sFGGp6mJeM .social-row .soc-item:hover {
  background-color: #102c52;
}
.cid-sFGGp6mJeM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGGp6mJeM .card-title,
.cid-sFGGp6mJeM .social-row {
  color: #fff;
}
.cid-sFGGp6mJeM .card-text,
.cid-sFGGp6mJeM .mbr-section-btn,
.cid-sFGGp6mJeM .social-row {
  color: #bbbbbb;
}
.cid-sFGGp6mJeM .mbr-role,
.cid-sFGGp6mJeM .social-row {
  color: #fff;
}

.cid-sFGGp6mJeM .mbr-section-title {
  color: #fff;
}
.cid-sFGGp6mJeM .bio {
  color: #102c52;
	background-color: #fff;
}


.team-card {
  margin-bottom: 2rem;
}

.team-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.team-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 4 / 5;
}

.team-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.star-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0,0,0,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.star-shape {
  position: relative;

  width: 300px;
  height: 300px;

  background: #fff;

  clip-path: polygon(
    50% 0%,
    61% 34%,
    98% 35%,
    68% 56%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 56%,
    2% 35%,
    39% 34%
  );

  filter: drop-shadow(0 0 16px rgba(255,224,102,.85));

  transform: scale(.65) rotate(-8deg);
  transition: transform .35s ease;
}

.star-shape span {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 65px;

  text-align: center;

  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 700;

  color: #1f3b4d;
}
.team-card:hover img {
  transform: scale(1.06);
}

.team-card:hover .star-overlay {
  opacity: 1;
}

.team-card:hover .star-shape {
  transform: scale(1) rotate(0deg);
}

.team-text {
  text-align: center;
  padding: 1rem .5rem 0;
}

.team-text h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
}

.team-text h4 {
  margin: .25rem 0 0;
  font-size: 1rem;
  font-weight: 600;
}

.cid-uqzqit1M6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #49a8b1;
}
.cid-uqzqit1M6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqzqit1M6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqzqit1M6E .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqzqit1M6E .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uqzqit1M6E .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uqzqit1M6E .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqzqit1M6E .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqzqit1M6E .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uqzqit1M6E .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #102c52;
}
@media (max-width: 992px) {
  .cid-uqzqit1M6E .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uqzqit1M6E .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqzqit1M6E .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqzqit1M6E .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqzqit1M6E .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqzqit1M6E .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #52b9bf;
}
@media (max-width: 992px) {
  .cid-uqzqit1M6E .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uqzqit1M6E .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.cid-uqzqit1M6E .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uqzqit1M6E .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uqzqit1M6E .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqzqit1M6E .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}

.cid-uqzqit1M6E .panel-group a{
    color:#fff;
    font-weight:bold;
}
.cid-uqzqit1M6E .mbr-section-title {
  color: #404349;
}
.cid-uqzqit1M6E .panel-title-edit {
  color: #eee;
}
.cid-uqzqit1M6E .panel-text {
  color: #eee;
}

/* Hide original Mobirise plus icon */
#list02-6 .icon-wrapper .sign,
#list02-6 .icon-wrapper .mobi-mbri-plus {
    display: none !important;
}

/* Wrapper for custom star */
#list02-6 .icon-wrapper {
    position: relative;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}


#list02-6 .icon-wrapper::before {
    content: "";

    width: 22px;
    height: 22px;

    display: block;

   background: #fff;

    clip-path: polygon(
        50% 0%,
        61% 38%,
        100% 38%,
        68% 59%,
        79% 100%,
        50% 74%,
        21% 100%,
        32% 59%,
        0% 38%,
        39% 38%
    );

    transition:
        transform .35s ease,
        background .35s ease;
filter:
    drop-shadow(0 0 2px rgba(255,255,255,.35))
    drop-shadow(0 0 6px rgba(255,224,102,.35));
}

/* Hover effect */
#list02-6 .card-header:hover .icon-wrapper::before {
    transform: scale(1.12) rotate(10deg);
}

/* Open accordion state */
#list02-6 .panel-title:not(.collapsed) .icon-wrapper::before {
    background: #ffe066;
    transform: rotate(144deg) scale(1.15);
}

#agent {
    color:#081a44!important;
}

.slider-text {
    font-family: 'Cormorant Garamond', serif;
font-weight: 600;
letter-spacing: 0.02em;
}

.image-card-section {
  padding: 40px 20px;
  background-color: #fff;
}

.image-card-section .container-fluid {
  background-color: #fff !important;
}

.image-card-section .row {
  row-gap: 40px;
  justify-content: center;
}

.image-card-section [class*="col-"] {
  display: flex;
}

.image-card-section [class*="col-"] > * {
  flex: 1;
}

.image-card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.image-card {
  position: relative;
  height: 350px;
  max-width: 600px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease;
	box-shadow: 3px 3px 5px #777;
}

.image-card:hover {
  transform: translateY(-5px);
}

.image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.35) 45%,
    rgba(0,0,0,0.1) 100%
  );
  transition: background 0.3s ease;
}

.image-card-link:hover .image-card::before {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.45) 45%,
    rgba(0,0,0,0.15) 100%
  );
}

.image-card-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  width: 100%;
  height: 210px;
  box-sizing: border-box;
  color: #fff;
}

.image-card-content h2 {
  margin-bottom: 8px;
  font-size: 2rem;
}

.image-card-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .image-card-section {
    padding: 50px 30px;
  }
}

@media (min-width: 1200px) {
  .image-card {
    height: 400px;
  }
}

#contact a {
    color:#49a8b1;
    font-weight: bold;
}


.profile-card-section {
  background: #fff;
  padding: 40px 20px;
    color:#081a44;
}

.profile-card {
  display: grid;
  grid-template-columns: 480px 1fr;
  background: #ffffff;
}

.profile-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.profile-content {
  padding: 55px 48px 45px;
}

.profile-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.profile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: .85rem;
}

.profile-btn.primary {
  background: #081a44;
  color: #ffffff;
  border: 2px solid #081a44;
}

.profile-btn.outline {
  background: transparent;
  color: #081a44;
  border: 2px solid #081a44;
}

.profile-content hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0 0 36px;
}

.specialties-label {
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .04em;
  color: #1d3140;
  margin-bottom: 18px;
}

.specialty-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.specialty-tags span {
  background: #081a44;
  color: #fff;
  padding: 15px 16px 12px;
  border-radius: 4px;
  font-size: .9rem;
}

@media (max-width: 991px) {
  .profile-card {
    grid-template-columns: 1fr;
  }

  .profile-image img {
    min-height: 380px;
  }

  .profile-content {
    padding: 40px 28px;
  }

  .profile-buttons {
    flex-direction: column;
  }

  .profile-btn {
    width: 100%;
  }
}

.social-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0 25px;
}

.social-row .soc-item {
    display: flex;
}

.social-row .soc-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-decoration: none;
    background: #081a44;
    color: #fff;
    transition: all .3s ease;
}

.social-row .soc-item a:hover {
    background: #52b9bf;
    color: #fff;
}

.social-row .mbr-iconfont {
    font-size: 20px;
}

.profile-card-section .bio-row {
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  margin: 0 auto;
  overflow: hidden;
}

.profile-card-section .bio-content {
  padding: 55px 48px;
  color: #1d3140;
}

.profile-card-section .bio-content h3 {
  color: #1d3140;
  margin-bottom: 24px;
}

.profile-card-section .bio-content p,
.profile-card-section .bio-content li {
  color: #1d3140;
  line-height: 1.6;
}

.profile-card-section .bio-content ul {
  padding-left: 22px;
  margin-bottom: 0;
}

.profile-back-section {
  padding: 1.5rem 0 3rem;
  background: #ffffff;
}

.profile-back-section .container-fluid {
  padding-right: 3rem;
  padding-left: 3rem;
}

.profile-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 2px solid #081a44;
  border-radius: 20px;
  color: #081a44;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.profile-back-link:hover,
.profile-back-link:focus-visible {
  color: #ffffff;
  background: #081a44;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .profile-back-section .container-fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (max-width: 991px) {
  .profile-card-section .bio-content {
    padding: 40px 28px;
  }
}

.reviews-section {
  background: #f8f5f0;
  padding: 70px 20px;
}

.reviews-title {
  color: #1d3140;
  font-size: 2rem;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d8c8b0;
}

.review-card {
  background: #ffffff;
  border-left: 4px solid #7ab7b1;
  border-radius: 6px;
  padding: 32px 28px;
  margin-bottom: 28px;
  box-shadow: 0 12px 28px rgba(29, 49, 64, 0.08);
}

.review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.stars {
  color: #306e74;
  font-size: 1.25rem;
  letter-spacing: 3px;
}

.google-g {
  color: #306e74;
  font-size: 1.5rem;
  font-weight: 700;
}

.review-text {
  color: #1d3140;
  font-size: 1.05rem;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 28px;
}

.review-author {
  color: #306e74;
  font-weight: 700;
  margin-bottom: 6px;
}

.review-meta {
  color: #52636e;
  font-size: 0.9rem;
  margin: 0;
}

@media (max-width: 767px) {
  .reviews-section {
    padding: 50px 18px;
  }

  .review-card {
    padding: 26px 22px;
  }
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 40px; /* row-gap column-gap */
}

.resort-brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  overflow: hidden;
  background: #f4f9f9;
}

.resort-brand-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  gap: 0.55rem;
  padding: 0.8rem;
  border: 1px solid #cfe2e2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 3px 5px 12px rgba(24, 73, 79, 0.12);
  text-align: center;
}

.resort-brand-logo-card img {
  display: block;
  width: 90%;
  max-width: 150px;
  height: 78%;
  max-height: 92px;
  object-fit: contain;
}

.resort-brand-logo-card img[src$="sandals.webp"] {
  filter: brightness(0) saturate(100%) invert(20%) sepia(25%) saturate(1049%) hue-rotate(151deg) brightness(89%) contrast(91%);
}

.resort-brand-logo-wide {
  grid-column: 1 / -1;
}

.resort-brand-logo-wide img {
  max-width: 240px;
}

@media (max-width: 991.98px) {
  .resort-brands-section .row {
    flex-direction: column-reverse;
  }

  .resort-brand-logo-grid {
    min-height: 760px;
  }

  .resort-brand-logo-card img {
    max-width: 180px;
    max-height: 105px;
  }
}

hr {
    border: 0;
    height: 10px;
    background-color: #081a44;
    opacity: 1;
}
