@charset "UTF-8";
/**
* 02.4 LINE-HEIGHTS & LETTER-SPACING
*/
/**
*
* 03. SHAPES 
*
*/
/**
* nav
*/
/**
*
* 04. SHADOWS
*
*/
/**
*
* 06. Responsive & Breakpoints
*
*/
/**
*
* 07. Spacer values
*
*/
@keyframes border-animate-width-ltr {
  0% {
    clip-path: inset(0 43rem 0 0);
  }
  33% {
    clip-path: inset(0 33rem 0 0);
  }
  66% {
    clip-path: inset(0 23rem 0 0);
  }
  88% {
    clip-path: inset(0 13rem 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes border-animate-width-rtl {
  0% {
    clip-path: inset(0 0 0 43rem);
  }
  33% {
    clip-path: inset(0 0 0 33rem);
  }
  66% {
    clip-path: inset(0 0 0 23rem);
  }
  88% {
    clip-path: inset(0 0 0 13rem);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.splide__pagination {
  display: block;
  text-align: center;
}
.splide__pagination__page {
  background: #8e794e;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.5rem;
}
.splide__pagination__page.is-active {
  background: #002b5c;
}

.linkwrap {
  text-decoration: none;
}
.linkwrap:hover {
  opacity: 0.8;
}

.bm__container {
  padding-inline: 2.4rem;
}
@media (min-width: 768px) {
  .bm__container {
    padding-inline: 3.2rem;
  }
}
@media (min-width: 992px) {
  .bm__container {
    padding-inline: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .bm__container {
    padding-inline: 8rem;
  }
}
@media (min-width: 1920px) {
  .bm__container {
    padding-inline: 16rem;
  }
}
@media (min-width: 2560px) {
  .bm__container {
    padding-inline: 0;
    width: 1600px;
    margin-inline: auto;
  }
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.7;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #002b5c;
  opacity: 1;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #002b5c;
  height: auto;
  transition: fill 0.2s linear;
  width: auto;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: transparent;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #002b5c;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #002b5c;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: transparent;
  border: 1px solid rgba(142, 121, 78, 0.2);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px 8px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear, transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: rgba(142, 121, 78, 0.2);
  transform: scale(1);
  z-index: 1;
}

.splide__pagination__page:hover {
  background: transparent;
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #002b5c;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #002b5c;
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #002b5c;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #002b5c;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #002b5c;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #002b5c;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #002b5c;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #002b5c;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #002b5c;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #002b5c;
  outline-offset: 3px;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

#search-pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 4rem;
  flex-wrap: wrap; /* Allow wrapping on small screens */
  max-width: 100%;
  overflow-x: hidden; /* Prevent horizontal scrolling */
  /* Hide some page numbers on small screens */
}
#search-pagination-container .page-numbers {
  min-width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #002b5c;
  color: #002b5c;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #search-pagination-container .page-numbers {
    min-width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }
}
#search-pagination-container .page-numbers:hover {
  background-color: #002b5c;
  color: white;
}
#search-pagination-container .page-numbers.current {
  background-color: #002b5c;
  color: white;
  cursor: default;
}
#search-pagination-container .page-numbers.dots {
  border: none;
  cursor: default;
}
#search-pagination-container .page-numbers.dots:hover {
  background-color: transparent;
  color: #002b5c;
}
@media screen and (max-width: 480px) {
  #search-pagination-container .page-numbers.dots {
    /* Reduce space taken by dots on mobile */
    padding: 0 0.5rem;
    min-width: auto;
  }
}
#search-pagination-container .page-numbers.prev, #search-pagination-container .page-numbers.next {
  padding: 0 1.6rem;
}
@media screen and (max-width: 480px) {
  #search-pagination-container .page-numbers.prev, #search-pagination-container .page-numbers.next {
    /* Use icons instead of text on very small screens */
    padding: 0;
    font-size: 0;
  }
  #search-pagination-container .page-numbers.prev .nav-prev-text,
  #search-pagination-container .page-numbers.prev .nav-next-text, #search-pagination-container .page-numbers.next .nav-prev-text,
  #search-pagination-container .page-numbers.next .nav-next-text {
    display: none;
  }
  #search-pagination-container .page-numbers.prev::after, #search-pagination-container .page-numbers.next::after {
    content: "←"; /* Left arrow for previous */
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  #search-pagination-container .page-numbers.next::after {
    content: "→"; /* Right arrow for next */
  }
}
#search-pagination-container .page-link {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  margin: 0.2rem; /* Add small margin for better spacing on mobile */
}
#search-pagination-container .page-link.-text {
  border: 1px solid transparent;
  background-color: transparent;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 3rem; /* Ensure consistent width */
  text-align: center;
}
#search-pagination-container .page-link.-text.active {
  font-weight: 900;
  text-decoration: underline;
}
#search-pagination-container .page-link.-text:hover {
  text-decoration: underline;
}
#search-pagination-container .page-link.-prev, #search-pagination-container .page-link.-next {
  margin-inline: 0.5rem;
  white-space: nowrap; /* Prevent text wrapping */
}
@media screen and (max-width: 480px) {
  #search-pagination-container .page-link.-prev, #search-pagination-container .page-link.-next {
    /* Use icons instead of text on very small screens */
    font-size: 0;
    position: relative;
    min-width: 3rem;
  }
  #search-pagination-container .page-link.-prev::before, #search-pagination-container .page-link.-next::before {
    content: "←"; /* Left arrow for previous */
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  #search-pagination-container .page-link.-next::before {
    content: "→"; /* Right arrow for next */
  }
}
#search-pagination-container .page-link:hover {
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  #search-pagination-container .elipse {
    display: none;
  }
}

.cta-ctnr {
  display: flex;
}

