@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Archer Gage;
  src: url('../fonts/Archer-Gage.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Migha Condensed;
  src: url('../fonts/Migha-LightCondensedCNTR.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Migha Condensed;
  src: url('../fonts/Migha-Condensed.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary: #e7e4df;
  --body: Satoshi, sans-serif;
  --primary: #110100;
  --headings: "Archer Gage", Arial, sans-serif;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--secondary);
  font-family: var(--body);
  color: var(--primary);
  font-size: 1.25rem;
  line-height: 1.64;
}

h1 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 136px;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 92px;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.2;
}

h5 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid var(--primary);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 40px;
  font-family: Baskervville, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  border-bottom: 1px solid #0000000a;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
}

.utility-page {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page-icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-checkbox-icon {
  border-color: var(--primary);
  border-radius: .125rem;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 70%;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form-checkbox-icon.w--redirected-focus-visible {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form-success-message {
  color: var(--secondary);
  background-color: #0f5c3a;
  padding: 1.25rem;
}

.heading-style-3 {
  font-family: var(--headings);
  text-transform: none;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
}

.rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 24px;
  font-size: 82px;
  font-weight: 300;
}

.rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 300;
}

.rich-text h3 {
  font-family: var(--body);
  margin-top: 1.5rem;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
}

.rich-text h4 {
  font-family: var(--body);
  letter-spacing: 0;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}

.rich-text h5 {
  font-family: var(--body);
  margin-top: 1.25rem;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

.rich-text h6 {
  font-family: var(--body);
  margin-top: 1.25rem;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}

.rich-text p {
  margin-bottom: 1rem;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 1.5rem;
}

.rich-text a {
  border-bottom: 1px solid var(--primary);
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-medioum {
  width: 2rem;
  height: 2rem;
}

.heading-style-1 {
  font-family: var(--headings);
  letter-spacing: -3px;
  text-transform: none;
  font-size: 80px;
  font-weight: 300;
  line-height: 1.1;
}

.container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.size-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-sm {
  width: 100%;
  max-width: 20.1rem;
}

.text-medium {
  font-weight: 500;
}

.text-regular {
  font-size: 1rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-large {
  align-self: auto;
  width: 100%;
  max-width: 48rem;
}

.text-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-4 {
  font-family: var(--headings);
  text-transform: none;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 500;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 0;
  font-size: 16px;
}

.form-input:hover {
  border-color: #78160d8f;
}

.form-input:active {
  background-color: var(--secondary);
  padding-right: 1.1rem;
}

.form-input::placeholder {
  color: #78160dba;
  font-size: 1rem;
}

.form-input.select-input {
  background-image: url('../images/dropdown_arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.size-large {
  padding-top: 10.9rem;
  padding-bottom: 10.9rem;
  position: relative;
}

.size-large.no-padding-top {
  padding-top: 0;
}

.text-style-link {
  color: var(--primary);
  text-decoration: underline;
}

.text-style-link.link-xl {
  border-bottom: 2px solid var(--primary);
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.text-style-link.link-xl:hover {
  opacity: .59;
}

.text-large {
  font-size: 1.5rem;
}

.heading-style-2 {
  font-family: var(--headings);
  text-transform: none;
  font-size: 92px;
  font-weight: 300;
  line-height: 1.2;
}

.page-wrapper {
  padding-top: 72px;
}

.container-lg {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-uppercase {
  text-transform: uppercase;
  font-weight: 500;
}

.form-message-error {
  background-color: #eba9a9;
  margin-top: .75rem;
  padding: .75rem;
}

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

.form {
  width: 100%;
  margin-bottom: 0;
}

.button {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 13vw;
  min-width: 9rem;
  padding: .75rem 1.5rem;
  font-size: .85rem;
  font-weight: 500;
  text-decoration: none;
}

.button.form-submit {
  text-transform: uppercase;
  min-width: 12rem;
}

.button.inverted {
  border-style: solid;
  border-width: 2px 2px .125rem;
  border-color: var(--primary);
  background-color: var(--secondary);
  color: var(--primary);
}

.button.site-nav-cta {
  background-color: #ceb786;
  border-radius: 10rem;
}

.button.button-outline {
  border: 1px solid var(--secondary);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
}

.size-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-md {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.site-nav {
  z-index: 7;
  background-color: var(--secondary);
  border: 1px solid #00000014;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.site-nav-container {
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
  position: relative;
}

.site-nav-menu-link {
  margin-right: auto;
  text-decoration: none;
}

.hamburger {
  grid-column-gap: 16px;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.hamburger-lines {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 60px;
  display: flex;
}

.hamburger-text {
  position: relative;
  overflow: hidden;
}

.hamburger-line {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
}

.hamburger-line.top {
  width: 50%;
}

.site-nav-logo {
  max-width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-nav-logo.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.site-nav-right {
  grid-column-gap: 32px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.text-scroller-sm {
  opacity: .4;
  width: 220px;
  overflow: hidden;
}

.text-scroller-inner {
  grid-column-gap: 12px;
  display: flex;
}

.text-scroller-row {
  grid-column-gap: 12px;
  flex-flow: row;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.text-scroller-divider {
  background-color: var(--primary);
  width: 22px;
  min-width: 22px;
  height: 1px;
}

.section {
  overflow: visible;
}

.section.bg-primary {
  background-color: var(--primary);
  color: var(--secondary);
}

.section.footer {
  background-image: linear-gradient(#f0eee9, #f0eee9);
  margin-top: 120px;
  display: block;
}

.section.blog-hero {
  z-index: 3;
  position: relative;
}

.section.blog-preview {
  margin-top: -60px;
}

.hero-title {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-title.hero-title-stacked {
  flex-flow: column;
}

.hero-title-feature {
  text-align: center;
  border-top: 1px solid #78160d17;
  border-bottom: 1px solid #78160d17;
  justify-content: center;
  align-items: center;
  width: 127px;
  min-height: 180px;
  display: flex;
}

.hero-title-feature-text {
  transform: translate(0);
}

.hero-title-brand {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-brand-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-banner {
  height: 43vw;
  margin-top: -30px;
  overflow: visible;
}

.image-banner-wrapper {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.book-spinner {
  z-index: 1;
  width: 118px;
  height: 118px;
  margin-top: -59px;
  text-decoration: none;
  position: relative;
  right: 0;
}

.image-banner-book {
  position: relative;
}

.book-spinner-button {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.book-spinner-button.book-spinner_btn-light {
  background-color: var(--secondary);
}

.buttok-spinner-arrow {
  color: var(--secondary);
  display: block;
}

.buttok-spinner-arrow.primary {
  color: var(--primary);
}

.buttok-spinner-arrow.arrow-in {
  position: absolute;
}

.book-spinner-text {
  background-image: url('../images/6747b327c7db84d933a8ea82_book-now-circle-text.svg-fillSabor.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: -50% auto auto -50%;
}

.book-spinner-text.book-light {
  background-image: url('../images/book-now-circle-text_light.svg');
}

.promo-image-grid {
  grid-template-rows: auto;
}

.promo-image-media {
  height: 100vh;
}

.promo-image-text {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  padding-top: 37px;
  padding-left: 4rem;
  display: flex;
}

.promo-image-text.left {
  padding-left: 0;
  padding-right: 4rem;
}

.promo-text-top {
  grid-row-gap: 36px;
  flex-direction: column;
  display: flex;
}

.promo-text-bottom {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.image-banner-container {
  object-fit: cover;
  border-radius: 2vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-button {
  z-index: 1;
  background-color: var(--primary);
  color: var(--secondary);
  text-align: center;
  cursor: none;
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 118px;
  height: 118px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 6% 12% auto;
  overflow: hidden;
}

.menu-spotlight {
  justify-content: center;
  align-items: center;
  height: 0;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.menu-spotlight-inside {
  z-index: 4;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 76%;
  height: 76%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.menu-spotlight-text {
  z-index: 3;
  background-image: url('../images/Group.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(0);
}

.menu-spotlight-preview {
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.menu-spotlight-content {
  z-index: 2;
  grid-row-gap: 24px;
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-2-col {
  grid-column-gap: 66px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3vh;
  display: grid;
}

.grid-2-col.wide-gap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.text-block {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-scroller-image {
  width: 260px;
  height: 160px;
}

.text-scroller-image.tilt-right {
  transform: rotate(4deg);
}

.text-scroller-image.tilt-left {
  transform: rotate(-6deg);
}

.divider {
  background-color: #78160d1f;
  width: 100%;
  height: 1px;
}

.divider.red {
  background-color: var(--primary);
}

.card-page {
  max-width: 500px;
}

.card-page.card-offset {
  margin-top: 120px;
}

.card-page-media {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.card-page-media.blog {
  border-radius: 2vw;
  overflow: hidden;
}

.card-page-media.team {
  background-color: #ebdbc2;
  background-image: none;
  border-radius: 20px;
}

.card-page-content {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-page-content.card-content-sm {
  z-index: 1;
  grid-row-gap: 8px;
  margin-top: 0;
  position: relative;
}

.card-page-link-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-scroller {
  opacity: .16;
  overflow: hidden;
}

.text-scroller.solid {
  opacity: 1;
}

.text-scroller-container {
  grid-column-gap: 60px;
  display: flex;
}

.text-scroller-container.scroller-team {
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-scroller-item {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-scroller-title {
  white-space: nowrap;
}

.scroller-divider {
  background-color: var(--primary);
  color: var(--primary);
  width: 107px;
  height: 1px;
}

.offset-columns {
  grid-column-gap: 0px;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.promo-box {
  grid-row-gap: 64px;
  border-right: 1px solid var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.promo-box.no-border {
  border-right-style: none;
}

.promo-box.offset-1 {
  margin-top: 80px;
}

.promo-box.offset-2.no-border {
  margin-top: 160px;
}

.promo-box-title {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.site-logo {
  margin-bottom: 60px;
}

.grid-5-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.link-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.link-list.vertical {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-curve-image {
  background-image: url('../images/footer-curve.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55px;
  display: none;
  position: relative;
  top: -54px;
}

.footer-copyright {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph {
  line-height: 1.5;
}

.button-label {
  letter-spacing: .1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.heading-display {
  letter-spacing: -.4vw;
  text-transform: uppercase;
  padding-top: 27px;
  font-family: Migha Condensed, sans-serif;
  font-size: 12vw;
  font-weight: 300;
  line-height: 1;
}

.image-banner-curve {
  z-index: 2;
  color: var(--secondary);
  background-image: url('../images/image-curve.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  width: 100%;
  height: 70px;
  display: block;
  position: absolute;
  inset: -2px auto auto 0%;
  transform: scale(1.01)translate(0, -6px);
}

.text-style-serif {
  font-family: Baskervville, sans-serif;
  font-size: 42px;
}

.text-style-serif.serif-xl {
  font-size: 64px;
}

.intro-offset-text {
  margin-left: 223px;
  font-weight: 400;
}

.image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 120%;
  height: 100%;
}

.size-xxl {
  padding-top: 11.6rem;
  padding-bottom: 11.6rem;
}

.top-margin {
  margin-top: 64px;
}

.text-link {
  border-bottom: 1px solid var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.text-link:hover {
  opacity: .5;
  border-bottom: 1px solid #78160d;
}

.text-link.light {
  border-bottom-color: var(--secondary);
  color: var(--secondary);
}

.media-promo {
  cursor: auto;
  position: relative;
}

.image-slider {
  cursor: auto;
  background-color: #ddd0;
  height: auto;
}

.image-slider-arrow {
  display: flex;
}

.image-slider-nav {
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.image-slider-slide {
  cursor: auto;
}

.image-slider-media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-title-text {
  margin-bottom: 19px;
}

.section-curve-svg {
  color: var(--secondary);
  position: relative;
  top: -58px;
}

.html-embed {
  color: #f3e6d0;
  width: 100%;
}

.promo-box-content {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  display: flex;
}

.overlay-menu {
  z-index: 6;
  background-color: var(--primary);
  color: var(--secondary);
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.overlay-menu-container {
  z-index: 2;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.overlay-menu-main-nav {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.overlay-menu-nav-item {
  overflow: hidden;
}

.overlay-menu-nav-link {
  color: var(--secondary);
  text-transform: uppercase;
}

.overlay-menu-top {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding-top: 120px;
  display: flex;
}

.overlay-menu-bottom {
  height: 39vh;
  position: relative;
}

.overlay-menu-images {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 6vh;
  padding-right: 3vw;
  display: flex;
}

.overlay-menu-book {
  z-index: 4;
  width: 118px;
  height: 118px;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%, 2vw);
}

.overlay-menu-curve {
  z-index: 3;
  color: var(--primary);
  width: 100%;
  height: 58px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.overlay-menu-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.image-banner-book-spinner {
  position: absolute;
  top: -42px;
  right: 120px;
}

.menus-list-item {
  border-bottom: 1px solid #78160d0f;
  padding-top: 25px;
  padding-bottom: 13px;
  display: flex;
  position: relative;
}

.menus-list-number {
  flex: 1;
}

.menus-list-number.list-number-right {
  flex: 0 auto;
  margin-left: auto;
}

.menus-list-title {
  flex: 0 auto;
  position: relative;
  overflow: visible;
}

.menus-list-title.menust-list-title-50 {
  min-width: 50%;
}

.menus-list-title.menus-list-title-75 {
  min-width: 75%;
}

.menu-list-image {
  width: 162px;
  max-width: 162px;
  height: 162px;
  max-height: 162px;
  display: none;
  position: absolute;
  inset: 0% 0 auto auto;
  transform: translate(120%);
}

.menu-list-image.left {
  width: 295px;
  max-width: 211px;
  height: 131px;
  display: block;
  left: 0;
  right: auto;
  transform: translate(-120%);
}

.menu-list-image.right {
  width: 211px;
  max-width: 211px;
  height: 131px;
  display: block;
  inset: 50% 0 auto auto;
  transform: translate(114%, -50%);
}

.menu-list-heading {
  position: relative;
  overflow: visible;
}

._2-image-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.image-grid-image {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-grid-image.left {
  margin-top: 10vw;
}

.rooms {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.room-item {
  background-color: var(--secondary);
  color: var(--primary);
  height: 826px;
  display: flex;
  position: sticky;
  top: 120px;
}

.room-item-media {
  width: 50%;
  overflow: hidden;
}

.room-item-content.padding-large {
  flex-direction: column;
  flex: 1;
  padding: 2rem;
  display: flex;
}

.room-item-header {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.accordion-item {
  margin-bottom: -1px;
}

.accordion-content {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.accordion-title {
  cursor: pointer;
  border-top: 1px solid #78160d1a;
  border-bottom: 1px solid #78160d1a;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.accordion-title:hover {
  padding-left: 24px;
}

.accordion-heading {
  flex: 1;
}

.accordion-icon {
  transform: rotate(45deg);
}

.accordion-padding {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.tab-menu {
  grid-column-gap: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.tab-link {
  opacity: .57;
  color: var(--primary);
  text-transform: uppercase;
  background-color: #ddd0;
  border-bottom: 3px solid #78160d00;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #ddd0;
  border-bottom-color: #ceb786;
}

.tab-pane-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.menu-list {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.menu-list-item {
  border-bottom: 1px solid #d6d2cc;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.menu-list-name {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.card-page-image-inside {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-page-image-inside.mono {
  filter: sepia() grayscale(42%);
}

.menus-list-line {
  background-color: var(--primary);
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.cta-title {
  grid-row-gap: 120px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-stat {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.small-image {
  width: 320px;
  height: 240px;
  position: relative;
  overflow: visible;
}

.small-image-curve {
  color: var(--secondary);
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -7px auto auto 0%;
}

.small-image-curve-embed {
  width: 100%;
}

.card-member {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-list {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.overlay-menu-column {
  overflow: hidden;
}

.overlay-menu-bg {
  z-index: 1;
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0 auto auto 0%;
}

.card-page-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.overlay-menu-nav-text {
  color: var(--secondary);
  font-family: Satoshi, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.hamburger-text-close {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}

.fade-in {
  width: 100%;
}

.menu-list-inner {
  height: 100%;
  overflow: hidden;
}

.menu-spotlight-arrow {
  display: none;
}

.menu-list-wrapper {
  overflow: hidden;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.background-video.overlay {
  opacity: .74;
}

.circle-button-text {
  display: flex;
}

.circle-button-text-item {
  white-space: nowrap;
  width: 140px;
}

.list-link {
  border-bottom: 2px solid #78160d00;
  margin-bottom: -2px;
}

.list-link:hover {
  border-bottom-color: var(--primary);
}

.list-link.light {
  color: var(--secondary);
  border-bottom-color: #f8ecd800;
}

.list-link.light:hover {
  border-bottom-color: #f8ecd8;
}

.mobile-cta {
  z-index: 6;
  background-color: var(--primary);
  width: 100%;
  height: 64px;
  font-size: .85rem;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.mobile-cta-link {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mobile-cta-curve {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24px;
  display: flex;
  position: absolute;
  inset: -23px auto auto 0%;
}

.mobile-cta-curve-image {
  color: var(--primary);
  width: 100%;
  height: 24px;
}

.content-card {
  background-color: var(--primary);
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  min-height: 520px;
  display: flex;
}

.content-card.outline {
  border: 2px solid var(--primary);
  background-color: var(--secondary);
  color: var(--primary);
}

.content-card-content {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 24px;
  display: flex;
}

.site-nav-wrapper {
  z-index: 8;
  background-color: var(--secondary);
  position: relative;
}

.styleguide-colour-info {
  padding: 24px;
}

.styleguide-colour-hex {
  background-color: #222;
  height: 160px;
}

.styleguide-colour-hex.secondary {
  background-color: var(--secondary);
}

.styleguide-colour-hex.primary {
  background-color: var(--primary);
}

.styleguide-colours {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.styleguide-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-small {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.text-small.uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.text-small.text-mured {
  opacity: .6;
}

.styleguide-sticky {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 120px;
}

.styleguide-row {
  border-bottom: 1px solid #222;
  padding-top: 96px;
  padding-bottom: 96px;
}

.styleguide-row.bottom {
  padding-bottom: 192px;
}

.styleguide-row.bg-primary {
  background-color: var(--primary);
  color: var(--secondary);
}

.styleguide-colour {
  border: 1px solid var(--primary);
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.uppercase-text {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em;
}

.grid-4-8 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.styleguide-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--primary);
  flex-flow: wrap;
  display: flex;
}

.icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.styleguide-section-row {
  border: 1px dashed var(--primary);
  text-align: center;
  background-color: #ffffff0f;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 80px;
  padding: 0;
  display: flex;
}

.styleguide-section-row.primary {
  background-color: var(--primary);
}

.heading-style-5 {
  font-family: var(--headings);
  letter-spacing: .4px;
  font-size: 36px;
  font-weight: 400;
}

.heading-style-6 {
  font-size: 28px;
  font-weight: 400;
}

.content-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-row-xs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.scroller-red {
  color: var(--primary);
}

.team-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tag {
  border: 2px solid #78160d1a;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1rem;
  transition: all .2s;
  display: flex;
}

.tag:hover {
  border-color: var(--primary);
}

.tag.w--current {
  border-color: var(--primary);
  font-weight: 500;
}

.profile-thumbnail {
  background-color: #ebdbc2;
  border-radius: 240px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.container-s {
  width: 100%;
  max-width: 640px;
}

.hover-link-line {
  z-index: 1;
  color: #302e2f;
  background-color: #222;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}

.hover-link-line.light {
  background-color: #efeeea;
}

.article-sidebar {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.news-meta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-2-col-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #222;
  letter-spacing: -.5px;
  -webkit-text-stroke-color: #222;
  text-transform: capitalize;
  border-bottom: 1px #222;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-l {
  width: 100%;
  max-width: 849px;
}

.article-sticky {
  position: sticky;
  top: 120px;
}

.section-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.profile-image {
  filter: sepia(87%) grayscale(59%);
}

.photo-license-link {
  flex-direction: column;
  width: 100%;
  height: 420px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.photo-license-link:hover {
  opacity: .8;
}

.content-right {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.photo-license-url {
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: static;
}

.content-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.container-xs {
  width: 100%;
  max-width: 320px;
}

.type-demo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary);
  text-transform: none;
  flex-direction: column;
  display: flex;
}

.typography-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.type-demo-text {
  text-transform: none;
  font-size: 82px;
}

.type-demo-text.body {
  font-family: Satoshi, sans-serif;
}

.blog-list-empty {
  background-color: var(--secondary);
  text-align: center;
}

.news-category-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.cms-category-list-wrapper {
  margin-top: 0;
}

.cms-category-collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.member-card-title {
  font-size: 36px;
  font-weight: 300;
}

.image-slider-arrow-icon {
  transform: scale(.6);
}

.where-next-row {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-flow: column;
  display: flex;
}

.image-banner-embed {
  width: 100%;
}

.cta-link-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.image {
  max-width: 64%;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.image-2 {
  max-width: 10%;
}

.image-3 {
  max-width: 24%;
}

.text-span-3 {
  opacity: .4;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.1rem;
  }

  h1 {
    font-size: 104px;
  }

  h4 {
    font-size: 42px;
  }

  h5 {
    font-size: 36px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-medioum {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.1rem;
  }

  .heading-style-1 {
    font-size: 104px;
  }

  .heading-style-4 {
    font-size: 42px;
  }

  .size-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .page-wrapper {
    padding-bottom: 64px;
    position: relative;
  }

  .button.site-nav-cta {
    display: none;
  }

  .button-group.vertical {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: stretch;
  }

  .size-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.footer {
    margin-top: 5rem;
  }

  .book-spinner {
    width: 84px;
    height: 84px;
  }

  .buttok-spinner-arrow {
    font-size: 1.1rem;
  }

  .promo-image-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .promo-image-text {
    grid-row-gap: 60px;
    padding-top: 0;
    padding-left: 0;
  }

  .promo-text-top {
    grid-row-gap: 48px;
  }

  .promo-text-bottom {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .offset-columns {
    flex-direction: column;
  }

  .promo-box {
    border-bottom: 1px solid var(--primary);
    border-right-style: none;
  }

  .promo-box.offset-1, .promo-box.offset-2.no-border {
    margin-top: 0;
  }

  .grid-5-7 {
    grid-template-columns: 1fr;
  }

  .footer-copyright {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-display {
    font-size: 12vw;
  }

  .text-style-serif {
    font-size: 32px;
  }

  .text-style-serif.serif-xl {
    text-align: center;
    font-size: 42px;
  }

  .intro-offset-text {
    margin-left: 5.8rem;
  }

  .media-promo {
    height: 65vw;
  }

  .section-curve-svg {
    top: -52px;
  }

  .overlay-menu {
    display: none;
  }

  .overlay-menu-container {
    padding-bottom: 64px;
  }

  .image-banner-book-spinner {
    z-index: 3;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .menu-list-image.left, .menu-list-image.right {
    display: none;
  }

  ._2-image-grid {
    grid-template-columns: 1.25fr;
  }

  .room-item {
    flex-direction: column;
  }

  .room-item-media {
    width: 100%;
  }

  .room-item-content.padding-large {
    grid-row-gap: 120px;
  }

  .accordion-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-title {
    grid-row-gap: 92px;
  }

  .small-image {
    width: 260px;
    height: 200px;
  }

  .mobile-cta {
    z-index: 8;
    display: block;
  }

  .styleguide-grid {
    grid-template-columns: 1fr;
  }

  .text-small {
    margin-bottom: 0;
  }

  .grid-4-8 {
    grid-template-columns: 1fr;
  }

  .grid-2-col-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .cta-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .where-next-row {
    grid-column-gap: 92px;
    grid-row-gap: 92px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 36px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 24px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-3 {
    font-size: 42px;
    font-weight: 300;
  }

  .heading-style-1 {
    letter-spacing: -1px;
    font-size: 72px;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .size-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-4 {
    letter-spacing: -.5px;
    margin-bottom: -.5rem;
    font-size: 36px;
    font-weight: 300;
  }

  .size-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-large {
    font-size: 1.25rem;
  }

  .heading-style-2 {
    font-size: 52px;
  }

  .content-wrapper {
    max-width: 100vw;
  }

  .button-group.vertical {
    flex-flow: column;
    align-items: stretch;
  }

  .size-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-scroller-sm {
    width: 120px;
  }

  .hero-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .hero-title-feature {
    flex-flow: column;
    width: 100%;
    min-height: 100px;
  }

  .image-banner {
    height: 85vw;
    margin-left: -1.25rem;
    margin-right: -1.2rem;
  }

  .promo-image-media {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .promo-image-media.no-mobile-padding {
    margin-bottom: -3rem;
  }

  .promo-image-text {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .promo-text-top {
    grid-row-gap: 24px;
  }

  .grid-2-col {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-col.wide-gap {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
  }

  .grid-2-col.md-32 {
    grid-row-gap: 32px;
  }

  .text-scroller-image {
    width: 155px;
  }

  .card-page {
    max-width: 100%;
  }

  .card-page.card-offset {
    margin-top: 0;
  }

  .card-page-content {
    grid-row-gap: 16px;
  }

  .text-scroller-container {
    grid-column-gap: 32px;
  }

  .text-style-serif {
    font-size: 28px;
  }

  .intro-offset-text {
    margin-left: 6rem;
  }

  .size-xxl {
    padding-top: 10.1rem;
    padding-bottom: 10.1rem;
  }

  .section-title-text {
    margin-bottom: 0;
  }

  .section-curve-svg {
    top: -46px;
  }

  .overlay-menu {
    display: none;
  }

  .overlay-menu-container {
    height: auto;
    overflow: scroll;
  }

  .overlay-menu-main-nav {
    grid-row-gap: 16px;
  }

  .overlay-menu-top {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .overlay-menu-bottom {
    height: 50vh;
  }

  .image-banner-book-spinner {
    z-index: 2;
  }

  .rooms {
    grid-row-gap: 1.25rem;
  }

  .room-item {
    height: auto;
    position: static;
  }

  .room-item-media {
    height: 320px;
  }

  .room-item-content.padding-large {
    grid-row-gap: 40px;
    padding: 2rem 1.3rem 2rem 1rem;
  }

  .room-item-header {
    grid-row-gap: 8px;
  }

  .accordion-title {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-menu {
    grid-column-gap: 16px;
    flex-direction: row;
  }

  .tab-link {
    text-transform: uppercase;
    padding-bottom: 6px;
    font-family: Satoshi, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .tab-link.w--current {
    border-bottom-width: 2px;
  }

  .cta-title {
    grid-row-gap: 64px;
  }

  .small-image-curve {
    top: -5px;
  }

  .small-image-curve-embed {
    width: 100%;
  }

  .content-card {
    min-height: 420px;
  }

  .styleguide-colours {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .text-small {
    margin-bottom: 0;
    font-size: 14px;
  }

  .styleguide-row {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-style-5 {
    font-size: 28px;
    font-weight: 400;
  }

  .heading-style-6 {
    font-size: 24px;
  }

  .tag {
    height: 44px;
    font-size: 1rem;
  }

  .profile-thumbnail {
    width: 120px;
    height: 120px;
  }

  .container-s {
    max-width: 420px;
  }

  .article-sidebar {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .news-meta {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid-2-col-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .content-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .news-category-list, .cms-category-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .cta-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .member-card-title {
    font-size: 28px;
    font-weight: 300;
  }

  .where-next-row {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 64px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-family: var(--body);
    font-size: 16px;
    font-weight: 500;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text h1 {
    font-size: 52px;
  }

  .rich-text h2 {
    font-size: 44px;
  }

  .rich-text h3 {
    font-size: 36px;
  }

  .rich-text h4 {
    font-size: 28px;
  }

  .rich-text h5 {
    font-size: 18px;
  }

  .rich-text h6 {
    font-size: 14px;
  }

  .heading-style-1 {
    font-size: 2.5rem;
  }

  .heading-style-4 {
    font-family: var(--body);
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
  }

  .text-style-link.link-xl {
    font-size: 1.5rem;
  }

  .content-wrapper {
    overflow: hidden;
  }

  .site-nav-logo {
    left: auto;
    right: 0;
    transform: translate(0%, -50%);
  }

  .text-scroller-sm {
    display: none;
  }

  .section {
    height: 100%;
    overflow: visible;
  }

  .hero-title {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .hero-title-feature {
    width: 100%;
    min-height: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-banner, .promo-image-media {
    height: auto;
  }

  .image-banner-container {
    height: 32vh;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .menu-spotlight-content {
    display: none;
  }

  .card-page-content {
    grid-row-gap: 24px;
    font-family: var(--body);
  }

  .promo-box {
    border-bottom-color: #11010033;
  }

  .link-list.vertical.menu-nav {
    grid-row-gap: 8px;
  }

  .heading-display {
    font-size: 24vw;
  }

  .text-style-serif {
    font-size: 24px;
  }

  .text-style-serif.serif-xl {
    font-size: 32px;
  }

  .intro-offset-text {
    margin-left: 2.1rem;
  }

  .size-xxl {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .media-promo {
    height: 100%;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .section-curve-svg {
    top: -41px;
  }

  .overlay-menu {
    display: none;
  }

  .overlay-menu-curve {
    top: -3%;
  }

  .menu-list-image.right {
    display: none;
  }

  .tab-menu {
    grid-column-gap: 24px;
  }

  .tab-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
  }

  .cta-title {
    grid-row-gap: 48px;
  }

  .small-image {
    width: 100%;
    height: 220px;
    overflow: visible;
  }

  .small-image-curve {
    top: -6px;
  }

  .small-image-curve-embed {
    width: 100%;
  }

  .menu-list-inner {
    display: none;
  }

  .menu-spotlight-arrow {
    z-index: 3;
    color: var(--secondary);
    display: flex;
    position: relative;
  }

  .mobile-cta {
    border-radius: 10vw;
    width: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    inset: auto 0% 0%;
  }

  .mobile-cta-curve {
    top: -18px;
  }

  .mobile-cta-curve-image {
    width: 80%;
  }

  .styleguide-colour-hex {
    height: 120px;
  }

  .styleguide-colours {
    grid-template-columns: 1fr;
  }

  .heading-style-5 {
    font-size: 24px;
  }

  .heading-style-6 {
    font-family: var(--body);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
  }

  .content-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .tag {
    letter-spacing: 0;
    height: 36px;
    font-size: 14px;
  }

  .grid-2-col-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hover-link {
    font-size: 13px;
  }

  .news-category-list {
    justify-content: center;
    align-items: center;
  }

  .cms-category-collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .member-card-title {
    font-size: 24px;
  }

  .background-video-2 {
    border-radius: 2.4rem;
  }

  .image-2 {
    max-width: 20%;
  }

  .image-3 {
    max-width: 40vw;
  }

  .text-span, .text-span-2 {
    font-weight: 500;
  }

  .empty-state {
    background-color: #e8e4de;
  }
}

#w-node-c5171030-faf5-16ad-23ca-6255a3788f09-33a8ea71, #w-node-_786103e1-cd99-ce03-a0d4-f733e76f69b5-33a8ea71, #w-node-aa86578b-bebd-83d9-d625-2ff3c51aba40-33a8ea71, #w-node-ed3fcfe5-e6d0-cd76-2a9b-aa3d43185394-33a8ea71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_490d54d4-5a52-15e4-3e9b-4f4371e4f4d7-33a8ea71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_363da855-15f9-7fcb-f6d7-1eace79c27c3-33a8ea71, #w-node-dfe071f1-14be-d309-b842-66d36432ff96-33a8ea71, #w-node-c401c991-c848-7c22-bec7-04a4afbdf207-afbdf1f5, #w-node-c401c991-c848-7c22-bec7-04a4afbdf212-afbdf1f5, #w-node-c401c991-c848-7c22-bec7-04a4afbdf216-afbdf1f5, #w-node-c401c991-c848-7c22-bec7-04a4afbdf21f-afbdf1f5, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec198f7-1d20c8b3, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec19908-1d20c8b3, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec1990a-1d20c8b3, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec1990b-1d20c8b3, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec19912-1d20c8b3, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec19913-1d20c8b3, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea5658538-a5658533, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea5658549-a5658533, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea565854b-a5658533, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea565854c-a5658533, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea5658555-a5658533, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea5658556-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f8fa-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f90b-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f90d-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f90e-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f915-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f916-a5658533, #w-node-_4b38c2fc-1f7f-fd69-97e8-c9e6396e8eef-33a8eac9, #w-node-_4b38c2fc-1f7f-fd69-97e8-c9e6396e8ef0-33a8eac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36d34eb1-9280-987d-21a2-126aa30cb891-a30cb887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3e79f0b1-7c67-4de9-35dc-0eb25057b758-33a8ead7, #w-node-_3e79f0b1-7c67-4de9-35dc-0eb25057b75a-33a8ead7, #w-node-_382d9a5f-8cd2-3554-0705-635fc4cabe49-33a8ead7, #w-node-_382d9a5f-8cd2-3554-0705-635fc4cabe58-33a8ead7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc0233f8-2df2-f8f2-546e-64c25d678131-33a8ead7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-dc0233f8-2df2-f8f2-546e-64c25d678147-33a8ead7, #w-node-dc0233f8-2df2-f8f2-546e-64c25d678148-33a8ead7, #w-node-e8c95e46-40d8-e09e-19dc-4a15d8c1846e-33a8ead8, #w-node-ae98a904-6f34-7f7a-f113-0e9c53ba82b2-33a8ead8, #w-node-_946ca439-b539-2f49-b50c-469f0b669ce3-33a8ead8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc0233f8-2df2-f8f2-546e-64c25d678131-33a8ead8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-dc0233f8-2df2-f8f2-546e-64c25d678147-33a8ead8, #w-node-dc0233f8-2df2-f8f2-546e-64c25d678148-33a8ead8, #w-node-a076b85e-d0d5-9234-6f7c-742a4b1f1cbe-33a8ead9, #w-node-a076b85e-d0d5-9234-6f7c-742a4b1f1cc0-33a8ead9, #w-node-_77a3268f-3a0e-166a-ff64-61927281d6b3-33a8ead9, #w-node-_4f444b06-ac66-e99c-2e78-8d96ce424f66-33a8ead9, #w-node-_058082a4-2c35-8dee-dcd6-e7f7be22acf5-33a8ead9, #w-node-_6f0db8e6-715c-072a-4004-addba8878716-33a8ead9, #w-node-_546b5cb8-1507-4c64-f6af-a7c6fc04a593-33a8eada, #w-node-_11a1b85a-87e1-3098-b942-ff7d2d811c48-33a8eada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29731b25-64ba-8e64-866f-783cf822cae9-33a8eada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_01ca6de3-cfd0-063e-9e09-a8bedacb1be8-33a8eadc, #w-node-c1b0b70c-b857-1ae9-5739-e4b7227cc7a4-33a8eadc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9049d4ca-6ecc-2508-bfcb-7f69809d4830-33a8eadc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9049d4ca-6ecc-2508-bfcb-7f69809d4859-33a8eadc, #w-node-_9049d4ca-6ecc-2508-bfcb-7f69809d485b-33a8eadc, #w-node-_8de50f17-038d-56aa-d7eb-2702b70683b2-33a8eadf, #w-node-_8de50f17-038d-56aa-d7eb-2702b70683bc-33a8eadf, #w-node-_504ca865-7907-dc0d-e548-9aab71f877da-33a8eadf, #w-node-_504ca865-7907-dc0d-e548-9aab71f877e2-33a8eadf, #w-node-_1992b029-9ad7-6057-6e06-d896e8140e51-33a8eae0, #w-node-_1992b029-9ad7-6057-6e06-d896e8140e58-33a8eae0, #w-node-_1992b029-9ad7-6057-6e06-d896e8140e5a-33a8eae0, #w-node-_1992b029-9ad7-6057-6e06-d896e8140e5f-33a8eae0, #w-node-_12a3af3f-7b72-0c33-1344-3cc8c2189b65-33a8eae0, #w-node-_12a3af3f-7b72-0c33-1344-3cc8c2189b6b-33a8eae0, #w-node-_61fa2bb7-6bd5-0ffd-8836-cf59f8ba0ff5-33a8eae0, #w-node-_61fa2bb7-6bd5-0ffd-8836-cf59f8ba0ffb-33a8eae0, #w-node-c06bef72-36f3-3793-4bfa-4597f5dd535d-33a8eae0, #w-node-c06bef72-36f3-3793-4bfa-4597f5dd5363-33a8eae0, #w-node-_689f65f8-6254-751f-cc41-1073395c554d-33a8eae0, #w-node-_689f65f8-6254-751f-cc41-1073395c5553-33a8eae0, #w-node-b28fe1bc-3498-3b5f-69cc-5c9946a1466e-33a8eae0, #w-node-b28fe1bc-3498-3b5f-69cc-5c9946a14674-33a8eae0, #w-node-b03629e3-3cf1-c789-d173-22cf448a8680-33a8eae0, #w-node-b03629e3-3cf1-c789-d173-22cf448a8686-33a8eae0, #w-node-_9ac167df-0a4b-7d5b-3a38-82cf5b5c42ce-33a8eae0, #w-node-_0b364fad-96a3-1eef-0846-4085b0288874-33a8eae0, #w-node-a4fcfcf9-a682-199a-9767-48b2bcbe0de3-33a8eae0, #w-node-daa080fd-2441-e1cf-8d39-7c8ec7088062-33a8eae0, #w-node-daa080fd-2441-e1cf-8d39-7c8ec7088068-33a8eae0, #w-node-daa080fd-2441-e1cf-8d39-7c8ec708806a-33a8eae0, #w-node-daa080fd-2441-e1cf-8d39-7c8ec7088070-33a8eae0, #w-node-a26b839b-1a6d-832b-5661-06c2919d00e8-33a8eae0, #w-node-a26b839b-1a6d-832b-5661-06c2919d00ee-33a8eae0, #w-node-cc613fff-05b5-13e7-5cbc-a695fdef08df-33a8eae0, #w-node-cc613fff-05b5-13e7-5cbc-a695fdef08e5-33a8eae0, #w-node-_37e63258-d88e-9d81-5959-e819ca4bec96-33a8eae2, #w-node-_37e63258-d88e-9d81-5959-e819ca4bec9d-33a8eae2, #w-node-_22233b4e-5948-5912-692d-60731ebf396e-33a8eae2, #w-node-_22233b4e-5948-5912-692d-60731ebf3975-33a8eae2, #w-node-_82580b51-4128-9d21-86ac-7b4032d81f2e-33a8eae3, #w-node-_82580b51-4128-9d21-86ac-7b4032d81f30-33a8eae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fcdb782-92ad-5036-937a-1fef51f0f707-33a8eae4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9fcdb782-92ad-5036-937a-1fef51f0f73b-33a8eae4, #w-node-_9fcdb782-92ad-5036-937a-1fef51f0f73d-33a8eae4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archer Gage';
  src: url('../fonts/Archer-Gage.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Migha Condensed';
  src: url('../fonts/Migha-LightCondensedCNTR.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Migha Condensed';
  src: url('../fonts/Migha-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}