/* input(1203,40): run-time error CSS1030: Expected identifier, found '.'
input(1203,58): run-time error CSS1025: Expected comma or open brace, found ')'
input(1654,16): run-time error CSS1030: Expected identifier, found '.'
input(1654,38): run-time error CSS1025: Expected comma or open brace, found ')' */
/* input(1199,40): run-time error CSS1030: Expected identifier, found '.'
input(1199,58): run-time error CSS1025: Expected comma or open brace, found ')'
input(1650,16): run-time error CSS1030: Expected identifier, found '.'
input(1650,38): run-time error CSS1025: Expected comma or open brace, found ')' */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

:root {
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: serif;
  --color-text: #000000;
  --text-base-size: 1rem;
  --text-scale-ratio: 1.125;
  --text-margin: calc(var(--text-base-size) * var(--text-scale-ratio));
  --text-sm: 0.875rem;
  --text-default: var(--text-base-size);
  --text-md: calc(var(--text-base-size) * 1.125);
  --text-lg: calc(var(--text-base-size) * 1.5);
  --text-xl: calc(var(--text-base-size) * 2);
  --text-xxl: calc(var(--text-base-size) * 2.5);
  --text-3xl: calc(var(--text-base-size) * 4);
  --text-4xl: calc(var(--text-base-size) * 5.25);
  --text-bold: 700;
  --text-bolder: 900;
}

body {
  font-size: var(--text-default);
  font-family: var(--font-primary);
  color: var(--color-text);
}

.accented {
  font-size: 1.375rem;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
}

.subtitle {
  font-size: var(--text-xl);
  font-weight: var(--text-bold);
  text-transform: none;
}

.lede {
  font-size: var(--text-md);
}