.cta {
  font-family: "Gotham", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.1rem;
  display: inline-block;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 0rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  min-width: 15.6rem;
  /* Outline Border Colour Button - When hover it fills background
  cta -outline
  [-primary, -primary-light, -primary-dark, 
  -secondary, -secondary-light, -secondary-dark,
  -tertiary , -tertiary-light, -tertiary-dark
  -black
  -white
  -neutral
  ]
   */
  /* Text Link Button - 
  cta -text */
}
.cta.-plain.-primary {
  color: #ffffff;
  background-color: #002b5c;
  border: 1px solid #002b5c;
}
.cta.-plain.-primary:hover {
  color: #002b5c;
  border: 1px solid #002b5c;
  background-color: #ffffff;
}
.cta.-plain.-primary:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid #002b5c;
}
.cta.-plain.-primary:hover.-clear {
  background-color: transparent;
  border: 1px solid #002b5c;
}
.cta.-plain.-primary-light {
  color: #ffffff;
  background-color: rgba(0, 43, 92, 0.2);
}
.cta.-plain.-primary-light:hover {
  color: rgba(0, 43, 92, 0.2);
  background-color: #ffffff;
  border: 1px solid rgba(0, 43, 92, 0.2);
}
.cta.-plain.-primary-light:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid rgba(0, 43, 92, 0.2);
}
.cta.-plain.-primary-light:hover.-clear {
  background-color: transparent;
  border: 1px solid rgba(0, 43, 92, 0.2);
}
.cta.-plain.-primary-dark {
  color: #ffffff;
  background-color: rgba(0, 43, 92, 0.8);
}
.cta.-plain.-primary-dark:hover {
  color: rgba(0, 43, 92, 0.8);
  background-color: #ffffff;
  border: 1px solid rgba(0, 43, 92, 0.8);
}
.cta.-plain.-primary-dark:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid rgba(0, 43, 92, 0.8);
}
.cta.-plain.-primary-dark:hover.-clear {
  background-color: transparent;
  border: 1px solid rgba(0, 43, 92, 0.8);
}
.cta.-plain.-secondary {
  color: #ffffff;
  background-color: #8e794e;
  border: 1px solid #8e794e;
}
.cta.-plain.-secondary:hover {
  color: #8e794e;
  background-color: #ffffff;
  border: 1px solid #8e794e;
}
.cta.-plain.-secondary:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid #8e794e;
}
.cta.-plain.-secondary:hover.-clear {
  background-color: transparent;
  border: 1px solid #8e794e;
}
.cta.-plain.-secondary-light {
  color: #ffffff;
  background-color: rgba(142, 121, 78, 0.2);
}
.cta.-plain.-secondary-light:hover {
  color: rgba(142, 121, 78, 0.2);
  background-color: #ffffff;
  border: 1px solid rgba(142, 121, 78, 0.2);
}
.cta.-plain.-secondary-light:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid rgba(142, 121, 78, 0.2);
}
.cta.-plain.-secondary-light:hover.-clear {
  background-color: transparent;
  border: 1px solid rgba(142, 121, 78, 0.2);
}
.cta.-plain.-secondary-dark {
  color: #ffffff;
  background-color: rgba(142, 121, 78, 0.8);
}
.cta.-plain.-secondary-dark:hover {
  color: rgba(142, 121, 78, 0.8);
  background-color: #ffffff;
  border: 1px solid rgba(142, 121, 78, 0.8);
}
.cta.-plain.-secondary-dark:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid rgba(142, 121, 78, 0.8);
}
.cta.-plain.-secondary-dark:hover.-clear {
  background-color: transparent;
  border: 1px solid rgba(142, 121, 78, 0.8);
}
.cta.-plain.-tertiary {
  color: #ffffff;
  background-color: #007a84;
}
.cta.-plain.-tertiary:hover {
  color: #007a84;
  background-color: #ffffff;
  border: 1px solid #007a84;
}
.cta.-plain.-tertiary:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid #007a84;
}
.cta.-plain.-tertiary:hover.-clear {
  background-color: transparent;
  border: 1px solid #007a84;
}
.cta.-plain.-tertiary-light {
  color: #ffffff;
  background-color: rgba(0, 122, 132, 0.2);
}
.cta.-plain.-tertiary-light:hover {
  color: rgba(0, 122, 132, 0.2);
  background-color: #ffffff;
  border: 1px solid rgba(0, 122, 132, 0.2);
}
.cta.-plain.-tertiary-light:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid rgba(0, 122, 132, 0.2);
}
.cta.-plain.-tertiary-light:hover.-clear {
  background-color: transparent;
  border: 1px solid rgba(0, 122, 132, 0.2);
}
.cta.-plain.-tertiary-dark {
  color: #ffffff;
  background-color: rgba(0, 122, 132, 0.8);
}
.cta.-plain.-tertiary-dark:hover {
  color: rgba(0, 122, 132, 0.8);
  background-color: #ffffff;
  border: 1px solid rgba(0, 122, 132, 0.8);
}
.cta.-plain.-tertiary-dark:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid rgba(0, 122, 132, 0.8);
}
.cta.-plain.-tertiary-dark:hover.-clear {
  background-color: transparent;
  border: 1px solid rgba(0, 122, 132, 0.8);
}
.cta.-plain.-black {
  color: #002b5c;
  background-color: #002b5c;
}
.cta.-plain.-black:hover {
  color: #002b5c;
  background-color: #002b5c;
  border: 1px solid #002b5c;
}
.cta.-plain.-black:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid #002b5c;
}
.cta.-plain.-black:hover.-clear {
  background-color: transparent;
  border: 1px solid #002b5c;
}
.cta.-plain.-white {
  color: #002b5c;
  background-color: #ffffff;
}
.cta.-plain.-white.-on-bg_white {
  background-color: #ffffff;
}
.cta.-plain.-white:hover {
  color: #ffffff;
  background-color: #002b5c;
}
.cta.-plain.-neutral {
  color: #002b5c;
  background-color: #ffffff;
}
.cta.-plain.-neutral:hover {
  color: #002b5c;
  background-color: #002b5c;
}
.cta.-outline.-primary {
  color: #002b5c;
  border: 1px solid #002b5c;
}
.cta.-outline.-primary:hover {
  color: #ffffff;
  background-color: #002b5c;
}
.cta.-outline.-primary-light {
  color: rgba(0, 43, 92, 0.2);
  border: 1px solid rgba(0, 43, 92, 0.2);
}
.cta.-outline.-primary-light:hover {
  color: #ffffff;
  background-color: rgba(0, 43, 92, 0.2);
}
.cta.-outline.-primary-dark {
  color: rgba(0, 43, 92, 0.8);
  border: 1px solid rgba(0, 43, 92, 0.8);
}
.cta.-outline.-primary-dark:hover {
  color: #ffffff;
  background-color: rgba(0, 43, 92, 0.8);
}
.cta.-outline.-secondary {
  color: #8e794e;
  border: 1px solid #8e794e;
}
.cta.-outline.-secondary:hover {
  color: #ffffff;
  background-color: #8e794e;
}
.cta.-outline.-secondary-light {
  color: rgba(142, 121, 78, 0.2);
  border: 1px solid rgba(142, 121, 78, 0.2);
}
.cta.-outline.-secondary-light:hover {
  color: #ffffff;
  background-color: rgba(142, 121, 78, 0.2);
}
.cta.-outline.-secondary-dark {
  color: rgba(142, 121, 78, 0.8);
  border: 1px solid rgba(142, 121, 78, 0.8);
}
.cta.-outline.-secondary-dark:hover {
  color: #ffffff;
  background-color: rgba(142, 121, 78, 0.8);
}
.cta.-outline.-tertiary {
  color: #007a84;
  border: 1px solid #007a84;
}
.cta.-outline.-tertiary:hover {
  color: #ffffff;
  background-color: #007a84;
}
.cta.-outline.-tertiary-light {
  color: rgba(0, 122, 132, 0.2);
  border: 1px solid rgba(0, 122, 132, 0.2);
}
.cta.-outline.-tertiary-light:hover {
  color: #ffffff;
  background-color: rgba(0, 122, 132, 0.2);
}
.cta.-outline.-tertiary-dark {
  color: rgba(0, 122, 132, 0.8);
  border: 1px solid rgba(0, 122, 132, 0.8);
}
.cta.-outline.-tertiary-dark:hover {
  color: #ffffff;
  background-color: rgba(0, 122, 132, 0.8);
}
.cta.-outline.-black {
  color: #002b5c;
  border: 1px solid #002b5c;
}
.cta.-outline.-black:hover {
  color: #ffffff !important;
  background-color: #002b5c;
}
.cta.-outline.-white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cta.-outline.-white:hover {
  color: #002b5c;
  background-color: #ffffff;
}
.cta.-outline.-neutral {
  color: #002b5c;
  border: 1px solid #002b5c;
}
.cta.-outline.-neutral:hover {
  color: #002b5c;
  background-color: #ffffff;
}
.cta.-text {
  color: #002b5c;
  margin-top: 2.4rem;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  padding: 0;
  min-width: auto;
  position: relative;
}
@media (min-width: 768px) {
  .cta.-text {
    margin-top: 1.6rem;
  }
}
.cta.-text:hover {
  cursor: pointer;
}
.cta.-text.-underline {
  text-decoration: underline;
}
.cta.-text.-primary {
  color: #002b5c;
  position: relative;
  border-bottom: 1px solid #002b5c;
}
.cta.-text.-primary::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #002b5c;
  left: 0;
  bottom: -1px;
  top: auto;
  max-width: 100%;
  z-index: 1000;
}
.cta.-text.-primary:hover {
  border-bottom: 1px solid transparent;
}
.cta.-text.-primary:hover::after {
  width: 100%;
  transition: all 0.4s ease-in;
}
.cta.-text.-secondary {
  color: #8e794e;
  position: relative;
  border-bottom: 1px solid #8e794e;
}
.cta.-text.-secondary::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #8e794e;
  left: 0;
  bottom: -1px;
  top: auto;
  max-width: 100%;
  z-index: 1000;
}
.cta.-text.-secondary:hover {
  border-bottom: 1px solid transparent;
}
.cta.-text.-secondary:hover::after {
  width: 100%;
  transition: all 0.4s ease-in;
}
.cta.-text.-tertiary {
  color: #007a84;
  position: relative;
  border-bottom: 1px solid #007a84;
}
.cta.-text.-tertiary::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #007a84;
  left: 0;
  bottom: -1px;
  top: auto;
  max-width: 100%;
  z-index: 1000;
}
.cta.-text.-tertiary:hover {
  border-bottom: 1px solid transparent;
}
.cta.-text.-tertiary:hover::after {
  width: 100%;
  transition: all 0.4s ease-in;
}
.cta.-text.-white {
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.cta.-text.-white::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  left: 0;
  bottom: -1px;
  top: auto;
  max-width: 100%;
  z-index: 1000;
}
.cta.-text.-white:hover {
  border-bottom: 1px solid transparent;
}
.cta.-text.-white:hover::after {
  width: 100%;
  transition: all 0.4s ease-in;
}
.cta .-inherit {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

.cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

/**
*
* Headings & titles
*
*/
h1,
.bm__h1 {
  font-family: "Berkeley Oldstyle", serif;
  font-size: 4rem;
  line-height: 130%;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 768px) {
  h1,
  .bm__h1 {
    font-size: 4rem;
    line-height: 130%;
  }
}
@media all and (min-width: 1200px) {
  h1,
  .bm__h1 {
    font-size: 5.6rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1920px) {
  h1,
  .bm__h1 {
    font-size: 5.6rem;
    line-height: 160%;
  }
}

h2,
.bm__h2,
.bm__h2 p {
  font-family: "Berkeley Oldstyle", serif;
  font-size: 3.2rem;
  line-height: 130%;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 2.56px;
}
@media all and (min-width: 768px) {
  h2,
  .bm__h2,
  .bm__h2 p {
    font-size: 3.2rem;
    line-height: 130%;
  }
}
@media all and (min-width: 1200px) {
  h2,
  .bm__h2,
  .bm__h2 p {
    font-size: 4rem;
    line-height: 145%;
    letter-spacing: 3.2px;
  }
}
@media all and (min-width: 1920px) {
  h2,
  .bm__h2,
  .bm__h2 p {
    font-size: 4rem;
    line-height: 145%;
  }
}

h3,
.bm__h3,
.bm__h3 p {
  font-family: "Berkeley Oldstyle", serif;
  font-size: 2.4rem;
  line-height: 130%;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 1.5px;
}
@media all and (min-width: 768px) {
  h3,
  .bm__h3,
  .bm__h3 p {
    font-size: 2.4rem;
    line-height: 130%;
  }
}
@media all and (min-width: 1200px) {
  h3,
  .bm__h3,
  .bm__h3 p {
    font-size: 3.3rem;
    line-height: 130%;
  }
}
@media all and (min-width: 1920px) {
  h3,
  .bm__h3,
  .bm__h3 p {
    font-size: 3.3rem;
    line-height: 130%;
  }
}

h4,
.bm__h4 {
  font-family: "Berkeley Oldstyle", serif;
  font-size: 2.2rem;
  line-height: 160%;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 768px) {
  h4,
  .bm__h4 {
    font-size: 2.2rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1200px) {
  h4,
  .bm__h4 {
    font-size: 2.7rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1920px) {
  h4,
  .bm__h4 {
    font-size: 2.7rem;
    line-height: 160%;
  }
}

h5,
.bm__h5 {
  font-family: "Berkeley Oldstyle", serif;
  font-size: 1.9rem;
  line-height: 160%;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 768px) {
  h5,
  .bm__h5 {
    font-size: 1.9rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1200px) {
  h5,
  .bm__h5 {
    font-size: 2.2rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1920px) {
  h5,
  .bm__h5 {
    font-size: 2.2rem;
    line-height: 160%;
  }
}

h6,
.bm__h6,
.bm__h6 p {
  font-family: "Berkeley Oldstyle", serif;
  font-size: 1.7rem;
  line-height: 160%;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 768px) {
  h6,
  .bm__h6,
  .bm__h6 p {
    font-size: 1.7rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1200px) {
  h6,
  .bm__h6,
  .bm__h6 p {
    font-size: 1.8rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1920px) {
  h6,
  .bm__h6,
  .bm__h6 p {
    font-size: 1.8rem;
    line-height: 160%;
  }
}

.bm__h7,
.bm__h7 p {
  font-family: "Berkeley Oldstyle", serif;
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: 300;
}
@media all and (min-width: 768px) {
  .bm__h7,
  .bm__h7 p {
    font-size: 1.4rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1200px) {
  .bm__h7,
  .bm__h7 p {
    font-size: 1.4rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1920px) {
  .bm__h7,
  .bm__h7 p {
    font-size: 1.4rem;
    line-height: 160%;
  }
}

/**
*
* Markup types
*
*/
html {
  font-size: 62.5%;
}
html.sr .load-hidden {
  visibility: hidden;
}

body {
  font-family: "Gotham", sans-serif;
  font-size: 1.4rem;
  line-height: 160%;
  color: #002b5c;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 1920px) {
  body {
    font-size: 1.6rem;
    line-height: 160%;
  }
}

a {
  color: #002b5c;
}
a:hover {
  color: #001329;
}

p {
  font-family: "Gotham", sans-serif;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 1440px) {
  p {
    font-size: 1.6rem;
    line-height: 160%;
  }
}

img {
  max-width: 100%;
}

.dark {
  color: #ffffff !important;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark li,
.dark p {
  color: #ffffff !important;
}

.light {
  color: #002b5c !important;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light a,
.light li,
.light p {
  color: #002b5c !important;
}

#site-main {
  background-color: #ffffff;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

/**
*
* SOCIAL ICONS
*
*/
.social-menu {
  width: 100%;
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
}
@media all and (min-width: 992px) {
  .social-menu {
    justify-content: space-between;
  }
}
.social-menu li {
  margin-right: 0;
  border-radius: 4px;
  width: 50px;
}
.social-menu li:last-child {
  margin-right: 0;
}
.social-menu a {
  text-decoration: none;
  color: #002b5c;
  transition: ease-in-out 0.2s;
}
.social-menu a:hover {
  color: #002b5c;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}
.social-menu i {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  fill: #002b5c !important;
  background-size: contain;
}
.social-menu i.instagram {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.94 15.6844C29.8917 14.655 29.7224 13.9513 29.475 13.3363C29.2192 12.7003 28.8774 12.1611 28.3217 11.6234C27.7659 11.0858 27.2083 10.7553 26.5509 10.5078C25.915 10.2684 25.1874 10.1048 24.1233 10.058C23.0567 10.0113 22.7159 10 20 10C17.2842 10 16.9433 10.0113 15.8767 10.058C14.8125 10.1048 14.085 10.2684 13.4492 10.5078C12.7917 10.7553 12.2342 11.0858 11.6783 11.6234C11.1225 12.1611 10.7808 12.7003 10.525 13.3363C10.2775 13.9513 10.1083 14.655 10.06 15.6844C10.0117 16.7161 10 17.0458 10 19.6728C10 22.2998 10.0117 22.6294 10.06 23.6612C10.1083 24.6905 10.2775 25.3942 10.525 26.0093C10.7808 26.6452 11.1225 27.1846 11.6783 27.7222C12.2342 28.2597 12.7917 28.5903 13.4492 28.8377C14.085 29.0771 14.8125 29.24 15.8767 29.2875C16.9433 29.3343 17.2842 29.3456 20 29.3456C22.7159 29.3456 23.0567 29.3343 24.1233 29.2875C25.1874 29.2408 25.915 29.0771 26.5509 28.8377C27.2083 28.5903 27.7659 28.2597 28.3217 27.7222C28.8774 27.1846 29.2192 26.6452 29.475 26.0093C29.7224 25.3942 29.8909 24.6905 29.94 23.6612C29.9883 22.6294 30 22.2998 30 19.6728C30 17.0458 29.9883 16.7161 29.94 15.6844ZM28.14 23.5814C28.0958 24.5245 27.9324 25.0363 27.7959 25.3773C27.6141 25.8287 27.3976 26.1512 27.0476 26.4897C26.6976 26.8283 26.3641 27.0377 25.8974 27.2136C25.545 27.3457 25.0159 27.5037 24.0409 27.5464C22.9867 27.5932 22.67 27.6029 20 27.6029C17.33 27.6029 17.0133 27.5932 15.9592 27.5464C14.9842 27.5037 14.455 27.3457 14.1025 27.2136C13.6358 27.0377 13.3025 26.8283 12.9525 26.4897C12.6025 26.1512 12.3858 25.8287 12.2042 25.3773C12.0675 25.0363 11.9042 24.5245 11.86 23.5814C11.8117 22.5617 11.8017 22.2554 11.8017 19.6728C11.8017 17.0902 11.8117 16.7838 11.86 15.7642C11.9042 14.8211 12.0675 14.3092 12.2042 13.9683C12.3858 13.5169 12.6025 13.1944 12.9525 12.8559C13.3025 12.5173 13.6358 12.3078 14.1025 12.132C14.455 11.9998 14.9842 11.8419 15.9592 11.7991C17.0133 11.7524 17.33 11.7427 20 11.7427C22.67 11.7427 22.9867 11.7524 24.0409 11.7991C25.0159 11.8419 25.545 11.9998 25.8974 12.132C26.3641 12.3078 26.6976 12.5173 27.0476 12.8559C27.3976 13.1944 27.6141 13.5169 27.7959 13.9683C27.9324 14.3092 28.0958 14.8211 28.14 15.7642C28.1883 16.7838 28.1983 17.0902 28.1983 19.6728C28.1983 22.2554 28.1883 22.5617 28.14 23.5814ZM20 14.7058C17.1642 14.7058 14.865 16.9297 14.865 19.6728C14.865 22.4158 17.1642 24.6398 20 24.6398C22.8358 24.6398 25.135 22.4158 25.135 19.6728C25.135 16.9297 22.8358 14.7058 20 14.7058ZM20 22.897C18.1592 22.897 16.6667 21.4533 16.6667 19.6728C16.6667 17.8922 18.1592 16.4485 20 16.4485C21.8408 16.4485 23.3333 17.8922 23.3333 19.6728C23.3333 21.4533 21.8408 22.897 20 22.897ZM26.5383 14.5091C26.5383 15.15 26.0009 15.6699 25.3383 15.6699C24.6759 15.6699 24.1383 15.15 24.1383 14.5091C24.1383 13.8683 24.6759 13.3484 25.3383 13.3484C26.0009 13.3484 26.5383 13.8683 26.5383 14.5091Z" fill="%23002b5c"/><circle cx="20" cy="20" r="19.5" stroke="%23002b5c"/></svg>');
}
.social-menu i.facebook {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3193 20.3034H17.4893V29.0335C17.4893 29.2059 17.6322 29.3456 17.8086 29.3456H21.4879C21.6643 29.3456 21.8072 29.2059 21.8072 29.0335V20.3446H24.3018C24.464 20.3446 24.6004 20.2256 24.619 20.0682L24.9978 16.8542C25.0082 16.7658 24.9796 16.6772 24.919 16.6109C24.8584 16.5445 24.7717 16.5065 24.6807 16.5065H21.8073V14.4918C21.8073 13.8845 22.1419 13.5765 22.802 13.5765C22.896 13.5765 24.6807 13.5765 24.6807 13.5765C24.8571 13.5765 25 13.4368 25 13.2645V10.3143C25 10.142 24.8571 10.0023 24.6807 10.0023H22.0915C22.0733 10.0014 22.0327 10 21.973 10C21.5237 10 19.9622 10.0862 18.7287 11.1951C17.362 12.424 17.5519 13.8954 17.5973 14.1505V16.5064H15.3193C15.1429 16.5064 15 16.6461 15 16.8184V19.9914C15 20.1637 15.1429 20.3034 15.3193 20.3034Z" fill="%23002b5c"/><circle cx="20" cy="20" r="19.5" stroke="%23002b5c"/></svg>');
}
.social-menu i.twitter {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0514 10L18.2557 20.6698L10 29.3456H11.858L19.0869 21.75L24.9269 29.3456H31.25L22.5833 18.0752L30.2688 10H28.4108L21.7537 16.995L16.3745 10H10.0514ZM12.7845 11.3316H15.6891L28.5169 28.0147H25.6122L12.7845 11.3316Z" fill="%23002b5c"/><circle cx="20" cy="20" r="19.5" stroke="%23002b5c"/></svg>');
}
.social-menu i.youtube {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.5821 15.2654C29.3521 14.3733 28.6742 13.6715 27.8141 13.4331C26.254 13 20 13 20 13C20 13 13.7453 13 12.1859 13.4331C11.3251 13.6715 10.6479 14.3741 10.4179 15.2654C10 16.8823 10 20.2546 10 20.2546C10 20.2546 10 23.6276 10.4179 25.2438C10.6479 26.1358 11.3258 26.8376 12.1859 27.076C13.746 27.5092 20 27.5092 20 27.5092C20 27.5092 26.2547 27.5092 27.8141 27.076C28.6749 26.8376 29.3521 26.1351 29.5821 25.2438C30 23.6268 30 20.2546 30 20.2546C30 20.2546 30 16.8816 29.5821 15.2654ZM17.9991 23.364V17.1452L23.1952 20.2546L17.9991 23.364Z" fill="%23002b5c"/><circle cx="20" cy="20" r="19.5" stroke="%23002b5c"/></svg>');
}
.social-menu a:hover i:hover.instagram {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.94 15.6844C29.8917 14.655 29.7224 13.9513 29.475 13.3363C29.2192 12.7003 28.8774 12.1611 28.3217 11.6234C27.7659 11.0858 27.2083 10.7553 26.5509 10.5078C25.915 10.2684 25.1874 10.1048 24.1233 10.058C23.0567 10.0113 22.7159 10 20 10C17.2842 10 16.9433 10.0113 15.8767 10.058C14.8125 10.1048 14.085 10.2684 13.4492 10.5078C12.7917 10.7553 12.2342 11.0858 11.6783 11.6234C11.1225 12.1611 10.7808 12.7003 10.525 13.3363C10.2775 13.9513 10.1083 14.655 10.06 15.6844C10.0117 16.7161 10 17.0458 10 19.6728C10 22.2998 10.0117 22.6294 10.06 23.6612C10.1083 24.6905 10.2775 25.3942 10.525 26.0093C10.7808 26.6452 11.1225 27.1846 11.6783 27.7222C12.2342 28.2597 12.7917 28.5903 13.4492 28.8377C14.085 29.0771 14.8125 29.24 15.8767 29.2875C16.9433 29.3343 17.2842 29.3456 20 29.3456C22.7159 29.3456 23.0567 29.3343 24.1233 29.2875C25.1874 29.2408 25.915 29.0771 26.5509 28.8377C27.2083 28.5903 27.7659 28.2597 28.3217 27.7222C28.8774 27.1846 29.2192 26.6452 29.475 26.0093C29.7224 25.3942 29.8909 24.6905 29.94 23.6612C29.9883 22.6294 30 22.2998 30 19.6728C30 17.0458 29.9883 16.7161 29.94 15.6844ZM28.14 23.5814C28.0958 24.5245 27.9324 25.0363 27.7959 25.3773C27.6141 25.8287 27.3976 26.1512 27.0476 26.4897C26.6976 26.8283 26.3641 27.0377 25.8974 27.2136C25.545 27.3457 25.0159 27.5037 24.0409 27.5464C22.9867 27.5932 22.67 27.6029 20 27.6029C17.33 27.6029 17.0133 27.5932 15.9592 27.5464C14.9842 27.5037 14.455 27.3457 14.1025 27.2136C13.6358 27.0377 13.3025 26.8283 12.9525 26.4897C12.6025 26.1512 12.3858 25.8287 12.2042 25.3773C12.0675 25.0363 11.9042 24.5245 11.86 23.5814C11.8117 22.5617 11.8017 22.2554 11.8017 19.6728C11.8017 17.0902 11.8117 16.7838 11.86 15.7642C11.9042 14.8211 12.0675 14.3092 12.2042 13.9683C12.3858 13.5169 12.6025 13.1944 12.9525 12.8559C13.3025 12.5173 13.6358 12.3078 14.1025 12.132C14.455 11.9998 14.9842 11.8419 15.9592 11.7991C17.0133 11.7524 17.33 11.7427 20 11.7427C22.67 11.7427 22.9867 11.7524 24.0409 11.7991C25.0159 11.8419 25.545 11.9998 25.8974 12.132C26.3641 12.3078 26.6976 12.5173 27.0476 12.8559C27.3976 13.1944 27.6141 13.5169 27.7959 13.9683C27.9324 14.3092 28.0958 14.8211 28.14 15.7642C28.1883 16.7838 28.1983 17.0902 28.1983 19.6728C28.1983 22.2554 28.1883 22.5617 28.14 23.5814ZM20 14.7058C17.1642 14.7058 14.865 16.9297 14.865 19.6728C14.865 22.4158 17.1642 24.6398 20 24.6398C22.8358 24.6398 25.135 22.4158 25.135 19.6728C25.135 16.9297 22.8358 14.7058 20 14.7058ZM20 22.897C18.1592 22.897 16.6667 21.4533 16.6667 19.6728C16.6667 17.8922 18.1592 16.4485 20 16.4485C21.8408 16.4485 23.3333 17.8922 23.3333 19.6728C23.3333 21.4533 21.8408 22.897 20 22.897ZM26.5383 14.5091C26.5383 15.15 26.0009 15.6699 25.3383 15.6699C24.6759 15.6699 24.1383 15.15 24.1383 14.5091C24.1383 13.8683 24.6759 13.3484 25.3383 13.3484C26.0009 13.3484 26.5383 13.8683 26.5383 14.5091Z" fill="%238e794e"/><circle cx="20" cy="20" r="19.5" stroke="%238e794e"/></svg>');
}
.social-menu a:hover i:hover.facebook {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3193 20.3034H17.4893V29.0335C17.4893 29.2059 17.6322 29.3456 17.8086 29.3456H21.4879C21.6643 29.3456 21.8072 29.2059 21.8072 29.0335V20.3446H24.3018C24.464 20.3446 24.6004 20.2256 24.619 20.0682L24.9978 16.8542C25.0082 16.7658 24.9796 16.6772 24.919 16.6109C24.8584 16.5445 24.7717 16.5065 24.6807 16.5065H21.8073V14.4918C21.8073 13.8845 22.1419 13.5765 22.802 13.5765C22.896 13.5765 24.6807 13.5765 24.6807 13.5765C24.8571 13.5765 25 13.4368 25 13.2645V10.3143C25 10.142 24.8571 10.0023 24.6807 10.0023H22.0915C22.0733 10.0014 22.0327 10 21.973 10C21.5237 10 19.9622 10.0862 18.7287 11.1951C17.362 12.424 17.5519 13.8954 17.5973 14.1505V16.5064H15.3193C15.1429 16.5064 15 16.6461 15 16.8184V19.9914C15 20.1637 15.1429 20.3034 15.3193 20.3034Z" fill="%238e794e"/><circle cx="20" cy="20" r="19.5" stroke="%238e794e"/></svg>');
}
.social-menu a:hover i:hover.twitter {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0514 10L18.2557 20.6698L10 29.3456H11.858L19.0869 21.75L24.9269 29.3456H31.25L22.5833 18.0752L30.2688 10H28.4108L21.7537 16.995L16.3745 10H10.0514ZM12.7845 11.3316H15.6891L28.5169 28.0147H25.6122L12.7845 11.3316Z" fill="%238e794e"/><circle cx="20" cy="20" r="19.5" stroke="%238e794e"/></svg>');
}
.social-menu a:hover i:hover.youtube {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.5821 15.2654C29.3521 14.3733 28.6742 13.6715 27.8141 13.4331C26.254 13 20 13 20 13C20 13 13.7453 13 12.1859 13.4331C11.3251 13.6715 10.6479 14.3741 10.4179 15.2654C10 16.8823 10 20.2546 10 20.2546C10 20.2546 10 23.6276 10.4179 25.2438C10.6479 26.1358 11.3258 26.8376 12.1859 27.076C13.746 27.5092 20 27.5092 20 27.5092C20 27.5092 26.2547 27.5092 27.8141 27.076C28.6749 26.8376 29.3521 26.1351 29.5821 25.2438C30 23.6268 30 20.2546 30 20.2546C30 20.2546 30 16.8816 29.5821 15.2654ZM17.9991 23.364V17.1452L23.1952 20.2546L17.9991 23.364Z" fill="%238e794e"/><circle cx="20" cy="20" r="19.5" stroke="%238e794e"/></svg>');
}

.block-spacer {
  padding-top: 7.2rem;
}
@media (min-width: 768px) {
  .block-spacer {
    padding-top: 7.2rem;
  }
}
@media (min-width: 992px) {
  .block-spacer {
    padding-top: 12rem;
  }
}

.small-block-spacer {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .small-block-spacer {
    margin-top: 7.2rem;
  }
}
@media (min-width: 992px) {
  .small-block-spacer {
    margin-top: 8.8rem;
  }
}

.background-padding-spacer {
  padding-block: 6.4rem;
}
@media (min-width: 768px) {
  .background-padding-spacer {
    padding-block: 7.2rem;
  }
}
@media (min-width: 992px) {
  .background-padding-spacer {
    padding-block: 8.8rem;
  }
}

.intro-spacer {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .intro-spacer {
    margin-bottom: 3.3rem;
  }
}
@media (min-width: 992px) {
  .intro-spacer {
    margin-bottom: 4.8rem;
  }
}

@media (min-width: 1920px) {
  .max-w-2k {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}

@keyframes heroBannerFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hero-banner {
  animation: heroBannerFade 300ms 600ms ease-in-out forwards;
  opacity: 0;
  overflow: hidden;
  /* @media (min-width: 778px) {
    padding-bottom: 43%;
  } */
}
#hero-banner .hero-banner-heading {
  color: white;
  font-size: 5.5vw;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#hero-banner .hero-banner-heading b {
  display: block;
}
#hero-banner.hero-banner-active #hero-banner-image {
  display: none;
}

#hero-banner-video,
#hero-banner-image {
  left: 0;
  object-fit: cover;
  opacity: 0.8;
  position: absolute;
  top: 0;
  transition: all 150ms ease-in-out;
  width: 100%;
  height: 100%;
}
.paused #hero-banner-video,
.paused #hero-banner-image {
  opacity: 0.6;
}

#hero-banner-button {
  background-color: black;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAABQAQMAAACDEa/aAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABFJREFUKM9j+P//xygexQOFAVmQ2dAaCQcwAAAAAElFTkSuQmCC");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
  border-radius: 5px;
  height: 30px;
  opacity: 0.5;
  position: absolute;
  transition: all 350ms ease-in-out;
  width: 30px;
  z-index: 4;
}
#hero-banner:hover #hero-banner-button, #hero-banner-button:focus {
  opacity: 1;
}
.paused #hero-banner-button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABgAQMAAACJwtYYAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAMdJREFUOMtF06FxxEAMhWGVkBJcimDK2hJUwpUSuPBKMFhgmNEYnG/2VpkYvF/oI/8IPfsy3QETTrhcrIAHTDibWA4DHjDhbGI5DDhgwtnEchhwwDecTSyDAQd8w9nE2uATDvi6SVd0RVd0RVd0pU58wgEvuJpYG/yBO3xBWDsM6OLkRfJ4hyEuF6eJCQ8Y4nLxY2LCDkNcLn5MTNhhu0llVDcTdtjE5eJl4i/s8CFqUP+VeMIOHyIzpLI6YYebuCS74Am/IdUfqsf2gxHDS4AAAAAASUVORK5CYII=");
}

.accordion-content {
  display: none;
  overflow: hidden;
}

.accordion-content.active {
  display: block;
  transition: all ease-in-out 0.8s;
}

.-has-figure {
  position: relative;
}
.-has-figure::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26.4rem;
  height: 18rem;
  background-image: url('data:image/svg+xml,<svg width="554" height="382" viewBox="0 0 554 382" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M381.785 2.1414e-05L553.602 1.3403e-05L172.598 381.019L0.758089 381.068L381.785 2.1414e-05Z" fill="%23D2F50A"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (min-width: 1200px) {
  .-has-figure::before {
    width: 43.8rem;
    height: 30rem;
  }
}
@media all and (min-width: 1440px) {
  .-has-figure::before {
    width: 51.2rem;
    height: 35rem;
  }
}
@media all and (min-width: 1920px) {
  .-has-figure::before {
    width: 55.6rem;
    height: 38rem;
  }
}
.-has-figure.-small::before {
  background-size: contain;
  height: 16rem;
}
@media all and (min-width: 1200px) {
  .-has-figure.-small::before {
    width: 40rem;
    height: 28rem;
  }
}
@media all and (min-width: 1440px) {
  .-has-figure.-small::before {
    width: 35rem;
    height: 20rem;
  }
}
@media all and (min-width: 1920px) {
  .-has-figure.-small::before {
    width: 35rem;
    height: 25rem;
    right: 8.33%;
  }
}

.-has-figure * {
  position: relative;
  z-index: 2;
}

.text-primary {
  color: #002b5c;
}

.text-secondary {
  color: #8e794e;
}

.text-tertiary {
  color: #007a84;
}

.bg_primary {
  background-color: #002b5c;
}

.bg_secondary {
  background-color: #8e794e;
}

.bg_tertiary {
  background-color: #007a84;
}

.accreditations-block__intro {
  text-align: center;
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.accreditations-block .accreditations-general.scrolling-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.accreditations-block .accreditations-general.scrolling-container.-small:before {
  content: "";
  width: 5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0.2) 100%);
}
@media screen and (min-width: 992px) {
  .accreditations-block .accreditations-general.scrolling-container.-small:before {
    width: 30rem;
  }
}
.accreditations-block .accreditations-general.scrolling-container.-small:after {
  content: "";
  width: 5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0.2) 100%);
}
@media screen and (min-width: 992px) {
  .accreditations-block .accreditations-general.scrolling-container.-small:after {
    width: 30rem;
  }
}
.accreditations-block .accreditations-general.scrolling-container .scrolling-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 9s linear infinite;
  position: relative;
  animation-play-state: running;
}
.accreditations-block .accreditations-general.scrolling-container .scrolling-content:hover {
  animation-play-state: paused;
}
.accreditations-block .accreditations-general.scrolling-container .scrolling-content:before, .accreditations-block .accreditations-general.scrolling-container .scrolling-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: inherit;
}
.accreditations-block .accreditations-general.scrolling-container .scrolling-content img {
  max-height: 100px;
  margin-right: 3rem;
}
@media screen and (min-width: 992px) {
  .accreditations-block .accreditations-general.scrolling-container .scrolling-content img {
    margin-right: 10rem;
  }
}
.accreditations-block .accreditations-general.-small {
  margin-bottom: 2.6rem;
}
.accreditations-block .static-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.accreditations-block .static-content img {
  max-height: 100px;
}
.accreditations-block .static-content .static-content__hide {
  display: none;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.cards-block .sm-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .cards-block .sm-cards {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (min-width: 1920px) {
  .cards-block .sm-cards {
    gap: 3.2rem;
  }
}
.cards-block .sm-cards .sm-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 1.6rem;
  text-decoration: none;
  color: #002b5c;
}
.cards-block .sm-cards .sm-card.boxshadow {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.23);
}
.cards-block .sm-cards .sm-card.boxshadow .sm-card__details {
  padding: 0 1.6rem;
}
@media (min-width: 768px) {
  .cards-block .sm-cards .sm-card {
    margin-bottom: 0;
  }
}
.cards-block .sm-cards .sm-card__image {
  height: 24rem;
}
@media (min-width: 768px) {
  .cards-block .sm-cards .sm-card__image {
    height: 34rem;
  }
}
@media (min-width: 1200px) {
  .cards-block .sm-cards .sm-card__image {
    height: 40rem;
  }
}
@media (min-width: 1920px) {
  .cards-block .sm-cards .sm-card__image {
    height: 50rem;
  }
}
.cards-block .sm-cards .sm-card__image picture,
.cards-block .sm-cards .sm-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cards-block .sm-cards .sm-card__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.cards-block .sm-cards .sm-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.6rem 0;
}
@media (min-width: 768px) {
  .cards-block .sm-cards .sm-card__header {
    margin: 0 0 2rem;
  }
}
.cards-block .sm-cards .sm-card__header.-primary .bm__h2 {
  color: #002b5c;
}
.cards-block .sm-cards .sm-card__header.-secondary .bm__h2 {
  color: #8e794e;
}
.cards-block .sm-cards .sm-card__header.-tertiary .bm__h2 {
  color: #007a84;
}

.cards-slider .sm-cards .sm-card {
  width: 100%;
  padding: 5.2rem 1.4rem 3.2rem 3.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin-bottom: 2.4rem;
  text-decoration: none;
  color: #002b5c;
  border: 1px solid black;
}
@media (min-width: 768px) {
  .cards-slider .sm-cards .sm-card {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .cards-slider .sm-cards .sm-card {
    padding: 8.2rem 1.6rem 3rem 4rem;
  }
}
.cards-slider .sm-cards .sm-card__image img {
  height: 10rem;
  width: auto;
}
.cards-slider .sm-cards .sm-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.cards-slider .splide__pagination {
  bottom: -3rem;
}
.cards-slider .custom-arrows {
  margin: 2.4rem;
  display: flex;
  gap: 4rem;
  justify-content: center;
}
.cards-slider .custom-arrows[style*="display: none"] + .splide__track .splide__list,
.cards-slider .custom-arrows:not(:has(*)) + .splide__track .splide__list {
  justify-content: center !important;
}

@media (min-width: 768px) {
  .contact-block {
    background-color: #f9f8f6;
  }
}
@media (min-width: 992px) {
  .contact-block {
    padding: 7rem 0;
  }
}
@media (min-width: 768px) {
  .contact-block .contact-block-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    align-items: center;
    padding: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .contact-block .contact-block-container {
    gap: 5.6rem;
    padding: 7rem 4rem;
  }
}
.contact-block__content {
  background-color: #f9f8f6;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 6.4rem;
  padding-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .contact-block__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .contact-block__content {
    margin-left: auto;
  }
}
.contact-block__content .contact-block-subtitle {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .contact-block__content .contact-block-subtitle {
    margin-bottom: 2.4rem;
  }
}
.contact-block__content .contact-block-title {
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  text-transform: uppercase;
}
.contact-block__content .contact-block-title::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 1px;
  background-color: #002b5c;
  left: 0;
  bottom: 0;
  top: auto;
}
@media (min-width: 768px) {
  .contact-block__content .contact-block-title {
    padding-bottom: 4rem;
    margin-bottom: 1.6rem;
  }
}
.contact-block__content .contact-block-title,
.contact-block__content .contact-block-intro {
  max-width: 62.5rem;
}
@media (min-width: 1440px) {
  .contact-block__form {
    width: 555px;
  }
}
.contact-block__form .contact-block-info {
  margin-top: 2.4rem;
}
.contact-block__form form {
  margin: auto;
}
@media (min-width: 1440px) {
  .contact-block__form form {
    padding: 3.2rem 3.5rem 1.6rem !important;
  }
}

.contact-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-container > div {
    flex: 1;
  }
}
.contact-container p {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .contact-container p {
    padding-right: 8rem;
  }
}
.contact-container .contact-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  color: #002b5c;
}
.contact-container .contact-info .addresses > div {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 992px) {
  .contact-container .contact-info .addresses > div {
    flex-direction: row;
    gap: 5.2rem;
  }
}
.contact-container .contact-info .addresses > div label {
  font-weight: 300;
}
@media (min-width: 992px) {
  .contact-container .contact-info .addresses > div label {
    width: 40px;
  }
}
.contact-container .contact-info .addresses div + div {
  margin-top: 1.6rem;
}
.contact-container .contact-info a {
  color: #002b5c;
  text-decoration: underline;
  cursor: pointer;
}
.contact-container .contact-info a.contact-email, .contact-container .contact-info a.contact-telephone {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .contact-container .contact-info a.contact-email, .contact-container .contact-info a.contact-telephone {
    font-size: 1.6rem;
  }
}
.contact-container .contact-info > div {
  flex: 1 1 0;
}
@media (min-width: 768px) {
  .contact-container .contact-info:nth-last-of-type(-n + 2) {
    flex-direction: column-reverse;
  }
}
.contact-container .contact-info .contact-info__phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-container .contact-info .contact-info__phone:after {
  height: 1px;
  left: 1.6rem;
  width: calc(100% - 3.2rem);
}
@media (min-width: 992px) {
  .contact-container .contact-info .contact-info__phone:after {
    left: 3.2rem;
    width: calc(100% - 6.4rem);
  }
}
.contact-container .contact-info .contact-info__email {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .contact-container .contact-info .contact-info__address {
    min-height: 163px;
  }
}
@media (min-width: 1440px) {
  .contact-container .contact-info .contact-info__address {
    min-height: 175px;
  }
}
.contact-container .contact-info .contact-info__map {
  background-color: unset;
  min-height: 237px;
  padding: 0;
  filter: grayscale(1);
}
@media (min-width: 992px) {
  .contact-container .contact-info .contact-info__map {
    min-height: 290px;
  }
}
.contact-container .contact-info .contact-info__map iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

form input {
  padding: 0 1.3rem;
  height: 4rem;
  width: 100% !important;
}
form input::placeholder {
  color: rgba(0, 43, 92, 0.2) !important;
}
form select {
  appearance: none;
  cursor: pointer;
  height: 4rem;
  width: 100% !important;
  padding: 0 1.3rem;
  color: rgba(0, 43, 92, 0.2);
  position: relative;
  font-size: 1.6rem !important;
}
form textarea {
  padding: 1.3rem;
  width: 100%;
  font-size: 1.6rem !important;
}
form textarea::placeholder {
  color: rgba(0, 43, 92, 0.2) !important;
}
form ul,
form li {
  list-style-type: none;
  padding: 0;
  font-size: 1.4rem;
}
form input[type=submit] {
  background-color: #002b5c;
  color: #ffffff;
  border: 2px solid #ffffff;
}
form input[type=submit]:hover {
  background-color: #ffffff;
  color: #002b5c;
  transition: all 0.5s ease-in-out;
  border: 2px solid #ffffff;
}

