.voyager,
.edit-post-visual-editor {
  background: var(--voyager-color--white);
}

.has-white-background-color {
  background-color: var(--voyager-color--white);
}
.has-black-background-color {
  background-color: var(--voyager-color--black);
}
.has-brand-one-background-color {
  background-color: var(--voyager-color--brand-one);
}
.has-brand-two-background-color {
  background-color: var(--voyager-color--brand-two);
}
.has-brand-three-background-color {
  background-color: var(--voyager-color--brand-three);
}
.has-brand-four-background-color {
  background-color: var(--voyager-color--brand-four);
}
.has-brand-five-background-color {
  background-color: var(--voyager-color--brand-five);
}
.has-brand-booking-bg-color {
  background-color: var(--voyager-color--booking-bg);
}
.has-white-color {
  color: var(--voyager-color--white);
}
.has-black-color {
  color: var(--voyager-color--black);
}
.has-brand-one-color {
  color: var(--voyager-color--brand-one);
}
.has-brand-two-color {
  color: var(--voyager-color--brand-two);
}
.has-brand-three-color {
  color: var(--voyager-color--brand-three);
}
.has-brand-four-color {
  color: var(--voyager-color--brand-four);
}
.has-brand-five-color {
  color: var(--voyager-color--brand-five);
}
.has-brand-booking-bg {
  color: var(--voyager-color--booking-bg);
}

:root {
  --voyager-site-width: 1920px;
}

body {
  font-family: "Nunito Sans", sans-serif;
}

.font-size--heading {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
  color: var(--text--heading);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-xbold);
  text-transform: uppercase;
}

.h1,
.font-size--h1 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

.h2,
.font-size--h2,
.font-size--h2 * {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

.h3,
.font-size--h3 {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .h3,
.font-size--h3 {
    letter-spacing: 0.05em;
  }
}

.h4,
.font-size--h4 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.h5,
.font-size--h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .h5,
.font-size--h5 {
    letter-spacing: 0.05em;
  }
}

.font-size--sub-heading,
.font-size--sub-heading *,
.font-size--pre-heading,
.font-size--pre-heading * {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text--pre-heading);
}
@media only screen and (min-width: 689px) {
  .font-size--sub-heading,
.font-size--sub-heading *,
.font-size--pre-heading,
.font-size--pre-heading * {
    letter-spacing: 0.05rem;
  }
}

.font-size--body-large {
  font-size: min(max(1.0625rem,2.89vw + -1.59rem), 1.875rem);
  font-size: clamp(1.06rem, 2.89vw + -1.59rem, 1.88rem);
  line-height: min(max(1.125rem,4.89vw + -3.37rem), 2.5rem);
  line-height: clamp(1.13rem, 4.89vw + -3.37rem, 2.5rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .font-size--body-large {
    letter-spacing: 0.05em;
  }
}

.font-size--body-regular {
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .font-size--body-regular {
    letter-spacing: 0.05em;
  }
}

.font-size--body-small {
  font-size: 1rem;
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .font-size--body-small {
    letter-spacing: 0.05em;
  }
}

.font-size--button-regular {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.font-size--legal {
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
}
@media only screen and (min-width: 689px) {
  .font-size--legal {
    letter-spacing: 0.05em;
  }
}

.font-size--level-0-menu-icon {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  line-height: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  font-family: "voyager-icon";
}

.font-size--level-1-menu-icon {
  font-size: min(max(0.625rem,0.44vw + 0.22rem), 0.75rem);
  font-size: clamp(0.63rem, 0.44vw + 0.22rem, 0.75rem);
  line-height: min(max(1.25rem,0.44vw + 0.84rem), 1.375rem);
  line-height: clamp(1.25rem, 0.44vw + 0.84rem, 1.38rem);
  font-family: "voyager-icon";
}

.font-size--menu-item {
  font-size: min(max(1.25rem,0.44vw + 0.84rem), 1.375rem);
  font-size: clamp(1.25rem, 0.44vw + 0.84rem, 1.38rem);
  line-height: min(max(1.25rem,3.56vw + -2.02rem), 2.25rem);
  line-height: clamp(1.25rem, 3.56vw + -2.02rem, 2.25rem);
  letter-spacing: 0.01em;
  font-family: "Nunito Sans", sans-serif;
}

.font-size--submenu-item {
  font-size: min(max(1.125rem,0.89vw + 0.31rem), 1.375rem);
  font-size: clamp(1.13rem, 0.89vw + 0.31rem, 1.38rem);
  line-height: min(max(1.25rem,3.56vw + -2.02rem), 2.25rem);
  line-height: clamp(1.25rem, 3.56vw + -2.02rem, 2.25rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
}

.font-size--booking-date-h1 {
  font-size: min(max(0.875rem,6.89vw + -5.45rem), 2.8125rem);
  font-size: clamp(0.88rem, 6.89vw + -5.45rem, 2.81rem);
  line-height: min(max(1.25rem,7.78vw + -5.9rem), 3.4375rem);
  line-height: clamp(1.25rem, 7.78vw + -5.9rem, 3.44rem);
  letter-spacing: initial;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
}

.font-size--blog-heading {
  font-size: min(max(1.125rem,1.33vw + -0.1rem), 1.5rem);
  font-size: clamp(1.13rem, 1.33vw + -0.1rem, 1.5rem);
  line-height: min(max(1.625rem,0.44vw + 1.22rem), 1.75rem);
  line-height: clamp(1.63rem, 0.44vw + 1.22rem, 1.75rem);
  letter-spacing: initial;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
}

.font-size--sidebar-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.1em;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

.font-size--sidebar-cat-list {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: initial;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

.font-size--blog-breadcrumbs {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.font-size--hero-scrollto-button {
  font-size: min(max(1.75rem,3.78vw + -1.72rem), 2.8125rem);
  font-size: clamp(1.75rem, 3.78vw + -1.72rem, 2.81rem);
}

.font-size--accordion-icon {
  font-size: min(max(1.125rem,2.22vw + -0.92rem), 1.75rem);
  font-size: clamp(1.13rem, 2.22vw + -0.92rem, 1.75rem);
}

.font-size--jump-link {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: initial;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
}

/*
.modal__container {
	@include animations.keyframes(slideIn) {
		from { 
			transform: translateY(15%); 
		}
		to { 
			transform: translateY(0); 
		}
	}
	@include animations.animate(msSlideIn, .3s, animations.$transition-cubic, 1);
}


.modal__container {
	@include animations.keyframes(fadeIn) {
		from { 
			opacity: 0; 
		}
		to { 
			opacity: 1; 
		}
	}
	@include animations.animate(fadeIn, .3s, animations.$transition-cubic, 1);
}
*/
.datepicker {
  display: none;
}
@media only screen and (min-width: 992px) {
  .datepicker--prev-btn, .datepicker--next-btn {
    position: absolute;
    top: 50%;
    width: 2.25rem;
    font-weight: 400;
  }
  .datepicker--prev-btn {
    left: 5px;
  }
  .datepicker--next-btn {
    right: 5px;
  }
}
.datepicker--active {
  display: block;
}
.datepicker--dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 4px;
}
.datepicker--dropdown.datepicker--orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}
.datepicker--dropdown .datepicker__picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
.datepicker__picker {
  display: inline-block;
  padding: 0.938rem;
  background-color: #FFF;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .datepicker__picker {
    padding: 0.938rem 3.313rem;
  }
}
.datepicker__span {
  display: block;
  flex: 1;
  flex-basis: 14.2857142857%;
  text-align: center;
  border: 0;
  border-radius: 0;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
.datepicker__main {
  padding: 2px;
}
.datepicker__footer {
  background-color: #F5F5F5;
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
}
.datepicker--footer-button {
  width: 100%;
  margin: calc(0.375rem - 1px) 0.375rem;
  font-size: 0.75rem;
  border-radius: 0;
}
.datepicker__grid, .datepicker__days-of-week, .datepicker__view, .datepicker__controls {
  display: flex;
}
.datepicker__grid {
  width: 17.5rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 689px) {
  .datepicker__grid {
    width: 21rem;
  }
}
@media only screen and (min-width: 992px) {
  .datepicker__grid {
    width: 17.5rem;
  }
}
.datepicker--month {
  flex-basis: 25%;
}
.datepicker__cell, .datepicker__view .datepicker--week {
  height: 40px;
  line-height: 2.5rem;
}
@media only screen and (min-width: 689px) {
  .datepicker__cell, .datepicker__view .datepicker--week {
    height: 48px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .datepicker__cell, .datepicker__view .datepicker--week {
    height: 40px;
    line-height: 2.5rem;
  }
}
.datepicker__title {
  padding: 0.375rem 0.75rem;
  font-weight: 700;
  text-align: center;
  background-color: #F5F5F5;
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
}
.datepicker--header-controls {
  padding: 2px 2px 0;
}
.datepicker__button {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: calc(0.375em - 1px) 0.75em;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #FFF;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  vertical-align: top;
  white-space: nowrap;
}
.datepicker__button:focus, .datepicker__button:active {
  outline: none;
}
.datepicker__button:hover {
  color: var(--button--book-now-hover-color);
}
.datepicker__button:active {
  color: var(--button--book-now-hover-color);
}
.datepicker__button:focus {
  color: var(--button--book-now-hover-color);
}
.datepicker__button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.datepicker__button[disabled] {
  cursor: not-allowed;
}
.datepicker--header-button {
  border-color: #FFF;
  font-weight: 700;
}
.datepicker--header-button:hover {
  color: var(--year-button--text-color--hover);
  background-color: var(--year-button--bg-color--hover);
}
.datepicker--header-button:active {
  color: var(--year-button--text-color--hover);
  background-color: var(--year-button--bg-color--hover);
}
.datepicker--header-button[disabled] {
  box-shadow: none;
}
.datepicker--view-switch {
  flex: auto;
}
.datepicker--prev-btn, .datepicker--next-btn {
  color: #000;
  font-size: 1rem;
}
.datepicker--prev-btn:hover, .datepicker--next-btn:hover {
  color: var(--voyager-color--brand-one);
  background-color: transparent;
  border-color: transparent;
}
.datepicker--disabled {
  opacity: 0.15;
}
.datepicker__view .datepicker__dow {
  height: 2.5rem;
  color: var(--voyager-color--brand-two);
  line-height: 2.5rem;
}
.datepicker__view .datepicker--week {
  width: 1.96875rem;
  color: #B5B5B5;
  font-size: 0.75rem;
}
@media (min-width: 22.49rem) {
  .datepicker__view .datepicker--week {
    width: 2.25rem;
  }
}
.datepicker__cell:not(.datepicker--disabled):hover {
  background-color: #F9F9F9;
  cursor: pointer;
}
.datepicker--focused:not(.datepicker--selected) {
  background-color: #E8E8E8;
}
.datepicker--selected, .datepicker--selected:not(.datepicker--disabled):hover {
  color: #FFF;
  font-weight: 600;
  background-color: var(--button--book-now-hover-border);
}
.datepicker--prev:not(.datepicker--disabled), .datepicker--next:not(.datepicker--disabled) {
  color: #7A7A7A;
}
.datepicker--prev.datepicker--selected, .datepicker--next.datepicker--selected {
  color: #E6E6E6;
}
.datepicker--highlighted:not(.datepicker--selected, .datepicker--range, .datepicker--today) {
  background-color: #F5F5F5;
  border-radius: 0;
}
.datepicker--highlighted:not(.datepicker--selected, .datepicker--range, .datepicker--today):not(.datepicker--disabled):hover {
  background-color: #EEE;
}
.datepicker--highlighted:not(.datepicker--selected, .datepicker--range, .datepicker--today).datepicker--focused {
  background-color: #E8E8E8;
}
.datepicker--today:not(.datepicker--selected) {
  background-color: var(--voyager-today--bg-color);
}
.datepicker--today.datepicker--focused:not(.datepicker--selected) {
  color: #FFF;
  background-color: var(--voyager-today--focused-color);
}
.datepicker--range-end:not(.datepicker--selected), .datepicker--range-start:not(.datepicker--selected) {
  color: #FFF;
  background-color: #B5B5B5;
}
.datepicker--range-end:not(.datepicker--selected):hover, .datepicker--range-start:not(.datepicker--selected):hover {
  background-color: #B5B5B5;
}
.datepicker--range-end.datepicker--focused:not(.datepicker--selected), .datepicker--range-start.datepicker--focused:not(.datepicker--selected) {
  background-color: #AFAFAF;
}
.datepicker--range {
  background-color: var(--button--book-now-border);
  border-radius: 0;
}
.datepicker--range:not(.datepicker--disabled):not(.datepicker--focused):not(.datepicker--today):hover {
  background-color: #D5D5D5;
}
.datepicker--range.datepicker--disabled {
  color: #C2C2C2;
}
.datepicker--range.datepicker--focused {
  background-color: #CFCFCF;
}
.datepicker__view.datepicker__grid .datepicker__cell {
  height: 60px;
  line-height: 3.75rem;
}
.datepicker__input.datepicker--in-edit {
  border-color: #2366D1;
}
.datepicker__input.datepicker--in-edit:focus, .datepicker__input.datepicker--in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}
@media (max-width: 22.5rem) {
  .datepicker .datepicker__calendar-weeks + .datepicker__days .datepicker__grid {
    width: 13.78125rem;
  }
}

/* stylelint-disable declaration-no-important -- override glightbox css */
.glightbox-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  touch-action: none;
}

.glightbox-container.inactive {
  display: none;
}

.gcontainer {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gslider {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.gslide {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.gslide.current {
  position: relative;
  z-index: 99999;
  opacity: 1;
}

.gslide.prev {
  z-index: 9999;
  opacity: 1;
}

.gslide-inner-content {
  width: 100%;
  height: auto;
}

.ginner-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

.ginner-container.gvideo-container {
  width: 100%;
}

.ginner-container.desc-bottom,
.ginner-container.desc-top {
  flex-direction: column;
}

.ginner-container.desc-left,
.ginner-container.desc-right {
  max-width: 100%;
}

.gslide iframe,
.gslide video {
  height: 100%;
  min-height: 165px;
  border: 0;
  outline: none;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  display: block;
  width: auto;
  min-width: 200px;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  margin: auto;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  float: none;
  outline: none;
  touch-action: none;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

/* stylelint-disable-next-line selector-no-qualifying-type -- Required to overwrite the javascript css */
.gslide-image img.zoomable {
  position: relative;
}

/* stylelint-disable-next-line selector-no-qualifying-type -- Required to overwrite the javascript css */
.gslide-image img.dragging {
  transition: none;
  cursor: grabbing;
}

.gslide-video {
  position: relative;
  width: 100%;
  max-width: 100vh;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin;
  */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  min-width: 100%;
  max-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  width: 100%;
  max-width: 100%;
}

.gslide-inline {
  max-width: 100%;
  max-height: calc(100vh - 40px);
  margin: auto;
  text-align: left;
  background: #FFF;
  overflow: auto;
}

.gslide-inline .dragging {
  transition: none;
  cursor: grabbing;
}

.ginlined-content {
  display: block;
  opacity: 1;
  overflow: auto;
}

.gslide-inline .ginlined-content {
  width: 100%;
  padding: 20px;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 75vh;
  padding: 0;
  background: #FFF;
  overflow: auto;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  flex-direction: column;
  margin: 0 auto;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  width: 100%;
  margin: 0 auto;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description,
.glightbox-button-hidden {
  display: none;
}

/* * Description for mobiles * something like facebook does the description * for the photos */
.glightbox-mobile .gslide-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100vw;
  height: auto;
  max-height: 78vh;
  order: 2;
  padding: 19px 11px;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  overflow: auto;
}

.glightbox-mobile .gslide-title {
  color: #FFF;
  font-size: 1em;
}

.glightbox-mobile .gslide-desc {
  color: #A1A1A1;
}

.glightbox-mobile .gslide-desc a {
  color: #FFF;
  font-weight: 700;
}

.glightbox-mobile .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .gslide-desc .desc-more {
  color: #FFF;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  position: absolute;
  top: 47%;
  right: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border: 2px solid #FFF;
  border-radius: 50%;
  animation: lightboxLoader 0.8s infinite linear;
  border-right-color: transparent;
}

.goverlay {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100vh + 1px);
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  display: flex;
  width: 26px;
  height: 44px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 0;
  cursor: pointer;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #FFF;
}

.gbtn.focused {
  outline: 2px solid #0F3D81;
}

/* stylelint-disable-next-line selector-no-qualifying-type -- Required to overwrite the javascript css */
iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0;
}

/* Skin */
.glightbox-clean .gslide-description {
  background: #FFF;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  margin-bottom: 19px;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 0.86em;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #FFF;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
  top: 80%;
  left: 50%;
  width: 40px !important;
  padding: 10px !important;
  text-align: center !important;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
  transform: translateX(-100%);
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
  transform: translateX(100%);
}

.glightbox-clean .gclose {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 45px;
  height: 35px;
  padding: 10px !important;
  text-align: center;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/* CSS Animations */
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    transform: translate3d(60%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 0;
    transform: translate3d(60%, 0, 0);
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 688px) {
  .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }

  .ginner-container.desc-top .gslide-description {
    order: 0;
  }

  .ginner-container.desc-top .gslide-image {
    order: 1;
  }

  .gslide-image img {
    max-width: 100%;
    max-height: 97vh;
  }

  .ginner-container.desc-top .gslide-image img {
    order: 1;
  }

  .ginner-container.desc-left .gslide-description {
    order: 0;
  }

  .ginner-container.desc-left .gslide-image {
    order: 1;
  }

  /* stylelint-disable-next-line selector-no-qualifying-type -- Required to overwrite the javascript css */
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }

  /* stylelint-disable-next-line selector-no-qualifying-type -- Required to overwrite the javascript css */
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
.gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media {
    box-shadow: var(--voyager-box-shadow--glightbox-default);
  }

  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
.glightbox-clean .gnext {
    top: 45%;
    width: 40px !important;
    padding: 10px !important;
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    right: 20px;
    opacity: 0.7;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
@media (max-width: 668px) {
  .gnext.voyager-lightbox__button-next.gbtn.voyager-lightbox__button,
.gprev.voyager-lightbox__button-previous.gbtn.voyager-lightbox__button {
    right: 50% !important;
    left: 50% !important;
  }

  .gnext.voyager-lightbox__button-next.gbtn.voyager-lightbox__button {
    transform: translateX(50%);
  }

  .gprev.voyager-lightbox__button-previous.gbtn.voyager-lightbox__button {
    transform: translateX(-100%);
  }
}
/* stylelint-enable */
section::before, section::after,
.cf::before,
.cf::after,
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
section::after,
.cf::after,
.clearfix::after {
  clear: both;
}

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

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

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

/*
	Alignment
*/
.align--textcenter,
.align--textcenter * {
  text-align: center;
}

.align--textleft,
.align--textleft * {
  text-align: left;
}

.align--textright,
.align--textright * {
  text-align: right;
}

.voyager-booking .guests__label:before, .voyager-booking__property-location:before,
.voyager-booking .voyager-daterange__card-label:before, .voyager-lightbox__splide-arrow--prev:before, .voyager-lightbox__splide-arrow--next:before, .mauticform-button-wrapper .mauticform-button:before,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:before, .voyager-accordion__header .voyager-accordion__header-icon:before, .splide__arrow--next:before, .splide__arrow--prev:before, .splide__arrow .splide__arrows-icon.voyager-icon-arrow-pointing-right-big:before,
.splide__arrow .splide__arrows-icon.voyager-icon-arrow-pointing-left-big:before, .splide__arrows-button .splide__arrows-icon.voyager-icon-arrow-pointing-right-big:before,
.splide__arrows-button .splide__arrows-icon.voyager-icon-arrow-pointing-left-big:before, .voyager-header__submenu-icon--is-open:before, .voyager-header__submenu-icon--is-closed:before, .hamburger-button--is-open .hamburger-button__icon:before, .voyager-sidebar__list .cat-item a:before, .voyager-icon-instagram-filled:before, .voyager-icon-instagram:before, .voyager-icon-linkedin-filled:before, .voyager-icon-linkedin:before, .voyager-icon-twitter:before, .voyager-icon-facebook-filled:before, .voyager-icon-facebook:before, .voyager-icon-fax:before, .voyager-icon-pagination-active:before, .voyager-icon-pagination-empty:before, .voyager-icon-play:before, .voyager-icon-pause:before, .voyager-icon-chevron-pointing-left-big:before, .voyager-icon-chevron-pointing-right-big:before, .voyager-icon-chevron-pointing-up-big:before, .voyager-icon-chevron-pointing-down-big:before, .voyager-icon-adrift-arrow-short:before, .voyager-icon-adrift-arrow-icon:before, .voyager-icon-close:before, .voyager-icon-arrow-pointing-up-small:before, .voyager-icon-arrow-pointing-right-small:before, .voyager-icon-arrow-pointing-left-small:before, .voyager-icon-arrow-pointing-down-small:before, .voyager-icon-chevron-pointing-right-mini:before, .voyager-icon-chevron-pointing-up:before, .voyager-icon-chevron-pointing-left:before, .voyager-icon-chevron-pointing-down:before, .voyager-icon-chevron-pointing-down-mini:before, .voyager-icon-chevron-pointing-down-big-1:before, .voyager-icon-chevron-pointing-up-mini:before, .voyager-icon-chevron-pointing-up-big-1:before, .voyager-icon-chevron-pointing-left-mini:before, .voyager-icon-chevron-pointing-right:before, .voyager-icon-chevron-pointing-right-big-1:before, .voyager-icon-chevron-pointing-left-big-1:before, .voyager-icon-menu-minus:before, .voyager-icon-youtube-filled:before, .voyager-icon-youtube:before, .voyager-icon-phone:before, .voyager-icon-unmute:before, .voyager-icon-mute:before, .voyager-icon-magnifying-glass:before, .voyager-icon-pinterest-filled:before, .voyager-icon-pinterest:before, .voyager-icon-email:before, .voyager-icon-address:before, .voyager-icon-arrow-pointing-up-big:before, .voyager-icon-arrow-pointing-down-big:before, .voyager-icon-map-marker:before, .voyager-icon-arrow-pointing-right-big:before,
.voyager-icon-arrow-pointing-next-small:before, .voyager-icon-menu:before, .voyager-icon-arrow-pointing-left-big:before,
.voyager-icon-arrow-pointing-prev-small:before, .voyager-icon-menu-plus:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- Icons don't need a fallback family */
  font-family: voyager-icon;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-transform: none;
  font-style: normal;
  text-decoration: inherit;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.voyager-icon-menu-plus:before {
  content: "\e800";
}

.voyager-icon-arrow-pointing-left-big:before,
.voyager-icon-arrow-pointing-prev-small:before {
  content: "\e801";
}

.voyager-icon-menu:before {
  content: "\e802";
}

.voyager-icon-arrow-pointing-right-big:before,
.voyager-icon-arrow-pointing-next-small:before {
  content: "\e803";
}

.voyager-icon-map-marker:before {
  content: "\e804";
}

.voyager-icon-arrow-pointing-down-big:before {
  content: "\e805";
}

.voyager-icon-arrow-pointing-up-big:before {
  content: "\e806";
}

.voyager-icon-address:before {
  content: "\e807";
}

.voyager-icon-email:before {
  content: "\e808";
}

.voyager-icon-pinterest:before {
  content: "\e809";
}

.voyager-icon-pinterest-filled:before {
  content: "\e80a";
}

.voyager-icon-magnifying-glass:before {
  content: "\e80b";
}

.voyager-icon-mute:before {
  content: "\e80c";
}

.voyager-icon-unmute:before {
  content: "\e80d";
}

.voyager-icon-phone:before {
  content: "\e80e";
}

.voyager-icon-youtube:before {
  content: "\e80f";
}

.voyager-icon-youtube-filled:before {
  content: "\e810";
}

.voyager-icon-menu-minus:before {
  content: "\e811";
}

.voyager-icon-chevron-pointing-left-big-1:before {
  content: "\e812";
}

.voyager-icon-chevron-pointing-right-big-1:before {
  content: "\e813";
}

.voyager-icon-chevron-pointing-right:before {
  content: "\e814";
}

.voyager-icon-chevron-pointing-left-mini:before {
  content: "\e815";
}

.voyager-icon-chevron-pointing-up-big-1:before {
  content: "\e816";
}

.voyager-icon-chevron-pointing-up-mini:before {
  content: "\e817";
}

.voyager-icon-chevron-pointing-down-big-1:before {
  content: "\e818";
}

.voyager-icon-chevron-pointing-down-mini:before {
  content: "\e819";
}

.voyager-icon-chevron-pointing-down:before {
  content: "\e81a";
}

.voyager-icon-chevron-pointing-left:before {
  content: "\e81b";
}

.voyager-icon-chevron-pointing-up:before {
  content: "\e81c";
}

.voyager-icon-chevron-pointing-right-mini:before {
  content: "\e81d";
}

.voyager-icon-arrow-pointing-down-small:before {
  content: "\e81e";
}

.voyager-icon-arrow-pointing-left-small:before {
  content: "\e81f";
}

.voyager-icon-arrow-pointing-right-small:before {
  content: "\e820";
}

.voyager-icon-arrow-pointing-up-small:before {
  content: "\e821";
}

.voyager-icon-close:before {
  content: "\e822";
}

.voyager-icon-adrift-arrow-icon:before {
  content: "\e823";
}

.voyager-icon-adrift-arrow-short:before {
  content: "\e824";
}

.voyager-icon-chevron-pointing-down-big:before {
  content: "\f004";
}

.voyager-icon-chevron-pointing-up-big:before {
  content: "\f005";
}

.voyager-icon-chevron-pointing-right-big:before {
  content: "\f006";
}

.voyager-icon-chevron-pointing-left-big:before {
  content: "\f007";
}

.voyager-icon-pause:before {
  content: "\f00e";
}

.voyager-icon-play:before {
  content: "\f00f";
}

.voyager-icon-pagination-empty:before {
  content: "\f10c";
}

.voyager-icon-pagination-active:before {
  content: "\f111";
}

.voyager-icon-fax:before {
  content: "\f1ac";
}

.voyager-icon-facebook:before {
  content: "\f300";
}

.voyager-icon-facebook-filled:before {
  content: "\f301";
}

.voyager-icon-twitter:before {
  content: "\f303";
}

.voyager-icon-linkedin:before {
  content: "\f31a";
}

.voyager-icon-linkedin-filled:before {
  content: "\f31b";
}

.voyager-icon-instagram:before {
  content: "\f31e";
}

.voyager-icon-instagram-filled:before {
  content: "\f31f";
}

/**
	HOW TO USE THIS MIXIN?

	.item {
		// If we have 2 items...
		@include if(2) {
			width: 50%;
		}

		// If we have 3 items...
		@include if(3) {
			width: 50%;
			// ...But, would like the last item to be full width!
			&:last-child {
				width: 100%;
			}
		}

		// If we have 4 items...
		@include if(4) {
			width: 25%;
		} 
	}

	You can also pass multiple arguments

	.item {
		// if 1 or 2 items exist
		@include if(1, 2) {
			width: 50%;
		}    
	}
*/
.unordered-list {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: disc;
}

.ordered-list {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: decimal;
  display: none;
}

.gform_button {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: var(--voyager-button--min-width);
  min-height: var(--voyager-button--min-height);
  justify-content: center;
  align-items: center;
  padding: var(--voyager-button--vertical-padding) var(--voyager-button--horizontal-padding-right) var(--voyager-button--vertical-padding) var(--voyager-button--vertical-padding);
  color: var(--button--primary-color);
  text-align: left;
  background-color: var(--button--primary-bg);
  border: 1px solid var(--button--primary-border);
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--button--primary-color);
  background-color: var(--button--primary-bg);
  border: 1px solid var(--button--primary-border);
}
.gform_button .voyager-svg {
  max-width: 50px;
  flex: 0 0 50px;
  transform: scale(-1);
}
.gform_button .voyager-svg__arrow {
  margin-left: 15px;
}
.gform_button .voyager-svg__path {
  stroke: transparent;
  fill: var(--button--primary-svg);
}
@media only screen and (min-width: 689px) {
  .gform_button {
    display: inline-flex;
    width: auto;
    justify-content: space-between;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .gform_button:hover {
    color: var(--button--primary-hover-color);
    background-color: var(--button--primary-hover-bg);
    border-color: var(--button--primary-hover-border);
  }
  .gform_button:hover .voyager-svg__path {
    transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: var(--button--primary-hover-svg);
  }
}
.gform_button:active, .gform_button:focus {
  color: var(--button--primary-active-color);
  background-color: var(--button--primary-active-bg);
  border-color: var(--button--primary-bg);
}
.gform_button:active .voyager-svg__path, .gform_button:focus .voyager-svg__path {
  fill: var(--button--primary-active-svg);
}
@media only screen and (min-width: 992px) {
  .gform_button:hover {
    color: var(--button--primary-hover-color);
    background-color: var(--button--primary-hover-bg);
    border-color: var(--button--primary-hover-border);
  }
  .gform_button:hover .voyager-svg__path {
    fill: var(--button--primary-hover-svg);
  }
}
.gform_button:active, .gform_button:focus {
  color: var(--button--primary-active-color);
  background-color: var(--button--primary-active-bg);
  border-color: var(--button--primary-bg);
}
.gform_button:active .voyager-svg__path, .gform_button:focus .voyager-svg__path {
  fill: var(--button--primary-bg);
}

.voyager-buttons--horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--voyager-spacing-xsm) var(--voyager-spacing-sm);
}
.voyager-buttons__button-anchor {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: var(--voyager-button--min-width);
  min-height: var(--voyager-button--min-height);
  justify-content: center;
  align-items: center;
  padding: var(--voyager-button--vertical-padding) var(--voyager-button--horizontal-padding-right) var(--voyager-button--vertical-padding) var(--voyager-button--vertical-padding);
  color: var(--button--primary-color);
  text-align: left;
  background-color: var(--button--primary-bg);
  border: 1px solid var(--button--primary-border);
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.voyager-buttons__button-anchor .voyager-svg {
  max-width: 50px;
  flex: 0 0 50px;
  transform: scale(-1);
}
.voyager-buttons__button-anchor .voyager-svg__arrow {
  margin-left: 15px;
}
.voyager-buttons__button-anchor .voyager-svg__path {
  stroke: transparent;
  fill: var(--button--primary-svg);
}
@media only screen and (min-width: 689px) {
  .voyager-buttons__button-anchor {
    display: inline-flex;
    width: auto;
    justify-content: space-between;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-buttons__button-anchor:hover {
    color: var(--button--primary-hover-color);
    background-color: var(--button--primary-hover-bg);
    border-color: var(--button--primary-hover-border);
  }
  .voyager-buttons__button-anchor:hover .voyager-svg__path {
    transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: var(--button--primary-hover-svg);
  }
}
.voyager-buttons__button-anchor:active, .voyager-buttons__button-anchor:focus {
  color: var(--button--primary-active-color);
  background-color: var(--button--primary-active-bg);
  border-color: var(--button--primary-bg);
}
.voyager-buttons__button-anchor:active .voyager-svg__path, .voyager-buttons__button-anchor:focus .voyager-svg__path {
  fill: var(--button--primary-active-svg);
}
.voyager-buttons__button-anchor--primary {
  color: var(--button--primary-color);
  background-color: var(--button--primary-bg);
  border: 1px solid var(--button--primary-border);
}
@media only screen and (min-width: 992px) {
  .voyager-buttons__button-anchor--primary:hover {
    color: var(--button--primary-hover-color);
    background-color: var(--button--primary-hover-bg);
    border-color: var(--button--primary-hover-border);
  }
  .voyager-buttons__button-anchor--primary:hover .voyager-svg__path {
    fill: var(--button--primary-hover-svg);
  }
}
.voyager-buttons__button-anchor--primary:active, .voyager-buttons__button-anchor--primary:focus {
  color: var(--button--primary-active-color);
  background-color: var(--button--primary-active-bg);
  border-color: var(--button--primary-bg);
}
.voyager-buttons__button-anchor--primary:active .voyager-svg__path, .voyager-buttons__button-anchor--primary:focus .voyager-svg__path {
  fill: var(--button--primary-bg);
}
.voyager-buttons__button-anchor--secondary {
  color: var(--button--secondary-color);
  background-color: var(--button--secondary-bg);
  border: 1px solid var(--button--secondary-border);
}
.voyager-buttons__button-anchor--secondary .voyager-svg__path {
  fill: var(--button--secondary-svg);
}
@media only screen and (min-width: 992px) {
  .voyager-buttons__button-anchor--secondary:hover {
    color: var(--button--secondary-hover-color);
    background-color: var(--button--secondary-hover-bg);
    border-color: var(--button--secondary-hover-border);
  }
  .voyager-buttons__button-anchor--secondary:hover .voyager-svg__path {
    fill: var(--button--secondary-hover-svg);
  }
}
.voyager-buttons__button-anchor--secondary:active, .voyager-buttons__button-anchor--secondary:focus {
  color: var(--button--secondary-active-color);
  background-color: var(--button--secondary-active-bg);
  border-color: var(--button--secondary-active-border);
}
.voyager-buttons__button-anchor--secondary:active .voyager-svg__path, .voyager-buttons__button-anchor--secondary:focus .voyager-svg__path {
  fill: var(--button--secondary-active-svg);
}
.voyager-buttons__button-anchor--ghost {
  color: var(--button--ghost-color);
  background-color: transparent;
  border: solid 1px var(--button--ghost-border);
}
@media only screen and (min-width: 992px) {
  .voyager-buttons__button-anchor--ghost:hover {
    color: var(--button--ghost-hover-color);
    background-color: var(--button--ghost-hover-bg);
  }
}
.voyager-buttons__button-anchor--ghost.is-active, .voyager-buttons__button-anchor--ghost.is_active, .voyager-buttons__button-anchor--ghost:active, .voyager-buttons__button-anchor--ghost:focus {
  color: var(--button--ghost-active-color);
  background-color: var(--button--ghost-active-bg);
}
.voyager-buttons__button-anchor--arrow {
  color: var(--arrow--primary-color);
  border: solid 1px var(--arrow--primary-border);
}
@media only screen and (min-width: 992px) {
  .voyager-buttons__button-anchor--arrow:hover:not(:active, :focus) .splide__arrows-icon::before {
    color: var(--arrow--primary-hover-color);
    background: var(--arrow--primary-hover-bg);
  }
}
.voyager-buttons__button-anchor--arrow:focus, .voyager-buttons__button-anchor--arrow:active {
  outline: none;
  color: var(--arrow--primary-active-color);
  background: var(--arrow--primary-active-bg);
  border: solid 1px var(--arrow--primary-active-border);
}
.voyager-buttons__button-anchor--full-width {
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.voyager-buttons__button-wrapper {
  width: 100%;
}
@media (max-width: 688px) {
  .voyager-buttons__button-wrapper {
    /* stylelint-disable-next-line declaration-no-important -- override the CSS applied for the buttons */
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-buttons__button-wrapper {
    width: auto;
  }
}
.voyager-buttons__button-wrapper1 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary) {
  color: var(--button--secondary-color);
  background-color: var(--button--secondary-bg);
  border: 1px solid var(--button--secondary-border);
}
.voyager-buttons__button-wrapper1 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary) .voyager-svg__path {
  fill: var(--button--secondary-svg);
}
@media only screen and (min-width: 992px) {
  .voyager-buttons__button-wrapper1 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):hover {
    color: var(--button--secondary-hover-color);
    background-color: var(--button--secondary-hover-bg);
    border-color: var(--button--secondary-hover-border);
  }
  .voyager-buttons__button-wrapper1 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):hover .voyager-svg__path {
    fill: var(--button--secondary-hover-svg);
  }
}
.voyager-buttons__button-wrapper1 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):active, .voyager-buttons__button-wrapper1 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):focus {
  color: var(--button--secondary-active-color);
  background-color: var(--button--secondary-active-bg);
  border-color: var(--button--secondary-active-border);
}
.voyager-buttons__button-wrapper1 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):active .voyager-svg__path, .voyager-buttons__button-wrapper1 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):focus .voyager-svg__path {
  fill: var(--button--secondary-active-svg);
}
.voyager-buttons__button-wrapper2 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary) {
  color: var(--button--primary-color);
  background-color: var(--button--primary-bg);
  border: 1px solid var(--button--primary-border);
}
@media only screen and (min-width: 992px) {
  .voyager-buttons__button-wrapper2 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):hover {
    color: var(--button--primary-hover-color);
    background-color: var(--button--primary-hover-bg);
    border-color: var(--button--primary-hover-border);
  }
  .voyager-buttons__button-wrapper2 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):hover .voyager-svg__path {
    fill: var(--button--primary-hover-svg);
  }
}
.voyager-buttons__button-wrapper2 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):active, .voyager-buttons__button-wrapper2 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):focus {
  color: var(--button--primary-active-color);
  background-color: var(--button--primary-active-bg);
  border-color: var(--button--primary-bg);
}
.voyager-buttons__button-wrapper2 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):active .voyager-svg__path, .voyager-buttons__button-wrapper2 .voyager-card__button-anchor:not(.voyager-buttons__button-anchor--primary):not(.voyager-buttons__button-anchor--secondary):focus .voyager-svg__path {
  fill: var(--button--primary-bg);
}

/* stylelint-disable declaration-no-important, selector-max-compound-selectors -- overide gforms */
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )) {
  min-width: var(--voyager-button--min-width) !important;
  min-height: var(--voyager-button--min-height) !important;
  align-items: center !important;
  padding: var(--voyager-button--vertical-padding) var(--voyager-button--horizontal-padding-right) var(--voyager-button--vertical-padding) var(--voyager-button--vertical-padding) !important;
  color: var(--button--primary-color) !important;
  text-transform: uppercase !important;
  background-color: var(--button--primary-bg) !important;
  border: 1px solid var(--button--primary-border) !important;
}
@media only screen and (min-width: 992px) {
  body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):hover {
    color: var(--button--primary-hover-color) !important;
    background-color: var(--button--primary-hover-bg) !important;
    border-color: var(--button--primary-hover-border) !important;
  }
  body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):hover .voyager-svg__path {
    fill: var(--button--primary-hover-svg) !important;
  }
}
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):active, body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):focus {
  color: var(--button--primary-active-color) !important;
  background-color: var(--button--primary-active-bg) !important;
  border-color: var(--button--primary-bg) !important;
}
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):active .voyager-svg__path, body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):focus .voyager-svg__path {
  fill: var(--button--primary-bg) !important;
}
body.ashore-hotel .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )) {
  color: var(--button--secondary-color) !important;
  background-color: var(--button--secondary-bg) !important;
  border: 1px solid var(--button--secondary-border) !important;
}
@media only screen and (min-width: 992px) {
  body.ashore-hotel .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):hover {
    color: var(--button--secondary-hover-color) !important;
    background-color: var(--button--secondary-hover-bg) !important;
    border-color: var(--button--secondary-hover-border) !important;
  }
  body.ashore-hotel .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):hover .voyager-svg__path {
    fill: var(--button--secondary-hover-svg) !important;
  }
}
body.ashore-hotel .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):active, body.ashore-hotel .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):focus {
  color: var(--button--secondary-active-color) !important;
  background-color: var(--button--secondary-active-bg) !important;
  border-color: var(--button--secondary-bg) !important;
}
body.ashore-hotel .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):active .voyager-svg__path, body.ashore-hotel .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not( .gform-theme-no-framework ):not( .gform-theme__disable ):not( .gform-theme__disable * ):not( .gform-theme__disable-framework ):not( .gform-theme__disable-framework * )):focus .voyager-svg__path {
  fill: var(--button--secondary-bg) !important;
}

/* stylelint-enable */
/*

.foo-bar::before{
    @include pseudo($width: 100px)
}

.foo-bar::before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
}

*/
img,
.wp-block-image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* stylelint-disable selector-no-qualifying-type -- img.classes required to remove styles from WP Dashboard. Using /layouts/__layouts.scss in /inc/branding/dashboard/dashboard-assets/... */
.wp-menu-image img,
img.avatar,
img.yoast-seo-icon,
.wp-block-image img.yoast-seo-icon {
  width: auto;
  max-width: none;
  -o-object-fit: none;
     object-fit: none;
}

/* stylelint-enable selector-no-qualifying-type -- img.classes required to remove styles from WP Dashboard. Using /layouts/__layouts.scss in /inc/branding/dashboard/dashboard-assets/... */
.voyager-container {
  max-width: var(--voyager-site-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--voyager-spacing-lg);
  padding-left: var(--voyager-spacing-lg);
  box-sizing: border-box;
}

.inline-features {
  list-style: none;
}
.inline-features__icon {
  max-width: 25px;
  height: auto;
  margin-right: 12px;
  padding: 6px 0;
}
.inline-features__item {
  display: flex;
  align-items: center;
}

.voyager-webp {
  width: 100%;
  height: 100%;
}

/* stylelint-disable selector-max-type -- Imageify fix... */
source[type="image/webp"] + img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* stylelint-enable */
.voyager-svg__icon-path {
  stroke: var(--color--icon-svg-path);
}
.voyager-svg__wave-path {
  stroke: cvar(--color--wave-svg-path);
}

body::after {
  content: "xsmallscreen";
  display: none;
}
@media only screen and (min-width: 689px) {
  body::after {
    content: "smallscreen";
  }
}
@media only screen and (min-width: 992px) {
  body::after {
    content: "mediumscreen";
  }
}
@media only screen and (min-width: 1201px) {
  body::after {
    content: "largescreen";
  }
}
@media only screen and (min-width: 1470px) {
  body::after {
    content: "xlargescreen";
  }
}

/**
Used for responsive js :

var size = window.getComputedStyle(document.body,":before").getPropertyValue("content");

// string search for "smallscreen"
if (size.indexOf("smallscreen") !=-1) {
  // small screen JS
} else if (size.indexOf("mediumscreen") !=-1) {
  // medium screen JS
} else if (size.indexOf("largescreen") !=-1) {
  // large screen JS
} else if (size.indexOf("xlargescreen") !=-1) {
  // extra large screen JS
} else {
	// extra small screen js
}
*/
.voyager-sidebar {
  max-width: 100%;
  order: 2;
  flex: 0 0 100%;
  flex: 1;
  margin-top: 40px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar {
    width: 20vw;
    max-width: 420px;
    margin-top: 0;
    margin-left: 5vw;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__wrapper {
    position: sticky;
    top: 115px;
  }
}
.voyager-sidebar__block {
  margin-bottom: 30px;
}
.voyager-sidebar__block:last-child {
  margin-bottom: 0;
}
.voyager-sidebar__block label {
  display: block;
}
.voyager-sidebar__block .search-field {
  width: 100%;
  height: 53px;
  padding: 5px 60px 5px 25px;
  color: var(--voyager-color--brand-three);
  font-family: "Nunito Sans", sans-serif;
  text-transform: none;
  text-transform: uppercase;
  border: 0;
  line-height: 1.375rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__block .search-field {
    height: 75px;
  }
}
.voyager-sidebar__block .search-field:placeholder {
  color: var(--voyager-color--black);
  opacity: 1;
}
.voyager-sidebar__block .search-form {
  position: relative;
  border: 1px solid var(--voyager-color--brand-three);
}
.voyager-sidebar__block .search-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
  width: 60px;
  height: calc(100% - 2px);
  font-size: 0;
  background: url(../../../wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/search.svg) no-repeat center center;
  border: 0;
  border-radius: 0;
  transition: all 500ms ease 0s;
  cursor: pointer;
  background-size: 22px 22px;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__block .search-submit:hover {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-sidebar__block .search-submit {
    background-size: 24px 24px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-sidebar__block .search-submit {
    background-size: 27px 27px;
  }
}
.voyager-sidebar__block-wrapper {
  display: none;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__block-wrapper {
    display: block;
    margin-top: 10px;
  }
}
.voyager-sidebar__block-wrapper.js-category--open {
  display: block;
  padding: 15px 30px;
  background-color: var(--voyager-color--brand-five);
}
.voyager-sidebar__mobile-toggle-icon {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50px;
  height: 100%;
  align-self: center;
  color: var(--voyager-color--brand-five);
  transition: transform 0.3s;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__mobile-toggle-icon {
    display: none;
  }
}
.voyager-sidebar__mobile-toggle-icon::before {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  font-size: 2.1875rem;
}
.voyager-sidebar__title {
  margin-bottom: 15px;
  color: var(--voyager-color--brand-one);
}
.voyager-sidebar__article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 689px) {
  .voyager-sidebar__article {
    flex-direction: row;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-sidebar__article-image-wrapper {
    flex: 1;
  }
  .voyager-sidebar__article-title-wrapper {
    flex: 2;
  }
}
.voyager-sidebar__article-thumbnail {
  display: block;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
}
.voyager-sidebar__list .cat-item {
  border-bottom: 1px solid var(--voyager-color--white);
}
.voyager-sidebar__list .cat-item:last-child {
  border-bottom: 0;
}
.voyager-sidebar__list .cat-item a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: var(--voyager-spacing-xsm) var(--voyager-spacing-xsm);
  color: var(--voyager-color--white);
  text-decoration: none;
  transition: all 0.2s 0.2s cubic-bezier(0, 0, 0.2, 1);
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .voyager-sidebar__list .cat-item a {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-sidebar__list .cat-item a {
    padding: 21px;
    padding-left: 0;
  }
}
.voyager-sidebar__list .cat-item a::before {
  content: "";
  order: 2;
  margin-left: 15px;
  font-size: 0.75rem;
  line-height: 0;
}
.voyager-sidebar__list .cat-item a:before {
  content: "\e823";
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__list .cat-item a:hover {
    color: var(--voyager-color--white);
  }
}
.voyager-sidebar .cat-item a:last-child {
  margin: 0;
}
.voyager-sidebar__blog-categories-block {
  padding: 15px;
  background: var(--voyager-color--brand-one);
}
@media only screen and (min-width: 1470px) {
  .voyager-sidebar__blog-categories-block {
    padding: 28px 15px 13px;
  }
}
.voyager-sidebar__block-title {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 34px;
  color: var(--voyager-color--brand-one);
  text-transform: uppercase;
  font-style: normal;
}
.voyager-sidebar__blog-categories-block-title {
  position: relative;
  padding: 15px 5px;
  color: var(--voyager-color--white);
  text-align: center;
  border: 1px solid var(--voyager-color--brand-one);
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__blog-categories-block-title {
    padding: 0;
    color: var(--voyager-color--white);
    text-align: left;
    border: 0;
  }
}
.voyager-sidebar__blog-categories-block-title.js-category-mobile--open .voyager-sidebar__mobile-toggle-icon {
  transform: rotate(-180deg);
}
.voyager-sidebar__recent-block {
  padding: 15px;
  background: var(--voyager-color--white);
  border: 1px solid var(--voyager-color--brand-one);
}
@media only screen and (min-width: 1470px) {
  .voyager-sidebar__recent-block {
    padding: 30px 25px;
  }
}
.voyager-sidebar__recent-block__post-date {
  display: none;
}
.voyager-sidebar__recent-block__post-content {
  flex: 1;
  padding-left: 26px;
}
.voyager-sidebar__recent-block__post-image-wrapper {
  max-width: 90px;
  height: 60px;
  flex: 0 0 90px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__recent-block__post-image-wrapper {
    max-width: 100px;
    height: 70px;
    flex: 0 0 100px;
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-sidebar__recent-block__post-image-wrapper {
    max-width: 130px;
    height: 90px;
    flex: 0 0 130px;
  }
}
.voyager-sidebar__recent-block__post-image {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 500ms ease 0s;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-sidebar__recent-block__post-anchor {
  display: flex;
  color: var(--voyager-color--brand-three);
  font-weight: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__recent-block__post-anchor:hover {
    color: var(--voyager-color--brand-two);
  }
  .voyager-sidebar__recent-block__post-anchor:hover .voyager-sidebar__post-title {
    color: var(--voyager-color--brand-one);
  }
  .voyager-sidebar__recent-block__post-anchor:hover .voyager-sidebar__recent-block__post-image {
    transform: scale(1.15);
  }
}
.voyager-sidebar__post-item {
  margin-bottom: var(--voyager-spacing-sm);
}
.voyager-sidebar__recent-block__post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.voyager-sidebar__recent-block__post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.voyager-sidebar__post-image-wrapper {
  flex: 1;
}
.voyager-sidebar__post-anchor {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
.voyager-sidebar__post-title {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--voyager-color--brand-three);
  text-transform: uppercase;
}
.voyager-sidebar__post-date {
  display: none;
}
.voyager-sidebar__blog-categories {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__related-post-list {
    flex-direction: row;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__related-post__post-item {
    width: 547px;
  }
}
.voyager-sidebar__related-post__post-image-wrapper {
  height: 370px;
  flex: none;
}
.voyager-sidebar__related-post__post-content {
  margin-top: 15px;
}
.voyager-sidebar__related-post__post-date {
  display: block;
  color: var(--voyager-color--brand-three);
}
.voyager-sidebar__related-post__post-title {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: var(--font-weight-xbold);
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .voyager-sidebar__related-post__post-title {
    letter-spacing: 0.05em;
  }
}
.voyager-sidebar__related-post__post-anchor {
  flex-direction: column;
}
.voyager-sidebar__related-post__paragraph {
  margin-bottom: 20px;
  color: var(--voyager-color--brand-three);
}
.voyager-sidebar__related-post__buttons {
  gap: 0;
}

/* stylelint-disable selector-max-compound-selectors -- fixing to restrict this to the blog only */
@media only screen and (min-width: 992px) {
  .blog .voyager-blog__container {
    display: flex;
  }
  .blog .voyager-blog__wrapper {
    width: 55vw;
    flex: 2;
  }
  .blog .voyager-blog .voyager-fifty-fifty__columns {
    flex-direction: row;
  }
}
.blog .voyager-blog .voyager-container:not(.voyager-blog__container) {
  padding-right: 0;
  padding-left: 0;
}
.blog .voyager-blog .voyager-fifty-fifty__column {
  /* stylelint-disable-next-line declaration-no-important -- override regular 5050 styles */
  min-width: unset !important;
  /* stylelint-disable-next-line declaration-no-important -- override regular 5050 styles */
  max-width: unset !important;
  flex: 1;
}
.blog .voyager-blog .pagination-wrapper {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .blog .voyager-blog .pagination-wrapper {
    margin-top: 20px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1470px) {
  .blog .voyager-blog .pagination-wrapper {
    margin-top: 40px;
  }
}
.blog .voyager-blog .pagination .page-numbers {
  box-sizing: border-box;
  display: inline-flex;
  min-width: 39px;
  height: 39px;
  justify-content: center;
  align-items: center;
  margin: 0 17px 0 0;
  padding: 0;
  color: var(--voyager-color--brand-one);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4375rem;
  transition: all 500ms ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.blog .voyager-blog .pagination .page-numbers:first-child {
  margin-left: 0;
}
.blog .voyager-blog .pagination .page-numbers.current {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-one);
}
@media only screen and (min-width: 992px) {
  .blog .voyager-blog .pagination .page-numbers.current:hover, .blog .voyager-blog .pagination .page-numbers.current:focus {
    color: var(--voyager-color--white);
    background: var(--voyager-color--brand-four);
  }
}
.blog .voyager-blog .pagination .page-numbers.dots {
  width: auto;
  font-size: 1.5rem;
  background: transparent;
  padding-inline: 2px;
}
@media only screen and (min-width: 992px) {
  .blog .voyager-blog .pagination .page-numbers:hover, .blog .voyager-blog .pagination .page-numbers:focus {
    color: var(--voyager-color--white);
    background: var(--voyager-color--brand-four);
  }
}
.blog .voyager-blog .pagination .page-numbers.prev, .blog .voyager-blog .pagination .page-numbers.next {
  display: none;
  width: auto;
  min-width: 0;
  padding: 0 15px;
  color: var(--voyager-color--black);
  text-transform: uppercase;
  background: none;
}
@media only screen and (min-width: 992px) {
  .blog .voyager-blog .pagination .page-numbers.prev:hover, .blog .voyager-blog .pagination .page-numbers.next:hover {
    color: var(--voyager-color--brand-three);
    background: none;
  }
}

/* stylelint-enable */
/* stylelint-disable no-descending-specificity -- fixing to restrict this to the blog only */
.post-type-archive .voyager-blog-archive__container {
  max-width: unset;
  padding: 0;
}

body:not(.post-type-archive) .voyager-blog-archive__container {
  display: flex;
}
@media only screen and (min-width: 992px) {
  body:not(.post-type-archive) .voyager-blog-archive__container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1470px) {
  body:not(.post-type-archive) .voyager-blog-archive__container {
    width: 100%;
    padding-right: var(--voyager-spacing-lg);
    padding-left: var(--voyager-spacing-lg);
  }
}
body:not(.post-type-archive) .voyager-blog-archive__post-wrapper {
  margin-top: 90px;
}
@media only screen and (min-width: 992px) {
  body:not(.post-type-archive) .voyager-blog-archive__post-wrapper {
    width: 100%;
  }
}
body:not(.post-type-archive) .voyager-blog-archive .voyager-card {
  max-width: 547px;
  padding: 0;
}

/* stylelint-enable */
.voyager-blog-single {
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
  margin-top: 150px;
}
.voyager-blog-single__container {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
.voyager-blog-single__title-wrapper {
  position: relative;
  max-width: var(--voyager-site-width);
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-right: var(--voyager-spacing-lg);
  padding-left: var(--voyager-spacing-lg);
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .voyager-blog-single__title-wrapper {
    max-width: 885px;
  }
}
.voyager-blog-single__post-wrapper {
  position: relative;
  flex: 0 0 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-blog-single__post-wrapper {
    flex: 3;
  }
}
.voyager-blog-single__post-wrapper .voyager-text-content {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.voyager-blog-single__post-wrapper .voyager-text-content__container {
  max-width: unset;
  margin: 0;
}
.voyager-blog-single__post-wrapper .voyager-text-content__textarea {
  margin: 0;
}
.voyager-blog-single__post-wrapper .voyager-fifty-fifty__container,
.voyager-blog-single__post-wrapper .voyager-masonry__container {
  padding: 0;
}
.voyager-blog-single__post-wrapper .voyager-fifty-fifty__image {
  /* stylelint-disable-next-line declaration-no-important -- With comment after two hyphens here... */
  height: 480px !important;
  max-height: 480px;
}
.voyager-blog-single__post-wrapper .voyager-fifty-fifty__image-webp {
  /* stylelint-disable-next-line declaration-no-important -- With comment after two hyphens here... */
  height: 100% !important;
}
.voyager-blog-single__post-wrapper .voyager-masonry__card {
  height: 470px;
  min-height: 400px;
}
.voyager-blog-single__post-wrapper .voyager-masonry__card-image {
  /* stylelint-disable-next-line declaration-no-important -- With comment after two hyphens here... */
  max-height: 330px !important;
}
.voyager-blog-single__post-wrapper .voyager-masonry__card-text-content {
  min-height: 100px;
  padding-top: 20px;
}
.voyager-blog-single__post-wrapper .voyager-masonry__card-text-content::before {
  height: 100%;
}
.voyager-blog-single__title {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--voyager-color--brand-one);
  font-size: min(max(1.5rem,5.78vw + -3.81rem), 3.125rem);
  font-size: clamp(1.5rem, 5.78vw + -3.81rem, 3.13rem);
}
.voyager-blog-single__author-description {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: var(--voyager-color--brand-three);
  text-transform: uppercase;
}
.voyager-blog-single__card-textarea-static, .voyager-blog-single__card-textarea-date {
  display: inline-block;
  margin: 0 10px;
}
.voyager-blog-single__card-textarea-static {
  text-transform: uppercase;
}
.voyager-blog-single__related-post {
  margin-top: 60px;
}

.voyager-search__container {
  display: flex;
  gap: 30px;
  padding-right: var(--voyager-spacing-lg);
  padding-left: var(--voyager-spacing-lg);
}
.voyager-search__h1 {
  margin-bottom: 10px;
  color: var(--search--h1-color);
}
.voyager-search__card {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid var(--search--card-border);
}
.voyager-search__card:last-child {
  margin-bottom: 0;
}
.voyager-search__article-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-search__article-wrapper {
    flex-direction: row;
    gap: 30px;
  }
}
.voyager-search__image-wrapper {
  position: relative;
  min-height: 250px;
  flex: 0 0 301px;
  border-radius: 0;
  overflow: hidden;
}
.voyager-search__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  translate: -50% -50%;
}
.voyager-search__content-wrapper {
  flex: 3;
}
.voyager-search__content-title {
  margin-bottom: 15px;
}
.voyager-search__header {
  margin-bottom: 20px;
}
.voyager-search__article-button-anchor {
  margin-top: 10px;
}
.voyager-search__buttons {
  margin-top: 10px;
}
.voyager-search__category_card {
  margin: 0 0 20px;
  padding: 15px;
  border: 1px solid var(--search--card-border);
}
.voyager-search__category_card:last-child {
  margin-bottom: 0;
}
.voyager-search__card-inner-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-search__card-inner-wrapper {
    flex-direction: row;
    gap: 30px;
  }
}
.voyager-search .page-numbers {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: var(--search--pagination-color);
  font-size: 1rem;
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 2.375rem;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
}
@media only screen and (min-width: 689px) {
  .voyager-search .page-numbers {
    letter-spacing: 0.05em;
  }
}
.voyager-search .page-numbers.current {
  color: var(--search--pagination-current-color);
  background: var(--search--pagination-current-bg);
}
@media only screen and (min-width: 992px) {
  .voyager-search .page-numbers:hover {
    color: var(--search--pagination-current-color);
    background: var(--search--pagination-current-bg);
  }
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  padding-top: 150px;
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* stylelint-disable selector-max-attribute -- force google pixel to 1px */
img[width="1"][height="1"],
img[width="1px"][height="1px"] {
  max-width: 1px;
}

/* stylelint-enable */
img,
embed,
object,
audio,
video {
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

pre {
  z-index: 9999;
  padding: 20px 20px 20px 60px;
  color: #000;
  font-family: Monaco, sans-serif;
  line-height: 1.3;
  background: #EEE;
  border-left: 5px solid #F90;
  white-space: pre-wrap;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  /* stylelint-disable-next-line declaration-no-important -- Required to hard reset for screen readers. */
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #444;
  font-size: 1em;
  line-height: normal;
  background-color: #EEE;
  /* stylelint-disable-next-line declaration-no-important -- Required to hard reset for screen readers. */
  clip: auto !important;
  clip-path: none;
  text-decoration: none;
}

:root {
  --voyager-today--bg-color: var(--voyager-color--brand-one);
  --voyager-today--focused-color: var(--voyager-color--brand-one);
  --voyager-header-height--desktop: 90px;
  --voyager-header-header--button-padding: 0 10px;
  --voyager-map-menu--vertical-margin: 5px;
  --voyager-menu--icon-height: 25px;
  --voyager-menu--icon-width: 25px;
  --voyager-close-button-top: auto;
  --voyager-header--popup-menu-padding: 42px 22px 5px;
  --voyager-quick-book--property-room-width: 100%;
  --voyager-form-margin: 0;
  --font-weight-bold: 700;
  --font-weight-xbold: 800;
  --voyager-spacing-xsm: 5px;
  --voyager-spacing-sm: 15px;
  --voyager-spacing-md: 30px;
  --voyager-spacing-lg: 30px;
  --voyager-spacing-xl: 30px;
  --voyager-spacing-xxl: 60px;
  --voyager-box-shadow--button-primary: 0 0 10px rgba(41, 41, 26, .1);
  --voyager-box-shadow--menu-defaut: 0 3px 3px -1px rgba(0, 0, 0, .4);
  --voyager-box-shadow--menu-right: 0 0 10px rgba(41, 41, 41, .1);
  --voyager-box-shadow--card-default: 0 0 10px rgba(41, 41, 41, .1);
  --voyager-box-shadow--image-video-default: 0 2px 60px 5px rgba(0, 0, 0, .08), 0 2px 100px 5px rgba(0, 0, 0, .08);
  --voyager-box-shadow--accommodation-map-popup: -10px 10px 20px rgba(41, 41, 41, .2);
  --voyager-box-shadow--accommodation-map-close-button: 0 0 8px rgba(0, 0, 0, .15);
  --voyager-box-shadow--glightbox-default: 1px 2px 9px 0 rgba(0, 0, 0, .65);
  --voyager-box-shadow--header: inset 0 -2px 0 -1px var(--voyager-color--brand-one), -1px 2px 0 -1px #FFF;
  --voyager-color--white: #FFF;
  --voyager-color--black: #000;
  --voyager-color--brand-one: #10838B;
  --voyager-color--brand-two: #D52000;
  --voyager-color--brand-three: #3F3E3E;
  --voyager-color--brand-four: #6B6E6C;
  --voyager-color--brand-five: #727272;
  --voyager-color--brand-six: #F1F1F1;
  --voyager-color--brand-seven: #131112;
  --voyager-color--brand-eight: #39797D;
  --text--pre-heading: var(--voyager-color--brand-two);
  --text--heading: var(--voyager-color--brand-one);
  --text--textarea: var(--voyager-color--brand-three);
  --text--h1: var(--voyager-color--brand-one);
  --text--h2: var(--voyager-color--brand-one);
  --text--h3: var(--voyager-color--brand-one);
  --text--h4: var(--voyager-color--brand-one);
  --text--anchor: var(--voyager-color--brand-one);
  --text--anchor-hover: var(--voyager-color--brand-one);
  --text--anchor-active: var(--voyager-color--brand-one);
  --text--anchor-inverted: var(--voyager-color--brand-one);
  --text--anchor-inverted-hover: var(--voyager-color--brand-one);
  --text--anchor-inverted-active: var(--voyager-color--brand-one);
  --content--border: var(--voyager-color--brand-two);
  --location--border: var(--voyager-color--brand-three);
  --header--border: var(--voyager-color--brand-one);
  --section--border: rgba(63, 62, 62, .1);
  --menu--text-color: var(--voyager-color--brand-three);
  --menu--text-active-color: var(--voyager-color--brand-two);
  --header--color: var(--voyager-color--brand-three);
  --header--bg: var(--voyager-color--white);
  --header--button-color: var(--voyager-color--brand-three);
  --header--button-bg: var(--voyager-color--brand-three);
  --header--button-border: var(--voyager-color--brand-three);
  --header--svg-color: var(--voyager-color--brand-one);
  --header--button-hover-color: var(--voyager-color--white);
  --header--button-hover-bg: var(--voyager-color--brand-one);
  --header--button-hover-border: var(--voyager-color--brand-three);
  --header--svg-hover-color: var(--voyager-color--brand-one);
  --header--button-active-color: var(--voyager-color--brand-three);
  --header--button-active-bg: var(--voyager-color--brand-three);
  --header--button-active-border: var(--voyager-color--brand-three);
  --header--svg-active-color: var(--voyager-color--brand-one);
  --menu--popup-menu-active-active-color: var(--voyager-color--brand-two);
  --menu--level-0-bg: var(--voyager-color--white);
  --menu--level-0-color: var(--voyager-color--brand-three);
  --menu--level-0-bg-hover: var(--voyager-color--white);
  --menu--level-0-hover-color: var(--voyager-color--brand-two);
  --menu--level-1-bg: var(--voyager-color--white);
  --menu--level-1-color: var(--voyager-color--brand-three);
  --menu--level-1-bg-hover: var(--voyager-color--brand-two);
  --menu--level-1-hover-color: var(--voyager-color--brand-two);
  --menu--popup-bg: var(--voyager-color--white);
  --menu--popup-logo-border: var(--voyager-color--brand-two);
  --menu--popup-map-pin-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-open-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-closed-color: var(--voyager-color--brand-one);
  --menu--property-submenu-wrapper-bg: var(--voyager-color--white);
  --button--book-now-bg: var(--voyager-color--brand-three);
  --button--book-now-color: var(--voyager-color--black);
  --button--book-now-border: var(--voyager-color--brand-three);
  --button--book-now-hover-bg: var(--voyager-color--brand-three);
  --button--book-now-hover-color: var(--voyager-color--white);
  --button--book-now-hover-border: var(--voyager-color--brand-three);
  --year-button--bg-color--hover: var(--voyager-color--brand-three);
  --year-button--bg-color--active: var(--voyager-color--brand-three);
  --year-button--text-color--hover: var(--voyager-color--white);
  --location-menu--title-color: var(--voyager-color--brand-three);
  --hamburger-button--title-color: var(--voyager-color--brand-three);
  --accordion--border: var(--voyager-color--brand-one);
  --accordion--header-bg: var(--voyager-color--brand-one);
  --accordion--header-hover-bg: var(--voyager-color--brand-four);
  --accordion--header-color: var(--voyager-color--white);
  --accordion--header-icon: var(--accordion--header-bg);
  --accordion--header-icon-bg: var(--voyager-color--white);
  --accordion--header-border: var(--accordion--border);
  --accordion--panel-header-bg: var(--voyager-color--brand-four);
  --accordion--panel-header-text-active: var(--voyager-color--white);
  --accordion--panel-header-bg-active: var(--voyager-color--brand-five);
  --accordion--panel-header-border-active: var(--voyager-color--black);
  --banner--content-bg: var(--voyager-color--white);
  --banner--content-color: var(--voyager-color--brand-three);
  --banner--heading-color: var(--voyager-color--brand-one);
  --booking-panel--bg: var(--voyager-color--white);
  --booking-panel--square-bg: var(--voyager-color--white);
  --booking-panel--modal-button-color: var(--voyager-color--white);
  --booking-panel--modal-button-bg: var(--voyager-color--brand-one);
  --booking-panel--card-color: var(--voyager-color--brand-one);
  --booking-panel--card-bg: var(--voyager-color--brand-four);
  --booking-panel--card-hover-color: var(--voyager-color--brand-five);
  --booking-panel--card-hover-bg: var(--voyager-color--white);
  --booking-panel--card-date-color: var(--voyager-color--black);
  --booking-panel--card-date-border: var(--voyager-color--brand-one);
  --booking-panel--card-month-border: var(--voyager-color--brand-one);
  --booking-panel--card-label-color: var(--voyager-color--brand-one);
  --booking-panel--card-specials-label-color: var(--voyager-color--white);
  --booking-panel--card-specials-bg: var(--voyager-color--brand-one);
  --booking-panel--date-card-border: var(--voyager-color--brand-five);
  --booking-panel--button-color: var(--voyager-color--white);
  --booking-panel--button-bg: var(--voyager-color--brand-one);
  --booking-panel--button-border: var(--voyager-color--white);
  --booking-panel--property-select-border: var(--voyager-color--brand-one);
  --booking-panel--property-item-border: var(--voyager-color--brand-four);
  --booking-panel--property-item-active-border: var(--voyager-color--brand-five);
  --booking-panel--property-item-active-bg: var(--voyager-color--brand-three);
  --booking-panel--widget-bg: var(--voyager-color--white);
  --booking-panel--wrapper-left-bg: var(--voyager-color--brand-one);
  --booking-panel--wrapper-border: var(--voyager-color--brand-one);
  --booking-panel--wrapper-panel-card-border: var(--voyager-color--white);
  --booking-panel--promotion-color: var(--voyager-color--black);
  --booking-panel--promotion-slider-bg: var(--voyager-color--white);
  --booking-panel--filter-tab-color: var(--voyager-color--black);
  --booking-panel--filter-tab-hover-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-bg: var(--voyager-color--brand-one);
  --booking-panel--input-promo-color: var(--voyager-color--brand-one);
  --booking-panel--input-promo-border: var(--voyager-color--brand-one);
  --booking-panel--svg-anchor-fill: var(--voyager-color--brand-one);
  --breadcrumbs--last-color: var(--voyager-color--brand-one);
  --breadcrumbs--color: var(--voyager-color--brand-three);
  --card--border: var(--voyager-color--brand-one);
  --card--bg: var(--voyager-color--white);
  --card--heading-color: var(--voyager-color--brand-one);
  --card--category-list-border: var(--voyager-color--brand-four);
  --card--content-wrapper-bg: var(--voyager-color--white);
  --card--default-card-bg: var(--voyager-color--white);
  --card--full-bg-card-color: var(--voyager-color--white);
  --card-grid--button-border-primary: var(--voyager-color--white);
  --card-grid--button-border-secondary: var(--voyager-color--white);
  --card-grid--filter-menu-border: var(--voyager-color--brand-one);
  --card-grid--filter-menu-item-color: var(--voyager-color--brand-two);
  --card-grid--filter-menu-item-bg: var(--voyager-color--brand-two);
  --card-grid--filter-menu-button-color: var(--voyager-color--brand-one);
  --carousel--filter-border: var(--voyager-color--brand-one);
  --carousel--filter-select-color: var(--voyager-color--brand-two);
  --carousel--filter-select-border: var(--voyager-color--brand-one);
  --carousel--filter-item-color: var(--voyager-color--brand-one);
  --carousel--filter-item-active-color: var(--voyager-color--brand-two);
  --carousel--filter-item-active-bg: var(--voyager-color--brand-two);
  --carousel--popup-bg: var(--voyager-color--white);
  --daterange--card-label-color: var(--voyager-color--brand-one);
  --daterange--card-date-color: var(--voyager-color--black);
  --daterange--card-date-bg: var(--voyager-color--brand-three);
  --daterange--card-date-bg2: var(--voyager-color--brand-five);
  --daterange--card-date-before-border: var(--voyager-color--brand-five);
  --daterange--month-color: var(--voyager-color--black);
  --daterange--month-border: var(--voyager-color--brand-one);
  --daterange--date-color: var(--voyager-color--black);
  --daterange--date-hover-color: var(--voyager-color--brand-one);
  --daterange--year-color: var(--voyager-color--black);
  --features--splide-track-bg: var(--voyager-color--brand-three);
  --fifty-fifty--sticky-border: var(--voyager-color--brand-four);
  --fifty-fifty--newsletter-desc-color: var(--voyager-color--brand-six);
  --fifty-fifty--newsletter-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-border: var(--voyager-color--white);
  --gallery--icon-color: var(--voyager-color--white);
  --gallery--image-overlay-icon-color: var(--voyager-color--white);
  --gallery--caption-color: var(--voyager-color--white);
  --gallery--group-title-color: var(--voyager-color--white);
  --gallery--group-title-bg: rgba(0, 0, 0, .4);
  --hero--border: var(--voyager-color--brand-two);
  --hero--full-content-border: var(--voyager-color--white);
  --hero--full-content-color: var(--voyager-color--white);
  --hero--heading-color: var(--voyager-color--brand-one);
  --hero--pre-heading-color: var(--voyager-color--brand-two);
  --hero--textarea-color: var(--voyager-color--brand-three);
  --hero--video-control-icon-border: var(--voyager-color--white);
  --hero--video-control-play-bg: var(--voyager-color--white);
  --hero--video-control-text-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-border: var(--voyager-color--white);
  --hero--arrow-bg: var(--voyager-color--brand-three);
  --hero--arrow-hover-bg: var(--voyager-color--brand-two);
  --hero--text-color: var(--voyager-color--brand-three);
  --instagram--color: var(--voyager-color--black);
  --instagram--name-color: var(--voyager-color--black);
  --lightbox--color: var(--voyager-color--white);
  --lightbox--expanded-link-color: var(--voyager-color--brand-one);
  --lightbox--overlay-bg: var(--voyager-color--brand-one);
  --lightbox--button-path-fill: var(--voyager-color--brand-one);
  --lightbox--button-path-stroke: var(--voyager-color--brand-one);
  --lightbox--slide-content-bg: var(--voyager-color--white);
  --lightbox--content-overlay-bg: var(--voyager-color--white);
  --lightbox--thumbnail-slide-container-bg: var(--voyager-color--white);
  --lightbox--thumbnail-item-active-border: var(--voyager-color--active);
  --map-menu--bg: var(--voyager-color--white);
  --map-menu--nav-item-active-color: var(--voyager-color--brand-two);
  --map-menu--map-bg: var(--voyager-color--brand-two);
  --map-menu--header-overlay-bg: var(--voyager-color--white);
  --map-menu--pin-bg: var(--voyager-color--brand-two);
  --map-menu--filter-trigger-color: var(--voyager-color--black);
  --map-menu--filter-trigger-bg: var(--voyager-color--brand-four);
  --map-menu--filter-active-trigger-bg: var(--voyager-color--brand-five);
  --map-menu--filter-bg: var(--voyager-color--white);
  --map-menu--filter-hover-bg: var(--voyager-color--brand-three);
  --map-menu--filter-checkbox-color: var(--voyager-color--brand-two);
  --map-menu--filter-checkbox-indicator-border: var(--voyager-color--brand-five);
  --map-menu--filter-checkbox-indicator-bg: var(--voyager-color--brand-two);
  --map-menu--filter-icon-fill: var(--voyager-color--brand-one);
  --map-menu--filter-text: var(--voyager-color--brand-one);
  --masonry--bg: var(--voyager-color--brand-three);
  --masonry--card-color: var(--voyager-color--white);
  --masonry--card-bg: var(--voyager-color--brand-one);
  --masonry--linear-gradient: var(--gradient--linear);
  --rooms-navigation--bg: var(--voyager-color--white);
  --rooms-navigation--color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-hover-color: var(--voyager-color--brand-two);
  --rooms-navigation--anchor-current-color: var(--voyager-color--brand-one);
  --social-links--color: var(--voyager-color--brand-one);
  --social-links--hover-color: var(--voyager-color--brand-two);
  --footer--color: var(--voyager-color--brand-three);
  --footer--row-bg: var(--voyager-color--white);
  --footer--border: var(--voyager-color--brand-one);
  --footer--link-color: var(--voyager-color--brand-one);
  --footer--svg-fill: var(--voyager-color--white);
  --footer--copyright-color: var(--voyager-color--white);
  --footer--shortcode-title-color: var(--voyager-color--brand-one);
  --footer--made-by-anchor-color: var(--voyager-color--brand-one);
  --button--primary-color: var(--voyager-color--white);
  --button--primary-bg: var(--voyager-color--brand-one);
  --button--primary-border: var(--voyager-color--white);
  --button--primary-svg: var(--voyager-color--white);
  --button--primary-hover-color: var(--voyager-color--brand-one);
  --button--primary-hover-bg: var(--voyager-color--white);
  --button--primary-hover-border: var(--voyager-color--brand-one);
  --button--primary-hover-svg: var(--voyager-color--brand-one);
  --button--primary-active-color: var(--voyager-color--brand-one);
  --button--primary-active-bg: var(--voyager-color--white);
  --button--primary-active-border: var(--voyager-color--brand-one);
  --button--primary-active-svg: var(--voyager-color--brand-one);
  --button--secondary-color: var(--voyager-color--white);
  --button--secondary-bg: var(--voyager-color--brand-two);
  --button--secondary-border: var(--voyager-color--white);
  --button--secondary-svg: var(--voyager-color--white);
  --button--secondary-hover-color: var(--voyager-color--brand-two);
  --button--secondary-hover-bg: var(--voyager-color--white);
  --button--secondary-hover-border: var(--voyager-color--brand-two);
  --button--secondary-hover-svg: var(--voyager-color--brand-two);
  --button--secondary-active-color: var(--voyager-color--brand-two);
  --button--secondary-active-bg: var(--voyager-color--white);
  --button--secondary-active-border: var(--voyager-color--brand-two);
  --button--secondary-active-svg: var(--voyager-color--brand-two);
  --button--ghost-color: var(--voyager-color--white);
  --button--ghost-bg: var(--voyager-color--brand-two);
  --button--ghost-border: var(--voyager-color--brand-two);
  --button--ghost-svg: var(--voyager-color--white);
  --button--ghost-hover-color: var(--voyager-color--white);
  --button--ghost-hover-bg: var(--voyager-color--brand-two);
  --button--ghost-hover-border: var(--voyager-color--brand-two);
  --button--ghost-hover-svg: var(--voyager-color--white);
  --button--ghost-active-color: var(--voyager-color--white);
  --button--ghost-active-bg: var(--voyager-color--brand-two);
  --button--ghost-active-border: var(--voyager-color--brand-two);
  --button--ghost-active-svg: var(--voyager-color--white);
  --button--close-color: var(--voyager-color--brand-three);
  --button--close-bg: rgba(255, 255, 255, 1);
  --button--close-border: var(--voyager-color--brand-one);
  --button--close-svg: var(--voyager-color--brand-one);
  --button--close-hover-color: var(--voyager-color--white);
  --button--close-hover-bg: var(--voyager-color--brand-one);
  --button--close-hover-border: var(--voyager-color--brand-one);
  --button--close-hover-svg: var(--voyager-color--white);
  --button--close-active-color: var(--voyager-color--white);
  --button--close-active-bg: var(--voyager-color--brand-one);
  --button--close-active-border: var(--voyager-color--brand-one);
  --button--close-active-svg: var(--voyager-color--white);
  --button--splide-color: var(--voyager-color--brand-one);
  --button--splide-bg: var(--voyager-color--white);
  --button--splide-border: var(--voyager-color--brand-one);
  --button--splide-svg: var(--voyager-color--brand-one);
  --button--splide-hover-color: var(--voyager-color--brand-two);
  --button--splide-hover-bg: var(--voyager-color--white);
  --button--splide-hover-border: var(--voyager-color--brand-one);
  --button--splide-hover-svg: var(--voyager-color--brand-one);
  --button--splide-active-color: var(--voyager-color--white);
  --button--splide-active-bg: var(--voyager-color--brand-one);
  --button--splide-active-border: var(--voyager-color--white);
  --button--splide-active-svg: var(--voyager-color--white);
  --splide--progress-bar: var(--voyager-color--four);
  --splide--progress-bar-wrapper: var(--voyager-color--brand-one);
  --error-404--h1-color: var(--voyager-color--brand-one);
  --error-404--h2-color: var(--voyager-color--brand-three);
  --error-404--h3-color: var(--voyager-color--brand-three);
  --single--title-after-bg: var(--voyager-color--brand-four);
  --search--h1-color: var(--voyager-color--brand-five);
  --search--card-border: var(--voyager-color--brand-three);
  --search--pagination-color: var(--voyager-color--black);
  --search--pagination-current-color: var(--voyager-color--white);
  --search--pagination-current-bg: var(--voyager-color--brand-three);
  --sitemap--h1-color: var(--voyager-color--brand-one);
  --sitemap--h2-color: var(--sitemap--h1-color);
  --sitemap--h3-color: var(--sitemap--h1-color);
  --sitemap--text-color: var(--voyager-color--white);
  --arrow--primary-bg: var(--voyager-color--white);
  --arrow--primary-icon: var(--voyager-color--brand-one);
  --arrow--primary-border: var(--voyager-color--brand-one);
  --arrow--primary-color: var(--voyager-color--brand-one);
  --arrow--primary-hover-bg: var(--voyager-color--white);
  --arrow--primary-hover-icon: var(--voyager-color--brand-two);
  --arrow--primary-hover-border: var(--voyager-color--brand-one);
  --arrow--primary-hover-color: var(--voyager-color--brand-two);
  --arrow--primary-active-bg: var(--voyager-color--brand-one);
  --arrow--primary-active-icon: var(--voyager-color--white);
  --arrow--primary-active-border: var(--voyager-color--white);
  --arrow--primary-active-color: var(--voyager-color--white);
  --arrow--secondary-bg: var(--voyager-color--white);
  --arrow--secondary-icon: var(--voyager-color--brand-three);
  --arrow--secondary-border: var(--voyager-color--brand-three);
  --arrow--secondary-hover-bg: var(--voyager-color--white);
  --arrow--secondary-hover-icon: var(--voyager-color--brand-two);
  --arrow--secondary-hover-border: var(--voyager-color--brand-two);
  --arrow--secondary-active-bg: var(--voyager-color--brand-two);
  --arrow--secondary-active-icon: var(--voyager-color--brand-three);
  --arrow--secondary-active-border: var(--voyager-color--brand-three);
  --gradient--linear: linear-gradient(180deg, rgba(57, 121, 125, 0) 0%, rgba(57, 121, 125, 1) 55.5%);
  --gradient--gallery: linear-gradient(180deg, rgba(57, 121, 125, .45) 0%, rgba(57, 121, 125, 1) 55.5%);
  --gradient--hero: linear-gradient(90deg, rgba(57, 121, 125, 1) 0%, rgba(57, 121, 125, 0) 100%);
  --border--bottom: var(--voyager-color--brand-one);
  --color--icon-svg-path: var(--voyager-color--brand-one);
  --color--icon-wave-path: var(--voyager-color--brand-three);
  --voyager-color--footer: #202020;
  --voyager-color--active: #085F83;
  --voyager-color--booking-bg: rgba(255, 255, 255, .98);
  --voyager-color--gallery-group-title-bg: rgba(0, 0, 0, .4);
  --voyager-color--popup-menu-overlay: rgba(255, 255, 255, 1);
  --voyager-color--loader-overlay: rgba(255, 255, 255, .9);
  --voyager-color--tab-background: #F7F5F4;
  --voyager-banner--content-width: 100%;
  --voyager-banner--image-width: 100%;
  --voyager-booking--button-horizontal-padding: 45px;
  --voyager-button--horizontal-padding: 10px;
  --voyager-button--horizontal-padding-right: 18px;
  --voyager-button--vertical-padding: 10px;
  --voyager-button--min-height: 40px;
  --voyager-button--min-width: 200px;
  --voyager-header--logo-width: 100px;
  --voyager-card-width--bottom-color: 180px;
  --voyager-card-height--default: 453px;
  --voyager-card-content-wrapper--padding-vertical: 15px;
  --voyager-card-content-wrapper--padding-horizontal: 15px;
  --voyager-carousel-image-height: 30vh;
  --image-height--carousel: 420px;
  --voyager-carousel-card-highlight-arrow-container: 90px;
  --voyager-carousel-card-highlight-carousel-padding: 30%;
  --voyager-fifty-fifty--gap: 30px;
  --voyager-introduction-text--width-full: 100%;
  --voyager-introduction-text--width-default: 100%;
  --voyager-header--height: 90px;
  --voyager-header--logo-height: 60px;
  --voyager-header--logo-padding: 0 20px 0 0;
  --voyager-header--padding-horizontal: 45px;
  --voyager-header--padding-vertical: 20px;
  --voyager-hero--content-max-width: 100vw;
  --voyager-hero--content-horizontal-padding: 60px;
  --voyager-hero--height: calc(80vh - var(--voyager-header-height--desktop));
  --voyager-hero--image-width: 100vw;
  --voyager-hero--content-width: 100vw;
  --voyager-hero--content-min-width: unset;
  --voyager-hero--content-horizontal-padding-left: 110px;
  --voyager-splide-arrows--horizontal-spacing: 30px;
  --voyager-splide-arrows--vertical-spacing: 90px;
  --voyager-width--text-content: 865px;
  --voyager-lightbox--caption-top: calc(100% + 10px);
  /* stylelint-disable-next-line declaration-no-important -- override the lightbox.js styles */
  --voyager-lightbox--arrows-bottom: 15px !important;
  /* stylelint-disable-next-line declaration-no-important -- override the lightbox.js styles */
  --voyager-lightbox--arrows-height: 35px !important;
}
@media only screen and (min-width: 1470px) {
  :root {
    --voyager-button--horizontal-padding-right: 30px;
    --voyager-button--horizontal-padding: 30px;
    --voyager-button--vertical-padding: 15px;
    --voyager-button--min-height: 50px;
    --voyager-button--min-width: unset;
  }
}
@media only screen and (min-width: 689px) {
  :root {
    --voyager-spacing-xsm: 10px;
    --voyager-spacing-sm: 15px;
    --voyager-spacing-md: 30px;
    --voyager-spacing-lg: 30px;
    --voyager-spacing-xl: 60px;
    --voyager-spacing-xxl: 90px;
    --voyager-card-width--bottom-color: 280px;
    --image-height--carousel: 720px;
    --voyager-fifty-fifty--gap: 60px;
    --voyager-hero--content-min-width: 478px;
    --voyager-introduction-text--width-full: 345px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --voyager-header--logo-width: 120px;
    --voyager-form-margin: 30px;
    --voyager-quick-book--property-room-width: 220px;
    --voyager-close-button-top: -65px;
    --voyager-header-header--button-padding: 0 30px;
    --voyager-banner--content-width: 40vw;
    --voyager-banner--image-width: 60vw;
    --image-height--carousel: 720px;
    --voyager-fifty-fifty--gap: 90px;
    --voyager-card-width--bottom-color: 480px;
    --voyager-hero--content-max-width: 702px;
    --voyager-hero--content-horizontal-padding-right: 60px;
    --voyager-hero--height: 960px;
    --voyager-hero--image-width: 63.5vw;
    --voyager-hero--content-width: 60vw;
    --voyager-introduction-text--width-default: 445px;
    --voyager-introduction-text--width-full: 445px;
    --voyager-splide-arrows--horizontal-spacing: 60px;
  }
}
@media only screen and (min-width: 1201px) {
  :root {
    --voyager-spacing-xsm: 10px;
    --voyager-spacing-sm: 15px;
    --voyager-spacing-md: 30px;
    --voyager-spacing-lg: 60px;
    --voyager-spacing-xl: 90px;
    --voyager-spacing-xxl: 120px;
    --voyager-fifty-fifty--gap: 120px;
    --voyager-card-height--default: 555px;
    --voyager-card-width--bottom-color: 680px;
    --voyager-card-content-wrapper--padding-vertical: 30px;
    --voyager-card-content-wrapper--padding-horizontal: 30px;
    --voyager-carousel-image-height: 40vh;
  }
}
@media only screen and (min-width: 1470px) {
  :root {
    --voyager-header--popup-menu-padding: 22px 22px 57px;
    --voyager-header--logo-padding: 0 30px 0 0;
    --voyager-header--logo-width: 150px;
    /* stylelint-disable-next-line declaration-no-important -- override the lightbox.js styles */
    --voyager-lightbox--arrows-bottom: -25px !important;
    /* stylelint-disable-next-line declaration-no-important -- override the lightbox.js styles */
    --voyager-lightbox--arrows-height: 48px !important;
    --voyager-close-button-top: -95px;
    --voyager-menu--icon-width: 35px;
    --voyager-map-menu--vertical-margin: 15px;
    --voyager-header-header--button-padding: 10px 30px;
    --voyager-header-height--desktop: 140px;
    --voyager-header--height: 125px;
    --voyager-header--logo-height: 100px;
    --voyager-splide-arrows--vertical-spacing: 120px;
    --voyager-card-content-wrapper--padding-vertical: 60px;
    --voyager-card-content-wrapper--padding-horizontal: 60px;
    --voyager-card-height--default: 853px;
    --voyager-card-width--bottom-color: 680px;
    --voyager-hero--content-horizontal-padding-right: 110px;
  }
}
@media (max-height: 700px) {
  :root {
    /* stylelint-disable-next-line declaration-no-important -- override the lightbox.js styles */
    --voyager-lightbox--arrows-bottom: -25px !important;
  }
}

:root {
  --voyager-site-width: 1920px;
}

body.adrift-hotel {
  --voyager-today--bg-color: var(--voyager-color--brand-one);
  --voyager-today--focused-color: var(--voyager-color--brand-one);
  --voyager-color--brand-one: #10838B;
  --voyager-color--brand-two: #D52000;
  --voyager-color--brand-three: #3F3E3E;
  --voyager-color--brand-four: #C0E1ED;
  --voyager-color--brand-five: #F1F1F1;
  --text--pre-heading: var(--voyager-color--brand-two);
  --text--heading: var(--voyager-color--brand-one);
  --text--textarea: var(--voyager-color--brand-three);
  --text--h1: var(--voyager-color--brand-one);
  --text--h2: var(--voyager-color--brand-one);
  --text--h3: var(--voyager-color--brand-one);
  --text--h4: var(--voyager-color--brand-one);
  --text--anchor: var(--voyager-color--brand-one);
  --text--anchor-hover: var(--voyager-color--brand-one);
  --text--anchor-active: var(--voyager-color--brand-one);
  --text--anchor-inverted: var(--voyager-color--brand-one);
  --text--anchor-inverted-hover: var(--voyager-color--brand-one);
  --text--anchor-inverted-active: var(--voyager-color--brand-one);
  --content--border: var(--voyager-color--brand-two);
  --location--border: var(--voyager-color--brand-three);
  --header--border: var(--voyager-color--brand-one);
  --section--border: rgba(63, 62, 62, .1);
  --menu--text-color: var(--voyager-color--brand-three);
  --menu--text-active-color: var(--voyager-color--brand-two);
  --header--color: var(--voyager-color--brand-three);
  --header--bg: var(--voyager-color--white);
  --header--button-color: var(--voyager-color--brand-three);
  --header--button-bg: var(--voyager-color--brand-three);
  --header--button-border: var(--voyager-color--brand-three);
  --header--svg-color: var(--voyager-color--brand-one);
  --header--button-hover-color: var(--voyager-color--white);
  --header--button-hover-bg: var(--voyager-color--brand-one);
  --header--button-hover-border: var(--voyager-color--brand-three);
  --header--svg-hover-color: var(--voyager-color--brand-one);
  --header--button-active-color: var(--voyager-color--brand-three);
  --header--button-active-bg: var(--voyager-color--brand-three);
  --header--button-active-border: var(--voyager-color--brand-three);
  --header--svg-active-color: var(--voyager-color--brand-one);
  --menu--popup-menu-active-active-color: var(--voyager-color--brand-two);
  --menu--level-0-bg: var(--voyager-color--white);
  --menu--level-0-color: var(--voyager-color--brand-three);
  --menu--level-0-bg-hover: var(--voyager-color--white);
  --menu--level-0-hover-color: var(--voyager-color--brand-two);
  --menu--level-1-bg: var(--voyager-color--white);
  --menu--level-1-color: var(--voyager-color--brand-three);
  --menu--level-1-bg-hover: var(--voyager-color--brand-two);
  --menu--level-1-hover-color: var(--voyager-color--brand-two);
  --menu--popup-bg: var(--voyager-color--white);
  --menu--popup-logo-border: var(--voyager-color--brand-two);
  --menu--popup-map-pin-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-open-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-closed-color: var(--voyager-color--brand-one);
  --menu--property-submenu-wrapper-bg: var(--voyager-color--white);
  --button--book-now-bg: var(--voyager-color--brand-three);
  --button--book-now-color: var(--voyager-color--brand-two);
  --button--book-now-border: var(--voyager-color--brand-three);
  --button--book-now-hover-bg: var(--voyager-color--brand-three);
  --button--book-now-hover-color: var(--voyager-color--white);
  --button--book-now-hover-border: var(--voyager-color--brand-three);
  --year-button--bg-color--hover: var(--voyager-color--brand-three);
  --year-button--bg-color--active: var(--voyager-color--brand-three);
  --year-button--text-color--hover: var(--voyager-color--white);
  --location-menu--title-color: var(--voyager-color--brand-three);
  --accordion--border: var(--voyager-color--brand-one);
  --accordion--header-bg: var(--voyager-color--brand-one);
  --accordion--header-hover-bg: var(--voyager-color--brand-four);
  --accordion--header-color: var(--voyager-color--white);
  --accordion--header-icon: var(--accordion--header-bg);
  --accordion--header-icon-bg: var(--voyager-color--white);
  --accordion--header-border: var(--accordion--border);
  --accordion--panel-header-bg: var(--voyager-color--brand-four);
  --accordion--panel-header-text-active: var(--voyager-color--white);
  --accordion--panel-header-bg-active: var(--voyager-color--brand-five);
  --accordion--panel-header-border-active: var(--voyager-color--black);
  --banner--content-bg: var(--voyager-color--white);
  --banner--content-color: var(--voyager-color--brand-three);
  --banner--heading-color: var(--voyager-color--brand-one);
  --booking-panel--bg: var(--voyager-color--white);
  --booking-panel--square-bg: var(--voyager-color--white);
  --booking-panel--modal-button-color: var(--voyager-color--white);
  --booking-panel--modal-button-bg: var(--voyager-color--brand-one);
  --booking-panel--card-color: var(--voyager-color--brand-one);
  --booking-panel--card-bg: var(--voyager-color--brand-four);
  --booking-panel--card-hover-color: var(--voyager-color--brand-five);
  --booking-panel--card-hover-bg: var(--voyager-color--white);
  --booking-panel--card-date-color: var(--voyager-color--black);
  --booking-panel--card-date-border: var(--voyager-color--brand-one);
  --booking-panel--card-month-border: var(--voyager-color--brand-one);
  --booking-panel--card-label-color: var(--voyager-color--brand-one);
  --booking-panel--card-specials-bg: var(--voyager-color--brand-one);
  --booking-panel--date-card-border: var(--voyager-color--brand-five);
  --booking-panel--button-color: var(--voyager-color--white);
  --booking-panel--button-bg: var(--voyager-color--brand-one);
  --booking-panel--property-select-border: var(--voyager-color--brand-one);
  --booking-panel--property-item-border: var(--voyager-color--brand-four);
  --booking-panel--property-item-active-border: var(--voyager-color--brand-five);
  --booking-panel--property-item-active-bg: var(--voyager-color--brand-three);
  --booking-panel--widget-bg: var(--voyager-color--white);
  --booking-panel--wrapper-left-bg: var(--voyager-color--brand-one);
  --booking-panel--wrapper-border: var(--voyager-color--brand-one);
  --booking-panel--wrapper-panel-card-border: var(--voyager-color--white);
  --booking-panel--promotion-color: var(--voyager-color--black);
  --booking-panel--promotion-slider-bg: var(--voyager-color--white);
  --booking-panel--filter-tab-color: var(--voyager-color--black);
  --booking-panel--filter-tab-hover-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-bg: var(--voyager-color--brand-one);
  --booking-panel--input-promo-color: var(--voyager-color--brand-one);
  --booking-panel--input-promo-border: var(--voyager-color--brand-one);
  --booking-panel--svg-anchor-fill: var(--voyager-color--brand-one);
  --breadcrumbs--last-color: var(--voyager-color--brand-one);
  --breadcrumbs--color: var(--voyager-color--brand-three);
  --card--border: var(--voyager-color--brand-one);
  --card--bg: var(--voyager-color--white);
  --card--heading-color: var(--voyager-color--brand-one);
  --card--category-list-border: var(--voyager-color--brand-four);
  --card--content-wrapper-bg: var(--voyager-color--white);
  --card--default-card-bg: var(--voyager-color--white);
  --card--full-bg-card-color: var(--voyager-color--white);
  --card-grid--button-border-primary: var(--voyager-color--white);
  --card-grid--button-border-secondary: var(--voyager-color--white);
  --card-grid--filter-menu-border: var(--voyager-color--brand-one);
  --card-grid--filter-menu-item-color: var(--voyager-color--brand-two);
  --card-grid--filter-menu-item-bg: var(--voyager-color--brand-two);
  --card-grid--filter-menu-button-color: var(--voyager-color--brand-one);
  --carousel--filter-border: var(--voyager-color--brand-one);
  --carousel--filter-select-color: var(--voyager-color--brand-two);
  --carousel--filter-select-border: var(--voyager-color--brand-one);
  --carousel--filter-item-color: var(--voyager-color--brand-one);
  --carousel--filter-item-active-color: var(--voyager-color--brand-two);
  --carousel--filter-item-active-bg: var(--voyager-color--brand-two);
  --carousel--popup-bg: var(--voyager-color--white);
  --daterange--card-label-color: var(--voyager-color--brand-one);
  --daterange--card-date-color: var(--voyager-color--black);
  --daterange--card-date-bg: var(--voyager-color--brand-three);
  --daterange--card-date-bg2: var(--voyager-color--brand-five);
  --daterange--card-date-before-border: var(--voyager-color--brand-five);
  --daterange--month-color: var(--voyager-color--black);
  --daterange--month-border: var(--voyager-color--brand-one);
  --daterange--date-color: var(--voyager-color--black);
  --daterange--date-hover-color: var(--voyager-color--brand-one);
  --daterange--year-color: var(--voyager-color--black);
  --features--splide-track-bg: var(--voyager-color--brand-three);
  --fifty-fifty--sticky-border: var(--voyager-color--brand-four);
  --fifty-fifty--newsletter-desc-color: var(--voyager-color--white);
  --fifty-fifty--newsletter-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-border: var(--voyager-color--white);
  --gallery--icon-color: var(--voyager-color--white);
  --gallery--image-overlay-icon-color: var(--voyager-color--white);
  --gallery--caption-color: var(--voyager-color--white);
  --gallery--group-title-color: var(--voyager-color--white);
  --gallery--group-title-bg: rgba(0, 0, 0, .4);
  --hero--border: var(--voyager-color--brand-two);
  --hero--full-content-border: var(--voyager-color--white);
  --hero--full-content-color: var(--voyager-color--white);
  --hero--heading-color: var(--voyager-color--brand-one);
  --hero--pre-heading-color: var(--voyager-color--brand-two);
  --hero--textarea-color: var(--voyager-color--brand-three);
  --hero--video-control-icon-border: var(--voyager-color--white);
  --hero--video-control-play-bg: var(--voyager-color--white);
  --hero--video-control-text-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-border: var(--voyager-color--white);
  --hero--arrow-bg: var(--voyager-color--brand-three);
  --hero--arrow-hover-bg: var(--voyager-color--brand-two);
  --instagram--color: var(--voyager-color--black);
  --instagram--name-color: var(--voyager-color--black);
  --lightbox--color: var(--voyager-color--white);
  --lightbox--expanded-link-color: var(--voyager-color--brand-one);
  --lightbox--overlay-bg: var(--voyager-color--brand-one);
  --lightbox--button-path-fill: var(--voyager-color--brand-one);
  --lightbox--button-path-stroke: var(--voyager-color--brand-one);
  --lightbox--slide-content-bg: var(--voyager-color--white);
  --lightbox--content-overlay-bg: var(--voyager-color--white);
  --lightbox--thumbnail-slide-container-bg: var(--voyager-color--white);
  --lightbox--thumbnail-item-active-border: var(--voyager-color--active);
  --map-menu--bg: var(--voyager-color--white);
  --map-menu--nav-item-active-color: var(--voyager-color--brand-two);
  --map-menu--map-bg: var(--voyager-color--brand-two);
  --map-menu--header-overlay-bg: var(--voyager-color--white);
  --map-menu--pin-bg: var(--voyager-color--brand-two);
  --map-menu--filter-trigger-color: var(--voyager-color--black);
  --map-menu--filter-trigger-bg: var(--voyager-color--brand-four);
  --map-menu--filter-active-trigger-bg: var(--voyager-color--brand-five);
  --map-menu--filter-bg: var(--voyager-color--white);
  --map-menu--filter-hover-bg: var(--voyager-color--brand-three);
  --map-menu--filter-checkbox-color: var(--voyager-color--brand-two);
  --map-menu--filter-checkbox-indicator-border: var(--voyager-color--brand-five);
  --map-menu--filter-checkbox-indicator-bg: var(--voyager-color--brand-two);
  --map-menu--filter-icon-fill: var(--voyager-color--brand-one);
  --map-menu--filter-text: var(--voyager-color--brand-one);
  --masonry--bg: var(--voyager-color--brand-three);
  --masonry--card-color: var(--voyager-color--white);
  --masonry--card-bg: var(--voyager-color--brand-one);
  --masonry--linear-gradient: var(--gradient--linear);
  --rooms-navigation--bg: var(--voyager-color--white);
  --rooms-navigation--color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-hover-color: var(--voyager-color--brand-two);
  --rooms-navigation--anchor-current-color: var(--voyager-color--brand-one);
  --social-links--color: var(--voyager-color--brand-one);
  --social-links--hover-color: var(--voyager-color--brand-two);
  --footer--color: var(--voyager-color--brand-three);
  --footer--row-bg: var(--voyager-color--white);
  --footer--link-color: var(--voyager-color--brand-one);
  --footer--svg-fill: var(--voyager-color--white);
  --footer--copyright-color: var(--voyager-color--white);
  --footer--shortcode-title-color: var(--voyager-color--brand-one);
  --footer--made-by-anchor-color: var(--voyager-color--brand-one);
  --footer--menu-anchor-color: var(--voyager-color--brand-three);
  --footer--menu-anchor-hover-color: var(--voyager-color--brand-two);
  --button--primary-color: var(--voyager-color--white);
  --button--primary-bg: var(--voyager-color--brand-one);
  --button--primary-border: var(--voyager-color--brand-one);
  --button--primary-svg: var(--voyager-color--white);
  --button--primary-hover-color: var(--voyager-color--brand-one);
  --button--primary-hover-bg: var(--voyager-color--white);
  --button--primary-hover-border: var(--voyager-color--brand-one);
  --button--primary-hover-svg: var(--voyager-color--brand-one);
  --button--primary-active-color: var(--voyager-color--brand-one);
  --button--primary-active-bg: var(--voyager-color--white);
  --button--primary-active-border: var(--voyager-color--brand-one);
  --button--primary-active-svg: var(--voyager-color--brand-one);
  --button--secondary-color: var(--voyager-color--white);
  --button--secondary-bg: var(--voyager-color--brand-two);
  --button--secondary-border: var(--voyager-color--white);
  --button--secondary-svg: var(--voyager-color--white);
  --button--secondary-hover-color: var(--voyager-color--brand-two);
  --button--secondary-hover-bg: var(--voyager-color--white);
  --button--secondary-hover-border: var(--voyager-color--brand-two);
  --button--secondary-hover-svg: var(--voyager-color--brand-two);
  --button--secondary-active-color: var(--voyager-color--brand-two);
  --button--secondary-active-bg: var(--voyager-color--white);
  --button--secondary-active-border: var(--voyager-color--brand-two);
  --button--secondary-active-svg: var(--voyager-color--brand-two);
  --button--ghost-color: var(--voyager-color--white);
  --button--ghost-bg: var(--voyager-color--brand-two);
  --button--ghost-border: var(--voyager-color--brand-two);
  --button--ghost-svg: var(--voyager-color--white);
  --button--ghost-hover-color: var(--voyager-color--white);
  --button--ghost-hover-bg: var(--voyager-color--brand-two);
  --button--ghost-hover-border: var(--voyager-color--brand-two);
  --button--ghost-hover-svg: var(--voyager-color--white);
  --button--ghost-active-color: var(--voyager-color--white);
  --button--ghost-active-bg: var(--voyager-color--brand-two);
  --button--ghost-active-border: var(--voyager-color--brand-two);
  --button--ghost-active-svg: var(--voyager-color--white);
  --button--close-color: var(--voyager-color--brand-three);
  --button--close-border: var(--voyager-color--brand-one);
  --button--close-svg: var(--voyager-color--brand-one);
  --button--close-hover-color: var(--voyager-color--white);
  --button--close-hover-bg: var(--voyager-color--brand-one);
  --button--close-hover-border: var(--voyager-color--brand-one);
  --button--close-hover-svg: var(--voyager-color--white);
  --button--close-active-color: var(--voyager-color--white);
  --button--close-active-bg: var(--voyager-color--brand-one);
  --button--close-active-border: var(--voyager-color--brand-one);
  --button--close-active-svg: var(--voyager-color--white);
  --button--splide-color: var(--voyager-color--brand-one);
  --button--splide-bg: var(--voyager-color--white);
  --button--splide-border: var(--voyager-color--brand-one);
  --button--splide-svg: var(--voyager-color--brand-one);
  --button--splide-hover-color: var(--voyager-color--brand-two);
  --button--splide-hover-bg: var(--voyager-color--white);
  --button--splide-hover-border: var(--voyager-color--brand-one);
  --button--splide-hover-svg: var(--voyager-color--brand-one);
  --button--splide-active-color: var(--voyager-color--white);
  --button--splide-active-bg: var(--voyager-color--brand-one);
  --button--splide-active-border: var(--voyager-color--white);
  --button--splide-active-svg: var(--voyager-color--white);
  --splide--progress-bar: var(--voyager-color--four);
  --splide--progress-bar-wrapper: var(--voyager-color--brand-one);
  --error-404--h1-color: var(--voyager-color--brand-one);
  --error-404--h2-color: var(--voyager-color--brand-three);
  --error-404--h3-color: var(--voyager-color--brand-three);
  --single--title-after-bg: var(--voyager-color--brand-four);
  --search--h1-color: var(--voyager-color--brand-five);
  --search--card-border: var(--voyager-color--brand-four);
  --search--pagination-color: var(--voyager-color--black);
  --search--pagination-current-color: var(--voyager-color--white);
  --search--pagination-current-bg: var(--voyager-color--brand-three);
  --sitemap--h1-color: var(--voyager-color--brand-one);
  --sitemap--h2-color: var(--sitemap--h1-color);
  --sitemap--h3-color: var(--sitemap--h1-color);
  --sitemap--text-color: var(--voyager-color--white);
  --arrow--primary-bg: var(--voyager-color--white);
  --arrow--primary-icon: var(--voyager-color--brand-one);
  --arrow--primary-border: var(--voyager-color--brand-one);
  --arrow--primary-color: var(--voyager-color--brand-one);
  --arrow--primary-hover-bg: var(--voyager-color--white);
  --arrow--primary-hover-icon: var(--voyager-color--brand-two);
  --arrow--primary-hover-border: var(--voyager-color--brand-one);
  --arrow--primary-hover-color: var(--voyager-color--brand-two);
  --arrow--primary-active-bg: var(--voyager-color--brand-one);
  --arrow--primary-active-icon: var(--voyager-color--white);
  --arrow--primary-active-border: var(--voyager-color--white);
  --arrow--primary-active-color: var(--voyager-color--white);
  --arrow--secondary-bg: var(--voyager-color--white);
  --arrow--secondary-icon: var(--voyager-color--brand-three);
  --arrow--secondary-border: var(--voyager-color--brand-three);
  --arrow--secondary-hover-bg: var(--voyager-color--white);
  --arrow--secondary-hover-icon: var(--voyager-color--brand-two);
  --arrow--secondary-hover-border: var(--voyager-color--brand-two);
  --arrow--secondary-active-bg: var(--voyager-color--brand-two);
  --arrow--secondary-active-icon: var(--voyager-color--brand-three);
  --arrow--secondary-active-border: var(--voyager-color--brand-three);
  --gradient--linear: linear-gradient(180deg, rgba(57, 121, 125, 0) 0%, #39797D 55.5%);
  --gradient--gallery: linear-gradient(180deg, rgba(57, 121, 125, .45) 0%, #39797D 55.5%);
  --gradient--hero: linear-gradient(90deg, rgba(57, 121, 125, 1) 0%, rgba(57, 121, 125, 0) 100%);
  --border--bottom: var(--voyager-color--brand-one);
  --color--icon-svg-path: var(--voyager-color--brand-one);
  --color--icon-wave-path: var(--voyager-color--brand-three);
}

:root {
  --voyager-site-width: 1920px;
}

body.ashore-hotel {
  --voyager-today--bg-color: var(--voyager-color--brand-one);
  --voyager-today--focused-color: var(--voyager-color--brand-one);
  --voyager-color--brand-one: #10838B;
  --voyager-color--brand-two: #D52000;
  --voyager-color--brand-three: #3F3E3E;
  --voyager-color--brand-four: #846B2E;
  --voyager-color--brand-five: #F1F1F1;
  --text--pre-heading: var(--voyager-color--brand-two);
  --text--heading: var(--voyager-color--brand-one);
  --text--textarea: var(--voyager-color--brand-three);
  --text--h1: var(--voyager-color--brand-one);
  --text--h2: var(--voyager-color--brand-one);
  --text--h3: var(--voyager-color--brand-one);
  --text--h4: var(--voyager-color--brand-one);
  --text--anchor: var(--voyager-color--brand-one);
  --text--anchor-hover: var(--voyager-color--brand-one);
  --text--anchor-active: var(--voyager-color--brand-one);
  --text--anchor-inverted: var(--voyager-color--brand-one);
  --text--anchor-inverted-hover: var(--voyager-color--brand-one);
  --text--anchor-inverted-active: var(--voyager-color--brand-one);
  --content--border: var(--voyager-color--brand-two);
  --location--border: var(--voyager-color--brand-three);
  --header--border: var(--voyager-color--brand-one);
  --section--border: rgba(63, 62, 62, .1);
  --menu--text-color: var(--voyager-color--brand-three);
  --menu--text-active-color: var(--voyager-color--brand-two);
  --header--color: var(--voyager-color--brand-three);
  --header--bg: var(--voyager-color--white);
  --header--button-color: var(--voyager-color--brand-three);
  --header--button-bg: var(--voyager-color--brand-three);
  --header--button-border: var(--voyager-color--brand-three);
  --header--svg-color: var(--voyager-color--brand-one);
  --header--button-hover-color: var(--voyager-color--white);
  --header--button-hover-bg: var(--voyager-color--brand-one);
  --header--button-hover-border: var(--voyager-color--brand-three);
  --header--svg-hover-color: var(--voyager-color--brand-one);
  --header--button-active-color: var(--voyager-color--brand-three);
  --header--button-active-bg: var(--voyager-color--brand-three);
  --header--button-active-border: var(--voyager-color--brand-three);
  --header--svg-active-color: var(--voyager-color--brand-one);
  --menu--popup-menu-active-active-color: var(--voyager-color--brand-two);
  --menu--level-0-bg: var(--voyager-color--white);
  --menu--level-0-color: var(--voyager-color--brand-three);
  --menu--level-0-bg-hover: var(--voyager-color--white);
  --menu--level-0-hover-color: var(--voyager-color--brand-two);
  --menu--level-1-bg: var(--voyager-color--white);
  --menu--level-1-color: var(--voyager-color--brand-three);
  --menu--level-1-bg-hover: var(--voyager-color--brand-two);
  --menu--level-1-hover-color: var(--voyager-color--brand-two);
  --menu--popup-bg: var(--voyager-color--white);
  --menu--popup-logo-border: var(--voyager-color--brand-two);
  --menu--popup-map-pin-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-open-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-closed-color: var(--voyager-color--brand-one);
  --menu--property-submenu-wrapper-bg: var(--voyager-color--white);
  --button--book-now-bg: var(--voyager-color--brand-three);
  --button--book-now-color: var(--voyager-color--brand-two);
  --button--book-now-border: var(--voyager-color--brand-three);
  --button--book-now-hover-bg: var(--voyager-color--brand-three);
  --button--book-now-hover-color: var(--voyager-color--white);
  --button--book-now-hover-border: var(--voyager-color--brand-three);
  --year-button--bg-color--hover: var(--voyager-color--brand-three);
  --year-button--bg-color--active: var(--voyager-color--brand-three);
  --year-button--text-color--hover: var(--voyager-color--white);
  --location-menu--title-color: var(--voyager-color--brand-three);
  --hamburger-button--title-color: var(--voyager-color--brand-three);
  --accordion--border: var(--voyager-color--brand-one);
  --accordion--header-bg: var(--voyager-color--brand-one);
  --accordion--header-hover-bg: var(--voyager-color--brand-four);
  --accordion--header-color: var(--voyager-color--white);
  --accordion--header-icon: var(--accordion--header-bg);
  --accordion--header-icon-bg: var(--voyager-color--white);
  --accordion--header-border: var(--accordion--border);
  --accordion--panel-header-bg: var(--voyager-color--brand-four);
  --accordion--panel-header-text-active: var(--voyager-color--white);
  --accordion--panel-header-bg-active: var(--voyager-color--brand-five);
  --accordion--panel-header-border-active: var(--voyager-color--black);
  --banner--content-bg: var(--voyager-color--white);
  --banner--content-color: var(--voyager-color--brand-three);
  --banner--heading-color: var(--voyager-color--brand-one);
  --booking-panel--bg: var(--voyager-color--white);
  --booking-panel--square-bg: var(--voyager-color--white);
  --booking-panel--modal-button-color: var(--voyager-color--white);
  --booking-panel--modal-button-bg: var(--voyager-color--brand-one);
  --booking-panel--card-color: var(--voyager-color--brand-one);
  --booking-panel--card-bg: var(--voyager-color--brand-four);
  --booking-panel--card-hover-color: var(--voyager-color--brand-five);
  --booking-panel--card-hover-bg: var(--voyager-color--white);
  --booking-panel--card-date-color: var(--voyager-color--black);
  --booking-panel--card-date-border: var(--voyager-color--brand-one);
  --booking-panel--card-month-border: var(--voyager-color--brand-one);
  --booking-panel--card-label-color: var(--voyager-color--brand-one);
  --booking-panel--card-specials-bg: var(--voyager-color--brand-one);
  --booking-panel--date-card-border: var(--voyager-color--brand-five);
  --booking-panel--button-color: var(--voyager-color--white);
  --booking-panel--button-bg: var(--voyager-color--brand-one);
  --booking-panel--property-select-border: var(--voyager-color--brand-one);
  --booking-panel--property-item-border: var(--voyager-color--brand-four);
  --booking-panel--property-item-active-border: var(--voyager-color--brand-five);
  --booking-panel--property-item-active-bg: var(--voyager-color--brand-three);
  --booking-panel--widget-bg: var(--voyager-color--white);
  --booking-panel--wrapper-left-bg: var(--voyager-color--brand-one);
  --booking-panel--wrapper-border: var(--voyager-color--brand-one);
  --booking-panel--wrapper-panel-card-border: var(--voyager-color--white);
  --booking-panel--promotion-color: var(--voyager-color--black);
  --booking-panel--promotion-slider-bg: var(--voyager-color--white);
  --booking-panel--filter-tab-color: var(--voyager-color--black);
  --booking-panel--filter-tab-hover-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-bg: var(--voyager-color--brand-one);
  --booking-panel--input-promo-color: var(--voyager-color--brand-one);
  --booking-panel--input-promo-border: var(--voyager-color--brand-one);
  --booking-panel--svg-anchor-fill: var(--voyager-color--brand-one);
  --breadcrumbs--last-color: var(--voyager-color--brand-one);
  --breadcrumbs--color: var(--voyager-color--brand-three);
  --card--border: var(--voyager-color--brand-two);
  --card--bg: var(--voyager-color--white);
  --card--heading-color: var(--voyager-color--brand-one);
  --card--category-list-border: var(--voyager-color--brand-four);
  --card--content-wrapper-bg: var(--voyager-color--white);
  --card--default-card-bg: var(--voyager-color--white);
  --card--full-bg-card-color: var(--voyager-color--white);
  --card-grid--button-border-primary: var(--voyager-color--white);
  --card-grid--button-border-secondary: var(--voyager-color--white);
  --card-grid--filter-menu-border: var(--voyager-color--brand-one);
  --card-grid--filter-menu-item-color: var(--voyager-color--brand-two);
  --card-grid--filter-menu-item-bg: var(--voyager-color--brand-two);
  --card-grid--filter-menu-button-color: var(--voyager-color--brand-one);
  --carousel--filter-border: var(--voyager-color--brand-one);
  --carousel--filter-select-color: var(--voyager-color--brand-two);
  --carousel--filter-select-border: var(--voyager-color--brand-one);
  --carousel--filter-item-color: var(--voyager-color--brand-one);
  --carousel--filter-item-active-color: var(--voyager-color--brand-two);
  --carousel--filter-item-active-bg: var(--voyager-color--brand-two);
  --carousel--popup-bg: var(--voyager-color--white);
  --daterange--card-label-color: var(--voyager-color--brand-one);
  --daterange--card-date-color: var(--voyager-color--black);
  --daterange--card-date-bg: var(--voyager-color--brand-three);
  --daterange--card-date-bg2: var(--voyager-color--brand-five);
  --daterange--card-date-before-border: var(--voyager-color--brand-five);
  --daterange--month-color: var(--voyager-color--black);
  --daterange--month-border: var(--voyager-color--brand-one);
  --daterange--date-color: var(--voyager-color--black);
  --daterange--date-hover-color: var(--voyager-color--brand-one);
  --daterange--year-color: var(--voyager-color--black);
  --features--splide-track-bg: var(--voyager-color--brand-three);
  --fifty-fifty--sticky-border: var(--voyager-color--brand-four);
  --fifty-fifty--newsletter-desc-color: var(--voyager-color--white);
  --fifty-fifty--newsletter-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-border: var(--voyager-color--white);
  --gallery--icon-color: var(--voyager-color--white);
  --gallery--image-overlay-icon-color: var(--voyager-color--white);
  --gallery--caption-color: var(--voyager-color--white);
  --gallery--group-title-color: var(--voyager-color--white);
  --gallery--group-title-bg: rgba(0, 0, 0, .4);
  --hero--border: var(--voyager-color--brand-two);
  --hero--full-content-border: var(--voyager-color--white);
  --hero--full-content-color: var(--voyager-color--white);
  --hero--heading-color: var(--voyager-color--brand-one);
  --hero--pre-heading-color: var(--voyager-color--brand-two);
  --hero--textarea-color: var(--voyager-color--brand-three);
  --hero--video-control-icon-border: var(--voyager-color--white);
  --hero--video-control-play-bg: var(--voyager-color--white);
  --hero--video-control-text-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-border: var(--voyager-color--white);
  --hero--arrow-bg: var(--voyager-color--brand-three);
  --hero--arrow-hover-bg: var(--voyager-color--brand-two);
  --instagram--color: var(--voyager-color--black);
  --instagram--name-color: var(--voyager-color--black);
  --lightbox--color: var(--voyager-color--white);
  --lightbox--expanded-link-color: var(--voyager-color--brand-one);
  --lightbox--overlay-bg: var(--voyager-color--brand-one);
  --lightbox--button-path-fill: var(--voyager-color--brand-one);
  --lightbox--button-path-stroke: var(--voyager-color--brand-one);
  --lightbox--slide-content-bg: var(--voyager-color--white);
  --lightbox--content-overlay-bg: var(--voyager-color--white);
  --lightbox--thumbnail-slide-container-bg: var(--voyager-color--white);
  --lightbox--thumbnail-item-active-border: var(--voyager-color--active);
  --map-menu--bg: var(--voyager-color--white);
  --map-menu--nav-item-active-color: var(--voyager-color--brand-two);
  --map-menu--map-bg: var(--voyager-color--brand-two);
  --map-menu--header-overlay-bg: var(--voyager-color--white);
  --map-menu--pin-bg: var(--voyager-color--brand-two);
  --map-menu--filter-trigger-color: var(--voyager-color--black);
  --map-menu--filter-trigger-bg: var(--voyager-color--brand-four);
  --map-menu--filter-active-trigger-bg: var(--voyager-color--brand-five);
  --map-menu--filter-bg: var(--voyager-color--white);
  --map-menu--filter-hover-bg: var(--voyager-color--brand-three);
  --map-menu--filter-checkbox-color: var(--voyager-color--brand-two);
  --map-menu--filter-checkbox-indicator-border: var(--voyager-color--brand-five);
  --map-menu--filter-checkbox-indicator-bg: var(--voyager-color--brand-two);
  --map-menu--filter-icon-fill: var(--voyager-color--brand-one);
  --map-menu--filter-text: var(--voyager-color--brand-one);
  --masonry--bg: var(--voyager-color--brand-three);
  --masonry--card-color: var(--voyager-color--white);
  --masonry--card-bg: var(--voyager-color--brand-one);
  --masonry--linear-gradient: var(--gradient--linear);
  --rooms-navigation--bg: var(--voyager-color--white);
  --rooms-navigation--color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-hover-color: var(--voyager-color--brand-two);
  --rooms-navigation--anchor-current-color: var(--voyager-color--brand-one);
  --social-links--color: var(--voyager-color--brand-one);
  --social-links--hover-color: var(--voyager-color--brand-two);
  --footer--color: var(--voyager-color--brand-three);
  --footer--row-bg: var(--voyager-color--white);
  --footer--link-color: var(--voyager-color--brand-one);
  --footer--svg-fill: var(--voyager-color--white);
  --footer--copyright-color: var(--voyager-color--white);
  --footer--shortcode-title-color: var(--voyager-color--brand-one);
  --footer--made-by-anchor-color: var(--voyager-color--brand-one);
  --footer--menu-anchor-color: var(--voyager-color--brand-three);
  --footer--menu-anchor-hover-color: var(--voyager-color--brand-two);
  --button--primary-color: var(--voyager-color--white);
  --button--primary-bg: var(--voyager-color--brand-one);
  --button--primary-border: var(--voyager-color--brand-one);
  --button--primary-svg: var(--voyager-color--white);
  --button--primary-hover-color: var(--voyager-color--brand-one);
  --button--primary-hover-bg: var(--voyager-color--white);
  --button--primary-hover-border: var(--voyager-color--brand-one);
  --button--primary-hover-svg: var(--voyager-color--brand-one);
  --button--primary-active-color: var(--voyager-color--brand-one);
  --button--primary-active-bg: var(--voyager-color--white);
  --button--primary-active-border: var(--voyager-color--brand-one);
  --button--primary-active-svg: var(--voyager-color--brand-one);
  --button--secondary-color: var(--voyager-color--white);
  --button--secondary-bg: var(--voyager-color--brand-two);
  --button--secondary-border: var(--voyager-color--white);
  --button--secondary-svg: var(--voyager-color--white);
  --button--secondary-hover-color: var(--voyager-color--brand-two);
  --button--secondary-hover-bg: var(--voyager-color--white);
  --button--secondary-hover-border: var(--voyager-color--brand-two);
  --button--secondary-hover-svg: var(--voyager-color--brand-two);
  --button--secondary-active-color: var(--voyager-color--brand-two);
  --button--secondary-active-bg: var(--voyager-color--white);
  --button--secondary-active-border: var(--voyager-color--brand-two);
  --button--secondary-active-svg: var(--voyager-color--brand-two);
  --button--ghost-color: var(--voyager-color--white);
  --button--ghost-bg: var(--voyager-color--brand-two);
  --button--ghost-border: var(--voyager-color--brand-two);
  --button--ghost-svg: var(--voyager-color--white);
  --button--ghost-hover-color: var(--voyager-color--white);
  --button--ghost-hover-bg: var(--voyager-color--brand-two);
  --button--ghost-hover-border: var(--voyager-color--brand-two);
  --button--ghost-hover-svg: var(--voyager-color--white);
  --button--ghost-active-color: var(--voyager-color--white);
  --button--ghost-active-bg: var(--voyager-color--brand-two);
  --button--ghost-active-border: var(--voyager-color--brand-two);
  --button--ghost-active-svg: var(--voyager-color--white);
  --button--close-color: var(--voyager-color--brand-three);
  --button--close-border: var(--voyager-color--brand-one);
  --button--close-svg: var(--voyager-color--brand-one);
  --button--close-hover-color: var(--voyager-color--white);
  --button--close-hover-bg: var(--voyager-color--brand-one);
  --button--close-hover-border: var(--voyager-color--brand-one);
  --button--close-hover-svg: var(--voyager-color--white);
  --button--close-active-color: var(--voyager-color--white);
  --button--close-active-bg: var(--voyager-color--brand-one);
  --button--close-active-border: var(--voyager-color--brand-one);
  --button--close-active-svg: var(--voyager-color--white);
  --button--splide-color: var(--voyager-color--brand-one);
  --button--splide-bg: var(--voyager-color--white);
  --button--splide-border: var(--voyager-color--brand-one);
  --button--splide-svg: var(--voyager-color--brand-one);
  --button--splide-hover-color: var(--voyager-color--brand-two);
  --button--splide-hover-bg: var(--voyager-color--white);
  --button--splide-hover-border: var(--voyager-color--brand-one);
  --button--splide-hover-svg: var(--voyager-color--brand-one);
  --button--splide-active-color: var(--voyager-color--white);
  --button--splide-active-bg: var(--voyager-color--brand-one);
  --button--splide-active-border: var(--voyager-color--white);
  --button--splide-active-svg: var(--voyager-color--white);
  --splide--progress-bar: var(--voyager-color--four);
  --splide--progress-bar-wrapper: var(--voyager-color--brand-one);
  --error-404--h1-color: var(--voyager-color--brand-one);
  --error-404--h2-color: var(--voyager-color--brand-three);
  --error-404--h3-color: var(--voyager-color--brand-three);
  --single--title-after-bg: var(--voyager-color--brand-four);
  --search--h1-color: var(--voyager-color--brand-five);
  --search--card-border: var(--voyager-color--brand-four);
  --search--pagination-color: var(--voyager-color--black);
  --search--pagination-current-color: var(--voyager-color--white);
  --search--pagination-current-bg: var(--voyager-color--brand-three);
  --sitemap--h1-color: var(--voyager-color--brand-one);
  --sitemap--h2-color: var(--sitemap--h1-color);
  --sitemap--h3-color: var(--sitemap--h1-color);
  --sitemap--text-color: var(--voyager-color--white);
  --arrow--primary-bg: var(--voyager-color--white);
  --arrow--primary-icon: var(--voyager-color--brand-one);
  --arrow--primary-border: var(--voyager-color--brand-one);
  --arrow--primary-color: var(--voyager-color--brand-one);
  --arrow--primary-hover-bg: var(--voyager-color--white);
  --arrow--primary-hover-icon: var(--voyager-color--brand-two);
  --arrow--primary-hover-border: var(--voyager-color--brand-one);
  --arrow--primary-hover-color: var(--voyager-color--brand-two);
  --arrow--primary-active-bg: var(--voyager-color--brand-one);
  --arrow--primary-active-icon: var(--voyager-color--white);
  --arrow--primary-active-border: var(--voyager-color--white);
  --arrow--primary-active-color: var(--voyager-color--white);
  --arrow--secondary-bg: var(--voyager-color--white);
  --arrow--secondary-icon: var(--voyager-color--brand-three);
  --arrow--secondary-border: var(--voyager-color--brand-three);
  --arrow--secondary-hover-bg: var(--voyager-color--white);
  --arrow--secondary-hover-icon: var(--voyager-color--brand-two);
  --arrow--secondary-hover-border: var(--voyager-color--brand-two);
  --arrow--secondary-active-bg: var(--voyager-color--brand-two);
  --arrow--secondary-active-icon: var(--voyager-color--brand-three);
  --arrow--secondary-active-border: var(--voyager-color--brand-three);
  --gradient--linear: linear-gradient(180deg, rgba(57, 121, 125, 0) 0%, #39797D 55.5%);
  --gradient--gallery: linear-gradient(180deg, rgba(57, 121, 125, .45) 0%, #39797D 55.5%);
  --gradient--hero: linear-gradient(90deg, rgba(57, 121, 125, 1) 0%, rgba(57, 121, 125, 0) 100%);
  --border--bottom: var(--voyager-color--brand-one);
  --color--icon-svg-path: var(--voyager-color--brand-one);
  --color--icon-wave-path: var(--voyager-color--brand-three);
}

:root {
  --voyager-site-width: 1920px;
}

body.boardwalk-cottages {
  --voyager-today--bg-color: var(--voyager-color--brand-three);
  --voyager-today--focused-color: var(--voyager-color--brand-three);
  --voyager-color--brand-one: #1B3245;
  --voyager-color--brand-two: #131112;
  --voyager-color--brand-three: #E2B417;
  --voyager-color--brand-four: #6B6E6C;
  --voyager-color--brand-five: #F1F1F1;
  --voyager-color--brand-six: #BDC8C2;
  --text--pre-heading: var(--voyager-color--brand-two);
  --text--heading: var(--voyager-color--brand-one);
  --text--textarea: var(--voyager-color--brand-three);
  --text--h1: var(--voyager-color--brand-one);
  --text--h2: var(--voyager-color--brand-one);
  --text--h3: var(--voyager-color--brand-one);
  --text--h4: var(--voyager-color--brand-one);
  --text--anchor: var(--voyager-color--brand-one);
  --text--anchor-hover: var(--voyager-color--brand-one);
  --text--anchor-active: var(--voyager-color--brand-one);
  --text--anchor-inverted: var(--voyager-color--brand-one);
  --text--anchor-inverted-hover: var(--voyager-color--brand-one);
  --text--anchor-inverted-active: var(--voyager-color--brand-one);
  --content--border: var(--voyager-color--brand-two);
  --location--border: var(--voyager-color--brand-three);
  --header--border: var(--voyager-color--brand-one);
  --section--border: rgba(63, 62, 62, .1);
  --menu--text-color: var(--voyager-color--brand-three);
  --menu--text-active-color: var(--voyager-color--brand-two);
  --header--color: var(--voyager-color--brand-three);
  --header--bg: var(--voyager-color--white);
  --header--button-color: var(--voyager-color--brand-three);
  --header--button-bg: var(--voyager-color--brand-three);
  --header--button-border: var(--voyager-color--brand-three);
  --header--svg-color: var(--voyager-color--brand-one);
  --header--button-hover-color: var(--voyager-color--brand-two);
  --header--button-hover-bg: var(--voyager-color--brand-three);
  --header--button-hover-border: var(--voyager-color--brand-three);
  --header--svg-hover-color: var(--voyager-color--brand-one);
  --header--button-active-color: var(--voyager-color--brand-two);
  --header--button-active-bg: var(--voyager-color--brand-three);
  --header--button-active-border: var(--voyager-color--brand-three);
  --header--svg-active-color: var(--voyager-color--brand-one);
  --menu--popup-menu-active-active-color: var(--voyager-color--brand-four);
  --menu--level-0-bg: var(--voyager-color--white);
  --menu--level-0-color: var(--voyager-color--brand-two);
  --menu--level-0-bg-hover: var(--voyager-color--white);
  --menu--level-0-hover-color: var(--voyager-color--brand-four);
  --menu--level-1-bg: var(--voyager-color--white);
  --menu--level-1-color: var(--voyager-color--brand-two);
  --menu--level-1-bg-hover: var(--voyager-color--brand-two);
  --menu--level-1-hover-color: var(--voyager-color--brand-four);
  --menu--popup-bg: var(--voyager-color--white);
  --menu--popup-logo-border: var(--voyager-color--brand-two);
  --menu--popup-map-pin-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-open-color: var(--voyager-color--brand-three);
  --menu--submenu-icon-closed-color: var(--voyager-color--brand-two);
  --menu--property-submenu-wrapper-bg: var(--voyager-color--white);
  --button--book-now-bg: var(--voyager-color--brand-three);
  --button--book-now-color: var(--voyager-color--brand-two);
  --button--book-now-border: var(--voyager-color--brand-three);
  --button--book-now-hover-bg: var(--voyager-color--brand-three);
  --button--book-now-hover-color: var(--voyager-color--white);
  --button--book-now-hover-border: var(--voyager-color--brand-three);
  --year-button--bg-color--hover: var(--voyager-color--brand-three);
  --year-button--bg-color--active: var(--voyager-color--brand-three);
  --year-button--text-color--hover: var(--voyager-color--white);
  --location-menu--title-color: var(--voyager-color--brand-two);
  --hamburger-button--title-color: var(--voyager-color--brand-two);
  --accordion--border: var(--voyager-color--brand-one);
  --accordion--header-bg: var(--voyager-color--brand-one);
  --accordion--header-hover-bg: var(--voyager-color--brand-four);
  --accordion--header-color: var(--voyager-color--white);
  --accordion--header-icon: var(--accordion--header-bg);
  --accordion--header-icon-bg: var(--voyager-color--white);
  --accordion--header-border: var(--accordion--border);
  --accordion--panel-header-bg: var(--voyager-color--brand-four);
  --accordion--panel-header-text-active: var(--voyager-color--white);
  --accordion--panel-header-bg-active: var(--voyager-color--brand-five);
  --accordion--panel-header-border-active: var(--voyager-color--black);
  --banner--content-bg: var(--voyager-color--white);
  --banner--content-color: var(--voyager-color--brand-three);
  --banner--heading-color: var(--voyager-color--brand-one);
  --booking-panel--bg: var(--voyager-color--white);
  --booking-panel--square-bg: var(--voyager-color--white);
  --booking-panel--modal-button-color: var(--voyager-color--white);
  --booking-panel--modal-button-bg: var(--voyager-color--brand-one);
  --booking-panel--card-color: var(--voyager-color--brand-one);
  --booking-panel--card-bg: var(--voyager-color--brand-four);
  --booking-panel--card-hover-color: var(--voyager-color--brand-five);
  --booking-panel--card-hover-bg: var(--voyager-color--white);
  --booking-panel--card-date-color: var(--voyager-color--black);
  --booking-panel--card-date-border: var(--voyager-color--brand-one);
  --booking-panel--card-month-border: var(--voyager-color--brand-one);
  --booking-panel--card-label-color: var(--voyager-color--brand-one);
  --booking-panel--card-specials-bg: var(--voyager-color--brand-one);
  --booking-panel--date-card-border: var(--voyager-color--brand-five);
  --booking-panel--button-color: var(--voyager-color--white);
  --booking-panel--button-bg: var(--voyager-color--brand-one);
  --booking-panel--property-select-border: var(--voyager-color--brand-one);
  --booking-panel--property-item-border: var(--voyager-color--brand-four);
  --booking-panel--property-item-active-border: var(--voyager-color--brand-five);
  --booking-panel--property-item-active-bg: var(--voyager-color--brand-three);
  --booking-panel--widget-bg: var(--voyager-color--white);
  --booking-panel--wrapper-left-bg: var(--voyager-color--brand-one);
  --booking-panel--wrapper-border: var(--voyager-color--brand-one);
  --booking-panel--wrapper-panel-card-border: var(--voyager-color--white);
  --booking-panel--promotion-color: var(--voyager-color--black);
  --booking-panel--promotion-slider-bg: var(--voyager-color--white);
  --booking-panel--filter-tab-color: var(--voyager-color--black);
  --booking-panel--filter-tab-hover-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-bg: var(--voyager-color--brand-one);
  --booking-panel--input-promo-color: var(--voyager-color--brand-one);
  --booking-panel--input-promo-border: var(--voyager-color--brand-one);
  --booking-panel--svg-anchor-fill: var(--voyager-color--brand-one);
  --breadcrumbs--last-color: var(--voyager-color--brand-one);
  --breadcrumbs--color: var(--voyager-color--brand-two);
  --card--border: var(--voyager-color--brand-two);
  --card--bg: var(--voyager-color--white);
  --card--heading-color: var(--voyager-color--brand-one);
  --card--category-list-border: var(--voyager-color--brand-four);
  --card--content-wrapper-bg: var(--voyager-color--white);
  --card--default-card-bg: var(--voyager-color--white);
  --card--full-bg-card-color: var(--voyager-color--white);
  --card-grid--button-border-primary: var(--voyager-color--white);
  --card-grid--button-border-secondary: var(--voyager-color--white);
  --card-grid--filter-menu-border: var(--voyager-color--brand-one);
  --card-grid--filter-menu-item-color: var(--voyager-color--brand-two);
  --card-grid--filter-menu-item-bg: var(--voyager-color--brand-two);
  --card-grid--filter-menu-button-color: var(--voyager-color--brand-one);
  --carousel--filter-border: var(--voyager-color--brand-one);
  --carousel--filter-select-color: var(--voyager-color--brand-two);
  --carousel--filter-select-border: var(--voyager-color--brand-one);
  --carousel--filter-item-color: var(--voyager-color--brand-one);
  --carousel--filter-item-active-color: var(--voyager-color--brand-two);
  --carousel--filter-item-active-bg: var(--voyager-color--brand-two);
  --carousel--popup-bg: var(--voyager-color--white);
  --daterange--card-label-color: var(--voyager-color--brand-one);
  --daterange--card-date-color: var(--voyager-color--black);
  --daterange--card-date-bg: var(--voyager-color--brand-three);
  --daterange--card-date-bg2: var(--voyager-color--brand-five);
  --daterange--card-date-before-border: var(--voyager-color--brand-five);
  --daterange--month-color: var(--voyager-color--black);
  --daterange--month-border: var(--voyager-color--brand-one);
  --daterange--date-color: var(--voyager-color--black);
  --daterange--date-hover-color: var(--voyager-color--brand-one);
  --daterange--year-color: var(--voyager-color--black);
  --features--splide-track-bg: var(--voyager-color--brand-three);
  --fifty-fifty--sticky-border: var(--voyager-color--brand-four);
  --fifty-fifty--newsletter-desc-color: var(--voyager-color--white);
  --fifty-fifty--newsletter-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-border: var(--voyager-color--white);
  --gallery--icon-color: var(--voyager-color--white);
  --gallery--image-overlay-icon-color: var(--voyager-color--white);
  --gallery--caption-color: var(--voyager-color--white);
  --gallery--group-title-color: var(--voyager-color--white);
  --gallery--group-title-bg: rgba(0, 0, 0, .4);
  --hero--border: var(--voyager-color--brand-two);
  --hero--full-content-border: var(--voyager-color--white);
  --hero--full-content-color: var(--voyager-color--white);
  --hero--heading-color: var(--voyager-color--brand-one);
  --hero--pre-heading-color: var(--voyager-color--brand-two);
  --hero--textarea-color: var(--voyager-color--brand-three);
  --hero--video-control-icon-border: var(--voyager-color--white);
  --hero--video-control-play-bg: var(--voyager-color--white);
  --hero--video-control-text-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-border: var(--voyager-color--white);
  --hero--arrow-bg: var(--voyager-color--brand-three);
  --hero--arrow-hover-bg: var(--voyager-color--brand-two);
  --instagram--color: var(--voyager-color--black);
  --instagram--name-color: var(--voyager-color--black);
  --lightbox--color: var(--voyager-color--white);
  --lightbox--expanded-link-color: var(--voyager-color--brand-one);
  --lightbox--overlay-bg: var(--voyager-color--brand-one);
  --lightbox--button-path-fill: var(--voyager-color--brand-one);
  --lightbox--button-path-stroke: var(--voyager-color--brand-one);
  --lightbox--slide-content-bg: var(--voyager-color--white);
  --lightbox--content-overlay-bg: var(--voyager-color--white);
  --lightbox--thumbnail-slide-container-bg: var(--voyager-color--white);
  --lightbox--thumbnail-item-active-border: var(--voyager-color--active);
  --map-menu--bg: var(--voyager-color--white);
  --map-menu--nav-item-active-color: var(--voyager-color--brand-two);
  --map-menu--map-bg: var(--voyager-color--brand-two);
  --map-menu--header-overlay-bg: var(--voyager-color--white);
  --map-menu--pin-bg: var(--voyager-color--brand-two);
  --map-menu--filter-trigger-color: var(--voyager-color--black);
  --map-menu--filter-trigger-bg: var(--voyager-color--brand-four);
  --map-menu--filter-active-trigger-bg: var(--voyager-color--brand-five);
  --map-menu--filter-bg: var(--voyager-color--white);
  --map-menu--filter-hover-bg: var(--voyager-color--brand-three);
  --map-menu--filter-checkbox-color: var(--voyager-color--brand-two);
  --map-menu--filter-checkbox-indicator-border: var(--voyager-color--brand-five);
  --map-menu--filter-checkbox-indicator-bg: var(--voyager-color--brand-two);
  --map-menu--filter-icon-fill: var(--voyager-color--brand-one);
  --map-menu--filter-text: var(--voyager-color--brand-one);
  --masonry--bg: var(--voyager-color--brand-three);
  --masonry--card-color: var(--voyager-color--white);
  --masonry--card-bg: var(--voyager-color--brand-one);
  --masonry--linear-gradient: var(--gradient--linear);
  --rooms-navigation--bg: var(--voyager-color--white);
  --rooms-navigation--color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-color: var(--voyager-color--brand-two);
  --rooms-navigation--anchor-hover-color: var(--voyager-color--brand-four);
  --rooms-navigation--anchor-current-color: var(--voyager-color--brand-four);
  --social-links--color: var(--voyager-color--brand-one);
  --social-links--hover-color: var(--voyager-color--brand-two);
  --footer--color: var(--voyager-color--brand-three);
  --footer--row-bg: var(--voyager-color--white);
  --footer--link-color: var(--voyager-color--brand-one);
  --footer--svg-fill: var(--voyager-color--white);
  --footer--copyright-color: var(--voyager-color--white);
  --footer--shortcode-title-color: var(--voyager-color--brand-one);
  --footer--made-by-anchor-color: var(--voyager-color--brand-one);
  --footer--menu-anchor-color: var(--voyager-color--brand-two);
  --footer--menu-anchor-hover-color: var(--voyager-color--brand-four);
  --button--primary-color: var(--voyager-color--brand-two);
  --button--primary-bg: var(--voyager-color--brand-three);
  --button--primary-border: var(--voyager-color--brand-two);
  --button--primary-svg: var(--voyager-color--brand-two);
  --button--primary-hover-color: var(--voyager-color--brand-two);
  --button--primary-hover-bg: var(--voyager-color--brand-six);
  --button--primary-hover-border: var(--voyager-color--brand-two);
  --button--primary-hover-svg: var(--voyager-color--brand-two);
  --button--primary-active-color: var(--voyager-color--brand-two);
  --button--primary-active-bg: var(--voyager-color--brand-six);
  --button--primary-active-border: var(--voyager-color--brand-two);
  --button--primary-active-svg: var(--voyager-color--brand-two);
  --button--secondary-color: var(--voyager-color--brand-three);
  --button--secondary-bg: var(--voyager-color--brand-two);
  --button--secondary-border: var(--voyager-color--brand-three);
  --button--secondary-svg: var(--voyager-color--brand-three);
  --button--secondary-hover-color: var(--voyager-color--brand-six);
  --button--secondary-hover-bg: var(--voyager-color--brand-two);
  --button--secondary-hover-border: var(--voyager-color--brand-six);
  --button--secondary-hover-svg: var(--voyager-color--brand-six);
  --button--secondary-active-color: var(--voyager-color--brand-six);
  --button--secondary-active-bg: var(--voyager-color--brand-two);
  --button--secondary-active-border: var(--voyager-color--brand-six);
  --button--secondary-active-svg: var(--voyager-color--brand-six);
  --button--ghost-color: var(--voyager-color--white);
  --button--ghost-bg: var(--voyager-color--brand-two);
  --button--ghost-border: var(--voyager-color--brand-two);
  --button--ghost-svg: var(--voyager-color--white);
  --button--ghost-hover-color: var(--voyager-color--white);
  --button--ghost-hover-bg: var(--voyager-color--brand-two);
  --button--ghost-hover-border: var(--voyager-color--brand-two);
  --button--ghost-hover-svg: var(--voyager-color--white);
  --button--ghost-active-color: var(--voyager-color--white);
  --button--ghost-active-bg: var(--voyager-color--brand-two);
  --button--ghost-active-border: var(--voyager-color--brand-two);
  --button--ghost-active-svg: var(--voyager-color--white);
  --button--close-color: var(--voyager-color--brand-four);
  --button--close-border: var(--voyager-color--brand-one);
  --button--close-svg: var(--voyager-color--brand-one);
  --button--close-hover-color: var(--voyager-color--brand-one);
  --button--close-hover-bg: var(--voyager-color--brand-three);
  --button--close-hover-border: var(--voyager-color--brand-one);
  --button--close-hover-svg: var(--voyager-color--brand-one);
  --button--close-active-color: var(--voyager-color--brand-one);
  --button--close-active-bg: var(--voyager-color--brand-three);
  --button--close-active-border: var(--voyager-color--brand-one);
  --button--close-active-svg: var(--voyager-color--brand-one);
  --button--splide-color: var(--voyager-color--brand-one);
  --button--splide-bg: var(--voyager-color--white);
  --button--splide-border: var(--voyager-color--brand-one);
  --button--splide-svg: var(--voyager-color--brand-one);
  --button--splide-hover-color: var(--voyager-color--brand-three);
  --button--splide-hover-bg: var(--voyager-color--white);
  --button--splide-hover-border: var(--voyager-color--brand-one);
  --button--splide-hover-svg: var(--voyager-color--brand-three);
  --button--splide-active-color: var(--voyager-color--brand-two);
  --button--splide-active-bg: var(--voyager-color--brand-three);
  --button--splide-active-border: var(--voyager-color--brand-two);
  --button--splide-active-svg: var(--voyager-color--brand-two);
  --splide--progress-bar: var(--voyager-color--four);
  --splide--progress-bar-wrapper: var(--voyager-color--brand-one);
  --error-404--h1-color: var(--voyager-color--brand-one);
  --error-404--h2-color: var(--voyager-color--brand-three);
  --error-404--h3-color: var(--voyager-color--brand-three);
  --single--title-after-bg: var(--voyager-color--brand-four);
  --search--h1-color: var(--voyager-color--brand-five);
  --search--card-border: var(--voyager-color--brand-four);
  --search--pagination-color: var(--voyager-color--black);
  --search--pagination-current-color: var(--voyager-color--white);
  --search--pagination-current-bg: var(--voyager-color--brand-three);
  --sitemap--h1-color: var(--voyager-color--brand-one);
  --sitemap--h2-color: var(--sitemap--h1-color);
  --sitemap--h3-color: var(--sitemap--h1-color);
  --sitemap--text-color: var(--voyager-color--white);
  --arrow--primary-bg: var(--voyager-color--white);
  --arrow--primary-icon: var(--voyager-color--brand-one);
  --arrow--primary-border: var(--voyager-color--brand-one);
  --arrow--primary-color: var(--voyager-color--brand-one);
  --arrow--primary-hover-bg: var(--voyager-color--white);
  --arrow--primary-hover-icon: var(--voyager-color--brand-three);
  --arrow--primary-hover-border: var(--voyager-color--brand-one);
  --arrow--primary-hover-color: var(--voyager-color--brand-three);
  --arrow--primary-active-bg: var(--voyager-color--brand-three);
  --arrow--primary-active-icon: var(--voyager-color--brand-two);
  --arrow--primary-active-border: var(--voyager-color--brand-two);
  --arrow--primary-active-color: var(--voyager-color--brand-two);
  --arrow--secondary-bg: var(--voyager-color--white);
  --arrow--secondary-icon: var(--voyager-color--brand-three);
  --arrow--secondary-border: var(--voyager-color--brand-three);
  --arrow--secondary-hover-bg: var(--voyager-color--white);
  --arrow--secondary-hover-icon: var(--voyager-color--brand-two);
  --arrow--secondary-hover-border: var(--voyager-color--brand-two);
  --arrow--secondary-active-bg: var(--voyager-color--brand-two);
  --arrow--secondary-active-icon: var(--voyager-color--brand-three);
  --arrow--secondary-active-border: var(--voyager-color--brand-three);
  --gradient--linear: linear-gradient(180deg, rgba(27, 50, 69, 0) 0%, #1B3245 55.5%);
  --gradient--gallery: linear-gradient(180deg, rgba(27, 50, 69, .45) 0%, #1B3245 55.5%);
  --gradient--hero: linear-gradient(90deg, rgba(27, 50, 69, 1) 0%, rgba(27, 50, 69, 0) 100%);
  --border--bottom: var(--voyager-color--brand-one);
  --color--icon-svg-path: var(--voyager-color--brand-one);
  --color--icon-wave-path: var(--voyager-color--brand-three);
}

:root {
  --voyager-site-width: 1920px;
}

body.bowline-hotel {
  --voyager-today--bg-color: var(--voyager-color--brand-three);
  --voyager-today--focused-color: var(--voyager-color--brand-three);
  --voyager-color--brand-one: #213D4F;
  --voyager-color--brand-two: #131112;
  --voyager-color--brand-three: #D92027;
  --voyager-color--brand-four: #ABA9AD;
  --voyager-color--brand-five: #F1F1F1;
  --text--pre-heading: var(--voyager-color--brand-two);
  --text--heading: var(--voyager-color--brand-one);
  --text--textarea: var(--voyager-color--brand-three);
  --text--h1: var(--voyager-color--brand-one);
  --text--h2: var(--voyager-color--brand-one);
  --text--h3: var(--voyager-color--brand-one);
  --text--h4: var(--voyager-color--brand-one);
  --text--anchor: var(--voyager-color--brand-one);
  --text--anchor-hover: var(--voyager-color--brand-one);
  --text--anchor-active: var(--voyager-color--brand-one);
  --text--anchor-inverted: var(--voyager-color--brand-one);
  --text--anchor-inverted-hover: var(--voyager-color--brand-one);
  --text--anchor-inverted-active: var(--voyager-color--brand-one);
  --content--border: var(--voyager-color--brand-three);
  --location--border: var(--voyager-color--brand-two);
  --header--border: var(--voyager-color--brand-one);
  --section--border: rgba(63, 62, 62, .1);
  --menu--text-color: var(--voyager-color--brand-three);
  --menu--text-active-color: var(--voyager-color--brand-two);
  --header--color: var(--voyager-color--brand-three);
  --header--bg: var(--voyager-color--white);
  --header--button-color: var(--voyager-color--brand-three);
  --header--button-bg: var(--voyager-color--brand-three);
  --header--button-border: var(--voyager-color--brand-two);
  --header--svg-color: var(--voyager-color--brand-one);
  --header--button-hover-color: var(--voyager-color--white);
  --header--button-hover-bg: var(--voyager-color--brand-three);
  --header--button-hover-border: var(--voyager-color--brand-three);
  --header--svg-hover-color: var(--voyager-color--brand-one);
  --header--button-active-color: var(--voyager-color--brand-three);
  --header--button-active-bg: var(--voyager-color--brand-three);
  --header--button-active-border: var(--voyager-color--brand-three);
  --header--svg-active-color: var(--voyager-color--brand-one);
  --menu--popup-menu-active-active-color: var(--voyager-color--brand-three);
  --menu--level-0-bg: var(--voyager-color--white);
  --menu--level-0-color: var(--voyager-color--brand-two);
  --menu--level-0-bg-hover: var(--voyager-color--white);
  --menu--level-0-hover-color: var(--voyager-color--brand-three);
  --menu--level-1-bg: var(--voyager-color--white);
  --menu--level-1-color: var(--voyager-color--brand-two);
  --menu--level-1-bg-hover: var(--voyager-color--brand-two);
  --menu--level-1-hover-color: var(--voyager-color--brand-three);
  --menu--popup-bg: var(--voyager-color--white);
  --menu--popup-logo-border: var(--voyager-color--brand-two);
  --menu--popup-map-pin-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-open-color: var(--voyager-color--brand-three);
  --menu--submenu-icon-closed-color: var(--voyager-color--brand-two);
  --menu--property-submenu-wrapper-bg: var(--voyager-color--white);
  --button--book-now-bg: var(--voyager-color--brand-three);
  --button--book-now-color: var(--voyager-color--brand-two);
  --button--book-now-border: var(--voyager-color--brand-three);
  --button--book-now-hover-bg: var(--voyager-color--brand-three);
  --button--book-now-hover-color: var(--voyager-color--white);
  --button--book-now-hover-border: var(--voyager-color--brand-three);
  --year-button--bg-color--hover: var(--voyager-color--brand-three);
  --year-button--bg-color--active: var(--voyager-color--brand-three);
  --year-button--text-color--hover: var(--voyager-color--white);
  --location-menu--title-color: var(--voyager-color--brand-two);
  --hamburger-button--title-color: var(--voyager-color--brand-two);
  --accordion--border: var(--voyager-color--brand-one);
  --accordion--header-bg: var(--voyager-color--brand-one);
  --accordion--header-hover-bg: var(--voyager-color--brand-four);
  --accordion--header-color: var(--voyager-color--white);
  --accordion--header-icon: var(--accordion--header-bg);
  --accordion--header-icon-bg: var(--voyager-color--white);
  --accordion--header-border: var(--accordion--border);
  --accordion--panel-header-bg: var(--voyager-color--brand-four);
  --accordion--panel-header-text-active: var(--voyager-color--white);
  --accordion--panel-header-bg-active: var(--voyager-color--brand-five);
  --accordion--panel-header-border-active: var(--voyager-color--black);
  --banner--content-bg: var(--voyager-color--white);
  --banner--content-color: var(--voyager-color--brand-three);
  --banner--heading-color: var(--voyager-color--brand-one);
  --booking-panel--bg: var(--voyager-color--white);
  --booking-panel--square-bg: var(--voyager-color--white);
  --booking-panel--modal-button-color: var(--voyager-color--white);
  --booking-panel--modal-button-bg: var(--voyager-color--brand-one);
  --booking-panel--card-color: var(--voyager-color--brand-one);
  --booking-panel--card-bg: var(--voyager-color--brand-four);
  --booking-panel--card-hover-color: var(--voyager-color--brand-five);
  --booking-panel--card-hover-bg: var(--voyager-color--white);
  --booking-panel--card-date-color: var(--voyager-color--black);
  --booking-panel--card-date-border: var(--voyager-color--brand-one);
  --booking-panel--card-month-border: var(--voyager-color--brand-one);
  --booking-panel--card-label-color: var(--voyager-color--brand-one);
  --booking-panel--card-specials-bg: var(--voyager-color--brand-one);
  --booking-panel--date-card-border: var(--voyager-color--brand-five);
  --booking-panel--button-color: var(--voyager-color--white);
  --booking-panel--button-bg: var(--voyager-color--brand-one);
  --booking-panel--property-select-border: var(--voyager-color--brand-one);
  --booking-panel--property-item-border: var(--voyager-color--brand-four);
  --booking-panel--property-item-active-border: var(--voyager-color--brand-five);
  --booking-panel--property-item-active-bg: var(--voyager-color--brand-three);
  --booking-panel--widget-bg: var(--voyager-color--white);
  --booking-panel--wrapper-left-bg: var(--voyager-color--brand-one);
  --booking-panel--wrapper-border: var(--voyager-color--brand-one);
  --booking-panel--wrapper-panel-card-border: var(--voyager-color--white);
  --booking-panel--promotion-color: var(--voyager-color--black);
  --booking-panel--promotion-slider-bg: var(--voyager-color--white);
  --booking-panel--filter-tab-color: var(--voyager-color--black);
  --booking-panel--filter-tab-hover-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-bg: var(--voyager-color--brand-one);
  --booking-panel--input-promo-color: var(--voyager-color--brand-one);
  --booking-panel--input-promo-border: var(--voyager-color--brand-one);
  --booking-panel--svg-anchor-fill: var(--voyager-color--brand-one);
  --breadcrumbs--last-color: var(--voyager-color--brand-one);
  --breadcrumbs--color: var(--voyager-color--brand-two);
  --card--border: var(--voyager-color--brand-one);
  --card--bg: var(--voyager-color--white);
  --card--heading-color: var(--voyager-color--brand-one);
  --card--category-list-border: var(--voyager-color--brand-four);
  --card--content-wrapper-bg: var(--voyager-color--white);
  --card--default-card-bg: var(--voyager-color--white);
  --card--full-bg-card-color: var(--voyager-color--white);
  --card-grid--button-border-primary: var(--voyager-color--white);
  --card-grid--button-border-secondary: var(--voyager-color--white);
  --card-grid--filter-menu-border: var(--voyager-color--brand-one);
  --card-grid--filter-menu-item-color: var(--voyager-color--brand-two);
  --card-grid--filter-menu-item-bg: var(--voyager-color--brand-two);
  --card-grid--filter-menu-button-color: var(--voyager-color--brand-one);
  --carousel--filter-border: var(--voyager-color--brand-one);
  --carousel--filter-select-color: var(--voyager-color--brand-two);
  --carousel--filter-select-border: var(--voyager-color--brand-one);
  --carousel--filter-item-color: var(--voyager-color--brand-one);
  --carousel--filter-item-active-color: var(--voyager-color--brand-two);
  --carousel--filter-item-active-bg: var(--voyager-color--brand-two);
  --carousel--popup-bg: var(--voyager-color--white);
  --daterange--card-label-color: var(--voyager-color--brand-one);
  --daterange--card-date-color: var(--voyager-color--black);
  --daterange--card-date-bg: var(--voyager-color--brand-three);
  --daterange--card-date-bg2: var(--voyager-color--brand-five);
  --daterange--card-date-before-border: var(--voyager-color--brand-five);
  --daterange--month-color: var(--voyager-color--black);
  --daterange--month-border: var(--voyager-color--brand-one);
  --daterange--date-color: var(--voyager-color--black);
  --daterange--date-hover-color: var(--voyager-color--brand-one);
  --daterange--year-color: var(--voyager-color--black);
  --features--splide-track-bg: var(--voyager-color--brand-three);
  --fifty-fifty--sticky-border: var(--voyager-color--brand-four);
  --fifty-fifty--newsletter-desc-color: var(--voyager-color--white);
  --fifty-fifty--newsletter-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-border: var(--voyager-color--white);
  --gallery--icon-color: var(--voyager-color--white);
  --gallery--image-overlay-icon-color: var(--voyager-color--white);
  --gallery--caption-color: var(--voyager-color--white);
  --gallery--group-title-color: var(--voyager-color--white);
  --gallery--group-title-bg: rgba(0, 0, 0, .4);
  --hero--border: var(--voyager-color--brand-two);
  --hero--full-content-border: var(--voyager-color--white);
  --hero--full-content-color: var(--voyager-color--white);
  --hero--heading-color: var(--voyager-color--brand-one);
  --hero--pre-heading-color: var(--voyager-color--brand-two);
  --hero--textarea-color: var(--voyager-color--brand-three);
  --hero--video-control-icon-border: var(--voyager-color--white);
  --hero--video-control-play-bg: var(--voyager-color--white);
  --hero--video-control-text-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-border: var(--voyager-color--white);
  --hero--arrow-bg: var(--voyager-color--brand-three);
  --hero--arrow-hover-bg: var(--voyager-color--brand-two);
  --instagram--color: var(--voyager-color--black);
  --instagram--name-color: var(--voyager-color--black);
  --lightbox--color: var(--voyager-color--white);
  --lightbox--expanded-link-color: var(--voyager-color--brand-one);
  --lightbox--overlay-bg: var(--voyager-color--brand-one);
  --lightbox--button-path-fill: var(--voyager-color--brand-one);
  --lightbox--button-path-stroke: var(--voyager-color--brand-one);
  --lightbox--slide-content-bg: var(--voyager-color--white);
  --lightbox--content-overlay-bg: var(--voyager-color--white);
  --lightbox--thumbnail-slide-container-bg: var(--voyager-color--white);
  --lightbox--thumbnail-item-active-border: var(--voyager-color--active);
  --map-menu--bg: var(--voyager-color--white);
  --map-menu--nav-item-active-color: var(--voyager-color--brand-two);
  --map-menu--map-bg: var(--voyager-color--brand-two);
  --map-menu--header-overlay-bg: var(--voyager-color--white);
  --map-menu--pin-bg: var(--voyager-color--brand-two);
  --map-menu--filter-trigger-color: var(--voyager-color--black);
  --map-menu--filter-trigger-bg: var(--voyager-color--brand-four);
  --map-menu--filter-active-trigger-bg: var(--voyager-color--brand-five);
  --map-menu--filter-bg: var(--voyager-color--white);
  --map-menu--filter-hover-bg: var(--voyager-color--brand-three);
  --map-menu--filter-checkbox-color: var(--voyager-color--brand-two);
  --map-menu--filter-checkbox-indicator-border: var(--voyager-color--brand-five);
  --map-menu--filter-checkbox-indicator-bg: var(--voyager-color--brand-two);
  --map-menu--filter-icon-fill: var(--voyager-color--brand-one);
  --map-menu--filter-text: var(--voyager-color--brand-one);
  --masonry--bg: var(--voyager-color--brand-three);
  --masonry--card-color: var(--voyager-color--white);
  --masonry--card-bg: var(--voyager-color--brand-one);
  --masonry--linear-gradient: var(--gradient--linear);
  --rooms-navigation--bg: var(--voyager-color--white);
  --rooms-navigation--color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-color: var(--voyager-color--brand-two);
  --rooms-navigation--anchor-hover-color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-current-color: var(--voyager-color--brand-one);
  --social-links--color: var(--voyager-color--brand-one);
  --social-links--hover-color: var(--voyager-color--brand-two);
  --footer--color: var(--voyager-color--brand-three);
  --footer--row-bg: var(--voyager-color--white);
  --footer--link-color: var(--voyager-color--brand-one);
  --footer--svg-fill: var(--voyager-color--white);
  --footer--copyright-color: var(--voyager-color--white);
  --footer--shortcode-title-color: var(--voyager-color--brand-one);
  --footer--made-by-anchor-color: var(--voyager-color--brand-one);
  --footer--menu-anchor-color: var(--voyager-color--brand-two);
  --footer--menu-anchor-hover-color: var(--voyager-color--brand-three);
  --button--primary-color: var(--voyager-color--white);
  --button--primary-bg: var(--voyager-color--brand-three);
  --button--primary-border: var(--voyager-color--white);
  --button--primary-svg: var(--voyager-color--white);
  --button--primary-hover-color: var(--voyager-color--brand-one);
  --button--primary-hover-bg: var(--voyager-color--white);
  --button--primary-hover-border: var(--voyager-color--brand-three);
  --button--primary-hover-svg: var(--voyager-color--brand-one);
  --button--primary-active-color: var(--voyager-color--brand-one);
  --button--primary-active-bg: var(--voyager-color--white);
  --button--primary-active-border: var(--voyager-color--brand-three);
  --button--primary-active-svg: var(--voyager-color--brand-one);
  --button--secondary-color: var(--voyager-color--white);
  --button--secondary-bg: var(--voyager-color--brand-one);
  --button--secondary-border: var(--voyager-color--white);
  --button--secondary-svg: var(--voyager-color--white);
  --button--secondary-hover-color: var(--voyager-color--brand-one);
  --button--secondary-hover-bg: var(--voyager-color--brand-four);
  --button--secondary-hover-border: var(--voyager-color--brand-one);
  --button--secondary-hover-svg: var(--voyager-color--brand-one);
  --button--secondary-active-color: var(--voyager-color--brand-one);
  --button--secondary-active-bg: var(--voyager-color--brand-four);
  --button--secondary-active-border: var(--voyager-color--brand-one);
  --button--secondary-active-svg: var(--voyager-color--brand-one);
  --button--ghost-color: var(--voyager-color--white);
  --button--ghost-bg: var(--voyager-color--brand-two);
  --button--ghost-border: var(--voyager-color--brand-two);
  --button--ghost-svg: var(--voyager-color--white);
  --button--ghost-hover-color: var(--voyager-color--white);
  --button--ghost-hover-bg: var(--voyager-color--brand-two);
  --button--ghost-hover-border: var(--voyager-color--brand-two);
  --button--ghost-hover-svg: var(--voyager-color--white);
  --button--ghost-active-color: var(--voyager-color--white);
  --button--ghost-active-bg: var(--voyager-color--brand-two);
  --button--ghost-active-border: var(--voyager-color--brand-two);
  --button--ghost-active-svg: var(--voyager-color--white);
  --button--close-color: var(--voyager-color--brand-two);
  --button--close-border: var(--voyager-color--brand-one);
  --button--close-svg: var(--voyager-color--brand-one);
  --button--close-hover-color: var(--voyager-color--white);
  --button--close-hover-bg: var(--voyager-color--brand-three);
  --button--close-hover-border: var(--voyager-color--white);
  --button--close-hover-svg: var(--voyager-color--white);
  --button--close-active-color: var(--voyager-color--white);
  --button--close-active-bg: var(--voyager-color--brand-three);
  --button--close-active-border: var(--voyager-color--white);
  --button--close-active-svg: var(--voyager-color--white);
  --button--splide-color: var(--voyager-color--brand-one);
  --button--splide-bg: var(--voyager-color--white);
  --button--splide-border: var(--voyager-color--brand-one);
  --button--splide-svg: var(--voyager-color--brand-one);
  --button--splide-hover-color: var(--voyager-color--brand-three);
  --button--splide-hover-bg: var(--voyager-color--white);
  --button--splide-hover-border: var(--voyager-color--brand-one);
  --button--splide-hover-svg: var(--voyager-color--brand-three);
  --button--splide-active-color: var(--voyager-color--brand-two);
  --button--splide-active-bg: var(--voyager-color--brand-three);
  --button--splide-active-border: var(--voyager-color--brand-two);
  --button--splide-active-svg: var(--voyager-color--brand-two);
  --splide--progress-bar: var(--voyager-color--four);
  --splide--progress-bar-wrapper: var(--voyager-color--brand-one);
  --error-404--h1-color: var(--voyager-color--brand-one);
  --error-404--h2-color: var(--voyager-color--brand-three);
  --error-404--h3-color: var(--voyager-color--brand-three);
  --single--title-after-bg: var(--voyager-color--brand-four);
  --search--h1-color: var(--voyager-color--brand-five);
  --search--card-border: var(--voyager-color--brand-four);
  --search--pagination-color: var(--voyager-color--black);
  --search--pagination-current-color: var(--voyager-color--white);
  --search--pagination-current-bg: var(--voyager-color--brand-three);
  --sitemap--h1-color: var(--voyager-color--brand-one);
  --sitemap--h2-color: var(--sitemap--h1-color);
  --sitemap--h3-color: var(--sitemap--h1-color);
  --sitemap--text-color: var(--voyager-color--white);
  --arrow--primary-bg: var(--voyager-color--white);
  --arrow--primary-icon: var(--voyager-color--brand-one);
  --arrow--primary-border: var(--voyager-color--brand-one);
  --arrow--primary-color: var(--voyager-color--brand-one);
  --arrow--primary-hover-bg: var(--voyager-color--white);
  --arrow--primary-hover-icon: var(--voyager-color--brand-three);
  --arrow--primary-hover-border: var(--voyager-color--brand-one);
  --arrow--primary-hover-color: var(--voyager-color--brand-three);
  --arrow--primary-active-bg: var(--voyager-color--brand-three);
  --arrow--primary-active-icon: var(--voyager-color--brand-two);
  --arrow--primary-active-border: var(--voyager-color--brand-two);
  --arrow--primary-active-color: var(--voyager-color--brand-two);
  --arrow--secondary-bg: var(--voyager-color--white);
  --arrow--secondary-icon: var(--voyager-color--brand-three);
  --arrow--secondary-border: var(--voyager-color--brand-three);
  --arrow--secondary-hover-bg: var(--voyager-color--white);
  --arrow--secondary-hover-icon: var(--voyager-color--brand-two);
  --arrow--secondary-hover-border: var(--voyager-color--brand-two);
  --arrow--secondary-active-bg: var(--voyager-color--brand-two);
  --arrow--secondary-active-icon: var(--voyager-color--brand-three);
  --arrow--secondary-active-border: var(--voyager-color--brand-three);
  --gradient--linear: linear-gradient(180deg, rgba(33, 61, 79, 0) 0%, #213D4F 55.5%);
  --gradient--gallery: linear-gradient(180deg, rgba(33, 61, 79, .45) 0%, #213D4F 55.5%);
  --gradient--hero: linear-gradient(90deg, rgba(33, 61, 79, 1) 0%, rgba(33, 61, 79, 0) 100%);
  --border--bottom: var(--voyager-color--brand-one);
  --color--icon-svg-path: var(--voyager-color--brand-one);
  --color--icon-wave-path: var(--voyager-color--brand-three);
}

:root {
  --voyager-site-width: 1920px;
}

body.inn-at-discovery-coast {
  --voyager-today--bg-color: var(--voyager-color--brand-three);
  --voyager-today--focused-color: var(--voyager-color--brand-three);
  --font-weight-bold: 400;
  --font-weight-xbold: 400;
  --voyager-color--brand-one: #3C4345;
  --voyager-color--brand-two: #879194;
  --voyager-color--brand-three: #AF8F3E;
  --voyager-color--brand-four: #846B2E;
  --voyager-color--brand-five: #131112;
  --voyager-color--brand-six: #F1F1F1;
  --voyager-color--brand-seven: #785C15;
  --text--pre-heading: var(--voyager-color--brand-seven);
  --text--heading: var(--voyager-color--brand-one);
  --text--textarea: var(--voyager-color--brand-three);
  --text--h1: var(--voyager-color--brand-one);
  --text--h2: var(--voyager-color--brand-one);
  --text--h3: var(--voyager-color--brand-one);
  --text--h4: var(--voyager-color--brand-one);
  --text--anchor: var(--voyager-color--brand-one);
  --text--anchor-hover: var(--voyager-color--brand-one);
  --text--anchor-active: var(--voyager-color--brand-one);
  --text--anchor-inverted: var(--voyager-color--brand-one);
  --text--anchor-inverted-hover: var(--voyager-color--brand-one);
  --text--anchor-inverted-active: var(--voyager-color--brand-one);
  --content--border: var(--voyager-color--brand-two);
  --location--border: var(--voyager-color--brand-three);
  --header--border: var(--voyager-color--brand-one);
  --section--border: rgba(63, 62, 62, .1);
  --menu--text-color: var(--voyager-color--brand-three);
  --menu--text-active-color: var(--voyager-color--brand-two);
  --header--color: var(--voyager-color--brand-three);
  --header--bg: var(--voyager-color--white);
  --header--button-color: var(--voyager-color--brand-three);
  --header--button-bg: var(--voyager-color--brand-three);
  --header--button-border: var(--voyager-color--brand-three);
  --header--svg-color: var(--voyager-color--brand-one);
  --header--button-hover-color: var(--voyager-color--brand-five);
  --header--button-hover-bg: var(--voyager-color--brand-three);
  --header--button-hover-border: var(--voyager-color--brand-three);
  --header--svg-hover-color: var(--voyager-color--brand-five);
  --header--button-active-color: var(--voyager-color--brand-three);
  --header--button-active-bg: var(--voyager-color--brand-three);
  --header--button-active-border: var(--voyager-color--brand-three);
  --header--svg-active-color: var(--voyager-color--brand-one);
  --menu--popup-menu-active-active-color: var(--voyager-color--brand-four);
  --menu--level-0-bg: var(--voyager-color--white);
  --menu--level-0-color: var(--voyager-color--brand-five);
  --menu--level-0-bg-hover: var(--voyager-color--white);
  --menu--level-0-hover-color: var(--voyager-color--brand-four);
  --menu--level-1-bg: var(--voyager-color--white);
  --menu--level-1-color: var(--voyager-color--brand-five);
  --menu--level-1-bg-hover: var(--voyager-color--brand-two);
  --menu--level-1-hover-color: var(--voyager-color--brand-four);
  --menu--popup-bg: var(--voyager-color--white);
  --menu--popup-logo-border: var(--voyager-color--brand-two);
  --menu--popup-map-pin-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-open-color: var(--voyager-color--brand-four);
  --menu--submenu-icon-closed-color: var(--voyager-color--brand-five);
  --menu--property-submenu-wrapper-bg: var(--voyager-color--white);
  --button--book-now-bg: var(--voyager-color--brand-three);
  --button--book-now-color: var(--voyager-color--brand-two);
  --button--book-now-border: var(--voyager-color--brand-three);
  --button--book-now-hover-bg: var(--voyager-color--brand-three);
  --button--book-now-hover-color: var(--voyager-color--white);
  --button--book-now-hover-border: var(--voyager-color--brand-three);
  --year-button--bg-color--hover: var(--voyager-color--brand-three);
  --year-button--bg-color--active: var(--voyager-color--brand-three);
  --year-button--text-color--hover: var(--voyager-color--white);
  --location-menu--title-color: var(--voyager-color--brand-five);
  --hamburger-button--title-color: var(--voyager-color--brand-five);
  --accordion--border: var(--voyager-color--brand-one);
  --accordion--header-bg: var(--voyager-color--brand-one);
  --accordion--header-hover-bg: var(--voyager-color--brand-four);
  --accordion--header-color: var(--voyager-color--white);
  --accordion--header-icon: var(--accordion--header-bg);
  --accordion--header-icon-bg: var(--voyager-color--white);
  --accordion--header-border: var(--accordion--border);
  --accordion--panel-header-bg: var(--voyager-color--brand-four);
  --accordion--panel-header-text-active: var(--voyager-color--white);
  --accordion--panel-header-bg-active: var(--voyager-color--brand-five);
  --accordion--panel-header-border-active: var(--voyager-color--black);
  --banner--content-bg: var(--voyager-color--white);
  --banner--content-color: var(--voyager-color--brand-three);
  --banner--heading-color: var(--voyager-color--brand-one);
  --booking-panel--bg: var(--voyager-color--white);
  --booking-panel--square-bg: var(--voyager-color--white);
  --booking-panel--modal-button-color: var(--voyager-color--white);
  --booking-panel--modal-button-bg: var(--voyager-color--brand-one);
  --booking-panel--card-color: var(--voyager-color--brand-one);
  --booking-panel--card-bg: var(--voyager-color--brand-four);
  --booking-panel--card-hover-color: var(--voyager-color--brand-five);
  --booking-panel--card-hover-bg: var(--voyager-color--white);
  --booking-panel--card-date-color: var(--voyager-color--black);
  --booking-panel--card-date-border: var(--voyager-color--brand-one);
  --booking-panel--card-month-border: var(--voyager-color--brand-one);
  --booking-panel--card-label-color: var(--voyager-color--brand-one);
  --booking-panel--card-specials-bg: var(--voyager-color--brand-one);
  --booking-panel--date-card-border: var(--voyager-color--brand-five);
  --booking-panel--button-color: var(--voyager-color--white);
  --booking-panel--button-bg: var(--voyager-color--brand-one);
  --booking-panel--property-select-border: var(--voyager-color--brand-one);
  --booking-panel--property-item-border: var(--voyager-color--brand-four);
  --booking-panel--property-item-active-border: var(--voyager-color--brand-five);
  --booking-panel--property-item-active-bg: var(--voyager-color--brand-three);
  --booking-panel--widget-bg: var(--voyager-color--white);
  --booking-panel--wrapper-left-bg: var(--voyager-color--brand-one);
  --booking-panel--wrapper-border: var(--voyager-color--brand-one);
  --booking-panel--wrapper-panel-card-border: var(--voyager-color--white);
  --booking-panel--promotion-color: var(--voyager-color--black);
  --booking-panel--promotion-slider-bg: var(--voyager-color--white);
  --booking-panel--filter-tab-color: var(--voyager-color--black);
  --booking-panel--filter-tab-hover-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-bg: var(--voyager-color--brand-one);
  --booking-panel--input-promo-color: var(--voyager-color--brand-one);
  --booking-panel--input-promo-border: var(--voyager-color--brand-one);
  --booking-panel--svg-anchor-fill: var(--voyager-color--brand-one);
  --breadcrumbs--last-color: var(--voyager-color--brand-one);
  --breadcrumbs--color: var(--voyager-color--brand-five);
  --card--border: var(--voyager-color--brand-two);
  --card--bg: var(--voyager-color--white);
  --card--heading-color: var(--voyager-color--brand-one);
  --card--category-list-border: var(--voyager-color--brand-four);
  --card--content-wrapper-bg: var(--voyager-color--white);
  --card--default-card-bg: var(--voyager-color--white);
  --card--full-bg-card-color: var(--voyager-color--white);
  --card-grid--button-border-primary: var(--voyager-color--white);
  --card-grid--button-border-secondary: var(--voyager-color--white);
  --card-grid--filter-menu-border: var(--voyager-color--brand-one);
  --card-grid--filter-menu-item-color: var(--voyager-color--brand-two);
  --card-grid--filter-menu-item-bg: var(--voyager-color--brand-two);
  --card-grid--filter-menu-button-color: var(--voyager-color--brand-one);
  --carousel--filter-border: var(--voyager-color--brand-one);
  --carousel--filter-select-color: var(--voyager-color--brand-two);
  --carousel--filter-select-border: var(--voyager-color--brand-one);
  --carousel--filter-item-color: var(--voyager-color--brand-one);
  --carousel--filter-item-active-color: var(--voyager-color--brand-two);
  --carousel--filter-item-active-bg: var(--voyager-color--brand-two);
  --carousel--popup-bg: var(--voyager-color--white);
  --daterange--card-label-color: var(--voyager-color--brand-one);
  --daterange--card-date-color: var(--voyager-color--black);
  --daterange--card-date-bg: var(--voyager-color--brand-three);
  --daterange--card-date-bg2: var(--voyager-color--brand-five);
  --daterange--card-date-before-border: var(--voyager-color--brand-five);
  --daterange--month-color: var(--voyager-color--black);
  --daterange--month-border: var(--voyager-color--brand-one);
  --daterange--date-color: var(--voyager-color--black);
  --daterange--date-hover-color: var(--voyager-color--brand-one);
  --daterange--year-color: var(--voyager-color--black);
  --features--splide-track-bg: var(--voyager-color--brand-three);
  --fifty-fifty--sticky-border: var(--voyager-color--brand-four);
  --fifty-fifty--newsletter-desc-color: var(--voyager-color--white);
  --fifty-fifty--newsletter-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-border: var(--voyager-color--white);
  --gallery--icon-color: var(--voyager-color--white);
  --gallery--image-overlay-icon-color: var(--voyager-color--white);
  --gallery--caption-color: var(--voyager-color--white);
  --gallery--group-title-color: var(--voyager-color--white);
  --gallery--group-title-bg: rgba(0, 0, 0, .4);
  --hero--border: var(--voyager-color--brand-two);
  --hero--full-content-border: var(--voyager-color--white);
  --hero--full-content-color: var(--voyager-color--white);
  --hero--heading-color: var(--voyager-color--brand-one);
  --hero--pre-heading-color: var(--voyager-color--brand-two);
  --hero--textarea-color: var(--voyager-color--brand-three);
  --hero--video-control-icon-border: var(--voyager-color--white);
  --hero--video-control-play-bg: var(--voyager-color--white);
  --hero--video-control-text-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-border: var(--voyager-color--white);
  --hero--arrow-bg: var(--voyager-color--brand-three);
  --hero--arrow-hover-bg: var(--voyager-color--brand-two);
  --instagram--color: var(--voyager-color--black);
  --instagram--name-color: var(--voyager-color--black);
  --lightbox--color: var(--voyager-color--white);
  --lightbox--expanded-link-color: var(--voyager-color--brand-one);
  --lightbox--overlay-bg: var(--voyager-color--brand-one);
  --lightbox--button-path-fill: var(--voyager-color--brand-one);
  --lightbox--button-path-stroke: var(--voyager-color--brand-one);
  --lightbox--slide-content-bg: var(--voyager-color--white);
  --lightbox--content-overlay-bg: var(--voyager-color--white);
  --lightbox--thumbnail-slide-container-bg: var(--voyager-color--white);
  --lightbox--thumbnail-item-active-border: var(--voyager-color--active);
  --map-menu--bg: var(--voyager-color--white);
  --map-menu--nav-item-active-color: var(--voyager-color--brand-two);
  --map-menu--map-bg: var(--voyager-color--brand-two);
  --map-menu--header-overlay-bg: var(--voyager-color--white);
  --map-menu--pin-bg: var(--voyager-color--brand-two);
  --map-menu--filter-trigger-color: var(--voyager-color--black);
  --map-menu--filter-trigger-bg: var(--voyager-color--brand-four);
  --map-menu--filter-active-trigger-bg: var(--voyager-color--brand-five);
  --map-menu--filter-bg: var(--voyager-color--white);
  --map-menu--filter-hover-bg: var(--voyager-color--brand-three);
  --map-menu--filter-checkbox-color: var(--voyager-color--brand-two);
  --map-menu--filter-checkbox-indicator-border: var(--voyager-color--brand-five);
  --map-menu--filter-checkbox-indicator-bg: var(--voyager-color--brand-two);
  --map-menu--filter-icon-fill: var(--voyager-color--brand-one);
  --map-menu--filter-text: var(--voyager-color--brand-one);
  --masonry--bg: var(--voyager-color--brand-three);
  --masonry--card-color: var(--voyager-color--white);
  --masonry--card-bg: var(--voyager-color--brand-one);
  --masonry--linear-gradient: var(--gradient--linear);
  --rooms-navigation--bg: var(--voyager-color--white);
  --rooms-navigation--color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-color: var(--voyager-color--brand-five);
  --rooms-navigation--anchor-hover-color: var(--voyager-color--brand-four);
  --rooms-navigation--anchor-current-color: var(--voyager-color--brand-four);
  --social-links--color: var(--voyager-color--brand-one);
  --social-links--hover-color: var(--voyager-color--brand-two);
  --footer--color: var(--voyager-color--brand-three);
  --footer--row-bg: var(--voyager-color--white);
  --footer--link-color: var(--voyager-color--brand-one);
  --footer--svg-fill: var(--voyager-color--white);
  --footer--copyright-color: var(--voyager-color--white);
  --footer--shortcode-title-color: var(--voyager-color--brand-one);
  --footer--made-by-anchor-color: var(--voyager-color--brand-five);
  --footer--menu-anchor-color: var(--voyager-color--brand-five);
  --footer--menu-anchor-hover-color: var(--voyager-color--brand-one);
  --button--primary-color: var(--voyager-color--brand-five);
  --button--primary-bg: var(--voyager-color--brand-three);
  --button--primary-border: var(--voyager-color--brand-five);
  --button--primary-svg: var(--voyager-color--brand-five);
  --button--primary-hover-color: var(--voyager-color--brand-five);
  --button--primary-hover-bg: var(--voyager-color--brand-two);
  --button--primary-hover-border: var(--voyager-color--brand-one);
  --button--primary-hover-svg: var(--voyager-color--brand-five);
  --button--primary-active-color: var(--voyager-color--brand-five);
  --button--primary-active-bg: var(--voyager-color--brand-two);
  --button--primary-active-border: var(--voyager-color--brand-one);
  --button--primary-active-svg: var(--voyager-color--brand-five);
  --button--secondary-color: var(--voyager-color--white);
  --button--secondary-bg: var(--voyager-color--brand-one);
  --button--secondary-border: var(--voyager-color--white);
  --button--secondary-svg: var(--voyager-color--white);
  --button--secondary-hover-color: var(--voyager-color--brand-one);
  --button--secondary-hover-bg: var(--voyager-color--white);
  --button--secondary-hover-border: var(--voyager-color--brand-three);
  --button--secondary-hover-svg: var(--voyager-color--brand-one);
  --button--secondary-active-color: var(--voyager-color--brand-one);
  --button--secondary-active-bg: var(--voyager-color--white);
  --button--secondary-active-border: var(--voyager-color--brand-three);
  --button--secondary-active-svg: var(--voyager-color--brand-one);
  --button--ghost-color: var(--voyager-color--white);
  --button--ghost-bg: var(--voyager-color--brand-two);
  --button--ghost-border: var(--voyager-color--brand-two);
  --button--ghost-svg: var(--voyager-color--white);
  --button--ghost-hover-color: var(--voyager-color--white);
  --button--ghost-hover-bg: var(--voyager-color--brand-two);
  --button--ghost-hover-border: var(--voyager-color--brand-two);
  --button--ghost-hover-svg: var(--voyager-color--white);
  --button--ghost-active-color: var(--voyager-color--white);
  --button--ghost-active-bg: var(--voyager-color--brand-two);
  --button--ghost-active-border: var(--voyager-color--brand-two);
  --button--ghost-active-svg: var(--voyager-color--white);
  --button--close-color: var(--voyager-color--brand-five);
  --button--close-border: var(--voyager-color--brand-one);
  --button--close-svg: var(--voyager-color--brand-one);
  --button--close-hover-color: var(--voyager-color--brand-five);
  --button--close-hover-bg: var(--voyager-color--brand-three);
  --button--close-hover-border: var(--voyager-color--brand-five);
  --button--close-hover-svg: var(--voyager-color--brand-five);
  --button--close-active-color: var(--voyager-color--brand-five);
  --button--close-active-bg: var(--voyager-color--brand-three);
  --button--close-active-border: var(--voyager-color--brand-five);
  --button--close-active-svg: var(--voyager-color--brand-five);
  --button--splide-color: var(--voyager-color--brand-one);
  --button--splide-bg: var(--voyager-color--white);
  --button--splide-border: var(--voyager-color--brand-one);
  --button--splide-svg: var(--voyager-color--brand-one);
  --button--splide-hover-color: var(--voyager-color--brand-three);
  --button--splide-hover-bg: var(--voyager-color--white);
  --button--splide-hover-border: var(--voyager-color--brand-one);
  --button--splide-hover-svg: var(--voyager-color--brand-three);
  --button--splide-active-color: var(--voyager-color--brand-five);
  --button--splide-active-bg: var(--voyager-color--brand-three);
  --button--splide-active-border: var(--voyager-color--brand-five);
  --button--splide-active-svg: var(--voyager-color--brand-five);
  --splide--progress-bar: var(--voyager-color--four);
  --splide--progress-bar-wrapper: var(--voyager-color--brand-one);
  --error-404--h1-color: var(--voyager-color--brand-one);
  --error-404--h2-color: var(--voyager-color--brand-three);
  --error-404--h3-color: var(--voyager-color--brand-three);
  --single--title-after-bg: var(--voyager-color--brand-four);
  --search--h1-color: var(--voyager-color--brand-five);
  --search--card-border: var(--voyager-color--brand-four);
  --search--pagination-color: var(--voyager-color--black);
  --search--pagination-current-color: var(--voyager-color--white);
  --search--pagination-current-bg: var(--voyager-color--brand-three);
  --sitemap--h1-color: var(--voyager-color--brand-one);
  --sitemap--h2-color: var(--sitemap--h1-color);
  --sitemap--h3-color: var(--sitemap--h1-color);
  --sitemap--text-color: var(--voyager-color--white);
  --arrow--primary-bg: var(--voyager-color--white);
  --arrow--primary-icon: var(--voyager-color--brand-one);
  --arrow--primary-border: var(--voyager-color--brand-one);
  --arrow--primary-color: var(--voyager-color--brand-one);
  --arrow--primary-hover-bg: var(--voyager-color--white);
  --arrow--primary-hover-icon: var(--voyager-color--brand-three);
  --arrow--primary-hover-border: var(--voyager-color--brand-one);
  --arrow--primary-hover-color: var(--voyager-color--brand-three);
  --arrow--primary-active-bg: var(--voyager-color--brand-three);
  --arrow--primary-active-icon: var(--voyager-color-brand-five);
  --arrow--primary-active-border: var(--voyager-color--brand-five);
  --arrow--primary-active-color: var(--voyager-color--brand-five);
  --arrow--secondary-bg: var(--voyager-color--white);
  --arrow--secondary-icon: var(--voyager-color--brand-three);
  --arrow--secondary-border: var(--voyager-color--brand-three);
  --arrow--secondary-hover-bg: var(--voyager-color--white);
  --arrow--secondary-hover-icon: var(--voyager-color--brand-two);
  --arrow--secondary-hover-border: var(--voyager-color--brand-two);
  --arrow--secondary-active-bg: var(--voyager-color--brand-two);
  --arrow--secondary-active-icon: var(--voyager-color--brand-three);
  --arrow--secondary-active-border: var(--voyager-color--brand-three);
  --gradient--linear: linear-gradient(180deg, rgba(60, 67, 69, 0) 0%, #3C4345 55.5%);
  --gradient--gallery: linear-gradient(180deg, rgba(60, 67, 69, .45) 0%, #3C4345 55.5%);
  --gradient--hero: linear-gradient(90deg, rgba(60, 67, 69, 1) 0%, rgba(60, 67, 69, 0) 100%);
  --border--bottom: var(--voyager-color--brand-one);
  --color--icon-svg-path: var(--voyager-color--brand-one);
  --color--icon-wave-path: var(--voyager-color--brand-three);
}

:root {
  --voyager-site-width: 1920px;
}

body.shelburne-hotel {
  --voyager-today--bg-color: var(--voyager-color--brand-three);
  --voyager-today--focused-color: var(--voyager-color--brand-three);
  --voyager-color--brand-one: #00264C;
  --voyager-color--brand-two: #131112;
  --voyager-color--brand-three: #816A0E;
  --voyager-color--brand-four: #7F6914;
  --voyager-color--brand-five: #F1F1F1;
  --text--pre-heading: var(--voyager-color--brand-two);
  --text--heading: var(--voyager-color--brand-one);
  --text--textarea: var(--voyager-color--brand-three);
  --text--h1: var(--voyager-color--brand-one);
  --text--h2: var(--voyager-color--brand-one);
  --text--h3: var(--voyager-color--brand-one);
  --text--h4: var(--voyager-color--brand-one);
  --text--anchor: var(--voyager-color--brand-one);
  --text--anchor-hover: var(--voyager-color--brand-one);
  --text--anchor-active: var(--voyager-color--brand-one);
  --text--anchor-inverted: var(--voyager-color--brand-one);
  --text--anchor-inverted-hover: var(--voyager-color--brand-one);
  --text--anchor-inverted-active: var(--voyager-color--brand-one);
  --content--border: var(--voyager-color--brand-two);
  --location--border: var(--voyager-color--brand-three);
  --header--border: var(--voyager-color--brand-one);
  --section--border: rgba(63, 62, 62, .1);
  --menu--text-color: var(--voyager-color--brand-three);
  --menu--text-active-color: var(--voyager-color--brand-two);
  --header--color: var(--voyager-color--brand-three);
  --header--bg: var(--voyager-color--white);
  --header--button-color: var(--voyager-color--brand-three);
  --header--button-bg: var(--voyager-color--brand-three);
  --header--button-border: var(--voyager-color--brand-three);
  --header--svg-color: var(--voyager-color--brand-one);
  --header--button-hover-color: var(--voyager-color--white);
  --header--button-hover-bg: var(--voyager-color--brand-three);
  --header--button-hover-border: var(--voyager-color--brand-three);
  --header--svg-hover-color: var(--voyager-color--brand-one);
  --header--button-active-color: var(--voyager-color--brand-three);
  --header--button-active-bg: var(--voyager-color--brand-three);
  --header--button-active-border: var(--voyager-color--brand-three);
  --header--svg-active-color: var(--voyager-color--brand-one);
  --menu--popup-menu-active-active-color: var(--voyager-color--brand-two);
  --menu--level-0-bg: var(--voyager-color--white);
  --menu--level-0-color: var(--voyager-color--brand-two);
  --menu--level-0-bg-hover: var(--voyager-color--white);
  --menu--level-0-hover-color: var(--voyager-color--brand-four);
  --menu--level-1-bg: var(--voyager-color--white);
  --menu--level-1-color: var(--voyager-color--brand-two);
  --menu--level-1-bg-hover: var(--voyager-color--brand-two);
  --menu--level-1-hover-color: var(--voyager-color--brand-four);
  --menu--popup-bg: var(--voyager-color--white);
  --menu--popup-logo-border: var(--voyager-color--brand-two);
  --menu--popup-map-pin-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-open-color: var(--voyager-color--brand-four);
  --menu--submenu-icon-closed-color: var(--voyager-color--brand-two);
  --menu--property-submenu-wrapper-bg: var(--voyager-color--white);
  --button--book-now-bg: var(--voyager-color--brand-three);
  --button--book-now-color: var(--voyager-color--brand-two);
  --button--book-now-border: var(--voyager-color--brand-three);
  --button--book-now-hover-bg: var(--voyager-color--brand-three);
  --button--book-now-hover-color: var(--voyager-color--white);
  --button--book-now-hover-border: var(--voyager-color--brand-three);
  --year-button--bg-color--hover: var(--voyager-color--brand-three);
  --year-button--bg-color--active: var(--voyager-color--brand-three);
  --year-button--text-color--hover: var(--voyager-color--white);
  --location-menu--title-color: var(--voyager-color--brand-two);
  --hamburger-button--title-color: var(--voyager-color--brand-two);
  --accordion--border: var(--voyager-color--brand-one);
  --accordion--header-bg: var(--voyager-color--brand-one);
  --accordion--header-hover-bg: var(--voyager-color--brand-four);
  --accordion--header-color: var(--voyager-color--white);
  --accordion--header-icon: var(--accordion--header-bg);
  --accordion--header-icon-bg: var(--voyager-color--white);
  --accordion--header-border: var(--accordion--border);
  --accordion--panel-header-bg: var(--voyager-color--brand-four);
  --accordion--panel-header-text-active: var(--voyager-color--white);
  --accordion--panel-header-bg-active: var(--voyager-color--brand-five);
  --accordion--panel-header-border-active: var(--voyager-color--black);
  --banner--content-bg: var(--voyager-color--white);
  --banner--content-color: var(--voyager-color--brand-three);
  --banner--heading-color: var(--voyager-color--brand-one);
  --booking-panel--bg: var(--voyager-color--white);
  --booking-panel--square-bg: var(--voyager-color--white);
  --booking-panel--modal-button-color: var(--voyager-color--white);
  --booking-panel--modal-button-bg: var(--voyager-color--brand-one);
  --booking-panel--card-color: var(--voyager-color--brand-one);
  --booking-panel--card-bg: var(--voyager-color--brand-four);
  --booking-panel--card-hover-color: var(--voyager-color--brand-five);
  --booking-panel--card-hover-bg: var(--voyager-color--white);
  --booking-panel--card-date-color: var(--voyager-color--black);
  --booking-panel--card-date-border: var(--voyager-color--brand-one);
  --booking-panel--card-month-border: var(--voyager-color--brand-one);
  --booking-panel--card-label-color: var(--voyager-color--brand-one);
  --booking-panel--card-specials-bg: var(--voyager-color--brand-one);
  --booking-panel--date-card-border: var(--voyager-color--brand-five);
  --booking-panel--button-color: var(--voyager-color--white);
  --booking-panel--button-bg: var(--voyager-color--brand-one);
  --booking-panel--property-select-border: var(--voyager-color--brand-one);
  --booking-panel--property-item-border: var(--voyager-color--brand-four);
  --booking-panel--property-item-active-border: var(--voyager-color--brand-five);
  --booking-panel--property-item-active-bg: var(--voyager-color--brand-three);
  --booking-panel--widget-bg: var(--voyager-color--white);
  --booking-panel--wrapper-left-bg: var(--voyager-color--brand-one);
  --booking-panel--wrapper-border: var(--voyager-color--brand-one);
  --booking-panel--wrapper-panel-card-border: var(--voyager-color--white);
  --booking-panel--promotion-color: var(--voyager-color--black);
  --booking-panel--promotion-slider-bg: var(--voyager-color--white);
  --booking-panel--filter-tab-color: var(--voyager-color--black);
  --booking-panel--filter-tab-hover-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-bg: var(--voyager-color--brand-one);
  --booking-panel--input-promo-color: var(--voyager-color--brand-one);
  --booking-panel--input-promo-border: var(--voyager-color--brand-one);
  --booking-panel--svg-anchor-fill: var(--voyager-color--brand-one);
  --breadcrumbs--last-color: var(--voyager-color--brand-one);
  --breadcrumbs--color: var(--voyager-color--brand-one);
  --card--border: var(--voyager-color--brand-two);
  --card--bg: var(--voyager-color--white);
  --card--heading-color: var(--voyager-color--brand-one);
  --card--category-list-border: var(--voyager-color--brand-four);
  --card--content-wrapper-bg: var(--voyager-color--white);
  --card--default-card-bg: var(--voyager-color--white);
  --card--full-bg-card-color: var(--voyager-color--white);
  --card-grid--button-border-primary: var(--voyager-color--white);
  --card-grid--button-border-secondary: var(--voyager-color--white);
  --card-grid--filter-menu-border: var(--voyager-color--brand-one);
  --card-grid--filter-menu-item-color: var(--voyager-color--brand-two);
  --card-grid--filter-menu-item-bg: var(--voyager-color--brand-two);
  --card-grid--filter-menu-button-color: var(--voyager-color--brand-one);
  --carousel--filter-border: var(--voyager-color--brand-one);
  --carousel--filter-select-color: var(--voyager-color--brand-two);
  --carousel--filter-select-border: var(--voyager-color--brand-one);
  --carousel--filter-item-color: var(--voyager-color--brand-one);
  --carousel--filter-item-active-color: var(--voyager-color--brand-two);
  --carousel--filter-item-active-bg: var(--voyager-color--brand-two);
  --carousel--popup-bg: var(--voyager-color--white);
  --daterange--card-label-color: var(--voyager-color--brand-one);
  --daterange--card-date-color: var(--voyager-color--black);
  --daterange--card-date-bg: var(--voyager-color--brand-three);
  --daterange--card-date-bg2: var(--voyager-color--brand-five);
  --daterange--card-date-before-border: var(--voyager-color--brand-five);
  --daterange--month-color: var(--voyager-color--black);
  --daterange--month-border: var(--voyager-color--brand-one);
  --daterange--date-color: var(--voyager-color--black);
  --daterange--date-hover-color: var(--voyager-color--brand-one);
  --daterange--year-color: var(--voyager-color--black);
  --features--splide-track-bg: var(--voyager-color--brand-three);
  --fifty-fifty--sticky-border: var(--voyager-color--brand-four);
  --fifty-fifty--newsletter-desc-color: var(--voyager-color--white);
  --fifty-fifty--newsletter-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-border: var(--voyager-color--white);
  --gallery--icon-color: var(--voyager-color--white);
  --gallery--image-overlay-icon-color: var(--voyager-color--white);
  --gallery--caption-color: var(--voyager-color--white);
  --gallery--group-title-color: var(--voyager-color--white);
  --gallery--group-title-bg: rgba(0, 0, 0, .4);
  --hero--border: var(--voyager-color--brand-two);
  --hero--full-content-border: var(--voyager-color--white);
  --hero--full-content-color: var(--voyager-color--white);
  --hero--heading-color: var(--voyager-color--brand-one);
  --hero--pre-heading-color: var(--voyager-color--brand-two);
  --hero--textarea-color: var(--voyager-color--brand-three);
  --hero--video-control-icon-border: var(--voyager-color--white);
  --hero--video-control-play-bg: var(--voyager-color--white);
  --hero--video-control-text-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-border: var(--voyager-color--white);
  --hero--arrow-bg: var(--voyager-color--brand-three);
  --hero--arrow-hover-bg: var(--voyager-color--brand-two);
  --instagram--color: var(--voyager-color--black);
  --instagram--name-color: var(--voyager-color--black);
  --lightbox--color: var(--voyager-color--white);
  --lightbox--expanded-link-color: var(--voyager-color--brand-one);
  --lightbox--overlay-bg: var(--voyager-color--brand-one);
  --lightbox--button-path-fill: var(--voyager-color--brand-one);
  --lightbox--button-path-stroke: var(--voyager-color--brand-one);
  --lightbox--slide-content-bg: var(--voyager-color--white);
  --lightbox--content-overlay-bg: var(--voyager-color--white);
  --lightbox--thumbnail-slide-container-bg: var(--voyager-color--white);
  --lightbox--thumbnail-item-active-border: var(--voyager-color--active);
  --map-menu--bg: var(--voyager-color--white);
  --map-menu--nav-item-active-color: var(--voyager-color--brand-two);
  --map-menu--map-bg: var(--voyager-color--brand-two);
  --map-menu--header-overlay-bg: var(--voyager-color--white);
  --map-menu--pin-bg: var(--voyager-color--brand-two);
  --map-menu--filter-trigger-color: var(--voyager-color--black);
  --map-menu--filter-trigger-bg: var(--voyager-color--brand-four);
  --map-menu--filter-active-trigger-bg: var(--voyager-color--brand-five);
  --map-menu--filter-bg: var(--voyager-color--white);
  --map-menu--filter-hover-bg: var(--voyager-color--brand-three);
  --map-menu--filter-checkbox-color: var(--voyager-color--brand-two);
  --map-menu--filter-checkbox-indicator-border: var(--voyager-color--brand-five);
  --map-menu--filter-checkbox-indicator-bg: var(--voyager-color--brand-two);
  --map-menu--filter-icon-fill: var(--voyager-color--brand-one);
  --map-menu--filter-text: var(--voyager-color--brand-one);
  --masonry--bg: var(--voyager-color--brand-three);
  --masonry--card-color: var(--voyager-color--white);
  --masonry--card-bg: var(--voyager-color--brand-one);
  --masonry--linear-gradient: var(--gradient--linear);
  --rooms-navigation--bg: var(--voyager-color--white);
  --rooms-navigation--color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-color: var(--voyager-color--brand-two);
  --rooms-navigation--anchor-hover-color: var(--voyager-color--brand-four);
  --rooms-navigation--anchor-current-color: var(--voyager-color--brand-four);
  --social-links--color: var(--voyager-color--brand-one);
  --social-links--hover-color: var(--voyager-color--brand-two);
  --footer--color: var(--voyager-color--brand-three);
  --footer--row-bg: var(--voyager-color--white);
  --footer--link-color: var(--voyager-color--brand-one);
  --footer--svg-fill: var(--voyager-color--white);
  --footer--copyright-color: var(--voyager-color--white);
  --footer--shortcode-title-color: var(--voyager-color--brand-one);
  --footer--made-by-anchor-color: var(--voyager-color--brand-one);
  --footer--menu-anchor-color: var(--voyager-color--brand-two);
  --footer--menu-anchor-hover-color: var(--voyager-color--brand-four);
  --button--primary-color: var(--voyager-color--white);
  --button--primary-bg: var(--voyager-color--brand-three);
  --button--primary-border: var(--voyager-color--white);
  --button--primary-svg: var(--voyager-color--white);
  --button--primary-hover-color: var(--voyager-color--brand-two);
  --button--primary-hover-bg: var(--voyager-color--brand-three);
  --button--primary-hover-border: var(--voyager-color--brand-two);
  --button--primary-hover-svg: var(--voyager-color--brand-two);
  --button--primary-active-color: var(--voyager-color--brand-two);
  --button--primary-active-bg: var(--voyager-color--brand-three);
  --button--primary-active-border: var(--voyager-color--brand-two);
  --button--primary-active-svg: var(--voyager-color--brand-two);
  --button--secondary-color: var(--voyager-color--white);
  --button--secondary-bg: var(--voyager-color--brand-one);
  --button--secondary-border: var(--voyager-color--white);
  --button--secondary-svg: var(--voyager-color--white);
  --button--secondary-hover-color: var(--voyager-color--brand-one);
  --button--secondary-hover-bg: var(--voyager-color--white);
  --button--secondary-hover-border: var(--voyager-color--brand-one);
  --button--secondary-hover-svg: var(--voyager-color--brand-one);
  --button--secondary-active-color: var(--voyager-color--brand-one);
  --button--secondary-active-bg: var(--voyager-color--white);
  --button--secondary-active-border: var(--voyager-color--brand-one);
  --button--secondary-active-svg: var(--voyager-color--brand-one);
  --button--ghost-color: var(--voyager-color--white);
  --button--ghost-bg: var(--voyager-color--brand-two);
  --button--ghost-border: var(--voyager-color--brand-two);
  --button--ghost-svg: var(--voyager-color--white);
  --button--ghost-hover-color: var(--voyager-color--white);
  --button--ghost-hover-bg: var(--voyager-color--brand-two);
  --button--ghost-hover-border: var(--voyager-color--brand-two);
  --button--ghost-hover-svg: var(--voyager-color--white);
  --button--ghost-active-color: var(--voyager-color--white);
  --button--ghost-active-bg: var(--voyager-color--brand-two);
  --button--ghost-active-border: var(--voyager-color--brand-two);
  --button--ghost-active-svg: var(--voyager-color--white);
  --button--close-color: var(--voyager-color--brand-two);
  --button--close-border: var(--voyager-color--brand-one);
  --button--close-svg: var(--voyager-color--brand-one);
  --button--close-hover-color: var(--voyager-color--white);
  --button--close-hover-bg: var(--voyager-color--brand-three);
  --button--close-hover-border: var(--voyager-color--white);
  --button--close-hover-svg: var(--voyager-color--white);
  --button--close-active-color: var(--voyager-color--white);
  --button--close-active-bg: var(--voyager-color--brand-three);
  --button--close-active-border: var(--voyager-color--white);
  --button--close-active-svg: var(--voyager-color--white);
  --button--splide-color: var(--voyager-color--brand-one);
  --button--splide-bg: var(--voyager-color--white);
  --button--splide-border: var(--voyager-color--brand-one);
  --button--splide-svg: var(--voyager-color--brand-one);
  --button--splide-hover-color: var(--voyager-color--brand-three);
  --button--splide-hover-bg: var(--voyager-color--white);
  --button--splide-hover-border: var(--voyager-color--brand-one);
  --button--splide-hover-svg: var(--voyager-color--brand-three);
  --button--splide-active-color: var(--voyager-color--brand-two);
  --button--splide-active-bg: var(--voyager-color--brand-three);
  --button--splide-active-border: var(--voyager-color--brand-two);
  --button--splide-active-svg: var(--voyager-color--brand-two);
  --splide--progress-bar: var(--voyager-color--four);
  --splide--progress-bar-wrapper: var(--voyager-color--brand-one);
  --error-404--h1-color: var(--voyager-color--brand-one);
  --error-404--h2-color: var(--voyager-color--brand-three);
  --error-404--h3-color: var(--voyager-color--brand-three);
  --single--title-after-bg: var(--voyager-color--brand-four);
  --search--h1-color: var(--voyager-color--brand-five);
  --search--card-border: var(--voyager-color--brand-four);
  --search--pagination-color: var(--voyager-color--black);
  --search--pagination-current-color: var(--voyager-color--white);
  --search--pagination-current-bg: var(--voyager-color--brand-three);
  --sitemap--h1-color: var(--voyager-color--brand-one);
  --sitemap--h2-color: var(--sitemap--h1-color);
  --sitemap--h3-color: var(--sitemap--h1-color);
  --sitemap--text-color: var(--voyager-color--white);
  --arrow--primary-bg: var(--voyager-color--white);
  --arrow--primary-icon: var(--voyager-color--brand-one);
  --arrow--primary-border: var(--voyager-color--brand-one);
  --arrow--primary-color: var(--voyager-color--brand-one);
  --arrow--primary-hover-bg: var(--voyager-color--white);
  --arrow--primary-hover-icon: var(--voyager-color--brand-three);
  --arrow--primary-hover-border: var(--voyager-color--brand-one);
  --arrow--primary-hover-color: var(--voyager-color--brand-three);
  --arrow--primary-active-bg: var(--voyager-color--brand-three);
  --arrow--primary-active-icon: var(--voyager-color--brand-two);
  --arrow--primary-active-border: var(--voyager-color--brand-two);
  --arrow--primary-active-color: var(--voyager-color--brand-two);
  --arrow--secondary-bg: var(--voyager-color--white);
  --arrow--secondary-icon: var(--voyager-color--brand-three);
  --arrow--secondary-border: var(--voyager-color--brand-three);
  --arrow--secondary-hover-bg: var(--voyager-color--white);
  --arrow--secondary-hover-icon: var(--voyager-color--brand-two);
  --arrow--secondary-hover-border: var(--voyager-color--brand-two);
  --arrow--secondary-active-bg: var(--voyager-color--brand-two);
  --arrow--secondary-active-icon: var(--voyager-color--brand-three);
  --arrow--secondary-active-border: var(--voyager-color--brand-three);
  --gradient--linear: linear-gradient(180deg, rgba(0, 38, 76, 0) 0%, #00264C 55.5%);
  --gradient--gallery: linear-gradient(180deg, rgba(0, 38, 76, .45) 0%, #00264C 55.5%);
  --gradient--hero: linear-gradient(90deg, rgba(0, 38, 76, 1) 0%, rgba(0, 38, 76, 0) 100%);
  --border--bottom: var(--voyager-color--brand-one);
  --color--icon-svg-path: var(--voyager-color--brand-one);
  --color--icon-wave-path: var(--voyager-color--brand-three);
}

:root {
  --voyager-site-width: 1920px;
}

body.the-inn-at-arch-cape {
  --voyager-today--bg-color: var(--voyager-color--brand-one);
  --voyager-today--focused-color: var(--voyager-color--brand-one);
  --voyager-color--brand-one: #9C231F;
  --voyager-color--brand-two: #041E42;
  --voyager-color--brand-three: #F1F1F1;
  --voyager-color--brand-four: #C0E1ED;
  --text--pre-heading: var(--voyager-color--brand-two);
  --text--heading: var(--voyager-color--brand-one);
  --text--textarea: var(--voyager-color--brand-three);
  --text--h1: var(--voyager-color--brand-one);
  --text--h2: var(--voyager-color--brand-one);
  --text--h3: var(--voyager-color--brand-one);
  --text--h4: var(--voyager-color--brand-one);
  --text--anchor: var(--voyager-color--brand-one);
  --text--anchor-hover: var(--voyager-color--brand-one);
  --text--anchor-active: var(--voyager-color--brand-one);
  --text--anchor-inverted: var(--voyager-color--brand-one);
  --text--anchor-inverted-hover: var(--voyager-color--brand-one);
  --text--anchor-inverted-active: var(--voyager-color--brand-one);
  --content--border: var(--voyager-color--brand-two);
  --location--border: var(--voyager-color--brand-two);
  --header--border: var(--voyager-color--brand-one);
  --section--border: rgba(63, 62, 62, .1);
  --menu--text-color: var(--voyager-color--brand-three);
  --menu--text-active-color: var(--voyager-color--brand-two);
  --header--color: var(--voyager-color--brand-three);
  --header--bg: var(--voyager-color--white);
  --header--button-color: var(--voyager-color--brand-three);
  --header--button-bg: var(--voyager-color--brand-three);
  --header--button-border: var(--voyager-color--brand-two);
  --header--svg-color: var(--voyager-color--brand-one);
  --header--button-hover-color: var(--voyager-color--white);
  --header--button-hover-bg: var(--voyager-color--brand-one);
  --header--button-hover-border: var(--voyager-color--brand-three);
  --header--svg-hover-color: var(--voyager-color--white);
  --header--button-active-color: var(--voyager-color--brand-three);
  --header--button-active-bg: var(--voyager-color--brand-three);
  --header--button-active-border: var(--voyager-color--brand-three);
  --header--svg-active-color: var(--voyager-color--brand-one);
  --menu--popup-menu-active-active-color: var(--voyager-color--brand-two);
  --menu--level-0-bg: var(--voyager-color--white);
  --menu--level-0-color: var(--voyager-color--brand-two);
  --menu--level-0-bg-hover: var(--voyager-color--white);
  --menu--level-0-hover-color: var(--voyager-color--brand-one);
  --menu--level-1-bg: var(--voyager-color--white);
  --menu--level-1-color: var(--voyager-color--brand-two);
  --menu--level-1-bg-hover: var(--voyager-color--brand-two);
  --menu--level-1-hover-color: var(--voyager-color--brand-one);
  --menu--popup-bg: var(--voyager-color--white);
  --menu--popup-logo-border: var(--voyager-color--brand-two);
  --menu--popup-map-pin-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-open-color: var(--voyager-color--brand-one);
  --menu--submenu-icon-closed-color: var(--voyager-color--brand-two);
  --menu--property-submenu-wrapper-bg: var(--voyager-color--white);
  --button--book-now-bg: var(--voyager-color--brand-three);
  --button--book-now-color: var(--voyager-color--brand-two);
  --button--book-now-border: var(--voyager-color--brand-three);
  --button--book-now-hover-bg: var(--voyager-color--brand-three);
  --button--book-now-hover-color: var(--voyager-color--white);
  --button--book-now-hover-border: var(--voyager-color--brand-three);
  --year-button--bg-color--hover: var(--voyager-color--brand-three);
  --year-button--bg-color--active: var(--voyager-color--brand-three);
  --year-button--text-color--hover: var(--voyager-color--white);
  --location-menu--title-color: var(--voyager-color--brand-two);
  --hamburger-button--title-color: var(--voyager-color--brand-two);
  --accordion--border: var(--voyager-color--brand-one);
  --accordion--header-bg: var(--voyager-color--brand-one);
  --accordion--header-hover-bg: var(--voyager-color--brand-four);
  --accordion--header-color: var(--voyager-color--white);
  --accordion--header-icon: var(--accordion--header-bg);
  --accordion--header-icon-bg: var(--voyager-color--white);
  --accordion--header-border: var(--accordion--border);
  --accordion--panel-header-bg: var(--voyager-color--brand-four);
  --accordion--panel-header-text-active: var(--voyager-color--white);
  --accordion--panel-header-bg-active: var(--voyager-color--brand-five);
  --accordion--panel-header-border-active: var(--voyager-color--black);
  --banner--content-bg: var(--voyager-color--white);
  --banner--content-color: var(--voyager-color--brand-three);
  --banner--heading-color: var(--voyager-color--brand-one);
  --booking-panel--bg: var(--voyager-color--white);
  --booking-panel--square-bg: var(--voyager-color--white);
  --booking-panel--modal-button-color: var(--voyager-color--white);
  --booking-panel--modal-button-bg: var(--voyager-color--brand-one);
  --booking-panel--card-color: var(--voyager-color--brand-one);
  --booking-panel--card-bg: var(--voyager-color--brand-four);
  --booking-panel--card-hover-color: var(--voyager-color--brand-five);
  --booking-panel--card-hover-bg: var(--voyager-color--white);
  --booking-panel--card-date-color: var(--voyager-color--black);
  --booking-panel--card-date-border: var(--voyager-color--brand-one);
  --booking-panel--card-month-border: var(--voyager-color--brand-one);
  --booking-panel--card-label-color: var(--voyager-color--brand-one);
  --booking-panel--card-specials-bg: var(--voyager-color--brand-one);
  --booking-panel--date-card-border: var(--voyager-color--brand-five);
  --booking-panel--button-color: var(--voyager-color--white);
  --booking-panel--button-bg: var(--voyager-color--brand-one);
  --booking-panel--property-select-border: var(--voyager-color--brand-one);
  --booking-panel--property-item-border: var(--voyager-color--brand-four);
  --booking-panel--property-item-active-border: var(--voyager-color--brand-five);
  --booking-panel--property-item-active-bg: var(--voyager-color--brand-three);
  --booking-panel--widget-bg: var(--voyager-color--white);
  --booking-panel--wrapper-left-bg: var(--voyager-color--brand-one);
  --booking-panel--wrapper-border: var(--voyager-color--brand-one);
  --booking-panel--wrapper-panel-card-border: var(--voyager-color--white);
  --booking-panel--promotion-color: var(--voyager-color--black);
  --booking-panel--promotion-slider-bg: var(--voyager-color--white);
  --booking-panel--filter-tab-color: var(--voyager-color--black);
  --booking-panel--filter-tab-hover-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-bg: var(--voyager-color--brand-one);
  --booking-panel--input-promo-color: var(--voyager-color--brand-one);
  --booking-panel--input-promo-border: var(--voyager-color--brand-one);
  --booking-panel--svg-anchor-fill: var(--voyager-color--brand-one);
  --breadcrumbs--last-color: var(--voyager-color--brand-one);
  --breadcrumbs--color: var(--voyager-color--brand-two);
  --card--border: var(--voyager-color--brand-two);
  --card--bg: var(--voyager-color--white);
  --card--heading-color: var(--voyager-color--brand-one);
  --card--category-list-border: var(--voyager-color--brand-four);
  --card--content-wrapper-bg: var(--voyager-color--white);
  --card--default-card-bg: var(--voyager-color--white);
  --card--full-bg-card-color: var(--voyager-color--white);
  --card-grid--button-border-primary: var(--voyager-color--white);
  --card-grid--button-border-secondary: var(--voyager-color--white);
  --card-grid--filter-menu-border: var(--voyager-color--brand-one);
  --card-grid--filter-menu-item-color: var(--voyager-color--brand-two);
  --card-grid--filter-menu-item-bg: var(--voyager-color--brand-two);
  --card-grid--filter-menu-button-color: var(--voyager-color--brand-one);
  --carousel--filter-border: var(--voyager-color--brand-one);
  --carousel--filter-select-color: var(--voyager-color--brand-two);
  --carousel--filter-select-border: var(--voyager-color--brand-one);
  --carousel--filter-item-color: var(--voyager-color--brand-one);
  --carousel--filter-item-active-color: var(--voyager-color--brand-two);
  --carousel--filter-item-active-bg: var(--voyager-color--brand-two);
  --carousel--popup-bg: var(--voyager-color--white);
  --daterange--card-label-color: var(--voyager-color--brand-one);
  --daterange--card-date-color: var(--voyager-color--black);
  --daterange--card-date-bg: var(--voyager-color--brand-three);
  --daterange--card-date-bg2: var(--voyager-color--brand-five);
  --daterange--card-date-before-border: var(--voyager-color--brand-five);
  --daterange--month-color: var(--voyager-color--black);
  --daterange--month-border: var(--voyager-color--brand-one);
  --daterange--date-color: var(--voyager-color--black);
  --daterange--date-hover-color: var(--voyager-color--brand-one);
  --daterange--year-color: var(--voyager-color--black);
  --features--splide-track-bg: var(--voyager-color--brand-three);
  --fifty-fifty--sticky-border: var(--voyager-color--brand-four);
  --fifty-fifty--newsletter-desc-color: var(--voyager-color--white);
  --fifty-fifty--newsletter-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-border: var(--voyager-color--white);
  --gallery--icon-color: var(--voyager-color--white);
  --gallery--image-overlay-icon-color: var(--voyager-color--white);
  --gallery--caption-color: var(--voyager-color--white);
  --gallery--group-title-color: var(--voyager-color--white);
  --gallery--group-title-bg: rgba(0, 0, 0, .4);
  --hero--border: var(--voyager-color--brand-two);
  --hero--full-content-border: var(--voyager-color--white);
  --hero--full-content-color: var(--voyager-color--white);
  --hero--heading-color: var(--voyager-color--brand-one);
  --hero--pre-heading-color: var(--voyager-color--brand-two);
  --hero--textarea-color: var(--voyager-color--brand-three);
  --hero--video-control-icon-border: var(--voyager-color--white);
  --hero--video-control-play-bg: var(--voyager-color--white);
  --hero--video-control-text-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-border: var(--voyager-color--white);
  --hero--arrow-bg: var(--voyager-color--brand-three);
  --hero--arrow-hover-bg: var(--voyager-color--brand-two);
  --instagram--color: var(--voyager-color--black);
  --instagram--name-color: var(--voyager-color--black);
  --lightbox--color: var(--voyager-color--white);
  --lightbox--expanded-link-color: var(--voyager-color--brand-one);
  --lightbox--overlay-bg: var(--voyager-color--brand-one);
  --lightbox--button-path-fill: var(--voyager-color--brand-one);
  --lightbox--button-path-stroke: var(--voyager-color--brand-one);
  --lightbox--slide-content-bg: var(--voyager-color--white);
  --lightbox--content-overlay-bg: var(--voyager-color--white);
  --lightbox--thumbnail-slide-container-bg: var(--voyager-color--white);
  --lightbox--thumbnail-item-active-border: var(--voyager-color--active);
  --map-menu--bg: var(--voyager-color--white);
  --map-menu--nav-item-active-color: var(--voyager-color--brand-two);
  --map-menu--map-bg: var(--voyager-color--brand-two);
  --map-menu--header-overlay-bg: var(--voyager-color--white);
  --map-menu--pin-bg: var(--voyager-color--brand-two);
  --map-menu--filter-trigger-color: var(--voyager-color--black);
  --map-menu--filter-trigger-bg: var(--voyager-color--brand-four);
  --map-menu--filter-active-trigger-bg: var(--voyager-color--brand-five);
  --map-menu--filter-bg: var(--voyager-color--white);
  --map-menu--filter-hover-bg: var(--voyager-color--brand-three);
  --map-menu--filter-checkbox-color: var(--voyager-color--brand-two);
  --map-menu--filter-checkbox-indicator-border: var(--voyager-color--brand-five);
  --map-menu--filter-checkbox-indicator-bg: var(--voyager-color--brand-two);
  --map-menu--filter-icon-fill: var(--voyager-color--brand-one);
  --map-menu--filter-text: var(--voyager-color--brand-one);
  --masonry--bg: var(--voyager-color--brand-three);
  --masonry--card-color: var(--voyager-color--white);
  --masonry--card-bg: var(--voyager-color--brand-one);
  --masonry--linear-gradient: var(--gradient--linear);
  --rooms-navigation--bg: var(--voyager-color--white);
  --rooms-navigation--color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-color: var(--voyager-color--brand-two);
  --rooms-navigation--anchor-hover-color: var(--voyager-color--brand-one);
  --rooms-navigation--anchor-current-color: var(--voyager-color--brand-one);
  --social-links--color: var(--voyager-color--brand-two);
  --social-links--hover-color: var(--voyager-color--brand-one);
  --footer--color: var(--voyager-color--brand-three);
  --footer--row-bg: var(--voyager-color--white);
  --footer--link-color: var(--voyager-color--brand-one);
  --footer--svg-fill: var(--voyager-color--white);
  --footer--copyright-color: var(--voyager-color--white);
  --footer--shortcode-title-color: var(--voyager-color--brand-two);
  --footer--made-by-anchor-color: var(--voyager-color--brand-two);
  --footer--menu-anchor-color: var(--voyager-color--brand-two);
  --footer--menu-anchor-hover-color: var(--voyager-color--brand-one);
  --button--primary-color: var(--voyager-color--white);
  --button--primary-bg: var(--voyager-color--brand-two);
  --button--primary-border: var(--voyager-color--white);
  --button--primary-svg: var(--voyager-color--white);
  --button--primary-hover-color: var(--voyager-color--brand-two);
  --button--primary-hover-bg: var(--voyager-color--white);
  --button--primary-hover-border: var(--voyager-color--brand-two);
  --button--primary-hover-svg: var(--voyager-color--brand-two);
  --button--primary-active-color: var(--voyager-color--brand-two);
  --button--primary-active-bg: var(--voyager-color--white);
  --button--primary-active-border: var(--voyager-color--brand-two);
  --button--primary-active-svg: var(--voyager-color--brand-two);
  --button--secondary-color: var(--voyager-color--white);
  --button--secondary-bg: var(--voyager-color--brand-one);
  --button--secondary-border: var(--voyager-color--white);
  --button--secondary-svg: var(--voyager-color--white);
  --button--secondary-hover-color: var(--voyager-color--brand-one);
  --button--secondary-hover-bg: var(--voyager-color--white);
  --button--secondary-hover-border: var(--voyager-color--brand-one);
  --button--secondary-hover-svg: var(--voyager-color--brand-one);
  --button--secondary-active-color: var(--voyager-color--brand-one);
  --button--secondary-active-bg: var(--voyager-color--white);
  --button--secondary-active-border: var(--voyager-color--bbrand-one);
  --button--secondary-active-svg: var(--voyager-color--brand-one);
  --button--ghost-color: var(--voyager-color--white);
  --button--ghost-bg: var(--voyager-color--brand-two);
  --button--ghost-border: var(--voyager-color--brand-two);
  --button--ghost-svg: var(--voyager-color--white);
  --button--ghost-hover-color: var(--voyager-color--white);
  --button--ghost-hover-bg: var(--voyager-color--brand-two);
  --button--ghost-hover-border: var(--voyager-color--brand-two);
  --button--ghost-hover-svg: var(--voyager-color--white);
  --button--ghost-active-color: var(--voyager-color--white);
  --button--ghost-active-bg: var(--voyager-color--brand-two);
  --button--ghost-active-border: var(--voyager-color--brand-two);
  --button--ghost-active-svg: var(--voyager-color--white);
  --button--close-color: var(--voyager-color--brand-two);
  --button--close-border: var(--voyager-color--brand-two);
  --button--close-svg: var(--voyager-color--brand-two);
  --button--close-hover-color: var(--voyager-color--white);
  --button--close-hover-bg: var(--voyager-color--brand-one);
  --button--close-hover-border: var(--voyager-color--white);
  --button--close-hover-svg: var(--voyager-color--white);
  --button--close-active-color: var(--voyager-color--white);
  --button--close-active-bg: var(--voyager-color--brand-one);
  --button--close-active-border: var(--voyager-color--white);
  --button--close-active-svg: var(--voyager-color--white);
  --button--splide-color: var(--voyager-color--brand-one);
  --button--splide-bg: var(--voyager-color--white);
  --button--splide-border: var(--voyager-color--brand-one);
  --button--splide-svg: var(--voyager-color--brand-one);
  --button--splide-hover-color: var(--voyager-color--white);
  --button--splide-hover-bg: var(--voyager-color--brand-one);
  --button--splide-hover-border: var(--voyager-color--white);
  --button--splide-hover-svg: var(--voyager-color--white);
  --button--splide-active-color: var(--voyager-color--white);
  --button--splide-active-bg: var(--voyager-color--brand-one);
  --button--splide-active-border: var(--voyager-color--white);
  --button--splide-active-svg: var(--voyager-color--white);
  --splide--progress-bar: var(--voyager-color--four);
  --splide--progress-bar-wrapper: var(--voyager-color--brand-one);
  --error-404--h1-color: var(--voyager-color--brand-one);
  --error-404--h2-color: var(--voyager-color--brand-three);
  --error-404--h3-color: var(--voyager-color--brand-three);
  --single--title-after-bg: var(--voyager-color--brand-four);
  --search--h1-color: var(--voyager-color--brand-five);
  --search--card-border: var(--voyager-color--brand-four);
  --search--pagination-color: var(--voyager-color--black);
  --search--pagination-current-color: var(--voyager-color--white);
  --search--pagination-current-bg: var(--voyager-color--brand-three);
  --sitemap--h1-color: var(--voyager-color--brand-one);
  --sitemap--h2-color: var(--sitemap--h1-color);
  --sitemap--h3-color: var(--sitemap--h1-color);
  --sitemap--text-color: var(--voyager-color--white);
  --arrow--primary-bg: var(--voyager-color--white);
  --arrow--primary-icon: var(--voyager-color--brand-one);
  --arrow--primary-border: var(--voyager-color--brand-one);
  --arrow--primary-color: var(--voyager-color--brand-one);
  --arrow--primary-hover-bg: var(--voyager-color--brand-one);
  --arrow--primary-hover-icon: var(--voyager-color--white);
  --arrow--primary-hover-border: var(--voyager-color--white);
  --arrow--primary-hover-color: var(--voyager-color--white);
  --arrow--primary-active-bg: var(--voyager-color--brand-one);
  --arrow--primary-active-icon: var(--voyager-color--white);
  --arrow--primary-active-border: var(--voyager-color--white);
  --arrow--primary-active-color: var(--voyager-color--white);
  --arrow--secondary-bg: var(--voyager-color--white);
  --arrow--secondary-icon: var(--voyager-color--brand-three);
  --arrow--secondary-border: var(--voyager-color--brand-three);
  --arrow--secondary-hover-bg: var(--voyager-color--white);
  --arrow--secondary-hover-icon: var(--voyager-color--brand-two);
  --arrow--secondary-hover-border: var(--voyager-color--brand-two);
  --arrow--secondary-active-bg: var(--voyager-color--brand-two);
  --arrow--secondary-active-icon: var(--voyager-color--brand-three);
  --arrow--secondary-active-border: var(--voyager-color--brand-three);
  --gradient--linear: linear-gradient(180deg, rgba(4, 30, 66, 0) 0%, #041E42 55.5%);
  --gradient--gallery: linear-gradient(180deg, rgba(4, 30, 66, .45) 0%, #041E42 55.5%);
  --gradient--hero: linear-gradient(90deg, rgba(4, 30, 66, 1) 0%, rgba(4, 30, 66, 0) 100%);
  --border--bottom: var(--voyager-color--brand-one);
  --color--icon-svg-path: var(--voyager-color--brand-two);
  --color--icon-wave-path: var(--voyager-color--brand-three);
}

:root {
  --voyager-site-width: 1920px;
}

body.the-inn-at-manzanita {
  --voyager-color--brand-one: #A8880A;
  --voyager-color--brand-two: #00264C;
  --voyager-color--brand-three: #3C4345;
  --voyager-color--brand-four: #C0E1ED;
  --voyager-color--brand-five: #F1F1F1;
  --voyager-today--bg-color: var(--voyager-color--brand-one);
  --voyager-today--focused-color: var(--voyager-color--brand-one);
  --text--pre-heading: var(--voyager-color--brand-two);
  --text--heading: var(--voyager-color--brand-one);
  --text--textarea: var(--voyager-color--brand-three);
  --text--h1: var(--voyager-color--brand-one);
  --text--h2: var(--voyager-color--brand-one);
  --text--h3: var(--voyager-color--brand-one);
  --text--h4: var(--voyager-color--brand-one);
  --text--anchor: var(--voyager-color--brand-one);
  --text--anchor-hover: var(--voyager-color--brand-one);
  --text--anchor-active: var(--voyager-color--brand-one);
  --text--anchor-inverted: var(--voyager-color--brand-one);
  --text--anchor-inverted-hover: var(--voyager-color--brand-one);
  --text--anchor-inverted-active: var(--voyager-color--brand-one);
  --content--border: var(--voyager-color--brand-two);
  --location--border: var(--voyager-color--brand-three);
  --header--border: var(--voyager-color--brand-one);
  --section--border: rgba(63, 62, 62, .1);
  --menu--text-color: var(--voyager-color--brand-three);
  --menu--text-active-color: var(--voyager-color--brand-two);
  --header--color: var(--voyager-color--brand-three);
  --header--bg: var(--voyager-color--white);
  --header--button-color: var(--voyager-color--brand-three);
  --header--button-bg: var(--voyager-color--brand-three);
  --header--button-border: var(--voyager-color--brand-three);
  --header--svg-color: var(--voyager-color--brand-one);
  --header--button-hover-color: var(--voyager-color--white);
  --header--button-hover-bg: var(--voyager-color--brand-one);
  --header--button-hover-border: var(--voyager-color--brand-three);
  --header--svg-hover-color: var(--voyager-color--brand-one);
  --header--button-active-color: var(--voyager-color--brand-three);
  --header--button-active-bg: var(--voyager-color--brand-three);
  --header--button-active-border: var(--voyager-color--brand-three);
  --header--svg-active-color: var(--voyager-color--brand-one);
  --menu--popup-menu-active-active-color: var(--voyager-color--brand-two);
  --menu--level-0-bg: var(--voyager-color--white);
  --menu--level-0-color: var(--voyager-color--brand-three);
  --menu--level-0-bg-hover: var(--voyager-color--white);
  --menu--level-0-hover-color: var(--voyager-color--brand-two);
  --menu--level-1-bg: var(--voyager-color--white);
  --menu--level-1-color: var(--voyager-color--brand-three);
  --menu--level-1-bg-hover: var(--voyager-color--brand-two);
  --menu--level-1-hover-color: var(--voyager-color--brand-two);
  --menu--popup-bg: var(--voyager-color--white);
  --menu--popup-logo-border: var(--voyager-color--brand-two);
  --menu--popup-map-pin-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-open-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-closed-color: var(--voyager-color--brand-one);
  --menu--property-submenu-wrapper-bg: var(--voyager-color--white);
  --button--book-now-bg: var(--voyager-color--brand-three);
  --button--book-now-color: var(--voyager-color--brand-two);
  --button--book-now-border: var(--voyager-color--brand-three);
  --button--book-now-hover-bg: var(--voyager-color--brand-three);
  --button--book-now-hover-color: var(--voyager-color--white);
  --button--book-now-hover-border: var(--voyager-color--brand-three);
  --year-button--bg-color--hover: var(--voyager-color--brand-three);
  --year-button--bg-color--active: var(--voyager-color--brand-three);
  --year-button--text-color--hover: var(--voyager-color--white);
  --location-menu--title-color: var(--voyager-color--brand-three);
  --accordion--border: var(--voyager-color--brand-one);
  --accordion--header-bg: var(--voyager-color--brand-one);
  --accordion--header-hover-bg: var(--voyager-color--brand-four);
  --accordion--header-color: var(--voyager-color--white);
  --accordion--header-icon: var(--accordion--header-bg);
  --accordion--header-icon-bg: var(--voyager-color--white);
  --accordion--header-border: var(--accordion--border);
  --accordion--panel-header-bg: var(--voyager-color--brand-four);
  --accordion--panel-header-text-active: var(--voyager-color--white);
  --accordion--panel-header-bg-active: var(--voyager-color--brand-five);
  --accordion--panel-header-border-active: var(--voyager-color--black);
  --banner--content-bg: var(--voyager-color--white);
  --banner--content-color: var(--voyager-color--brand-three);
  --banner--heading-color: var(--voyager-color--brand-one);
  --booking-panel--bg: var(--voyager-color--white);
  --booking-panel--square-bg: var(--voyager-color--white);
  --booking-panel--modal-button-color: var(--voyager-color--white);
  --booking-panel--modal-button-bg: var(--voyager-color--brand-one);
  --booking-panel--card-color: var(--voyager-color--brand-one);
  --booking-panel--card-bg: var(--voyager-color--brand-four);
  --booking-panel--card-hover-color: var(--voyager-color--brand-five);
  --booking-panel--card-hover-bg: var(--voyager-color--white);
  --booking-panel--card-date-color: var(--voyager-color--black);
  --booking-panel--card-date-border: var(--voyager-color--brand-one);
  --booking-panel--card-month-border: var(--voyager-color--brand-one);
  --booking-panel--card-label-color: var(--voyager-color--brand-one);
  --booking-panel--card-specials-bg: var(--voyager-color--brand-one);
  --booking-panel--date-card-border: var(--voyager-color--brand-five);
  --booking-panel--button-color: var(--voyager-color--white);
  --booking-panel--button-bg: var(--voyager-color--brand-one);
  --booking-panel--property-select-border: var(--voyager-color--brand-one);
  --booking-panel--property-item-border: var(--voyager-color--brand-four);
  --booking-panel--property-item-active-border: var(--voyager-color--brand-five);
  --booking-panel--property-item-active-bg: var(--voyager-color--brand-three);
  --booking-panel--widget-bg: var(--voyager-color--white);
  --booking-panel--wrapper-left-bg: var(--voyager-color--brand-one);
  --booking-panel--wrapper-border: var(--voyager-color--brand-one);
  --booking-panel--wrapper-panel-card-border: var(--voyager-color--white);
  --booking-panel--promotion-color: var(--voyager-color--black);
  --booking-panel--promotion-slider-bg: var(--voyager-color--white);
  --booking-panel--filter-tab-color: var(--voyager-color--black);
  --booking-panel--filter-tab-hover-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-bg: var(--voyager-color--brand-one);
  --booking-panel--input-promo-color: var(--voyager-color--brand-one);
  --booking-panel--input-promo-border: var(--voyager-color--brand-one);
  --booking-panel--svg-anchor-fill: var(--voyager-color--brand-one);
  --breadcrumbs--last-color: var(--voyager-color--brand-one);
  --breadcrumbs--color: var(--voyager-color--brand-three);
  --card--border: var(--voyager-color--brand-one);
  --card--bg: var(--voyager-color--white);
  --card--heading-color: var(--voyager-color--brand-one);
  --card--category-list-border: var(--voyager-color--brand-four);
  --card--content-wrapper-bg: var(--voyager-color--white);
  --card--default-card-bg: var(--voyager-color--white);
  --card--full-bg-card-color: var(--voyager-color--white);
  --card-grid--button-border-primary: var(--voyager-color--white);
  --card-grid--button-border-secondary: var(--voyager-color--white);
  --card-grid--filter-menu-border: var(--voyager-color--brand-one);
  --card-grid--filter-menu-item-color: var(--voyager-color--brand-two);
  --card-grid--filter-menu-item-bg: var(--voyager-color--brand-two);
  --card-grid--filter-menu-button-color: var(--voyager-color--brand-one);
  --carousel--filter-border: var(--voyager-color--brand-one);
  --carousel--filter-select-color: var(--voyager-color--brand-two);
  --carousel--filter-select-border: var(--voyager-color--brand-one);
  --carousel--filter-item-color: var(--voyager-color--brand-one);
  --carousel--filter-item-active-color: var(--voyager-color--brand-two);
  --carousel--filter-item-active-bg: var(--voyager-color--brand-two);
  --carousel--popup-bg: var(--voyager-color--white);
  --daterange--card-label-color: var(--voyager-color--brand-one);
  --daterange--card-date-color: var(--voyager-color--black);
  --daterange--card-date-bg: var(--voyager-color--brand-three);
  --daterange--card-date-bg2: var(--voyager-color--brand-five);
  --daterange--card-date-before-border: var(--voyager-color--brand-five);
  --daterange--month-color: var(--voyager-color--black);
  --daterange--month-border: var(--voyager-color--brand-one);
  --daterange--date-color: var(--voyager-color--black);
  --daterange--date-hover-color: var(--voyager-color--brand-one);
  --daterange--year-color: var(--voyager-color--black);
  --features--splide-track-bg: var(--voyager-color--brand-three);
  --fifty-fifty--sticky-border: var(--voyager-color--brand-four);
  --fifty-fifty--newsletter-desc-color: var(--voyager-color--white);
  --fifty-fifty--newsletter-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-border: var(--voyager-color--white);
  --gallery--icon-color: var(--voyager-color--white);
  --gallery--image-overlay-icon-color: var(--voyager-color--white);
  --gallery--caption-color: var(--voyager-color--white);
  --gallery--group-title-color: var(--voyager-color--white);
  --gallery--group-title-bg: rgba(0, 0, 0, .4);
  --hero--border: var(--voyager-color--brand-two);
  --hero--full-content-border: var(--voyager-color--white);
  --hero--full-content-color: var(--voyager-color--white);
  --hero--heading-color: var(--voyager-color--brand-one);
  --hero--pre-heading-color: var(--voyager-color--brand-two);
  --hero--textarea-color: var(--voyager-color--brand-three);
  --hero--video-control-icon-border: var(--voyager-color--white);
  --hero--video-control-play-bg: var(--voyager-color--white);
  --hero--video-control-text-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-border: var(--voyager-color--white);
  --hero--arrow-bg: var(--voyager-color--brand-three);
  --hero--arrow-hover-bg: var(--voyager-color--brand-two);
  --instagram--color: var(--voyager-color--black);
  --instagram--name-color: var(--voyager-color--black);
  --lightbox--color: var(--voyager-color--white);
  --lightbox--expanded-link-color: var(--voyager-color--brand-one);
  --lightbox--overlay-bg: var(--voyager-color--brand-one);
  --lightbox--button-path-fill: var(--voyager-color--brand-one);
  --lightbox--button-path-stroke: var(--voyager-color--brand-one);
  --lightbox--slide-content-bg: var(--voyager-color--white);
  --lightbox--content-overlay-bg: var(--voyager-color--white);
  --lightbox--thumbnail-slide-container-bg: var(--voyager-color--white);
  --lightbox--thumbnail-item-active-border: var(--voyager-color--active);
  --map-menu--bg: var(--voyager-color--white);
  --map-menu--nav-item-active-color: var(--voyager-color--brand-two);
  --map-menu--map-bg: var(--voyager-color--brand-two);
  --map-menu--header-overlay-bg: var(--voyager-color--white);
  --map-menu--pin-bg: var(--voyager-color--brand-two);
  --map-menu--filter-trigger-color: var(--voyager-color--black);
  --map-menu--filter-trigger-bg: var(--voyager-color--brand-four);
  --map-menu--filter-active-trigger-bg: var(--voyager-color--brand-five);
  --map-menu--filter-bg: var(--voyager-color--white);
  --map-menu--filter-hover-bg: var(--voyager-color--brand-three);
  --map-menu--filter-checkbox-color: var(--voyager-color--brand-two);
  --map-menu--filter-checkbox-indicator-border: var(--voyager-color--brand-five);
  --map-menu--filter-checkbox-indicator-bg: var(--voyager-color--brand-two);
  --map-menu--filter-icon-fill: var(--voyager-color--brand-one);
  --map-menu--filter-text: var(--voyager-color--brand-one);
  --masonry--bg: var(--voyager-color--brand-three);
  --masonry--card-color: var(--voyager-color--white);
  --masonry--card-bg: var(--voyager-color--brand-one);
  --masonry--linear-gradient: var(--gradient--linear);
  --rooms-navigation--bg: var(--voyager-color--white);
  --rooms-navigation--color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-hover-color: var(--voyager-color--brand-two);
  --rooms-navigation--anchor-current-color: var(--voyager-color--brand-one);
  --social-links--color: var(--voyager-color--brand-one);
  --social-links--hover-color: var(--voyager-color--brand-two);
  --footer--color: var(--voyager-color--brand-three);
  --footer--row-bg: var(--voyager-color--white);
  --footer--link-color: var(--voyager-color--brand-one);
  --footer--svg-fill: var(--voyager-color--white);
  --footer--copyright-color: var(--voyager-color--white);
  --footer--shortcode-title-color: var(--voyager-color--brand-one);
  --footer--made-by-anchor-color: var(--voyager-color--brand-one);
  --footer--menu-anchor-color: var(--voyager-color--brand-three);
  --footer--menu-anchor-hover-color: var(--voyager-color--brand-two);
  --button--primary-color: var(--voyager-color--white);
  --button--primary-bg: var(--voyager-color--brand-one);
  --button--primary-border: var(--voyager-color--brand-one);
  --button--primary-svg: var(--voyager-color--white);
  --button--primary-hover-color: var(--voyager-color--brand-one);
  --button--primary-hover-bg: var(--voyager-color--white);
  --button--primary-hover-border: var(--voyager-color--brand-one);
  --button--primary-hover-svg: var(--voyager-color--brand-one);
  --button--primary-active-color: var(--voyager-color--brand-one);
  --button--primary-active-bg: var(--voyager-color--white);
  --button--primary-active-border: var(--voyager-color--brand-one);
  --button--primary-active-svg: var(--voyager-color--brand-one);
  --button--secondary-color: var(--voyager-color--white);
  --button--secondary-bg: var(--voyager-color--brand-two);
  --button--secondary-border: var(--voyager-color--white);
  --button--secondary-svg: var(--voyager-color--white);
  --button--secondary-hover-color: var(--voyager-color--brand-two);
  --button--secondary-hover-bg: var(--voyager-color--white);
  --button--secondary-hover-border: var(--voyager-color--brand-two);
  --button--secondary-hover-svg: var(--voyager-color--brand-two);
  --button--secondary-active-color: var(--voyager-color--brand-two);
  --button--secondary-active-bg: var(--voyager-color--white);
  --button--secondary-active-border: var(--voyager-color--brand-two);
  --button--secondary-active-svg: var(--voyager-color--brand-two);
  --button--ghost-color: var(--voyager-color--white);
  --button--ghost-bg: var(--voyager-color--brand-two);
  --button--ghost-border: var(--voyager-color--brand-two);
  --button--ghost-svg: var(--voyager-color--white);
  --button--ghost-hover-color: var(--voyager-color--white);
  --button--ghost-hover-bg: var(--voyager-color--brand-two);
  --button--ghost-hover-border: var(--voyager-color--brand-two);
  --button--ghost-hover-svg: var(--voyager-color--white);
  --button--ghost-active-color: var(--voyager-color--white);
  --button--ghost-active-bg: var(--voyager-color--brand-two);
  --button--ghost-active-border: var(--voyager-color--brand-two);
  --button--ghost-active-svg: var(--voyager-color--white);
  --button--close-color: var(--voyager-color--brand-three);
  --button--close-border: var(--voyager-color--brand-one);
  --button--close-svg: var(--voyager-color--brand-one);
  --button--close-hover-color: var(--voyager-color--white);
  --button--close-hover-bg: var(--voyager-color--brand-one);
  --button--close-hover-border: var(--voyager-color--brand-one);
  --button--close-hover-svg: var(--voyager-color--white);
  --button--close-active-color: var(--voyager-color--white);
  --button--close-active-bg: var(--voyager-color--brand-one);
  --button--close-active-border: var(--voyager-color--brand-one);
  --button--close-active-svg: var(--voyager-color--white);
  --button--splide-color: var(--voyager-color--brand-one);
  --button--splide-bg: var(--voyager-color--white);
  --button--splide-border: var(--voyager-color--brand-one);
  --button--splide-svg: var(--voyager-color--brand-one);
  --button--splide-hover-color: var(--voyager-color--brand-two);
  --button--splide-hover-bg: var(--voyager-color--white);
  --button--splide-hover-border: var(--voyager-color--brand-one);
  --button--splide-hover-svg: var(--voyager-color--brand-one);
  --button--splide-active-color: var(--voyager-color--white);
  --button--splide-active-bg: var(--voyager-color--brand-one);
  --button--splide-active-border: var(--voyager-color--white);
  --button--splide-active-svg: var(--voyager-color--white);
  --splide--progress-bar: var(--voyager-color--four);
  --splide--progress-bar-wrapper: var(--voyager-color--brand-one);
  --error-404--h1-color: var(--voyager-color--brand-one);
  --error-404--h2-color: var(--voyager-color--brand-three);
  --error-404--h3-color: var(--voyager-color--brand-three);
  --single--title-after-bg: var(--voyager-color--brand-four);
  --search--h1-color: var(--voyager-color--brand-five);
  --search--card-border: var(--voyager-color--brand-four);
  --search--pagination-color: var(--voyager-color--black);
  --search--pagination-current-color: var(--voyager-color--white);
  --search--pagination-current-bg: var(--voyager-color--brand-three);
  --sitemap--h1-color: var(--voyager-color--brand-one);
  --sitemap--h2-color: var(--sitemap--h1-color);
  --sitemap--h3-color: var(--sitemap--h1-color);
  --sitemap--text-color: var(--voyager-color--white);
  --arrow--primary-bg: var(--voyager-color--white);
  --arrow--primary-icon: var(--voyager-color--brand-one);
  --arrow--primary-border: var(--voyager-color--brand-one);
  --arrow--primary-color: var(--voyager-color--brand-one);
  --arrow--primary-hover-bg: var(--voyager-color--white);
  --arrow--primary-hover-icon: var(--voyager-color--brand-two);
  --arrow--primary-hover-border: var(--voyager-color--brand-one);
  --arrow--primary-hover-color: var(--voyager-color--brand-two);
  --arrow--primary-active-bg: var(--voyager-color--brand-one);
  --arrow--primary-active-icon: var(--voyager-color--white);
  --arrow--primary-active-border: var(--voyager-color--white);
  --arrow--primary-active-color: var(--voyager-color--white);
  --arrow--secondary-bg: var(--voyager-color--white);
  --arrow--secondary-icon: var(--voyager-color--brand-three);
  --arrow--secondary-border: var(--voyager-color--brand-three);
  --arrow--secondary-hover-bg: var(--voyager-color--white);
  --arrow--secondary-hover-icon: var(--voyager-color--brand-two);
  --arrow--secondary-hover-border: var(--voyager-color--brand-two);
  --arrow--secondary-active-bg: var(--voyager-color--brand-two);
  --arrow--secondary-active-icon: var(--voyager-color--brand-three);
  --arrow--secondary-active-border: var(--voyager-color--brand-three);
  --gradient--linear: linear-gradient(180deg, rgba(0, 38, 76, 0) 0%, #00264C 55.5%);
  --gradient--gallery: linear-gradient(180deg, rgba(0, 38, 76, .45) 0%, #00264C 55.5%);
  --gradient--hero: linear-gradient(90deg, rgba(0, 38, 76, 1) 0%, rgba(0, 38, 76, 0) 100%);
  --border--bottom: var(--voyager-color--brand-one);
  --color--icon-svg-path: var(--voyager-color--brand-one);
  --color--icon-wave-path: var(--voyager-color--brand-three);
}

:root {
  --voyager-site-width: 1920px;
}

body.the-spinn {
  --voyager-color--brand-one: #10838B;
  --voyager-color--brand-two: #00264C;
  --voyager-color--brand-three: #3C4345;
  --voyager-color--brand-four: #C0E1ED;
  --voyager-color--brand-five: #F1F1F1;
  --voyager-today--bg-color: var(--voyager-color--brand-one);
  --voyager-today--focused-color: var(--voyager-color--brand-one);
  --text--pre-heading: var(--voyager-color--brand-two);
  --text--heading: var(--voyager-color--brand-one);
  --text--textarea: var(--voyager-color--brand-three);
  --text--h1: var(--voyager-color--brand-one);
  --text--h2: var(--voyager-color--brand-one);
  --text--h3: var(--voyager-color--brand-one);
  --text--h4: var(--voyager-color--brand-one);
  --text--anchor: var(--voyager-color--brand-one);
  --text--anchor-hover: var(--voyager-color--brand-one);
  --text--anchor-active: var(--voyager-color--brand-one);
  --text--anchor-inverted: var(--voyager-color--brand-one);
  --text--anchor-inverted-hover: var(--voyager-color--brand-one);
  --text--anchor-inverted-active: var(--voyager-color--brand-one);
  --content--border: var(--voyager-color--brand-two);
  --location--border: var(--voyager-color--brand-three);
  --header--border: var(--voyager-color--brand-one);
  --section--border: rgba(63, 62, 62, .1);
  --menu--text-color: var(--voyager-color--brand-three);
  --menu--text-active-color: var(--voyager-color--brand-two);
  --header--color: var(--voyager-color--brand-three);
  --header--bg: var(--voyager-color--white);
  --header--button-color: var(--voyager-color--brand-three);
  --header--button-bg: var(--voyager-color--brand-three);
  --header--button-border: var(--voyager-color--brand-three);
  --header--svg-color: var(--voyager-color--brand-one);
  --header--button-hover-color: var(--voyager-color--white);
  --header--button-hover-bg: var(--voyager-color--brand-one);
  --header--button-hover-border: var(--voyager-color--brand-three);
  --header--svg-hover-color: var(--voyager-color--brand-one);
  --header--button-active-color: var(--voyager-color--brand-three);
  --header--button-active-bg: var(--voyager-color--brand-three);
  --header--button-active-border: var(--voyager-color--brand-three);
  --header--svg-active-color: var(--voyager-color--brand-one);
  --menu--popup-menu-active-active-color: var(--voyager-color--brand-two);
  --menu--level-0-bg: var(--voyager-color--white);
  --menu--level-0-color: var(--voyager-color--brand-three);
  --menu--level-0-bg-hover: var(--voyager-color--white);
  --menu--level-0-hover-color: var(--voyager-color--brand-two);
  --menu--level-1-bg: var(--voyager-color--white);
  --menu--level-1-color: var(--voyager-color--brand-three);
  --menu--level-1-bg-hover: var(--voyager-color--brand-two);
  --menu--level-1-hover-color: var(--voyager-color--brand-two);
  --menu--popup-bg: var(--voyager-color--white);
  --menu--popup-logo-border: var(--voyager-color--brand-two);
  --menu--popup-map-pin-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-open-color: var(--voyager-color--brand-two);
  --menu--submenu-icon-closed-color: var(--voyager-color--brand-one);
  --menu--property-submenu-wrapper-bg: var(--voyager-color--white);
  --button--book-now-bg: var(--voyager-color--brand-three);
  --button--book-now-color: var(--voyager-color--brand-two);
  --button--book-now-border: var(--voyager-color--brand-three);
  --button--book-now-hover-bg: var(--voyager-color--brand-three);
  --button--book-now-hover-color: var(--voyager-color--white);
  --button--book-now-hover-border: var(--voyager-color--brand-three);
  --year-button--bg-color--hover: var(--voyager-color--brand-three);
  --year-button--bg-color--active: var(--voyager-color--brand-three);
  --year-button--text-color--hover: var(--voyager-color--white);
  --location-menu--title-color: var(--voyager-color--brand-three);
  --accordion--border: var(--voyager-color--brand-one);
  --accordion--header-bg: var(--voyager-color--brand-one);
  --accordion--header-hover-bg: var(--voyager-color--brand-four);
  --accordion--header-color: var(--voyager-color--white);
  --accordion--header-icon: var(--accordion--header-bg);
  --accordion--header-icon-bg: var(--voyager-color--white);
  --accordion--header-border: var(--accordion--border);
  --accordion--panel-header-bg: var(--voyager-color--brand-four);
  --accordion--panel-header-text-active: var(--voyager-color--white);
  --accordion--panel-header-bg-active: var(--voyager-color--brand-five);
  --accordion--panel-header-border-active: var(--voyager-color--black);
  --banner--content-bg: var(--voyager-color--white);
  --banner--content-color: var(--voyager-color--brand-three);
  --banner--heading-color: var(--voyager-color--brand-one);
  --booking-panel--bg: var(--voyager-color--white);
  --booking-panel--square-bg: var(--voyager-color--white);
  --booking-panel--modal-button-color: var(--voyager-color--white);
  --booking-panel--modal-button-bg: var(--voyager-color--brand-one);
  --booking-panel--card-color: var(--voyager-color--brand-one);
  --booking-panel--card-bg: var(--voyager-color--brand-four);
  --booking-panel--card-hover-color: var(--voyager-color--brand-five);
  --booking-panel--card-hover-bg: var(--voyager-color--white);
  --booking-panel--card-date-color: var(--voyager-color--black);
  --booking-panel--card-date-border: var(--voyager-color--brand-one);
  --booking-panel--card-month-border: var(--voyager-color--brand-one);
  --booking-panel--card-label-color: var(--voyager-color--brand-one);
  --booking-panel--card-specials-bg: var(--voyager-color--brand-one);
  --booking-panel--date-card-border: var(--voyager-color--brand-five);
  --booking-panel--button-color: var(--voyager-color--white);
  --booking-panel--button-bg: var(--voyager-color--brand-one);
  --booking-panel--property-select-border: var(--voyager-color--brand-one);
  --booking-panel--property-item-border: var(--voyager-color--brand-four);
  --booking-panel--property-item-active-border: var(--voyager-color--brand-five);
  --booking-panel--property-item-active-bg: var(--voyager-color--brand-three);
  --booking-panel--widget-bg: var(--voyager-color--white);
  --booking-panel--wrapper-left-bg: var(--voyager-color--brand-one);
  --booking-panel--wrapper-border: var(--voyager-color--brand-one);
  --booking-panel--wrapper-panel-card-border: var(--voyager-color--white);
  --booking-panel--promotion-color: var(--voyager-color--black);
  --booking-panel--promotion-slider-bg: var(--voyager-color--white);
  --booking-panel--filter-tab-color: var(--voyager-color--black);
  --booking-panel--filter-tab-hover-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-color: var(--voyager-color--brand-one);
  --booking-panel--filter-tab-active-bg: var(--voyager-color--brand-one);
  --booking-panel--input-promo-color: var(--voyager-color--brand-one);
  --booking-panel--input-promo-border: var(--voyager-color--brand-one);
  --booking-panel--svg-anchor-fill: var(--voyager-color--brand-one);
  --breadcrumbs--last-color: var(--voyager-color--brand-one);
  --breadcrumbs--color: var(--voyager-color--brand-three);
  --card--border: var(--voyager-color--brand-one);
  --card--bg: var(--voyager-color--white);
  --card--heading-color: var(--voyager-color--brand-one);
  --card--category-list-border: var(--voyager-color--brand-four);
  --card--content-wrapper-bg: var(--voyager-color--white);
  --card--default-card-bg: var(--voyager-color--white);
  --card--full-bg-card-color: var(--voyager-color--white);
  --card-grid--button-border-primary: var(--voyager-color--white);
  --card-grid--button-border-secondary: var(--voyager-color--white);
  --card-grid--filter-menu-border: var(--voyager-color--brand-one);
  --card-grid--filter-menu-item-color: var(--voyager-color--brand-two);
  --card-grid--filter-menu-item-bg: var(--voyager-color--brand-two);
  --card-grid--filter-menu-button-color: var(--voyager-color--brand-one);
  --carousel--filter-border: var(--voyager-color--brand-one);
  --carousel--filter-select-color: var(--voyager-color--brand-two);
  --carousel--filter-select-border: var(--voyager-color--brand-one);
  --carousel--filter-item-color: var(--voyager-color--brand-one);
  --carousel--filter-item-active-color: var(--voyager-color--brand-two);
  --carousel--filter-item-active-bg: var(--voyager-color--brand-two);
  --carousel--popup-bg: var(--voyager-color--white);
  --daterange--card-label-color: var(--voyager-color--brand-one);
  --daterange--card-date-color: var(--voyager-color--black);
  --daterange--card-date-bg: var(--voyager-color--brand-three);
  --daterange--card-date-bg2: var(--voyager-color--brand-five);
  --daterange--card-date-before-border: var(--voyager-color--brand-five);
  --daterange--month-color: var(--voyager-color--black);
  --daterange--month-border: var(--voyager-color--brand-one);
  --daterange--date-color: var(--voyager-color--black);
  --daterange--date-hover-color: var(--voyager-color--brand-one);
  --daterange--year-color: var(--voyager-color--black);
  --features--splide-track-bg: var(--voyager-color--brand-three);
  --fifty-fifty--sticky-border: var(--voyager-color--brand-four);
  --fifty-fifty--newsletter-desc-color: var(--voyager-color--white);
  --fifty-fifty--newsletter-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-title-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-color: var(--voyager-color--white);
  --fifty-fifty--gform-footer-input-border: var(--voyager-color--white);
  --gallery--icon-color: var(--voyager-color--white);
  --gallery--image-overlay-icon-color: var(--voyager-color--white);
  --gallery--caption-color: var(--voyager-color--white);
  --gallery--group-title-color: var(--voyager-color--white);
  --gallery--group-title-bg: rgba(0, 0, 0, .4);
  --hero--border: var(--voyager-color--brand-two);
  --hero--full-content-border: var(--voyager-color--white);
  --hero--full-content-color: var(--voyager-color--white);
  --hero--heading-color: var(--voyager-color--brand-one);
  --hero--pre-heading-color: var(--voyager-color--brand-two);
  --hero--textarea-color: var(--voyager-color--brand-three);
  --hero--video-control-icon-border: var(--voyager-color--white);
  --hero--video-control-play-bg: var(--voyager-color--white);
  --hero--video-control-text-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-color: var(--voyager-color--brand-two);
  --hero--video-control-mute-border: var(--voyager-color--white);
  --hero--arrow-bg: var(--voyager-color--brand-three);
  --hero--arrow-hover-bg: var(--voyager-color--brand-two);
  --instagram--color: var(--voyager-color--black);
  --instagram--name-color: var(--voyager-color--black);
  --lightbox--color: var(--voyager-color--white);
  --lightbox--expanded-link-color: var(--voyager-color--brand-one);
  --lightbox--overlay-bg: var(--voyager-color--brand-one);
  --lightbox--button-path-fill: var(--voyager-color--brand-one);
  --lightbox--button-path-stroke: var(--voyager-color--brand-one);
  --lightbox--slide-content-bg: var(--voyager-color--white);
  --lightbox--content-overlay-bg: var(--voyager-color--white);
  --lightbox--thumbnail-slide-container-bg: var(--voyager-color--white);
  --lightbox--thumbnail-item-active-border: var(--voyager-color--active);
  --map-menu--bg: var(--voyager-color--white);
  --map-menu--nav-item-active-color: var(--voyager-color--brand-two);
  --map-menu--map-bg: var(--voyager-color--brand-two);
  --map-menu--header-overlay-bg: var(--voyager-color--white);
  --map-menu--pin-bg: var(--voyager-color--brand-two);
  --map-menu--filter-trigger-color: var(--voyager-color--black);
  --map-menu--filter-trigger-bg: var(--voyager-color--brand-four);
  --map-menu--filter-active-trigger-bg: var(--voyager-color--brand-five);
  --map-menu--filter-bg: var(--voyager-color--white);
  --map-menu--filter-hover-bg: var(--voyager-color--brand-three);
  --map-menu--filter-checkbox-color: var(--voyager-color--brand-two);
  --map-menu--filter-checkbox-indicator-border: var(--voyager-color--brand-five);
  --map-menu--filter-checkbox-indicator-bg: var(--voyager-color--brand-two);
  --map-menu--filter-icon-fill: var(--voyager-color--brand-one);
  --map-menu--filter-text: var(--voyager-color--brand-one);
  --masonry--bg: var(--voyager-color--brand-three);
  --masonry--card-color: var(--voyager-color--white);
  --masonry--card-bg: var(--voyager-color--brand-one);
  --masonry--linear-gradient: var(--gradient--linear);
  --rooms-navigation--bg: var(--voyager-color--white);
  --rooms-navigation--color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-color: var(--voyager-color--brand-three);
  --rooms-navigation--anchor-hover-color: var(--voyager-color--brand-two);
  --rooms-navigation--anchor-current-color: var(--voyager-color--brand-one);
  --social-links--color: var(--voyager-color--brand-one);
  --social-links--hover-color: var(--voyager-color--brand-two);
  --footer--color: var(--voyager-color--brand-three);
  --footer--row-bg: var(--voyager-color--white);
  --footer--link-color: var(--voyager-color--brand-one);
  --footer--svg-fill: var(--voyager-color--white);
  --footer--copyright-color: var(--voyager-color--white);
  --footer--shortcode-title-color: var(--voyager-color--brand-one);
  --footer--made-by-anchor-color: var(--voyager-color--brand-one);
  --footer--menu-anchor-color: var(--voyager-color--brand-three);
  --footer--menu-anchor-hover-color: var(--voyager-color--brand-two);
  --button--primary-color: var(--voyager-color--white);
  --button--primary-bg: var(--voyager-color--brand-one);
  --button--primary-border: var(--voyager-color--brand-one);
  --button--primary-svg: var(--voyager-color--white);
  --button--primary-hover-color: var(--voyager-color--brand-one);
  --button--primary-hover-bg: var(--voyager-color--white);
  --button--primary-hover-border: var(--voyager-color--brand-one);
  --button--primary-hover-svg: var(--voyager-color--brand-one);
  --button--primary-active-color: var(--voyager-color--brand-one);
  --button--primary-active-bg: var(--voyager-color--white);
  --button--primary-active-border: var(--voyager-color--brand-one);
  --button--primary-active-svg: var(--voyager-color--brand-one);
  --button--secondary-color: var(--voyager-color--white);
  --button--secondary-bg: var(--voyager-color--brand-two);
  --button--secondary-border: var(--voyager-color--white);
  --button--secondary-svg: var(--voyager-color--white);
  --button--secondary-hover-color: var(--voyager-color--brand-two);
  --button--secondary-hover-bg: var(--voyager-color--white);
  --button--secondary-hover-border: var(--voyager-color--brand-two);
  --button--secondary-hover-svg: var(--voyager-color--brand-two);
  --button--secondary-active-color: var(--voyager-color--brand-two);
  --button--secondary-active-bg: var(--voyager-color--white);
  --button--secondary-active-border: var(--voyager-color--brand-two);
  --button--secondary-active-svg: var(--voyager-color--brand-two);
  --button--ghost-color: var(--voyager-color--white);
  --button--ghost-bg: var(--voyager-color--brand-two);
  --button--ghost-border: var(--voyager-color--brand-two);
  --button--ghost-svg: var(--voyager-color--white);
  --button--ghost-hover-color: var(--voyager-color--white);
  --button--ghost-hover-bg: var(--voyager-color--brand-two);
  --button--ghost-hover-border: var(--voyager-color--brand-two);
  --button--ghost-hover-svg: var(--voyager-color--white);
  --button--ghost-active-color: var(--voyager-color--white);
  --button--ghost-active-bg: var(--voyager-color--brand-two);
  --button--ghost-active-border: var(--voyager-color--brand-two);
  --button--ghost-active-svg: var(--voyager-color--white);
  --button--close-color: var(--voyager-color--brand-three);
  --button--close-border: var(--voyager-color--brand-one);
  --button--close-svg: var(--voyager-color--brand-one);
  --button--close-hover-color: var(--voyager-color--white);
  --button--close-hover-bg: var(--voyager-color--brand-one);
  --button--close-hover-border: var(--voyager-color--brand-one);
  --button--close-hover-svg: var(--voyager-color--white);
  --button--close-active-color: var(--voyager-color--white);
  --button--close-active-bg: var(--voyager-color--brand-one);
  --button--close-active-border: var(--voyager-color--brand-one);
  --button--close-active-svg: var(--voyager-color--white);
  --button--splide-color: var(--voyager-color--brand-one);
  --button--splide-bg: var(--voyager-color--white);
  --button--splide-border: var(--voyager-color--brand-one);
  --button--splide-svg: var(--voyager-color--brand-one);
  --button--splide-hover-color: var(--voyager-color--brand-two);
  --button--splide-hover-bg: var(--voyager-color--white);
  --button--splide-hover-border: var(--voyager-color--brand-one);
  --button--splide-hover-svg: var(--voyager-color--brand-one);
  --button--splide-active-color: var(--voyager-color--white);
  --button--splide-active-bg: var(--voyager-color--brand-one);
  --button--splide-active-border: var(--voyager-color--white);
  --button--splide-active-svg: var(--voyager-color--white);
  --splide--progress-bar: var(--voyager-color--four);
  --splide--progress-bar-wrapper: var(--voyager-color--brand-one);
  --error-404--h1-color: var(--voyager-color--brand-one);
  --error-404--h2-color: var(--voyager-color--brand-three);
  --error-404--h3-color: var(--voyager-color--brand-three);
  --single--title-after-bg: var(--voyager-color--brand-four);
  --search--h1-color: var(--voyager-color--brand-five);
  --search--card-border: var(--voyager-color--brand-four);
  --search--pagination-color: var(--voyager-color--black);
  --search--pagination-current-color: var(--voyager-color--white);
  --search--pagination-current-bg: var(--voyager-color--brand-three);
  --sitemap--h1-color: var(--voyager-color--brand-one);
  --sitemap--h2-color: var(--sitemap--h1-color);
  --sitemap--h3-color: var(--sitemap--h1-color);
  --sitemap--text-color: var(--voyager-color--white);
  --arrow--primary-bg: var(--voyager-color--white);
  --arrow--primary-icon: var(--voyager-color--brand-one);
  --arrow--primary-border: var(--voyager-color--brand-one);
  --arrow--primary-color: var(--voyager-color--brand-one);
  --arrow--primary-hover-bg: var(--voyager-color--white);
  --arrow--primary-hover-icon: var(--voyager-color--brand-two);
  --arrow--primary-hover-border: var(--voyager-color--brand-one);
  --arrow--primary-hover-color: var(--voyager-color--brand-two);
  --arrow--primary-active-bg: var(--voyager-color--brand-one);
  --arrow--primary-active-icon: var(--voyager-color--white);
  --arrow--primary-active-border: var(--voyager-color--white);
  --arrow--primary-active-color: var(--voyager-color--white);
  --arrow--secondary-bg: var(--voyager-color--white);
  --arrow--secondary-icon: var(--voyager-color--brand-three);
  --arrow--secondary-border: var(--voyager-color--brand-three);
  --arrow--secondary-hover-bg: var(--voyager-color--white);
  --arrow--secondary-hover-icon: var(--voyager-color--brand-two);
  --arrow--secondary-hover-border: var(--voyager-color--brand-two);
  --arrow--secondary-active-bg: var(--voyager-color--brand-two);
  --arrow--secondary-active-icon: var(--voyager-color--brand-three);
  --arrow--secondary-active-border: var(--voyager-color--brand-three);
  --gradient--linear: linear-gradient(180deg, rgba(16, 131, 139, 0) 0%, #10838B 55.5%);
  --gradient--gallery: linear-gradient(180deg, rgba(16, 131, 139, .45) 0%, #10838B 55.5%);
  --gradient--hero: linear-gradient(90deg, rgba(16, 131, 139, 1) 0%, rgba(16, 131, 139, 0) 100%);
  --border--bottom: var(--voyager-color--brand-one);
  --color--icon-svg-path: var(--voyager-color--brand-one);
  --color--icon-wave-path: var(--voyager-color--brand-three);
}

.hero-variation-full {
  padding-top: var(--voyager-header--height);
}

.voyager-header {
  position: relative;
  top: 0;
  z-index: 5;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: var(--voyager-header-height--desktop);
  padding: 0 14px;
  color: var(--voyager-header--color);
  background: var(--header--bg);
  transition: background 0.2s 0.2s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (min-width: 992px) {
  .voyager-header {
    padding: 0 var(--voyager-header--padding-horizontal);
    background: transparent;
    box-shadow: var(--voyager-box-shadow--header);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-header__menu--visible .voyager-booking__wrapper, .js-map-menu-visible .voyager-header .voyager-booking__wrapper {
    right: -800px;
  }
}
.voyager-header__menu--visible, .body--on-scroll .voyager-header, .single .voyager-header, .archive .voyager-header, .hero-variation-full .voyager-header, .voyager-header.quick-book-active {
  background: var(--header--bg);
}
.voyager-header__menu--visible::after, .body--on-scroll .voyager-header::after, .single .voyager-header::after, .archive .voyager-header::after, .hero-variation-full .voyager-header::after, .voyager-header.quick-book-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/header-bg.svg) 100% 50% repeat-x;
  opacity: 1;
}
.voyager-header__menu--visible::after, .body--on-scroll .voyager-header::after, .single .voyager-header::after, .archive .voyager-header::after, .hero-variation-full .voyager-header::after, .voyager-header.quick-book-active::after {
  background-size: auto 84%;
}
.voyager-header__items-before {
  position: absolute;
  top: 0;
  height: 100%;
}
.voyager-header__items-before::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 1000px;
  height: 100%;
  background: var(--header--bg);
}
@media only screen and (min-width: 992px) {
  .voyager-header__items-before::before {
    box-shadow: var(--voyager-box-shadow--header);
  }
}
.voyager-header__items {
  z-index: 1;
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: 0;
  background: var(--header--bg);
}
@media only screen and (min-width: 992px) {
  .voyager-header__items {
    width: auto;
    padding: 8px 0;
    box-shadow: var(--voyager-box-shadow--header);
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-header__items {
    padding: var(--voyager-header--padding-vertical) 0;
  }
}
.voyager-header__title-wrapper {
  height: var(--voyager-header--logo-height);
}
.voyager-header__button-link {
  color: var(--header--bg);
}
.voyager-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
}
.voyager-header__button-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  flex: 1 1 50%;
  padding: 0;
}
@media only screen and (min-width: 1470px) {
  .voyager-header__button-wrapper {
    flex: none;
    padding: 8px 0;
  }
}

.hamburger-button {
  position: static;
  z-index: 1;
  width: auto;
  height: 100%;
  margin: unset;
  padding-top: 0;
  padding-bottom: 0;
  color: inherit;
  text-transform: none;
  border-right: 0.5px solid var(--location--border);
  border-left: 0.5px solid var(--location--border);
  cursor: pointer;
  font: inherit;
  overflow: visible;
  flex-direction: column;
  font-size: inherit;
  background-color: transparent;
  border-right: 0.5px solid var(--header--button-border);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-right: var(--voyager-spacing-sm);
  padding-bottom: 5px;
  padding-left: var(--voyager-spacing-sm);
  background: transparent;
}
.hamburger-button--is-active, .hamburger-button.is-active, .hamburger-button:hover {
  background-color: var(--header--button-hover-bg);
}
.hamburger-button--is-active .voyager-location__title,
.hamburger-button--is-active .hamburger-button__title, .hamburger-button.is-active .voyager-location__title,
.hamburger-button.is-active .hamburger-button__title, .hamburger-button:hover .voyager-location__title,
.hamburger-button:hover .hamburger-button__title {
  color: var(--header--button-hover-color);
}
.hamburger-button--is-active .voyager-svg__path, .hamburger-button.is-active .voyager-svg__path, .hamburger-button:hover .voyager-svg__path {
  stroke: var(--header--button-hover-color);
}
.hamburger-button .close-icon {
  display: none;
}
.hamburger-button.is-active .open-icon {
  display: none;
}
.hamburger-button.is-active .close-icon {
  display: block;
}
@media only screen and (min-width: 992px) {
  .hamburger-button:hover {
    background-color: var(--header--button-hover-bg);
    opacity: 0.7;
  }
  .hamburger-button:hover .voyager-location__title,
.hamburger-button:hover .hamburger-button__title {
    color: var(--header--button-hover-color);
  }
  .hamburger-button:hover .voyager-svg__path {
    stroke: var(--header--button-hover-color);
  }
}
@media only screen and (min-width: 992px) {
  .hamburger-button {
    height: auto;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1470px) {
  .hamburger-button {
    padding: 10px 30px;
  }
}
.hamburger-button__title {
  display: block;
  margin-bottom: 6px;
  color: var(--location-menu--title-color);
  font-family: Nunito Sans, sans-serif;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .hamburger-button__title {
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 992px) {
  .hamburger-button--is-active:hover {
    opacity: 0.7;
  }
}
.hamburger-button--is-active .hamburger-button--is-closed {
  display: none;
}
.hamburger-button--is-active .hamburger-button--is-open {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hamburger-button__icon {
  height: var(--voyager-menu--icon-height);
}
.hamburger-button--is-closed, .hamburger-button--is-open {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hamburger-button--is-closed .voyager-svg__icon, .hamburger-button--is-open .voyager-svg__icon {
  width: var(--voyager-menu--icon-width);
  height: 21px;
  margin-top: 3px;
}
.hamburger-button--is-open {
  display: none;
}
.hamburger-button--is-open .voyager-svg__icon {
  display: none;
}
@media only screen and (min-width: 992px) {
  .hamburger-button--is-open .voyager-svg__icon {
    display: inline-block;
  }
}
.hamburger-button--is-open .hamburger-button__icon:before {
  content: "\e822";
}
.hamburger-button--is-open .hamburger-button__icon::before {
  width: auto;
  height: auto;
  margin: 0;
  color: var(--voyager-color--white);
  font-size: 2.25rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 992px) {
  .hamburger-button--is-open .hamburger-button__icon::before {
    display: none;
  }
}

.voyager-header {
  width: 100vw;
}
.voyager-header__title-wrapper {
  display: flex;
  align-items: center;
  padding: var(--voyager-header--logo-padding);
}
.voyager-header__custom-logo-wrapper {
  display: block;
}
.voyager-header__custom-logo {
  width: auto;
  max-width: var(--voyager-header--logo-width);
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 992px) {
  .voyager-header__custom-logo {
    height: var(--voyager-header--logo-height);
  }
}
.voyager-header__custom-logo-link {
  display: flex;
  padding: 0;
}
.voyager-header__mobile-logo {
  display: block;
  min-height: 36px;
}

.voyager-header__submenu {
  min-width: 100%;
  transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.voyager-header__submenu-anchor {
  width: 100%;
  white-space: wrap;
}
.voyager-header__submenu-anchor-has-children {
  width: auto;
}
.voyager-header__submenu-level-1 {
  position: relative;
  padding-left: clamp(30px, -4.2857142857px + 0.0334821429 * 100vw, 60px);
  color: var(--menu--level-1-font);
  background-color: var(--menu--level-1-bg);
}
.voyager-header__submenu-level-1.is-active {
  max-height: none;
}
.rtl .voyager-header__submenu-level-1, .rtl .voyager-header__submenu-level-2 {
  padding-right: clamp(30px, -4.2857142857px + 0.0334821429 * 100vw, 60px);
  padding-left: 0;
}
.rtl .voyager-header__submenu-level-1::before, .rtl .voyager-header__submenu-level-2::before {
  right: clamp(30px, -4.2857142857px + 0.0334821429 * 100vw, 60px);
  left: auto;
  border-right: 3px solid var(--menu--level-0-font);
  border-left: 0;
}
.voyager-header__property-submenu-wrapper {
  width: 100vw;
  top: 0;
  min-height: 100vh;
  background: var(--menu--property-submenu-wrapper-bg);
  background-color: var(--menu--property-submenu-wrapper-bg);
  opacity: 0;
  transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(-100%);
}
@media only screen and (min-width: 689px) {
  .voyager-header__property-submenu-wrapper {
    width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-header__property-submenu-wrapper {
    width: 600px;
  }
}
.voyager-header__menu--visible .voyager-header__property-submenu-wrapper {
  right: 0;
  opacity: 1;
  transform: translateX(0%);
}

@media only screen and (min-width: 992px) and (min-width: 689px) {
  .voyager-header--hamburger-left .voyager-header .voyager-header__menu-item-has-children:hover .voyager-header__submenu-icon {
    color: var(--menu--level-1-hover-color);
  }
}
@media only screen and (min-width: 992px) and (min-width: 689px) {
  .voyager-header--hamburger-left .voyager-header .voyager-header__menu-anchor.voyager-header__submenu-anchor-has-children:hover {
    color: initial;
  }
}
.voyager-header__submenu-icon-wrapper {
  position: relative;
  top: 0.02rem;
  display: inline-flex;
  width: 2em;
  height: 2em;
  justify-content: center;
  align-items: center;
  margin-left: -2em;
  cursor: pointer;
  transform: translateY(25%);
}
@media only screen and (min-width: 992px) {
  .voyager-header__submenu-icon-wrapper {
    top: 0.2rem;
  }
}
.voyager-header__submenu-icon {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  transition: transform 0.3s;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .voyager-header__submenu-icon {
    color: var(--menu--submenu-icon-closed-color);
  }
  .voyager-header__submenu-icon:hover {
    color: var(--menu--submenu-icon-open-color);
    background-color: transparent;
  }
  .voyager-header__submenu-icon:hover .voyager-header__submenu-svg-path {
    stroke: var(--menu--level-0-font);
  }
}
.voyager-header__submenu-icon.is-active {
  transform: rotate(0deg);
}
.voyager-header__submenu-svg {
  vertical-align: middle;
  pointer-events: none;
}
.voyager-header__submenu-svg-path {
  stroke: var(--menu--level-0-font);
}
.voyager-header__submenu-icon--is-open {
  color: var(--menu--submenu-icon-open-color);
}
.voyager-header__submenu-icon--is-open:before {
  content: "\e811";
}
.voyager-header__submenu-icon--is-closed:before {
  content: "\e800";
}
@media only screen and (min-width: 992px) {
  .voyager-header__submenu-icon--is-closed:hover {
    color: var(--menu--submenu-icon-closed-color);
  }
}

.voyager-header--menu-left .voyager-header__menu-anchor {
  padding: 10px clamp(30px, -4.2857142857px + 0.0334821429 * 100vw, 60px) 10px;
}
.voyager-header--menu-left .voyager-header__menu-anchor-level-0,
.voyager-header--menu-left .voyager-header .voyager-footer__menu-anchor {
  padding: 10px clamp(30px, -4.2857142857px + 0.0334821429 * 100vw, 60px) 10px;
  font-size: min(max(1.25rem,0.44vw + 0.84rem), 1.375rem);
  font-size: clamp(1.25rem, 0.44vw + 0.84rem, 1.38rem);
  line-height: min(max(1.25rem,3.56vw + -2.02rem), 2.25rem);
  line-height: clamp(1.25rem, 3.56vw + -2.02rem, 2.25rem);
  letter-spacing: 0.01em;
  font-family: "Nunito Sans", sans-serif;
}
.voyager-header--menu-left .voyager-header .voyager-footer__menu {
  padding-left: clamp(30px, -4.2857142857px + 0.0334821429 * 100vw, 60px);
  text-align: left;
}
.voyager-header--menu-left .voyager-header__menu {
  width: 100vw;
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(100%);
}
@media only screen and (min-width: 689px) {
  .voyager-header--menu-left .voyager-header__menu {
    width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-header--menu-left .voyager-header__menu {
    width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-header--menu-left .voyager-header__menu {
    background-color: var(--voyager-color--white);
  }
}
.voyager-header--menu-left .voyager-header__menu-item, .voyager-header--menu-left .voyager-header__menu-item-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.voyager-header--menu-left .voyager-header__menu-item {
  margin: 3px 0;
}
@media only screen and (min-width: 992px) {
  .voyager-header--menu-left .voyager-header__menu-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.voyager-header--menu-left .voyager-header__menu-item-container {
  width: 100%;
  justify-content: flex-start;
  flex-direction: row;
}
.voyager-header--menu-left .voyager-header__submenu-icon--is-open {
  display: none;
}
.voyager-header--menu-left .voyager-header .js-voyager-accordion__trigger.is-active > .voyager-header__submenu-icon--is-open {
  display: block;
}
.voyager-header--menu-left .voyager-header .js-voyager-accordion__trigger.is-active > .voyager-header__submenu-icon--is-closed {
  display: none;
}
.voyager-header--menu-left .voyager-header__submenu-anchor {
  text-decoration: none;
}
.voyager-header--menu-left.voyager-header__menu--visible .voyager-header__menu {
  transform: translateX(0%);
}
@media only screen and (min-width: 992px) {
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__hamburger-button {
    display: none;
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__menu {
    position: relative;
    top: unset;
    right: unset;
    display: inline-flex;
    width: auto;
    flex-direction: row;
    background-color: var(--voyager-color--white);
    transition: none;
    transform: translateX(0);
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__menu-item:hover {
    color: var(--menu--level-0-font-hover);
    background-color: var(--menu--level-0-bg-hover);
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__menu-item:hover .voyager-header__submenu-icon--is-open {
    display: block;
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__menu-item:hover .voyager-header__submenu-icon--is-closed {
    display: none;
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__menu-anchor {
    text-decoration: none;
    display: inline-flex;
    height: 100%;
    align-items: center;
    color: var(--menu--level-0-font);
    text-align: center;
    background-color: var(--menu--level-0-bg);
    transition: color 0.15s;
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__submenu {
    position: absolute;
    min-width: unset;
    max-height: initial;
    background-color: var(--menu--level-1-bg);
    opacity: 0;
    box-shadow: var(--voyager-box-shadow--menu-defaut);
    visibility: hidden;
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__submenu-level-1 {
    top: calc(100% + 10px);
    background-color: var(--menu--level-1-bg);
    box-shadow: var(--voyager-box-shadow--menu-defaut);
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__submenu-level-2 {
    top: 0;
    left: 100%;
    background-color: var(--menu--level-1-bg);
    box-shadow: var(--voyager-box-shadow--menu-defaut);
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__submenu-icon-wrapper {
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translate(0%, 50%);
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__submenu-icon-wrapper:hover .voyager-header__submenu-svg-path {
    stroke: var(--menu--level-0-font);
  }
  .voyager-header--menu-left .voyager-header.voyager-header--desktop .voyager-header__submenu-anchor {
    background-color: var(--menu--level-1-bg);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-header--menu-left .voyager-header .voyager-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .voyager-header--menu-left .voyager-header .voyager-header__submenu {
    position: absolute;
  }
}

.voyager-header--hamburger-left .voyager-header__menu-anchor {
  padding: 10px clamp(30px, -4.2857142857px + 0.0334821429 * 100vw, 60px) 10px;
}
.voyager-header--hamburger-left .voyager-header__menu-anchor-level-0,
.voyager-header--hamburger-left .voyager-header .voyager-footer__menu-anchor {
  padding: 10px clamp(30px, -4.2857142857px + 0.0334821429 * 100vw, 60px) 10px;
  font-size: min(max(1.25rem,0.44vw + 0.84rem), 1.375rem);
  font-size: clamp(1.25rem, 0.44vw + 0.84rem, 1.38rem);
  line-height: min(max(1.25rem,3.56vw + -2.02rem), 2.25rem);
  line-height: clamp(1.25rem, 3.56vw + -2.02rem, 2.25rem);
  letter-spacing: 0.01em;
  font-family: "Nunito Sans", sans-serif;
}
.voyager-header--hamburger-left .voyager-header .voyager-footer__menu {
  padding-left: clamp(30px, -4.2857142857px + 0.0334821429 * 100vw, 60px);
  text-align: left;
}
.voyager-header--hamburger-left .voyager-header__menu {
  width: 100vw;
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(100%);
}
@media only screen and (min-width: 689px) {
  .voyager-header--hamburger-left .voyager-header__menu {
    width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-header--hamburger-left .voyager-header__menu {
    width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-header--hamburger-left .voyager-header__menu {
    background-color: var(--voyager-color--white);
  }
}
.voyager-header--hamburger-left .voyager-header__menu-item, .voyager-header--hamburger-left .voyager-header__menu-item-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.voyager-header--hamburger-left .voyager-header__menu-item {
  margin: 3px 0;
}
@media only screen and (min-width: 992px) {
  .voyager-header--hamburger-left .voyager-header__menu-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.voyager-header--hamburger-left .voyager-header__menu-item-container {
  width: 100%;
  justify-content: flex-start;
  flex-direction: row;
}
.voyager-header--hamburger-left .voyager-header__submenu-icon--is-open {
  display: none;
}
.voyager-header--hamburger-left .voyager-header .js-voyager-accordion__trigger.is-active > .voyager-header__submenu-icon--is-open {
  display: block;
}
.voyager-header--hamburger-left .voyager-header .js-voyager-accordion__trigger.is-active > .voyager-header__submenu-icon--is-closed {
  display: none;
}
.voyager-header--hamburger-left .voyager-header__submenu-anchor {
  text-decoration: none;
}
.voyager-header--hamburger-left.voyager-header__menu--visible .voyager-header__menu {
  transform: translateX(0%);
}
.voyager-header--hamburger-left .voyager-header {
  justify-content: flex-start;
}
.voyager-header--hamburger-left .voyager-header .voyager-header__hamburger-button {
  top: 0;
  box-sizing: border-box;
  width: 100%;
  transform: translateY(0);
}
@media only screen and (min-width: 992px) {
  .voyager-header--hamburger-left .voyager-header .voyager-header__hamburger-button {
    box-sizing: inherit;
    width: auto;
  }
}
.voyager-header--hamburger-left .voyager-header .voyager-header__menu {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}
.voyager-header--hamburger-left .voyager-header .voyager-header__menu-item-container {
  justify-content: flex-end;
  flex-direction: row-reverse;
  padding-left: clamp(30px, -4.2857142857px + 0.0334821429 * 100vw, 60px);
}
.voyager-header--hamburger-left .voyager-header.voyager-header__menu--visible .voyager-header__menu {
  transform: translateX(0);
}
.voyager-header--hamburger-left .voyager-header .voyager-header__popup-menu {
  transform: translateX(-100%);
}
.voyager-header--hamburger-left .voyager-header .voyager-header__menu-anchor {
  text-decoration: none;
  color: var(--menu--level-0-color);
}
.voyager-header--hamburger-left .voyager-header .voyager-header__menu-anchor:active {
  color: var(--menu--level-0-hover-color);
}
.voyager-header--hamburger-left .voyager-header .voyager-header__menu-anchor:focus {
  color: var(--menu--level-0-hover-color);
}
@media only screen and (min-width: 689px) {
  .voyager-header--hamburger-left .voyager-header .voyager-header__menu-anchor:hover {
    color: var(--menu--level-0-hover-color);
  }
}
.voyager-header--hamburger-left .voyager-header .voyager-header__popup-menu .voyager-header__menu-wrapper {
  order: unset;
}
.voyager-header--hamburger-left .voyager-header .voyager-header__popup-menu .voyager-header__menu {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  transform: translateX(0);
}
@media only screen and (min-width: 992px) {
  .voyager-header--hamburger-left .voyager-header .voyager-header__popup-menu .voyager-header__menu {
    height: 100%;
  }
}
.voyager-header--hamburger-left .voyager-header .voyager-header__popup-menu .voyager-header__menu-anchor--is-active {
  color: var(--menu--popup-menu-active-active-color);
}

.voyager-header {
  /* stylelint-disable declaration-no-important -- Google map overwrite */
}
.voyager-header__popup-menu {
  position: absolute;
  top: var(--voyager-header-height--desktop);
  left: 0;
  display: flex;
  width: 100%;
  padding: var(--voyager-header--popup-menu-padding);
  overflow: hidden;
  background-color: var(--voyager-color--white);
  transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (min-width: 992px) {
  .voyager-header__popup-menu {
    overflow: visible;
  }
}
.voyager-header__popup-menu .js-menu-image {
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.voyager-header__popup-menu .js-menu-image.fade-out, .voyager-header__popup-menu .js-menu-image.fade-in.fade-out {
  opacity: 0;
}
.voyager-header__popup-menu .js-menu-image.fade-in {
  opacity: 1;
}
.voyager-header__popup-menu::before {
  content: "";
  position: absolute;
  bottom: 57px;
  left: 0;
  width: 100%;
  height: 136px;
  background-image: url(/wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/wave-pattern.svg);
  background-repeat: repeat-x;
  background-size: auto 136px;
  opacity: 0.2;
  filter: invert(1);
}
@media only screen and (min-width: 689px) {
  .voyager-header__popup-menu {
    width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-header__popup-menu {
    width: 100%;
    padding: 30px;
  }
  .voyager-header__popup-menu::before {
    display: none;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-header__popup-menu {
    top: var(--voyager-header-height--desktop);
  }
}
.voyager-header__popup-menu, .voyager-header__popup-menu-content {
  height: calc(100vh - var(--voyager-header-height--desktop));
}
.voyager-header.voyager-header__menu--visible .voyager-header__popup-menu {
  transform: translateX(0%);
}
.voyager-header__popup-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .voyager-header__popup-menu-overlay {
    background-color: var(--menu--popup-bg);
  }
}
.voyager-header__popup-menu-nav {
  position: relative;
  width: 100%;
  overflow-y: auto;
}
@media (max-width: 680px) {
  .voyager-header__popup-menu-nav {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-header__popup-menu-nav {
    width: 30%;
    background-color: var(--menu--popup-bg);
  }
}
.voyager-header__popup-menu-logo {
  display: flex;
  text-align: center;
  border-bottom: 1px solid var(--menu--popup-logo-border);
}
.voyager-header__popup-menu-content {
  position: relative;
  z-index: 1;
  display: none;
  width: 70%;
  height: calc(100vh - var(--voyager-header-height--desktop) - 60px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--voyager-color--white);
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  .voyager-header__popup-menu-content {
    display: flex;
  }
}
.voyager-header__popup-menu-close {
  position: absolute;
  top: 75px;
  right: 35px;
  z-index: 2;
  box-sizing: border-box;
  display: inline-flex;
  height: 2.7em;
  justify-content: space-between;
  align-items: center;
  padding: var(--voyager-button--vertical-padding) var(--voyager-button--horizontal-padding-right) var(--voyager-button--vertical-padding) var(--voyager-button--vertical-padding);
  color: var(--button--close-color);
  background: var(--button--close-bg);
  border: solid 1px var(--button--close-border);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  top: var(--voyager-close-button-top);
  bottom: 100%;
  display: none;
  gap: 35px;
}
@media only screen and (min-width: 992px) {
  .voyager-header__popup-menu-close:hover {
    color: var(--button--close-hover-color);
    background: var(--button--close-hover-bg);
    border: solid 1px var(--button--close-hover-border);
    /* stylelint-disable-next-line selector-max-type -- With comment after two hyphens here... */
  }
  .voyager-header__popup-menu-close:hover svg path {
    color: #FFF;
  }
  .voyager-header__popup-menu-close:focus, .voyager-header__popup-menu-close:active {
    color: var(--button--close-active-color);
    background: var(--button--close-active-bg);
    border: solid 1px var(--button--close-active-border);
    /* stylelint-disable-next-line selector-max-type -- With comment after two hyphens here... */
  }
  .voyager-header__popup-menu-close:focus svg path, .voyager-header__popup-menu-close:active svg path {
    color: #FFF;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-header__popup-menu-close {
    display: inline-flex;
  }
  .voyager-header__popup-menu-close:hover .voyager-header__close-icon path, .voyager-header__popup-menu-close:focus .voyager-header__close-icon path, .voyager-header__popup-menu-close:active .voyager-header__close-icon path {
    stroke: var(--button--close-hover-svg);
  }
}
.voyager-header__close-icon {
  width: 20px;
  height: 40px;
}
.voyager-header__close-icon path {
  stroke: var(--button--close-svg);
}
.voyager-header__popup-menu .voyager-header__site-title {
  flex-basis: 100%;
  padding: 15px 0;
}
.voyager-header__popup-menu-name {
  opacity: 0;
}
.voyager-header__popup-menu-name, .voyager-header__social-links, .voyager-header__contact-details {
  position: relative;
  text-align: center;
}
.voyager-header .gm-style .gm-style-iw.gm-style-iw-c {
  width: 140px !important;
  height: 140px !important;
  border: solid 4px var(--menu--popup-map-pin-color) !important;
  border-radius: 50% !important;
}
.voyager-header .gm-style .gm-style-iw-tc::after {
  background-color: var(--menu--popup-map-pin-color) !important;
}

.back-home-menu {
  margin-top: auto;
}

.voyager-location__button {
  flex-direction: column;
  font-size: inherit;
  background-color: transparent;
  border-right: 0.5px solid var(--header--button-border);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-right: var(--voyager-spacing-sm);
  padding-bottom: 5px;
  padding-left: var(--voyager-spacing-sm);
  background: transparent;
  box-sizing: border-box;
  width: auto;
  width: 100%;
  height: 100%;
  padding: var(--voyager-header-header--button-padding);
  border-right: 0;
}
.voyager-location__button--is-active, .voyager-location__button.is-active, .voyager-location__button:hover {
  background-color: var(--header--button-hover-bg);
}
.voyager-location__button--is-active .voyager-location__title,
.voyager-location__button--is-active .hamburger-button__title, .voyager-location__button.is-active .voyager-location__title,
.voyager-location__button.is-active .hamburger-button__title, .voyager-location__button:hover .voyager-location__title,
.voyager-location__button:hover .hamburger-button__title {
  color: var(--header--button-hover-color);
}
.voyager-location__button--is-active .voyager-svg__path, .voyager-location__button.is-active .voyager-svg__path, .voyager-location__button:hover .voyager-svg__path {
  stroke: var(--header--button-hover-color);
}
.voyager-location__button .close-icon {
  display: none;
}
.voyager-location__button.is-active .open-icon {
  display: none;
}
.voyager-location__button.is-active .close-icon {
  display: block;
}
@media only screen and (min-width: 992px) {
  .voyager-location__button:hover {
    background-color: var(--header--button-hover-bg);
    opacity: 0.7;
  }
  .voyager-location__button:hover .voyager-location__title,
.voyager-location__button:hover .hamburger-button__title {
    color: var(--header--button-hover-color);
  }
  .voyager-location__button:hover .voyager-svg__path {
    stroke: var(--header--button-hover-color);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-location__button {
    box-sizing: inherit;
    width: auto;
    height: auto;
    border-right: 0.5px solid var(--header--button-border);
  }
}
.voyager-location__title {
  display: block;
  margin-bottom: 6px;
  color: var(--location-menu--title-color);
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .voyager-location__title {
    margin-bottom: 9px;
  }
}
.voyager-location__icon {
  height: var(--voyager-menu--icon-height);
  pointer-events: none;
}

.voyager-svg__location-button {
  height: var(--voyager-menu--icon-height);
}

.without-hero {
  padding-top: var(--voyager-header-height--desktop);
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}
.splide .splide__active-icon {
  display: none;
}
.splide__pagination-icon {
  pointer-events: none;
}
.splide .is-active-button .splide__active-icon {
  display: inline-block;
}
.splide .is-active-button .splide__default-icon {
  display: none;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__track--draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.splide__slide {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  backface-visibility: hidden;
  outline: none;
  /* stylelint-disable-next-line declaration-no-important -- Splide CSS */
  list-style-type: none !important;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #999;
  border-radius: 50%;
  animation: splide-loading 1s linear infinite;
  border-left-color: transparent;
}
.splide__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  transform-style: preserve-3d;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.voyager-sitemap {
  padding-right: var(--voyager-spacing-lg);
  padding-left: var(--voyager-spacing-lg);
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
}
.voyager-sitemap__list {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: disc;
}
.voyager-sitemap h1 {
  margin-top: clamp(30px, 7.1428571429px + 0.0223214286 * 100vw, 50px);
  color: var(--sitemap--h1-color);
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .voyager-sitemap h1 {
    letter-spacing: 0.05rem;
  }
}
.voyager-sitemap h2 {
  color: var(--sitemap--h2-color);
}
.voyager-sitemap h3.font-size--sub-heading {
  color: var(--sitemap--h3-color);
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .voyager-sitemap h3.font-size--sub-heading {
    letter-spacing: 0.05rem;
  }
}
.voyager-sitemap h3.voyager-sitemap__post-type-title {
  color: var(--sitemap--h3-color);
  text-align: center;
}
.voyager-sitemap li {
  list-style: none;
}
.voyager-sitemap a {
  color: var(--text--anchor);
  text-decoration: none;
  font-size: min(max(1.0625rem,2.89vw + -1.59rem), 1.875rem);
  font-size: clamp(1.06rem, 2.89vw + -1.59rem, 1.88rem);
  line-height: min(max(1.125rem,4.89vw + -3.37rem), 2.5rem);
  line-height: clamp(1.13rem, 4.89vw + -3.37rem, 2.5rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .voyager-sitemap a:hover {
    color: var(--text--anchor-hover);
  }
}
@media only screen and (min-width: 689px) {
  .voyager-sitemap a {
    letter-spacing: 0.05em;
  }
}
.voyager-sitemap .voyager-sitemap__list {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-sitemap .voyager-sitemap__list {
    max-width: 60vw;
  }
}

.voyager-carousel--splide-card-highlight .voyager-carousel__arrows-button {
  color: var(--button--splide-color);
  background-color: var(--button--splide-bg);
  border-color: var(--button--splide-border);
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-card-highlight .voyager-carousel__arrows-button:hover {
    color: var(--button--splide-hover-color);
    background-color: var(--button--splide-hover-bg);
    border-color: var(--button--splide-hover-border);
  }
}
.voyager-carousel--splide-card-highlight .voyager-carousel__arrows-button:active, .voyager-carousel--splide-card-highlight .voyager-carousel__arrows-button:focus {
  color: var(--button--splide-active-color);
  background-color: var(--button--splide-active-bg);
  border-color: var(--button--splide-active-border);
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}
.splide__arrows {
  position: absolute;
  bottom: 4px;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 6px;
  list-style-type: none;
}
.splide__arrows::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.splide__arrow, .splide__arrows-button {
  position: relative;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: 55px;
  min-height: 38px;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: var(--button--splide-bg);
  opacity: 1;
  cursor: pointer;
  transform: translate(0, 0);
  color: var(--arrow--primary-color);
  border: solid 1px var(--arrow--primary-border);
}
@media only screen and (min-width: 992px) {
  .splide__arrow:hover:not(:active, :focus) .splide__arrows-icon::before, .splide__arrows-button:hover:not(:active, :focus) .splide__arrows-icon::before {
    color: var(--arrow--primary-hover-color);
    background: var(--arrow--primary-hover-bg);
  }
}
.splide__arrow:focus, .splide__arrow:active, .splide__arrows-button:focus, .splide__arrows-button:active {
  outline: none;
  color: var(--arrow--primary-active-color);
  background: var(--arrow--primary-active-bg);
  border: solid 1px var(--arrow--primary-active-border);
}
.splide__arrow .splide__arrows-icon.voyager-icon-arrow-pointing-right-big:before,
.splide__arrow .splide__arrows-icon.voyager-icon-arrow-pointing-left-big:before, .splide__arrows-button .splide__arrows-icon.voyager-icon-arrow-pointing-right-big:before,
.splide__arrows-button .splide__arrows-icon.voyager-icon-arrow-pointing-left-big:before {
  content: "\e824";
}
.splide__arrow .splide__arrows-icon.voyager-icon-arrow-pointing-right-big::before, .splide__arrows-button .splide__arrows-icon.voyager-icon-arrow-pointing-right-big::before {
  transform: rotate(180deg);
}
@media only screen and (min-width: 992px) {
  .splide__arrow:hover, .splide__arrows-button:hover {
    background: var(--button--splide-hover-bg);
  }
  .splide__arrow:focus, .splide__arrow:active, .splide__arrows-button:focus, .splide__arrows-button:active {
    background: var(--button--splide-active-bg);
  }
}
@media only screen and (min-width: 1470px) {
  .splide__arrow, .splide__arrows-button {
    min-width: 60px;
    min-height: 45px;
  }
}
.splide__arrows-icon {
  width: 2.1em;
  font-size: var(--voyager-splide-arrows--font-size);
}
.splide__arrow--next {
  text-align: right;
}
.splide__arrow--prev {
  text-align: left;
}
.splide__arrows-wrapper {
  position: absolute;
  display: flex;
  width: var(--voyager-splide-arrows--horizontal-spacing);
  height: var(--voyager-splide-arrows--vertical-spacing);
  justify-content: space-between;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .splide__arrows-wrapper {
    flex-direction: column-reverse;
  }
}

.splide__control-bar {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.splide__control-bar .splide__arrow svg {
  display: initial;
}
.splide__control-bar .splide__arrow--next::before, .splide__control-bar .splide__arrow--prev::before {
  display: none;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--next:before {
  content: "\e803";
}
.splide__arrow--prev:before {
  content: "\e801";
}

.splide__pagination {
  position: absolute;
  bottom: 2%;
  left: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
  left: 50%;
  display: inline-flex;
  margin-bottom: calc(-1 * 10px);
  margin-left: calc(-1 * 10px);
  transform: translateX(-50%);
  /* stylelint-disable-next-line declaration-no-selector -- Li's added by Splide for the pagination. Does not contain classes. */
}
.splide__pagination li {
  margin-bottom: 10px;
  margin-left: 10px;
}
.splide__pagination-button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 2px var(--button--splide-border);
  border-radius: 50%;
}
.splide__pagination-button.is-active {
  background: var(--button--splide-active-bg);
}
.splide__pagination-number {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  /* stylelint-disable-next-line declaration-no-important -- Required to force word-wrap on screen reader text */
  word-wrap: normal !important;
}
.splide__pagination-number:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #444;
  font-size: 1em;
  line-height: normal;
  background-color: #EEE;
  /* stylelint-disable-next-line declaration-no-important -- Required to force clip on screen reader text */
  clip: auto !important;
  clip-path: none;
  text-decoration: none;
  /* Above WP toolbar. */
}

.splide__progress-bar-wrapper {
  display: block;
  height: 2px;
  flex: 1;
  background: var(--splide--progress-bar);
}
.splide__progress-bar {
  width: 0;
  height: 100%;
  background: var(--splide--progress-bar-wrapper);
  transition: width 0.4s ease;
}

.voyager-accordion {
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
  font-family: "Nunito Sans", sans-serif;
}
.voyager-accordion__container {
  padding-top: 30px;
}
.voyager-accordion__wrapper {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .voyager-accordion__wrapper {
    padding-bottom: 30px;
  }
}
.voyager-accordion__header {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: flex;
  width: 100%;
  padding: 1rem;
  padding-right: 120px;
  color: var(--accordion--header-color);
  text-align: left;
  text-transform: uppercase;
  background-color: var(--accordion--header-bg);
  border-bottom: var(--accordion--header-border);
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  will-change: color, background-color;
}
@media only screen and (min-width: 689px) {
  .voyager-accordion__header {
    letter-spacing: 0.05em;
  }
}
.voyager-accordion__header .voyager-accordion__header-icon:before {
  content: "\e823";
}
.voyager-accordion__header.is-active .voyager-accordion__header-icon {
  border-bottom: 2px solid var(--accordion--header-border);
}
.voyager-accordion__header.is-active .voyager-accordion__header-icon::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.voyager-accordion__header-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 100%;
  align-self: center;
  margin-left: auto;
  color: var(--accordion--header-icon);
  font-size: 1rem;
  background: var(--accordion--header-icon-bg);
  transition: transform 0.3s;
  pointer-events: none;
}
.voyager-accordion__header-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  /* stylelint-disable-next-line declaration-no-important -- Override the fontello.scss style */
  width: 30px !important;
  color: var(--accordion--header-icon-color);
  font-size: 0.6em;
  transform: translate(-50%, -50%) rotate(90deg);
}
.voyager-accordion__body {
  display: block;
  overflow: hidden;
  transition: max-height 0.3s;
}
.voyager-accordion__content {
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  padding-right: var(--voyager-spacing-lg);
  padding-left: var(--voyager-spacing-lg);
  margin-bottom: calc(-1 * 30px);
  margin-left: calc(-1 * 30px);
  display: flex;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 689px) {
  .voyager-accordion__content {
    letter-spacing: 0.05em;
  }
}
.voyager-accordion__content h1 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-accordion__content h2 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-accordion__content h3 {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 689px) {
  .voyager-accordion__content h3 {
    letter-spacing: 0.05em;
  }
}
.voyager-accordion__content h4 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-accordion__content h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 689px) {
  .voyager-accordion__content h5 {
    letter-spacing: 0.05em;
  }
}
.voyager-accordion__content p {
  margin-bottom: 15px;
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .voyager-accordion__content p {
    letter-spacing: 0.05em;
  }
}
.voyager-accordion__content ul {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: disc;
  padding: 30px;
  padding-right: 0;
}
.voyager-accordion__content ol {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: decimal;
  display: none;
}
.voyager-accordion__content em {
  font-style: italic;
}
.voyager-accordion__content strong {
  font-weight: 700;
}
.voyager-accordion__content blockquote {
  margin: 1.5em 0.8em;
  padding: 0.5em 0.8em;
  border-left: 1px solid;
}
.voyager-accordion__content .img {
  margin-top: 0.5em;
}
.voyager-accordion__content .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-accordion__content .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-accordion__content .aligncenter {
  display: block;
  margin: 1.5em auto;
  text-align: center;
}
.voyager-accordion__content a:not(.voyager-buttons__button-anchor) {
  color: var(--text--anchor);
}
@media only screen and (min-width: 992px) {
  .voyager-accordion__content a:not(.voyager-buttons__button-anchor):hover {
    color: var(--text--anchor-hover);
  }
}
.voyager-accordion__content-wrapper {
  flex: 2 1 50%;
  margin-bottom: 30px;
  margin-left: 30px;
}
.voyager-accordion__image-wrapper {
  flex: 1;
  margin-bottom: 30px;
  margin-left: 30px;
}
.voyager-accordion__item {
  box-sizing: border-box;
  margin-bottom: 1rem;
  background-color: var(--voyager-color--white);
  border: 1px solid var(--accordion--border);
}
.voyager-accordion__item-last {
  margin-bottom: 0;
}
.voyager-accordion__intro-text {
  max-width: var(--voyager-introduction-text--width-full);
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
.voyager-accordion--panel {
  margin-top: 60px;
}
@media only screen and (min-width: 689px) {
  .voyager-accordion--panel {
    margin-top: 100px;
  }
}
.voyager-accordion--panel .voyager-accordion__content {
  display: flex;
  flex-direction: column-reverse;
  background-color: unset;
  row-gap: 30px;
}
.voyager-accordion--panel .voyager-accordion__image {
  display: block;
  height: 50vh;
  border-radius: 10px;
  box-shadow: var(--voyager-box-shadow--button-primary);
}
.voyager-accordion--panel .voyager-accordion__panel-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.voyager-accordion--panel .voyager-accordion__description {
  overflow: auto;
  max-height: 55vh;
}
.voyager-accordion--panel .voyager-accordion__header {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background: var(--accordion--panel-header-bg);
}
.voyager-accordion--panel .voyager-accordion__header-icon {
  font-size: min(max(1.125rem,2.22vw + -0.92rem), 1.75rem);
  font-size: clamp(1.13rem, 2.22vw + -0.92rem, 1.75rem);
}
.voyager-accordion--panel .voyager-accordion__item {
  background: unset;
}
.voyager-accordion--panel .is-active .voyager-accordion__header {
  color: var(--accordion--header-text-active);
  background: var(--accordion--header-bg-active);
}
@media only screen and (min-width: 992px) {
  .voyager-accordion--panel .voyager-accordion__wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .voyager-accordion--panel .voyager-accordion__trigger-wrapper {
    flex: 0 0 25%;
  }
  .voyager-accordion--panel .voyager-accordion__item {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
  }
  .voyager-accordion--panel .voyager-accordion__item-last .voyager-accordion__header {
    border-bottom: 1px solid var(--accordion--panel-header-border-active);
  }
  .voyager-accordion--panel .voyager-accordion__body {
    display: block;
    background-color: unset;
    opacity: 0;
    transition: opacity 1s;
    visibility: hidden;
  }
  .voyager-accordion--panel .voyager-accordion__body.is-active {
    visibility: visible;
    opacity: 1;
  }
  .voyager-accordion--panel .voyager-accordion__header {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 18px 18px 0;
    color: var(--accordion--header-color);
    text-align: left;
    background-color: unset;
    border-top: 1px solid var(--accordion--header-border);
    border-radius: 0;
    box-shadow: none;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .voyager-accordion--panel .voyager-accordion__header:hover {
    background: var(--accordion--header-hover-bg);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-accordion--panel .voyager-accordion__header-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 20px;
    color: var(--accordion--header-icon);
    line-height: 1;
    background: var(--accordion--header-icon-bg);
    border-radius: 50%;
    transition: ease all 0.3s;
    pointer-events: none;
    aspect-ratio: 1;
  }
  .voyager-accordion--panel .voyager-accordion__header-icon::before {
    display: contents;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-accordion--panel .voyager-accordion__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: unset;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-accordion--panel .voyager-accordion__description {
    flex: 1 0 calc(50% - 30px);
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-accordion--panel .voyager-accordion__image-wrapper {
    flex: 1 1 50%;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-accordion--panel .voyager-accordion__item.is-active .voyager-accordion__header {
    border-radius: 0;
    box-shadow: none;
    pointer-events: none;
  }
  .voyager-accordion--panel .voyager-accordion__item.is-active .voyager-accordion__header:hover .voyager-accordion__header-icon {
    background: var(--accordion--header-icon-hover-bg);
    box-shadow: var(--voyager-box-shadow--button-primary);
  }
  .voyager-accordion--panel .voyager-accordion__item.is-active .voyager-accordion__header:hover .voyager-accordion__header-icon:before {
    color: var(--accordion--header-bg);
  }
  .voyager-accordion--panel .voyager-accordion__item.is-active .voyager-accordion__header-icon {
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-accordion--panel .voyager-accordion__trigger-wrapper {
    flex: 0 0 30%;
  }
  .voyager-accordion--panel .voyager-accordion__description {
    flex: 1 0 calc(50% - 67px);
  }
}
.js-voyager-accordion__content:not(.js-voyager-accordion__content-show) {
  display: none;
}
.js-voyager-accordion__content-collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.voyager-archive {
  flex: 1;
}
.voyager-archive__container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-archive__container {
    flex-direction: row;
  }
}
.voyager-archive .voyager-container {
  padding: 0;
}
.voyager-archive--default {
  flex: 1;
}
.voyager-archive--default .voyager-archive__card-textarea,
.voyager-archive--default .voyager-archive__card-buttons.voyager-buttons {
  height: auto;
  opacity: 1;
}
.voyager-archive .voyager-archive__card .voyager-archive__card-textarea,
.voyager-archive .voyager-archive__card .voyager-archive__card-buttons.voyager-buttons {
  height: auto;
  opacity: 1;
}
.voyager-archive .voyager-archive__card:hover .voyager-archive__card-textarea,
.voyager-archive .voyager-archive__card:hover .voyager-archive__card-buttons.voyager-buttons {
  height: auto;
  opacity: 1;
}
.voyager-archive__article {
  margin-bottom: 20px;
}
.voyager-archive__article:last-child {
  margin-bottom: 0;
}
.voyager-archive__article--default {
  padding: 15px;
  border: 1px solid var(--voyager-color--brand-four);
}
.voyager-archive__article--default .voyager-archive__article-wrapper {
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-archive__article--default .voyager-archive__article-wrapper {
    gap: 30px;
  }
}
.voyager-archive__article--default .voyager-archive__article-heading {
  margin-bottom: 15px;
}
.voyager-archive__article--default .voyager-archive__article-image-wrapper {
  position: relative;
  min-height: 250px;
  flex: 0 0 301px;
  border-radius: 0;
  overflow: hidden;
}
.voyager-archive__article--default .voyager-archive__article-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  translate: -50% -50%;
}
.voyager-archive__article .voyager-card-grid__card-textarea, .voyager-card-grid .voyager-card__voyager-buttons .voyager-archive__article--last {
  margin-bottom: 0;
}
.voyager-archive .voyager-archive__intro-text {
  margin-bottom: 60px;
}
.voyager-archive__intro-text-pre-heading, .voyager-archive__intro-text-heading {
  text-align: center;
}
.voyager-archive .voyager-archive__intro-text-heading {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .voyager-archive .voyager-archive__intro-text-heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-archive .voyager-archive__intro-text-heading {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-archive .voyager-archive__intro-text-heading {
    margin-bottom: 120px;
  }
}
.voyager-archive__intro-text-sub-heading {
  color: var(--voyager-color--brand-one);
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: var(--font-weight-xbold);
}
@media only screen and (min-width: 689px) {
  .voyager-archive__intro-text-sub-heading {
    letter-spacing: 0.05em;
  }
}
.voyager-archive__article-buttons {
  margin-top: 10px;
}
.voyager-archive__article-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .voyager-archive__article-wrapper {
    flex-direction: row;
  }
}
.voyager-archive__card-heading {
  color: var(--voyager-color--brand-one);
}
.voyager-archive__article-image-wrapper {
  flex: 1;
}
.voyager-archive__content-wrapper {
  flex: 3;
}
.voyager-archive__breadcrumb-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.voyager-archive__breadcrumb-item {
  display: flex;
}
.voyager-archive__breadcrumb-item:last-child .voyager-archive__breadcrumb-separator:last-child {
  display: none;
}
.voyager-archive__breadcrumb-separator {
  display: inline-block;
  margin: 0 5px;
  color: var(--voyager-color--brand-one);
  font-family: "Nunito Sans", sans-serif;
}
.voyager-archive__breadcrumb-separator::before {
  content: "|";
}
.voyager-archive__breadcrumb-link {
  color: var(--text--anchor);
  text-decoration: none;
  color: var(--voyager-color--brand-three);
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .voyager-archive__breadcrumb-link:hover {
    color: var(--text--anchor-hover);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-archive__breadcrumb-link:hover {
    color: var(--voyager-color--brand-one);
  }
}
.voyager-archive__load-more {
  margin-top: 20px;
  text-align: center;
}
.voyager-archive__fifty-container {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-archive__fifty-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.voyager-archive--fifty-fifty {
  margin-top: 0;
}
.voyager-archive--fifty-fifty .voyager-archive__fifty-fifty-article.voyager-archive__cloned-article:nth-child(odd) .voyager-fifty-fifty__columns {
  flex-direction: row-reverse;
}
.voyager-archive .voyager-archive--card-grid {
  flex: 3;
  margin-top: 0;
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card {
  display: flex;
  max-width: 100%;
  margin: 0 0 40px;
  margin-top: 0;
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 689px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card {
    width: calc(100% - 30px);
    margin: 0 15px 30px;
  }
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card:last-child {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card {
    margin: 0 15px 50px;
  }
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card:last-child {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card {
    margin: 0 15px 90px;
  }
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card:last-child {
    margin-bottom: 90px;
  }
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-inner-wrapper {
  width: 100%;
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-content-wrapper {
  padding: 30px 0 0;
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-grid-container {
  gap: 0;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 992px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-button-wrapper {
  margin-top: 15px;
  flex-grow: 0;
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__paragraph {
  color: var(--voyager-color--brand-three);
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: var(--voyager-button--min-width);
  min-height: var(--voyager-button--min-height);
  justify-content: center;
  align-items: center;
  padding: var(--voyager-button--vertical-padding) var(--voyager-button--horizontal-padding-right) var(--voyager-button--vertical-padding) var(--voyager-button--vertical-padding);
  color: var(--button--primary-color);
  text-align: left;
  background-color: var(--button--primary-bg);
  border: 1px solid var(--button--primary-border);
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--button--primary-color);
  background-color: var(--button--primary-bg);
  border: 1px solid var(--button--primary-border);
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor .voyager-svg {
  max-width: 50px;
  flex: 0 0 50px;
  transform: scale(-1);
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor .voyager-svg__arrow {
  margin-left: 15px;
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor .voyager-svg__path {
  stroke: transparent;
  fill: var(--button--primary-svg);
}
@media only screen and (min-width: 689px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor {
    display: inline-flex;
    width: auto;
    justify-content: space-between;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:hover {
    color: var(--button--primary-hover-color);
    background-color: var(--button--primary-hover-bg);
    border-color: var(--button--primary-hover-border);
  }
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:hover .voyager-svg__path {
    transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: var(--button--primary-hover-svg);
  }
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:active, .voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:focus {
  color: var(--button--primary-active-color);
  background-color: var(--button--primary-active-bg);
  border-color: var(--button--primary-bg);
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:active .voyager-svg__path, .voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:focus .voyager-svg__path {
  fill: var(--button--primary-active-svg);
}
@media only screen and (min-width: 992px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:hover {
    color: var(--button--primary-hover-color);
    background-color: var(--button--primary-hover-bg);
    border-color: var(--button--primary-hover-border);
  }
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:hover .voyager-svg__path {
    fill: var(--button--primary-hover-svg);
  }
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:active, .voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:focus {
  color: var(--button--primary-active-color);
  background-color: var(--button--primary-active-bg);
  border-color: var(--button--primary-bg);
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:active .voyager-svg__path, .voyager-archive .voyager-archive--card-grid .voyager-archive__card-anchor:focus .voyager-svg__path {
  fill: var(--button--primary-bg);
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-inner-image-wrapper {
  max-width: 100%;
  height: 200px;
  flex: 0 0 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-inner-image-wrapper {
    height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-inner-image-wrapper {
    height: 300px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-inner-image-wrapper {
    height: 370px;
  }
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__card-heading {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: var(--font-weight-xbold);
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-heading {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-archive .voyager-archive--card-grid .voyager-archive__card-heading {
    margin-top: 15px;
    margin-bottom: 38px;
  }
}
.voyager-archive .voyager-archive--card-grid .voyager-archive__content-wrapper {
  padding: 30px 0 0;
}
.voyager-archive__posts-container {
  justify-content: flex-start;
}
.voyager-archive__fifty-fifty-article {
  margin-top: 0;
}
.voyager-archive__column-left, .voyager-archive__column-right {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-archive__column-left, .voyager-archive__column-right {
    margin-bottom: 30px;
  }
}
.voyager-archive__load-more-btn:active, .voyager-archive__load-more-btn:focus {
  background-color: var(--voyager-color--brand-one);
}
.voyager-archive__load-more-btn--active {
  display: block;
}
.voyager-archive__load-more-btn--loading {
  display: none;
}
.voyager-archive__load-more-btn.js-loading {
  background-color: var(--voyager-color--brand-five);
  pointer-events: none;
}
.voyager-archive__load-more-btn.js-loading .voyager-archive__load-more-btn--active {
  display: none;
}
.voyager-archive__load-more-btn.js-loading .voyager-archive__load-more-btn--loading {
  display: block;
}

.voyager-banner__container-wrapper {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
  max-width: var(--voyager-site-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--voyager-spacing-lg);
  padding-left: var(--voyager-spacing-lg);
}
@media only screen and (min-width: 992px) {
  .voyager-banner__container-wrapper {
    height: var(--voyager-banner--image-width);
    min-height: 480px;
    max-height: 480px;
    overflow: hidden;
  }
  .voyager-banner__container-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 480px;
    background: url(/wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/wave-pattern.svg) 50% 50% repeat-x;
    opacity: 0.1;
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-banner__container-wrapper {
    min-height: 621px;
    max-height: 1000px;
  }
}
.voyager-banner__container-wrapper__text-wrapper {
  margin: 0 auto;
  text-align: center;
}
.voyager-banner__container-wrapper__heading {
  margin-right: auto;
  margin-left: auto;
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
  color: var(--text--heading);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-xbold);
  text-transform: uppercase;
}
.voyager-banner__container-wrapper__voyager-buttons {
  justify-content: center;
}
.voyager-banner__container-wrapper::after {
  background-size: 40%;
  opacity: 0.05;
}
.voyager-banner.voyager-banner--center-aligned .voyager-banner__container-wrapper__text-wrapper {
  margin: 0 auto;
  text-align: center;
}
.voyager-banner.voyager-banner--center-aligned .voyager-banner__container-wrapper__heading {
  margin-right: auto;
  margin-left: auto;
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
  color: var(--text--heading);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-xbold);
  text-transform: uppercase;
}
.voyager-banner.voyager-banner--center-aligned .voyager-banner__container-wrapper__voyager-buttons {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .voyager-banner--content-left-aligned .voyager-banner__text-wrapper, .voyager-banner--content-right-aligned .voyager-banner__text-wrapper {
    margin: 0;
    text-align: left;
  }
  .voyager-banner--content-left-aligned .voyager-banner__heading, .voyager-banner--content-right-aligned .voyager-banner__heading {
    margin-right: 0;
    margin-left: 0;
  }
  .voyager-banner--content-left-aligned .voyager-banner__voyager-buttons, .voyager-banner--content-right-aligned .voyager-banner__voyager-buttons {
    justify-content: flex-start;
  }
  .voyager-banner--content-left-aligned .voyager-banner__container-wrapper {
    flex-direction: row-reverse;
  }
  .voyager-banner--content-left-aligned .voyager-banner__container-wrapper::after {
    left: -30%;
  }
  .voyager-banner--content-left-aligned .voyager-banner__container {
    right: 50%;
    left: auto;
    justify-content: flex-end;
    transform: translateX(-14%);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1700px) {
  .voyager-banner--content-left-aligned .voyager-banner__container {
    transform: translateX(-5%);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-banner--content-right-aligned .voyager-banner__container-wrapper {
    flex-direction: row;
  }
  .voyager-banner--content-right-aligned .voyager-banner__container-wrapper::after {
    left: 30%;
  }
  .voyager-banner--content-right-aligned .voyager-banner__container {
    justify-content: flex-start;
    transform: translateX(14%);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1700px) {
  .voyager-banner--content-right-aligned .voyager-banner__container {
    transform: translateX(5%);
  }
}
.voyager-banner__container {
  position: relative;
  z-index: 1;
  display: flex;
  width: var(--voyager-banner--content-width);
  max-width: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  background: var(--banner--content-bg);
  overflow: hidden;
}
.voyager-banner__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 480px;
  background: url(/wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/wave-pattern.svg) 50% 50% repeat-x;
  opacity: 0.1;
  transform: rotate(90deg);
}
.voyager-banner__container::after {
  top: 50%;
  left: 0;
  height: 100%;
  opacity: 0.05;
  background-position: 0 center;
}
@media only screen and (min-width: 992px) {
  .voyager-banner__container::after {
    display: none;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-banner__container {
    padding-right: var(--voyager-spacing-lg);
    padding-left: var(--voyager-spacing-lg);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-banner__container {
    left: 50%;
    max-width: 480px;
    max-height: 380px;
    overflow: visible;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-banner__container {
    max-width: 720px;
    max-height: 820px;
  }
}
.voyager-banner__image-wrapper {
  position: relative;
  width: var(--voyager-banner--image-width);
}
.voyager-banner__image-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.voyager-banner__text-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 676px;
  align-items: center;
  flex-flow: column wrap;
  padding: var(--voyager-spacing-xl) 0;
  padding-bottom: 60px;
  color: var(--voyager-banner--text-color);
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .voyager-banner__text-wrapper {
    align-items: flex-start;
    padding: var(--voyager-spacing-xl) 0;
    text-align: left;
  }
}
.voyager-banner .voyager-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-banner__icon {
  max-width: 80px;
}
.voyager-banner__image, .block-editor__container .voyager-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-banner__sub-heading {
  margin: 12px 0;
}
.voyager-banner__textarea {
  margin: 8px 0 0;
}
.voyager-banner__heading {
  max-width: 476px;
  margin-bottom: var(--voyager-spacing-md);
  color: var(--banner--heading-color);
  text-transform: uppercase;
}
.voyager-banner__heading.default {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.voyager-banner__voyager-buttons {
  margin: 24px 0 0;
}
.voyager-banner__voyager-buttons + .voyager-banner__voyager-buttons {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) {
  .voyager-banner__voyager-buttons + .voyager-banner__voyager-buttons {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-banner__voyager-buttons {
    margin: 30px 0;
  }
}
.voyager-banner--parallax .voyager-banner__image {
  visibility: hidden;
}
.voyager-banner--parallax .voyager-banner__image-wrapper {
  position: relative;
  max-width: 1000px;
  height: 430px;
  min-height: 430px;
  clip-path: inset(0 0 0 0);
  background-size: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-attachment: fixed;
}
@media only screen and (min-width: 992px) {
  .voyager-banner--parallax .voyager-banner__image-wrapper {
    position: absolute;
    height: 100%;
    min-height: inherit;
  }
}
.voyager-banner--parallax .voyager-banner__image-wrapper::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: inherit;
  pointer-events: none;
  background-repeat: inherit;
  background-size: cover;
  background-position: inherit;
  will-change: transform;
}
.voyager-banner--parallax.voyager-banner--content-left-aligned .voyager-banner__container {
  margin-left: 0;
}
.voyager-banner--parallax.voyager-banner--content-left-aligned .voyager-banner__image-wrapper {
  background-position: 20% 50%;
}
.voyager-banner--parallax.voyager-banner--content-right-aligned .voyager-banner__container {
  margin-right: 0;
}
.voyager-banner--parallax.voyager-banner--content-right-aligned .voyager-banner__image-wrapper {
  background-position: 80% 50%;
}

.voyager-booking {
  display: inline-flex;
  flex-flow: row wrap;
}
.voyager-booking .splide__arrows.voyager-booking__arrows-wrapper {
  bottom: 8px;
  left: 50%;
  width: 150px;
  height: 45px;
  flex-direction: row;
}
.voyager-booking__modal-button {
  width: 90px;
  height: 85px;
  color: var(--booking-panel--modal-button-color);
  font-size: 1rem;
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 5.3125rem;
  text-align: center;
  background-color: var(--booking-panel--modal-button-bg);
  border: 0;
  cursor: pointer;
}
@media only screen and (min-width: 689px) {
  .voyager-booking__modal-button {
    letter-spacing: 0.05em;
  }
}
.voyager-booking__card {
  position: relative;
  color: var(--booking-panel--card-color);
  font-size: 1rem;
  text-align: center;
  background-color: var(--booking-panel--card-bg);
}
.voyager-booking__card--active, .voyager-booking__card:hover {
  color: var(--booking-panel--card-color-hover);
  background-color: var(--booking-panel--card-bg-hover);
}
.voyager-booking__promotion--slider {
  padding-bottom: 60px;
}
.voyager-booking__control-bar {
  height: 60px;
  border-top: 1px solid var(--card--border);
}
.voyager-booking__slide {
  height: 60%;
}
.voyager-booking__caption {
  height: 40%;
}
.voyager-booking--block {
  cursor: pointer;
}
.voyager-booking__card-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  overflow: hidden;
}
.voyager-booking__card-content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 689px) {
  .voyager-booking__card-content {
    flex-direction: row;
  }
}
.voyager-booking .voyager-buttons__button-anchor.voyager-booking__button-link {
  padding-right: var(--voyager-button--vertical-padding);
}
.voyager-booking__button {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: var(--voyager-button--min-width);
  min-height: var(--voyager-button--min-height);
  justify-content: center;
  align-items: center;
  padding: var(--voyager-button--vertical-padding) var(--voyager-button--horizontal-padding-right) var(--voyager-button--vertical-padding) var(--voyager-button--vertical-padding);
  color: var(--button--primary-color);
  text-align: left;
  background-color: var(--button--primary-bg);
  border: 1px solid var(--button--primary-border);
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--booking-panel--button-color);
  background-color: var(--booking-panel--button-bg);
  border: 0;
  cursor: pointer;
}
.voyager-booking__button .voyager-svg {
  max-width: 50px;
  flex: 0 0 50px;
  transform: scale(-1);
}
.voyager-booking__button .voyager-svg__arrow {
  margin-left: 15px;
}
.voyager-booking__button .voyager-svg__path {
  stroke: transparent;
  fill: var(--button--primary-svg);
}
@media only screen and (min-width: 689px) {
  .voyager-booking__button {
    display: inline-flex;
    width: auto;
    justify-content: space-between;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking__button:hover {
    color: var(--button--primary-hover-color);
    background-color: var(--button--primary-hover-bg);
    border-color: var(--button--primary-hover-border);
  }
  .voyager-booking__button:hover .voyager-svg__path {
    transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: var(--button--primary-hover-svg);
  }
}
.voyager-booking__button:active, .voyager-booking__button:focus {
  color: var(--button--primary-active-color);
  background-color: var(--button--primary-active-bg);
  border-color: var(--button--primary-bg);
}
.voyager-booking__button:active .voyager-svg__path, .voyager-booking__button:focus .voyager-svg__path {
  fill: var(--button--primary-active-svg);
}
.voyager-booking__card-date {
  position: relative;
}
.voyager-booking__card-date::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  border-top: 1px solid var(--booking-panel--card-date-border);
}
.voyager-booking__card-day {
  margin-right: 0.5em;
}
.voyager-booking__card-chevron {
  display: none;
  align-self: center;
  margin-left: 6px;
  font-size: 0.3125rem;
  transition: all 0.3s;
}
.voyager-booking__card--active .voyager-booking__card-chevron {
  transform: rotate(180deg);
}
.voyager-booking--footer {
  width: 100vw;
  min-height: 70px;
  justify-content: center;
  padding: 15px;
}
@media only screen and (min-width: 689px) {
  .voyager-booking--footer {
    box-sizing: border-box;
    width: auto;
    padding: initial;
  }
}
.voyager-booking--footer .voyager-booking__card {
  width: 121px;
  height: 122px;
  width: 50%;
  height: 80px;
  border-right: 1px solid #FFF;
}
@media only screen and (min-width: 689px) {
  .voyager-booking--footer .voyager-booking__card {
    width: auto;
    height: auto;
  }
}
.voyager-booking--footer .voyager-booking__button {
  height: 48px;
  margin: 30px auto 0;
  padding: 0 40px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  width: 100%;
  margin-top: 15px;
}
@media only screen and (min-width: 689px) {
  .voyager-booking--footer .voyager-booking__button {
    width: auto;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-booking--footer .voyager-booking__card-content,
.voyager-booking--footer .voyager-booking__button {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.voyager-booking--footer .voyager-booking__card-title {
  margin-bottom: 1em;
  margin-bottom: 5px;
}
@media only screen and (min-width: 689px) {
  .voyager-booking--footer .voyager-booking__card-title {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.voyager-booking--footer .voyager-booking__card-date {
  display: flex;
  flex-direction: row-reverse;
}
.voyager-booking--footer .voyager-booking__card-day {
  margin-left: 0.5em;
}
@media only screen and (min-width: 689px) {
  .voyager-booking--footer.voyager-booking--position-bottom {
    width: 100%;
    max-width: 659px;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-booking--footer .voyager-booking__card-chevron {
    display: block;
  }
}
.voyager-booking--sidebar {
  width: 100vw;
  padding: 15px;
  background-color: var(--voyager-color--white);
}
@media only screen and (min-width: 689px) {
  .voyager-booking--sidebar {
    width: 90px;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
  }
}
.voyager-booking--sidebar .voyager-booking__card {
  width: 50%;
  height: 80px;
  border-right: 1px solid #FFF;
}
@media only screen and (min-width: 689px) {
  .voyager-booking--sidebar .voyager-booking__card {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #FFF;
  }
}
.voyager-booking--sidebar .voyager-booking--block {
  height: 85px;
  margin-top: 1px;
}
.voyager-booking--sidebar .voyager-booking__card-content {
  flex-direction: column;
}
.voyager-booking--sidebar .voyager-booking__card-date {
  display: flex;
  justify-content: center;
}
.voyager-booking--sidebar .voyager-booking__card-day {
  margin-right: 0.5em;
}
.voyager-booking--sidebar .voyager-booking__button {
  width: 100%;
  height: 58px;
  margin-top: 15px;
  white-space: nowrap;
}
@media only screen and (min-width: 689px) {
  .voyager-booking--sidebar .voyager-booking__button {
    height: 85px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking--sidebar .voyager-booking__button {
    padding: 10px 15px;
  }
}
.voyager-booking--square {
  width: 100vw;
  flex-wrap: wrap;
  padding: 15px;
  padding-top: 60px;
  background-color: var(--booking-panel--square-bg);
}
@media only screen and (min-width: 689px) {
  .voyager-booking--square {
    width: 298px;
    padding: 20px;
    padding-top: 70px;
    background-color: var(--booking-panel--square-bg);
  }
}
.voyager-booking--square .voyager-booking__card-content {
  position: relative;
  flex-direction: column;
}
.voyager-booking--square .voyager-booking__card-checkin {
  margin-right: auto;
}
.voyager-booking--square .voyager-booking__card-date {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
}
.voyager-booking--square .voyager-booking__card-date::before {
  display: none;
}
.voyager-booking--square .voyager-booking__card-day {
  margin-right: 0;
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.voyager-booking--square .voyager-booking__card-month {
  position: relative;
  padding-bottom: 0.2em;
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .voyager-booking--square .voyager-booking__card-month {
    letter-spacing: 0.05em;
  }
}
.voyager-booking--square .voyager-booking__card-month::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  border-top: 1px solid var(--booking-panel--card-month-border);
}
.voyager-booking--square .voyager-booking__card {
  width: 121px;
  height: 122px;
  width: 50%;
  height: 80px;
  border-right: 1px solid #FFF;
}
@media only screen and (min-width: 689px) {
  .voyager-booking--square .voyager-booking__card {
    width: 121px;
    height: 122px;
    border: 0;
  }
}
.voyager-booking--square .voyager-booking__card-title {
  margin-bottom: 1em;
  position: absolute;
  top: -15px;
  width: 100%;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  transform: translateY(-100%);
}
.voyager-booking--square .voyager-booking__button {
  height: 48px;
  margin: 30px auto 0;
  padding: 0 40px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  width: 100%;
  margin-top: 15px;
}
.voyager-booking--position-left, .voyager-booking--position-right, .voyager-booking--position-bottom-left, .voyager-booking--position-bottom-right, .voyager-booking--position-bottom {
  position: fixed;
  z-index: 4;
}
.voyager-booking--position-bottom {
  left: 50%;
  transform: translateX(-50%);
}
.voyager-booking--position-bottom, .voyager-booking--position-bottom-left, .voyager-booking--position-bottom-right {
  bottom: 0;
}
.voyager-booking--position-left, .voyager-booking--position-right {
  top: 50%;
  transform: translateY(-50%);
}
.voyager-booking--position-left, .voyager-booking--position-bottom-left {
  left: 0;
}
.voyager-booking--position-right, .voyager-booking--position-bottom-right {
  right: 0;
}

.voyager-card {
  position: relative;
  width: 100%;
  margin: 10px;
  background-color: var(--card--bg);
}
.voyager-card__heading {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--card--heading-color);
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .voyager-card__heading {
    letter-spacing: 0.05em;
  }
}
.voyager-card__category-list {
  margin: 0 0 20px;
  padding: 15px;
  border: 1px solid var(--card--category-list-border);
}
.voyager-card__category-list:last-child {
  margin-bottom: 0;
}
.voyager-card__content-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-card__content-wrapper {
    padding: 20px 25px;
  }
}
.voyager-card__category-content-wrapper {
  padding: 0;
}
.voyager-card__button-wrapper {
  flex-grow: 4;
}
.voyager-card__icon {
  width: 30px;
  max-height: 30px;
}
.voyager-card__inline-features {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 50px;
}
.voyager-card__inline-features-item {
  position: relative;
}
.voyager-card__inline-features-icon {
  position: absolute;
  left: -20px;
}
.voyager-card__textarea {
  margin-top: 0;
  margin-bottom: 15px;
}
.voyager-card__voyager-buttons {
  margin-top: auto;
  margin-bottom: 0;
}
.voyager-card__image {
  width: 100%;
  height: 100%;
}
.voyager-card .voyager-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-card--default .voyager-card {
  min-height: var(--voyager-card-height--default);
  background-color: var(--card--default-card-bg);
}
.voyager-card--default .voyager-card__card-inner-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  border: 1px solid var(--card--border);
}
.voyager-card--default .voyager-card__image-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.voyager-card--default .voyager-card__content-wrapper {
  z-index: 1;
  padding: var(--voyager-card-content-wrapper--padding-vertical) var(--voyager-card-content-wrapper--padding-horizontal);
  text-align: center;
  background: var(--card--content-wrapper-bg);
}
.voyager-card--full-background .voyager-card {
  height: 554px;
  min-height: 554px;
}
@media only screen and (min-width: 992px) {
  .voyager-card--full-background .voyager-card {
    height: 470px;
    min-height: 470px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-card--full-background .voyager-card {
    height: 924px;
    min-height: 924px;
  }
}
.voyager-card--full-background .voyager-card__card-inner-wrapper {
  display: grid;
  width: 100%;
  height: 100%;
  gap: 0 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
}
.voyager-card--full-background .voyager-card__pre-heading,
.voyager-card--full-background .voyager-card__sub-heading {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .voyager-card--full-background .voyager-card__pre-heading,
.voyager-card--full-background .voyager-card__sub-heading {
    letter-spacing: 0.05em;
  }
}
.voyager-card--full-background .voyager-card__heading {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .voyager-card--full-background .voyager-card__heading {
    letter-spacing: 0.05em;
  }
}
.voyager-card--full-background .voyager-card__pre-heading,
.voyager-card--full-background .voyager-card__sub-heading,
.voyager-card--full-background .voyager-card__heading,
.voyager-card--full-background .voyager-card__textarea {
  color: var(--card--full-bg-card-color);
}
.voyager-card--full-background .voyager-card__image {
  position: absolute;
}
.voyager-card--full-background .voyager-card__image-wrapper,
.voyager-card--full-background .voyager-card__content-wrapper {
  grid-area: 1/1/2/2;
}
.voyager-card--full-background .voyager-card__content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-end;
  flex-direction: column;
  padding: 20px;
  flex-grow: 1;
}
@media only screen and (min-width: 992px) {
  .voyager-card--full-background .voyager-card__content-wrapper {
    padding: 26px 16px;
  }
}
.voyager-card--full-background .voyager-card__content-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% + 300px);
  background: var(--gradient--linear);
}
.voyager-card--full-background .voyager-card__voyager-buttons {
  flex-direction: column;
}

.voyager-card-grid {
  position: relative;
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
}
.voyager-card-grid__container {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 689px) {
  .voyager-card-grid__container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.voyager-card-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 51px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-card-grid__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-card-grid__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.voyager-card-grid .voyager-card-grid__card-icon {
  margin-bottom: 15px;
}
.voyager-card-grid .voyager-card-grid__card-icon svg {
  max-width: 54px;
}
.voyager-card-grid--four-cards .voyager-card-grid__card {
  width: 100%;
  max-width: 100%;
  min-height: 522px;
  max-height: 522px;
  margin: 0;
}
@media only screen and (min-width: 1470px) {
  .voyager-card-grid--four-cards .voyager-card-grid__card {
    min-height: 622px;
    max-height: 622px;
  }
}
.voyager-card-grid__card-textarea,
.voyager-card-grid .voyager-card__voyager-buttons {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1), opacity 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.voyager-card-grid__card-textarea {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.voyager-card-grid .voyager-card__button-wrapper {
  width: 100%;
}
.voyager-card-grid .voyager-buttons__button-anchor--primary {
  border-color: var(--card-grid--button-border-primary);
}
.voyager-card-grid .voyager-buttons__button-anchor--secondary {
  border-color: var(--card-grid--button-border-secondary);
}
.voyager-card-grid__card:hover .voyager-card-grid__card-textarea {
  height: 180px;
  opacity: 1;
}
.voyager-card-grid__card:hover .voyager-card__voyager-buttons {
  height: auto;
  opacity: 1;
}
.voyager-card-grid__filter-menu {
  display: none;
  flex-direction: column;
}
@media only screen and (min-width: 689px) {
  .voyager-card-grid__filter-menu {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--card-grid--filter-menu-border);
  }
}
.voyager-card-grid__filter-menu-item {
  position: relative;
}
.voyager-card-grid__filter-menu-item.is-active {
  color: var(--card-grid--filter-menu-item-color);
}
.voyager-card-grid__filter-menu-item.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 5px;
  background: cvar(--card-grid--filter-menu-item-bg);
  border-radius: 3px;
  transform: translateY(3px);
}
@media only screen and (min-width: 689px) {
  .voyager-card-grid__filter-menu-item.is-active::after {
    display: block;
  }
}
.voyager-card-grid__filter-menu-button {
  padding: 15px 25px;
  color: var(--card-grid--filter-menu-button-color);
  text-transform: capitalize;
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .voyager-card-grid__filter-menu-button {
    letter-spacing: 0.05em;
  }
}
.voyager-card-grid--filter .voyager-card-grid__card:not(.is-active) {
  display: none;
}

.voyager-carousel {
  position: relative;
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
  padding-bottom: 45px;
}
.voyager-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/wave-pattern.svg) 50% 50% no-repeat;
  opacity: 0.1;
}
.voyager-carousel::after {
  background-position: 5% 50%;
  opacity: 0.05;
}
.voyager-carousel__splide-carousel {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel__splide-carousel {
    width: calc(100% - var(--voyager-introduction-text--width-default));
    padding: 0 30px 0 120px;
  }
}
.voyager-carousel--default .voyager-carousel__splide-slide {
  transition: padding 0.2s 0.2s cubic-bezier(0, 0, 0.2, 1);
  padding: 0;
}
.voyager-carousel--default .voyager-carousel__splide-slide:not(.is-visible) {
  padding: 38px 0;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--default .voyager-carousel__splide-slide:not(.is-visible) {
    padding: 0;
  }
}
.voyager-carousel--default .voyager-carousel__splide-slide:not(.is-visible) .voyager-carousel__card {
  height: 478px;
  min-height: 478px;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--default .voyager-carousel__splide-slide:not(.is-visible) .voyager-carousel__card {
    height: 470px;
    min-height: 470px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-carousel--default .voyager-carousel__splide-slide:not(.is-visible) .voyager-carousel__card {
    height: 924px;
    min-height: 924px;
  }
}
.voyager-carousel--splide-carousel {
  padding-right: 0;
  border: 1px solid var(--voyager-color--brand-eight);
}
.voyager-carousel--splide-carousel::after {
  top: 105px;
  height: 300px;
  background-position: center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel::after {
    top: 0;
    height: 100%;
    background-position: 5% 50%;
    background-size: auto;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel {
    border: 0;
  }
}
.voyager-carousel--splide-carousel .voyager-carousel__content-wrapper {
  align-items: center;
  padding: 30px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel .voyager-carousel__content-wrapper {
    align-items: flex-start;
    text-align: left;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-carousel--splide-carousel .voyager-carousel__content-wrapper {
    padding: 70px;
  }
}
.voyager-carousel--splide-carousel .voyager-carousel__intro-text {
  margin-top: 0;
  padding-right: var(--voyager-spacing-lg);
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel .voyager-carousel__intro-text {
    margin-top: var(--voyager-spacing-lg);
    padding-right: 0;
  }
}
.voyager-carousel--splide-carousel .voyager-carousel__arrows-wrapper {
  z-index: 1;
  width: 150px;
  height: 45px;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel .voyager-carousel__arrows-wrapper {
    width: var(--voyager-splide-arrows--horizontal-spacing);
    height: var(--voyager-splide-arrows--vertical-spacing);
  }
}
.voyager-carousel--splide-carousel .voyager-carousel__control-bar {
  position: relative;
  bottom: -60px;
}
.voyager-carousel--splide-carousel .voyager-carousel__control-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: -30px;
  height: 1px;
  background: var(--voyager-color--brand-eight);
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel .voyager-carousel__control-bar::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel .voyager-carousel__control-bar {
    position: absolute;
    bottom: -40px;
    left: 50%;
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .voyager-carousel--splide-carousel .voyager-carousel__control-bar {
    top: 50%;
    bottom: auto;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel .voyager-carousel__splide-carousel {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-carousel--splide-carousel .voyager-carousel__splide-carousel {
    padding-left: 120px;
  }
}
.voyager-carousel--splide-carousel .voyager-carousel__splide-track {
  /* stylelint-disable-next-line declaration-no-important -- With comment after two hyphens here... */
  padding-right: 35px !important;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel .voyager-carousel__splide-track {
    /* stylelint-disable-next-line declaration-no-important -- With comment after two hyphens here... */
    padding-right: 0 !important;
  }
}
.voyager-carousel--splide-carousel .voyager-carousel__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel .voyager-carousel__container {
    flex-direction: row;
  }
}
.voyager-carousel--splide-carousel .voyager-carousel__splide-list {
  height: 554px;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-carousel .voyager-carousel__splide-list {
    height: auto;
  }
}
.voyager-carousel--splide-card-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.voyager-carousel--splide-card-highlight::after {
  display: none;
}
.voyager-carousel--splide-card-highlight .voyager-carousel__container {
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
}
.voyager-carousel--splide-card-highlight .voyager-carousel__intro-text {
  max-width: var(--voyager-introduction-text--width-full);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.voyager-carousel--splide-card-highlight .voyager-carousel__splide-list {
  height: 740px;
}
@media only screen and (min-width: 1201px) {
  .voyager-carousel--splide-card-highlight .voyager-carousel__splide-list {
    height: calc(var(--voyager-card-height--default) + 40px);
  }
}
.voyager-carousel--splide-card-highlight .voyager-carousel__splide-slide {
  width: var(--voyager-card-width--bottom-text);
}
.voyager-carousel--splide-card-highlight .voyager-carousel__card {
  transition: padding 0.2s 0.2s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
  padding: 30px 0;
}
.voyager-carousel--splide-card-highlight .voyager-carousel__image-wrapper,
.voyager-carousel--splide-card-highlight .voyager-carousel__card-image {
  height: 55vh;
  min-height: 345px;
  max-height: 680px;
  transition: all 0.4s 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.voyager-carousel--splide-card-highlight .voyager-carousel__card-image {
  transform: scale(1);
}
.voyager-carousel--splide-card-highlight .is-next .voyager-carousel__card-inner-wrapper,
.voyager-carousel--splide-card-highlight .is-prev .voyager-carousel__card-inner-wrapper {
  width: calc(var(--voyager-carousel-card-highlight-carousel-padding) * 2);
}
.voyager-carousel--splide-card-highlight .is-next .voyager-carousel__content-wrapper *:not(.voyager-card__heading),
.voyager-carousel--splide-card-highlight .is-prev .voyager-carousel__content-wrapper *:not(.voyager-card__heading) {
  height: 0;
  margin: 0;
  padding: 0;
}
.voyager-carousel--splide-card-highlight .is-prev .voyager-carousel__card-inner-wrapper {
  margin-left: auto;
}
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__card {
  padding: 0;
}
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__inner-wrapper {
  width: 100%;
}
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__content-wrapper {
  min-height: calc(var(--voyager-card-height--default) - 50%);
  padding-bottom: 65px;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__content-wrapper {
    padding: var(--voyager-card-content-wrapper--padding-vertical) var(--voyager-card-content-wrapper--padding-horizontal);
  }
}
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__card-inner-wrapper::after {
  height: 38px;
  border-top: 1px solid var(--card--border);
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__card-inner-wrapper::after {
    height: var(--voyager-carousel-card-highlight-arrow-container);
  }
}
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__card-pre-heading,
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__card-sub-heading,
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__card-textarea,
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-card__voyager-buttons {
  opacity: 1;
}
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__image-wrapper,
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__card-image {
  width: 100%;
  height: var(--voyager-carousel-image-height);
  min-height: 330px;
  max-height: 330px;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__image-wrapper,
.voyager-carousel--splide-card-highlight .is-active.is-visible .voyager-carousel__card-image {
    min-height: 220px;
    max-height: 370px;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-carousel--splide-card-highlight .is-active.is-visible:hover .voyager-carousel__card-image {
    transform: scale(1.03);
  }
}
.voyager-carousel--splide-card-highlight .voyager-carousel__card-pre-heading,
.voyager-carousel--splide-card-highlight .voyager-carousel__card-sub-heading,
.voyager-carousel--splide-card-highlight .voyager-carousel__card-textarea,
.voyager-carousel--splide-card-highlight .voyager-card__voyager-buttons {
  height: 100%;
  max-height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.voyager-carousel--splide-card-highlight .voyager-carousel__card-pre-heading,
.voyager-carousel--splide-card-highlight .voyager-carousel__card-sub-heading,
.voyager-carousel--splide-card-highlight .voyager-carousel__card-textarea {
  padding-bottom: 1em;
}
.voyager-carousel--splide-card-highlight .voyager-carousel__card-inner-wrapper {
  padding: 0;
}
.voyager-carousel--splide-card-highlight .voyager-carousel__card-inner-wrapper::after {
  content: "";
  transition: all 0.4s 0.2s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  width: 100%;
  height: 0;
  border-top: 0;
}
.voyager-carousel--splide-card-highlight .voyager-carousel__content-wrapper {
  transition: min-height 0.2s 0.2s cubic-bezier(0, 0, 0.2, 1);
  min-height: calc(var(--voyager-card-height--default) - 80%);
  justify-content: space-between;
}
.voyager-carousel--splide-card-highlight .voyager-carousel__arrows-wrapper {
  bottom: calc(var(--voyager-carousel-card-highlight-arrow-container) / 4);
  bottom: 38px;
  left: 50%;
  width: 150px;
  height: 45px;
  flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--splide-card-highlight .voyager-carousel__arrows-wrapper {
    bottom: 45px;
    left: 50%;
  }
}
.voyager-carousel__arrows-wrapper {
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel__arrows-wrapper {
    left: 0;
  }
}
.voyager-carousel__arrows-wrapper .voyager-carousel__arrows-button {
  width: 60px;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel__arrows-wrapper .voyager-carousel__arrows-button {
    width: 100%;
  }
}
.voyager-carousel__intro-text {
  width: var(--voyager-introduction-text--width-default);
  text-align: center;
}
.voyager-carousel__card {
  max-width: none;
  height: 100%;
  margin: 0;
}
.voyager-carousel__filter {
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
  display: flex;
  flex-direction: column;
  border: transparent;
}
@media only screen and (min-width: 689px) {
  .voyager-carousel__filter {
    border-bottom: 2px solid var(--carousel--filter-border);
  }
}
.voyager-carousel__filter.filter-dropdown-active .voyager-carousel__filter-arrow {
  transform: rotate(-90deg);
}
.voyager-carousel__filter.filter-dropdown-active .voyager-carousel__filter-items {
  display: flex;
}
.voyager-carousel__filter-selected-item {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
  padding-bottom: 12px;
  padding-left: 60px;
  color: var(--carousel--filter-select-color);
  border-bottom: 2px solid var(--carousel--filter-select-border);
}
@media only screen and (min-width: 689px) {
  .voyager-carousel__filter-selected-item {
    display: none;
  }
}
.voyager-carousel__filter-arrow {
  display: block;
  width: 25px;
  height: auto;
  transform: rotate(90deg);
}
.voyager-carousel__filter-items {
  display: none;
  flex-direction: column;
}
@media only screen and (min-width: 689px) {
  .voyager-carousel__filter-items {
    display: flex;
    flex-direction: row;
  }
}
.voyager-carousel__filter-item {
  position: relative;
  padding: 15px 25px;
  color: var(--carousel--filter-item-color);
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (min-width: 689px) {
  .voyager-carousel__filter-item {
    letter-spacing: 0.05em;
  }
}
.voyager-carousel__filter-item.is-active {
  color: var(--carousel--filter-item-active-color);
}
.voyager-carousel__filter-item.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 5px;
  background: var(--carousel--filter-item-active-bg);
  border-radius: 3px;
  transform: translateY(3px);
}
@media only screen and (min-width: 689px) {
  .voyager-carousel__filter-item.is-active::after {
    display: block;
  }
}
.voyager-carousel__splide-filter-popup {
  position: relative;
}
@media only screen and (min-width: 689px) {
  .voyager-carousel__splide-filter-popup .voyager-carousel__card-textarea,
.voyager-carousel__splide-filter-popup .voyager-card__voyager-buttons {
    display: none;
  }
}
.voyager-carousel__popup {
  display: none;
}
@media only screen and (min-width: 689px) {
  .voyager-carousel__popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--carousel--popup-bg);
  }
}
.voyager-carousel__popup-container {
  display: flex;
  height: 100%;
}
.voyager-carousel__popup-image {
  flex: 1;
  padding: 15px;
  background-position: center;
  background-size: cover;
}
.voyager-carousel__popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 15px;
  text-align: center;
}
.voyager-carousel__popup-slider {
  width: 70%;
}
.voyager-carousel__popup-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: calc(-1 * 15px);
  margin-left: calc(-1 * 15px);
  margin-top: 15px;
  padding-bottom: 10px;
}
.voyager-carousel__popup-button-wrapper {
  margin-bottom: 15px;
  margin-left: 15px;
}

.voyager-contact-details__wrapper {
  margin-bottom: 8px;
}
.voyager-contact-details__icon {
  margin-right: 10px;
}
.voyager-contact-details__anchor {
  color: var(--text--anchor);
}
@media only screen and (min-width: 992px) {
  .voyager-contact-details__anchor:hover {
    color: var(--text--anchor-hover);
  }
}

.voyager-daterange {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  .voyager-daterange {
    justify-content: center;
    flex-direction: row;
    gap: 10px;
  }
}
.voyager-daterange__card {
  display: flex;
  max-width: 220px;
  max-height: 188px;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 475px) {
  .voyager-daterange__card .datepicker--dropdown {
    position: fixed;
    /* stylelint-disable-next-line declaration-no-important -- overlie inline css */
    top: 50% !important;
    /* stylelint-disable-next-line declaration-no-important -- overlie inline css */
    left: 50% !important;
    /* stylelint-disable-next-line declaration-no-important -- overlie inline css */
    transform: translate(-50%, -50%) !important;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-daterange__card {
    display: block;
    max-width: 160px;
  }
}
.voyager-daterange__card-content {
  display: block;
}
.voyager-daterange__input {
  position: relative;
  top: -14px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  padding: 0;
  color: transparent;
  background: transparent;
  border: 0;
  outline: none;
}
.voyager-daterange__card-label {
  display: block;
  font-size: min(max(1.125rem,0.89vw + 0.31rem), 1.375rem);
  font-size: clamp(1.13rem, 0.89vw + 0.31rem, 1.38rem);
  line-height: min(max(1.25rem,3.56vw + -2.02rem), 2.25rem);
  line-height: clamp(1.25rem, 3.56vw + -2.02rem, 2.25rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
  color: var(--daterange--card-label-color);
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .voyager-daterange__card-label {
    margin-bottom: 15px;
    text-align: center;
  }
}
.voyager-daterange__card-date {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: var(--daterange--card-date-color);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  background-color: var(--daterange--card-date-bg);
  box-shadow: var(--voyager-box-shadow--button-primary);
}
@media only screen and (min-width: 992px) {
  .voyager-daterange__card-date {
    display: block;
    background-color: var(--daterange--card-date-bg2);
    box-shadow: none;
  }
}

.voyager-features {
  box-sizing: border-box;
}
.voyager-features .voyager-features__heading {
  margin-top: 0;
}
.voyager-features-buttons {
  margin: 20px 0;
}
.voyager-features__container {
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .voyager-features__container {
    flex-direction: row;
  }
}
.voyager-features__arrows-wrapper {
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media (max-width: 680px) {
  .voyager-features__arrows-wrapper {
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 45px;
    justify-content: center;
    align-content: center;
    transform: translate(-50%, 50%);
  }
}
.voyager-features__intro-text {
  padding: 0 30px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .voyager-features__intro-text {
    width: var(--voyager-introduction-text--width-full);
    padding: var(--voyager-spacing-md);
    padding-left: var(--voyager-spacing-lg);
    text-align: left;
  }
}
.voyager-features__text-container {
  margin: 0 auto;
}
.voyager-features__features {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .voyager-features__features::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    border-left: 1px solid var(--content--border);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-features__features {
    width: calc(100% - 100px);
    padding: 30px 0 30px 90px;
  }
  .voyager-features__features::before {
    left: 40px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-features__features {
    width: calc(100% - var(--voyager-introduction-text--width-full));
    padding: 30px 30px 30px 120px;
  }
  .voyager-features__features::before {
    left: 60px;
  }
}
.voyager-features__control-bar {
  position: absolute;
  bottom: -40px;
  left: 50%;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-features__control-bar {
    top: 50%;
    bottom: auto;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-features__control-bar {
    left: -60px;
  }
}
.voyager-features__feature {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.voyager-features__feature-icon {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  margin: 5px auto;
}
.voyager-features__feature-icon svg {
  display: inline-block;
  max-width: 60px;
  max-height: 60px;
}
.voyager-features__feature-caption {
  overflow: visible;
  width: 100%;
  text-align: center;
}
.voyager-features__title {
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .voyager-features__title {
    letter-spacing: 0.05em;
  }
}
.voyager-features--grid .voyager-features__features {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 20px;
  row-gap: 18px;
}
@media only screen and (min-width: 689px) {
  .voyager-features--grid .voyager-features__features {
    margin-top: 40px;
    padding: 0;
    row-gap: 45px;
  }
}
.voyager-features--grid .voyager-features__features .voyager-features__feature {
  width: 100%;
  padding-right: 15px;
}
@media only screen and (min-width: 689px) {
  .voyager-features--grid .voyager-features__features .voyager-features__feature {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-features--grid .voyager-features__features .voyager-features__feature {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-features--carousel .voyager-features__arrow.is-style-progress {
    top: calc(50% - 45px);
    border: 0;
  }
  .voyager-features--carousel .voyager-features__arrow.is-style-progress--left {
    transform: translateX(-80px);
  }
  .voyager-features--carousel .voyager-features__arrow.is-style-progress--right {
    transform: translateX(80px);
  }
}
.voyager-features--carousel .splide__slide {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 30px;
}
.voyager-features--carousel .splide__slide__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.voyager-features--carousel .voyager-features__features .voyager-features__feature.splide__slide--col {
  width: 85%;
}
.voyager-features--carousel .voyager-features__features .voyager-features__feature {
  justify-content: center;
  padding: 22.5px 0 22.5px 15px;
}
@media only screen and (min-width: 689px) {
  .voyager-features--carousel .voyager-features__features .voyager-features__feature {
    justify-content: left;
  }
}
.voyager-features--carousel .splide__track {
  padding: 7.5px;
  background-color: var(--features--splide-track-bg);
}
.voyager-features .splide__slide__row {
  /* stylelint-disable-next-line declaration-no-important -- override splides inline css */
  height: auto !important;
}
.voyager-features .splide__slide:has(.splide__slide__row) {
  display: grid;
  grid-auto-rows: 1fr;
}

.voyager-fifty-fifty {
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
  margin-bottom: 0;
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty {
    margin-top: var(--voyager-spacing-lg);
    margin-bottom: var(--voyager-spacing-lg);
  }
}
.voyager-fifty-fifty ~ .voyager-fifty-fifty {
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
}
.voyager-fifty-fifty__columns {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty__columns {
    flex-direction: row;
    gap: var(--voyager-spacing-md);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty__columns {
    gap: 40px;
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-fifty-fifty__columns {
    gap: var(--voyager-spacing-lg);
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-fifty-fifty__columns {
    gap: var(--voyager-fifty-fifty--gap);
  }
}
.voyager-fifty-fifty__column {
  position: relative;
  display: flex;
  max-width: 925px;
  flex: 1;
  flex-direction: column;
  margin-bottom: var(--voyager-spacing-md);
  text-align: center;
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty__column {
    margin-bottom: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty__column.voyager-fifty-fifty__column-on-top {
    order: initial;
  }
}
.voyager-fifty-fifty__container {
  position: relative;
  max-width: 1565px;
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty__container {
    background-size: 70%;
  }
  .voyager-fifty-fifty__container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/wave-pattern.svg) 50% 50% repeat-x;
    opacity: 0.05;
  }
}
.voyager-fifty-fifty__heading, .voyager-fifty-fifty__pre-heading, .voyager-fifty-fifty__sub-heading, .voyager-fifty-fifty__textarea, .voyager-fifty-fifty__voyager-buttons, .voyager-fifty-fifty__inline-features, .voyager-fifty-fifty__feature, .voyager-fifty-fifty__feature-icon-wrapper {
  max-width: var(--voyager-width--text-content);
}
.voyager-fifty-fifty__heading {
  margin-bottom: var(--voyager-spacing-md);
}
.voyager-fifty-fifty__pre-heading, .voyager-fifty-fifty__sub-heading {
  margin-bottom: 15px;
}
.voyager-fifty-fifty__textarea h1 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-fifty-fifty__textarea h2 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-fifty-fifty__textarea h3 {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty__textarea h3 {
    letter-spacing: 0.05em;
  }
}
.voyager-fifty-fifty__textarea h4 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-fifty-fifty__textarea h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty__textarea h5 {
    letter-spacing: 0.05em;
  }
}
.voyager-fifty-fifty__textarea p {
  margin-bottom: 15px;
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty__textarea p {
    letter-spacing: 0.05em;
  }
}
.voyager-fifty-fifty__textarea ul {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: disc;
  padding: 30px;
  padding-right: 0;
}
.voyager-fifty-fifty__textarea ol {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: decimal;
  display: none;
}
.voyager-fifty-fifty__textarea em {
  font-style: italic;
}
.voyager-fifty-fifty__textarea strong {
  font-weight: 700;
}
.voyager-fifty-fifty__textarea blockquote {
  margin: 1.5em 0.8em;
  padding: 0.5em 0.8em;
  border-left: 1px solid;
}
.voyager-fifty-fifty__textarea .img {
  margin-top: 0.5em;
}
.voyager-fifty-fifty__textarea .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-fifty-fifty__textarea .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-fifty-fifty__textarea .aligncenter {
  display: block;
  margin: 1.5em auto;
  text-align: center;
}
.voyager-fifty-fifty__textarea a:not(.voyager-buttons__button-anchor) {
  color: var(--text--anchor);
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty__textarea a:not(.voyager-buttons__button-anchor):hover {
    color: var(--text--anchor-hover);
  }
}
.voyager-fifty-fifty__textarea, .voyager-fifty-fifty__voyager-buttons {
  margin: 15px 0 30px;
}
.voyager-fifty-fifty__inline-features {
  margin: 14px 0;
}
.voyager-fifty-fifty__feature {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: calc(-1 * 16px);
  margin-left: calc(-1 * 16px);
}
.voyager-fifty-fifty__feature-icon-wrapper {
  margin-bottom: 16px;
  margin-left: 16px;
  width: 30px;
  height: 30px;
}
.voyager-fifty-fifty .voyager-fifty-fifty__column--left,
.voyager-fifty-fifty .voyager-fifty-fifty__column--right {
  width: 100%;
  align-items: center;
}
.voyager-fifty-fifty .voyager-fifty-fifty__content-wrapper-left-column,
.voyager-fifty-fifty .voyager-fifty-fifty__content-wrapper-right-column {
  width: 100%;
}
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left {
  /* stylelint-disable-next-line no-duplicate-selectors -- oddly says this is duplicate content even though it's in a modifier... */
}
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image + .voyager-fifty-fifty__pre-heading,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image + .voyager-fifty-fifty__heading {
  margin-top: var(--voyager-spacing-lg);
}
@media only screen and (min-width: 1470px) {
  .voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image + .voyager-fifty-fifty__pre-heading,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image + .voyager-fifty-fifty__heading {
    margin-top: var(--voyager-spacing-xl);
  }
}
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__pre-heading + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__heading + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__textarea + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__voyager-buttons + .voyager-fifty-fifty__image {
  margin-top: var(--voyager-spacing-lg);
}
@media only screen and (min-width: 1470px) {
  .voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__pre-heading + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__heading + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__textarea + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__voyager-buttons + .voyager-fifty-fifty__image {
    margin-top: var(--voyager-spacing-xl);
  }
}
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image-webp {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 429px;
}
@media only screen and (min-width: 1470px) {
  .voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image-webp {
    height: 520px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--default .voyager-fifty-fifty__column--left {
    max-width: 925px;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty--default .voyager-fifty-fifty__column--right {
    min-width: 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--default .voyager-fifty-fifty__column--right {
    min-width: 400px;
    max-width: 400px;
    align-items: center;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-fifty-fifty--default .voyager-fifty-fifty__column--right {
    max-width: 520px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--default .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image,
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image-webp {
    width: 100%;
    max-width: 520px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.voyager-fifty-fifty--default .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image {
  height: 620px;
}
@media only screen and (min-width: 1470px) {
  .voyager-fifty-fifty--default .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image {
    height: 923px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--default .voyager-fifty-fifty__column--right .voyager-fifty-fifty__content-wrapper-left-column {
    height: 100%;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left {
    min-width: 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left {
    min-width: 400px;
    max-width: 400px;
    align-items: center;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left {
    max-width: 520px;
  }
}
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image-webp {
  height: 429px;
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image-webp {
    width: 100%;
    max-width: 520px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image-webp {
    height: 923px;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left .voyager-fifty-fifty__content-wrapper-left-column {
    height: 100%;
  }
}
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right {
  /* stylelint-disable-next-line no-duplicate-selectors -- oddly says this is duplicate content even though it's in a modifier... */
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right {
    max-width: 925px;
  }
}
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image + .voyager-fifty-fifty__pre-heading,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image + .voyager-fifty-fifty__heading {
  margin-top: var(--voyager-spacing-xxl);
}
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__pre-heading + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__heading + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__textarea + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__voyager-buttons + .voyager-fifty-fifty__image {
  margin-top: var(--voyager-spacing-xl);
}
@media only screen and (min-width: 1470px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__pre-heading + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__heading + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__textarea + .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__voyager-buttons + .voyager-fifty-fifty__image {
    margin-top: var(--voyager-spacing-xxl);
  }
}
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image-webp {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 429px;
}
@media only screen and (min-width: 1470px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image-webp {
    height: 520px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--left .voyager-fifty-fifty__image,
.voyager-fifty-fifty--fourty-sixty .voyager-fifty-fifty__column--right .voyager-fifty-fifty__image {
    margin-bottom: 0;
  }
}
.voyager-fifty-fifty--sticky-left-column .voyager-fifty-fifty__content-wrapper-left-column {
  position: sticky;
  top: 140px;
}
.voyager-fifty-fifty--sticky-left-column .voyager-fifty-fifty__column--right {
  height: 100%;
}
.voyager-fifty-fifty--sticky-right-column .voyager-fifty-fifty__content-wrapper-right-column {
  position: sticky;
  top: 140px;
}
.voyager-fifty-fifty--sticky-right-column .voyager-fifty-fifty__column--left {
  height: 100%;
}
.voyager-fifty-fifty--sticky-left-column .voyager-fifty-fifty__border, .voyager-fifty-fifty--sticky-right-column .voyager-fifty-fifty__border {
  height: 10px;
  margin-bottom: 66px;
  border-top: solid 5px var(--fifty-fifty--sticky-border);
  border-bottom: solid 1px var(--fifty-fifty--sticky-border);
}
.voyager-fifty-fifty--mobile-right-column-top .voyager-fifty-fifty__column--right {
  order: -1;
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty--mobile-right-column-top .voyager-fifty-fifty__column--right {
    order: initial;
  }
}
.voyager-fifty-fifty__video {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty__video {
    margin-bottom: 30px;
  }
}
.voyager-fifty-fifty__images-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(-1 * 20px);
  margin-left: calc(-1 * 20px);
}
.voyager-fifty-fifty__images-container .voyager-fifty-fifty__image {
  margin-bottom: 20px;
  margin-left: 20px;
}
.voyager-fifty-fifty__images-container .voyager-fifty-fifty__image-2,
.voyager-fifty-fifty__images-container .voyager-fifty-fifty__image-3 {
  flex: 1 1 calc(50% - 20px);
}
.voyager-fifty-fifty__images-container .voyager-fifty-fifty__image-1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty__images-container .voyager-fifty-fifty__image-1 {
    flex: 1 1 100%;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-fifty-fifty__images-container {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.voyager-fifty-fifty__image-2, .voyager-fifty-fifty__image-3 {
  margin-top: 20px;
}
.voyager-fifty-fifty__image {
  display: block;
  margin-bottom: 20px;
}
.voyager-fifty-fifty__image:last-child {
  margin-bottom: 0;
}

.voyager-forms-panel .gform-theme--api,
.voyager-forms-panel .gform-theme--foundation {
  --gf-form-gap-x: 12px;
  --gf-form-gap-y: 12px;
  --gf-field-gap-x: 12px;
  --gf-field-gap-y: 12px;
  --gf-label-width: 30%;
  --gf-label-req-gap: 6px;
  --gf-form-footer-margin-y-start: 24px;
  --gf-form-footer-gap: 8px;
  --gf-field-date-width: 168px;
  --gf-field-time-width: 110px;
  --gf-field-list-btns-gap: 8px;
  --gf-field-list-btns-width: calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));
  --gf-field-pg-steps-gap-y: 8px;
  --gf-field-pg-steps-gap-x: 24px;
}
.voyager-forms-panel--with-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.voyager-forms-panel--default .voyager-forms-panel__container {
  gap: 30px;
  padding: var(--voyager-spacing-lg) 15px var(--voyager-spacing-sm);
}
.voyager-forms-panel__container, .voyager-forms-panel__content {
  display: flex;
  max-width: 1565px;
  flex-direction: column;
}
.voyager-forms-panel__content {
  position: relative;
  justify-content: center;
}
.voyager-forms-panel__content-inner {
  padding: var(--voyager-spacing-md);
}
.voyager-forms-panel__heading {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
.voyager-forms-panel__description {
  margin: 2em 0;
}
.voyager-forms-panel__description h1 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-forms-panel__description h2 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-forms-panel__description h3 {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 689px) {
  .voyager-forms-panel__description h3 {
    letter-spacing: 0.05em;
  }
}
.voyager-forms-panel__description h4 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-forms-panel__description h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 689px) {
  .voyager-forms-panel__description h5 {
    letter-spacing: 0.05em;
  }
}
.voyager-forms-panel__description p {
  margin-bottom: 15px;
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .voyager-forms-panel__description p {
    letter-spacing: 0.05em;
  }
}
.voyager-forms-panel__description ul {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: disc;
  padding: 30px;
  padding-right: 0;
}
.voyager-forms-panel__description ol {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: decimal;
  display: none;
}
.voyager-forms-panel__description em {
  font-style: italic;
}
.voyager-forms-panel__description strong {
  font-weight: 700;
}
.voyager-forms-panel__description blockquote {
  margin: 1.5em 0.8em;
  padding: 0.5em 0.8em;
  border-left: 1px solid;
}
.voyager-forms-panel__description .img {
  margin-top: 0.5em;
}
.voyager-forms-panel__description .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-forms-panel__description .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-forms-panel__description .aligncenter {
  display: block;
  margin: 1.5em auto;
  text-align: center;
}
.voyager-forms-panel__description a:not(.voyager-buttons__button-anchor) {
  color: var(--text--anchor);
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel__description a:not(.voyager-buttons__button-anchor):hover {
    color: var(--text--anchor-hover);
  }
}
.voyager-forms-panel__form-wrapper {
  /* Gravity Forms classes style */
  /* stylelint-disable-next-line selector-no-qualifying-type -- gform required to override the gravity form CSS */
  /* stylelint-disable-next-line selector-no-qualifying-type, selector-max-compound-selectors -- gform required to override the gravity form CSS */
}
.voyager-forms-panel__form-wrapper div[id^=gform_wrapper_] {
  order: 5;
}
.voyager-forms-panel__form-wrapper iframe {
  min-height: 500px;
}
.voyager-forms-panel__form-wrapper .gform_heading {
  display: none;
}
.voyager-forms-panel__form-wrapper .gform_wrapper span[class^=gfield] {
  padding-right: 0;
}
.voyager-forms-panel__form-wrapper .gform_wrapper .gform_footer input[id^=gform] {
  width: 100%;
  margin-bottom: 0;
  border: 0;
  cursor: pointer;
}
.voyager-forms-panel__shortcode-wrapper {
  width: 100%;
  height: 100%;
}
.voyager-forms-panel__newsletter-signup {
  /* Gravity Form classes style */
  /* stylelint-disable-next-line selector-max-compound-selectors -- gform classes required to override the gravity form CSS */
  /*  gform classes required to override the gform styles */
}
@media only screen and (min-width: 689px) {
  .voyager-forms-panel__newsletter-signup .voyager-forms-panel__container {
    margin-left: 0;
    padding: 60px;
  }
}
.voyager-forms-panel__newsletter-signup .voyager-forms-panel__description {
  color: var(--fifty-fifty--newsletter-desc-color);
}
.voyager-forms-panel__newsletter-signup .voyager-forms-panel__title {
  color: --fifty-fifty--newsletter-title-color;
  text-align: left;
}
@media only screen and (min-width: 689px) {
  .voyager-forms-panel__newsletter-signup .voyager-forms-panel__title {
    max-width: 578px;
  }
}
.voyager-forms-panel__newsletter-signup .voyager-forms-panel__newsletter-signup-wrapper {
  width: 100%;
}
.voyager-forms-panel__newsletter-signup .newsletter-signup-form {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel__newsletter-signup .newsletter-signup-form {
    flex-direction: row;
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel__newsletter-signup .gform_wrapper .gform_body .gform_fields {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
  }
}
.voyager-forms-panel__newsletter-signup .gfield {
  width: 100%;
}
@media only screen and (min-width: 689px) {
  .voyager-forms-panel__newsletter-signup .gfield {
    min-width: 150px;
    max-width: 293px;
    flex: 1 1 30%;
  }
}
.voyager-forms-panel__newsletter-signup .gfield .gfield_label {
  color: var(--fifty-fifty--gform-title-color);
  font-weight: 400;
}
.voyager-forms-panel__newsletter-signup input {
  width: 100%;
  height: 48px;
}
.voyager-forms-panel__newsletter-signup .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  /* stylelint-disable-next-line selector-max-compound-selectors -- input required to override the gravity form CSS */
}
.voyager-forms-panel__newsletter-signup .gform_wrapper .gform_footer input {
  color: var(--fifty-fifty--gform-footer-input-color);
  background-color: transparent;
  border: 2px solid var(--fifty-fifty--gform-footer-input-border);
}
@media only screen and (min-width: 689px) {
  .voyager-forms-panel__newsletter-signup .gform_wrapper .gform_footer input {
    width: 293px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel__newsletter-signup .gform_wrapper .gform_footer input {
    width: 138px;
  }
}
.voyager-forms-panel--fifty-fifty .voyager-forms-panel__container {
  max-width: 100%;
  flex-direction: row;
  gap: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel--fifty-fifty .voyager-forms-panel__container {
    padding: 0;
  }
}
.voyager-forms-panel--fifty-fifty .voyager-forms-panel__content {
  display: none;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel--fifty-fifty .voyager-forms-panel__content {
    display: block;
    width: 64%;
  }
}
.voyager-forms-panel--fifty-fifty .voyager-forms-panel__content .forms-panel__image {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel--fifty-fifty .voyager-forms-panel__content .forms-panel__image {
    position: absolute;
    height: 100%;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-forms-panel--fifty-fifty .voyager-forms-panel__content .forms-panel__image {
    max-height: 652px;
  }
}
.voyager-forms-panel--fifty-fifty .voyager-forms-panel__form-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 62px 43px;
  text-align: center;
  border: 1px solid var(--voyager-color--brand-one);
}
.voyager-forms-panel--fifty-fifty .voyager-forms-panel__form-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/wave-pattern-newsletter.svg) center right no-repeat;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel--fifty-fifty .voyager-forms-panel__form-wrapper {
    width: 36%;
    height: 100vh;
    padding: 30px 40px;
    border-left: 0;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-forms-panel--fifty-fifty .voyager-forms-panel__form-wrapper {
    max-height: 652px;
    padding: 30px 140px;
  }
}
.voyager-forms-panel--fifty-fifty .voyager-forms-panel__content-inner {
  padding: 0;
}
.voyager-forms-panel--fifty-fifty .voyager-forms-panel__title {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  order: 2;
  margin-bottom: var(--voyager-spacing-md);
  font-weight: var(--font-weight-xbold);
}
.voyager-forms-panel--fifty-fifty .voyager-forms-panel__description--paragraph {
  order: 2;
}
.voyager-forms-panel--form-left .voyager-forms-panel__form-wrapper {
  order: -1;
}

.mauticform_wrapper {
  width: 100%;
  max-width: 100%;
  order: 3;
}

.mauticform-name {
  margin-bottom: 3px;
  font-size: 1.5em;
  font-weight: 700;
}

.mauticform-description {
  margin-top: 2px;
  margin-bottom: 10px;
}

.mauticform-error {
  margin-bottom: 10px;
  color: red;
}

.mauticform-message {
  margin-bottom: 10px;
  color: green;
}

.mauticform-row {
  display: block;
  margin-bottom: 30px;
}

.mauticform-label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 700;
}

.mauticform-row.mauticform-required .mauticform-label::after {
  content: " *";
  display: inline;
  color: #ee3322;
}

.mauticform-helpmessage {
  display: block;
  margin-bottom: 3px;
  font-size: 0.9em;
}

.mauticform-errormsg {
  display: block;
  margin-top: 2px;
  color: #fc0000;
}

.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0.5em;
  font-size: 1rem;
  background: #F1F1F1;
  border: 1px solid #39797D;
}

.mauticform-checkboxgrp-label {
  font-weight: 400;
}

.mauticform-radiogrp-label {
  font-weight: 400;
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
  display: inline-block;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: var(--voyager-button--min-width);
  min-height: var(--voyager-button--min-height);
  justify-content: center;
  align-items: center;
  padding: var(--voyager-button--vertical-padding) var(--voyager-button--horizontal-padding-right) var(--voyager-button--vertical-padding) var(--voyager-button--vertical-padding);
  color: var(--button--primary-color);
  text-align: left;
  background-color: var(--button--primary-bg);
  border: 1px solid var(--button--primary-border);
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--button--secondary-color);
  background-color: var(--button--secondary-bg);
  border: 1px solid var(--button--secondary-border);
  display: inline-flex;
  align-items: center;
}
.mauticform-button-wrapper .mauticform-button .voyager-svg,
.mauticform-pagebreak-wrapper .mauticform-pagebreak .voyager-svg {
  max-width: 50px;
  flex: 0 0 50px;
  transform: scale(-1);
}
.mauticform-button-wrapper .mauticform-button .voyager-svg__arrow,
.mauticform-pagebreak-wrapper .mauticform-pagebreak .voyager-svg__arrow {
  margin-left: 15px;
}
.mauticform-button-wrapper .mauticform-button .voyager-svg__path,
.mauticform-pagebreak-wrapper .mauticform-pagebreak .voyager-svg__path {
  stroke: transparent;
  fill: var(--button--primary-svg);
}
@media only screen and (min-width: 689px) {
  .mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
    display: inline-flex;
    width: auto;
    justify-content: space-between;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .mauticform-button-wrapper .mauticform-button:hover,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:hover {
    color: var(--button--primary-hover-color);
    background-color: var(--button--primary-hover-bg);
    border-color: var(--button--primary-hover-border);
  }
  .mauticform-button-wrapper .mauticform-button:hover .voyager-svg__path,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:hover .voyager-svg__path {
    transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: var(--button--primary-hover-svg);
  }
}
.mauticform-button-wrapper .mauticform-button:active, .mauticform-button-wrapper .mauticform-button:focus,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:active,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:focus {
  color: var(--button--primary-active-color);
  background-color: var(--button--primary-active-bg);
  border-color: var(--button--primary-bg);
}
.mauticform-button-wrapper .mauticform-button:active .voyager-svg__path, .mauticform-button-wrapper .mauticform-button:focus .voyager-svg__path,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:active .voyager-svg__path,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:focus .voyager-svg__path {
  fill: var(--button--primary-active-svg);
}
.mauticform-button-wrapper .mauticform-button .voyager-svg__path,
.mauticform-pagebreak-wrapper .mauticform-pagebreak .voyager-svg__path {
  fill: var(--button--secondary-svg);
}
@media only screen and (min-width: 992px) {
  .mauticform-button-wrapper .mauticform-button:hover,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:hover {
    color: var(--button--secondary-hover-color);
    background-color: var(--button--secondary-hover-bg);
    border-color: var(--button--secondary-hover-border);
  }
  .mauticform-button-wrapper .mauticform-button:hover .voyager-svg__path,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:hover .voyager-svg__path {
    fill: var(--button--secondary-hover-svg);
  }
}
.mauticform-button-wrapper .mauticform-button:active, .mauticform-button-wrapper .mauticform-button:focus,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:active,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:focus {
  color: var(--button--secondary-active-color);
  background-color: var(--button--secondary-active-bg);
  border-color: var(--button--secondary-active-border);
}
.mauticform-button-wrapper .mauticform-button:active .voyager-svg__path, .mauticform-button-wrapper .mauticform-button:focus .voyager-svg__path,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:active .voyager-svg__path,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:focus .voyager-svg__path {
  fill: var(--button--secondary-active-svg);
}
.mauticform-button-wrapper .mauticform-button::before,
.mauticform-pagebreak-wrapper .mauticform-pagebreak::before {
  order: 2;
  margin-left: 15px;
  line-height: 0;
  transform: scale(-1);
}
.mauticform-button-wrapper .mauticform-button:before,
.mauticform-pagebreak-wrapper .mauticform-pagebreak:before {
  content: "\e824";
}

/* stylelint-disable declaration-no-important -- Override the inline CSS added by the external form */
.mauticform-button-wrapper .mauticform-button {
  color: var(--button--primary-color) !important;
  background-color: var(--button--primary-bg) !important;
  border: 1px solid var(--button--primary-border) !important;
}
@media only screen and (min-width: 992px) {
  .mauticform-button-wrapper .mauticform-button:hover {
    color: var(--button--primary-hover-color) !important;
    background-color: var(--button--primary-hover-bg) !important;
    border-color: var(--button--primary-hover-border) !important;
  }
  .mauticform-button-wrapper .mauticform-button:hover .voyager-svg__path {
    fill: var(--button--primary-hover-svg) !important;
  }
}
.mauticform-button-wrapper .mauticform-button:active, .mauticform-button-wrapper .mauticform-button:focus {
  color: var(--button--primary-active-color) !important;
  background-color: var(--button--primary-active-bg) !important;
  border-color: var(--button--primary-bg) !important;
}
.mauticform-button-wrapper .mauticform-button:active .voyager-svg__path, .mauticform-button-wrapper .mauticform-button:focus .voyager-svg__path {
  fill: var(--button--primary-bg) !important;
}

/* stylelint-enable */
.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
  background-color: #FFF;
  border-color: #DDD;
  opacity: 0.75;
  cursor: not-allowed;
}

.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
  display: inline;
}

.voyager-gallery__container {
  padding: 0 var(--voyager-spacing-sm);
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
}
.voyager-gallery__intro-text {
  max-width: var(--voyager-introduction-text--width-full);
  margin-right: auto;
  margin-left: auto;
}
.voyager-gallery__intro-text.voyager-intro-text {
  margin-top: 0;
}
.voyager-gallery__title {
  text-transform: uppercase;
}
.voyager-gallery__heading-wrapper {
  text-align: center;
}
.voyager-gallery__wrapper {
  display: grid;
  gap: var(--voyager-spacing-md) var(--voyager-spacing-md);
  grid-template-columns: repeat(2, 1fr);
}
.voyager-gallery__buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: var(--voyager-spacing-md);
}
.voyager-gallery__overlay-icon {
  color: var(--gallery--icon-color);
  font-size: 1.5rem;
}
.voyager-gallery__heading {
  margin-top: auto;
  margin-bottom: var(--voyager-spacing-md);
}
.voyager-gallery__images {
  display: flex;
  flex-wrap: wrap;
  gap: var(--voyager-spacing-sm);
}
.voyager-gallery-buttons {
  margin-top: var(--voyager-spacing-sm);
  margin-bottom: var(--voyager-spacing-sm);
}
.voyager-gallery__image-wrapper {
  position: relative;
  width: 100%;
  height: 256px;
}
@media only screen and (min-width: 689px) {
  .voyager-gallery__image-wrapper {
    height: 360px;
  }
  .voyager-gallery__image-wrapper:hover .voyager-gallery__image-overlay,
.voyager-gallery__image-wrapper:hover .voyager-gallery__image-caption {
    opacity: 1;
  }
  .voyager-gallery__image-wrapper:hover .voyager-gallery__image-caption {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-gallery__image-wrapper {
    max-width: 420px;
    height: 420px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-gallery__image-wrapper {
    height: 622px;
  }
}
.voyager-gallery__image-wrapper.is_hidden {
  display: none;
}
.voyager-gallery__filter-tab {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--voyager-spacing-sm);
  margin-bottom: var(--voyager-spacing-md);
  padding-bottom: var(--voyager-spacing-md);
}
.voyager-gallery__filter-tab::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 60%;
  height: 0;
  border-bottom: 1px solid var(--border--bottom);
  transform: translateX(-50%);
}
.voyager-gallery__filter-tab-link {
  padding: var(--voyager-spacing-xsm) var(--voyager-spacing-md) var(--voyager-spacing-xsm) var(--voyager-spacing-sm);
  color: var(--button--ghost-color);
  background-color: transparent;
  border: solid 1px var(--button--ghost-border);
  color: var(--voyager-gallery--filter-tab-link-color);
}
@media only screen and (min-width: 992px) {
  .voyager-gallery__filter-tab-link:hover {
    color: var(--button--ghost-hover-color);
    background-color: var(--button--ghost-hover-bg);
  }
}
.voyager-gallery__filter-tab-link.is-active, .voyager-gallery__filter-tab-link.is_active, .voyager-gallery__filter-tab-link:active, .voyager-gallery__filter-tab-link:focus {
  color: var(--button--ghost-active-color);
  background-color: var(--button--ghost-active-bg);
}
.voyager-gallery__filter-tab-link .voyager-svg__short-arrow {
  transform: scale(-1) translate(-50%, -20%);
}
.voyager-gallery__filter-tab-link .voyager-svg__icon-path {
  stroke: transparent;
  fill: #000;
}
.voyager-gallery__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: var(--gradient--gallery);
  opacity: 0;
  transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.voyager-gallery__video-control {
  width: 100%;
  height: 100%;
}
.voyager-gallery__play-icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(assets/img/blocks/gallery/play.png);
}
.voyager-gallery .voyager-gallery__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.voyager-gallery .voyager-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-gallery__image-overlay-icon {
  color: var(--gallery--icon-color);
}
.voyager-gallery__image-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: var(--voyager-spacing-sm);
  color: var(--gallery--caption-color);
  opacity: 0;
  transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(-60px);
}
.voyager-gallery--four-images .voyager-gallery__wrapper {
  gap: var(--voyager-spacing-md) var(--voyager-spacing-md);
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 689px) {
  .voyager-gallery--four-images .voyager-gallery__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-gallery--four-images .voyager-gallery__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-gallery--four-images .voyager-gallery__wrapper {
    gap: var(--voyager-spacing-lg) var(--voyager-spacing-lg);
  }
}
.voyager-gallery--heading-center-aligned .voyager-gallery__heading {
  text-align: center;
}
@supports not (aspect-ratio: 1) {
  .voyager-gallery--four-images .voyager-gallery__image-link::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .voyager-gallery--four-images .voyager-gallery__image {
    position: absolute;
  }
  .voyager-gallery--four-images .voyager-gallery__overlay {
    z-index: 1;
  }
}
.voyager-gallery--group .voyager-gallery__wrapper {
  grid-template-columns: 1fr 2fr;
}
.voyager-gallery--group .voyager-gallery__image-wrapper {
  max-width: 100%;
  height: 100%;
}
.voyager-gallery__group-title {
  position: relative;
  display: flex;
  min-height: 250px;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 689px) {
  .voyager-gallery__group-title {
    min-height: auto;
    flex: 0 0 200px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-gallery__group-title {
    flex: 0 0 280px;
  }
}
.voyager-gallery__group-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gallery--group-title-bg);
}
.voyager-gallery__group-title-heading {
  position: relative;
  color: var(--gallery--group-title-color);
  text-align: center;
}
.voyager-gallery__group-images {
  position: relative;
  flex: 1;
  padding-bottom: 45px;
}
.voyager-gallery__group-images .voyager-gallery__control-bar {
  bottom: -45px;
}
.voyager-gallery__group-images .voyager-gallery__splide-arrows {
  position: absolute;
  right: 0;
  bottom: -50px;
}
.voyager-gallery__group-images .voyager-gallery__splide-arrows svg {
  display: block;
  width: 25px;
  height: auto;
}
.voyager-gallery__group-images .voyager-gallery__splide-arrow--prev {
  transform: rotate(180deg);
}

.voyager-instagram-feed {
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
}
.voyager-instagram-feed__container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 80px;
  border: 1px solid var(--voyager-color--brand-one);
}
@media only screen and (min-width: 992px) {
  .voyager-instagram-feed__container {
    padding-top: 80px;
  }
  .voyager-instagram-feed__container::after {
    content: "";
    position: relative;
    bottom: 8px;
    z-index: -1;
    width: 106.7%;
    height: 1px;
    margin-right: -68px;
    margin-left: -62px;
    background: var(--voyager-color--brand-one);
  }
}
.voyager-instagram-feed__top-heading {
  width: 100%;
  text-align: center;
}
.voyager-instagram-feed__content {
  display: none;
  width: calc(25% - 20px);
  margin-right: 20px;
  padding: 20px;
  color: var(--instagram--color);
  text-align: center;
}
@media only screen and (min-width: 689px) {
  .voyager-instagram-feed__content {
    display: flex;
    max-height: 400px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(/wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/instagram-bg.svg) no-repeat;
    border: 1px solid var(--voyager-color--brand-one);
  }
}
.voyager-instagram-feed__user-id {
  color: var(--text--heading);
  text-decoration: none;
  font-weight: 800;
}
.inn-at-discovery-coast .voyager-instagram-feed__user-id {
  font-weight: 400;
}
.voyager-instagram-feed__description {
  margin-top: 10px;
  padding: 0 40px;
}
.voyager-instagram-feed__section-title {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 175px;
  color: var(--text--pre-heading);
}
.voyager-instagram-feed__splide {
  max-width: 100%;
  padding-top: var(--voyager-spacing-md);
  padding-bottom: var(--voyager-spacing-md);
}
@media only screen and (min-width: 689px) {
  .voyager-instagram-feed__splide {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-instagram-feed__splide {
    margin-bottom: 60px;
  }
}
.voyager-instagram-feed__splide .splide__control-bar {
  position: relative;
  bottom: -60px;
}
.voyager-instagram-feed__splide .splide__control-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: -30px;
  height: 1px;
  margin-right: -30px;
  background: var(--voyager-color--brand-eight);
}
@media only screen and (min-width: 689px) {
  .voyager-instagram-feed__splide .splide__control-bar {
    bottom: -40px;
    left: 0;
  }
  .voyager-instagram-feed__splide .splide__control-bar::after {
    left: -120px;
    margin-right: -120px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-instagram-feed__splide .splide__control-bar {
    bottom: 0;
  }
  .voyager-instagram-feed__splide .splide__control-bar::after {
    display: none;
  }
}
.voyager-instagram-feed__splide .splide__arrows {
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: row;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 150px;
  height: 45px;
  flex-direction: row;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 689px) {
  .voyager-instagram-feed__splide .splide__arrows {
    width: 120px;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-instagram-feed__splide .splide__arrows {
    top: calc(100% + var(--voyager-spacing-md));
    height: auto;
  }
}
.voyager-instagram-feed__splide .voyager-instagram-feed__media-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .voyager-instagram-feed__splide .voyager-instagram-feed__media-wrapper {
    height: 400px;
  }
}
.voyager-instagram-feed__splide .voyager-instagram-feed__media-wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-instagram-feed__splide .voyager-instagram-feed__media-anchore {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* stylelint-disable declaration-no-important -- glightbox */
.glightbox-container .gprev {
  top: 90% !important;
  left: 50px !important;
}
@media (min-width: 688px) {
  .glightbox-container .gprev {
    left: 50% !important;
  }
}

.glightbox-container .gnext {
  top: 90% !important;
  right: 50px !important;
}

/* stylelint-enable */
.voyager-intro-text {
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .voyager-intro-text {
    text-align: left;
  }
}
.voyager-intro-text__container {
  max-width: 745px;
  margin: 0 auto 50px;
}
.voyager-intro-text__heading {
  margin: 0 0 22px;
}
.voyager-intro-text--center-aligned {
  text-align: center;
}
.voyager-intro-text--center-aligned .voyager-buttons {
  justify-content: center;
}
.voyager-intro-text ul {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: disc;
  padding: 30px;
  padding-right: 0;
}
.voyager-intro-text ol {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: decimal;
  display: none;
}
.voyager-intro-text p {
  margin-bottom: 15px;
}

.voyager-lightbox {
  position: fixed;
  z-index: 6;
  /* stylelint-disable declaration-no-important -- Overwrite the default splide arrows style */
  /* stylelint-enable */
}
@media only screen and (min-width: 689px) {
  .voyager-lightbox__button-next, .voyager-lightbox__button-previous {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.voyager-lightbox__slide {
  box-sizing: border-box;
}
.voyager-lightbox__slide-inner-content {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  overflow: auto;
}
.voyager-lightbox .voyager-lightbox__slide-media {
  display: flex;
  height: 100%;
  margin: unset;
  box-shadow: none;
}
.voyager-lightbox .gslide-video {
  width: 100%;
  margin: 0 auto;
}
.voyager-lightbox .plyr--video,
.voyager-lightbox .gvideo-wrapper {
  max-height: 100%;
}
.voyager-lightbox__slide-description {
  font-family: inherit;
  font-size: 1rem;
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 689px) {
  .voyager-lightbox__slide-description {
    letter-spacing: 0.05em;
  }
}
.voyager-lightbox__slide-description a {
  color: var(--text--anchor);
}
@media only screen and (min-width: 992px) {
  .voyager-lightbox__slide-description a:hover {
    color: var(--text--anchor-hover);
  }
}
.voyager-lightbox__slide-description-inner {
  padding: 0;
}
.voyager-lightbox__slide-title {
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: var(--lightbox--color);
}
@media only screen and (min-width: 689px) {
  .voyager-lightbox__slide-title {
    letter-spacing: 0.05em;
  }
}
.glightbox-mobile .voyager-lightbox .voyager-lightbox__slide-inner-content {
  height: auto;
}
.glightbox-mobile .voyager-lightbox .voyager-lightbox__slider-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .glightbox-mobile .voyager-lightbox .voyager-lightbox__slider-container {
    height: auto;
  }
}
.glightbox-mobile .voyager-lightbox .voyager-lightbox__slide-description {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--lightbox--color);
  font-family: inherit;
  text-align: center;
}
.glightbox-mobile .voyager-lightbox .voyager-lightbox__slide-description-container {
  position: relative;
  top: calc(100% + 15px);
  height: auto;
  flex: 1 1 100%;
  padding: 0;
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .glightbox-mobile .voyager-lightbox .voyager-lightbox__slide-description-container {
    padding: 0 30px;
  }
}
.glightbox-mobile .voyager-lightbox .voyager-lightbox__expanded-link {
  color: var(--lightbox--expanded-link-color);
}
.glightbox-mobile .voyager-lightbox__overlay {
  background: --lightbox--overlay-bg;
}
.voyager-lightbox .voyager-lightbox__button {
  position: absolute;
  top: 75px;
  right: 35px;
  z-index: 2;
  box-sizing: border-box;
  display: inline-flex;
  height: 2.7em;
  justify-content: space-between;
  align-items: center;
  padding: var(--voyager-button--vertical-padding) var(--voyager-button--horizontal-padding-right) var(--voyager-button--vertical-padding) var(--voyager-button--vertical-padding);
  color: var(--button--close-color);
  background: var(--button--close-bg);
  border: solid 1px var(--button--close-border);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  top: 5px;
  right: -10px;
  z-index: 999999;
  height: 42px;
  color: var(--voyager-color--brand-three);
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  letter-spacing: 0.05625rem;
}
@media only screen and (min-width: 992px) {
  .voyager-lightbox .voyager-lightbox__button:hover {
    color: var(--button--close-hover-color);
    background: var(--button--close-hover-bg);
    border: solid 1px var(--button--close-hover-border);
    /* stylelint-disable-next-line selector-max-type -- With comment after two hyphens here... */
  }
  .voyager-lightbox .voyager-lightbox__button:hover svg path {
    color: #FFF;
  }
  .voyager-lightbox .voyager-lightbox__button:focus, .voyager-lightbox .voyager-lightbox__button:active {
    color: var(--button--close-active-color);
    background: var(--button--close-active-bg);
    border: solid 1px var(--button--close-active-border);
    /* stylelint-disable-next-line selector-max-type -- With comment after two hyphens here... */
  }
  .voyager-lightbox .voyager-lightbox__button:focus svg path, .voyager-lightbox .voyager-lightbox__button:active svg path {
    color: #FFF;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-lightbox .voyager-lightbox__button {
    top: 30px;
    right: 0;
  }
  .voyager-lightbox .voyager-lightbox__button:hover .voyager-lightbox__button-close--svg path[fill] {
    fill: var(--voyager-color--white);
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-lightbox .voyager-lightbox__button {
    height: 50px;
  }
}
.voyager-lightbox .voyager-lightbox__button__button-close {
  top: 0;
  right: 0;
  height: 30px;
  padding: 8px;
}
.voyager-lightbox .voyager-lightbox__button__button-close-svg {
  width: 20px;
  height: 20px;
}
.voyager-lightbox .voyager-lightbox__button__button-previous, .voyager-lightbox .voyager-lightbox__button__button-next {
  top: auto;
  bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-lightbox .voyager-lightbox__button__button-previous, .voyager-lightbox .voyager-lightbox__button__button-next {
    top: 30px;
    bottom: 0;
  }
}
.voyager-lightbox .voyager-lightbox__button__button-previous-svg, .voyager-lightbox .voyager-lightbox__button__button-next-svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
}
.voyager-lightbox .voyager-lightbox__button__button-next {
  right: 0;
  padding: 12px;
}
.voyager-lightbox .voyager-lightbox__button__button-previous {
  left: 0;
  padding: 12px;
}
.voyager-lightbox .voyager-lightbox__button path[fill] {
  fill: var(--lightbox--button-path-fill);
}
.voyager-lightbox .voyager-lightbox__button path[stroke] {
  stroke: var(--lightbox--button-path-stroke);
}
.voyager-lightbox .voyager-lightbox__button path:not([fill]) {
  fill: transparent;
}
.voyager-lightbox .voyager-lightbox__button path:not([stroke]) {
  stroke: transparent;
}
.voyager-lightbox__slider-container {
  position: relative;
  top: 50%;
  left: 0;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin: auto;
  transform: translateY(-50%);
}
.voyager-lightbox__slider-container .voyager-lightbox__control-bar {
  bottom: 26px;
}
.voyager-lightbox__slide, .voyager-lightbox__slide-content, .voyager-lightbox__slide-image {
  width: 100%;
  height: 100%;
}
.voyager-lightbox__slide-image {
  max-height: 776px;
}
.voyager-lightbox__track {
  width: 100%;
  height: 100%;
  padding-bottom: var(--voyager-spacing-xl);
}
.voyager-lightbox__splide-track {
  padding-bottom: 90px;
}
.voyager-lightbox__slide-description-container {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  left: 0;
  max-height: 68px;
  padding: 0;
  background-color: transparent;
  overflow: auto;
}
.voyager-lightbox__slide-description-container.description-bottom, .voyager-lightbox__slide-description-container.description-top {
  margin: 0 auto;
}
.voyager-lightbox__slide-inner-container {
  width: 100%;
  height: 100%;
}
.voyager-lightbox__slide-content {
  padding: 0;
  background-color: var(--lightbox--slide-content-bg);
  overflow: unset;
}
@media only screen and (min-width: 992px) {
  .voyager-lightbox__button-next, .voyager-lightbox__button-previous {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.8s ease;
    box-shadow: none;
  }
  .voyager-lightbox__button-next.disabled, .voyager-lightbox__button-previous.disabled {
    opacity: 0;
  }
  .voyager-lightbox__button-next:hover, .voyager-lightbox__button-previous:hover {
    box-shadow: none;
  }
  .voyager-lightbox__overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  .voyager-lightbox__slide {
    display: block;
    padding: 30px 90px 95px;
  }
}
.voyager-lightbox__container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  touch-action: none;
}
@media only screen and (min-width: 992px) {
  .voyager-lightbox__container {
    padding: 0 var(--voyager-spacing-md);
  }
}
.voyager-lightbox__content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: opacity;
  background: var(--gradient--gallery);
}
.voyager-lightbox__slider {
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 1020px;
  height: 100%;
  max-height: 440px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 0 0;
  background-color: transparent;
  transition: transform 0.4s ease;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 689px) {
  .voyager-lightbox__slider {
    max-height: 520px;
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-lightbox__slider {
    max-height: 600px;
    padding: var(--voyager-spacing-lg) 0 0;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-lightbox__slider {
    max-width: 1380px;
    max-height: 926px;
  }
}
.voyager-lightbox__splide-arrow--prev, .voyager-lightbox__splide-arrow--next {
  width: 60px;
}
.voyager-lightbox__splide-arrow--prev:before, .voyager-lightbox__splide-arrow--next:before {
  content: "\e824";
}
.voyager-lightbox__splide-arrow--prev::before, .voyager-lightbox__splide-arrow--next::before {
  width: auto;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-lightbox__splide-arrow--prev:hover::before, .voyager-lightbox__splide-arrow--next:hover::before {
    color: var(--arrow--primary-hover-color);
  }
}
.voyager-lightbox__splide-arrow--next::before {
  transform: rotate(180deg);
}
.voyager-lightbox__arrows-wrapper {
  bottom: var(--voyager-lightbox--arrows-bottom);
  left: 50% !important;
  width: 150px !important;
  height: var(--voyager-lightbox--arrows-height);
  flex-direction: row !important;
}
.voyager-lightbox__arrows-button {
  width: 60px;
}
.voyager-lightbox__arrows {
  position: absolute;
  bottom: 90px;
  left: 50%;
  z-index: 1;
  display: flex;
  width: 150px;
  justify-content: space-between;
  transform: translate(-50%, 50%);
}
.voyager-lightbox__button svg {
  display: block;
  width: 20px;
  height: auto;
  margin: 0;
  padding: 0;
}
.voyager-lightbox__slide-description-wrap {
  position: absolute;
  top: var(--voyager-lightbox--caption-top);
  width: 100%;
  max-height: 70px;
  flex: auto;
  text-align: center;
}
@media only screen and (min-width: 689px) {
  .voyager-lightbox__slide-description-wrap {
    flex: 1;
  }
}
.voyager-lightbox__video.video-js {
  width: 100%;
  height: 100%;
}
.voyager-lightbox--thumbnail .voyager-lightbox__slider-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--lightbox--thumbnail-slide-container-bg);
}
.voyager-lightbox--thumbnail .voyager-lightbox__slider {
  height: 80vh;
}
.voyager-lightbox--thumbnail .voyager-lightbox__slide-content {
  height: calc(80vh - 100px);
  padding: 0;
}
.voyager-lightbox__thumbnail-slider {
  width: 80%;
  padding-bottom: 30px;
}
.voyager-lightbox__thumbnail-item {
  border: 1px solid transparent;
}
.voyager-lightbox__thumbnail-item.is-active {
  border: 1px solid var(--lightbox--thumbnail-item-active-border);
}
.voyager-lightbox__thumbnail-image {
  width: 100%;
  height: 100%;
}
.voyager-lightbox .splide:not(.is-overflow) .splide__arrows {
  display: flex;
}

.voyager-map {
  position: relative;
  /*
  	Media Query
  */
  /*
  	Filter
  */
  /*
  	Main Map
  */
  /*
  	Main Map Variations
  */
}
@media only screen and (min-width: 689px) {
  .voyager-map {
    /*
    	Filter
    */
    /*
    	Main Map
    */
  }
  .voyager-map__filter-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
  }
  .voyager-map__map-wrapper {
    height: 537px;
  }
}
.voyager-map__container {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.voyager-map__filter-wrapper {
  position: relative;
  z-index: 2;
}
.voyager-map__filter-trigger {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 15px;
  padding-left: 30px;
  color: var(--map-menu--filter-trigger-color);
  font-family: "Nunito Sans", sans-serif;
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  background-color: var(--map-menu--filter-trigger-bg);
  transition: all 0.25s;
  text-decoration: none;
}
@media only screen and (min-width: 689px) {
  .voyager-map__filter-trigger {
    letter-spacing: 0.05em;
  }
}
.voyager-map__filter-trigger__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  font-size: 0.5rem;
  transition: all 0.25s;
  cursor: pointer;
  pointer-events: none;
  transform: translateY(-50%);
}
.voyager-map__filter-trigger.is-active {
  background-color: var(--map-menu--filter-active-trigger-bg);
}
.voyager-map__filter-trigger.is-active .voyager-map__filter-trigger__icon {
  transform: translate(0, -50%) scale(1, -1);
}
.voyager-map__filter-trigger.is-active ~ .voyager-map__filter-list {
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0);
  visibility: visible;
}
.voyager-map__filter-list {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none;
  list-style: none;
  transform: translateY(10px);
  visibility: hidden;
}
.voyager-map__filter-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--map-menu--filter-bg);
  transition: all 0.25s;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .voyager-map__filter-item:hover {
    background-color: var(--map-menu--filter-hover-bg);
  }
}
.voyager-map__checkbox {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.voyager-map__checkbox:checked ~ .voyager-map__filter-checkbox .voyager-map__filter-checkbox__indicator::after {
  transform: translate(-50%, -50%) scale(1);
}
.voyager-map__checkbox:checked ~ .voyager-map__filter-label .voyager-map__filter-icon path {
  /* Cannot use classes since the path will be part of the uploaded SVG/img icons */
  fill: var(--map-menu--filter-checkbox-color);
}
.voyager-map__checkbox:checked ~ .voyager-map__filter-label .voyager-map__filter-text {
  color: var(--map-menu--filter-checkbox-color);
}
.voyager-map__filter-checkbox {
  display: flex;
  width: 60px;
  align-items: center;
  padding-right: 22px;
  padding-left: 20px;
}
.voyager-map__filter-checkbox__indicator {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid var(--map-menu--filter-checkbox-indicator-border);
  border-radius: 3px;
}
.voyager-map__filter-checkbox__indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--map-menu--filter-checkbox-indicator-bg);
  border-radius: 3px;
  transition: all 0.25s;
  transform: translate(-50%, -50%) scale(0);
}
.voyager-map__filter-label {
  display: flex;
  align-items: center;
}
.voyager-map__filter-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  /* Cannot use classes since the path will be part of the uploaded SVG/img icons */
}
.voyager-map__filter-icon path {
  fill: var(--map-menu--filter-icon-fill);
  transition: all 0.25s;
}
.voyager-map__filter-icon-img {
  filter: invert(67%) sepia(48%) saturate(303%) hue-rotate(344deg) brightness(87%) contrast(82%);
}
.voyager-map__filter-text {
  display: inline-flex;
  align-items: center;
  color: var(--map-menu--filter-text);
  font-family: "Nunito Sans", sans-serif;
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  transition: all 0.25s;
}
@media only screen and (min-width: 689px) {
  .voyager-map__filter-text {
    letter-spacing: 0.05em;
  }
}
.voyager-map__map-wrapper {
  position: relative;
  z-index: 1;
  height: 568px;
  background-color: #F5F5F5;
}
.voyager-map__map {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
}
.voyager-map__map-iframe {
  width: 100%;
  height: 100%;
}
.voyager-map--full-width .voyager-map__container {
  width: 100%;
  max-width: 100%;
}
.voyager-map__marker-card-thumbnail {
  background-position: 50%;
  height: 130px;
}
.voyager-map--is-static {
  /*
  	Color Variations
  */
}
.voyager-map--is-static .voyager-map__filter-wrapper {
  display: none;
}
.voyager-map--is-static .voyager-map__map {
  /* Cannot use classes since the iframe will be just copied from google maps and used as static map */
}
.voyager-map--is-static .voyager-map__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.voyager-map--is-static.is-grayscale .voyager-map__map {
  filter: grayscale(100%);
}
.voyager-map--is-static.is-sepia .voyager-map__map {
  filter: sepia(100%);
}

.voyager-map-menu {
  position: fixed;
  top: var(--voyager-header-height--desktop);
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background: var(--map-menu--bg);
  transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
  /* stylelint-disable declaration-no-important -- Google map overwrite */
  /* stylelint-enable */
}
@media only screen and (min-width: 1470px) {
  .voyager-map-menu {
    top: var(--voyager-header-height--desktop);
  }
}
.voyager-map-menu.js-hidden, .voyager-map-menu__header-overlay.js-hidden {
  transform: translateX(-100%);
}
.voyager-map-menu.js-visible, .voyager-map-menu__header-overlay.js-visible {
  transform: translateX(0);
}
.voyager-map-menu__label {
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .voyager-map-menu__label {
    font-size: 1.0625rem;
  }
}
.voyager-map-menu__panel-close {
  position: absolute;
  top: 75px;
  right: 35px;
  z-index: 2;
  box-sizing: border-box;
  display: inline-flex;
  height: 2.7em;
  justify-content: space-between;
  align-items: center;
  padding: var(--voyager-button--vertical-padding) var(--voyager-button--horizontal-padding-right) var(--voyager-button--vertical-padding) var(--voyager-button--vertical-padding);
  color: var(--button--close-color);
  background: var(--button--close-bg);
  border: solid 1px var(--button--close-border);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  top: auto;
  bottom: 100%;
  display: none;
  gap: 35px;
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__panel-close:hover {
    color: var(--button--close-hover-color);
    background: var(--button--close-hover-bg);
    border: solid 1px var(--button--close-hover-border);
    /* stylelint-disable-next-line selector-max-type -- With comment after two hyphens here... */
  }
  .voyager-map-menu__panel-close:hover svg path {
    color: #FFF;
  }
  .voyager-map-menu__panel-close:focus, .voyager-map-menu__panel-close:active {
    color: var(--button--close-active-color);
    background: var(--button--close-active-bg);
    border: solid 1px var(--button--close-active-border);
    /* stylelint-disable-next-line selector-max-type -- With comment after two hyphens here... */
  }
  .voyager-map-menu__panel-close:focus svg path, .voyager-map-menu__panel-close:active svg path {
    color: #FFF;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-map-menu__panel-close {
    display: inline-flex;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__panel-close {
    top: -65px;
  }
  .voyager-map-menu__panel-close:hover .voyager-map-menu__close-icon path, .voyager-map-menu__panel-close:focus .voyager-map-menu__close-icon path, .voyager-map-menu__panel-close:active .voyager-map-menu__close-icon path {
    stroke: var(--button--close-hover-svg);
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-map-menu__panel-close {
    top: -95px;
  }
}
.voyager-map-menu__close-icon {
  width: 20px;
  height: 40px;
  top: -var(--voyager-header-height--desktop);
  width: 20px;
  height: 25px;
}
.voyager-map-menu__close-icon path {
  stroke: var(--button--close-svg);
}
.voyager-map-menu__container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: none;
  height: calc(100vh - var(--voyager-header-height--desktop));
  flex-direction: column;
  padding: 4% 0 0;
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__container {
    flex-direction: row;
  }
}
.voyager-map-menu__nav {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 20px;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__nav {
    display: flex;
    width: 35%;
    min-width: 700px;
  }
}
.voyager-map-menu__nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/wave-pattern.svg) no-repeat 130% 440px;
  opacity: 0.1;
}
.voyager-map-menu__nav-left, .voyager-map-menu__nav-right {
  align-self: flex-start;
}
.voyager-map-menu__nav-left-items {
  padding: 5px;
  text-align: center;
  -moz-columns: 2;
       columns: 2;
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__nav-left-items {
    padding-right: 10px;
    text-align: right;
    border-right: 0.5px solid var(--location--border);
    -moz-columns: unset;
         columns: unset;
  }
}
.voyager-map-menu__nav-item {
  margin-bottom: var(--voyager-map-menu--vertical-margin);
  padding: 5px;
  padding-bottom: 15px;
}
.voyager-map-menu__nav-item.is-active .voyager-map-menu__nav-item-link {
  color: var(--map-menu--nav-item-active-color);
}
.voyager-map-menu__nav-right {
  position: sticky;
  top: 0;
  display: none;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__nav-right {
    display: flex;
  }
}
.voyager-map-menu__nav-right .voyager-map-menu__nav-item {
  margin-bottom: 15px;
  padding: 0;
}
.voyager-map-menu__nav-item-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--menu--level-0-color);
}
.voyager-map-menu__nav-item-link:active {
  color: var(--menu--level-0-hover-color);
}
.voyager-map-menu__nav-item-link:focus {
  color: var(--menu--level-0-hover-color);
}
@media only screen and (min-width: 689px) {
  .voyager-map-menu__nav-item-link:hover {
    color: var(--menu--level-0-hover-color);
  }
}
.voyager-map-menu__nav-logo {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1201px) {
  .voyager-map-menu__nav-logo {
    text-align: center;
  }
}
.voyager-map-menu__nav-right-items {
  display: none;
}
.voyager-map-menu__nav-right-items.is-active {
  display: block;
}
.voyager-map-menu__map-container {
  position: relative;
  width: 100%;
  flex: 1;
}
.voyager-map-menu__map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 20px 0 0;
  background: var(--map-menu--map-bg);
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__map {
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
  }
}
.voyager-map-menu__map-main {
  width: 100%;
  height: 100%;
}
.voyager-map-menu__header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: var(--voyager-header-height--desktop);
  background: var(--map-menu--header-overlay-bg);
  transition: all 0.2s 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.voyager-map-menu__description {
  display: none;
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__description {
    display: inline-block;
  }
}
.voyager-map-menu__nav-logo .voyager-map-menu__nav-logo-img {
  max-width: 130px;
}
.voyager-map-menu .gm-style .gm-style-iw.gm-style-iw-c {
  width: 140px !important;
  height: 140px !important;
  border: solid 4px var(--map-menu--pin-bg) !important;
  border-radius: 50% !important;
}
.voyager-map-menu .gm-style .gm-style-iw-tc::after {
  width: 28px !important;
  height: 35px !important;
  background-color: var(--map-menu--pin-bg) !important;
}
.voyager-map-menu .gm-style-iw-chr {
  display: none !important;
}
.voyager-map-menu .gm-style-iw-t {
  bottom: 33px !important;
}
.voyager-map-menu .marker-card__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  transform: translate(-50%, -50%);
}

.voyager-masonry__wrapper, .voyager-masonry__column, .voyager-masonry__inline-columns, .voyager-masonry__main-content {
  display: grid;
  gap: var(--voyager-spacing-md);
  grid-gap: var(--voyager-spacing-md);
}
.voyager-masonry__wrapper, .voyager-masonry__inline-columns {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.voyager-masonry__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-masonry .voyager-masonry__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-masonry__column {
  display: flex;
  flex-direction: column;
}
.voyager-masonry__card {
  position: relative;
  display: flex;
  height: 622px;
  min-height: 480px;
  justify-content: flex-end;
  align-content: center;
  flex: 1;
  flex-direction: column;
  background: var(--masonry--card-bg);
}
.voyager-masonry__card-inline {
  min-height: 240px;
}
.voyager-masonry .voyager-masonry__card-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 514px;
}
.voyager-masonry__card-text-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: calc(var(--voyager-spacing-lg) * 3);
  align-self: flex-end;
  flex-direction: column;
  padding: calc(var(--voyager-spacing-lg) * 2) var(--voyager-spacing-sm) var(--voyager-spacing-sm);
  color: var(--masonry--card-color);
}
.voyager-masonry__card-text-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 100px);
  background: var(--masonry--linear-gradient);
}
.voyager-masonry__card-heading__heading {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--voyager-color--white);
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .voyager-masonry__card-heading__heading {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 689px) {
  .voyager-masonry__textarea {
    height: 0;
  }
  .voyager-masonry__textarea, .voyager-masonry__voyager-buttons {
    transition: all 0.2s 0.2s cubic-bezier(0, 0, 0.2, 1);
    min-height: 0;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-40px);
  }
  .voyager-masonry__card:hover .voyager-masonry__textarea, .voyager-masonry__card:hover .voyager-masonry__voyager-buttons {
    transition: all 0.2s 0.2s cubic-bezier(0, 0, 0.2, 1);
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
  }
  .voyager-masonry__card:hover .voyager-masonry__textarea {
    height: 200px;
    min-height: 200px;
    margin-top: var(--voyager-spacing-md);
  }
  .voyager-masonry__card:hover .voyager-masonry__voyager-buttons {
    transform: translateY(0);
  }
}
.voyager-masonry__heading {
  margin-bottom: 20px;
  padding: 10px;
}
@media only screen and (min-width: 689px) {
  .voyager-masonry__heading {
    margin-bottom: 0;
  }
}
.voyager-masonry__voyager-buttons {
  justify-content: flex-start;
}
@media (max-width: 680px) {
  .voyager-masonry__voyager-buttons {
    margin-top: 20px;
  }
}
.voyager-masonry__button-wrapper {
  margin: 0;
}
.voyager-masonry .voyager-buttons__button-wrapper {
  margin-right: var(--voyager-spacing-sm);
  margin-bottom: var(--voyager-spacing-xsm);
}
.voyager-masonry .voyager-buttons__button-wrapper ~ .voyager-buttons__button-wrapper {
  margin-right: 0;
  margin-left: 0;
}
.voyager-masonry__card-pre-heading__pre-heading, .ashore-hotel .voyager-masonry__card-pre-heading__pre-heading, .adrift-hotel .voyager-masonry__card-pre-heading__pre-heading, .bowline-hotel .voyager-masonry__card-pre-heading__pre-heading, .boardwalk-cottages .voyager-masonry__card-pre-heading__pre-heading, .shelburne-hotel .voyager-masonry__card-pre-heading__pre-heading {
  color: var(--voyager-color--white);
}

.voyager-booking {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: block;
  height: calc(100vh - var(--voyager-header-height--desktop));
  text-align: center;
  background: var(--booking-panel--bg);
}
.voyager-booking h1 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-booking h2 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-booking h3 {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 689px) {
  .voyager-booking h3 {
    letter-spacing: 0.05em;
  }
}
.voyager-booking h4 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-booking h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 689px) {
  .voyager-booking h5 {
    letter-spacing: 0.05em;
  }
}
.voyager-booking p {
  margin-bottom: 15px;
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .voyager-booking p {
    letter-spacing: 0.05em;
  }
}
.voyager-booking ul {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: disc;
  padding: 30px;
  padding-right: 0;
}
.voyager-booking ol {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: decimal;
  display: none;
}
.voyager-booking em {
  font-style: italic;
}
.voyager-booking strong {
  font-weight: 700;
}
.voyager-booking blockquote {
  margin: 1.5em 0.8em;
  padding: 0.5em 0.8em;
  border-left: 1px solid;
}
.voyager-booking .img {
  margin-top: 0.5em;
}
.voyager-booking .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-booking .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-booking .aligncenter {
  display: block;
  margin: 1.5em auto;
  text-align: center;
}
.voyager-booking a:not(.voyager-buttons__button-anchor) {
  color: var(--text--anchor);
}
@media only screen and (min-width: 992px) {
  .voyager-booking a:not(.voyager-buttons__button-anchor):hover {
    color: var(--text--anchor-hover);
  }
}
@media only screen and (min-width: 689px) {
  .voyager-booking {
    top: auto;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking {
    z-index: 9;
    display: flex;
    width: 430px;
    justify-content: center;
    flex-direction: row;
    box-shadow: var(--voyager-box-shadow--card-default);
  }
}
.voyager-booking--option_1, .voyager-booking--option_2 {
  padding: 20px;
}
.voyager-booking--location-left {
  right: auto;
  left: 20px;
}
.voyager-booking--location-right {
  right: 20px;
  left: auto;
}
.voyager-booking--location-bottom {
  top: auto;
  bottom: 0;
  margin: 0;
}
.voyager-booking--option_3, .voyager-booking--option_4 {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.voyager-booking--option_4 {
  margin-top: 0;
  margin-bottom: 0;
}
.voyager-booking--option_4 .voyager-booking__panel-wrapper {
  width: calc(100% - 30px);
  margin: 0;
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__panel-wrapper {
    width: 100%;
    padding: 15px;
  }
}
.voyager-booking--option_4 .voyager-booking__form {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__form {
    flex-direction: row;
    margin-bottom: 35px;
  }
}
.voyager-booking--option_4 .voyager-buttons__button-anchor.voyager-buttons__button-anchor--secondary {
  color: var(--button--secondary-color);
}
.voyager-booking--option_4 .voyager-booking__label {
  text-align: left;
}
.voyager-booking--option_4 .voyager-booking__title {
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.voyager-booking--option_4 .voyager-booking__footer {
  margin: 0;
}
.voyager-booking--option_4 .voyager-booking__property {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__property {
    max-width: 35%;
    flex-basis: 35%;
  }
}
.voyager-booking--option_4 .voyager-booking__property-location {
  width: 50%;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__property-location {
    margin: 0 10px;
  }
}
.voyager-booking--option_4 .voyager-booking__daterange-card {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__daterange-card {
    width: 130px;
  }
}
.voyager-booking--option_4 .voyager-booking__panel-content {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__panel-content {
    flex-direction: row;
  }
}
.voyager-booking--option_4 .voyager-booking__panel-property-item {
  display: flex;
  min-width: 86%;
  align-items: center;
  gap: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--booking-panel--property-item-border);
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__panel-property-item {
    min-width: auto;
    overflow: visible;
    margin-right: 0;
  }
}
.voyager-booking--option_4 .voyager-booking__panel-property-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.voyager-booking--option_4 .voyager-booking__panel-property-item.is-active {
  background-color: var(--booking-panel--property-item-active-bg);
  border: 1px solid var(--booking-panel--property-item-active-border);
}
.voyager-booking--option_4 .voyager-booking__panel-property-item.is-hide {
  display: none;
}
.voyager-booking--option_4 .voyager-booking__panel-property-image {
  display: flex;
  min-width: 100px;
}
.voyager-booking--option_4 .voyager-booking__panel-property-item-content {
  padding-right: 10px;
  text-align: left;
}
.voyager-booking--option_4 .voyager-booking__panel-property-item-image {
  width: 100px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-booking--option_4 .voyager-booking__panel-property-items {
  display: flex;
  width: 100%;
  height: 90px;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__panel-property-items {
    width: 25%;
    height: 72vh;
    overflow-y: auto;
    flex-direction: column;
  }
}
.voyager-booking--option_4 .voyager-booking__panel-property-map {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__panel-property-map {
    width: 70%;
    height: 72vh;
  }
}
.voyager-booking--option_4 .voyager-booking__daterange-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: var(--voyager-form-margin);
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__daterange-wrapper {
    width: auto;
  }
}
.voyager-booking--option_4 .voyager-booking__promo-guest-wrapper {
  display: flex;
}
.voyager-booking--option_4 .voyager-booking__promo-code {
  margin-top: 0;
}
.voyager-booking--option_4 .voyager-booking__daterange-input {
  position: absolute;
  top: 96%;
  left: 0;
}
.voyager-booking--option_4 .voyager-booking__property-room {
  width: 50%;
}
.voyager-booking--option_4 .voyager-booking__property-options {
  flex-wrap: nowrap;
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__card-date {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    color: var(--voyager-color--brand-one);
    font-family: Poppins, sans-serif;
    background-color: var(--voyager-color--brand-three);
    border: 1px solid var(--booking-panel--date-card-border);
    border-radius: 10px;
    box-shadow: var(--voyager-box-shadow--button-primary);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__card-date--month {
    display: block;
    order: 2;
    margin-right: 3px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--booking-panel--card-date-color);
    font-size: 1rem;
    line-height: 1rem;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__card-date--date {
    display: block;
    order: 1;
    margin-right: 3px;
    color: var(--booking-panel--card-date-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking--option_4 .voyager-booking__card-date--year {
    display: block;
    order: 3;
    color: var(--booking-panel--card-date-color);
    font-size: 1rem;
    line-height: 1rem;
  }
}
.voyager-booking--slide-in-right, .voyager-booking--slide-in-left, .voyager-booking--slide-in-top, .voyager-booking--slide-in-bottom, .voyager-booking--fade-in {
  transition: all 1s ease;
}
.voyager-booking--slide-in-right {
  transform: translateX(100%);
  right: 0;
}
.voyager-booking--slide-in-left {
  transform: translateX(-100%);
}
.voyager-booking--slide-in-top {
  transform: translateY(-100%);
}
.voyager-booking--slide-in-bottom {
  transform: translateY(100%);
  top: auto;
  bottom: 0;
  margin-bottom: 0;
}
.voyager-booking--fade-in {
  visibility: hidden;
  opacity: 0;
}
@media (max-height: 599px) and (min-height: 520px) {
  .voyager-booking--slide-in-left, .voyager-booking--slide-in-right {
    top: 0;
    height: 100%;
    padding-top: 100px;
  }
}
.voyager-booking--slide-in-right.js-visible, .voyager-booking--slide-in-left.js-visible {
  transform: translateX(0);
}
@media (max-height: 599px) and (min-height: 520px) {
  .voyager-booking--slide-in-right.js-visible, .voyager-booking--slide-in-left.js-visible {
    overflow-y: auto;
  }
}
@media (min-height: 600px) {
  .voyager-booking--slide-in-right.js-visible, .voyager-booking--slide-in-left.js-visible {
    overflow-y: unset;
  }
}
.voyager-booking--slide-in-top.js-visible, .voyager-booking--slide-in-bottom.js-visible {
  transform: translateY(0);
}
.voyager-booking--fade-in.js-visible {
  visibility: visible;
  opacity: 1;
}
.voyager-booking__panel-card {
  display: inline-flex;
  position: relative;
  display: inline-flex;
  width: 100%;
  max-width: 420px;
  height: calc(100vh - var(--voyager-header-height--desktop));
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
  flex-direction: column;
  border-top: 1px solid;
}
@media only screen and (min-width: 992px) {
  .voyager-booking__panel-card {
    top: auto;
    bottom: 10px;
    height: 75vh;
    max-height: 700px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-booking__panel-card {
    top: 25px;
    bottom: auto;
    max-width: 660px;
    height: 80vh;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking__panel-card {
    border: solid 1px;
  }
}
.voyager-booking__panel-card--specials {
  background: var(--booking-panel--card-specials-bg);
}
.voyager-booking__panel-card--specials .voyager-booking__header {
  color: var(--booking-panel--card-specials-label-color);
}
.voyager-booking__panel-card--booking-widget {
  background: var(--booking-panel--widget-bg);
  overflow: visible;
}
.voyager-booking__form {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.voyager-booking__content-wrapper {
  display: flex;
  height: 310px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
}
@media only screen and (min-height: 686px) {
  .voyager-booking__content-wrapper {
    height: 420px;
  }
}
@media (max-width: 480px) {
  .voyager-booking__content-wrapper {
    height: calc(100vh - var(--voyager-header-height--desktop) - 180px);
    justify-content: center;
    margin-top: 0;
  }
}
.voyager-booking__panel-wrapper {
  position: relative;
  display: flex;
  height: calc(100vh - var(--voyager-header-height--desktop));
  justify-content: center;
  align-items: center;
  flex: 1;
}
.voyager-booking__panel-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/wave-pattern.svg);
  background-repeat: repeat-x;
  opacity: 0.2;
  filter: invert(1);
}
.voyager-booking__panel-wrapper--left {
  position: relative;
  width: 60%;
  background-color: var(--booking-panel--wrapper-left-bg);
  border-right: 1px solid var(--booking-panel--wrapper-border);
}
.voyager-booking__panel-wrapper--left .voyager-booking__panel-card {
  border-color: var(--booking-panel--wrapper-panel-card-border);
}
.voyager-booking__panel-wrapper--left::before {
  background-position: 130% 50%;
}
.voyager-booking__panel-wrapper--right {
  width: 100%;
}
.voyager-booking__panel-wrapper--right .voyager-booking__panel-card {
  border-color: var(--booking-panel--wrapper-border);
}
@media only screen and (min-width: 992px) {
  .voyager-booking__panel-wrapper--right {
    width: 40%;
  }
}
.voyager-booking__panel-wrapper--right::before {
  background-position: -170% 50%;
}
.voyager-booking__slide {
  position: relative;
}
.voyager-booking__caption {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}
.voyager-booking__caption * {
  margin-top: 0;
  margin-bottom: 0;
}
.voyager-booking__panel-close {
  position: absolute;
  top: var(--voyager-close-button-top);
  right: 5px;
  display: flex;
  width: 80px;
  height: 60px;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 0;
  padding: 6px;
  cursor: pointer;
  transform: scale(0.8);
}
@media only screen and (min-width: 992px) {
  .voyager-booking__panel-close {
    right: 45px;
    width: 152px;
    height: 45px;
    flex-wrap: nowrap;
    transform: scale(1);
  }
}
.voyager-booking__promotion {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  flex: 1;
  flex-direction: column;
  color: var(--booking-panel--promotion-color);
}
.voyager-booking__promotion--slider {
  width: 100%;
  height: 100%;
  padding: 0;
  background: var(--booking-panel--promotion-slider-bg);
}
.voyager-booking__promotion .slide-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1470px) {
  .voyager-booking__promotion .slide-image {
    max-height: 333px;
  }
}
.voyager-booking__promotion .splide__track {
  height: calc(100% - 60px);
}
.voyager-booking__filter::-webkit-scrollbar {
  display: none;
}
.voyager-booking__filter {
  display: none;
  margin: 0 15px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (min-width: 992px) {
  .voyager-booking__filter {
    justify-content: space-evenly;
    margin: 40px 15px 20px;
  }
}
.voyager-booking__filter--tab {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--booking-panel--filter-tab-color);
  text-align: left;
  text-transform: uppercase;
  background-color: transparent;
  text-decoration: none;
  font-size: min(max(1.25rem,0.44vw + 0.84rem), 1.375rem);
  font-size: clamp(1.25rem, 0.44vw + 0.84rem, 1.38rem);
  line-height: min(max(1.25rem,3.56vw + -2.02rem), 2.25rem);
  line-height: clamp(1.25rem, 3.56vw + -2.02rem, 2.25rem);
  letter-spacing: 0.01em;
  font-family: "Nunito Sans", sans-serif;
}
.voyager-booking__filter--tab:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-booking__filter--tab:hover {
    color: var(--booking-panel--filter-tab-hover-color);
  }
}
.voyager-booking__filter--tab.is_active {
  color: var(--booking-panel--filter-tab-active-color);
}
.voyager-booking__filter--tab.is_active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  height: 1px;
  background-color: var(--booking-panel--filter-tab-active-bg);
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .voyager-booking__filter--tab.is_active::before {
    display: none;
  }
}
.voyager-booking__button-anchor {
  transition: all 0.2s 0.2s cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(0);
  font-family: "Nunito Sans", sans-serif;
}
.voyager-booking__button-anchor.is-active {
  transform: translateX(500px);
}
.voyager-booking__wrapper {
  position: fixed;
  top: var(--voyager-header-height--desktop);
  right: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
}
@media only screen and (min-width: 689px) {
  .voyager-booking__wrapper {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking__wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    text-align: right;
    transform: translateY(-50%);
  }
}
.voyager-booking__wrapper .voyager-booking__button-anchor {
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  line-height: 1em;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid var(--voyager-color--brand-three);
}
@media only screen and (min-width: 992px) {
  .voyager-booking__wrapper .voyager-booking__button-anchor {
    box-sizing: inherit;
    justify-content: flex-start;
  }
}
.voyager-booking__button-container {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-booking__button-container {
    padding: 0 var(--voyager-booking--button-horizontal-padding);
  }
}
.voyager-header__menu--visible .voyager-booking__wrapper {
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .voyager-header__menu--visible .voyager-booking__wrapper {
    z-index: -1;
  }
}
.voyager-booking-header__button {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-header__button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.voyager-booking__tab-content {
  width: 100%;
  margin: 0;
}
.voyager-booking__tab-content .js-tab-content {
  display: none;
}
.voyager-booking__tab-content .js-tab-content.is_active {
  display: block;
}
.voyager-booking__slide-title {
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .voyager-booking__slide-title {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-height: 552px) {
  .voyager-booking__slide-title {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.voyager-booking__title, .voyager-booking__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 30px;
  justify-content: center;
  align-items: center;
  padding-right: 0.4em;
  padding-left: 0.4em;
  color: var(--booking-panel--input-promo-color);
  text-align: left;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 689px) {
  .voyager-booking__title, .voyager-booking__header {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking__title, .voyager-booking__header {
    height: 60px;
    text-align: center;
    font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
    font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
    line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
    line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
    letter-spacing: 0.1em;
    color: var(--text--h1);
    font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 992px) and (min-width: 689px) {
  .voyager-booking__title, .voyager-booking__header {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-booking__title, .voyager-booking__header {
    height: 100px;
  }
}
.voyager-booking__footer {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.voyager-booking__header-link {
  padding: 0;
}
.voyager-booking__label,
.voyager-booking .voyager-daterange__card-label {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  color: var(--booking-panel--card-label-color);
  text-align: center;
  text-transform: uppercase;
}
.voyager-booking .voyager-daterange__card-date.voyager-booking__card-date {
  display: flex;
  justify-content: center;
  background: #f1f1f1;
  border: solid 1px var(--booking-panel--card-date-border);
}
.voyager-booking .voyager-daterange__card-date.voyager-booking__card-date::before {
  display: none;
}
.voyager-booking .voyager-daterange__card-date.voyager-booking__card-date .js-date-day::after,
.voyager-booking .voyager-daterange__card-date.voyager-booking__card-date .js-date-month::after {
  content: "/";
}
.voyager-booking__promo-code {
  margin-top: 15px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .voyager-booking__promo-code {
    text-align: center;
  }
}
.voyager-booking__input-promo {
  height: 22px;
  color: var(--booking-panel--input-promo-color);
  text-align: left;
  border: 0;
  border-bottom: 1px dashed var(--booking-panel--input-promo-border);
}
@media only screen and (min-width: 992px) {
  .voyager-booking__input-promo {
    height: 30px;
    text-align: center;
  }
}
.voyager-booking__input-promo:focus-visible {
  border: 0;
  border-bottom: 1px dashed var(--booking-panel--input-promo-border);
}
.voyager-booking__guest-wrapper {
  position: relative;
  min-width: 180px;
  border: 1px solid var(--booking-panel--property-select-border);
}
.voyager-booking__guest {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  display: none;
  width: 100%;
  margin: auto;
  padding: 10px;
  background: #FFF;
  border: 1px solid var(--booking-panel--property-select-border);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.voyager-booking__guest.active {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .voyager-booking__guest {
    flex-direction: row;
  }
}
.voyager-booking__select-guest {
  padding: 10px;
  border: 0;
}
.voyager-booking__property {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--voyager-form-margin);
}
.voyager-booking__property--dropdown {
  flex-direction: row;
  gap: 10px;
}
.voyager-booking__property-location {
  width: auto;
  min-width: 160px;
}
.voyager-booking .voyager-svg__anchor {
  height: 30px;
  margin-top: var(--voyager-spacing-md);
}
.voyager-booking .voyager-svg__anchor-path {
  fill: var(--booking-panel--svg-anchor-fill);
  stroke: none;
}
.voyager-booking__property-room {
  width: var(--voyager-quick-book--property-room-width);
}
.voyager-booking .guests__label, .voyager-booking__property-location,
.voyager-booking .voyager-daterange__card-label {
  position: relative;
}
.voyager-booking .guests__label:before, .voyager-booking__property-location:before,
.voyager-booking .voyager-daterange__card-label:before {
  content: "\e800";
}
.voyager-booking .guests__label::before, .voyager-booking__property-location::before,
.voyager-booking .voyager-daterange__card-label::before {
  position: absolute;
  top: 40px;
  right: 0.4em;
  z-index: 1;
  pointer-events: none;
}
.voyager-booking__select-guest, .voyager-booking__property-select {
  box-sizing: border-box;
  width: 100%;
  min-width: calc(var(--voyager-quick-book--property-room-width) - 40px);
  padding: 10px 20px;
  color: #000;
  text-transform: uppercase;
  background: #f1f1f1;
  border: 1px solid var(--booking-panel--property-select-border);
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.voyager-booking__promo-guest-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: var(--voyager-form-margin);
}
.voyager-booking .voyager-booking__guest-label::before {
  display: none;
}
.voyager-booking__guests-show {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: var(--voyager-quick-book--property-room-width);
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #000;
  text-transform: uppercase;
  background: #F1F1F1;
  border-radius: 0;
}
.voyager-booking__guests-plus {
  position: relative;
  font-size: 1.0625rem;
}
.voyager-booking__guests-show[aria-expanded=true] .voyager-booking__guests-plus:after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #F1F1F1;
}
@media (max-width: 480px) {
  .voyager-booking__daterange-wrapper, .voyager-booking__promo-guest-wrapper, .voyager-booking__footer {
    margin-top: 30px;
  }
}
.voyager-booking__label {
  display: block;
  margin-bottom: 5px;
}

.voyager-booking__form > .voyager-booking__title {
  margin-bottom: 30px;
}

.voyager-rooms-navigation {
  position: sticky;
  top: var(--voyager-header-height--desktop);
  z-index: 2;
  color: var(--rooms-navigation--color);
  background: var(--rooms-navigation--bg);
  border-top: 1px solid var(--section--border);
  border-bottom: 1px solid var(--section--border);
}
.voyager-rooms-navigation__slide {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.voyager-rooms-navigation__anchor {
  display: inline-block;
  padding: 12px 18px;
  color: var(--rooms-navigation--anchor-color);
  text-decoration: none;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 689px) {
  .voyager-rooms-navigation__anchor:hover {
    color: var(--rooms-navigation--anchor-hover-color);
  }
}
.voyager-rooms-navigation__anchor--current-page {
  color: var(--rooms-navigation--anchor-current-color);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid var(--section--border);
}

.voyager-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 45px;
       column-gap: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .voyager-social-links {
    justify-content: flex-start;
    gap: 12px;
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-social-links {
    gap: 20px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-social-links {
    gap: 30px;
  }
}
.voyager-social-links__icon-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 47px;
  color: var(--social-links--color);
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .voyager-social-links__icon-anchor {
    justify-content: flex-start;
    margin-top: 36px;
  }
  .voyager-social-links__icon-anchor:hover {
    color: var(--social-links--hover-color);
  }
}
.voyager-social-links__icon {
  text-decoration: none;
}
.voyager-social-links__icon::before {
  margin: 0;
}

.voyager-text-content {
  margin-top: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-lg);
  margin-bottom: var(--voyager-spacing-xxl);
  position: relative;
}
.voyager-text-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  z-index: -1;
  display: block;
  width: 60%;
  height: 60%;
  background: url(/wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/wave-pattern.svg) 0 50% no-repeat;
  opacity: 0.05;
}
@media only screen and (min-width: 992px) {
  .voyager-text-content__columns {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    text-align: left;
  }
  .voyager-text-content__column {
    width: 50%;
    flex: 1 1 45%;
    padding: 0 15px;
  }
  .voyager-text-content__column-left {
    padding-left: 0;
  }
  .voyager-text-content__column-right {
    padding-right: 0;
  }
}
.voyager-text-content__container {
  max-width: var(--voyager-width--text-content);
}
@media only screen and (min-width: 992px) {
  .voyager-text-content__container {
    padding-right: 0;
    padding-left: 0;
  }
}
.voyager-text-content__heading {
  margin: 15px 0;
}
.voyager-text-content__textarea {
  margin: 60px 0 15px;
}
.voyager-text-content__textarea h1 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-text-content__textarea h2 {
  font-size: min(max(1.875rem,4.44vw + -2.21rem), 3.125rem);
  font-size: clamp(1.88rem, 4.44vw + -2.21rem, 3.13rem);
  line-height: min(max(2rem,4vw + -1.68rem), 3.125rem);
  line-height: clamp(2rem, 4vw + -1.68rem, 3.13rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-text-content__textarea h3 {
  font-size: min(max(1.25rem,2.22vw + -0.79rem), 1.875rem);
  font-size: clamp(1.25rem, 2.22vw + -0.79rem, 1.88rem);
  line-height: min(max(1.375rem,2.22vw + -0.67rem), 2rem);
  line-height: clamp(1.38rem, 2.22vw + -0.67rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 689px) {
  .voyager-text-content__textarea h3 {
    letter-spacing: 0.05em;
  }
}
.voyager-text-content__textarea h4 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: var(--text--h1);
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.voyager-text-content__textarea h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
  font-family: "Bellefair_", "GFS_Didot", "Josephine_Slab", "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 689px) {
  .voyager-text-content__textarea h5 {
    letter-spacing: 0.05em;
  }
}
.voyager-text-content__textarea p {
  margin-bottom: 15px;
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .voyager-text-content__textarea p {
    letter-spacing: 0.05em;
  }
}
.voyager-text-content__textarea ul {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: disc;
  padding: 30px;
  padding-right: 0;
}
.voyager-text-content__textarea ol {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: decimal;
  display: none;
}
.voyager-text-content__textarea em {
  font-style: italic;
}
.voyager-text-content__textarea strong {
  font-weight: 700;
}
.voyager-text-content__textarea blockquote {
  margin: 1.5em 0.8em;
  padding: 0.5em 0.8em;
  border-left: 1px solid;
}
.voyager-text-content__textarea .img {
  margin-top: 0.5em;
}
.voyager-text-content__textarea .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-text-content__textarea .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-text-content__textarea .aligncenter {
  display: block;
  margin: 1.5em auto;
  text-align: center;
}
.voyager-text-content__textarea a:not(.voyager-buttons__button-anchor) {
  color: var(--text--anchor);
}
@media only screen and (min-width: 992px) {
  .voyager-text-content__textarea a:not(.voyager-buttons__button-anchor):hover {
    color: var(--text--anchor-hover);
  }
}
.voyager-text-content__content {
  margin: 20px 0;
}
.voyager-text-content--center {
  text-align: center;
}
.voyager-text-content--center .voyager-text-content-buttons {
  justify-content: center;
}
.voyager-text-content--center .voyager-text-content__column {
  text-align: center;
}
.voyager-text-content--center .voyager-text-content__column-buttons {
  justify-content: center;
}
.voyager-text-content--columns .voyager-text-content__container {
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .voyager-text-content--columns .voyager-text-content__container {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.voyager-text-content--columns .voyager-text-content__textarea {
  margin-top: 20px;
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-text-content--columns .voyager-text-content__textarea {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-text-content--columns .voyager-text-content__textarea {
    margin-top: 0;
    margin-left: 50px;
  }
}
.voyager-text-content--columns .voyager-text-content__main-content {
  max-width: 100%;
}
@media only screen and (min-width: 1201px) {
  .voyager-text-content--columns .voyager-text-content__main-content {
    min-width: 415px;
    max-width: 415px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-text-content--columns .voyager-text-content__main-content {
    min-width: 550px;
    max-width: 550px;
  }
}
.voyager-text-content--columns .voyager-text-content__main-content .voyager-text-content__textarea {
  margin-left: 0;
}

.voyager-breadcrumbs {
  margin: auto;
  padding: 0 20%;
  text-transform: uppercase;
  border-bottom: 1px solid var(--section--border);
}
@media only screen and (min-width: 992px) {
  .voyager-breadcrumbs {
    display: flex;
    height: 99px;
    align-items: center;
  }
}
.voyager-breadcrumbs a,
.voyager-breadcrumbs .breadcrumb_last {
  display: inline-block;
  padding: var(--voyager-spacing-sm) var(--voyager-spacing-xsm);
  text-decoration: none;
}
.voyager-breadcrumbs a,
.voyager-breadcrumbs > span {
  color: var(--breadcrumbs--color);
}
.voyager-breadcrumbs .breadcrumb_last {
  color: var(--breadcrumbs--last-color);
  font-weight: 600;
}

iframe[data-test=reservation-widget-iframe] {
  height: 150px;
}

.voyager-footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 15px;
  padding: var(--voyager-spacing-md) var(--voyager-spacing-xlg) 0;
  color: var(--voyager-footer--color);
  background-size: 33%;
}
.voyager-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/adrift-hotel-theme/assets/img/backgrounds/wave-pattern.svg) 50% 40% repeat-x;
  opacity: 0.1;
}
.voyager-footer .voyager-svg__icon.voyager-svg__anchor {
  display: block;
  height: 28px;
}
.voyager-footer__row {
  background: var(--footer--row-bg);
  border: 1px solid var(--voyager-color--brand-one);
  border-top: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__row {
    border: 0;
  }
}
.voyager-footer__container {
  max-width: 100%;
  padding: 0;
  padding-right: var(--voyager-spacing-sm);
  padding-left: var(--voyager-spacing-sm);
}
@media only screen and (min-width: 992px) {
  .voyager-footer__container {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-footer__container {
    max-width: 1565px;
  }
}
.voyager-footer__middle-row-container {
  padding: 0;
}
.voyager-footer__address-wrapper {
  font-style: normal;
}
.voyager-footer__single-row-container, .voyager-footer__middle-row-container, .voyager-footer__bottom-row-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__single-row-container, .voyager-footer__middle-row-container, .voyager-footer__bottom-row-container {
    flex-direction: inherit;
  }
}
.voyager-footer__splide {
  margin-left: -3px;
}
.voyager-footer__link, .voyager-footer__menu-anchor {
  color: var(--footer--link-color);
  text-decoration: none;
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 689px) {
  .voyager-footer__link, .voyager-footer__menu-anchor {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-footer__link:hover, .voyager-footer__menu-anchor:hover {
    color: var(--voyager-color--brand-two);
  }
}
.voyager-footer__menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__menu {
    justify-content: flex-start;
    text-align: left;
  }
}
.voyager-footer__menu-anchor {
  display: block;
  padding: 0 0 10px;
  color: var(--footer--menu-anchor-color);
  text-decoration: none;
  font-size: min(max(1.25rem,0.44vw + 0.84rem), 1.375rem);
  font-size: clamp(1.25rem, 0.44vw + 0.84rem, 1.38rem);
  line-height: min(max(1.25rem,3.56vw + -2.02rem), 2.25rem);
  line-height: clamp(1.25rem, 3.56vw + -2.02rem, 2.25rem);
  letter-spacing: 0.01em;
  font-family: "Nunito Sans", sans-serif;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__menu-anchor:hover {
    color: var(--footer--menu-anchor-hover-color);
  }
}
.voyager-footer__contact-details-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.voyager-footer__contact-details-list-item {
  position: relative;
  display: flex;
  order: 2;
  justify-content: center;
  margin-top: 28px;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__contact-details-list-item {
    justify-content: inherit;
  }
}
.voyager-footer__paragraph {
  margin: 0;
}
.voyager-footer__splide-item {
  width: 160px;
}
.voyager-footer__splide-img {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
@media only screen and (min-width: 1470px) {
  .voyager-footer__splide-img {
    padding: 0 15px;
  }
}
.voyager-footer__logo-image {
  width: 120px;
  max-width: 100%;
  max-height: 120px;
}
.voyager-footer__logos-grid-logo {
  width: 80%;
}
.voyager-footer__logo-wrapper {
  max-height: 120px;
  flex: 1;
  text-align: center;
}
@media only screen and (min-width: 689px) {
  .voyager-footer__logo-wrapper {
    width: auto;
    text-align: left;
  }
}
.voyager-footer .splide__arrows {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.voyager-footer .splide__arrow {
  position: absolute;
  width: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.voyager-footer .splide__arrow svg {
  fill: var(--footer--svg-fill);
  width: 15px;
}
.voyager-footer .splide__arrow--prev {
  left: -3px;
}
.voyager-footer .splide__arrow--next {
  right: -10px;
}
.voyager-footer__copyright-text {
  padding-bottom: 10px;
  color: var(--footer--copyright-color);
  text-align: center;
  background: var(--footer--row-bg);
}
.voyager-footer__logos-grid, .voyager-footer__logos.footer-logos--no-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__logos-grid, .voyager-footer__logos.footer-logos--no-slider {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1201px) {
  .voyager-footer__logos-grid, .voyager-footer__logos.footer-logos--no-slider {
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 25px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-footer__logos-grid, .voyager-footer__logos.footer-logos--no-slider {
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 51px;
  }
}
.voyager-footer__logos-grid-img {
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__logos-grid-img {
    width: 120px;
  }
}
.voyager-footer__widget-middle-row0 .voyager-footer__splide-img {
  box-sizing: content-box;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__widget-middle-row0 .voyager-footer__splide-img {
    width: 65px;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-footer__widget-middle-row0 .voyager-footer__splide-img {
    width: 75px;
  }
}
.voyager-footer__widget-middle-row0 .voyager-footer__splide-img a {
  height: 60px;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__widget-middle-row0 .voyager-footer__splide-img a {
    height: auto;
  }
}
.voyager-footer__widget-middle-row0 .voyager-footer__splide-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.voyager-footer .splide.is-initialized:not(.is-active) .voyager-footer__splide-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media only screen and (min-width: 992px) {
  .voyager-footer .splide.is-initialized:not(.is-active) .voyager-footer__splide-list {
    row-gap: 0;
  }
}
.voyager-footer__splide-slide {
  display: flex;
  width: 100%;
  max-width: 91px;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__splide-slide {
    width: auto;
    max-width: 100%;
  }
}
.voyager-footer__widget-middle-row0 {
  width: 100%;
  border-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__widget-middle-row0 {
    width: 50%;
    border: 1px solid var(--footer--border);
  }
}
.voyager-footer__widget-middle-row1, .voyager-footer__widget-middle-row2 {
  text-align: center;
  border-bottom: 1px solid var(--footer--border);
}
@media only screen and (min-width: 992px) {
  .voyager-footer__widget-middle-row1, .voyager-footer__widget-middle-row2 {
    text-align: left;
    border: 1px solid var(--footer--border);
  }
}
.voyager-footer__widget-middle-row0, .voyager-footer__widget-middle-row1 {
  border-right: 0;
}
.voyager-footer__logos, .voyager-footer__logos-grid, .voyager-footer__widget-middle-row1, .voyager-footer__widget-middle-row2, .voyager-footer__bottom-row-container {
  padding: var(--voyager-spacing-md);
}
@media only screen and (min-width: 992px) {
  .voyager-footer__logos, .voyager-footer__logos-grid, .voyager-footer__widget-middle-row1, .voyager-footer__widget-middle-row2, .voyager-footer__bottom-row-container {
    padding: var(--voyager-spacing-sm);
  }
}
.voyager-footer__logos {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__logos {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-footer__logos {
    padding: 53px 28px 53px 20px;
  }
}
.voyager-footer__logos-grid {
  border-bottom: 1px solid var(--footer--border);
}
@media only screen and (min-width: 1470px) {
  .voyager-footer__logos-grid {
    padding: 48px 45px 38px 30px;
  }
}
.voyager-footer__widget-middle-row2 {
  width: 100%;
  padding: 76px 100px 67px;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__widget-middle-row2 {
    width: 22%;
    padding: var(--voyager-spacing-sm);
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-footer__widget-middle-row2 {
    padding: 45px 45px 36px;
  }
}
.voyager-footer__widget-middle-row1 {
  width: 100%;
  padding: 47px 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-footer__widget-middle-row1 {
    width: 28%;
    padding: var(--voyager-spacing-sm);
  }
}
@media only screen and (min-width: 1470px) {
  .voyager-footer__widget-middle-row1 {
    padding: 49px 45px 36px;
  }
}
.voyager-footer__widget-bottom-row0 {
  margin: auto;
}
.voyager-footer .voyager-shortcode__address-title {
  font-size: min(max(1rem,0.44vw + 0.59rem), 1.125rem);
  font-size: clamp(1rem, 0.44vw + 0.59rem, 1.13rem);
  line-height: min(max(1.25rem,1.33vw + 0.03rem), 1.625rem);
  line-height: clamp(1.25rem, 1.33vw + 0.03rem, 1.63rem);
  letter-spacing: 0.1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: var(--footer--shortcode-title-color);
}
@media only screen and (min-width: 689px) {
  .voyager-footer .voyager-shortcode__address-title {
    letter-spacing: 0.05em;
  }
}
.voyager-footer__made-by-shr a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-decoration: none;
  color: var(--footer--made-by-anchor-color);
}
.voyager-footer__made-by-shr-anchor-icon {
  display: flex;
  width: 200px;
  height: 40px;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
}
.voyager-footer__made-by-shr-anchor-icon path {
  fill: var(--footer--made-by-anchor-color);
}
/*# sourceMappingURL=assets/_maps/voyager-styles.min.css.map */