.clarity {
  text-shadow: 0 0 1px black;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, form legend {
  color: var(--color-heading);
  margin-bottom: var(--text-margin);
}

h1, h2 {
  font-weight: var(--text-bolder);
  text-transform: uppercase;
}

h3, h4 {
  font-weight: var(--text-bold);
}

h1, h2, h3, h4 {
  line-height: 1;
}

.text-4xl {
  font-size: var(--text-4xl);
}

.text-3xl {
  font-size: var(--text-3xl);
}

h1, .text--xxl {
  font-size: var(--text-xxl);
}

h2, .text--xl {
  font-size: var(--text-xl);
}

h3, .text--lg {
  font-size: var(--text-lg);
}

h4, .text--md {
  font-size: var(--text-md);
}

.text--sm, small {
  font-size: var(--text-sm);
}

p, blockquote {
  margin-bottom: var(--text-margin);
}

.text--bold {
  font-weight: var(--text-bold);
}

.text--bold {
  font-weight: var(--text-bold);
}

.text--bolder {
  font-weight: var(--text-bolder);
}

.text-center {
  text-align: center;
}

@media only screen and (min-width: 75rem) {
  h1 {
    font-size: var(--text-3xl);
  }

  h2 {
    font-size: var(--text-xxl);
  }

  h3 {
    font-size: var(--text-xl);
  }

  .lede {
    font-size: var(--text-lg);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.d-hidden {
  display: none !important;
}

@media only screen and (max-width: 37.5rem) {
  .d-block-sm {
    display: block !important;
  }

  .d-inline-block-sm {
    display: inline-block !important;
  }

  .d-inline-sm {
    display: inline !important;
  }

  .d-table-sm {
    display: table !important;
  }

  .d-table-row-sm {
    display: table-row !important;
  }

  .d-table-cell-sm {
    display: table-cell !important;
  }

  .d-flex-sm {
    display: flex !important;
  }

  .d-inline-flex-sm {
    display: inline-flex !important;
  }

  .d-grid-sm {
    display: grid !important;
  }

  .d-hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 48rem) {
  .d-block-md {
    display: block !important;
  }

  .d-inline-block-md {
    display: inline-block !important;
  }

  .d-inline-md {
    display: inline !important;
  }

  .d-table-md {
    display: table !important;
  }

  .d-table-row-md {
    display: table-row !important;
  }

  .d-table-cell-md {
    display: table-cell !important;
  }

  .d-flex-md {
    display: flex !important;
  }

  .d-inline-flex-md {
    display: inline-flex !important;
  }

  .d-grid-md {
    display: grid !important;
  }

  .d-hidden-md {
    display: none !important;
  }
}
@media only screen and (max-width: 62rem) {
  .d-block-lg {
    display: block !important;
  }

  .d-inline-block-lg {
    display: inline-block !important;
  }

  .d-inline-lg {
    display: inline !important;
  }

  .d-table-lg {
    display: table !important;
  }

  .d-table-row-lg {
    display: table-row !important;
  }

  .d-table-cell-lg {
    display: table-cell !important;
  }

  .d-flex-lg {
    display: flex !important;
  }

  .d-inline-flex-lg {
    display: inline-flex !important;
  }

  .d-grid-lg {
    display: grid !important;
  }

  .d-hidden-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 75rem) {
  .d-block-xl {
    display: block !important;
  }

  .d-inline-block-xl {
    display: inline-block !important;
  }

  .d-inline-xl {
    display: inline !important;
  }

  .d-table-xl {
    display: table !important;
  }

  .d-table-row-xl {
    display: table-row !important;
  }

  .d-table-cell-xl {
    display: table-cell !important;
  }

  .d-flex-xl {
    display: flex !important;
  }

  .d-inline-flex-xl {
    display: inline-flex !important;
  }

  .d-grid-xl {
    display: grid !important;
  }

  .d-hidden-xl {
    display: none !important;
  }
}
@media only screen and (max-width: 90rem) {
  .d-block-xxl {
    display: block !important;
  }

  .d-inline-block-xxl {
    display: inline-block !important;
  }

  .d-inline-xxl {
    display: inline !important;
  }

  .d-table-xxl {
    display: table !important;
  }

  .d-table-row-xxl {
    display: table-row !important;
  }

  .d-table-cell-xxl {
    display: table-cell !important;
  }

  .d-flex-xxl {
    display: flex !important;
  }

  .d-inline-flex-xxl {
    display: inline-flex !important;
  }

  .d-grid-xxl {
    display: grid !important;
  }

  .d-hidden-xxl {
    display: none !important;
  }
}
@media only screen and (max-width: 120rem) {
  .d-block-xxxl {
    display: block !important;
  }

  .d-inline-block-xxxl {
    display: inline-block !important;
  }

  .d-inline-xxxl {
    display: inline !important;
  }

  .d-table-xxxl {
    display: table !important;
  }

  .d-table-row-xxxl {
    display: table-row !important;
  }

  .d-table-cell-xxxl {
    display: table-cell !important;
  }

  .d-flex-xxxl {
    display: flex !important;
  }

  .d-inline-flex-xxxl {
    display: inline-flex !important;
  }

  .d-grid-xxxl {
    display: grid !important;
  }

  .d-hidden-xxxl {
    display: none !important;
  }
}
@media only screen and (min-width: 37.5rem) {
  .h-full-sm {
    height: 100vh;
  }

  .w-100-sm {
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  .h-full-md {
    height: 100vh;
  }

  .w-100-md {
    width: 100%;
  }
}
@media only screen and (min-width: 62rem) {
  .h-full-lg {
    height: 100vh;
  }

  .w-100-lg {
    width: 100%;
  }
}
@media only screen and (min-width: 75rem) {
  .h-full-xl {
    height: 100vh;
  }

  .w-100-xl {
    width: 100%;
  }
}
@media only screen and (min-width: 90rem) {
  .h-full-xxl {
    height: 100vh;
  }

  .w-100-xxl {
    width: 100%;
  }
}
@media only screen and (min-width: 120rem) {
  .h-full-xxxl {
    height: 100vh;
  }

  .w-100-xxxl {
    width: 100%;
  }
}
.h-full {
  height: 100vh;
}

.w-100 {
  width: 100%;
}

.m-0 {
  margin: 0;
}

.m-small {
  margin: 2rem;
}

.m-medium {
  margin: 4rem;
}

.m-large {
  margin: 6rem;
}

.mt-small {
  margin-top: 2rem;
}

.mt-medium {
  margin-top: 4rem;
}

.mt-large {
  margin-top: 6rem;
}

@media only screen and (min-width: 37.5rem) {
  .mt-small--sm {
    margin-top: 2rem;
  }

  .mt-medium--sm {
    margin-top: 4rem;
  }

  .mt-large--sm {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 48rem) {
  .mt-small--md {
    margin-top: 2rem;
  }

  .mt-medium--md {
    margin-top: 4rem;
  }

  .mt-large--md {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 62rem) {
  .mt-small--lg {
    margin-top: 2rem;
  }

  .mt-medium--lg {
    margin-top: 4rem;
  }

  .mt-large--lg {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 75rem) {
  .mt-small--xl {
    margin-top: 2rem;
  }

  .mt-medium--xl {
    margin-top: 4rem;
  }

  .mt-large--xl {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 90rem) {
  .mt-small--xxl {
    margin-top: 2rem;
  }

  .mt-medium--xxl {
    margin-top: 4rem;
  }

  .mt-large--xxl {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 120rem) {
  .mt-small--xxxl {
    margin-top: 2rem;
  }

  .mt-medium--xxxl {
    margin-top: 4rem;
  }

  .mt-large--xxxl {
    margin-top: 6rem;
  }
}
.mr-small {
  margin-right: 2rem;
}

.mr-medium {
  margin-right: 4rem;
}

.mr-large {
  margin-right: 6rem;
}

@media only screen and (min-width: 37.5rem) {
  .mr-small--sm {
    margin-right: 2rem;
  }

  .mr-medium--sm {
    margin-right: 4rem;
  }

  .mr-large--sm {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 48rem) {
  .mr-small--md {
    margin-right: 2rem;
  }

  .mr-medium--md {
    margin-right: 4rem;
  }

  .mr-large--md {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 62rem) {
  .mr-small--lg {
    margin-right: 2rem;
  }

  .mr-medium--lg {
    margin-right: 4rem;
  }

  .mr-large--lg {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 75rem) {
  .mr-small--xl {
    margin-right: 2rem;
  }

  .mr-medium--xl {
    margin-right: 4rem;
  }

  .mr-large--xl {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 90rem) {
  .mr-small--xxl {
    margin-right: 2rem;
  }

  .mr-medium--xxl {
    margin-right: 4rem;
  }

  .mr-large--xxl {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 120rem) {
  .mr-small--xxxl {
    margin-right: 2rem;
  }

  .mr-medium--xxxl {
    margin-right: 4rem;
  }

  .mr-large--xxxl {
    margin-right: 6rem;
  }
}
.mb-small {
  margin-bottom: 2rem;
}

.mb-medium {
  margin-bottom: 4rem;
}

.mb-large {
  margin-bottom: 6rem;
}

@media only screen and (min-width: 37.5rem) {
  .mb-small--sm {
    margin-bottom: 2rem;
  }

  .mb-medium--sm {
    margin-bottom: 4rem;
  }

  .mb-large--sm {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 48rem) {
  .mb-small--md {
    margin-bottom: 2rem;
  }

  .mb-medium--md {
    margin-bottom: 4rem;
  }

  .mb-large--md {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 62rem) {
  .mb-small--lg {
    margin-bottom: 2rem;
  }

  .mb-medium--lg {
    margin-bottom: 4rem;
  }

  .mb-large--lg {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 75rem) {
  .mb-small--xl {
    margin-bottom: 2rem;
  }

  .mb-medium--xl {
    margin-bottom: 4rem;
  }

  .mb-large--xl {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 90rem) {
  .mb-small--xxl {
    margin-bottom: 2rem;
  }

  .mb-medium--xxl {
    margin-bottom: 4rem;
  }

  .mb-large--xxl {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 120rem) {
  .mb-small--xxxl {
    margin-bottom: 2rem;
  }

  .mb-medium--xxxl {
    margin-bottom: 4rem;
  }

  .mb-large--xxxl {
    margin-bottom: 6rem;
  }
}
.ml-small {
  margin-left: 2rem;
}

.ml-medium {
  margin-left: 4rem;
}

.ml-large {
  margin-left: 6rem;
}

@media only screen and (min-width: 37.5rem) {
  .ml-small--sm {
    margin-left: 2rem;
  }

  .ml-medium--sm {
    margin-left: 4rem;
  }

  .ml-large--sm {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 48rem) {
  .ml-small--md {
    margin-left: 2rem;
  }

  .ml-medium--md {
    margin-left: 4rem;
  }

  .ml-large--md {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 62rem) {
  .ml-small--lg {
    margin-left: 2rem;
  }

  .ml-medium--lg {
    margin-left: 4rem;
  }

  .ml-large--lg {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 75rem) {
  .ml-small--xl {
    margin-left: 2rem;
  }

  .ml-medium--xl {
    margin-left: 4rem;
  }

  .ml-large--xl {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 90rem) {
  .ml-small--xxl {
    margin-left: 2rem;
  }

  .ml-medium--xxl {
    margin-left: 4rem;
  }

  .ml-large--xxl {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 120rem) {
  .ml-small--xxxl {
    margin-left: 2rem;
  }

  .ml-medium--xxxl {
    margin-left: 4rem;
  }

  .ml-large--xxxl {
    margin-left: 6rem;
  }
}
.bg-black {
  background: #000000;
}

.bg-black-light {
  background: rgba(0, 0, 0, 0.2);
}

.color-black {
  color: #000000 !important;
}

.bg-bermuda {
  background: #7fcbd5;
}

.bg-bermuda-light {
  background: rgba(127, 203, 213, 0.2);
}

.color-bermuda {
  color: #7fcbd5 !important;
}

.bg-royal-blue {
  background: #4d59e8;
}

.bg-royal-blue-light {
  background: rgba(77, 89, 232, 0.2);
}

.color-royal-blue {
  color: #4d59e8 !important;
}

.bg-sinbad {
  background: #a2c8d2;
}

.bg-sinbad-light {
  background: rgba(162, 200, 210, 0.2);
}

.color-sinbad {
  color: #a2c8d2 !important;
}

.bg-river-bed {
  background: #4b5c63;
}

.bg-river-bed-light {
  background: rgba(75, 92, 99, 0.2);
}

.color-river-bed {
  color: #4b5c63 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-white-light {
  background: rgba(255, 255, 255, 0.2);
}

.color-white {
  color: #ffffff !important;
}

:root {
  /* Page setup */
  --max-width: 75rem;
  --margin: 2rem;
  /* Spacing utilities */
  --spacer: 2rem;
  --spacer-top: calc(var(--spacer) * 1.5);
  --spacer-bottom: calc(var(--spacer) * 2);
  --spacer-x: var(--spacer);
  --spacer-gap: calc(var(--spacer-x) * 4);
  /* Components */
  --border-radius: 2rem;
}

hr {
  max-width: min(calc(100vw - (var(--margin) * 2)), var(--max-width));
  border: 0;
  height: 2px;
  background: #cad0d3;
  margin: 0 auto;
}

@media only screen and (max-width: 75rem) {
  :root {
    --max-width: 100%;
    --spacer-gap: calc(var(--spacer-x) * 2);
  }
}
.grid {
  --container-width: 75rem;
  --fluid-area: calc(50vw - var(--container-width) / 2);
  --grid-margin-base: 1.5rem;
  --grid-margin-top: calc(var(--grid-margin-base) * 1.5);
  --grid-margin-bottom: calc(var(--grid-margin-base) * 2);
  --grid-margin-x: var(--grid-margin-base);
  --grid-gutter-x: var(--grid-margin-base);
  --grid-gutter-y: var(--grid-margin-base);
  --grid-column: minmax(0, 1fr);
  --grid-row: auto;
  --grid-template-columns:
      max(var(--fluid-area), var(--grid-margin-x), env(safe-area-inset-left))
      var(--grid-column)
      var(--grid-gutter-x)
      var(--grid-gutter-x)
      var(--grid-column)
      max(var(--fluid-area), var(--grid-margin-x), env(safe-area-inset-left));
  --grid-template-rows:
      var(--grid-margin-top)
      var(--grid-row)
      var(--grid-gutter-y)
      var(--grid-row)
      var(--grid-margin-bottom);
  --grid-template-areas:
      "margin-top margin-top margin-top margin-top margin-top margin-top"
      "margin-left column-left gutter-left gutter-right column-right margin-right"
      "margin-left column-left gutter-left gutter-right column-right margin-right"
      "margin-left column-left gutter-left gutter-right column-right margin-right"
      "margin-bottom margin-bottom margin-bottom margin-bottom margin-bottom margin-bottom";
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  grid-template-rows: var(--grid-template-rows);
  grid-template-areas: var(--grid-template-areas);
}

.grid-content {
  grid-column: column-left/column-right;
  grid-row: 2/5;
}

@media only screen and (min-width: 48rem) {
  :root {
    --grid-margin-base: 2rem;
  }
}
@media only screen and (min-width: 75rem) {
  :root {
    --grid-gutter-x: calc(var(--grid-margin-base) * 2);
  }
}
.header-container {
  --header-height: 20rem;
  --grid-template-columns: 2rem auto 1fr auto 2rem;
  --grid-template-rows: 2rem 2.625rem 2rem 1fr;
  --overlay-z-index: 10;
  --ui-z-index: 20;
  background: #4b5c63;
  display: grid;
  align-items: center;
  grid-template-columns: var(--grid-template-columns);
  grid-template-rows: var(--grid-template-rows);
  height: var(--header-height);
  position: relative;
}
.header-container .header-background {
  grid-column: 1/6;
  grid-row: 1/6;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.header-container .header-background video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-container .header-logo, .header-container .burger-toggle {
  height: 100%;
}
.header-container .header-logo, .header-container .burger-toggle, .header-container .header-background {
  display: flex;
  align-items: center;
}
.header-container .header-logo {
  grid-column-start: 2;
  grid-row-start: 2;
}
.header-container .header-logo img {
  max-width: 175px;
}
.header-container .burger-toggle {
  grid-column-start: 4;
  grid-row-start: 2;
  z-index: var(--ui-z-index);
}
.header-container .desktop-navigation {
  color: #ffffff;
  display: none;
  grid-row: 2;
  grid-column: 4;
  z-index: var(--ui-z-index);
}
.header-container .desktop-navigation ul {
  display: inline-block;
}
.header-container .desktop-navigation ul > li {
  display: inline-block;
}
.header-container .desktop-navigation ul > li + li {
  margin-left: 1.5rem;
}
.header-container .desktop-navigation ul > li a:not(.btn), .header-container .desktop-navigation ul > li span {
  color: inherit;
  font-weight: bold;
  font-size: var(--text-md);
}
.header-container .desktop-navigation ul > li a:not(.btn).active, .header-container .desktop-navigation ul > li span.active {
  color: #4f59e8;
}
.header-container .desktop-navigation ul > li a:not(.btn):hover, .header-container .desktop-navigation ul > li span:hover {
  color: #3644e5;
}
.header-container .desktop-navigation ul > li .btn {
  margin: 0;
}
.header-container .desktop-navigation .has-submenu {
  cursor: pointer;
  position: relative;
  padding-bottom: 55px;
}
.header-container .desktop-navigation .has-submenu:hover:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  height: 20px;
  width: 20px;
  background: #ffffff;
  box-sizing: border-box;
  transform: skewY(225deg);
  z-index: -1;
}
.header-container .desktop-navigation .has-submenu .submenu {
  background: #ffffff;
  display: none;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  min-width: 250px;
}
.header-container .desktop-navigation .has-submenu:hover .submenu {
  display: flex;
}
.header-container .desktop-navigation .submenu a, .header-container .desktop-navigation .submenu span {
  font-size: var(--text-default);
  color: var(--color-text);
  font-weight: 500;
}
.header-container .desktop-navigation .submenu a:hover, .header-container .desktop-navigation .submenu span:hover {
  color: #3644e5;
}
.header-container .desktop-navigation .submenu a.active, .header-container .desktop-navigation .submenu span.active {
  color: #4f59e8;
  font-weight: var(--text-bold);
}
.header-container .desktop-navigation .submenu li {
  border-bottom: 1px solid #cad0d3;
  padding: 0.5rem 0;
  margin: 0;
}
.header-container .desktop-navigation .submenu li:last-child {
  border-color: transparent;
}
.header-container .desktop-overlay {
  grid-column: 1/6;
  grid-row: 1/4;
  height: 100%;
  z-index: var(--overlay-z-index);
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  grid-template-rows: var(--grid-template-rows);
  transition: background-color 0.3s ease-in-out;
}
.header-container .desktop-overlay:has(.has-submenu:hover) {
  background: rgba(162, 200, 210, 0.8);
}
.header-container .mobile-overlay {
  background: rgba(0, 0, 0, 0.95);
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  grid-template-rows: var(--grid-template-rows);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 0.3s ease;
  visibility: hidden;
  z-index: var(--overlay-z-index);
}
.header-container .mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}
.header-container .mobile-overlay .header-logo {
  align-items: center;
  height: 42px;
}
.header-container .mobile-navigation {
  color: #ffffff;
  display: none;
  grid-row: 3;
  grid-column: 2/5;
  z-index: var(--ui-z-index);
}
.header-container .mobile-navigation hr {
  margin: 1rem 0;
}
.header-container .mobile-navigation ul, .header-container .mobile-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-container .mobile-navigation ul {
  margin: 2rem 0;
}
.header-container .mobile-navigation ul > li {
  margin-bottom: 1rem;
}
.header-container .mobile-navigation ul > li:last-child {
  margin-bottom: 2rem;
}
.header-container .mobile-navigation ul > li a:not(.btn), .header-container .mobile-navigation ul > li span {
  color: inherit;
}
.header-container .mobile-navigation ul > li a:not(.btn).active, .header-container .mobile-navigation ul > li span.active {
  color: #4f59e8;
  font-weight: var(--text-bold);
}
.header-container .mobile-navigation .submenu {
  margin: 1rem;
}
.header-container .mobile-navigation .submenu li:last-child {
  margin-bottom: 0;
}
.header-container .mobile-navigation .btn {
  display: block;
  text-align: center;
  margin: 0;
}

@media only screen and (min-width: 48rem) {
  .header-container {
    --header-height: 30rem;
    --grid-template-columns: 3.75rem auto 1fr auto 3.75rem;
    --grid-template-rows: 3.75rem 2.625rem 3rem 1fr;
  }
  .header-container .header-logo img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 75rem) {
  .header-container {
    --header-height: 40rem;
  }
  .header-container .burger-toggle .burger {
    display: none;
  }
  .header-container .desktop-navigation {
    display: block;
  }
}
@media only screen and (min-width: 90rem) {
  .header-container .header-logo img {
    max-width: 300px;
  }
  .header-container .header-background video {
    margin-bottom: -1px;
  }
}
@media only screen and (min-width: 120rem) {
  .header-container {
    --header-height: 56rem;
  }
}
.corporate-groups {
  grid-column: column-left/column-right;
  grid-row: column-left;
}
.corporate-groups .accented {
  margin-bottom: 2rem;
}
.corporate-groups .carousel {
  --carousel-slides-gap: 4rem;
}
.corporate-groups .carousel .carousel-slide-image {
  height: 100px;
  max-width: 200px;
}

.trustpilot-reviews {
  grid-column: column-left/column-right;
  grid-row: column-left;
}
.trustpilot-reviews h3 {
  font-size: var(--text-md);
}

.footer-container {
  background: #000000;
  color: #ffffff;
  padding: 3rem 2.5rem;
}
.footer-container__header > div, .footer-container__footer > div {
  margin-bottom: 3rem;
}
.footer-container .footer-logo img {
  max-width: 100%;
}
.footer-container .footer-tagline p {
  text-transform: uppercase;
}
.footer-container .footer-links ul, .footer-container .footer-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-container .footer-links li {
  margin-bottom: 0.8rem;
}
.footer-container .footer-links a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-container .footer-social-links, .footer-container .footer-affiliations {
  display: flex;
  align-items: center;
}
.footer-container .footer-social-links {
  gap: 1rem;
}
.footer-container .footer-affiliations {
  gap: 1.5rem;
}

@media only screen and (max-width: 37.5rem) {
  .corporate-groups-grid {
    --grid-margin-bottom: var(--grid-margin-top);
  }
  .corporate-groups-grid .carousel-controls {
    margin-bottom: 0;
  }
  .corporate-groups-grid .carousel-controls .carousel-dot {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .trustpilot-reviews h3 {
    font-size: var(--text-lg);
  }

  .footer-container {
    padding: 3.75rem;
  }
  .footer-container__header, .footer-container__footer {
    display: flex;
    gap: 3.75rem;
    margin-bottom: 2rem;
  }
  .footer-container__header {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .footer-container__header > div {
    margin-bottom: 0 !important;
  }
  .footer-container__footer > div {
    margin-bottom: 0 !important;
  }
  .footer-container .footer-logo img {
    max-width: 250px;
  }
  .footer-container .footer-tagline {
    font-size: 1.375rem;
    max-width: 50%;
  }
  .footer-container .footer-tagline p {
    margin-bottom: 0;
  }
  .footer-container .footer-links li {
    margin-bottom: 0.2rem;
  }
  .footer-container .footer-links a {
    font-size: var(--text-sm);
  }
}
.accordion {
  display: flex;
  flex-direction: column;
}
.accordion .accordion-item {
  border-top: 2px solid #cad0d3;
}
.accordion .accordion-item:last-child {
  border-bottom: 2px solid #cad0d3;
}
.accordion .accordion-item .accordion-header {
  margin: 0;
}
.accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  color: var(--color-text);
  cursor: pointer;
  font-weight: bold;
  font-size: var(--text-lg);
  overflow-anchor: none;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
  transition: color 0.15s ease-in-out;
  text-align: left;
  width: 100%;
}
.accordion .accordion-item .accordion-header .accordion-button span {
  flex: 1 0;
  min-width: 0;
}
.accordion .accordion-item .accordion-header .accordion-button svg {
  color: #cad0d3;
  height: 2rem;
  width: 2rem;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] svg {
  color: #000000;
  transform: rotate(45deg);
}
.accordion .accordion-item .accordion-body {
  transition: max-height 0.3s ease-out;
}
.accordion .accordion-item .accordion-body .accordion-content {
  margin-bottom: 2rem;
  max-height: 50vh;
  opacity: 0;
  overflow-y: auto;
  padding-right: 2rem;
  transition: opacity 0.75s ease-in-out;
}
.accordion .accordion-item .accordion-body[aria-expanded=true] .accordion-content {
  opacity: 1;
}
.accordion .accordion-item .accordion-body:not(.accordion-body[aria-expanded=true]) {
  max-height: 0;
  overflow: hidden;
}

/*
@include media-query-up(xl) {
    .accordion {
        .accordion-item {
            .accordion-header {
                .accordion-button {
                    font-size: 2rem;
                }
            }
        }
    }
}
*/
.burger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  overflow: visible;
  z-index: 1000;
}

.burger.is-active .burger-inner,
.burger.is-active .burger-inner::before,
.burger.is-active .burger-inner::after {
  background-color: #ffffff;
}

.burger-box {
  width: 40px;
  height: 35px;
  display: inline-block;
  position: relative;
}

.burger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.burger-inner, .burger-inner::before, .burger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.burger-inner::before, .burger-inner::after {
  content: "";
  display: block;
}

.burger-inner::before {
  top: -10px;
}

.burger-inner::after {
  bottom: -10px;
}

.burger--squeeze .burger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.burger--squeeze .burger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.burger--squeeze .burger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.burger--squeeze.is-active .burger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.burger--squeeze.is-active .burger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.burger--squeeze.is-active .burger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn {
  display: inline-block;
  background: #4d59e8;
  border: none;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 2rem;
  text-decoration: none;
  padding: 1.2rem 3.75rem;
  margin: 1.25rem 0;
}
.btn:hover, .btn:active {
  background: #3644E5;
}
.btn-sm {
  font-size: var(--text-default);
  padding: 0.625rem 3rem;
}
.btn-lg {
  border-radius: 3rem;
  font-size: var(--text-md);
  padding: 1.4rem 3.75rem;
}

.close-btn {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  width: 2rem;
  height: 2rem;
}
.close-btn svg {
  color: #cad0d3;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.close-btn svg:hover, .close-btn svg:active {
  color: #000000;
  transform: rotate(45deg);
}

.card-stack__items {
  display: grid;
  gap: 3rem;
  overflow-anchor: none;
  position: relative;
}

.card-item {
  aspect-ratio: 4/5;
  background-color: #cad0d3;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.card-item:has(.card-item-description) {
  cursor: pointer;
}

.card-item__info {
  padding: 2rem 2rem 1.5rem;
  user-select: none;
}

.card-item__info {
  background: linear-gradient(var(--bg-gradient-01), var(--bg-gradient-02) 25%, var(--bg-gradient-03));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: padding-bottom ease-in-out 0.15s, --bg-gradient-01 ease-in-out 1s 1s, --bg-gradient-02 ease-in-out 1s 2s, --bg-gradient-03 ease-in-out 1s 3s;
  transition-behavior: allow-discrete;
}
@property --bg-gradient-01 {
  .card-item__info {
    syntax: "<color>";
    initial-value: rgba(0, 0, 0, 0);
    inherits: false;
  }
}
@property --bg-gradient-02 {
  .card-item__info {
    syntax: "<color>";
    initial-value: rgba(0, 0, 0, 0);
    inherits: false;
  }
}
@property --bg-gradient-03 {
  .card-item__info {
    syntax: "<color>";
    initial-value: rgba(0, 0, 0, 0);
    inherits: false;
  }
}
.card-item__info .card-item-title {
  margin-bottom: 0.5rem;
}

.card-item-title {
  color: #ffffff;
  font-weight: var(--text-bold);
}
.card-item-title__text {
  font-size: var(--text-lg);
  text-shadow: 0 0 1px black;
}
.card-item-title__subtitle {
  font-size: var(--text-md);
  color: #e0e0e0;
  text-transform: uppercase;
  margin-left: 5px;
}

.card-item-description {
  color: #ffffff;
  display: none;
  height: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.15s 0.3s, height ease-in-out 0.15s, display ease-in-out 0.15s;
  transition-behavior: allow-discrete;
}

.card-item[aria-current=true] {
  --bg-gradient-01: rgba(0, 0, 0, 0);
  --bg-gradient-02: rgba(0, 0, 0, 0.65);
  --bg-gradient-03: rgba(0, 0, 0, 0.95);
}
.card-item[aria-current=true] .card-item__info {
  background: linear-gradient(var(--bg-gradient-01), var(--bg-gradient-02) 25%, var(--bg-gradient-03));
}
.card-item[aria-current=true] .card-item-description {
  display: block;
  height: auto;
  opacity: 1;
}
@starting-style {
  .card-item[aria-current=true] .card-item-description {
    height: 0;
    opacity: 0;
  }
}

@media only screen and (max-width: 37.5rem) {
  .card-item {
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    margin-top: -115%;
    transition: margin ease-in-out 0.2s;
    position: relative;
  }
  .card-item:first-child {
    box-shadow: none;
    margin-top: 0;
  }
  .card-item:not(.collapsed) + .card-item {
    margin-top: -30%;
  }
  .card-item:not(.collapsed):last-child .card-item__info {
    padding-bottom: 2rem;
  }

  .card-item-title__subtitle {
    display: block;
    margin-left: 0;
    margin-top: -5px;
  }

  .card-item__info {
    padding-bottom: calc(113% - 40px);
  }

  .card-item[aria-current=true] .card-item__info {
    padding-bottom: 25%;
  }
}
@media only screen and (min-width: 48rem) {
  .card-stack__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-item {
    position: relative;
  }
}
@media only screen and (min-width: 75rem) {
  .card-stack__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.carousel {
  --control-bg-color: transparent;
  --control-color: #485f69;
  --control-disabled-color: #cad0d3;
  --slides-per-page: 2;
  --number-of-gaps: calc(var(--slides-per-page) - 1);
  --slide-track-gap: 2rem;
  --slide-track-margin: 2rem;
  --slide-track-total-gap: calc(var(--number-of-gaps) * var(--slide-track-gap));
  --slide-width: calc((100% - var(--slide-track-total-gap)) / var(--slides-per-page));
  --slide-width-expanded: calc((100% - var(--slide-track-gap)) / 2);
  position: relative;
  overflow: hidden;
}
.carousel .carousel-track-container {
  display: flex;
}
.carousel .carousel-track-wrapper {
  display: flex;
  height: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.carousel .carousel-track {
  display: flex;
  height: 100%;
  flex-grow: 1;
  margin-bottom: var(--slide-track-margin);
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: var(--slide-track-gap);
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
.carousel .carousel-track::-webkit-scrollbar {
  display: none;
}
.carousel .carousel-track--left:not(:empty), .carousel .carousel-track--right:not(:empty) {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-bottom: var(--slide-track-margin);
  width: 2rem;
}
.carousel .carousel-track--left:not(:empty) {
  margin-right: 1rem;
}
.carousel .carousel-track--right:not(:empty) {
  margin-left: 1rem;
}
.carousel .carousel-track--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: var(--slide-track-margin);
  pointer-events: none;
  z-index: 10;
}
.carousel .carousel-slide {
  display: flex;
  flex: 1 0 var(--slide-width);
  justify-content: center;
  overflow-anchor: none;
  scroll-snap-align: start;
  transition: flex-basis ease-in-out 0.2s;
}
.carousel .carousel-slide.expanded {
  flex: 0 0 var(--slide-width-expanded);
  scroll-snap-align: start !important;
}
.carousel .carousel-controls {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
.carousel .carousel-controls button {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background: var(--control-bg-color);
  border: 1px solid var(--control-color);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.carousel .carousel-controls button[aria-current=true] {
  background: var(--control-color);
}
.carousel .control-arrow {
  background-color: transparent;
  border: 0;
  color: var(--control-color);
  cursor: pointer;
  font-size: 2rem;
}
.carousel .control-arrow:disabled {
  color: var(--control-disabled-color);
}

.carousel--light {
  --control-bg-color: transparent;
  --control-color: #ffffff;
}

@media only screen and (max-width: 37.5rem) {
  .carousel {
    --slides-per-page: 1;
  }
}
@media only screen and (min-width: 48rem) {
  .carousel {
    --slides-per-page: 2;
  }
}
@media only screen and (min-width: 62rem) {
  .carousel {
    --slides-per-page: 3;
  }
}
@media only screen and (min-width: 75rem) {
  .carousel {
    --slides-per-page: 4;
  }
}
/**
 * Views.
 */
.carousel .info-pane-container {
  height: 100%;
}
.carousel .info-pane {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - var(--slide-width-expanded) - var(--slide-track-gap));
  background: #ffffff;
  z-index: 20;
  pointer-events: auto;
}
.carousel .info-pane button.close-info {
  background: none;
  background-color: var(--control-color);
  border: none;
  cursor: pointer;
  height: 2rem;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' aria-hidden='true'%3E%3Ccircle cx='16' cy='16' r='15' fill='none' stroke='currentColor' stroke-width='2'%3E%3C/circle%3E%3Crect x='15' y='5' width='2' height='22' fill='currentColor'%3E%3C/rect%3E%3Crect x='5' y='15' width='22' height='2' fill='currentColor'%3E%3C/rect%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  top: 0;
  width: 2rem;
}
.carousel .info-pane button.close-info:hover {
  background-color: #000000;
}
.carousel .info-pane-content {
  display: flex;
  height: 100%;
}
.carousel .info-pane-content > div {
  margin-right: 2.5rem;
}
.carousel .info-pane-content h3 {
  margin: var(--text-margin) 0;
}
.carousel .info-pane-content .snippet {
  display: block;
  max-height: 65%;
  overflow-y: auto;
}
.carousel .preview-pane {
  margin-top: var(--margin);
  overflow: hidden;
  transition: height 0.3s ease;
}
.carousel .preview-pane h3 {
  font-size: var(--text-lg);
  font-weight: var(--text-bold);
  text-transform: none;
}

/**
 * Specific implementations.
 */
.carousel-slide-card, .carousel-slide-content {
  background-color: #cad0d3;
  background-size: cover;
  background-position: center center;
  border-radius: var(--border-radius);
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease-in-out 0.3s;
  width: 100%;
}
.carousel-slide-card .info, .carousel-slide-content .info {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  padding: 1.5rem;
}
.carousel-slide-card .info h3, .carousel-slide-content .info h3 {
  color: #ffffff;
  font-weight: var(--text-bold);
  font-size: var(--text-lg);
  line-height: 1.2;
  margin: 0;
  text-transform: none;
}
.carousel-slide-card .info-subtitle, .carousel-slide-content .info-subtitle {
  color: #e0e0e0;
  font-size: var(--text-default);
  margin-left: 4px;
  text-transform: uppercase;
}
.carousel-slide-card .photo-credit, .carousel-slide-content .photo-credit {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 25px;
  left: 0;
  color: #cad0d3;
  font-size: 11px;
  text-align: right;
  transition: opacity 0.3s ease-in-out;
}

.carousel-slide.expanded .info {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.85));
}
.carousel-slide.expanded .photo-credit {
  opacity: 1;
}

.carousel-slide[aria-current=true] .card-item {
  --bg-gradient-01: rgba(0, 0, 0, 0);
  --bg-gradient-02: rgba(0, 0, 0, 0.65);
  --bg-gradient-03: rgba(0, 0, 0, 0.95);
}
.carousel-slide[aria-current=true] .card-item .card-item__info {
  background: linear-gradient(var(--bg-gradient-01), var(--bg-gradient-02) 25%, var(--bg-gradient-03));
}
.carousel-slide[aria-current=true] .card-item .card-item-description {
  display: block;
  height: auto;
  opacity: 1;
}
@starting-style {
  .carousel-slide[aria-current=true] .card-item .card-item-description {
    height: 0;
    opacity: 0;
  }
}

.quote-header-padding {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.padv4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.marv7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.quote-form-container {
  background: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 5px;
}
.quote-form-container .quote-form-title {
  font-size: 1.25rem;
  color: #4d59e8;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.adventure-awaits {
  width: 100%;
  color: #4d59e8;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  float: left;
  line-height: 15px;
  vertical-align: middle;
  position: relative;
}

.top-quote-form {
  vertical-align: middle;
  width: 100%;
  float: right;
}

.quote-form-container input {
  font-size: 0.75rem !important;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  outline: 0;
  font-family: "Quasimoda", quasimoda-fallback;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
}
.quote-form-container input.icon-padding {
  padding-left: 1.5rem;
}

.quote-input-wrapper {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 1rem;
}

.quote-input-wrapper-buttons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
}

.quote-list {
  display: none;
}

.inline-block {
  display: inline-block;
}

.quote-button-wrapper {
  display: inline-block;
}
.quote-button-wrapper.quote-button-wrapper-search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

.datepicker-icon {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .quote-form-container {
    padding-bottom: 1.5rem;
  }
  .quote-form-container .quote-form-title {
    padding-bottom: 1.25rem;
  }

  .quote-header-padding {
    margin-top: 1.5rem;
    padding-bottom: 0rem;
  }

  .hidden-medium {
    display: none !important;
  }

  .quote-input-wrapper-buttons {
    width: calc(49% - 6px);
  }

  .flexible-bookings > div {
    width: 100%;
  }

  .flexible-bookings-title {
    font-size: 0.875rem !important;
    display: inline-block;
  }

  .flexible-bookings-title b {
    vertical-align: middle;
  }

  .flexible-bookings small {
    font-size: 0.75rem !important;
    vertical-align: middle;
  }

  .regular-quote .quote-button-wrapper {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .quote-button-wrapper.quote-button-wrapper-search {
    width: 100%;
  }

  .quote-input-wrapper {
    padding-right: 0.5rem;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .quote-input-wrapper {
    padding-right: 0.5rem;
    width: calc(33% - 1px);
  }

  .quote-input-wrapper-buttons {
    width: calc(33% - 8px);
  }
}
@media (max-width: 767px) {
  .quote-field-wrapper {
    position: relative;
  }

  .destination-layout {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .quote-form-tab {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quote-input-wrapper {
    padding-bottom: 0;
  }

  .quote-input-wrapper-buttons {
    width: 11%;
    float: right;
  }

  .quote-input-wrapper-group {
    width: 16%;
  }
  .quote-input-wrapper-group.wide {
    width: 20%;
  }

  .quote-input-wrapper-date {
    width: 17%;
  }
  .quote-input-wrapper-date.wider {
    width: 20%;
  }
  .quote-input-wrapper-date.wide {
    width: 27%;
  }

  .quote-input-wrapper-airport {
    width: 15%;
  }
  .quote-input-wrapper-airport.wide {
    width: 20%;
  }

  .quote-input-wrapper-dest {
    width: 17%;
  }
  .quote-input-wrapper-dest.wider {
    width: 25%;
  }
  .quote-input-wrapper-dest.wide {
    width: 31%;
  }

  .quote-input-wrapper-trip {
    width: 22%;
  }
  .quote-input-wrapper-trip .quote-list {
    width: 420px !important;
  }

  .larger-quote .quote-button-wrapper {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .adventure-awaits {
    width: 120px;
    padding-bottom: 0;
  }
}
:root {
  --review-image-width: 20%;
  --review-quote-img-size: 2rem;
}

.review-image {
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: var(--border-radius);
  grid-column: column-left/column-right;
  grid-row: 2/3;
}

.review-content {
  grid-column: column-left/column-right;
  grid-row: 4/5;
}
.review-content .review-title {
  font-size: var(--text-lg);
}
.review-content .review-text {
  background-image: url(https://cdn2.whiteroad.co.uk/images/white-road/new-site-images/icons/blue/Icons_Quotation-Mark.svg);
  background-repeat: no-repeat;
  background-size: var(--review-quote-img-size);
  padding-top: 0.4rem;
  text-indent: 3rem;
}
.review-content .review-author {
  font-size: var(--text-md);
  margin-bottom: 0;
}
.review-content .review-author strong {
  display: block;
}
.review-content .review-author span {
  color: #485f69;
  font-size: var(--text-default);
  text-transform: uppercase;
}

@media only screen and (min-width: 48rem) {
  .review-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .review-content .review-title {
    font-size: var(--text-xl);
  }
  .review-content .review-text {
    font-size: var(--text-md);
    padding-top: 0.2rem;
  }
}
@media only screen and (min-width: 62rem) {
  :root {
    --review-quote-img-size: 3rem;
  }

  .review-image {
    aspect-ratio: 3/4;
    grid-row: 2/4;
    width: var(--review-image-width);
  }

  .review-content {
    grid-row: 2/4;
    padding-left: calc(var(--review-image-width) + var(--margin));
  }
  .review-content .review-text {
    text-indent: unset;
    padding: 0 0 0 4rem;
    min-height: 2.5rem;
  }
  .review-content .review-author {
    text-align: right;
  }
}
.stepper {
  --default-color: #cad0d3;
  --active-color: #7fcbd5;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.stepper .step-track {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.stepper .step {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--default-color);
  color: var(--default-color);
  cursor: pointer;
  display: inline-flex;
  font-weight: var(--text-bold);
  font-size: 1.75rem;
  height: 2.5rem;
  justify-content: center;
  padding: 1rem;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  width: 2.5rem;
}

.stepper .step[aria-current=true] {
  background-color: var(--active-color);
  border-color: var(--active-color);
  color: #ffffff;
}

/**
 * Image and content.
 */
.stepper-info {
  --stepper-duration: .5s;
  --stepper-half-duration: calc(var(--stepper-duration) / 2);
}

.stepper-image,
.stepper-details {
  display: grid;
  position: relative;
  visibility: hidden;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.stepper-image-layer,
.stepper-content-layer {
  grid-area: 1/1;
  min-width: 0;
  opacity: 1;
  position: relative;
  pointer-events: none;
}

.stepper-image-layer {
  transition: opacity var(--stepper-duration) cubic-bezier(0.4, 0, 0.2, 1);
}

.stepper-content-layer {
  transition: opacity var(--stepper-half-duration) cubic-bezier(0.4, 0, 0.2, 1) var(--stepper-half-duration);
}

.stepper-image-layer.active,
.stepper-content-layer.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.stepper-image-layer.inactive,
.stepper-content-layer.inactive {
  opacity: 0;
  z-index: 0;
}

/* PHASE 1: fade incoming IN */
.stepper-image-layer.fading-in,
.content-layer.fading-in {
  opacity: 1;
}

/* PHASE 2: fade outgoing OUT */
.stepper-image-layer.fading-out,
.stepper-content-layer.fading-out {
  opacity: 0;
}

.stepper-image-layer img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 48rem) {
  .stepper {
    flex-direction: column;
  }
  .stepper .step-track {
    gap: 2rem;
  }
  .stepper .step {
    font-size: 3.5rem;
    height: 5rem;
    width: 5rem;
  }
}
.header-container .header-background {
  background-image: url(https://cdn2.whiteroad.co.uk/images/white-road/new-site-images/packages/packages-header-mobile.jpg);
  background-position: center top;
  background-size: cover;
}

.carousel--package-components .carousel-track {
  margin-bottom: 0;
}
.carousel--package-components .carousel-slide {
  overflow: hidden;
}
.carousel--package-components .package-component {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.carousel--package-components .package-component-icon {
  align-items: center;
  background-color: #7fcbd5;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
}
.carousel--package-components .package-component-icon img {
  height: auto;
  width: 60%;
}
.carousel--package-components .package-component figcaption {
  font-size: 1.125rem;
  font-weight: var(--text-bold);
  text-align: center;
  overflow: hidden;
  word-break: break-all;
}

.snowsports-markets {
  grid-column: column-left/column-right;
  grid-row: 2/6;
}
.snowsports-markets p {
  font-size: var(--text-md);
}

.package-types {
  grid-column: column-left/column-right;
  grid-row: 2/5;
}
.package-types .carousel-track {
  height: 400px;
}

.build-your-package {
  grid-column: column-left/column-right;
  grid-row: 2/5;
}

.build-your-package-details {
  grid-column: column-left/column-right;
  grid-row: 4/5;
}
.build-your-package-details-img {
  grid-column: column-left/column-right;
  grid-row: 2/3;
}
.build-your-package-details-img img {
  margin-top: -7rem;
}

.what-we-offer {
  grid-column: column-left/column-right;
  grid-row: 2/5;
}
.what-we-offer h2 {
  margin-bottom: 2rem;
}

.what-we-offer-best-bits {
  grid-column: column-left/column-right;
  grid-row: 4/5;
}
.what-we-offer-best-bits-bg {
  aspect-ratio: 16/9;
  background-image: url(https://cdn2.whiteroad.co.uk/images/white-road/new-site-images/packages/packages-content-1.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  grid-column: margin-left/margin-right;
  grid-row: 1/3;
}

.what-we-offer-cherry-on-top {
  grid-column: column-left/column-right;
  grid-row: 4/5;
}
.what-we-offer-cherry-on-top h3 {
  display: none;
}
.what-we-offer-cherry-on-top p:last-child, .what-we-offer-cherry-on-top a:last-child {
  margin-bottom: 0;
}
.what-we-offer-cherry-on-top-bg {
  grid-column: column-left/column-right;
  grid-row: 2/3;
}
.what-we-offer-cherry-on-top-bg h3 {
  font-weight: var(--text-bold);
  text-transform: none;
}
.what-we-offer-cherry-on-top-bg--image {
  aspect-ratio: 4/3;
  background-image: url(https://cdn2.whiteroad.co.uk/images/white-road/new-site-images/packages/packages-content-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--border-radius);
}

@media only screen and (min-width: 48rem) {
  .header-container .header-background {
    background-image: url(https://cdn2.whiteroad.co.uk/images/white-road/new-site-images/packages/packages-header.jpg);
  }

  .carousel--package-components .package-component-icon {
    width: 7.5rem;
    height: 7.5rem;
  }
  .carousel--package-components .package-component figcaption {
    font-size: 1.375rem;
  }

  .build-your-package-details {
    grid-column: column-right;
    grid-row: 2/5;
  }
  .build-your-package-details-img {
    grid-column: column-left/gutter-left;
    grid-row: 2/5;
  }

  .what-we-offer-cherry-on-top {
    grid-column: column-right;
    grid-row: 2/5;
  }
  .what-we-offer-cherry-on-top h3 {
    display: block;
  }
  .what-we-offer-cherry-on-top-bg {
    grid-column: column-left;
    grid-row: 2/5;
  }
  .what-we-offer-cherry-on-top-bg h3 {
    display: none;
  }
  .what-we-offer-cherry-on-top-bg--image {
    aspect-ratio: unset;
    background-position: top center;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 62rem) {
  .what-we-offer-best-bits {
    grid-column: column-left;
    grid-row: column-left;
    margin: 10% 0;
  }
  .what-we-offer-best-bits-bg {
    aspect-ratio: revert;
    grid-column: gutter-right/margin-right;
    grid-row: column-right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 30rem;
  }

  .what-we-offer-cherry-on-top {
    margin: 10% 0;
  }
}
@media only screen and (min-width: 75rem) {
  .carousel--package-components {
    --slides-per-page: 5;
  }

  .snowsports-markets p {
    font-size: var(--text-lg);
  }

  .what-we-offer-best-bits-bg {
    background-position: top center;
  }
}