.hbspt-form .hs-dependent-field {
  width: 100%;
  font-size: 1.6rem !important;
}
.hbspt-form .hs-dependent-field div:nth-of-type(2) {
  margin-top: 1.6rem;
}
.hbspt-form .hs-fieldtype-select .input {
  position: relative;
}
.hbspt-form .hs-fieldtype-select .input:has(select):after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  display: block;
  height: 12px;
  pointer-events: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjAzODYgLTkuNjYxMzZlLTA5TDI0IDEuOTMzNDNMMTMuMzEwMSAxMi40NjQzQzEzLjEzODggMTIuNjM0MSAxMi45MzUxIDEyLjc2ODggMTIuNzEwOCAxMi44NjA3QzEyLjQ4NjQgMTIuOTUyNyAxMi4yNDU4IDEzIDEyLjAwMjggMTNDMTEuNzU5OCAxMyAxMS41MTkyIDEyLjk1MjcgMTEuMjk0OCAxMi44NjA3QzExLjA3MDQgMTIuNzY4OCAxMC44NjY3IDEyLjYzNDEgMTAuNjk1NSAxMi40NjQzTC00LjgzNzM1ZS0wNyAxLjkzMzQzTDEuOTYxNDUgMC4wMDE4MjMzNEwxMiA5Ljg4NTgzTDIyLjAzODYgLTkuNjYxMzZlLTA5WiIgZmlsbD0iIzAwMkI1QyIvPgo8L3N2Zz4K) no-repeat;
  background-size: contain;
}
.hbspt-form .hs-form-field:not(.hs_cv_upload) > label {
  display: none;
}
.hbspt-form .hs-error-msgs {
  margin-bottom: 0;
}
.hbspt-form .hs-error-msgs .hs-error-msg {
  display: inline-block;
  line-height: 1.5rem;
  font-size: 1.4rem;
}
.hbspt-form .hs-error-msgs li {
  color: #ffffff;
  background: #002b5c;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.hbspt-form .hs-error-msgs li:before {
  width: 5px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.hbspt-form .hs-input-invalid li {
  color: #ffffff;
  background: #002b5c;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.hbspt-form .hs-input-invalid li:before {
  width: 5px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.hbspt-form .hs-warning-msg li {
  color: #ffffff;
  background: #002b5c;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.hbspt-form .hs-warning-msg li:before {
  width: 5px;
  background: #e6a700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.hbspt-form .submitted-message {
  color: #ffffff;
  background: #002b5c;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.hbspt-form .submitted-message:before {
  width: 5px;
  background: #002b5c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox .hs-form-booleancheckbox-display input {
  width: 20px !important;
  height: 20px;
  margin-top: 2px;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span {
  margin-left: 30px;
}
.hbspt-form .legal-consent-container .hs-richtext p {
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.hbspt-form .legal-consent-container a {
  color: #ffffff;
  font-size: 1.4rem;
}

.contact_form .hs-form,
.custom_form .hs-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 1.6rem;
}
.contact_form .hs-form .hs_firstname,
.custom_form .hs-form .hs_firstname {
  grid-area: firstname;
}
.contact_form .hs-form .hs_lastname,
.custom_form .hs-form .hs_lastname {
  grid-area: lastname;
}
.contact_form .hs-form .hs_email,
.custom_form .hs-form .hs_email {
  grid-area: email;
}
.contact_form .hs-form .hs_phone,
.custom_form .hs-form .hs_phone {
  grid-area: phone;
}
.contact_form .hs-form .hs-dependent-field,
.custom_form .hs-form .hs-dependent-field {
  grid-area: enquiry;
}
.contact_form .hs-form .legal-consent-container,
.custom_form .hs-form .legal-consent-container {
  grid-area: consent;
}
.contact_form .hs-form .hs_submit,
.custom_form .hs-form .hs_submit {
  grid-area: submit;
}
.contact_form .hs-form .hs_role_applying_for,
.custom_form .hs-form .hs_role_applying_for {
  grid-area: apply;
}
.contact_form .hs-form .hs_cv_upload,
.custom_form .hs-form .hs_cv_upload {
  grid-area: cv_upload;
}

.contact_form .hs-form {
  grid-template-areas: "firstname" "lastname" "email" "phone" "enquiry" "submit" "consent";
}
@media (min-width: 768px) {
  .contact_form .hs-form {
    grid-template-columns: 1fr 1fr;
    column-gap: 3.2rem;
    grid-template-areas: "firstname lastname" "email phone" "enquiry enquiry" "submit submit" "consent consent";
  }
}

.custom_form .hs-form {
  grid-template-areas: "firstname" "lastname" "email" "apply" "cv_upload" "submit" "consent";
}
.custom_form .sign-up .hs-form {
  grid-template-areas: "firstname" "lastname" "email" "submit" "consent";
}
.custom_form .hs_cv_upload .input {
  background: #ffffff;
  position: relative;
  height: 12.9rem;
  margin-top: 1rem;
}
.custom_form .hs_cv_upload .input input {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 5%;
  color: #002b5c;
  height: 100%;
}
.custom_form .hs_cv_upload .input input:hover {
  cursor: pointer;
}
.custom_form .hs_cv_upload .input ::file-selector-button {
  display: none;
}
.custom_form .hs_cv_upload .input:after {
  content: "Choose a file";
  color: #002b5c;
  text-decoration: underline;
  text-align: center;
  display: block;
  pointer-events: none;
  padding-top: 7rem;
}
.custom_form .hs_cv_upload .input:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  display: block;
  pointer-events: none;
  width: 3.2rem;
  height: 2.8rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHsSURBVHgB7ZbPLwNBFMffvJ0d7UppSCREOJBqLy4SN4l/Yq8ODm7+B/+Dm4MIF9F/wN8gaSJ7kRVCkG4r8aNW0ep27ENTNtR0aETie3q7M/O+n5m8+cFAU0NDC1ZPT3WM4u5ucZjLrdyBhgzQ0Pj4YpcQ92lEaVKOer3eNzIyfeN5uUdoU20DkDnnfurV/FlSAupCtAXQMA8tRbRNF0IZoJV5FKK3d+bq8nIngJ8C+Mg8CFiACBiNCQKxmkwmZ0oqEF8CfGQuZcVD5LTMFn0jsispjRJjMtHIqwqBOuauu5mP9nXd1XwI4TX/SEFjKQfoAsRitwMq5l9ADIIuAGKtomr+GYQQwZ02gONsnMdi7DBMuK9i/haiMY5ytOrLZ2eXuO/nRanUFRwcLFeiHXZ3165BQ63GkafnncRDUB/Pzo5Gy+VKhgrGtre0juZ2ZNu2USgcZxgLUun0XAo5h+RLkxSOs21Bh+U4CatZ2CyB8Mv6B/i7AFJitRFzzpRuvh8FmJz0i5zjOZ16mcyt8iEVFQdNZbNZmvUpxa4L2vovwl8HeFcDpnlvTUzMQydVqz3GTbM5b07vOcOQxkujGGb6O0pJb83Du6CK8XigvYW+KykfLoxi0Sn3908xxoDebh2/jkm06kKY+b299cITBVQBMfNY9T0AAAAASUVORK5CYII=);
  background-size: contain;
}

.wpcf7 form .wpcf7-not-valid-tip {
  color: #ffffff;
  background: #002b5c;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.wpcf7 form .wpcf7-not-valid-tip:before {
  width: 5px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.wpcf7 form label {
  font-size: 1.2rem;
}
.wpcf7 form input {
  margin-top: 0.5rem;
}
.wpcf7 form.invalid {
  padding-top: 4rem;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #ffffff;
  background: #002b5c;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
  position: absolute;
  top: 0;
  font-size: 1.2rem;
  border: none;
  padding-right: 3rem;
}
.wpcf7 form.invalid .wpcf7-response-output:before {
  width: 5px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}

.gform-theme--framework.gform-theme--framework form .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #ffffff;
  background: #002b5c;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.gform-theme--framework.gform-theme--framework form .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
  width: 5px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.gform-theme--framework.gform-theme--framework .gform_validation_errors {
  background-color: #ffffff;
}
.gform-theme--framework.gform-theme--framework .gform_confirmation_message {
  color: #ffffff;
  background: #002b5c;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.gform-theme--framework.gform-theme--framework .gform_confirmation_message:before {
  width: 5px;
  background: #002b5c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.gform-theme--framework.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #ffffff;
}
.gform-theme--framework.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #ffffff;
}
.gform-theme--framework.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):where(:not([type=text])):where(:not([type=email])):where(:not([type=radio])):where(:not([type=checkbox]))) {
  color: #ffffff;
  background-color: #002b5c !important;
  height: 2rem !important;
  min-width: 100px !important;
  border: 2px solid #ffffff !important;
}
.gform-theme--framework.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):where(:not([type=text])):where(:not([type=email])):where(:not([type=radio])):where(:not([type=checkbox]))):hover {
  color: #002b5c !important;
  background-color: #ffffff !important;
}
.gform-theme--framework.gform-theme--framework .gfield_required {
  display: none;
}
.gform-theme--framework.gform-theme--framework label.gfield_label::after {
  content: " *";
  color: #ffffff;
  font-weight: bold;
}
.gform-theme--framework.gform-theme--framework .gform-field-label--type-sub {
  display: none;
}
.gform-theme--framework.gform-theme--framework .gform-field-label:not(.gfield_consent_label) {
  display: none;
}
.gform-theme--framework.gform-theme--framework .gfield_radio .gform-field-label {
  display: block;
}
.gform-theme--framework.gform-theme--framework .gform_title {
  font-size: 2rem;
}
.gform-theme--framework.gform-theme--framework.gform-theme--foundation .gform_fields {
  display: block !important;
}
.gform-theme--framework.gform-theme--framework .gfield {
  margin-bottom: 2rem;
}

.klaviyo-form form {
  min-height: unset !important;
}
.klaviyo-form form div[data-testid=form-row] {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .klaviyo-form form div[data-testid=form-row] {
    display: block !important;
  }
}
.klaviyo-form form div[data-testid=form-row]:last-of-type {
  position: relative;
  border-top: 1px solid rgba(0, 43, 92, 0.4);
}
.klaviyo-form form [for^=Consent__] div {
  margin-right: 0 !important;
}
.klaviyo-form form input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(0, 43, 92, 0.4) !important;
}
.klaviyo-form form input:focus-visible, .klaviyo-form form input:hover {
  cursor: pointer;
  outline-color: rgba(0, 43, 92, 0.8) !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.klaviyo-form form input[aria-haspopup=listbox] {
  padding-right: 25px !important;
}
.klaviyo-form form button {
  font-family: "Gotham", sans-serif !important;
  font-weight: 500 !important;
}
.klaviyo-form form button:hover {
  cursor: pointer;
}
.klaviyo-form form button:not([aria-haspopup=listbox]) {
  margin-bottom: 0.6rem;
}
.klaviyo-form form button:not([aria-haspopup=listbox]):hover {
  background-color: #002b5c;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .klaviyo-form form button:not([aria-haspopup=listbox]) {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1440px) {
  .klaviyo-form form button:not([aria-haspopup=listbox]) {
    margin: -12px 0 30px;
    height: 60px !important;
  }
}
.klaviyo-form form button[aria-label="Show Options"] {
  position: absolute;
  right: 0;
  bottom: 5px;
  height: auto !important;
}
.klaviyo-form form button[aria-label="Show Options"] svg {
  fill: #002b5c !important;
}
@media (min-width: 1440px) {
  .klaviyo-form form button[aria-label="Show Options"] {
    margin: 0;
    height: 34px !important;
  }
}
.klaviyo-form form h2 span {
  font-family: "Berkeley Oldstyle", serif !important;
  letter-spacing: 1px;
  font-weight: 500 !important;
  line-height: 120%;
}
@media (min-width: 1440px) {
  .klaviyo-form form h2 span {
    font-size: 3.3rem !important;
  }
}
.klaviyo-form form h3 span {
  font-family: "Berkeley Oldstyle", serif !important;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .klaviyo-form form h3 span {
    font-size: 3.3rem !important;
  }
}
.klaviyo-form form p span {
  font-family: "Gotham", sans-serif !important;
}
.klaviyo-form form input,
.klaviyo-form form div,
.klaviyo-form form textarea,
.klaviyo-form form input::placeholder {
  font-family: "Gotham", sans-serif !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1440px) {
  .klaviyo-form form input,
  .klaviyo-form form div,
  .klaviyo-form form textarea,
  .klaviyo-form form input::placeholder {
    font-size: 1.4rem !important;
  }
}
.klaviyo-form form input[aria-required=true] {
  position: relative;
  padding-right: 10px !important;
}
.klaviyo-form form input[aria-required=true]::after {
  content: "*";
  position: absolute;
  color: rgba(0, 43, 92, 0.4);
  left: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.klaviyo-form form input::placeholder {
  color: rgba(0, 43, 92, 0.4) !important;
  font-size: 1.6rem !important;
}
.klaviyo-form form label {
  align-items: flex-start !important;
}
.klaviyo-form form label svg {
  stroke: rgba(0, 43, 92, 0.4) !important;
}
.klaviyo-form form input:hover,
.klaviyo-form form input[type=tel]:hover {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.klaviyo-form form input:hover::placeholder,
.klaviyo-form form input[type=tel]:hover::placeholder {
  color: rgba(0, 43, 92, 0.8) !important;
}
.klaviyo-form form input[type=tel] {
  border: none !important;
}
.klaviyo-form form div:has(> [aria-label="Search Countries"]) {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(0, 43, 92, 0.4) !important;
}
.klaviyo-form form div:has(> [aria-label="Search Countries"]):hover {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.newsletter-form {
  margin: 7.2rem 0;
  background-color: #f9f8f6;
}
@media (min-width: 1440px) {
  .newsletter-form {
    margin: 12rem 0;
  }
}
@media (min-width: 768px) {
  .newsletter-form .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4.8rem 5.6rem;
    gap: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .newsletter-form .content {
    gap: 4.4rem;
  }
}
@media (min-width: 1920px) {
  .newsletter-form .content {
    gap: 6.4rem;
  }
}
@media (min-width: 768px) {
  .newsletter-form .content .button-wrapper {
    margin-left: 2rem;
  }
}
.newsletter-form .content .-text {
  padding: 4rem 2.4rem 0;
}
@media (min-width: 768px) {
  .newsletter-form .content .-text {
    padding: 0;
    flex-basis: 35%;
    margin-bottom: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.newsletter-form .content .-text h2 {
  font-size: 3.3rem;
  padding-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .newsletter-form .content .-text h2 {
    font-size: 3.3rem;
    padding-bottom: 2rem;
  }
}
.newsletter-form .content .-form {
  background-color: #f9f8f6;
}
.newsletter-form .content .-form .privacy {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #bdbdbd;
}
@media (min-width: 768px) {
  .newsletter-form .content .-form {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .newsletter-form form {
    display: flex;
  }
}
@media (min-width: 768px) {
  .newsletter-form form .gform-body {
    width: 100%;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .newsletter-form form .gform-body {
    width: 75%;
  }
}
.newsletter-form form .gform-footer {
  margin-top: 2.6rem;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .newsletter-form form .gform_fields {
    display: flex;
  }
}
@media (min-width: 768px) {
  .newsletter-form form .gfield {
    width: 100%;
  }
}
.newsletter-form .gform-theme--foundation .gform_fields {
  gap: 2rem;
}
.newsletter-form .wpcf7 form {
  gap: 2rem;
  position: relative;
}
.newsletter-form .wpcf7 form input[type=submit] {
  margin-top: 2.7rem;
}
.newsletter-form .wpcf7 form .wpcf7-spinner {
  position: absolute;
  bottom: 26%;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .newsletter-form .hbspt-form .input {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .newsletter-form .hbspt-form .hs-fieldtype-text {
    flex: 1 1 50%;
  }
}
@media (min-width: 768px) {
  .newsletter-form .hbspt-form .hs-submit {
    width: 250px;
  }
}
.newsletter-form .klaviyo-form form {
  padding-top: 2rem !important;
}
@media (max-width: 576px) {
  .newsletter-form .klaviyo-form form {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .newsletter-form .klaviyo-form form {
    padding: 0 !important;
  }
}
.newsletter-form .klaviyo-form form > div {
  min-height: unset !important;
}
.newsletter-form .klaviyo-form form button:not([aria-label="Show Options"]) {
  height: 40px !important;
  margin: -12px 0 10px;
}
@media (max-width: 576px) {
  .newsletter-form .klaviyo-form form button:not([aria-label="Show Options"]) {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .newsletter-form .klaviyo-form form div[data-testid=form-row]:first-of-type {
    width: calc((100% - 2.4rem) / 2);
  }
}
.newsletter-form .klaviyo-form form div[role=option] {
  background: #ffffff !important;
  color: #002b5c !important;
  padding-left: 1rem !important;
}

.header-block.small {
  padding-top: 6.4rem;
}
.header-block.medium {
  padding-top: 6.4rem;
}
@media (min-width: 768px) {
  .header-block.medium {
    padding-top: 8.8rem;
  }
}
.header-block.large {
  padding-top: 12.8rem;
}
@media (min-width: 768px) {
  .header-block.large {
    padding-top: 17.6rem;
  }
}
.header-block.center {
  text-align: center;
}
.header-block.center h2 {
  max-width: 100%;
}
@media (min-width: 768px) {
  .header-block.center .header-block-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .header-block.center .header-block__cta {
    justify-content: center;
  }
}
.header-block.center .header-block__heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .header-block.center .header-block__heading {
    margin-right: auto;
    margin-left: auto;
  }
}
.header-block.background-white {
  background: #ffffff;
}
@media (min-width: 768px) {
  .header-block .header-block-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .header-block__heading {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .header-block__heading p {
    margin: 0;
  }
}
.header-block .ctas {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 768px) {
  .header-block .ctas {
    align-items: center;
    justify-content: center;
  }
}
.header-block .ctas a {
  width: 100%;
}

.testimonial-block {
  margin-top: 8.8rem;
  padding-block: 5.6rem;
}
@media (min-width: 768px) {
  .testimonial-block {
    background-color: transparent;
    margin-top: 0;
    padding-block: 10rem;
  }
}
@media (min-width: 992px) {
  .testimonial-block {
    padding-block: 11.2rem 0;
  }
}
@media (min-width: 1200px) {
  .testimonial-block {
    padding-block: 12rem 0;
  }
}
@media (min-width: 1440px) {
  .testimonial-block {
    padding-block: 12.8rem 0;
  }
}
.testimonial-block .testimonials-slider {
  position: relative;
}
@media (min-width: 1200px) {
  .testimonial-block .testimonials-slider {
    padding-inline: 6rem;
  }
}
.testimonial-block .testimonials-slider .splide__track {
  overflow: hidden;
}
.testimonial-block .testimonials-slider .splide__list {
  display: flex;
  margin: 0;
  padding: 0;
}
.testimonial-block .testimonials-slider .splide__slide {
  background-color: rgba(140, 120, 69, 0.05);
  padding: 5.6rem 3.2rem;
  display: block;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .testimonial-block .testimonials-slider .splide__slide {
    padding: 10.4rem 5.7rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-block .testimonial {
    padding-top: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.testimonial-block .testimonial .testimonial-content {
  margin: 3.2rem auto 1.6rem;
}
@media (min-width: 1440px) {
  .testimonial-block .testimonial .testimonial-content {
    width: calc(100% - 7.6rem);
  }
}
.testimonial-block .testimonial .bm__h6 p {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}
.testimonial-block .testimonial .testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0rem;
  font-family: "Berkeley Oldstyle", serif;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 0.4rem;
  margin-top: 1.6rem;
  font-style: italic;
}
@media (min-width: 1440px) {
  .testimonial-block .testimonial .testimonial-author {
    width: calc(100% - 7.6rem);
    margin: 0 auto;
  }
}
.testimonial-block .testimonial .testimonial-author .testimonial-author-position {
  font-weight: 400;
}
.testimonial-block .testimonial .quote {
  height: 32px;
}
.testimonial-block .testimonial .quote.quote-end {
  transform: rotate(180deg);
}
.testimonial-block .testimonial.-primary .testimonial-author .testimonial-author-name,
.testimonial-block .testimonial.-primary .quote svg {
  color: #002b5c;
}
.testimonial-block .testimonial.-secondary .testimonial-author .testimonial-author-name,
.testimonial-block .testimonial.-secondary .quote svg {
  color: #8e794e;
}
.testimonial-block .testimonial.-tertiary .testimonial-author .testimonial-author-name,
.testimonial-block .testimonial.-tertiary .quote svg {
  color: #007a84;
}
.testimonial-block .testimonial-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.2rem;
}
@media (min-width: 992px) {
  .testimonial-block .testimonial-footer {
    margin-top: 6.1rem;
  }
}
.testimonial-block .testimonial-footer .testimonial-counter-container {
  position: absolute;
  left: 50%;
  transform: translate(-40%, -50%);
  top: 50%;
}
@media (min-width: 768px) {
  .testimonial-block .testimonial-footer .testimonial-counter-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.testimonial-block .testimonials-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 92px;
  position: relative;
}
@media (min-width: 768px) {
  .testimonial-block .testimonials-navigation {
    bottom: 0;
  }
}
.testimonial-block .testimonials-navigation .testimonials-nav-btn {
  background: transparent;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002b5c;
  cursor: pointer;
  border: 1px solid #002b5c;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.testimonial-block .testimonials-navigation .testimonials-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.testimonial-block .testimonials-navigation .testimonials-nav-btn svg {
  width: 40px;
  height: 10px;
  transform: rotate(270deg);
}
.testimonial-block .testimonials-navigation .testimonials-nav-btn svg path {
  stroke: #002b5c;
}
.testimonial-block .testimonials-navigation .testimonials-nav-btn:hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 43, 92, 0.8);
  border-color: rgba(0, 43, 92, 0.8);
}
.testimonial-block .testimonials-navigation .testimonials-nav-btn:hover svg path {
  stroke: #ffffff;
}
.testimonial-block .testimonials-counter {
  text-align: center;
}
.testimonial-block .testimonials-counter span {
  color: #002b5c;
  font-size: 1.6rem;
  letter-spacing: 9px;
  font-weight: 500;
}
.testimonial-block .splide__spinner,
.testimonial-block .splide__pagination,
.testimonial-block .splide__pagination__page,
.testimonial-block .splide__sr,
.testimonial-block .splide__status {
  display: none !important;
}
.testimonial-block .splide__track::before, .testimonial-block .splide__track::after {
  display: none !important;
}
.testimonial-block .splide__list::before, .testimonial-block .splide__list::after {
  display: none !important;
}

.dual-section-block {
  min-height: 60rem;
  position: relative;
}
@media all and (min-width: 992px) {
  .dual-section-block {
    min-height: auto;
  }
}

@media all and (min-width: 992px) {
  .dual-section-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.4rem;
    align-items: center;
  }
  .dual-section-wrapper > div {
    flex: 1;
  }
}
@media all and (min-width: 992px) {
  .dual-section-wrapper.-even {
    flex-direction: row;
  }
}
.dual-section-wrapper.-primary .bm__h2,
.dual-section-wrapper.-primary .cta.is-link {
  color: #002b5c;
}
.dual-section-wrapper.-secondary .bm__h2 {
  color: #8e794e;
}
.dual-section-wrapper.-secondary .cta.is-link {
  color: #002b5c;
}
.dual-section-wrapper.-tertiary .bm__h2 {
  color: #007a84;
}
@media all and (min-width: 992px) {
  .dual-section-wrapper.-two-parts-vertical {
    flex-direction: column;
  }
  .dual-section-wrapper.-two-parts-vertical .dual-section__details {
    margin: unset;
    max-width: 66%;
  }
  .dual-section-wrapper.-two-parts-vertical .dual-section__image {
    height: 40rem;
    width: 100%;
  }
  .dual-section-wrapper.-two-parts-vertical > div {
    flex: auto;
  }
}
.dual-section-wrapper.-two-parts-vertical .dual-section__content {
  width: 100%;
}
.dual-section-wrapper .dual-section__image {
  height: 35.6rem;
}
@media all and (min-width: 992px) {
  .dual-section-wrapper .dual-section__image {
    height: 60rem;
  }
}
.dual-section-wrapper .dual-section__image img {
  width: 100%;
  height: 35.6rem;
  object-fit: cover;
  object-position: center;
}
@media all and (min-width: 992px) {
  .dual-section-wrapper .dual-section__image img {
    height: 100%;
  }
}
.dual-section-wrapper .dual-section__details {
  padding-top: 3.2rem;
}
@media all and (min-width: 992px) {
  .dual-section-wrapper .dual-section__details {
    padding-top: 0;
    max-width: 438px;
    margin: auto;
  }
}
@media all and (min-width: 1440px) {
  .dual-section-wrapper .dual-section__details {
    max-width: 70%;
  }
}
.dual-section-wrapper .dual-section__details .ctas {
  display: flex;
  gap: 2.4rem;
}
.dual-section-wrapper .dual-section__details .ctas .dual-section-modal-trigger {
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dual-section-wrapper .dual-section__details .ctas:has(.is-link) {
  gap: 1.2rem;
}
@media all and (min-width: 992px) {
  .dual-section-wrapper .dual-section__details .ctas:has(.is-link) {
    gap: 2.4rem;
  }
}
.dual-section-wrapper .dual-section__details .ctas:has(.is-link) .-cta .cta {
  width: 160px;
  padding: 1.1rem 0;
}
.dual-section-wrapper .dual-section__details .ctas:has(.is-link) .-cta .cta.is-link {
  width: auto;
  min-width: auto;
}
.dual-section-wrapper .dual-section__details .ctas:has(.is-link) .-cta .cta.is-link.-tertiary span {
  position: relative;
  border-bottom: 1px solid #007a84;
}
.dual-section-wrapper .dual-section__details .ctas:has(.is-link) .-cta .cta.is-link.-tertiary span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #007a84;
  left: 0;
  bottom: -1px;
  top: auto;
  max-width: 100%;
  z-index: 1000;
}
.dual-section-wrapper .dual-section__details .ctas:has(.is-link) .-cta .cta.is-link.-tertiary span:hover {
  border-bottom: 1px solid transparent;
}
.dual-section-wrapper .dual-section__details .ctas:has(.is-link) .-cta .cta.is-link.-tertiary span:hover::after {
  width: 100%;
  transition: all 0.4s ease-in;
}
.dual-section-wrapper .dual-section__details .ctas:has(.is-link) .-cta .cta.is-link.-tertiary:hover span {
  color: #007a84;
  border-bottom: none;
}
.dual-section-wrapper .dual-section__details .ctas:has(.not-link) {
  margin-top: 1.6rem;
}
.dual-section-wrapper .dual-section__details .ctas:has(.not-link) .cta.is-link span {
  color: #002b5c !important;
  border-bottom-color: #002b5c !important;
}
.dual-section-wrapper .dual-section__details .ctas:has(.not-link) .cta.is-link span:after {
  background-color: #002b5c !important;
}
.dual-section-wrapper .dual-section__details .ctas:has(.not-link) .cta.is-link span:hover {
  color: #002b5c !important;
  border-bottom-color: #002b5c !important;
  border-bottom: none;
}
.dual-section-wrapper .dual-section__details .ctas:has(.not-link) .cta.is-link span:hover::after {
  background-color: #002b5c !important;
}
.dual-section-wrapper .dual-section__details .ctas .cta.is-link {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
}
.dual-section-wrapper .dual-section__details .ctas .cta.is-link span {
  position: relative;
  border-bottom: 1px solid #002b5c;
}
.dual-section-wrapper .dual-section__details .ctas .cta.is-link span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #002b5c;
  left: 0;
  bottom: -1px;
  top: auto;
  max-width: 100%;
  z-index: 1000;
}
.dual-section-wrapper .dual-section__details .ctas .cta.is-link span:hover {
  border-bottom: 1px solid transparent;
}
.dual-section-wrapper .dual-section__details .ctas .cta.is-link span:hover::after {
  width: 100%;
  transition: all 0.4s ease-in;
}
.dual-section-wrapper .dual-section__details .ctas .cta.is-link:hover span {
  border-bottom: none;
}
.dual-section-wrapper .dual-section__details .bm__h7 {
  padding-top: 0.8rem;
}
.dual-section-wrapper .dual-section__details p {
  padding-top: 1.6rem;
}

.dual-section-block .splide.dual-section__slider .splide__pagination {
  top: 32.4rem;
  bottom: auto;
}
@media all and (min-width: 992px) {
  .dual-section-block .splide.dual-section__slider .splide__pagination {
    top: auto;
    bottom: 40px;
    transform: translateX(0%);
    left: 50%;
  }
}
@media all and (min-width: 992px) {
  .dual-section-block.-even .splide.dual-section__slider .splide__pagination {
    top: auto;
    bottom: 40px;
    transform: translateX(0%);
    left: 0;
    right: 50%;
  }
}

.dual-section-block .custom-arrows {
  display: flex;
  position: absolute;
  top: 160px;
  left: 0.8rem;
  margin: 0;
  height: 56px;
  width: calc(100% - 1.8rem);
  justify-content: space-between;
}
@media all and (min-width: 992px) {
  .dual-section-block .custom-arrows {
    flex-direction: column;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin-bottom: 40px;
    margin-left: 60px;
    gap: 2.4rem;
    width: unset;
    height: auto;
  }
}
@media all and (min-width: 1200px) {
  .dual-section-block .custom-arrows {
    margin-bottom: 64px;
    margin-left: 80px;
    gap: 3.2rem;
  }
}
.dual-section-block .custom-arrows .custom-prev,
.dual-section-block .custom-arrows .custom-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dual-section-block .custom-arrows .custom-prev svg,
.dual-section-block .custom-arrows .custom-next svg {
  width: 28px;
}
@media all and (min-width: 992px) {
  .dual-section-block .custom-arrows .custom-prev,
  .dual-section-block .custom-arrows .custom-next {
    transform: rotate(0);
  }
}
@media all and (min-width: 1200px) {
  .dual-section-block .custom-arrows .custom-prev,
  .dual-section-block .custom-arrows .custom-next {
    width: 72px;
    height: 72px;
  }
}
.dual-section-block .custom-arrows .custom-prev:hover,
.dual-section-block .custom-arrows .custom-next:hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media all and (min-width: 992px) {
  .dual-section-block .custom-arrows .custom-next svg {
    padding-top: 7px;
  }
}
@media all and (min-width: 992px) {
  .dual-section-block.-two-parts-horizontal .custom-arrows {
    left: 8%;
    flex-direction: row;
    margin-bottom: 0;
  }
  .dual-section-block.-two-parts-horizontal .custom-arrows .custom-prev,
  .dual-section-block.-two-parts-horizontal .custom-arrows .custom-next {
    transform: rotate(270deg);
  }
}
@media all and (min-width: 992px) {
  .dual-section-block.-primary .custom-arrows .custom-prev,
  .dual-section-block.-primary .custom-arrows .custom-next {
    background-color: rgba(0, 43, 92, 0.2);
  }
  .dual-section-block.-primary .custom-arrows .custom-prev svg path,
  .dual-section-block.-primary .custom-arrows .custom-next svg path {
    stroke: #002b5c;
  }
  .dual-section-block.-primary .custom-arrows .custom-prev:hover,
  .dual-section-block.-primary .custom-arrows .custom-next:hover {
    background-color: rgba(0, 43, 92, 0.8);
  }
  .dual-section-block.-primary .custom-arrows .custom-prev:hover svg path,
  .dual-section-block.-primary .custom-arrows .custom-next:hover svg path {
    stroke: #ffffff;
  }
}
@media all and (min-width: 992px) {
  .dual-section-block.-secondary .custom-arrows .custom-prev,
  .dual-section-block.-secondary .custom-arrows .custom-next {
    background-color: rgba(142, 121, 78, 0.2);
  }
  .dual-section-block.-secondary .custom-arrows .custom-prev svg path,
  .dual-section-block.-secondary .custom-arrows .custom-next svg path {
    stroke: #8e794e;
  }
  .dual-section-block.-secondary .custom-arrows .custom-prev:hover,
  .dual-section-block.-secondary .custom-arrows .custom-next:hover {
    background-color: rgba(142, 121, 78, 0.8);
  }
  .dual-section-block.-secondary .custom-arrows .custom-prev:hover svg path,
  .dual-section-block.-secondary .custom-arrows .custom-next:hover svg path {
    stroke: #ffffff;
  }
}
@media all and (min-width: 992px) {
  .dual-section-block.-tertiary .custom-arrows .custom-prev,
  .dual-section-block.-tertiary .custom-arrows .custom-next {
    background-color: rgba(0, 122, 132, 0.2);
  }
  .dual-section-block.-tertiary .custom-arrows .custom-prev svg path,
  .dual-section-block.-tertiary .custom-arrows .custom-next svg path {
    stroke: #007a84;
  }
  .dual-section-block.-tertiary .custom-arrows .custom-prev:hover,
  .dual-section-block.-tertiary .custom-arrows .custom-next:hover {
    background-color: rgba(0, 122, 132, 0.8);
  }
  .dual-section-block.-tertiary .custom-arrows .custom-prev:hover svg path,
  .dual-section-block.-tertiary .custom-arrows .custom-next:hover svg path {
    stroke: #ffffff;
  }
}
.dual-section-block .splide__pagination__page {
  border-color: #ffffff;
}
.dual-section-block .splide__pagination__page.is-active {
  background-color: #ffffff;
}

.dual-section-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease-in-out;
}
.dual-section-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dual-section-modal .modal-content {
  background-color: #ffffff;
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 8px;
  animation: slideIn 0.3s ease-in-out;
}
@media all and (min-width: 992px) {
  .dual-section-modal .modal-content {
    width: 80%;
    max-width: 1000px;
  }
}
.dual-section-modal .modal-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.dual-section-modal .modal-close:hover {
  background-color: rgba(0, 43, 92, 0.8);
  transform: rotate(90deg);
}
.dual-section-modal .modal-close:hover::before, .dual-section-modal .modal-close:hover::after {
  background-color: #ffffff;
}
.dual-section-modal .modal-close::before, .dual-section-modal .modal-close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #002b5c;
  transition: all 0.2s ease-in-out;
}
.dual-section-modal .modal-close::before {
  transform: rotate(45deg);
}
.dual-section-modal .modal-close::after {
  transform: rotate(-45deg);
}
@media all and (min-width: 992px) {
  .dual-section-modal .modal-close {
    top: 2.4rem;
    right: 2.4rem;
    width: 48px;
    height: 48px;
  }
}
.dual-section-modal .modal-body {
  padding: 2.4rem;
}
@media all and (min-width: 992px) {
  .dual-section-modal .modal-body {
    padding: 4rem;
  }
}
.dual-section-modal .modal-heading {
  margin-bottom: 2.4rem;
  color: #002b5c;
}
@media all and (min-width: 992px) {
  .dual-section-modal .modal-heading {
    margin-bottom: 3.2rem;
  }
}
.dual-section-modal .modal-image {
  width: 100%;
  height: auto;
  margin-bottom: 2.4rem;
}
.dual-section-modal .modal-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
@media all and (min-width: 992px) {
  .dual-section-modal .modal-image {
    margin-bottom: 3.2rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.faqs-block {
  margin-bottom: 7.2rem;
}
@media (min-width: 1200px) {
  .faqs-block {
    margin-bottom: 12rem;
  }
}
.faqs-block.-dark {
  background-color: #002b5c;
  color: #ffffff;
}
.faqs-block.-light {
  background-color: #ffffff;
  color: #002b5c;
}
@media (min-width: 1200px) {
  .faqs-block h2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .faqs-block h2.-mobile img {
    display: none;
  }
}
.faqs-block h2.-desktop img {
  display: none;
}
@media (min-width: 768px) {
  .faqs-block h2.-desktop img {
    display: block;
  }
}
.faqs-block h2 img {
  width: auto;
  height: 8.3rem;
}
@media (min-width: 768px) {
  .faqs-block h2 img {
    height: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .faqs-block h2 img {
    height: 6rem;
  }
}
.faqs-block .bm__h2 {
  padding-bottom: 4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .faqs-block .bm__h2 {
    padding-bottom: 6.4rem;
  }
}
.faqs-block .-mobile-image {
  margin-inline: -2.4rem;
  height: 31.3rem;
}
@media (min-width: 768px) {
  .faqs-block .-mobile-image {
    margin-inline: -3.2rem;
  }
}
@media (min-width: 992px) {
  .faqs-block .-mobile-image {
    margin-inline: -4.8rem;
  }
}
@media (min-width: 1200px) {
  .faqs-block .-mobile-image {
    display: none;
  }
}
.faqs-block .-mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .faqs-block .-inner {
    display: flex;
    gap: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .faqs-block .-inner {
    gap: 0;
    justify-content: space-between;
  }
}
.faqs-block .-inner .block-half.-content {
  padding-block: 0 8.8rem;
}
@media (min-width: 1200px) {
  .faqs-block .-inner .block-half.-content {
    padding-block: 0;
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .faqs-block .-inner .block-half.-content {
    width: 50%;
  }
}
.faqs-block .-inner .block-half.-content .faq-item {
  margin-bottom: 2.4rem;
}
.faqs-block .-inner .block-half.-content .faq-item:last-child {
  margin-bottom: 0;
}
.faqs-block .-inner .block-half.-content .faq-item h3 {
  margin-block: 0 0.8rem;
}
.faqs-block .-inner .block-half.-content .faq-item p {
  margin: 0;
}
.faqs-block .-inner .block-half.-image {
  display: none;
}
@media (min-width: 1200px) {
  .faqs-block .-inner .block-half.-image {
    display: flex;
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .faqs-block .-inner .block-half.-image {
    width: 42%;
  }
}
.faqs-block .-inner .block-half.-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .faqs-block .accordion {
    max-width: 83%;
    margin: auto;
  }
}
.faqs-block .accordion .accordion-button {
  background: #ffffff;
  border: 1px solid rgba(0, 43, 92, 0.2);
  padding: 2.4rem;
  min-height: 15.6rem;
  display: flex;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .faqs-block .accordion .accordion-button {
    min-height: auto;
  }
}
@media (min-width: 1440px) {
  .faqs-block .accordion .accordion-button {
    padding: 4rem 3.2rem 4.6rem;
  }
}
.faqs-block .accordion .bm__h6 {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}
.faqs-block .accordion .accordion-content__wrapper {
  padding: 2.4rem 0;
}
@media (min-width: 1440px) {
  .faqs-block .accordion .accordion-content__wrapper {
    padding: 3.2rem 0;
  }
}
.faqs-block .accordion .accordion-content__wrapper p + p {
  padding-top: 2.4rem;
}
.faqs-block .accordion .accordion-content__wrapper p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.faqs-block .accordion .accordion-content__wrapper table {
  font-size: 1.4rem;
  border-collapse: collapse;
}
.faqs-block .accordion .accordion-content__wrapper table td {
  border: 1px solid #002b5c;
  padding: 1rem 0.5rem;
}
@media (min-width: 1440px) {
  .faqs-block .accordion .accordion-content__wrapper table td {
    padding: 2rem;
  }
}
.faqs-block .accordion .accordion-item + .accordion-item {
  margin-top: 1.6rem;
}
.faqs-block .accordion .accordion-item .accordion-button .accordion-button-title {
  color: #002b5c;
  position: relative;
  padding-right: 35px;
  width: 100%;
}
.faqs-block .accordion .accordion-item .accordion-button .accordion-button-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  display: block;
  height: 12px;
  pointer-events: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjAzODYgLTkuNjYxMzZlLTA5TDI0IDEuOTMzNDNMMTMuMzEwMSAxMi40NjQzQzEzLjEzODggMTIuNjM0MSAxMi45MzUxIDEyLjc2ODggMTIuNzEwOCAxMi44NjA3QzEyLjQ4NjQgMTIuOTUyNyAxMi4yNDU4IDEzIDEyLjAwMjggMTNDMTEuNzU5OCAxMyAxMS41MTkyIDEyLjk1MjcgMTEuMjk0OCAxMi44NjA3QzExLjA3MDQgMTIuNzY4OCAxMC44NjY3IDEyLjYzNDEgMTAuNjk1NSAxMi40NjQzTC00LjgzNzM1ZS0wNyAxLjkzMzQzTDEuOTYxNDUgMC4wMDE4MjMzNEwxMiA5Ljg4NTgzTDIyLjAzODYgLTkuNjYxMzZlLTA5WiIgZmlsbD0iIzAwMkI1QyIvPgo8L3N2Zz4K) no-repeat;
  background-size: contain;
}
.faqs-block .accordion .accordion-item:has(.active) .accordion-content {
  padding: 0 2.4rem;
  background: #f9f8f6;
  border: 1px solid rgba(0, 43, 92, 0.2);
  border-top: none;
}
@media (min-width: 1440px) {
  .faqs-block .accordion .accordion-item:has(.active) .accordion-content {
    padding: 0 11rem 0 3.2rem;
  }
  .faqs-block .accordion .accordion-item:has(.active) .accordion-content p {
    font-size: 1.4rem;
  }
}
.faqs-block .accordion .accordion-item:has(.active) .accordion-button {
  background: #f9f8f6;
  position: relative;
  border-bottom: none;
}
.faqs-block .accordion .accordion-item:has(.active) .accordion-button:after {
  content: "";
  height: 1px;
  width: 76px;
  background-color: #002b5c;
  position: absolute;
  left: 2.4rem;
  top: auto;
  bottom: 0;
}
@media (min-width: 1440px) {
  .faqs-block .accordion .accordion-item:has(.active) .accordion-button:after {
    left: 3.2rem;
    padding: 0 11rem 0 3.2rem;
  }
  .faqs-block .accordion .accordion-item:has(.active) .accordion-button:after p {
    font-size: 1.4rem;
  }
}
.faqs-block .accordion .accordion-item:has(.active) .accordion-button-title:after {
  transform: rotate(180deg);
}

.intro-block {
  padding-block: 6.4rem;
}
@media all and (min-width: 768px) {
  .intro-block {
    padding-block: 9.6rem;
  }
}
@media all and (min-width: 992px) {
  .intro-block {
    padding-block: 10.4rem;
  }
}
@media all and (min-width: 1200px) {
  .intro-block {
    padding-block: 11.2rem;
  }
}
@media all and (min-width: 1440px) {
  .intro-block {
    padding-block: 12rem;
  }
}
@media all and (min-width: 1920px) {
  .intro-block {
    padding-block: 12.8rem;
  }
}
.intro-block .bm__container {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .intro-block .bm__container {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.intro-block .bm__container .block-half {
  width: 100%;
}
@media all and (min-width: 768px) {
  .intro-block .bm__container .block-half {
    width: 50%;
  }
}
.intro-block .bm__container .block-half.-right {
  margin-top: 4.8rem;
}
@media all and (min-width: 768px) {
  .intro-block .bm__container .block-half.-right {
    margin-top: 0;
    padding-block: 2.4rem;
  }
}
.intro-block .bm__container .block-full {
  width: 100%;
}
@media all and (min-width: 768px) {
  .intro-block .bm__container .block-full {
    padding-right: 17%;
  }
}
@media all and (min-width: 992px) {
  .intro-block .bm__container .block-full {
    padding-right: 25%;
  }
}
@media all and (min-width: 1200px) {
  .intro-block .bm__container .block-full {
    padding-right: 33.33%;
  }
  .intro-block .bm__container .block-full::before {
    right: 15%;
  }
}
@media all and (min-width: 1920px) {
  .intro-block .bm__container .block-full {
    padding-right: 40%;
  }
  .intro-block .bm__container .block-full::before {
    right: 20%;
  }
}
.intro-block .bm__container .cta-ctnr {
  margin-top: 4.8rem;
}
@media all and (min-width: 768px) {
  .intro-block .bm__container .cta-ctnr {
    margin-top: 4.8rem;
  }
}

.team-block .bm__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8rem 2.4rem;
}
@media all and (min-width: 768px) {
  .team-block .bm__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1200px) {
  .team-block .bm__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 7rem 2.4rem;
  }
}
.team-block .bm__container .team-photo {
  display: flex;
  align-items: center;
}
.team-block .bm__container .team-photo img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  object-position: center;
}
@media all and (min-width: 1200px) {
  .team-block .bm__container .team-photo img {
    height: 50rem;
  }
}
.team-block .bm__container .team-content {
  text-align: center;
}
.team-block .bm__container .team-content .team-role {
  font-weight: 300;
  margin-top: 2.4rem;
}
.team-block .bm__container .team-content .bm__h5 {
  font-size: 1.7rem;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  margin-top: 0.8rem;
}
@media all and (min-width: 1200px) {
  .team-block .bm__container .team-content .bm__h5 {
    font-size: 1.8rem;
  }
}
.team-block .bm__container .team-content .team-excerpt {
  margin-top: 1.6rem;
}

.text-block {
  padding-top: 6.4rem;
  padding-bottom: 3.2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .text-block {
    padding-top: 8.8rem;
    padding-bottom: 4rem;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .text-block {
    padding-top: 12rem;
  }
}
.text-block h2 {
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.text-block h3 {
  padding-top: 0.8rem;
}
@media (min-width: 1440px) {
  .text-block h3 {
    padding-top: 3.2rem;
  }
}
.text-block .text-block__content:has(p) h3 {
  padding-bottom: 4rem;
}
@media (min-width: 1440px) {
  .text-block .text-block__content:has(p) h3 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1440px) {
  .text-block .text-block__content.text-width-default p {
    width: 65%;
  }
}
@media (min-width: 1920px) {
  .text-block .text-block__content.text-width-default p {
    width: 75%;
  }
}
@media (min-width: 1440px) {
  .text-block .text-block__content.text-width-wide p {
    width: 75%;
  }
}
@media (min-width: 1440px) {
  .text-block .text-block__content.text-width-full p {
    width: 100%;
  }
}
.text-block .text-block__content p + p {
  margin-top: 1.6rem;
}
.text-block.align-centre {
  text-align: center;
}
.text-block.align-centre .ctas {
  justify-content: center;
}
.text-block.align-centre .text-block__content p {
  margin: auto;
}
@media (min-width: 1440px) {
  .text-block.align-centre h2 {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .text-block.align-centre h3 {
    width: 90%;
    margin: auto;
  }
}
.text-block.align-right {
  text-align: right;
}
.text-block.align-right .ctas {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .text-block.align-right p {
    margin-left: auto;
  }
}
.text-block.align-left {
  text-align: left;
}
.text-block.align-left .ctas {
  justify-content: flex-start;
}
.text-block .ctas {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-top: 2rem;
}
.text-block .ctas .cta.-text {
  font-weight: 500;
  margin-top: 0;
}

.fleet-preview-block .image img {
  display: block;
  width: 100%;
  height: 35.6rem;
  object-fit: cover;
  object-position: center;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 1200px) {
  .fleet-preview-block .image img {
    height: 40rem;
  }
}
.fleet-preview-block .content {
  color: #ffffff;
  display: block;
  padding: 2.4rem 1.6rem;
}
@media all and (min-width: 1200px) {
  .fleet-preview-block .content {
    padding: 3.2rem;
  }
}
.fleet-preview-block .content h2 {
  padding-top: 0;
  text-transform: uppercase;
  font-weight: 100;
  margin-block: 0;
  margin-bottom: 0.8rem;
  line-height: 120%;
}
@media all and (min-width: 1200px) {
  .fleet-preview-block .content h2 {
    margin-bottom: 1.2rem;
  }
}
.fleet-preview-block .content .cta {
  padding-inline: 0;
}
.fleet-preview-block .content .cta.-text {
  margin-top: 1.6rem;
}
@media all and (min-width: 992px) {
  .fleet-preview-block .content .excerpt {
    max-width: 845px;
    width: 75%;
  }
}

.sailings-carousel-block .bm__container {
  text-align: center;
}
.sailings-carousel-block h2 {
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 4rem;
}
.sailings-carousel-block .sliders {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding-inline: 2.4rem;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sailings-carousel-block .sliders {
    padding-inline: 3.2rem;
  }
}
@media (min-width: 992px) {
  .sailings-carousel-block .sliders {
    flex-direction: row;
    padding-inline: 4.8rem 0;
    gap: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .sailings-carousel-block .sliders {
    padding-inline: 8rem 0;
  }
}
@media (min-width: 1920px) {
  .sailings-carousel-block .sliders {
    padding-inline: 16rem 0;
  }
}
@media (min-width: 2560px) {
  .sailings-carousel-block .sliders {
    padding-inline: 0;
    width: 1600px;
    margin-inline: auto;
  }
}
.sailings-carousel-block .sliders .splide__slide:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.sailings-carousel-block .sliders .slider-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .sailings-carousel-block .sliders .slider-nav {
    width: 66.6666%;
  }
}
.sailings-carousel-block .sliders .slider-nav #slider-preview {
  display: none;
}
@media (min-width: 992px) {
  .sailings-carousel-block .sliders .slider-nav #slider-preview {
    display: block;
  }
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media (min-width: 992px) {
  .sailings-carousel-block .sliders .slider-nav .slider-nav-bottom {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4.8rem;
    width: 66.6666%;
  }
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .detail-nav {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .detail-nav .splide__arrow {
  position: relative;
  height: auto;
  width: auto;
  top: 0;
  transform: none;
  border-radius: 50%;
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .detail-nav .splide__arrow.splide__arrow--prev {
  left: 0;
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .detail-nav .splide__arrow.splide__arrow--prev svg {
  transform: none;
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .detail-nav .splide__arrow.splide__arrow--next {
  right: 0;
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .detail-nav .splide__arrow svg {
  fill: transparent;
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .detail-nav .splide__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .detail-nav .splide__arrow:hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 43, 92, 0.8);
  border-color: rgba(0, 43, 92, 0.8);
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .detail-nav .splide__arrow:hover svg path {
  stroke: #ffffff;
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .detail-nav .slide-count {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1rem;
  margin-right: -10px;
}
.sailings-carousel-block .sliders .slider-nav .slider-nav-bottom .cta.-text {
  margin: 0;
}
.sailings-carousel-block .sliders #slider-detail {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .sailings-carousel-block .sliders #slider-detail {
    width: 30.3333%;
    max-width: 33.3333%;
  }
}
.sailings-carousel-block .sliders .-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  height: 36.8rem;
  width: 100%;
  position: relative;
}
@media (min-width: 1920px) {
  .sailings-carousel-block .sliders .-card {
    height: 44.8rem;
  }
}
.sailings-carousel-block .sliders .-card .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sailings-carousel-block .sliders .-card .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sailings-carousel-block .sliders .-card .info {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 2.4rem;
  background: rgba(255, 255, 255, 0.8);
}
.sailings-carousel-block .sliders .-card .info h4 {
  text-align: center !important;
  text-transform: uppercase;
}
.sailings-carousel-block .sliders .-card .info .bm__h6 {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}
.sailings-carousel-block .sliders .-card .info .cta {
  min-width: auto;
  width: 109px;
}
@media (min-width: 1440px) {
  .sailings-carousel-block .sliders .-card .info .cta {
    width: 132px;
  }
}
.sailings-carousel-block .sliders .-card .info button.cta {
  width: auto;
}
.sailings-carousel-block .sliders .-card.-large {
  height: 50rem;
}
@media (min-width: 992px) {
  .sailings-carousel-block .sliders .-card.-large {
    height: 56rem;
  }
}
@media (min-width: 1200px) {
  .sailings-carousel-block .sliders .-card.-large {
    height: 54rem;
  }
}
@media (min-width: 1440px) {
  .sailings-carousel-block .sliders .-card.-large {
    height: 50rem;
  }
}
@media (min-width: 1920px) {
  .sailings-carousel-block .sliders .-card.-large {
    height: 60rem;
  }
}
.sailings-carousel-block .sliders .-card.-large .info h4 {
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.sailings-carousel-block .sliders .-card.-large .info .cta-ctnr {
  margin-top: 2rem;
  display: flex;
  gap: 1.6rem;
}
@media (min-width: 1440px) {
  .sailings-carousel-block .sliders .-card.-large .info .cta-ctnr {
    gap: 2.5rem;
  }
}
.sailings-carousel-block .sliders .-card.-large .info .-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (min-width: 992px) {
  .sailings-carousel-block .sliders .-card.-large .info .-excerpt {
    -webkit-line-clamp: 3; /* number of lines to show */
  }
}

.highlight-carousel-block {
  min-height: 60rem;
  position: relative;
}
@media all and (min-width: 992px) {
  .highlight-carousel-block {
    min-height: auto;
  }
}

@media all and (min-width: 992px) {
  .highlight-carousel-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.4rem;
    align-items: center;
  }
  .highlight-carousel-wrapper > div {
    flex: 1;
  }
}
@media all and (min-width: 992px) {
  .highlight-carousel-wrapper.-image-text {
    flex-direction: row;
  }
}
.highlight-carousel-wrapper.-primary .bm__h2,
.highlight-carousel-wrapper.-primary .bm__h3 {
  color: #002b5c;
}
.highlight-carousel-wrapper.-secondary .bm__h2,
.highlight-carousel-wrapper.-secondary .bm__h3,
.highlight-carousel-wrapper.-secondary .cta.is-link {
  color: #8e794e;
}
.highlight-carousel-wrapper.-tertiary .bm__h2,
.highlight-carousel-wrapper.-tertiary .bm__h3 {
  color: #007a84;
}
.highlight-carousel-wrapper .highlight-carousel__image {
  height: 35.6rem;
}
@media all and (min-width: 992px) {
  .highlight-carousel-wrapper .highlight-carousel__image {
    height: 45rem;
  }
}
@media all and (min-width: 1200px) {
  .highlight-carousel-wrapper .highlight-carousel__image {
    height: 60rem;
  }
}
.highlight-carousel-wrapper .highlight-carousel__image img {
  width: 100%;
  height: 35.6rem;
  object-fit: cover;
  object-position: center;
}
@media all and (min-width: 992px) {
  .highlight-carousel-wrapper .highlight-carousel__image img {
    height: 100%;
  }
}
.highlight-carousel-wrapper .highlight-carousel__details {
  padding: 3.2rem 1.6rem;
}
@media all and (min-width: 992px) {
  .highlight-carousel-wrapper .highlight-carousel__details {
    padding-top: 0;
    margin: auto;
  }
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas {
  display: flex;
  gap: 2.4rem;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas:has(.is-link) {
  gap: 1.2rem;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas:has(.is-link) .-cta .cta {
  width: 160px;
  padding: 1.6rem 0 0;
}
@media all and (min-width: 992px) {
  .highlight-carousel-wrapper .highlight-carousel__details .ctas:has(.is-link) .-cta .cta {
    padding-top: 2.4rem;
  }
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas:has(.is-link) .-cta .cta.is-link {
  width: auto;
  min-width: auto;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas:has(.not-link) {
  margin-top: 1.6rem;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas .cta.is-link {
  border: none;
  background-color: transparent;
  text-align: left;
  color: #002b5c;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas .cta.is-link span {
  position: relative;
  border-bottom: 1px solid #002b5c;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas .cta.is-link span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #002b5c;
  left: 0;
  bottom: -1px;
  top: auto;
  max-width: 100%;
  z-index: 1000;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas .cta.is-link span:hover {
  border-bottom: 1px solid transparent;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas .cta.is-link span:hover::after {
  width: 100%;
  transition: all 0.4s ease-in;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas .cta.is-link:hover span {
  border-bottom: none;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas .cta.-text {
  font-weight: 500;
  color: #002b5c;
  border-bottom: 1px solid #002b5c;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas .cta.-text:after {
  background-color: #002b5c;
}
.highlight-carousel-wrapper .highlight-carousel__details .ctas .cta.-text:hover {
  border-bottom: 1px solid transparent;
}
.highlight-carousel-wrapper .highlight-carousel__details .bm__h7 {
  padding-top: 0.8rem;
}
.highlight-carousel-wrapper .highlight-carousel__details p {
  padding-top: 0.8rem;
}
@media all and (min-width: 992px) {
  .highlight-carousel-wrapper .highlight-carousel__details p {
    padding-top: 1.6rem;
  }
}
.highlight-carousel-wrapper .highlight-carousel__content {
  background: #f9f8f6;
}
@media all and (min-width: 992px) {
  .highlight-carousel-wrapper.-text-over-image {
    flex-direction: column;
    position: relative;
  }
  .highlight-carousel-wrapper.-text-over-image .highlight-carousel__details {
    margin: auto 0;
    padding: 3.2rem 5.6rem 3.2rem 8.3rem;
    max-height: 100%;
    overflow-y: auto;
  }
  .highlight-carousel-wrapper.-text-over-image .highlight-carousel__image {
    height: 65.2rem;
    width: 100%;
  }
  .highlight-carousel-wrapper.-text-over-image > div {
    flex: auto;
  }
  .highlight-carousel-wrapper.-text-over-image .highlight-carousel__content {
    width: 60%;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 312px;
    display: flex;
    align-items: flex-end;
  }
}
@media all and (min-width: 992px) and (min-width: 1200px) {
  .highlight-carousel-wrapper.-text-over-image .highlight-carousel__content {
    width: 50%;
  }
}
.highlight-carousel-wrapper.-text-over-image .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (min-width: 992px) {
  .highlight-carousel-wrapper.-two-parts-horizontal {
    gap: 0;
  }
  .highlight-carousel-wrapper.-two-parts-horizontal .highlight-carousel__content {
    height: 100%;
    display: flex;
    margin: unset;
    align-items: flex-end;
  }
  .highlight-carousel-wrapper.-two-parts-horizontal .highlight-carousel__details {
    margin: unset;
    padding-left: 65px;
  }
}
@media all and (min-width: 1440px) {
  .highlight-carousel-wrapper.-two-parts-horizontal .highlight-carousel__details {
    padding-bottom: 6.4rem;
    padding-left: 16rem;
    max-width: 85%;
  }
  .highlight-carousel-wrapper.-two-parts-horizontal .highlight-carousel__image {
    height: 75rem;
  }
}

.highlight-carousel-block .splide.highlight-carousel__slider .splide__pagination {
  top: 32.4rem;
  bottom: auto;
}
@media all and (min-width: 992px) {
  .highlight-carousel-block .splide.highlight-carousel__slider .splide__pagination {
    top: auto;
    bottom: 56px;
    left: 15px;
    transform: unset;
    right: auto;
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 992px) {
  .highlight-carousel-block.-image-text .splide.highlight-carousel__slider .splide__pagination {
    top: auto;
    bottom: 40px;
    transform: translateX(0%);
    left: 0;
    right: 50%;
  }
}
.highlight-carousel-block.-primary .splide__pagination__page {
  border: 1px solid #002b5c;
}
.highlight-carousel-block.-primary .splide__pagination__page.is-active {
  background: #002b5c;
}
.highlight-carousel-block.-secondary .splide__pagination__page {
  border: 1px solid #8e794e;
}
.highlight-carousel-block.-secondary .splide__pagination__page.is-active {
  background: #8e794e;
}
.highlight-carousel-block.-tertiary .splide__pagination__page {
  border: 1px solid #007a84;
}
.highlight-carousel-block.-tertiary .splide__pagination__page.is-active {
  background: #007a84;
}
.highlight-carousel-block.-image-only {
  min-height: auto;
}
.highlight-carousel-block.-image-only .splide__pagination__page {
  border: 1px solid #ffffff;
}
.highlight-carousel-block.-image-only .splide__pagination__page.is-active {
  background: #ffffff;
}
@media all and (min-width: 992px) {
  .highlight-carousel-block.-image-only .splide.highlight-carousel__slider .custom-arrows {
    right: 0;
    left: auto;
    margin-bottom: 56px;
  }
}
@media all and (min-width: 992px) {
  .highlight-carousel-block.-image-only .highlight-carousel-wrapper .highlight-carousel__image {
    height: 65.2rem;
  }
}
@media all and (min-width: 992px) {
  .highlight-carousel-block.-two-parts-horizontal .splide.highlight-carousel__slider .splide__pagination {
    bottom: 112px;
    left: 8px;
  }
}
@media all and (min-width: 1440px) {
  .highlight-carousel-block.-two-parts-horizontal .splide.highlight-carousel__slider .splide__pagination {
    bottom: 112px;
    left: 100px;
  }
}
@media all and (min-width: 992px) {
  .highlight-carousel-block.-text-over-image .splide.highlight-carousel__slider .custom-arrows {
    right: 0;
    left: auto;
    margin-bottom: 56px;
  }
}
.highlight-carousel-block .custom-arrows {
  display: flex;
  position: absolute;
  cursor: pointer;
  top: 160px;
  left: 0.8rem;
  margin: 0;
  height: 56px;
  width: calc(100% - 1.8rem);
  justify-content: space-between;
}
@media all and (min-width: 992px) {
  .highlight-carousel-block .custom-arrows {
    flex-direction: column;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin-bottom: 40px;
    margin-left: 60px;
    gap: 2.4rem;
    width: unset;
    height: auto;
  }
}
@media all and (min-width: 1200px) {
  .highlight-carousel-block .custom-arrows {
    margin-bottom: 64px;
    margin-left: 80px;
    gap: 3.2rem;
  }
}
.highlight-carousel-block .custom-arrows .custom-prev,
.highlight-carousel-block .custom-arrows .custom-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlight-carousel-block .custom-arrows .custom-prev svg,
.highlight-carousel-block .custom-arrows .custom-next svg {
  width: 28px;
}
@media all and (min-width: 992px) {
  .highlight-carousel-block .custom-arrows .custom-prev,
  .highlight-carousel-block .custom-arrows .custom-next {
    transform: rotate(0);
  }
}
@media all and (min-width: 1200px) {
  .highlight-carousel-block .custom-arrows .custom-prev,
  .highlight-carousel-block .custom-arrows .custom-next {
    width: 72px;
    height: 72px;
  }
}
.highlight-carousel-block .custom-arrows .custom-prev:hover,
.highlight-carousel-block .custom-arrows .custom-next:hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
}
.highlight-carousel-block .custom-arrows .custom-prev:hover svg path,
.highlight-carousel-block .custom-arrows .custom-next:hover svg path {
  stroke: #002b5c;
}
@media all and (min-width: 992px) {
  .highlight-carousel-block .custom-arrows .custom-next svg {
    padding-top: 7px;
  }
}

.cabins-carousel-block {
  min-height: 60rem;
  position: relative;
}
@media all and (min-width: 992px) {
  .cabins-carousel-block {
    min-height: auto;
  }
}
.cabins-carousel-block h2,
.cabins-carousel-block .bm__h2 {
  text-align: center;
  margin-bottom: 3.2rem;
}
@media all and (min-width: 992px) {
  .cabins-carousel-block h2,
  .cabins-carousel-block .bm__h2 {
    margin-bottom: 4.8rem;
  }
}
.cabins-carousel-block.-primary .bm__h2,
.cabins-carousel-block.-primary .bm__h3 {
  color: #002b5c;
}
.cabins-carousel-block.-secondary .bm__h2,
.cabins-carousel-block.-secondary .bm__h3 {
  color: #8e794e;
}
.cabins-carousel-block.-tertiary .bm__h2,
.cabins-carousel-block.-tertiary .bm__h3 {
  color: #007a84;
}

@media all and (min-width: 992px) {
  .cabins-carousel-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .cabins-carousel-wrapper > div {
    flex: 1;
  }
}
@media all and (min-width: 992px) {
  .cabins-carousel-wrapper.-image-text {
    flex-direction: row;
  }
}
.cabins-carousel-wrapper.-primary .bm__h2,
.cabins-carousel-wrapper.-primary .bm__h3 {
  color: #002b5c;
}
.cabins-carousel-wrapper.-secondary .bm__h2,
.cabins-carousel-wrapper.-secondary .bm__h3,
.cabins-carousel-wrapper.-secondary .cta.is-link {
  color: #8e794e;
}
.cabins-carousel-wrapper.-tertiary .bm__h2,
.cabins-carousel-wrapper.-tertiary .bm__h3 {
  color: #007a84;
}
.cabins-carousel-wrapper .cabins-carousel__image {
  height: 26.9rem;
}
@media all and (min-width: 992px) {
  .cabins-carousel-wrapper .cabins-carousel__image {
    height: 45rem;
  }
}
@media all and (min-width: 1200px) {
  .cabins-carousel-wrapper .cabins-carousel__image {
    height: 60rem;
  }
}
.cabins-carousel-wrapper .cabins-carousel__image img {
  width: 100%;
  height: 26.9rem;
  object-fit: cover;
  object-position: center;
}
@media all and (min-width: 992px) {
  .cabins-carousel-wrapper .cabins-carousel__image img {
    height: 100%;
  }
}
.cabins-carousel-wrapper .cabins-carousel__details {
  padding: 3.2rem 2.4rem;
}
@media all and (min-width: 992px) {
  .cabins-carousel-wrapper .cabins-carousel__details {
    padding-top: 0;
    margin: auto;
  }
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas {
  display: flex;
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas:has(.is-link) {
  gap: 1.2rem;
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas:has(.is-link) .-cta .cta {
  width: 160px;
  padding: 1.6rem 0 0;
}
@media all and (min-width: 992px) {
  .cabins-carousel-wrapper .cabins-carousel__details .ctas:has(.is-link) .-cta .cta {
    padding-top: 2.4rem;
  }
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas:has(.is-link) .-cta .cta.is-link {
  width: auto;
  min-width: auto;
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas:has(.not-link) {
  margin-top: 1.6rem;
}
@media all and (min-width: 992px) {
  .cabins-carousel-wrapper .cabins-carousel__details .ctas:has(.not-link) {
    margin-top: 0;
  }
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas .cta.is-link {
  border: none;
  background-color: transparent;
  text-align: left;
  color: #002b5c;
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas .cta.is-link span {
  position: relative;
  border-bottom: 1px solid #002b5c;
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas .cta.is-link span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #002b5c;
  left: 0;
  bottom: -1px;
  top: auto;
  max-width: 100%;
  z-index: 1000;
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas .cta.is-link span:hover {
  border-bottom: 1px solid transparent;
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas .cta.is-link span:hover::after {
  width: 100%;
  transition: all 0.4s ease-in;
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas .cta {
  width: calc(100% - 2.4rem);
}
.cabins-carousel-wrapper .cabins-carousel__details .ctas .-cta {
  width: 100%;
}
@media all and (min-width: 576px) {
  .cabins-carousel-wrapper .cabins-carousel__details .ctas .-cta {
    max-width: 180px;
  }
}
.cabins-carousel-wrapper .cabins-carousel__details .bm__h5 {
  font-family: "Gotham", sans-serif;
}
.cabins-carousel-wrapper .cabins-carousel__details p {
  padding-top: 0.8rem;
}
.cabins-carousel-wrapper .cabins-carousel__details .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cabins-carousel-wrapper .cabins-carousel__details .excerpt p:first-of-type {
  padding-top: 0;
}
.cabins-carousel-wrapper .cabins-carousel__content {
  background: #f9f8f6;
}
.cabins-carousel-wrapper.-two-parts-vertical .cabins-carousel__details {
  height: 25.5rem;
}
@media all and (min-width: 992px) {
  .cabins-carousel-wrapper.-two-parts-vertical {
    flex-direction: column;
    position: relative;
  }
  .cabins-carousel-wrapper.-two-parts-vertical .cabins-carousel__details {
    margin: auto 0;
    padding: 3.2rem 4.8rem;
    display: flex;
    gap: 7.2rem;
    width: 100%;
    justify-content: space-between;
    height: 19.2rem;
  }
  .cabins-carousel-wrapper.-two-parts-vertical .cabins-carousel__image {
    height: 50rem;
    width: 100%;
  }
  .cabins-carousel-wrapper.-two-parts-vertical > div {
    flex: auto;
  }
  .cabins-carousel-wrapper.-two-parts-vertical .cabins-carousel__content {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .cabins-carousel-wrapper.-two-parts-horizontal {
    gap: 0;
  }
  .cabins-carousel-wrapper.-two-parts-horizontal .cabins-carousel__content {
    height: 100%;
    display: flex;
    margin: unset;
    align-items: flex-end;
  }
  .cabins-carousel-wrapper.-two-parts-horizontal .cabins-carousel__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    width: 100%;
    gap: 2rem;
  }
}

.cabins-carousel-block .splide.cabins-carousel__slider .splide__pagination {
  top: auto;
  bottom: 0;
}
.cabins-carousel-block.-two-parts-vertical .splide__pagination__page, .cabins-carousel-block.-two-parts-horizontal .splide__pagination__page {
  font-family: "Gotham", sans-serif;
  background: transparent;
  border: none;
  border-radius: 0;
  display: none;
  height: 40px;
  padding: 0;
  position: relative;
  transition: none;
  width: 60px;
  font-size: 1.6rem;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #002b5c;
}
.cabins-carousel-block.-two-parts-vertical .splide__pagination__page.is-active, .cabins-carousel-block.-two-parts-horizontal .splide__pagination__page.is-active {
  display: flex;
}
.cabins-carousel-block.-two-parts-vertical .splide__pagination__page:hover, .cabins-carousel-block.-two-parts-horizontal .splide__pagination__page:hover {
  cursor: default;
}
.cabins-carousel-block .splide__track {
  padding-bottom: 90px;
}
@media all and (min-width: 992px) {
  .cabins-carousel-block .splide__track {
    width: 80%;
    margin: auto;
  }
}
@media all and (min-width: 1440px) {
  .cabins-carousel-block .splide__track {
    width: 66.1%;
    padding-bottom: 66px;
  }
}
.cabins-carousel-block .custom-arrows {
  display: flex;
  position: absolute;
  cursor: pointer;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 164px;
  justify-content: space-between;
}
@media all and (min-width: 992px) {
  .cabins-carousel-block .custom-arrows {
    top: 50%;
    bottom: auto;
    gap: 2.4rem;
    width: 100%;
  }
}
@media all and (min-width: 1440px) {
  .cabins-carousel-block .custom-arrows {
    width: 87.5%;
  }
}
.cabins-carousel-block .custom-arrows .custom-prev,
.cabins-carousel-block .custom-arrows .custom-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #002b5c;
  background-color: transparent;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabins-carousel-block .custom-arrows .custom-prev svg,
.cabins-carousel-block .custom-arrows .custom-next svg {
  width: 20px;
}
.cabins-carousel-block .custom-arrows .custom-prev svg path,
.cabins-carousel-block .custom-arrows .custom-next svg path {
  stroke: #002b5c;
}
@media all and (min-width: 992px) {
  .cabins-carousel-block .custom-arrows .custom-prev svg,
  .cabins-carousel-block .custom-arrows .custom-next svg {
    width: 28px;
  }
}
@media all and (min-width: 992px) {
  .cabins-carousel-block .custom-arrows .custom-prev,
  .cabins-carousel-block .custom-arrows .custom-next {
    width: 56px;
    height: 56px;
  }
}
.cabins-carousel-block .custom-arrows .custom-prev:hover,
.cabins-carousel-block .custom-arrows .custom-next:hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 43, 92, 0.8);
  border-color: rgba(0, 43, 92, 0.8);
}
.cabins-carousel-block .custom-arrows .custom-prev:hover svg path,
.cabins-carousel-block .custom-arrows .custom-next:hover svg path {
  stroke: #ffffff;
}
.cabins-carousel-block .custom-arrows .custom-next svg {
  padding-top: 5px;
}
@media all and (min-width: 992px) {
  .cabins-carousel-block .custom-arrows .custom-next svg {
    padding-top: 7px;
  }
}

.latest-news-block {
  padding-top: 7.2rem;
}
@media all and (min-width: 992px) {
  .latest-news-block {
    padding-top: 12rem;
  }
}
.latest-news-block .bm__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media all and (min-width: 992px) {
  .latest-news-block .bm__container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10.5rem;
  }
}
.latest-news-block .cta.-text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0;
}
@media all and (min-width: 992px) {
  .latest-news-block .right {
    width: 50%;
  }
}
.latest-news-block .left {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.latest-news-block .left h2 {
  text-transform: uppercase;
}
.latest-news-block .left .cta-ctnr {
  display: block;
}
@media all and (min-width: 992px) {
  .latest-news-block .left {
    width: calc(50% - 10.5rem);
  }
}
.latest-news-block .right {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.latest-news-block .post-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #8e794e;
  padding: 2.4rem;
  gap: 2.4rem;
}
@media all and (min-width: 992px) {
  .latest-news-block .post-item {
    flex-direction: row;
    padding: 1.6rem;
  }
}
.latest-news-block .post-item .post-thumbnail {
  flex-shrink: 0;
  width: 100%;
}
@media all and (min-width: 992px) {
  .latest-news-block .post-item .post-thumbnail {
    width: 16.5rem;
    display: flex;
    align-items: center;
  }
}
.latest-news-block .post-item .post-thumbnail img {
  display: flex;
  width: 100%;
  height: 25.2rem;
  object-fit: cover;
  object-position: center;
}
@media all and (min-width: 992px) {
  .latest-news-block .post-item .post-thumbnail img {
    width: 16.5rem;
    height: 16.5rem;
  }
}
.latest-news-block .post-item .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.latest-news-block .post-item .content h3.post-title {
  text-transform: none;
  font-family: "Gotham", sans-serif;
}
.latest-news-block .post-item .content .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (min-width: 992px) {
  .latest-news-block .post-item .content .excerpt {
    -webkit-line-clamp: 3; /* number of lines to show */
  }
}

.offers-block {
  padding-top: 5.6rem;
}
@media all and (min-width: 992px) {
  .offers-block {
    padding-top: 4rem;
  }
}
.offers-block .bm__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8rem 2.4rem;
}
@media all and (min-width: 768px) {
  .offers-block .bm__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1440px) {
  .offers-block .bm__container {
    gap: 7.2rem 2.4rem;
  }
}
.offers-block .offer-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.offers-block .offer-item .offer-photo {
  position: relative;
  display: block;
}
.offers-block .offer-item .offer-photo .offer-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  padding-inline: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.2rem;
  font-weight: 500;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  letter-spacing: -1.1px;
}
@media all and (min-width: 576px) {
  .offers-block .offer-item .offer-photo .offer-label {
    letter-spacing: 0;
    padding-inline: 2rem;
  }
}
@media all and (min-width: 1440px) {
  .offers-block .offer-item .offer-photo .offer-label {
    font-size: 2.7rem;
    padding-inline: 2rem;
  }
}
.offers-block .offer-item .offer-photo img {
  width: 100%;
  height: 32rem;
  object-fit: cover;
  object-position: center;
  display: block;
}
.offers-block .offer-item .offer-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.offers-block .offer-item .offer-content .offer-ship {
  margin-top: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
}
@media all and (min-width: 1200px) {
  .offers-block .offer-item .offer-content .offer-ship {
    margin-top: 1.6rem;
  }
}
.offers-block .offer-item .offer-content h3 {
  margin-block: 1.6rem;
}
.offers-block .offer-item .offer-content .middle {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.offers-block .offer-item .offer-content .foot {
  margin-top: auto;
}
.offers-block .offer-item .offer-content .foot .cta-ctnr {
  margin-top: 1.6rem;
  display: flex;
  gap: 2rem;
}
.offers-block .offer-item .offer-content .foot .cta-ctnr .cta {
  min-width: 13.1rem;
  text-transform: uppercase;
}

.daily-itinerary-block {
  padding-top: 7.2rem;
}
@media (min-width: 992px) {
  .daily-itinerary-block {
    padding-top: 12rem;
  }
}
.daily-itinerary-block .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.daily-itinerary-block .intro h2 {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .daily-itinerary-block .intro .excerpt {
    max-width: 50%;
    text-align: center;
  }
}
.daily-itinerary-block .daily-itinerary-tabs {
  padding-top: 4rem;
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .daily-itinerary-block .daily-itinerary-tabs .itinerary-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem 5.8rem;
  }
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-nav button {
  padding: 0.5rem 2.4rem;
  min-width: 16rem;
  cursor: pointer;
  flex: 0 0 auto;
  transition: all 0.3s ease;
  height: 48px;
  text-align: left;
}
@media (min-width: 992px) {
  .daily-itinerary-block .daily-itinerary-tabs .itinerary-nav button {
    border: 0 !important;
    padding: 2.8rem 1rem;
    min-width: 13.3rem;
    text-align: center;
    height: 100px;
  }
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-nav button:hover, .daily-itinerary-block .daily-itinerary-tabs .itinerary-nav button.active {
  color: #ffffff !important;
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-nav.secondary button {
  border: 1px solid #8e794e;
  color: #8e794e;
  background: rgba(142, 121, 78, 0.1);
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-nav.secondary button:hover, .daily-itinerary-block .daily-itinerary-tabs .itinerary-nav.secondary button.active {
  background: #8e794e;
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-nav.tertiary button {
  border: 1px solid #007a84;
  color: #007a84;
  background: rgba(0, 122, 132, 0.1);
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-nav.tertiary button:hover, .daily-itinerary-block .daily-itinerary-tabs .itinerary-nav.tertiary button.active {
  background: #007a84;
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content {
  padding-top: 2.4rem;
}
@media (min-width: 992px) {
  .daily-itinerary-block .daily-itinerary-tabs .itinerary-content {
    padding-top: 4.8rem;
  }
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
@media (min-width: 992px) {
  .daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item {
    flex-direction: row;
    gap: 6rem;
  }
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media (min-width: 992px) {
  .daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item.active {
    height: 50rem;
  }
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item .item-image {
  width: 100%;
  height: 30rem;
  order: 2;
}
@media (min-width: 992px) {
  .daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item .item-image {
    order: 1;
    width: 33.333%;
    height: 100%;
  }
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item .item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item .item-details {
  padding: 2.4rem;
  order: 1;
  padding: 2.4rem;
}
@media (min-width: 992px) {
  .daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item .item-details {
    order: 2;
    width: 66.666%;
    padding: 6rem 0;
  }
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item .item-details .item-date {
  text-transform: uppercase;
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item .item-details .item-day {
  margin-bottom: 2.4rem;
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item .item-details .item-location {
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  margin-block: 1.6rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item .item-details .item-excerpt {
    width: 70%;
  }
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item.secondary {
  background-color: rgba(142, 121, 78, 0.1);
}
.daily-itinerary-block .daily-itinerary-tabs .itinerary-content .itinerary-item.tertiary {
  background-color: rgba(0, 122, 132, 0.1);
}

/**
 * Destination Map Block Styles
 * Mapbox interactive map with clusters for Hebridean destinations
 */
.destination-map-block {
  width: 100%;
}
@media (min-width: 992px) {
  .destination-map-block {
    height: 65rem;
  }
}
.destination-map-block .bm__container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 992px) {
  .destination-map-block .bm__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.destination-map-block .destination-info {
  order: 2;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .destination-map-block .destination-info {
    width: 33.333%;
    order: 1;
    min-height: 30rem;
    max-height: 65rem;
  }
}
.destination-map-block .destination-info .destination-info-content .destination-title {
  text-transform: uppercase;
}
.destination-map-block .destination-map {
  width: 100%;
  height: 36rem;
  order: 1;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .destination-map-block .destination-map {
    order: 2;
    width: 66.666%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .destination-map-block .destination-map {
    height: 65rem;
  }
}

.mapboxgl-popup {
  max-width: 300px;
}
.mapboxgl-popup .mapboxgl-popup-content {
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.mapboxgl-popup .mapboxgl-popup-content h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.mapboxgl-popup .mapboxgl-popup-content p {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.mapboxgl-popup .mapboxgl-popup-content a {
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: none;
}
.mapboxgl-popup .mapboxgl-popup-close-button {
  font-size: 1.5rem;
  padding: 0.5rem;
  right: 0.5rem;
  top: 0.5rem;
}
.mapboxgl-popup .mapboxgl-popup-close-button:hover {
  background: transparent;
}

.custom-marker {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.custom-marker:hover {
  transform: scale(1.1);
}
.custom-marker svg {
  display: block;
}

.mapboxgl-canvas-container canvas {
  outline: none;
}

.mapboxgl-ctrl-top-right {
  top: 20px;
  right: 20px;
}
@media (max-width: 576px) {
  .mapboxgl-ctrl-top-right {
    top: 10px;
    right: 10px;
  }
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 0 0 10px 0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.destination-map-block[data-loading=true] .destination-map {
  position: relative;
}
.destination-map-block[data-loading=true] .destination-map::after {
  content: "Loading map...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem 2rem;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .destination-map-block .bm__container {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 768px) {
  .destination-map-block {
    padding: 2rem 0;
  }
}
.mapboxgl-ctrl-attrib {
  font-size: 0.75rem;
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
}
.mapboxgl-ctrl-attrib a:hover {
  color: rgb(0, 0, 0);
}

@media print {
  .destination-map-block .destination-map {
    height: 400px;
    break-inside: avoid;
  }
  .destination-map-block .mapboxgl-ctrl {
    display: none;
  }
}
.route-image-cta {
  text-align: center;
  margin-top: 2.4rem;
}
.route-image-cta .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.route-image-cta .cta svg {
  flex-shrink: 0;
}

.dual-section-modal[id^=route-image-modal] .modal-content {
  max-width: 800px;
}
.dual-section-modal[id^=route-image-modal] .modal-image img {
  max-width: 100%;
  height: auto;
}

.search-form-block .widgety-search-form {
  background: rgba(255, 255, 255, 0.85);
  color: #002b5c;
  max-width: 95.4rem;
  margin-inline: auto;
}
.search-form-block .widgety-search-form form {
  padding: 2.4rem 3.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .search-form-block .widgety-search-form form {
    padding: 1.6rem 3.2rem;
  }
}
.search-form-block .widgety-search-form form nav.mobile-tabs {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 43, 92, 0.2);
  justify-content: space-between;
}
.search-form-block .widgety-search-form form nav.mobile-tabs .tab-link {
  background: none;
  border: none;
  padding: 1.2rem 1rem;
  font-size: 1.4rem;
  font-family: "Gotham", sans-serif;
  color: rgba(0, 43, 92, 0.5);
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}
.search-form-block .widgety-search-form form nav.mobile-tabs .tab-link:hover {
  color: #002b5c;
}
.search-form-block .widgety-search-form form nav.mobile-tabs .tab-link.-active {
  color: #002b5c;
}
.search-form-block .widgety-search-form form nav.mobile-tabs .tab-link.-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #002b5c;
}
@media screen and (min-width: 1200px) {
  .search-form-block .widgety-search-form form nav.mobile-tabs {
    display: none;
  }
}
.search-form-block .widgety-search-form form .form-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .search-form-block .widgety-search-form form .form-inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.search-form-block .widgety-search-form form .form-inner .defaults {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 3.2rem;
}
@media screen and (max-width: 1199px) {
  .search-form-block .widgety-search-form form .form-inner .defaults {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group {
  position: relative;
  border-right: 1px solid #002b5c;
}
@media screen and (min-width: 1200px) {
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group {
    padding-right: 3.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group.chevron:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 24px;
    display: block;
    height: 12px;
    pointer-events: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjAzODYgLTkuNjYxMzZlLTA5TDI0IDEuOTMzNDNMMTMuMzEwMSAxMi40NjQzQzEzLjEzODggMTIuNjM0MSAxMi45MzUxIDEyLjc2ODggMTIuNzEwOCAxMi44NjA3QzEyLjQ4NjQgMTIuOTUyNyAxMi4yNDU4IDEzIDEyLjAwMjggMTNDMTEuNzU5OCAxMyAxMS41MTkyIDEyLjk1MjcgMTEuMjk0OCAxMi44NjA3QzExLjA3MDQgMTIuNzY4OCAxMC44NjY3IDEyLjYzNDEgMTAuNjk1NSAxMi40NjQzTC00LjgzNzM1ZS0wNyAxLjkzMzQzTDEuOTYxNDUgMC4wMDE4MjMzNEwxMiA5Ljg4NTgzTDIyLjAzODYgLTkuNjYxMzZlLTA5WiIgZmlsbD0iIzAwMkI1QyIvPgo8L3N2Zz4K) no-repeat;
    background-size: contain;
  }
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group.chevron:after {
    right: 15px;
    top: 15px;
    width: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group {
    display: none;
    border-right: none;
  }
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group.-active {
    display: block;
  }
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group.submit-ctnr {
    display: flex !important;
    border-bottom: none;
    margin-top: 1.6rem;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group.submit-ctnr {
    position: absolute;
    bottom: -63px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group {
    display: block;
    flex: 0 0 calc((100% - 6rem) / 4);
    width: calc((100% - 4.8rem) / 4);
  }
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group:last-child {
    border-right: none;
  }
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group label {
  font-size: 1.2rem;
  font-weight: 500;
  display: none;
}
@media screen and (min-width: 1200px) {
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group label {
    display: block;
  }
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group select,
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group input {
  border: none;
  padding-inline: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group select {
  color: #002b5c;
  padding: 0.8rem 1.6rem;
  border: 1px solid rgba(0, 43, 92, 0.6);
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 1200px) {
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group select {
    border: none;
  }
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group select.is-placeholder {
  color: rgba(0, 43, 92, 0.5);
  font-family: "Gotham", sans-serif;
  font-size: 1.5rem !important;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group select option {
  color: #002b5c;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group select option:disabled {
  color: rgba(0, 43, 92, 0.5);
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group input.dateRangeInput {
  color: #002b5c;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group input.dateRangeInput::placeholder {
  color: rgba(0, 43, 92, 0.5) !important;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group input.dateRangeInput::-webkit-input-placeholder {
  color: rgba(0, 43, 92, 0.5) !important;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group input.dateRangeInput::-moz-placeholder {
  color: rgba(0, 43, 92, 0.5) !important;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group input.dateRangeInput:-ms-input-placeholder {
  color: rgba(0, 43, 92, 0.5) !important;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group #calendarPopup {
  min-width: 30rem !important;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group #calendarPopup .today {
  background-color: rgba(0, 43, 92, 0.1);
  color: #002b5c;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group #calendarPopup #calendarContainer .button-container button {
  background-color: #002b5c;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group #calendarPopup #applyDates {
  background-color: #002b5c;
}
.search-form-block .widgety-search-form form .form-inner .defaults .-form-group.submit-ctnr {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 0;
}
@media screen and (min-width: 1200px) {
  .search-form-block .widgety-search-form form .form-inner .defaults .-form-group.submit-ctnr button {
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
  }
}

.home .search-form-block .widgety-search-form form .form-inner .defaults .-form-group {
  border-left: 1px solid rgba(0, 43, 92, 0.4);
  border-right: none;
}
@media screen and (min-width: 1200px) {
  .home .search-form-block .widgety-search-form form .form-inner .defaults .-form-group {
    padding-left: 1.6rem;
    padding-right: 0;
    flex: 0 0 calc((100% - 3rem) / 3);
  }
}
.home .search-form-block .widgety-search-form form .form-inner .defaults .-form-group.submit-ctnr {
  border: none;
  padding-left: 0;
}
.home .search-form-block .widgety-search-form form .form-inner .defaults .-form-group.submit-ctnr {
  position: absolute;
  bottom: -63px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 1200px) {
  .home .search-form-block .widgety-search-form form .form-inner .defaults .-form-group.submit-ctnr {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .home .search-form-block .widgety-search-form form {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .home .search-form-block .widgety-search-form form .form-inner .defaults {
    gap: 0;
  }
}

.cabins-block .bm__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8rem 2.4rem;
}
@media all and (min-width: 768px) {
  .cabins-block .bm__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1440px) {
  .cabins-block .bm__container {
    gap: 7rem 2.4rem;
  }
}
.cabins-block .cabin-item {
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  transition: all 0.3s ease;
}
.cabins-block .cabin-item.expanded {
  z-index: 10;
  box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.15);
}
.cabins-block .cabin-item.expanded .cabin-content {
  padding: 2rem;
  background: #fff;
}
.cabins-block .cabin-item .cabin-photo {
  position: relative;
  display: block;
}
.cabins-block .cabin-item .cabin-photo .cabin-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
}
.cabins-block .cabin-item .cabin-photo img {
  width: 100%;
  height: 32rem;
  object-fit: cover;
  object-position: center;
  display: block;
}
.cabins-block .cabin-item .cabin-photo img.icon {
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
}
@media all and (min-width: 1200px) {
  .cabins-block .cabin-item .cabin-photo img.icon {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.cabins-block .cabin-item .cabin-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cabins-block .cabin-item .cabin-content .cabin-ship {
  margin-top: 0.8rem;
  text-transform: uppercase;
}
@media all and (min-width: 1200px) {
  .cabins-block .cabin-item .cabin-content .cabin-ship {
    margin-top: 1.6rem;
  }
}
.cabins-block .cabin-item .cabin-content h3 {
  margin-block: 1.6rem;
}
.cabins-block .cabin-item .cabin-content .info span:not(.info-value) {
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
}
.cabins-block .cabin-item .cabin-content .info .info-value {
  text-transform: capitalize;
}
.cabins-block .cabin-item .cabin-content .info ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  column-gap: 1.6rem;
  row-gap: 0.8rem;
  padding-inline-start: 16px;
}
@media all and (min-width: 1200px) {
  .cabins-block .cabin-item .cabin-content .info ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cabins-block .cabin-item .cabin-content .info ul li {
    flex-basis: calc((100% - 1.6rem) / 2);
  }
}
.cabins-block .cabin-item .cabin-content .details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
.cabins-block .cabin-item .cabin-content .details.active {
  max-height: 200rem;
  opacity: 1;
  margin-top: 1.6rem;
}
.cabins-block .cabin-item .cabin-content .details.active + .foot .cta-ctnr .cta {
  min-width: 11.1rem;
}
.cabins-block .cabin-item .cabin-content .details.active + .foot .cta-ctnr .toggle-active {
  min-width: 13.5rem;
}
.cabins-block .cabin-item .cabin-content .details.active .info span {
  margin-bottom: 0.8rem;
  display: inline-block;
}
.cabins-block .cabin-item .cabin-content .details.active .info + .info {
  margin-top: 1.6rem;
}
.cabins-block .cabin-item .cabin-content .middle {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.cabins-block .cabin-item .cabin-content .foot {
  margin-top: auto;
}
.cabins-block .cabin-item .cabin-content .foot .cta-ctnr {
  margin-top: 1.6rem;
  display: flex;
  gap: 2rem;
}
.cabins-block .cabin-item .cabin-content .foot .cta-ctnr .cta {
  text-transform: uppercase;
}
.cabins-block .cabin-item .cabin-content .foot .cta-ctnr .cta:not(.toggle-active) {
  min-width: 13.1rem;
}

.gated-download-block .gated-download__heading {
  margin-bottom: 3.2rem;
  text-align: center;
}
@media all and (min-width: 992px) {
  .gated-download-block .gated-download__heading {
    margin-bottom: 4.8rem;
  }
}
.gated-download-block .gated-download__heading .bm__h2 {
  color: #002b5c;
}
.gated-download-block .gated-download__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media all and (min-width: 768px) {
  .gated-download-block .gated-download__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
  }
}
@media all and (min-width: 992px) {
  .gated-download-block .gated-download__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.gated-download-block .gated-download__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.gated-download-block .gated-download__item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.gated-download-block .gated-download__item-image {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .gated-download-block .gated-download__item-image {
    height: 24rem;
  }
}
.gated-download-block .gated-download__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.gated-download__item:hover .gated-download-block .gated-download__item-image img {
  transform: scale(1.05);
}
.gated-download-block .gated-download__item-content {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media all and (min-width: 992px) {
  .gated-download-block .gated-download__item-content {
    padding: 3.2rem;
  }
}
.gated-download-block .gated-download__item-content .bm__h4 {
  color: #002b5c;
  margin-bottom: 1.6rem;
}
.gated-download-block .gated-download__item-excerpt {
  flex-grow: 1;
  margin-bottom: 2.4rem;
}
.gated-download-block .gated-download__item-excerpt p {
  color: #8e794e;
  line-height: 1.6;
}
.gated-download-block .gated-download__item-cta .gated-download-modal-trigger {
  width: 100%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gated-download-block .gated-download__item-cta .gated-download-modal-trigger:hover {
  transform: translateY(-2px);
}

.gated-download-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease-in-out;
}
.gated-download-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gated-download-modal .modal-content {
  background-color: #ffffff;
  position: relative;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 8px;
  animation: slideIn 0.3s ease-in-out;
}
@media all and (min-width: 992px) {
  .gated-download-modal .modal-content {
    width: 80%;
    max-width: 700px;
  }
}
.gated-download-modal .modal-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.gated-download-modal .modal-close:hover {
  background-color: rgba(0, 43, 92, 0.8);
  transform: rotate(90deg);
}
.gated-download-modal .modal-close:hover::before, .gated-download-modal .modal-close:hover::after {
  background-color: #ffffff;
}
.gated-download-modal .modal-close::before, .gated-download-modal .modal-close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #002b5c;
  transition: all 0.2s ease-in-out;
}
.gated-download-modal .modal-close::before {
  transform: rotate(45deg);
}
.gated-download-modal .modal-close::after {
  transform: rotate(-45deg);
}
@media all and (min-width: 992px) {
  .gated-download-modal .modal-close {
    top: 2.4rem;
    right: 2.4rem;
    width: 48px;
    height: 48px;
  }
}
.gated-download-modal .modal-body {
  padding: 2.4rem;
}
@media all and (min-width: 992px) {
  .gated-download-modal .modal-body {
    padding: 4rem;
  }
}
.gated-download-modal .modal-heading {
  margin-bottom: 2.4rem;
  color: #002b5c;
}
@media all and (min-width: 992px) {
  .gated-download-modal .modal-heading {
    margin-bottom: 3.2rem;
  }
}
.gated-download-modal .modal-form input,
.gated-download-modal .modal-form textarea,
.gated-download-modal .modal-form select {
  width: 100%;
  margin-bottom: 1.6rem;
}
.gated-download-modal .modal-form button[type=submit] {
  margin-top: 1.6rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#onpage-search.container,
.searchResult,
.txt-primary,
.alert.alert-info,
.search-no-results .bm__h4 {
  padding-inline: 2.4rem;
  margin-bottom: 1.6rem !important;
}
@media (min-width: 768px) {
  #onpage-search.container,
  .searchResult,
  .txt-primary,
  .alert.alert-info,
  .search-no-results .bm__h4 {
    padding-inline: 3.2rem;
  }
}
@media (min-width: 992px) {
  #onpage-search.container,
  .searchResult,
  .txt-primary,
  .alert.alert-info,
  .search-no-results .bm__h4 {
    padding-inline: 4.8rem;
  }
}
@media (min-width: 1200px) {
  #onpage-search.container,
  .searchResult,
  .txt-primary,
  .alert.alert-info,
  .search-no-results .bm__h4 {
    padding-inline: 8rem;
    max-width: 80%;
    margin: auto;
  }
}
@media (min-width: 1920px) {
  #onpage-search.container,
  .searchResult,
  .txt-primary,
  .alert.alert-info,
  .search-no-results .bm__h4 {
    padding-inline: 16rem;
  }
}
@media (min-width: 2560px) {
  #onpage-search.container,
  .searchResult,
  .txt-primary,
  .alert.alert-info,
  .search-no-results .bm__h4 {
    padding-inline: 0;
    width: 1600px;
    margin-inline: auto;
  }
}

#onpage-search .input-group input {
  padding: 0;
}
#onpage-search .-search label {
  display: none;
}
#onpage-search .input-group-prepend {
  display: none;
}

.searchResult p {
  display: none;
}
.searchResult h3 {
  font-size: 1.8rem;
}

.search_all--input {
  display: none;
}

.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item .nav-link {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 20rem;
  padding: 2rem 0 1.2rem;
  margin: 0;
  background-color: white;
  border: none;
  border-radius: 0.25rem;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 2rem;
  height: 100%;
  background-color: #ffffff;
}
.dropdown-menu .dropdown-item {
  display: inline-block;
  color: #002b5c !important;
  font-family: "Gotham", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.8rem 0;
  transition: color 0.3s ease;
  white-space: nowrap;
  text-decoration: none !important;
}

.dropdown.show .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 18'%3E%3Cpath fill='%23e40520' d='M1 .78a2 2 0 0 0 0 2.83l13.59 13.6a2 2 0 0 0 2.82 0L31 3.61A2 2 0 1 0 28.17.8L16 12.97 3.83.79A2 2 0 0 0 1 .79Z'/%3E%3C/svg%3E");
}
@media all and (min-width: 1200px) {
  .dropdown-toggle[aria-expanded=true]:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 8'%3E%3Cpath fill='%23e40520' d='M.44.35a.89.89 0 0 0-.2.97c.05.1.12.2.2.29l5.94 6.04a.87.87 0 0 0 .96.2c.1-.05.2-.12.28-.2l5.94-6.04a.89.89 0 0 0 .21-.98.9.9 0 0 0-.48-.5.86.86 0 0 0-.97.22L7 5.76 1.68.36a.87.87 0 0 0-.96-.2C.62.2.52.26.44.35Z'/%3E%3C/svg%3E");
  }
}
.dropdown-toggle:after {
  content: "";
  border: none !important;
  display: none !important;
  width: 2.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.414.421a1.36 1.36 0 0 0-.307.442 1.32 1.32 0 0 0 .307 1.484l9.576 9.254a1.454 1.454 0 0 0 1.995 0l9.577-9.254c.136-.125.245-.275.32-.442a1.32 1.32 0 0 0-.296-1.507 1.454 1.454 0 0 0-2.02.027l-8.578 8.29-8.58-8.29a1.414 1.414 0 0 0-.457-.297A1.454 1.454 0 0 0 .414.421Z' fill='%23828282'/%3E%3C/svg%3E");
  opacity: 1;
  position: absolute;
  top: 1.1rem;
  right: 0rem;
}
@media all and (min-width: 1200px) {
  .dropdown-toggle:after {
    width: 1.4rem;
    height: 0.8rem;
    top: 1.1rem;
    right: 2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.263.28A.908.908 0 0 0 0 .924a.917.917 0 0 0 .263.642l6.094 6.169A.897.897 0 0 0 6.992 8a.888.888 0 0 0 .635-.266l6.094-6.17A.908.908 0 0 0 14 .919a.916.916 0 0 0-.263-.653A.897.897 0 0 0 13.09 0a.889.889 0 0 0-.64.283L6.993 5.81 1.532.283A.897.897 0 0 0 .899.016.888.888 0 0 0 .263.28Z' fill='%23828282'/%3E%3C/svg%3E");
  }
}

.navbar {
  background-color: #ffffff;
  min-height: auto;
  height: 7.2rem;
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar .bm__container {
  width: 100%;
}
.navbar::before, .navbar::after {
  display: none !important;
}
.navbar .nav-ctnr {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .navbar .nav-ctnr {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
  }
}
@media (min-width: 1440px) {
  .navbar .nav-ctnr {
    gap: 10rem;
  }
}
@media (min-width: 2560px) {
  .navbar .nav-ctnr {
    width: 1600px;
    margin: auto;
  }
}
.navbar .nav-ctnr .-start {
  display: flex;
  justify-content: center;
  min-height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .navbar .nav-ctnr .-start {
    position: relative;
    left: auto;
    transform: unset;
  }
}
.navbar .nav-ctnr .-bottom-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 3.8rem;
}
@media (min-width: 1200px) {
  .navbar .nav-ctnr .-bottom-row {
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (min-width: 1440px) {
  .navbar .nav-ctnr .-bottom-row {
    padding-right: 160px;
  }
}
@media (min-width: 1600px) {
  .navbar .nav-ctnr .-bottom-row {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-ctnr .-bottom-row .-middle {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .navbar .nav-ctnr .-bottom-row .-middle {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-ctnr .-bottom-row .-end {
    position: static;
  }
}
@media (min-width: 1440px) {
  .navbar .nav-ctnr .-bottom-row .-end {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10.5rem;
  }
}
.navbar .nav-ctnr .-bottom-row .-end .cta {
  min-width: 6.2rem;
}
@media (min-width: 1200px) {
  .navbar .nav-ctnr .-bottom-row .-end .cta {
    width: 10.5rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar .navbar-brand {
  width: 6.5rem;
  height: 3.8rem;
  position: relative;
}
.navbar .navbar-toggler {
  border: none;
  padding: 0;
  background: transparent;
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1200px) {
  .navbar .navbar-toggler {
    display: none;
  }
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg width="32" height="22" viewBox="0 0 32 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="32" height="2" fill="%23002B5C"/><rect y="10" width="32" height="2" fill="%23002B5C"/><rect y="20" width="32" height="2" fill="%23002B5C"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  display: block;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler[aria-expanded=true] {
  width: 3.2rem;
  height: 3.2rem;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="30.1177" width="42.5928" height="2.66205" transform="rotate(-45 0 30.1177)" fill="%23002B5C"/><rect width="42.5928" height="2.66205" transform="matrix(-0.707107 -0.707107 -0.707107 0.707107 32 30.1177)" fill="%23002B5C"/></svg>');
}
@media (min-width: 768px) {
  .navbar .navbar-toggler {
    left: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    gap: 4rem;
    padding: 0;
    position: relative;
    width: 100%;
    margin: auto;
  }
  .navbar .navbar-nav {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    justify-content: space-between;
  }
  .navbar .navbar-nav .nav-item {
    list-style: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Gotham", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
    color: #8e794e;
  }
  .navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #8e794e;
    left: 0;
    bottom: 0;
    top: auto;
    max-width: 100%;
    z-index: 1000;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
    transition: all 0.4s ease-in;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 1rem 0 1.2rem;
    top: 27px;
    min-width: 19rem;
    border-radius: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    border-bottom: none !important;
    position: relative;
    border-bottom: 1px solid #8e794e;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #8e794e;
    left: 0;
    bottom: -1px;
    top: auto;
    max-width: 100%;
    z-index: 1000;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    border-bottom: 1px solid transparent;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::after {
    width: 100%;
    transition: all 0.4s ease-in;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #8e794e !important;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu:before {
    left: -3.6rem;
    width: 3.6rem;
  }
  .navbar .navbar-nav .nav-item.current-menu-item .nav-link, .navbar .navbar-nav .nav-item.current_page_item .nav-link {
    color: #002b5c;
  }
  .navbar .navbar-nav .nav-item.current_page_item.-noactive .nav-link {
    color: #ffffff;
  }
  .navbar .navbar-nav .nav-item .mobile-submenu-toggle {
    display: none !important;
  }
  .navbar .navbar-toggler {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .navbar .navbar-nav {
    gap: 4rem;
  }
}
@media (max-width: 1199px) {
  .navbar.active {
    background-color: #ffffff !important;
    color: #002b5c;
    z-index: 1060 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 6.2rem;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-inline: 0;
    background-color: #ffffff;
    color: #002b5c;
    z-index: 1050;
    overflow-y: auto;
    display: none !important;
  }
  .navbar .navbar-collapse.show {
    display: block !important;
  }
  .navbar .navbar-collapse:not(.show) {
    display: none !important;
  }
  .navbar .navbar-nav {
    padding-inline: 2rem;
    list-style: none;
    margin: 1rem 0 0;
  }
  .navbar .navbar-nav:last-child() {
    border-bottom: 1px solid rgba(142, 121, 78, 0.5);
  }
  .navbar .navbar-nav .nav-item {
    margin-bottom: 0;
    position: relative;
    border-top: 1px solid rgba(142, 121, 78, 0.25);
  }
  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: 1px solid rgba(142, 121, 78, 0.25);
  }
  .navbar .navbar-nav .nav-item.dropdown.active {
    border-top: 1px solid #8e794e;
    border-bottom: 1px solid #8e794e;
  }
  .navbar .navbar-nav .nav-item.dropdown.active .nav-link {
    padding-bottom: 0;
  }
  .navbar .navbar-nav .nav-item.dropdown.active + .nav-item {
    border-top: none;
  }
  .navbar .navbar-nav .nav-item.dropdown.active .dropdown-toggle {
    color: #8e794e !important;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Gotham", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 2.4rem 0;
    border-bottom: none;
    display: block;
    text-decoration: none !important;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
    color: #002b5c !important;
  }
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 4rem;
  }
  .navbar .navbar-nav .nav-item.current-menu-item .nav-link, .navbar .navbar-nav .nav-item.current_page_item .nav-link {
    color: #002b5c !important;
  }
  .navbar .navbar-nav .nav-item .mobile-submenu-toggle {
    position: absolute;
    right: 0rem;
    top: 2rem;
    width: 3.2rem;
    height: 3.2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002b5c;
    transition: transform 0.3s ease;
    padding: 0;
    z-index: 10;
  }
  .navbar .navbar-nav .nav-item .mobile-submenu-toggle svg {
    transition: transform 0.3s ease;
  }
  .navbar .navbar-nav .nav-item .mobile-submenu-toggle.active svg {
    transform: rotate(180deg);
  }
  .navbar .navbar-nav .nav-item .mobile-submenu-toggle:hover {
    color: #002b5c;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    display: none;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    list-style: none;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu.show {
    display: block !important;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
    border: none;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #002b5c !important;
    font-family: "Gotham", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0.8rem 0;
    background: transparent;
    border: none;
    text-decoration: none !important;
    display: block;
    white-space: normal;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    color: #002b5c !important;
    background: transparent;
  }
}
@media (min-width: 1200px) {
  .navbar.fixed {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  }
  .navbar.fixed .nav-ctnr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
  }
  .navbar.fixed .nav-ctnr .-start {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
  }
  .navbar.fixed .nav-ctnr .-bottom-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 2rem;
  }
  .navbar.fixed .nav-ctnr .-bottom-row .-middle {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
  .navbar.fixed .nav-ctnr .-bottom-row .-end {
    position: static;
    bottom: auto;
    right: auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 1440px) {
  .navbar.fixed .nav-ctnr .-bottom-row .-end {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .navbar.fixed .nav-ctnr .-bottom-row {
    justify-content: center;
  }
}

.navbar {
  z-index: 1040;
}
@media (max-width: 1199px) {
  .navbar .navbar-collapse {
    z-index: 1050;
  }
}

.admin-bar .navbar.active {
  top: 4.6rem !important;
}

@media (min-width: 1200px) {
  body.home .navbar .nav-ctnr .-start {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.home .navbar {
  padding: 1.6rem 0;
  height: auto;
}
@media (min-width: 1200px) {
  body.home .navbar .navbar-nav {
    gap: 4rem;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  body.home .navbar .nav-ctnr {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (min-width: 1440px) {
  body.home .navbar .nav-ctnr {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2.4rem;
  }
}
@media (min-width: 1200px) {
  body.home .navbar .nav-ctnr .-bottom-row .-middle {
    gap: 0;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  body.home .navbar[data-fixed-homepage=true] .nav-ctnr {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 4rem !important;
  }
  body.home .navbar[data-fixed-homepage=true] .nav-ctnr .-start {
    width: auto !important;
    position: relative !important;
    left: auto !important;
    transform: none !important;
    flex: 0 0 auto;
  }
  body.home .navbar[data-fixed-homepage=true] .nav-ctnr .-bottom-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 2rem;
  }
  body.home .navbar[data-fixed-homepage=true] .nav-ctnr .-bottom-row .-middle {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  body.home .navbar[data-fixed-homepage=true] .nav-ctnr .-bottom-row .-end {
    position: static;
    bottom: auto;
    right: auto;
    flex: 0 0 auto;
  }
  body.home .navbar[data-fixed-homepage=true] .navbar-nav {
    justify-content: space-between !important;
  }
}
@media (min-width: 1440px) {
  body.home .navbar[data-fixed-homepage=true] .nav-ctnr {
    gap: 10rem !important;
  }
  body.home .navbar[data-fixed-homepage=true] .nav-ctnr .-bottom-row .-end {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1600px) {
  body.home .navbar[data-fixed-homepage=true] .nav-ctnr .-bottom-row {
    justify-content: center;
  }
}

.navbar .search-bar {
  display: flex;
  align-items: center;
  padding: 2.4rem 2rem;
  border-bottom: 1px solid rgba(142, 121, 78, 0.5);
}
@media (min-width: 1200px) {
  .navbar .search-bar {
    padding: 0;
    border-bottom: none;
  }
}
.navbar .search-bar .search-toggle {
  display: none;
}
@media (min-width: 1200px) {
  .navbar .search-bar .search-toggle {
    display: flex;
    background: transparent;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: #002b5c;
    transition: color 0.3s ease;
  }
  .navbar .search-bar .search-toggle:hover {
    color: #8e794e;
  }
  .navbar .search-bar .search-toggle svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .navbar .search-bar .search-toggle:focus {
    outline: none;
  }
}
.navbar .search-bar .search-form-wrapper {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  padding: 0;
  width: 100%;
  display: flex;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .navbar .search-bar .search-form-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    border-radius: 0.4rem;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: all 0.3s ease;
    z-index: 1070;
  }
  .navbar .search-bar .search-form-wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: flex;
  }
}
.navbar .search-bar .search-form-wrapper form {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  width: 100%;
}
.navbar .search-bar .search-form-wrapper form div {
  flex: 1;
  display: flex;
}
.navbar .search-bar .search-form-wrapper input[type=search] {
  width: 100%;
  padding: 0.8rem 1.2rem;
  border: 1px solid rgba(142, 121, 78, 0.5);
  border-radius: 0;
  font-family: "Gotham", sans-serif;
  font-size: 1.4rem;
}
.navbar .search-bar .search-form-wrapper input[type=search]:focus {
  outline: none;
  border-color: #8e794e;
}
.navbar .search-bar .search-form-wrapper button[type=submit] {
  padding: 0.8rem;
  background: #ffffff;
  color: #8e794e;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
.navbar .search-bar .search-form-wrapper button[type=submit] svg {
  width: 2rem;
  height: 2rem;
}
.navbar .search-bar .search-form-wrapper button[type=submit] span {
  display: none !important;
}
.navbar .search-bar .search-form-wrapper button[type=submit]:hover {
  color: #8e794e;
  border-color: #8e794e;
}

/**
 * Positioning of .nav-ctnr for the popup
 */
.navbar .nav-ctnr {
  position: relative;
}

/**
 * Ajax Search results popup
 */
.search-results-popup {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.8rem;
  background: #f9f8f6;
  border: 1px solid #8e794e;
  border-radius: 0;
  height: 60vh;
  overflow: hidden;
  z-index: 1071;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  transition: all 0.3s ease;
}
.search-results-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1199px) {
  .search-results-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    max-height: none;
    border-radius: 0;
    z-index: 1060;
    overflow-y: auto;
  }
}

/**
 * Popup header
 */
.search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
  border-bottom: 1px solid rgba(142, 121, 78, 0.2);
}
@media (max-width: 1199px) {
  .search-results-header {
    position: sticky;
    top: 0;
    z-index: 10;
  }
}
.search-results-header .results-count {
  font-family: "Gotham", sans-serif;
  font-size: 1.4rem;
  color: #002b5c;
  font-weight: 500;
}
.search-results-header .close-results {
  background: transparent;
  border: none;
  font-size: 2.4rem;
  line-height: 1;
  color: #002b5c;
  cursor: pointer;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.search-results-header .close-results:hover {
  color: #8e794e;
}

/**
 * 2-column wrapper
 */
.search-results-wrapper {
  display: flex;
  gap: 0;
  height: 100%;
}
@media (max-width: 1199px) {
  .search-results-wrapper {
    flex-direction: column;
    padding: 0;
  }
}

/**
 * Left column - Search results
 */
.search-results-left {
  flex: 1;
  min-width: 0;
  overflow-y: auto;
  height: 100%;
  padding: 0 2.4rem 0 1.6rem;
}
@media (min-width: 1200px) {
  .search-results-left {
    flex: 0 0 65%;
  }
}

/**
 * Right column - Fixed content (Ships)
 */
.search-results-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .search-results-right {
    display: none;
  }
}
@media (min-width: 1200px) {
  .search-results-right {
    flex: 1;
    height: 100%;
  }
}
.search-results-right .ships-title {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #002b5c;
  margin: 0;
  text-align: center;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * Results content
 */
.search-results-content {
  padding: 1.6rem 0;
}

/**
 * Results group by type
 */
.results-group:not(:last-child) {
  margin-bottom: 2.4rem;
}
.results-group .group-title {
  font-family: "Gotham", sans-serif !important;
  color: #002b5c;
  margin: 0 0 3.2rem 0;
}
.results-group .results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.results-group .result-item a {
  display: block;
  padding: 1.2rem 0;
  text-decoration: underline;
  color: #002b5c;
  font-family: "Gotham", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}
.results-group .result-item a:hover {
  color: rgba(0, 43, 92, 0.8);
}

/**
 * Special states
 */
.search-results-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  min-height: 20rem;
}
.search-results-loading .loading-spinner {
  width: 4rem;
  height: 4rem;
  border: 0.4rem solid rgba(142, 121, 78, 0.2);
  border-top-color: #8e794e;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 1.6rem;
}
.search-results-loading p {
  font-family: "Gotham", sans-serif;
  font-size: 1.5rem;
  color: rgba(0, 43, 92, 0.4);
  margin: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.search-results-empty {
  padding: 3.2rem 2rem;
  text-align: center;
  position: relative;
}
.search-results-empty .close-results {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background: transparent;
  border: none;
  font-size: 2.4rem;
  line-height: 1;
  color: #002b5c;
  cursor: pointer;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.search-results-empty .close-results:hover {
  color: #8e794e;
}
.search-results-empty p {
  font-family: "Gotham", sans-serif;
  font-size: 1.6rem;
  color: rgba(0, 43, 92, 0.4);
  margin: 0;
}

.search-results-error {
  padding: 3.2rem 2rem;
  text-align: center;
  position: relative;
}
.search-results-error .close-results {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background: transparent;
  border: none;
  font-size: 2.4rem;
  line-height: 1;
  color: #002b5c;
  cursor: pointer;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.search-results-error .close-results:hover {
  color: #8e794e;
}
.search-results-error p {
  font-family: "Gotham", sans-serif;
  font-size: 1.6rem;
  color: #ff0000;
  margin: 0;
}

/**
 * Mobile overlay
 */
@media (max-width: 1199px) {
  .search-results-popup.active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 43, 92, 0.6);
    z-index: -1;
  }
}
/**
 * "Go to cruise calendar" button
 */
.btn-cruise-calendar {
  display: inline-block;
  margin-top: 1.6rem;
  padding: 1.2rem 2.4rem;
  background: #ffffff;
  border: 2px solid #8e794e;
  border-radius: 0.4rem;
  color: #8e794e;
  font-family: "Gotham", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-cruise-calendar:hover {
  background: #8e794e;
  color: #ffffff;
}

/**
 * Ship cards in the right column
 */
.ship-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.ship-card {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
}
.ship-card.-hebridean-princess {
  background: #8e794e;
}
.ship-card.-lord-highlands {
  background: #007a84;
}

.ship-card-content {
  padding: 2.4rem;
  width: 100%;
  text-align: center;
}
.ship-card-content h4 {
  color: #ffffff;
  margin: 0 0 1.6rem 0;
}
.ship-card-content .btn-explore {
  display: inline-block;
  padding: 1rem 2rem;
  background: #ffffff;
  border: none;
  border-radius: 0;
  color: #002b5c;
  font-family: "Gotham", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ship-card-content .btn-explore:hover {
  background: rgba(255, 255, 255, 0.85);
}

.hero_background_coloured {
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.hero_background_coloured.primary {
  background: #002b5c;
}
.hero_background_coloured.secondary {
  background: #8e794e;
}
.hero_background_coloured.tertiary {
  background: #007a84;
}
.hero_background_coloured .bm__container {
  padding-block: 12rem 3.2rem;
}
@media all and (min-width: 1200px) {
  .hero_background_coloured .bm__container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 24.5rem;
    padding-block: 12rem;
  }
}
@media all and (min-width: 1200px) {
  .hero_background_coloured .bm__container .-left {
    width: calc(75% - 24.5rem);
  }
}
.hero_background_coloured .bm__container .-left h1 {
  padding: 0;
  margin: 0;
}
.hero_background_coloured .bm__container .-right {
  margin-top: 3.2rem;
}
@media all and (min-width: 1200px) {
  .hero_background_coloured .bm__container .-right {
    margin-top: 0;
    width: 25%;
  }
}
.hero_background_coloured .bm__container .-right .cta-ctnr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
@media all and (min-width: 1200px) {
  .hero_background_coloured .bm__container .-right .cta-ctnr {
    padding-top: 1.6rem;
    align-items: flex-end;
    justify-content: center;
  }
}
.hero_background_coloured .hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin: 0;
  padding: 0;
  height: 35rem;
}
@media all and (min-width: 1200px) {
  .hero_background_coloured .hero-image {
    height: 75rem;
  }
}

.hero_image {
  color: #002b5c;
  padding-block: 4.8rem 1.6rem;
}
.hero_image .bm__container .content {
  text-align: center;
}
@media all and (min-width: 1200px) {
  .hero_image .bm__container .content {
    width: 70%;
    margin: auto;
  }
}
@media all and (min-width: 1440px) {
  .hero_image .bm__container .content {
    width: 58%;
  }
}
.hero_image .bm__container .content h1 {
  margin-block: 4.8rem 0;
}
.hero_image .bm__container .content .excerpt p {
  font-size: 1.9rem;
  line-height: 160%;
}
@media all and (min-width: 1200px) {
  .hero_image .bm__container .content .excerpt p {
    font-size: 2.2rem;
  }
}
.hero_image .bm__container .cta-ctnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 1.6rem;
}
@media all and (min-width: 1200px) {
  .hero_image .bm__container .cta-ctnr {
    flex-direction: row;
    padding-top: 2.4rem;
  }
}
.hero_image .hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin: 0;
  padding: 0;
  height: 24rem;
}
@media all and (min-width: 1200px) {
  .hero_image .hero-image {
    height: 30rem;
  }
}

.hero_text .bm__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-block: 4.8rem;
}
@media all and (min-width: 1200px) {
  .hero_text .bm__container {
    flex-direction: row;
    gap: 4rem;
    padding-block: 9.6rem 12rem;
  }
}
@media all and (min-width: 1200px) {
  .hero_text .bm__container {
    gap: 8rem;
  }
}
.hero_text .bm__container h1 {
  text-transform: uppercase;
  font-weight: 100;
  margin-block: 0;
  line-height: 120%;
}
.hero_text .bm__container p {
  margin-block: 0;
}
@media all and (min-width: 1200px) {
  .hero_text .bm__container .content.-left {
    width: 66.666%;
  }
}
.hero_text .bm__container .content.-left .subheading {
  margin: 0.6rem 0 1.6rem;
  font-weight: 300;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.hero_text .bm__container .content.-left .bm__h1 {
  margin-bottom: 2.4rem;
}
@media all and (min-width: 1200px) {
  .hero_text .bm__container .content.-left .bm__h1 {
    margin-bottom: 0;
  }
}
.hero_text .bm__container .content.-left:has(.subheading) .bm__h1 {
  margin: 0;
}
@media all and (min-width: 1200px) {
  .hero_text .bm__container .content.-right {
    width: 33.333%;
    padding-right: 8rem;
  }
}
.hero_text .bm__container .content.-right .cta-ctnr {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 40rem;
}
@media (min-width: 768px) {
  .hero_text .bm__container .excerpt {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .hero_text .bm__container .excerpt {
    width: 100%;
  }
}
.hero_text.hide-bottom-padding .bm__container {
  padding-bottom: 0;
}

.hero_single {
  background: #f9f8f6;
  padding-block: 4.8rem;
}
@media all and (min-width: 1440px) {
  .hero_single {
    padding-block: 12rem;
  }
}
.hero_single > .bm__container {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 768px) {
  .hero_single > .bm__container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media all and (min-width: 768px) {
  .hero_single > .bm__container {
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
    justify-content: space-between;
    max-width: 1062px;
    margin: auto;
    padding: 0;
  }
}
@media all and (min-width: 1440px) {
  .hero_single > .bm__container {
    gap: 5.6rem;
  }
}
@media all and (min-width: 1200px) {
  .hero_single > .bm__container .content {
    width: 40%;
  }
}
.hero_single > .bm__container .content .bm__h2 {
  text-transform: uppercase;
}
.hero_single > .bm__container .content .bm__h7 {
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  margin-bottom: 0.8rem;
}
.hero_single > .bm__container .content .metadata {
  padding-block: 1.6rem;
  position: relative;
  margin-top: 2.4rem;
}
@media all and (min-width: 1200px) {
  .hero_single > .bm__container .content .metadata {
    margin-top: 5.6rem;
  }
}
.hero_single > .bm__container .content .metadata::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8.4rem;
  height: 1px;
  background: #002b5c;
  z-index: 1;
}
.hero_single > .bm__container .content .metadata .meta {
  margin-bottom: 1.6rem;
}
@media all and (min-width: 1200px) {
  .hero_single > .bm__container .content .metadata .meta {
    margin-bottom: 1.4rem;
  }
}
.hero_single > .bm__container .content .metadata .meta .label {
  font-weight: 100;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
@media all and (min-width: 1200px) {
  .hero_single > .bm__container .content .metadata .meta .label {
    display: inline-block;
    padding-right: 4rem;
  }
}
.hero_single > .bm__container .content .metadata .meta .value {
  font-size: 1.6rem;
}
.hero_single > .bm__container .content .metadata .meta.socials {
  display: flex;
  flex: 1;
  gap: 1rem;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0.8rem;
}
@media all and (min-width: 768px) {
  .hero_single > .bm__container .content .metadata .meta.socials {
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
  }
}
.hero_single > .bm__container .content .metadata .meta.socials .label {
  display: flex;
  white-space: nowrap;
  padding-right: 0.8rem;
}
.hero_single > .bm__container .content .metadata .meta.socials .social-menu {
  justify-content: flex-start;
  padding: 0 !important;
  margin: 0 !important;
  gap: 3.2rem;
}
.hero_single > .bm__container .content .metadata .meta.socials .social-menu li {
  width: 3.2rem;
}
.hero_single > .bm__container .content .metadata .meta.socials .social-menu i {
  width: 3.2rem;
  height: 3.2rem;
}
.hero_single > .bm__container .image {
  display: flex;
  align-items: center;
}
@media all and (min-width: 1200px) {
  .hero_single > .bm__container .image {
    width: 50%;
  }
}
.hero_single > .bm__container .image img {
  width: 100%;
  height: 32.5rem;
  object-fit: cover;
  object-position: center;
}
@media all and (min-width: 768px) {
  .hero_single > .bm__container .image img {
    height: auto;
  }
}
@media all and (min-width: 1440px) {
  .hero_single > .bm__container .image img {
    height: 54rem;
  }
}

@media all and (max-width: 768px) {
  .hero_single + #site-main > .bm__container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media all and (min-width: 768px) {
  .hero_single + #site-main .block-spacer {
    padding-top: 7.2rem;
  }
}
@media all and (min-width: 1440px) {
  .hero_single + #site-main .block-spacer {
    padding-top: 12rem;
  }
}
.hero_single + #site-main .cta {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media all and (min-width: 1440px) {
  .hero_single + #site-main .dual-section-block .dual-section__slider {
    max-width: 1062px;
    margin: auto;
  }
}
@media all and (min-width: 992px) {
  .hero_single + #site-main .dual-section-block .dual-section-wrapper .dual-section__details {
    margin: unset;
    max-width: 80%;
  }
}
@media all and (min-width: 992px) {
  .hero_single + #site-main .dual-section-block .dual-section-wrapper .dual-section__image {
    height: 494px;
  }
}
.hero_single + #site-main .text-block {
  padding-top: 7.2rem;
  padding-bottom: 0;
}
@media all and (min-width: 1440px) {
  .hero_single + #site-main .text-block {
    padding-top: 12rem;
  }
}
@media all and (min-width: 1440px) {
  .hero_single + #site-main .text-block .text-block__content {
    max-width: 1062px;
    margin: auto;
  }
}
.hero_single + #site-main .text-block h3 {
  padding-top: 0;
}
.hero_single + #site-main .posts-list .post-item .post-thumbnail {
  display: flex;
  align-items: center;
}
.hero_single + #site-main .posts-list .post-item .bm__h3 {
  margin-top: 0.8rem;
}
.hero_single + #site-main .posts-list .post-item .cta-ctnr .cta {
  width: auto;
  min-width: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  text-transform: uppercase;
}
.hero_single + #site-main .posts-list {
  gap: 4.8rem;
}
@media all and (min-width: 768px) {
  .hero_single + #site-main .posts-list {
    column-gap: 2.4rem;
  }
}

.hero_travel {
  padding-top: 0.8rem;
}
@media all and (min-width: 1200px) {
  .hero_travel {
    padding-top: 7.2rem;
  }
}
@media all and (min-width: 1200px) {
  .hero_travel .inner {
    padding-inline: 8.5rem;
  }
}
@media all and (min-width: 1200px) {
  .hero_travel .top {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media all and (min-width: 1200px) {
  .hero_travel .top .content {
    width: 70%;
  }
}
.hero_travel .top .content .offer {
  padding: 0.6rem 1.1rem;
  margin-bottom: 3.6rem;
  color: #ffffff;
}
@media all and (min-width: 1200px) {
  .hero_travel .top .content .offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.hero_travel .top .content .offer .ship-label {
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.hero_travel .top .content .offer .offer-label {
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
}
.hero_travel .top .content .cta-ctnr {
  margin-top: 2rem;
}
.hero_travel .top .content .ship {
  padding: 0;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.hero_travel .top .content h1 {
  text-transform: uppercase;
  margin-top: 1.6rem;
}
@media all and (min-width: 1440px) {
  .hero_travel .top .content h1 {
    margin-top: 0.8rem;
  }
}
.hero_travel .top .content .code {
  font-family: "Gotham", sans-serif;
  margin-bottom: 0.8rem;
}
.hero_travel .top .summary {
  margin-top: 3.2rem;
  padding: 2.4rem 1.6rem;
  background: #f9f8f6;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media all and (min-width: 1200px) {
  .hero_travel .top .summary {
    margin-top: 0;
    padding: 2.4rem;
    width: 26%;
  }
}
.hero_travel .top .summary .offer-label {
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
}
.hero_travel .top .summary .meta {
  line-height: 160%;
}
.hero_travel .top .summary .meta .label {
  text-transform: uppercase;
}
.hero_travel .top .summary .meta .value {
  font-family: "Gotham", sans-serif;
  margin-top: 0.8rem;
}
.hero_travel .top .summary .cta-ctnr {
  margin-top: auto;
}
@media all and (min-width: 492px) {
  .hero_travel .top .summary .cta-ctnr {
    max-width: 80px;
  }
}
@media all and (min-width: 1200px) {
  .hero_travel .top .summary .cta-ctnr {
    max-width: unset;
  }
}
.hero_travel .top .summary .cta-ctnr .cta {
  width: 100%;
}
.hero_travel .image {
  margin-top: 2.4rem;
}
.hero_travel .image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 32rem;
}
@media all and (min-width: 1200px) {
  .hero_travel .image img {
    height: 57.5rem;
  }
}

.hero_search {
  color: #ffffff;
  background: #8e794e;
  height: auto;
  padding-block: 4rem 9.6rem;
  position: relative;
  box-sizing: border-box;
}
@media all and (min-width: 1200px) {
  .hero_search {
    padding-block: 15rem 9.6rem;
    height: 58rem;
  }
}
.hero_search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.hero_search .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 1200px) {
  .hero_search .hero-image {
    height: 58rem;
  }
}
.hero_search .bm__container {
  position: relative;
  z-index: 2;
}
.hero_search .bm__container .content {
  text-align: center;
}
@media all and (min-width: 1200px) {
  .hero_search .bm__container .content {
    padding-inline: 18rem;
  }
}
@media all and (min-width: 1200px) {
  .hero_search .bm__container .content {
    margin: auto;
  }
}
.hero_search .bm__container .content .-logo-mobile-only {
  text-align: center;
  margin-bottom: 2rem;
}
@media all and (min-width: 1200px) {
  .hero_search .bm__container .content .-logo-mobile-only {
    display: none;
  }
}
.hero_search .bm__container .content .-logo-mobile-only svg {
  margin-inline: auto;
}
.hero_search .bm__container .content h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  letter-spacing: 0.5rem;
}
@media all and (min-width: 1200px) {
  .hero_search .bm__container .content h1 {
    margin-block: 4.8rem 0;
    letter-spacing: 0.8rem;
  }
}
.hero_search .bm__container .content .excerpt {
  margin-bottom: 3.2rem;
}
@media all and (min-width: 1200px) {
  .hero_search .bm__container .content .excerpt {
    margin: auto auto 4.8rem;
    width: 60%;
  }
}
.hero_search .bm__container .content .excerpt p {
  font-size: 1.9rem;
  line-height: 160%;
}
@media all and (min-width: 1200px) {
  .hero_search .bm__container .content .excerpt p {
    font-size: 2.2rem;
  }
}

.home-subheading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 3.3rem 0;
  margin-bottom: -3rem;
}
@media all and (min-width: 1200px) {
  .home-subheading {
    padding-top: 8.8rem;
  }
}
.home-subheading .excerpt {
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.home-subheading .excerpt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 1px;
  background-color: #8e794e;
  opacity: 0.5;
  z-index: -1;
}
@media all and (min-width: 1200px) {
  .home-subheading .excerpt {
    width: 40%;
    margin-inline: auto;
    text-align: center;
    padding-bottom: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.home-subheading .bm__h5 p {
  font-size: 1.9rem;
  text-align: center;
}
@media all and (min-width: 1200px) {
  .home-subheading .bm__h5 p {
    font-size: 2.2rem;
  }
}

.footer {
  background: #ffffff;
  color: #002b5c;
}
@media all and (min-width: 1200px) {
  .footer {
    border-top: none;
  }
}
.footer a {
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
.footer a:hover {
  color: #8e794e !important;
}
.footer .footer__container {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(142, 121, 78, 0.5);
  padding-top: 4rem;
  gap: 4rem;
}
@media all and (min-width: 1200px) {
  .footer .footer__container {
    padding-top: 0;
    border-top: none;
    gap: 0;
  }
}
.footer .footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-top: none;
  gap: 4rem;
}
@media all and (min-width: 1200px) {
  .footer .footer-top {
    border-top: 1px solid rgba(142, 121, 78, 0.5);
    padding-block: 5.6rem;
    flex-direction: row;
  }
}
.footer .footer-top .footer-logo {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 1200px) {
  .footer .footer-top .footer-logo {
    margin-bottom: 0;
    width: auto;
    padding-bottom: 0;
  }
}
.footer .footer-top .footer-logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: rgba(142, 121, 78, 0.5);
  display: block;
}
@media all and (min-width: 1200px) {
  .footer .footer-top .footer-logo::after {
    display: none;
  }
}
.footer .footer-top .footer-logo img,
.footer .footer-top .footer-logo picture {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.footer .footer-top .partners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 6rem;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
@media all and (min-width: 1200px) {
  .footer .footer-top .partners {
    gap: 5.6rem;
    padding-bottom: 0;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.footer .footer-top .partners::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: rgba(142, 121, 78, 0.5);
  display: block;
}
@media all and (min-width: 1200px) {
  .footer .footer-top .partners::after {
    display: none;
  }
}
.footer .footer-top .partners a {
  display: flex;
  justify-content: center;
  width: calc(33.3333% - 4rem);
}
@media all and (min-width: 1200px) {
  .footer .footer-top .partners a {
    width: auto;
  }
}
.footer .footer-top .partners img {
  width: auto;
  height: 4.8rem;
}
@media all and (min-width: 1440px) {
  .footer .footer-top .partners img {
    height: 8.8rem;
  }
}
.footer .footer-middle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-top: none;
  align-items: center;
  position: relative;
  gap: 3.2rem;
}
.footer .footer-middle::before {
  content: "";
  position: absolute;
  top: 49.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 1px;
  background-color: rgba(142, 121, 78, 0.5);
  display: block;
}
@media all and (min-width: 768px) {
  .footer .footer-middle::before {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .footer .footer-middle {
    flex-direction: row;
    gap: 4rem;
    align-items: flex-start;
  }
}
@media all and (min-width: 1200px) {
  .footer .footer-middle {
    padding: 4rem 0 3rem;
    border-top: 1px solid rgba(142, 121, 78, 0.5);
    gap: 10rem;
  }
}
.footer .footer-middle .footer-menus {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
  gap: 2.1rem;
  padding-bottom: 4rem;
}
@media all and (min-width: 768px) {
  .footer .footer-middle .footer-menus {
    gap: 3rem;
    padding-bottom: 0;
  }
}
.footer .footer-middle .footer-menus .footer-column {
  width: 50%;
}
@media all and (min-width: 768px) {
  .footer .footer-middle .footer-menus .footer-column {
    width: auto;
  }
}
.footer .footer-middle .footer-column h4 {
  font-family: "Gotham", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  height: 4.5rem;
}
@media all and (min-width: 992px) {
  .footer .footer-middle .footer-column h4 {
    height: auto;
  }
}
.footer .footer-middle .footer-column ul {
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}
.footer .footer-middle .footer-column ul li a {
  color: #002b5c;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
.footer .footer-middle .footer-column ul:not(.social-menu) li + li {
  margin-top: 0.8rem;
}
@media all and (min-width: 768px) {
  .footer .footer-middle > .footer-column {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    gap: 3.4rem;
  }
}
@media all and (min-width: 1200px) {
  .footer .footer-middle > .footer-column {
    flex-basis: 25%;
  }
}
.footer .footer-middle > .footer-column .contact_address {
  padding-top: 2.4rem;
}
@media all and (min-width: 768px) {
  .footer .footer-middle > .footer-column .contact_address {
    padding-top: 0;
  }
}
.footer .footer-middle .footer-socials {
  position: relative;
}
.footer .footer-middle .footer-socials h4 {
  height: auto;
}
@media all and (min-width: 768px) {
  .footer .footer-middle .footer-socials h4 {
    height: 4.5rem;
  }
}
@media all and (min-width: 992px) {
  .footer .footer-middle .footer-socials h4 {
    height: auto;
  }
}
.footer .footer-middle .footer-socials .social-menu {
  justify-content: center;
  gap: 4.5rem;
}
@media all and (min-width: 992px) {
  .footer .footer-middle .footer-socials .social-menu {
    gap: 2.4rem;
    justify-content: flex-start;
  }
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 0.8rem 1.6rem;
  font-size: 1.2rem;
  color: #002b5c;
  text-align: center;
  border-top: 1px solid rgba(142, 121, 78, 0.5);
}
.footer .footer-bottom .footer-copyright-menu a {
  text-decoration: underline;
}
@media all and (min-width: 992px) {
  .footer .footer-bottom {
    margin-bottom: 8rem;
  }
}

#book-a-call {
  position: fixed;
  bottom: 10rem;
  right: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 1000;
}
#book-a-call button.opener {
  border: 0;
  background-color: #8e794e;
  display: flex;
  width: 5.4rem;
  height: 5.4rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 10rem;
  position: relative;
  z-index: 2;
}
#book-a-call button.opener:hover {
  background-color: #002b5c;
}
#book-a-call button.opener svg {
  width: 2.2rem;
  height: 2.2rem;
}
#book-a-call .inner {
  position: absolute;
  right: 5.4rem;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  transform-origin: right center;
  background: #ffffff;
}
#book-a-call .inner.active {
  opacity: 1;
  width: auto;
  padding-right: 1rem;
}
#book-a-call .inner button {
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 768px) {
  #book-a-call {
    bottom: 8rem;
    right: 3.2rem;
  }
}
@media (min-width: 1200px) {
  #book-a-call {
    bottom: 4rem;
    right: 8rem;
  }
}
@media (min-width: 1440px) {
  #book-a-call {
    right: 8rem;
  }
}
@media (min-width: 1920px) {
  #book-a-call {
    right: 16rem;
  }
}

.footer-contact {
  padding-block: 11.2rem 6.2rem;
}
@media (min-width: 768px) {
  .footer-contact {
    padding-block: 9.6rem;
  }
}
@media (min-width: 992px) {
  .footer-contact {
    padding-block: 10.4rem;
    padding-inline: 8.333%;
  }
}
@media (min-width: 1200px) {
  .footer-contact {
    padding-block: 11.2rem;
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .footer-contact {
    padding-block: 12rem;
  }
}
@media (min-width: 1920px) {
  .footer-contact {
    padding-block: 12.8rem;
  }
}
@media (min-width: 1200px) {
  .footer-contact .bm__container {
    display: flex;
  }
}
.footer-contact .bm__container .block-half.-left {
  position: relative;
}
@media (min-width: 1200px) {
  .footer-contact .bm__container .block-half.-left {
    width: 33.333%;
  }
}
@media (min-width: 1440px) {
  .footer-contact .bm__container .block-half.-left {
    width: 41.7%;
  }
}
@media (min-width: 1920px) {
  .footer-contact .bm__container .block-half.-left {
    width: 50%;
    padding-right: 8.33%;
  }
}
.footer-contact .bm__container .block-half.-right {
  padding-top: 5rem;
}
@media (min-width: 992px) {
  .footer-contact .bm__container .block-half.-right {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer-contact .bm__container .block-half.-right {
    width: 66.666%;
  }
}
@media (min-width: 1440px) {
  .footer-contact .bm__container .block-half.-right {
    width: 58.3%;
  }
}
@media (min-width: 1920px) {
  .footer-contact .bm__container .block-half.-right {
    width: 50%;
  }
}
.footer-contact .bm__container .block-half.-right .responsive-iframe .calendly-inline-widget {
  min-height: 1065px;
  height: auto !important;
}
@media (min-width: 992px) {
  .footer-contact .bm__container .block-half.-right .responsive-iframe .calendly-inline-widget {
    min-height: 1200px;
  }
}
@media (min-width: 1200px) {
  .footer-contact .bm__container .block-half.-right .responsive-iframe .calendly-inline-widget {
    min-height: 1065px;
  }
}
.footer-contact .bm__container .block-half.-right .responsive-iframe .calendly-inline-widget iframe {
  height: auto !important;
  min-height: 1065px;
}
@media (min-width: 992px) {
  .footer-contact .bm__container .block-half.-right .responsive-iframe .calendly-inline-widget iframe {
    min-height: 1200px;
  }
}
@media (min-width: 1200px) {
  .footer-contact .bm__container .block-half.-right .responsive-iframe .calendly-inline-widget iframe {
    min-height: 1065px;
  }
}
.footer-contact .bm__container .block-half ul {
  list-style: none;
  padding: 0;
  margin-top: 4.8rem;
}
.footer-contact .bm__container .block-half ul li {
  margin-bottom: 2.4rem;
  font-family: "Berkeley Oldstyle", serif;
  font-size: 1.9rem;
}

.copyright-container {
  background: #002b5c;
}
.copyright-container .copyright-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding-top: 16px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .copyright-container .copyright-content {
    flex-direction: row;
    justify-content: start;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.copyright-container .copyright-label {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .copyright-container .copyright-label {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.copyright-container .copyright-label p {
  font-weight: 200;
  margin: 0;
}
.copyright-container .copyright-links {
  display: flex;
  gap: 2rem;
}
.copyright-container .copyright-links__second {
  margin-left: 24px;
}
.copyright-container .copyright-links a {
  text-decoration: none;
  font-weight: 200;
  color: #ffffff;
}

@media all and (min-width: 1200px) {
  .sidebar .sidebar_el {
    background: #ffffff;
  }
}
.sidebar .sidebar_el h3.sidebar_el_title {
  text-transform: uppercase;
}
@media all and (min-width: 992px) {
  .sidebar.blog-list .sidebar_el {
    background: #ffffff;
  }
}

body {
  position: relative;
}

.fixed-travel-modal {
  display: none;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 99999;
  bottom: 8rem;
  left: 8rem;
  right: 8rem;
  background: #f9f8f6;
  padding: 1.6rem 2.4rem;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(calc(100% + 8rem));
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
@media all and (min-width: 1200px) {
  .fixed-travel-modal {
    display: block;
  }
}
.fixed-travel-modal.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.fixed-travel-modal.is-hidden {
  transform: translateY(calc(100% + 8rem));
  opacity: 0;
}
.fixed-travel-modal .inner {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.fixed-travel-modal .inner .column {
  width: 25%;
  display: flex;
  justify-content: center;
  gap: 1.8rem;
}
.fixed-travel-modal .inner .column.-first {
  border-right: 1px solid #002b5c;
  padding-right: 3.6rem;
  margin-right: 1.8rem;
}
.fixed-travel-modal .inner .column.-last {
  justify-content: flex-end;
}
.fixed-travel-modal .inner .column.-item {
  padding-inline: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fixed-travel-modal .inner .column.-item .label {
  text-transform: uppercase;
}
.fixed-travel-modal .inner .column .bm__h6 {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}
.fixed-travel-modal .inner .column .bm__h7 {
  font-family: "Gotham", sans-serif;
}

body.single-resource article.single-resource {
  margin-block: 5.6rem 8.8rem;
}
@media all and (min-width: 768px) {
  body.single-resource article.single-resource {
    margin-block: 6.4rem 9.6rem;
  }
}
@media all and (min-width: 992px) {
  body.single-resource article.single-resource {
    margin-block: 7.2rem 10.4rem;
  }
}
@media all and (min-width: 1200px) {
  body.single-resource article.single-resource {
    margin-block: 8rem 11.2rem;
  }
}
@media all and (min-width: 1440px) {
  body.single-resource article.single-resource {
    margin-block: 8.8rem 12rem;
  }
}
@media all and (min-width: 1920px) {
  body.single-resource article.single-resource {
    margin-block: 9.6rem 12.8rem;
  }
}
@media all and (min-width: 1440px) {
  body.single-resource article.single-resource .bm__container {
    width: calc(83.33% - 4.8rem);
    margin-inline: auto;
  }
}
@media all and (min-width: 1920px) {
  body.single-resource article.single-resource .bm__container {
    width: calc(66.66% - 4.8rem);
  }
}
body.single-resource article.single-resource .bm__container > p:first-of-type strong {
  font-family: "Berkeley Oldstyle", serif;
  font-size: 1.9rem;
  line-height: 160%;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  body.single-resource article.single-resource .bm__container > p:first-of-type strong {
    font-size: 1.9rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1200px) {
  body.single-resource article.single-resource .bm__container > p:first-of-type strong {
    font-size: 2.2rem;
    line-height: 160%;
  }
}
@media all and (min-width: 1920px) {
  body.single-resource article.single-resource .bm__container > p:first-of-type strong {
    font-size: 2.2rem;
    line-height: 160%;
  }
}
body.single-resource article.single-resource .cta-ctnr {
  margin-top: 3.6rem;
}

body.post-type-archive-resource .resources-grid {
  margin-block: 5.6rem 8.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media all and (min-width: 768px) {
  body.post-type-archive-resource .resources-grid {
    margin-block: 6.4rem 9.6rem;
  }
}
@media all and (min-width: 992px) {
  body.post-type-archive-resource .resources-grid {
    margin-block: 7.2rem 10.4rem;
  }
}
@media all and (min-width: 1200px) {
  body.post-type-archive-resource .resources-grid {
    margin-block: 8rem 11.2rem;
  }
}
@media all and (min-width: 1440px) {
  body.post-type-archive-resource .resources-grid {
    margin-block: 8.8rem 12rem;
  }
}
@media all and (min-width: 1920px) {
  body.post-type-archive-resource .resources-grid {
    margin-block: 9.6rem 12.8rem;
  }
}
@media all and (min-width: 768px) {
  body.post-type-archive-resource .resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1200px) {
  body.post-type-archive-resource .resources-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.post-type-archive-resource .resources-grid .resource-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
body.post-type-archive-resource .resources-grid .resource-item .resource-thumbnail {
  padding: 0;
  margin: 0;
  display: block;
}
body.post-type-archive-resource .resources-grid .resource-item .resource-thumbnail .img-cover {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  display: block;
}
body.post-type-archive-resource .resources-grid .resource-item .resource-category {
  position: absolute;
  top: 2.4rem;
  left: 3.2rem;
}
body.post-type-archive-resource .resources-grid .resource-item .resource-content {
  background: #002b5c;
  padding: 2.4rem 3.2rem;
}
body.post-type-archive-resource .resources-grid .resource-item .resource-content h2 {
  color: #ffffff;
}
body.post-type-archive-resource .resources-grid .resource-item .resource-content .cta-ctnr {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}
body.post-type-archive-resource .resources-grid .resource-item .resource-content .cta-ctnr .cta {
  width: 100%;
  padding: 1.7rem;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  body.post-type-archive-resource .resources-grid .resource-item .resource-content .cta-ctnr .cta {
    width: auto;
  }
}

.posts-section {
  padding-top: 6.4rem;
}
@media all and (min-width: 1200px) {
  .posts-section {
    padding-top: 13.6rem;
  }
}
.posts-section .load-more-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media all and (min-width: 992px) {
  .posts-section .load-more-wrapper {
    margin-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.posts-section .load-more-wrapper #load-more-posts {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
.posts-section .load-more-wrapper #load-more-posts:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.posts-section .load-more-wrapper #load-more-posts.loading {
  pointer-events: none;
}
.posts-section .load-more-wrapper #load-more-posts .load-more-text {
  transition: opacity 0.3s ease;
}
.posts-section .load-more-wrapper #load-more-posts .load-more-spinner {
  display: none;
  width: 2rem;
  height: 2rem;
}
.posts-section .load-more-wrapper #load-more-posts .load-more-spinner .spinner {
  animation: rotate 2s linear infinite;
  width: 100%;
  height: 100%;
}
.posts-section .load-more-wrapper #load-more-posts .load-more-spinner .spinner .path {
  stroke: currentColor;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.posts-section .load-more-error {
  color: #d32f2f;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.4rem;
}
.posts-section .no-articles {
  text-align: center;
  padding: 4.8rem 0;
  font-size: 1.8rem;
  color: #666;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.posts-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7.2rem 2.5rem;
}
@media all and (min-width: 992px) {
  .posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.posts-list .post-item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1.6rem;
}
.posts-list .post-item .post-thumbnail img {
  width: 100%;
  height: 32rem;
  object-fit: cover;
  object-position: center;
}
.posts-list .post-item .cta-ctnr {
  align-self: end;
  flex-direction: column;
  align-items: flex-start;
}
.posts-list .post-item .cta-ctnr .cta {
  width: auto;
}

.related-posts {
  padding-block: 7.2rem 0;
}
@media all and (min-width: 1200px) {
  .related-posts {
    padding-block: 12rem 0;
  }
}
.related-posts h2 {
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
@media all and (min-width: 1200px) {
  .related-posts .excerpt {
    width: 60%;
  }
}
.related-posts .-more-link {
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin-block: 1.6rem 3.2rem;
}
@media all and (min-width: 1200px) {
  .related-posts .-more-link {
    margin-block: 1.6rem 4rem;
  }
}

.subscribe .wrapper {
  background-color: #8e794e;
  position: relative;
  min-height: 35rem;
  padding: 4.8rem 1.6rem;
  display: flex;
  gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .subscribe .wrapper {
    padding: 7rem 11rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: normal;
  }
}
.subscribe .wrapper .-content {
  color: #ffffff;
  z-index: 1;
  max-width: 40rem;
}
@media (min-width: 1200px) {
  .subscribe .wrapper .-content {
    max-width: 55rem;
  }
}
.subscribe .wrapper .-content .bm__h2,
.subscribe .wrapper .-content .bm__h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .subscribe .wrapper .-content .bm__h2,
  .subscribe .wrapper .-content .bm__h5 {
    margin-bottom: 2.4rem;
  }
}
.subscribe .wrapper .-hbspt {
  min-width: 30rem;
  max-width: 41rem;
  min-height: 20rem;
  z-index: 1;
  color: #ffffff;
}
@media (min-width: 992px) {
  .subscribe .wrapper .-hbspt {
    margin-top: 0.6rem;
  }
}
.subscribe .wrapper .-hbspt .hs-form {
  display: flex;
  flex-direction: column;
}
.subscribe .wrapper .-hbspt .hs-form .legal-consent-container {
  order: 2;
}
.subscribe .wrapper .-hbspt .hs-form .hs-form-field,
.subscribe .wrapper .-hbspt .hs-form .hs_submit {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.subscribe .wrapper .strips-subscribe {
  display: none;
}
@media screen and (min-width: 992px) {
  .subscribe .wrapper .strips-subscribe {
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}

.wiki-container {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .wiki-container {
    flex-flow: row;
  }
}
.wiki-container + .footer {
  margin-top: 0;
}

.wiki-sidebar {
  width: 100%;
  padding: 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .wiki-sidebar {
    width: 25%;
    height: 100vh;
    overflow-y: auto;
    position: sticky;
    top: 0;
    padding: 4rem;
  }
}
.wiki-sidebar .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.wiki-sidebar nav {
  margin-block: 2rem;
  max-height: 100px;
  overflow-y: scroll;
}
.wiki-sidebar nav ul {
  list-style: none;
  padding: 0;
}
.wiki-sidebar nav ul li {
  margin-bottom: 1rem;
}
.wiki-sidebar nav ul li a {
  text-decoration: none;
  color: #333;
}
.wiki-sidebar nav ul li a:hover {
  text-decoration: underline;
  color: #ff7b5f;
}
@media (min-width: 768px) {
  .wiki-sidebar nav {
    max-height: unset;
    overflow-y: unset;
  }
}

.wiki-content {
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  min-height: 50rem;
}
@media (min-width: 992px) {
  .wiki-content {
    width: 75%;
    padding: 4rem;
  }
}
.wiki-content h1 {
  font-size: 5rem;
  margin-top: 0;
}
.wiki-content h2 {
  font-size: 3.2rem;
  margin-top: 2rem;
}
.wiki-content h3 {
  font-size: 2.6rem;
  margin-top: 1.5rem;
}
.wiki-content p {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.wiki-content a {
  color: #ff7b5f;
  text-decoration: none;
}
.wiki-content a:hover {
  text-decoration: underline;
}
.wiki-content img {
  width: 80%;
  height: auto;
  max-width: 100%;
  margin-bottom: 2rem;
}
.wiki-content hr {
  margin-top: 3rem;
}
.wiki-content code {
  font-style: italic;
  text-decoration: underline;
}

.page-template-page_legal {
  color: #002b5c;
}
.page-template-page_legal #hero_text .wrapper {
  background-color: rgba(38, 42, 95, 0.05);
}
.page-template-page_legal #hero_text .content {
  text-align: left;
  padding: 6.4rem 2.4rem;
}
@media (min-width: 1200px) {
  .page-template-page_legal #hero_text .content {
    max-width: 1760px;
    padding: 8rem;
    margin: auto;
  }
}
.page-template-page_legal #hero_text .content .container {
  max-width: unset;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-template-page_legal #hero_text .content .container {
    flex-direction: row;
    align-items: flex-end;
  }
}
.page-template-page_legal #hero_text .content h1 {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .page-template-page_legal #hero_text .content h1 {
    flex-basis: 20vw;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .page-template-page_legal #hero_text .content .-excerpt {
    flex-basis: 35vw;
  }
}

.section-legal {
  padding: 0;
  color: #002b5c;
}
.section-legal .bm__h2 {
  padding-bottom: 4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .section-legal .bm__h2 {
    padding-bottom: 6.4rem;
  }
}
.section-legal .legal-menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(140, 120, 69, 0.5);
  border-bottom: 1px solid rgba(140, 120, 69, 0.5);
  margin-bottom: 4.8rem;
}
@media (min-width: 992px) {
  .section-legal .legal-menu {
    flex-direction: row;
    margin-bottom: 8.8rem;
  }
}
.section-legal .legal-menu a {
  flex: 1;
  text-decoration: none;
  text-align: center;
  padding: 2.5rem 0;
}
@media (min-width: 1440px) {
  .section-legal .legal-menu a {
    padding: 4rem 0;
  }
}
.section-legal .legal-menu a h2,
.section-legal .legal-menu a .bm__h5 {
  text-transform: capitalize;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .section-legal .legal-menu a h2,
  .section-legal .legal-menu a .bm__h5 {
    padding: 1.9rem 0;
  }
}
.section-legal .legal-menu a + a {
  border-top: 1px solid rgba(140, 120, 69, 0.5);
}
@media (min-width: 992px) {
  .section-legal .legal-menu a + a {
    border-top: none;
  }
}
@media (min-width: 992px) {
  .section-legal .legal-menu a + a .bm__h5 {
    border-left: 1px solid rgba(140, 120, 69, 0.5);
  }
}
.section-legal .legal-content {
  padding-bottom: 7.2rem;
}
@media (min-width: 1440px) {
  .section-legal .legal-content > *:not(section) {
    max-width: 867px;
  }
}
.section-legal .legal-content > h2,
.section-legal .legal-content > .bm__h5 {
  text-transform: capitalize;
  font-weight: 500;
}
.section-legal .legal-content > h4 {
  padding: 4rem 0 2.4rem;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .section-legal .legal-content > h4 {
    padding: 4rem 0 3.2rem;
  }
}
.section-legal .legal-content p + p {
  padding-top: 2.4rem;
}
.section-legal .legal-content .faqs-block.bm__container {
  padding-inline: 0;
}

.error404 #site-wrapper .navbar {
  flex-shrink: 0;
}
.error404 #site-wrapper .erro-page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 96px;
  padding-bottom: 56px;
  gap: 2.4rem;
  border-bottom: 1px solid rgba(142, 121, 78, 0.5);
}
@media all and (min-width: 768px) {
  .error404 #site-wrapper .erro-page {
    flex-direction: row;
  }
}
@media all and (min-width: 1440px) {
  .error404 #site-wrapper .erro-page {
    padding-top: 209px;
    padding-bottom: 48px;
  }
}
.error404 #site-wrapper #site-main {
  padding-bottom: 1.6rem;
}
.error404 #site-wrapper #site-main h1 {
  margin: 0;
  padding: 0;
}
.error404 #site-wrapper #site-main .content__wrapper {
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .error404 #site-wrapper #site-main .content__wrapper {
    max-width: 32.5rem;
  }
}
.error404 #site-wrapper #site-main .content__wrapper p {
  font-size: 1.6rem;
}
.error404 #site-wrapper #site-main .content__wrapper button {
  max-width: 228px;
}
.error404 #site-wrapper #site-main .content__wrapper button:hover {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map*/