@font-face {
  font-family: Minsans;
  src: url('../fonts/MinSans-Light-v0401.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Minsans;
  src: url('../fonts/MinSans-Regular-v0401.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Hkgrotesk;
  src: url('../fonts/HKGrotesk-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Minsans;
  src: url('../fonts/MinSans-Book-v0401.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #302e2b;
  background-color: #f7f3ed;
  font-family: Minsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

h1 {
  letter-spacing: 1.44px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 200;
  line-height: 82.8px;
}

h2 {
  letter-spacing: 1.28px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 200;
  line-height: 73.6px;
}

h3 {
  letter-spacing: 1.12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 200;
  line-height: 64.4px;
}

h4 {
  letter-spacing: .96px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 200;
  line-height: 64.8px;
}

h5 {
  letter-spacing: .8px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 200;
  line-height: 54px;
}

h6 {
  letter-spacing: .64px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 200;
  line-height: 41.6px;
}

p {
  margin-bottom: 0;
}

blockquote {
  letter-spacing: 1.12px;
  border-left: 0 #e2e2e2;
  margin-bottom: 10px;
  padding: 0;
  font-size: 56px;
  font-weight: 200;
  line-height: 58.8px;
}

.text-large {
  font-size: 24px;
  line-height: 43.2px;
}

.text-large.section-primary__entry {
  width: 100%;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.text-large.text-margin-bottom.text-center {
  text-align: center;
}

.text-large.text-margin-bottom-big {
  text-align: center;
  margin-bottom: 132px;
}

.text-small {
  font-size: 16px;
  line-height: 24px;
}

.text-xs {
  font-size: 13px;
  line-height: 19.5px;
}

.nav-link {
  color: #f7f3ed;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  font-family: Hkgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  text-decoration: none;
  transition: box-shadow .3s;
}

.nav-link:hover {
  box-shadow: 0 1px #fff;
}

.nav-link.header__location.w--current, .nav-link.nav-link__header {
  cursor: pointer;
}

.nav-link.nav-link--dark {
  color: #302e2b;
}

.nav-link.header__location-mobile {
  display: none;
}

.nav-link.header__location-mobile.nav-link__header {
  cursor: pointer;
}

.span-large {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Hkgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.span-medium {
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Hkgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}

.span-medium.section-image-text__eyebrow {
  margin-bottom: 24px;
}

.span-small {
  letter-spacing: 1.95px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Hkgrotesk, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.6px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.container.container--large {
  max-width: 1688px;
}

.container.container--small {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.container.container--full {
  max-width: 100%;
}

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

.container.galllery-lightbox {
  column-count: 3;
  column-gap: 16px;
}

.flexbox {
  justify-content: space-between;
  width: 100%;
}

.flexbox.section-text__inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
}

.flexbox.header__inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  justify-content: center;
}

.logo {
  margin-bottom: 40px;
}

.header {
  z-index: 100;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.header.header--alt {
  position: relative;
  top: auto;
  left: auto;
}

.hero {
  color: #f7f3ed;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.hero__background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero__content {
  z-index: 10;
  position: relative;
}

.hero__heading {
  margin-bottom: 0;
}

.hero__heading.title-padding-bottom {
  padding-bottom: 34px;
}

.line {
  z-index: 1;
  background-color: #f7f3ed;
  width: 48px;
  height: 1px;
  margin-bottom: 34px;
  position: relative;
}

.line.line--gold {
  background-color: #a06320;
}

.line.line--gold.callout__line {
  margin-bottom: 29px;
}

.line.block-image-text__line {
  margin-bottom: 28px;
}

.hero__lightbox {
  z-index: 10;
  background-image: url('../images/video-play.svg');
  background-size: contain;
  width: 96px;
  height: 96px;
  margin-bottom: 14px;
  margin-right: 90px;
  transition: all .3s;
  position: relative;
}

.hero__lightbox:hover {
  background-image: url('../images/play-btn-hover.svg');
  background-size: contain;
}

.hero__watermark {
  opacity: .25;
  width: 108px;
  height: 920px;
  max-height: 90vh;
  position: absolute;
  left: -32px;
}

.scroll-to-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #f7f3ed;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  font-family: Hkgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 54px;
}

.hero__coordinates {
  letter-spacing: 2.4px;
  cursor: pointer;
  font-family: Hkgrotesk, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  position: absolute;
  bottom: 65px;
  right: 82px;
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f7f3ed;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f7f3ed;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.2px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.button:hover {
  color: #302e2b;
  background-color: #f7f3ed;
}

.button.button--secondary {
  color: #302e2b;
  border-color: #302e2b;
}

.button.button--secondary:hover {
  color: #f7f3ed;
  background-color: #ae4f2e;
  border-color: #ae4f2e;
}

.button.button--secondary.button--small {
  display: inline-block;
}

.button.button--small {
  padding: 11px 30px;
}

.button.button--tertiary {
  color: #302e2b;
  border-color: #0000 #f7f3ed00 #ae4f2e;
}

.button.button--tertiary:hover {
  color: #f7f3ed;
  background-color: #ae4f2e;
}

.button.button--tertiary.section-house__button {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button.header__button {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button.button--icon {
  text-align: left;
  white-space: nowrap;
  flex-wrap: nowrap;
  display: flex;
}

.button.button--icon.button--secondary.button--small {
  text-align: left;
  display: flex;
}

.button.button--large {
  padding-top: 19px;
  padding-bottom: 19px;
}

.section {
  padding-top: 150px;
  padding-bottom: 132px;
  position: relative;
  overflow: hidden;
}

.section.section--prim {
  padding-bottom: 246px;
}

.section.section--prim.padding-bt-small {
  padding-bottom: 0;
}

.section.section--size1 {
  padding-bottom: 45px;
}

.section.carousel-right {
  padding-bottom: 160px;
}

.section.gallery-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section__heading {
  text-align: center;
  max-width: 985px;
  margin-bottom: 169px;
  margin-left: auto;
  margin-right: auto;
}

.section__subheading {
  margin-bottom: 26px;
}

.section__content {
  max-width: 400px;
}

.flexbox-center-center {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.slider {
  aspect-ratio: 624 / 643;
  width: 100%;
  max-width: 624px;
  height: 100%;
  position: relative;
  overflow: visible;
}

.slider__image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider__slide {
  position: relative;
}

.slider__nav {
  display: none;
}

.slider__arrow {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #302e2b;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hkgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  display: flex;
  top: auto;
  bottom: -60px;
}

.slider__icon {
  justify-content: center;
  align-items: center;
  width: 66px;
  display: flex;
}

.slider__background {
  object-fit: fill;
  width: 60vw;
  height: 80%;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translate(0, -50%);
}

.slider__background.slider__background--reversed {
  left: -80px;
  right: auto;
}

.slider__background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.text-margin-bottom {
  margin-bottom: 37px;
}

.section__animation {
  aspect-ratio: 1091 / 858;
  opacity: .25;
  width: 54.55%;
  position: absolute;
  top: 0;
  right: 0;
}

.section__animation-video {
  background-image: linear-gradient(to right, #f7f3ed, #fff0 36.11%), linear-gradient(#0000 85.76%, #f7f3ed);
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-primary {
  padding-top: 92px;
  padding-bottom: 92px;
  position: relative;
  overflow: hidden;
}

.section-primary.section-primary--alt {
  padding-top: 169px;
  padding-bottom: 148px;
}

.section-primary.section-primary--size5 {
  padding-top: 169px;
  padding-bottom: 82px;
}

.section-primary.section-primary--small {
  padding-top: 82px;
  padding-bottom: 82px;
}

.section-primary.section-primary--size3 {
  padding-top: 169px;
  padding-bottom: 182px;
}

.section-primary.section-primary--size4 {
  padding-top: 184px;
  padding-bottom: 184px;
}

.section-primary.section-primary--size5 {
  padding-top: 45px;
}

.section-primary__head {
  text-align: center;
  margin-bottom: 90px;
}

.section-primary__head.section-primary__head--big {
  margin-bottom: 170px;
}

.flexbox-center-between {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flexbox-center-between.section__body {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.section__line {
  margin-bottom: 30px;
}

.hero__entry {
  margin-top: 34px;
}

.eyebrow {
  color: #a06320;
  margin-bottom: 25px;
}

.eyebrow.eyebrow--white {
  color: #f7f3ed;
}

.flexbox-nav {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: center;
  align-items: center;
}

.flexbox-nav.flexbox-nav--footer {
  grid-column-gap: 124px;
  grid-row-gap: 124px;
  justify-content: space-between;
}

.slider-cards {
  width: 100vw;
}

.slider-cards.js-slider-cards {
  overflow: hidden;
}

.slider-cards__slides {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.card-house__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.card-house__media {
  aspect-ratio: 648 / 672;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.card-house__media.card-house__meida--alt {
  margin-bottom: 28px;
}

.section-primary__heading {
  text-align: center;
  text-transform: none;
  margin-bottom: 22px;
}

.card-image {
  width: 100%;
  max-width: 624px;
  position: relative;
}

.card-image__media {
  aspect-ratio: 624 / 648;
  width: 100%;
}

.card-image__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.card-image__background {
  width: 60vw;
  height: 80%;
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translate(0, -50%);
}

.card-image__background.card-image__background--left {
  left: auto;
  right: -80px;
}

.slider-full {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.slider-full__slide {
  color: #f7f3ed;
  text-align: center;
  padding-top: 227px;
  padding-bottom: 243px;
}

.slider-full__slide-background {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-full__content {
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-full__arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: 50%;
  transform: translate(-380px);
}

.slider-full__arrow.slider-full__arrow--next {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 25%;
  left: auto;
  right: 50%;
  transform: translate(380px);
}

.slider-full__nav {
  font-size: 10px;
  display: block;
  position: absolute;
  bottom: 5%;
}

.slider-full__slide-background-wrapper {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cards-flexbox {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-wrap: wrap;
  place-content: flex-start center;
}

.card {
  color: #f7f3ed;
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#0000 28.06%, #000c), linear-gradient(to top, #0000001a, #fff0 60%, #0000001a);
  width: 100%;
  padding: 350px 68px 55px;
  position: relative;
}

.grid, .cards-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.card__content {
  position: relative;
}

.card__image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-image-text {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-image-text.section-image-text--reversed {
  flex-direction: row-reverse;
}

.section-image-text__aside {
  aspect-ratio: 1000 / 960;
  width: 100%;
  max-width: 50%;
  position: relative;
}

.section-image-text__content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding: 24px;
  display: flex;
}

.section-image-text__content.section-image-text__content-brown {
  color: #f7f3ed;
  background-color: #ae4f2e;
}

.section-image-text__content.section-image-text__content-brown.section-image-text__content-center {
  text-align: center;
}

.section-image-text__body {
  width: 100%;
  max-width: 640px;
}

.section-image-text__body.section-image-text__body--small {
  max-width: 560px;
}

.section-image-text__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ticker {
  height: 83px;
  position: relative;
  overflow: hidden;
}

.ticker.hero__header {
  margin-bottom: 35px;
}

.ticker__carousel {
  flex-direction: column;
  display: flex;
}

.slider-full__heading {
  margin-bottom: 26px;
}

.card__text {
  margin-bottom: 29px;
}

.section-image-text__entry {
  margin-bottom: 25px;
}

.section-image-text__heading {
  text-transform: none;
  margin-bottom: 26px;
}

.callout {
  background-color: #f0ede4;
  padding: 80px;
  position: relative;
}

.callout__content {
  width: 100%;
  max-width: 492px;
}

.callout__media {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.callout__image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.callout__heading {
  margin-bottom: 26px;
}

.callout__entry {
  margin-bottom: 64px;
}

.section-callout {
  padding-top: 56px;
  padding-bottom: 182px;
}

.footer {
  color: #f7f3ed;
  text-align: center;
  background-color: #998e6d;
  padding-top: 0;
  padding-bottom: 104px;
  overflow: hidden;
}

.footer__bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  object-fit: fill;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.footer__logo {
  width: 100%;
  max-width: 228px;
  margin-bottom: 75px;
}

.footer__logo.w--current {
  margin-bottom: 0;
  position: relative;
}

.nav-trigger {
  display: none;
}

.logo__desktop {
  cursor: pointer;
  margin-left: 0%;
}

.logo__mobile {
  display: none;
}

.nav__menu {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-close, .nav-logo {
  display: none;
}

.card-house__subheading {
  margin-bottom: 10px;
}

.nav__wrapper {
  width: 100%;
}

.hero__background {
  object-fit: cover;
  background-image: linear-gradient(#00000059, #00000059);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.hero__background.hero__background--lighter {
  background-image: linear-gradient(#0003, #0003);
}

.section-text {
  background-color: #fff;
  padding-top: 148px;
  padding-bottom: 160px;
  position: relative;
}

.section-text__head {
  max-width: 624px;
}

.section-text__body {
  width: 100%;
  max-width: 48.8%;
}

.section-text__actions {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 70px;
}

.button__icon {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  display: flex;
}

.slider-counter.js-slider-counter {
  overflow: hidden;
}

.slider-counter__slide {
  aspect-ratio: 25 / 9;
  position: relative;
}

.slider-counter__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-counter__foot {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.slider-counter__foot-aside {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-counter__actions {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slider-counter__counter {
  color: #545744;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-counter__arrow {
  color: #302e2b;
  cursor: pointer;
  width: 56px;
  transition: opacity .3s;
}

.slider-counter__counter-separator {
  margin-left: 4px;
  margin-right: 4px;
}

.section-image-text__actions {
  margin-top: 70px;
}

.section-image-text__actions.section-image-text__actions--small {
  margin-top: 52px;
}

.section-full {
  color: #f7f3ed;
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 176px;
  padding-bottom: 187px;
  position: relative;
}

.section-full.no-text {
  padding-top: 480px;
  padding-bottom: 480px;
}

.section-full__background-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.section-full__heading {
  margin-bottom: 25px;
}

.section-full__entry {
  max-width: 776px;
  margin-bottom: 37px;
  margin-left: auto;
  margin-right: auto;
}

.section-full__background {
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.slider-counter__foot-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__header {
  margin-bottom: 35px;
}

.hero__background-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-map {
  padding-top: 174px;
  padding-bottom: 184px;
  position: relative;
}

.map {
  aspect-ratio: 414 / 227;
  width: 100%;
  max-width: 1548px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.map-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tooltip {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.tooltip.tooltip--house {
  top: 55.6%;
  right: 27.9%;
}

.tooltip.tooltip--house-2 {
  top: 78.2%;
  right: 43%;
}

.tooltip.tooltip--house-3 {
  top: 84.5%;
  left: 31.1%;
}

.tooltip.tooltip--house-4 {
  top: 80.3%;
  left: 26.2%;
}

.tooltip.tooltip--house-5 {
  top: 46.8%;
  left: 35.4%;
}

.tooltip.tooltip--wave {
  z-index: 1;
  top: 49%;
  left: 45.5%;
}

.tooltip.tooltip--wave-2 {
  top: 57%;
  left: 28.7%;
}

.tooltip.tooltip--wave-3 {
  top: 59%;
  left: 19.7%;
}

.tooltip.tooltip--restaurant {
  top: 55.4%;
  left: 23.2%;
}

.tooltip.tooltip--restaurant-2 {
  top: 50.7%;
  left: 17.4%;
}

.tooltip.tooltip--heart {
  top: 58.8%;
  left: 35.3%;
}

.tooltip.tooltip--heart-2 {
  top: 73.9%;
  left: 30.4%;
}

.tooltip.tooltip--heart-3 {
  top: 67.5%;
  left: 26.9%;
}

.tooltip__trigger {
  width: 36px;
  height: 36px;
}

.tooltip__content {
  width: 184px;
  transition: opacity .3s;
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translate(-50%);
}

.section-map__inner {
  z-index: 1;
  position: relative;
}

.section-map__head {
  margin-bottom: 21px;
}

.card-tooltip {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.card-tooltip__media {
  aspect-ratio: 184 / 73;
  position: relative;
  top: 0;
  left: 0;
}

.card-tooltip__content {
  padding: 15px 12px;
}

.card-tooltip__heading {
  color: #a06320;
  margin-bottom: 10px;
}

.card-tooltip__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tooltip__arrow {
  border: 5px solid #0000;
  border-top: 7px solid #fff;
  border-bottom: 0 solid #fff0;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.slider-facilities {
  width: 100%;
  max-width: 1786px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.slider-facilities__clip {
  padding-left: 96px;
  padding-right: 96px;
  position: relative;
}

.slider-facilities__arrow {
  cursor: pointer;
  width: 61px;
}

.slider-facilities__arrow.slider-facilities__prev {
  position: absolute;
  top: 41.7%;
  left: 0;
  transform: translate(0, -50%);
}

.slider-facilities__arrow.slider-facilities__next {
  position: absolute;
  top: 41.7%;
  right: 0;
  transform: translate(0, -50%);
}

.slider-facilities__arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-house__content {
  padding-left: 8px;
  padding-right: 8px;
}

.section-text__foot {
  margin-top: 104px;
}

.section-text__media {
  aspect-ratio: 1548 / 560;
  position: relative;
}

.section-text__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blocks-image-text {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  flex-direction: column;
  display: flex;
}

.blocks-image-text.block-image-text--alt {
  grid-column-gap: 184px;
  grid-row-gap: 184px;
}

.block-image-text {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.block-image-text.block-image-text--reversed {
  flex-direction: row-reverse;
}

.block-image-text.block-image-text--vertical-center {
  align-items: center;
}

.block-image-text__media {
  aspect-ratio: 888 / 646;
  width: 100%;
  max-width: 57.4%;
  position: relative;
}

.block-image-text__content {
  width: 100%;
  max-width: 492px;
  margin-top: -12px;
}

.block-image-text__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block-image-text__actions {
  margin-top: 68px;
}

.block-image-text__heading {
  text-transform: none;
  margin-bottom: 28px;
}

.section-image-text__line {
  margin-bottom: 26px;
}

.tab-link {
  color: #000;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px #000;
  border-bottom: 2px solid #302e2b40;
  min-width: 178px;
  padding: 0 0 20px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  text-decoration: none;
  transition: border .3s;
  position: relative;
}

.tab-link.w--current {
  background-color: #0000;
  border-bottom-width: 2px;
  border-bottom-color: #a06320;
}

.tabs__menu {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 62px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.tabs {
  width: 100%;
  height: 100%;
}

.section-tabs {
  padding-top: 169px;
  padding-bottom: 184px;
  position: relative;
}

.section-tabs__head {
  text-align: center;
  margin-bottom: 88px;
}

.section-tabs__heading {
  margin-bottom: 20px;
}

.section-house {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 43px;
}

.section-house__head {
  margin-bottom: 82px;
}

.section-house__media {
  aspect-ratio: 2000 / 720;
  position: relative;
}

.section-house__image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-house__content {
  background-color: #f7f3ed;
  margin-top: -104px;
  padding: 46px 134px;
}

.section-house__actions {
  margin-top: 51px;
}

.section-house__eyebrow {
  margin-bottom: 13px;
}

.blockstack {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  margin-bottom: 100px;
  display: flex;
}

.media-block {
  aspect-ratio: 1548 / 560;
  position: relative;
}

.image-block {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.head-block {
  text-align: center;
  margin-bottom: 90px;
}

.head-block.section-primary__head--big {
  margin-bottom: 170px;
}

.head-block__heading {
  margin-bottom: 22px;
}

.section-text__aside {
  width: 100%;
  max-width: 50%;
}

.field {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #302e2b;
  width: 100%;
  height: 64px;
  margin-bottom: 27px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  line-height: 36px;
  box-shadow: inset 3px 3px 4px #00000014;
}

.field::placeholder {
  color: #302e2b;
  background-image: linear-gradient(#fff, #fff);
}

.field.field-textarea {
  min-height: 219px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.label {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 43.2px;
}

.text-italic {
  font-size: 22px;
  font-style: italic;
  line-height: 44px;
}

.section-form {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 147px;
  padding-bottom: 147px;
  position: relative;
}

.section-form__content {
  flex: 0 auto;
  width: 100%;
  max-width: 46%;
}

.section-form__aside {
  width: 100%;
  max-width: 48.8%;
}

.section-form__heading, .section-form__paragraph {
  margin-bottom: 38px;
}

.select-wrapper {
  position: relative;
}

.select-arrow {
  pointer-events: none;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}

.select-arrow__image {
  position: absolute;
  top: 0;
  left: 0;
}

.button-brown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f7f3ed;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: #ae4f2e;
  border: 1px solid #ae4f2e;
  justify-content: center;
  align-items: center;
  padding: 19px 24px;
  font-family: Hkgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.button-brown:hover {
  color: #302e2b;
  background-color: #fff;
}

.button-brown.button--secondary {
  color: #302e2b;
  border-color: #302e2b;
}

.button-brown.button--secondary:hover {
  color: #f7f3ed;
  background-color: #ae4f2e;
  border-color: #ae4f2e;
}

.button-brown.button--small {
  padding: 11px 30px;
}

.button-brown.button--tertiary {
  color: #302e2b;
  border-color: #0000 #f7f3ed00 #ae4f2e;
}

.button-brown.button--tertiary:hover {
  color: #f7f3ed;
  background-color: #ae4f2e;
}

.button-brown.button--tertiary.section-house__button {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-brown.button--icon {
  display: flex;
}

.button-brown.button--large {
  padding-top: 19px;
  padding-bottom: 19px;
}

.button-brown.form-button {
  margin-top: 12px;
}

.form-button {
  width: 100%;
}

.line--center {
  margin-left: auto;
  margin-right: auto;
}

.section-centered {
  text-align: center;
  padding-top: 171px;
  padding-bottom: 171px;
}

.section-centered__heading {
  margin-bottom: 28px;
}

.section-centered__subheading {
  margin-bottom: 38px;
}

.section-centered__inner {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}

.section-centered__line {
  margin-bottom: 38px;
}

.spacing-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}

.section__animation-video-white {
  background-image: linear-gradient(to right, #fff, #fff0 36.11%), linear-gradient(#0000 85.76%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph {
  display: block;
  overflow: visible;
}

.image {
  z-index: 1;
  position: relative;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  display: block;
}

.image-2 {
  height: 90vh;
}

.section-full__background_fullcolor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-full-nobg {
  color: #f7f3ed;
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 176px;
  padding-bottom: 187px;
  position: relative;
}

.section-full-nobg.no-text {
  background-image: none;
  padding-top: 480px;
  padding-bottom: 480px;
}

.div-block {
  position: static;
  left: auto;
}

.section-callout-message {
  padding-top: 160px;
  padding-bottom: 160px;
}

.slide {
  max-width: 33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.mask {
  text-align: center;
  padding-right: 0;
  position: relative;
}

.slider-blocks {
  background-color: #ddd0;
  margin-top: 160px;
  margin-bottom: 160px;
}

.slide-nav {
  position: relative;
}

.mask-2 {
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium {
  font-size: 1.125rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.gallery21_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_lightbox-link, .gallery21_image-wrapper {
  width: 100%;
}

.gallery21_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery21_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow.is-left {
  right: 4rem;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery21_slide {
  padding-right: 2rem;
}

.section_gallery21 {
  overflow: hidden;
}

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

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

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.quick-stack {
  padding: 0;
}

.gallery14_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery14_arrow.hide-mobile-landscape {
  border-style: none;
  position: relative;
  bottom: 4rem;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gallery14_image-wrapper {
  width: 100%;
}

.gallery14_image-wrapper:focus {
  opacity: .5;
}

.gallery14_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery14_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery14_mask {
  overflow: visible;
}

.gallery14_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery14_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.section_gallery14 {
  overflow: hidden;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.gallery14_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.slider_contain {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  display: flex;
}

.gallery_wrapper {
  flex: 1;
  padding-top: 160px;
  padding-bottom: 160px;
}

.gallery_item {
  width: 40vw;
}

.gallery_image {
  width: 100%;
  height: 40vh;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gallery14_slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.section_gallery14-2 {
  overflow: hidden;
}

.max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

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

.padding-section-large-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.swiper_new {
  padding: 160px 4%;
}

.section_gallery14-3 {
  overflow: hidden;
}

.max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.gallery_content {
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.gallery20_arrow-icon {
  width: 66px;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery20_image-wrapper {
  width: 100%;
}

.gallery20_slide-nav {
  height: 1.75rem;
  padding-top: 0;
  font-size: 10px;
  inset: auto auto 0% 0%;
}

.gallery20_slide {
  padding-right: 2rem;
}

.gallery20_mask {
  overflow: visible;
}

.gallery20_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery20_slider {
  cursor: auto;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery20_arrow {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery20_arrow.is-left {
  border-style: none;
  right: 4rem;
}

.section_gallery20 {
  overflow: hidden;
}

.div-block-2 {
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.bullet_list {
  text-align: left;
  letter-spacing: normal;
}

.list-item {
  text-align: left;
  font-size: 18px;
}

.bullet_columns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 12px;
}

.gallery14_image-wrapper-2 {
  width: 100%;
}

.gallery14_image-wrapper-2:focus {
  opacity: .5;
}

.gallery20_arrow-2 {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3rem;
  padding-left: 8px;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery20_arrow-2.is-left {
  border-style: none;
  width: 4rem;
  padding-left: 0;
  padding-right: 8px;
  right: 4rem;
}

.swiper_new_copy {
  padding: 16px 24px 24px 8px;
}

.swiper_new_heading {
  margin-bottom: 16px;
}

.gallery23_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery23_slide-nav {
  height: 1.75rem;
  padding-top: 0;
  font-size: 10px;
  inset: auto auto 0% 0%;
}

.padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gallery23_slide {
  padding-right: 1rem;
}

.gallery23_arrow-icon {
  width: 66px;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery23_slider {
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery23_image-wrapper {
  width: 100%;
}

.gallery23_arrow {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3rem;
  padding-left: 8px;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery23_arrow.is-left {
  border-style: none;
  width: 4rem;
  padding-left: 0;
  padding-right: 8px;
  right: 4rem;
}

.section_gallery23 {
  text-align: left;
  overflow: hidden;
}

.gallery23_mask {
  width: 50%;
  overflow: visible;
}

.padding-global-4 {
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}

.gallery23_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery23_lightbox-link {
  width: 100%;
}

.follow-bar {
  z-index: 1000;
  text-align: center;
  background-color: #f8f3ed;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.slider__background-right {
  object-fit: fill;
  width: 60vw;
  height: 80%;
  position: absolute;
  top: 50%;
  left: -80px;
  right: auto;
  transform: translate(0, -50%);
}

.slider__background-right.slider__background--reversed {
  left: -80px;
  right: auto;
}

.full-bleed-video {
  z-index: 100;
  color: #f7f3ed;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.elements-footer-new {
  grid-row-gap: 64px;
  background-color: #e5e1ce;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  padding: 96px 240px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.social-icons {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.links {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1158px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #302e2b;
  text-align: right;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-2 {
  color: #302e2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.section-wysiwyg {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 160px;
}

.basic-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.link {
  color: #ae502e;
}

.gallery-lightbox-box {
  padding-bottom: 16px;
}

.slider__slide-copy {
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.hide {
  display: none;
}

.spacer-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bullet_columns_one_col {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 12px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .scroll-to-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .section__content {
    max-width: 440px;
  }

  .section__animation {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .flexbox-center-between.section__body {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .flexbox-nav.flexbox-nav--footer {
    grid-column-gap: 124px;
    grid-row-gap: 124px;
  }

  .card-image {
    max-width: 624px;
    position: relative;
  }

  .card-image__media {
    aspect-ratio: 624 / 648;
    width: 100%;
    position: relative;
  }

  .card-image__background {
    height: 80%;
  }

  .slider-full {
    width: 100%;
    height: auto;
  }

  .slider-full__slide {
    text-align: center;
    position: relative;
  }

  .slider-full__slide-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .callout {
    padding: 100px;
  }

  .hero__background {
    min-height: 5vh;
  }

  .tooltip__trigger {
    width: 36px;
    height: 36px;
  }

  .cell {
    text-align: center;
  }

  .gallery23_slide-nav {
    padding-top: 0;
  }

  .gallery23_slide {
    padding-right: 1rem;
  }

  .gallery23_arrow.is-left {
    padding-left: 0;
  }

  .full-bleed-video {
    min-height: 100vh;
  }
}

@media screen and (min-width: 1440px) {
  .hero__lightbox {
    margin-right: 132px;
  }

  .section__content {
    max-width: 492px;
  }

  .slider__background {
    right: -132px;
  }

  .slider__background.slider__background--reversed {
    left: -132px;
  }

  .flexbox-nav.flexbox-nav--footer {
    grid-column-gap: 124px;
    grid-row-gap: 124px;
  }

  .card {
    padding-top: 542px;
  }

  .callout {
    padding: 122px 132px 100px;
  }

  .gallery_list {
    max-width: 100%;
  }

  .tooltip__trigger {
    width: 46px;
    height: 46px;
  }

  .section-form__content {
    max-width: 40%;
  }

  .slider-blocks {
    display: inline;
  }

  .mask-3 {
    overflow: hidden;
  }

  .padding-section-large {
    float: none;
    clear: none;
    text-align: left;
  }

  .margin-bottom.margin-xxlarge {
    text-align: left;
  }

  .padding-global {
    text-align: left;
    flex: 1;
    width: auto;
  }

  .section_gallery21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .max-width-large {
    text-align: left;
  }

  .container-large {
    width: auto;
    display: block;
  }

  .quick-stack {
    padding: 0;
  }

  .gallery14_component {
    text-align: left;
  }

  .padding-section-large-2 {
    text-align: left;
    object-fit: fill;
    width: auto;
    display: block;
  }

  .gallery14_slider {
    text-align: left;
    width: auto;
  }

  .padding-global-2 {
    display: block;
  }

  .section_gallery14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .image-3 {
    width: 100%;
    height: 100%;
  }

  .slider__background-right {
    right: -132px;
  }

  .slider__background-right.slider__background--reversed {
    left: -132px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-weight: 300;
  }

  h1 {
    letter-spacing: .28px;
    font-size: 48px;
    line-height: 55.2px;
  }

  h2 {
    letter-spacing: .4px;
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 36px;
    line-height: 48.6px;
  }

  h4 {
    letter-spacing: .32px;
    font-size: 32px;
    line-height: 43.2px;
  }

  h5 {
    letter-spacing: .28px;
    font-size: 28px;
    line-height: 37.8px;
  }

  h6 {
    letter-spacing: .24px;
    font-size: 24px;
    line-height: 31.2px;
  }

  blockquote {
    letter-spacing: .72px;
    font-size: 36px;
    line-height: 37.8px;
  }

  .text-large {
    font-size: 18px;
    font-weight: 300;
    line-height: 31.68px;
  }

  .text-large.hero__entry {
    margin-bottom: 30px;
  }

  .text-small {
    font-weight: 300;
  }

  .text-small.js-slider-counter-caption {
    display: none;
  }

  .text-xs {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .nav-link {
    color: #f7f3ed;
    letter-spacing: 2.4px;
    font-size: 12px;
    line-height: 15.6px;
  }

  .nav-link.header__location, .nav-link.header__location.w--current {
    display: block;
  }

  .nav-link.nav-link__header {
    letter-spacing: .28px;
    text-transform: capitalize;
    font-family: Minsans, sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 37.8px;
  }

  .nav-link.nav-link--dark.nav-link__header {
    color: #f7f3ed;
  }

  .nav-link.header__location-mobile {
    display: block;
  }

  .span-large {
    letter-spacing: 2.7px;
    font-size: 18px;
    line-height: 21.6px;
  }

  .span-medium {
    letter-spacing: 2.1px;
    font-size: 14px;
    line-height: 16.8px;
  }

  .span-medium.section-image-text__eyebrow {
    margin-bottom: 10px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.container--small {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    align-items: center;
  }

  .container.hero--alt__container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .container.galllery-lightbox {
    column-count: 2;
  }

  .flexbox {
    align-items: center;
  }

  .flexbox.section-text__inner {
    display: block;
  }

  .flexbox.header__inner {
    justify-content: space-between;
  }

  .logo {
    margin-bottom: 0;
  }

  .header {
    background-color: #f7f3ed;
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
  }

  .header.header--alt {
    position: sticky;
    top: 0;
    left: 0;
  }

  .hero {
    text-align: center;
    min-height: 560px;
  }

  .hero.hero--alt {
    text-align: left;
    align-items: flex-end;
    padding-bottom: 53px;
  }

  .hero__heading {
    justify-content: center;
    align-items: flex-end;
    height: 110px;
    display: flex;
  }

  .hero__heading.hero--alt__heading {
    height: auto;
    display: block;
  }

  .line.hero__line {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .line.hero__line.hero--alt__line {
    margin-top: 20px;
    margin-bottom: 24px;
    display: flex;
  }

  .line.block-image-text__line {
    margin-bottom: 31px;
  }

  .hero__lightbox {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hero__lightbox.hero--alt__lightbox {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero__watermark, .scroll-to-button, .hero__coordinates {
    display: none;
  }

  .button.button--small {
    padding: 16px 24px;
  }

  .button.header__button {
    color: #302e2b;
    border-color: #0000;
    padding: 0;
    position: static;
  }

  .button.header__button:hover {
    box-shadow: 0 2px #302e2b;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section.section--prim {
    padding-top: 60px;
    padding-bottom: 146px;
  }

  .section.carousel-right {
    padding-bottom: 100px;
  }

  .section__heading {
    margin-bottom: 80px;
  }

  .section__subheading {
    margin-bottom: 29px;
  }

  .section__content {
    order: 1;
    max-width: 100%;
  }

  .slider {
    aspect-ratio: 366 / 380;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider__nav {
    display: inline-block;
  }

  .slider__arrow {
    width: 61px;
    bottom: -44px;
  }

  .slider__icon {
    width: 61px;
    display: none;
  }

  .slider__background {
    width: 100vw;
    height: 58%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .section__animation {
    display: none;
  }

  .section-primary {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-primary.section-primary--alt {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-primary.section-primary--size5 {
    padding-top: 100px;
  }

  .section-primary.section-primary--size3, .section-primary.section-primary--size4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-primary__head {
    margin-bottom: 60px;
  }

  .section-primary__head.section-primary__head--big {
    margin-bottom: 62px;
  }

  .flexbox-center-between {
    flex-direction: column;
    display: block;
  }

  .flexbox-center-between.section__body {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-direction: column;
    display: flex;
  }

  .flexbox-center-between.section__body.section__body--reversed {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-direction: column-reverse;
  }

  .flexbox-center-between.hero--alt__inner {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 23px;
    display: flex;
  }

  .eyebrow {
    margin-bottom: 18px;
  }

  .flexbox-nav.flexbox-nav--footer {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
  }

  .slider-cards__slides {
    padding-left: 8px;
    padding-right: 0;
  }

  .card-image {
    margin-left: auto;
    margin-right: auto;
  }

  .card-image__background {
    width: 100vw;
    height: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .slider-full__slide {
    padding-top: 67px;
    padding-bottom: 118px;
  }

  .slider-full__arrow {
    display: none;
  }

  .slider-full__nav {
    bottom: 5%;
  }

  .card {
    padding: 213px 22px 40px;
  }

  .cards-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .section-image-text {
    display: block;
  }

  .section-image-text__aside {
    aspect-ratio: 414 / 397;
    max-width: 100%;
  }

  .section-image-text__content {
    max-width: 100%;
    min-height: 96vw;
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .section-image-text__content.section-image-text__content-brown.section-image-text__content-center {
    aspect-ratio: 414 / 397;
    max-width: 100%;
  }

  .section-image-text__content.section-image-text__content--small {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .ticker.hero__header {
    height: 112px;
  }

  .card__text, .section-image-text__entry {
    margin-bottom: 20px;
  }

  .section-image-text__heading {
    margin-bottom: 28px;
  }

  .callout {
    background-color: #f0ede400;
    padding: 0;
  }

  .callout__content {
    max-width: 100%;
    padding: 48px 24px;
  }

  .callout__media {
    aspect-ratio: 1;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    position: relative;
  }

  .callout__image {
    margin-top: 48px;
  }

  .footer {
    padding-bottom: 0;
  }

  .footer__bottom {
    margin-top: 0;
    padding-top: 0;
  }

  .footer__logo {
    margin-bottom: 50px;
  }

  .nav-trigger {
    width: 30px;
    min-width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .nav-trigger__span {
    background-color: #302e2b;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .nav-trigger__span.nav-trigger__mid {
    top: 9px;
  }

  .nav-trigger__span.nav-trigger__bot {
    top: auto;
    bottom: 0;
  }

  .nav {
    opacity: 0;
    text-transform: uppercase;
    background-color: #545744;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100svh;
    padding: 40px 24px;
    transition: opacity .3s;
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav.js-nav {
    pointer-events: none;
    transition: transform .3s, opacity .3s;
    transform: translate(-100%);
  }

  .logo__desktop {
    display: none;
  }

  .logo__mobile {
    text-align: center;
    padding-top: 0;
    padding-bottom: 6px;
    padding-left: 30px;
    display: inline-block;
  }

  .nav__menu {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: auto;
  }

  .nav-close {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #f7f3ed;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-family: Hkgrotesk, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    display: flex;
  }

  .nav-close__wrapper {
    width: 16px;
    height: 16px;
    position: relative;
  }

  .nav-close__span {
    background-color: #f7f3ed;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)rotate(-45deg);
  }

  .nav-close__span.nav-close__bot {
    transform: translate(0, -50%)rotate(45deg);
  }

  .nav-logo {
    text-align: center;
    display: inline-block;
  }

  .slider__arrow-text {
    display: none;
  }

  .card-house__subheading {
    letter-spacing: 3.2px;
    font-size: 16px;
    line-height: 19.2px;
  }

  .card__heading {
    margin-bottom: 18px;
  }

  .nav__wrapper {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .section-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-text__head {
    margin-bottom: 25px;
  }

  .section-text__body {
    max-width: 100%;
  }

  .section-text__actions {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .slider-counter__slide {
    aspect-ratio: 414 / 320;
  }

  .slider-counter__foot {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-image-text__actions, .section-image-text__actions.section-image-text__actions--small {
    margin-top: 39px;
  }

  .section-full {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full__heading {
    margin-bottom: 30px;
  }

  .gallery_list {
    padding-left: 27px;
  }

  .section-map {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tooltip__trigger {
    width: 22px;
    height: 22px;
  }

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

  .slider-facilities__clip {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-facilities__arrow.slider-facilities__prev {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
  }

  .slider-facilities__arrow.slider-facilities__next {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0);
  }

  .slider-facilities__actions {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    display: flex;
    position: relative;
  }

  .nav__list {
    flex: 1;
    display: block;
    overflow: auto;
  }

  .section-text__foot {
    margin-top: 63px;
  }

  .section-text__media {
    aspect-ratio: 366 / 240;
  }

  .blocks-image-text {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .blocks-image-text.block-image-text--alt {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .block-image-text {
    display: block;
  }

  .block-image-text__media {
    max-width: 100%;
    margin-bottom: 37px;
  }

  .block-image-text__content {
    max-width: 100%;
    margin-top: 0;
  }

  .block-image-text__actions {
    margin-top: 37px;
  }

  .tab-link {
    letter-spacing: 2.4px;
    min-width: 128px;
    padding-bottom: 24px;
    font-size: 12px;
    line-height: 15.6px;
  }

  .tabs__menu {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    margin-bottom: 45px;
  }

  .section-tabs {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-tabs__head {
    margin-bottom: 66px;
  }

  .section-house {
    padding-top: 46px;
  }

  .section-house__head {
    margin-bottom: 36px;
  }

  .section-house__media {
    aspect-ratio: 414 / 301;
  }

  .section-house__content {
    margin-top: 0;
    padding: 40px 0;
  }

  .media-block {
    aspect-ratio: 366 / 240;
  }

  .head-block {
    margin-bottom: 60px;
  }

  .head-block.section-primary__head--big {
    margin-bottom: 62px;
  }

  .field {
    height: 58px;
  }

  .label {
    font-size: 22px;
    line-height: 39.6px;
  }

  .section-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-form__content {
    max-width: 100%;
    margin-bottom: 38px;
  }

  .section-form__aside {
    max-width: 100%;
  }

  .section-form__paragraph {
    margin-bottom: 30px;
  }

  .button-brown.button--small {
    padding: 16px 24px;
  }

  .button-brown.header__button {
    color: #302e2b;
    border-color: #0000;
    padding: 0;
  }

  .button-brown.header__button:hover {
    box-shadow: 0 2px #302e2b;
  }

  .section-centered {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .spacing-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-full-nobg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full-nobg.no-text {
    padding-bottom: 160px;
  }

  .section-callout-message {
    padding-top: 80px;
    padding-bottom: 0;
  }

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

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

  .gallery14_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
    position: static;
  }

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

  .gallery14_image-wrapper {
    padding-top: 0%;
  }

  .padding-section-large-3, .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .swiper_new {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 4%;
  }

  .gallery20_slide-nav {
    inset: auto 0% 0%;
  }

  .bullet_columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .list-2 {
    margin-bottom: 0;
  }

  .gallery14_image-wrapper-2 {
    padding-top: 0%;
  }

  .gallery20_arrow-2, .gallery20_arrow-2.is-left {
    display: none;
  }

  .gallery23_slide-nav {
    font-size: 10px;
    inset: auto 0% 0%;
  }

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

  .gallery23_slider {
    text-align: left;
    padding-bottom: 4rem;
  }

  .gallery23_arrow {
    display: none;
  }

  .follow-bar {
    z-index: 0;
    display: none;
    position: static;
  }

  .slider__background-right {
    width: 100vw;
    height: 58%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .full-bleed-video {
    text-align: center;
    min-height: 50vh;
  }

  .full-bleed-video.hero--alt {
    text-align: left;
    align-items: flex-end;
    padding-bottom: 53px;
  }

  .section-wysiwyg {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 32px;
  }

  .text-large.hero__entry {
    margin-top: 10px;
  }

  .text-large.text-margin-bottom-big {
    margin-bottom: 62px;
  }

  .span-large.card-house__subheading-small {
    letter-spacing: 2.1px;
    max-width: 50%;
    font-size: 14px;
    line-height: 16.8px;
  }

  .logo {
    max-width: 160px;
  }

  .hero {
    padding-top: 110px;
    padding-bottom: 155px;
  }

  .hero__lightbox.hero--alt__lightbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .button {
    width: 100%;
    display: flex;
  }

  .button.button--tertiary.section-house__button {
    letter-spacing: 2.4px;
    width: auto;
    padding: 11px 14px;
    font-size: 12px;
    line-height: 15.6px;
    display: inline-block;
  }

  .button.header__button {
    width: auto;
    font-size: 12px;
  }

  .section {
    padding-top: 62px;
    padding-bottom: 31px;
  }

  .section.section--prim {
    padding-top: 36px;
    padding-bottom: 74px;
  }

  .section.gallery-section {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .section__heading {
    margin-bottom: 63px;
  }

  .slider {
    max-width: 100%;
  }

  .section-primary {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .section-primary.section-primary--alt {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .section-primary.section-primary--size5 {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .section-primary.section-primary--small {
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .section-primary.section-primary--size3 {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .section-primary.section-primary--size4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-primary__head {
    margin-bottom: 39px;
  }

  .flexbox-center-between.section__body.section__body--reversed {
    flex-direction: column-reverse;
  }

  .flexbox-center-between.hero--alt__inner {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .flexbox-nav.flexbox-nav--footer {
    grid-column-gap: 40.5px;
    grid-row-gap: 40.5px;
  }

  .card-house__media {
    margin-bottom: 6px;
  }

  .card-house__media.card-house__meida--alt, .section-primary__heading {
    margin-bottom: 12px;
  }

  .cards-grid {
    display: flex;
  }

  .ticker.hero__header {
    margin-bottom: 10px;
  }

  .slider-full__heading {
    margin-bottom: 30px;
  }

  .callout {
    margin-left: 0;
    margin-right: 0;
  }

  .callout__content {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .callout__heading {
    margin-bottom: 26px;
  }

  .callout__entry {
    margin-bottom: 35px;
  }

  .section-callout {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer__bottom {
    margin-top: 0;
    padding-top: 0;
  }

  .footer__logo {
    max-width: 185px;
    margin-bottom: 44px;
  }

  .section-text {
    padding-top: 56px;
    padding-bottom: 63px;
  }

  .section-text__actions {
    flex-direction: column;
    margin-top: 38px;
  }

  .section-full {
    padding-top: 68px;
    padding-bottom: 79px;
  }

  .hero__header {
    margin-bottom: 10px;
  }

  .section-map {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .map {
    aspect-ratio: 414 / 227;
  }

  .tooltip {
    position: absolute;
  }

  .tooltip.tooltip--house {
    top: 53.6%;
    right: 27%;
  }

  .tooltip.tooltip--house-2 {
    top: 75.2%;
    right: 42.3%;
  }

  .tooltip.tooltip--house-3 {
    top: 83.2%;
    left: 31.3%;
  }

  .tooltip.tooltip--house-4 {
    top: 78.3%;
    left: 25.4%;
  }

  .tooltip.tooltip--house-5 {
    top: 46%;
    left: 35%;
  }

  .tooltip.tooltip--wave {
    top: 48.7%;
  }

  .tooltip.tooltip--wave-2 {
    top: 56%;
    left: 29.7%;
  }

  .tooltip.tooltip--wave-3 {
    top: 56%;
    left: 18.4%;
  }

  .tooltip.tooltip--restaurant {
    top: 52.4%;
    left: 24.2%;
  }

  .tooltip.tooltip--restaurant-2 {
    top: 46%;
    left: 16.4%;
  }

  .tooltip.tooltip--heart {
    top: 59.2%;
  }

  .tooltip.tooltip--heart-2 {
    top: 70.9%;
  }

  .tooltip.tooltip--heart-3 {
    top: 66%;
    left: 25.3%;
  }

  .tooltip__trigger {
    width: 18px;
    height: 18px;
  }

  .tooltip__content {
    width: 134px;
  }

  .section-map__head {
    margin-bottom: 16px;
  }

  .slider-facilities__actions {
    margin-top: 15px;
  }

  .blocks-image-text.block-image-text--alt {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .tab-link {
    padding-bottom: 19px;
  }

  .tabs__menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 24px;
  }

  .section-tabs {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .section-tabs__head {
    margin-bottom: 36px;
  }

  .section-tabs__heading {
    margin-bottom: 10px;
  }

  .section-house {
    padding-bottom: 20px;
  }

  .section-house__content {
    padding-bottom: 15px;
  }

  .section-house__actions {
    margin-top: 39px;
  }

  .section-house__eyebrow {
    margin-bottom: 16px;
  }

  .head-block {
    margin-bottom: 39px;
  }

  .head-block__heading {
    margin-bottom: 12px;
  }

  .section-form {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button-brown {
    width: 100%;
    display: flex;
  }

  .button-brown.button--tertiary.section-house__button {
    letter-spacing: 2.4px;
    width: auto;
    padding: 11px 14px;
    font-size: 12px;
    line-height: 15.6px;
    display: inline-block;
  }

  .button-brown.header__button {
    width: auto;
    font-size: 12px;
  }

  .section-centered {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-full-nobg {
    padding-top: 68px;
    padding-bottom: 79px;
  }

  .section-callout-message {
    padding-top: 15px;
    padding-bottom: 0;
  }

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

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

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

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

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_mask {
    width: 100%;
  }

  .gallery14_arrow.hide-mobile-landscape {
    justify-content: center;
    align-items: center;
  }

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

  .gallery14_image-wrapper {
    padding-top: 0%;
  }

  .gallery14_slider {
    padding-bottom: 3rem;
  }

  .gallery14_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .gallery14_slider-2 {
    padding-bottom: 3rem;
  }

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

  .gallery20_slide {
    padding-right: 1.5rem;
  }

  .gallery20_arrow.is-left {
    right: 3.5rem;
  }

  .list-2, .list-3 {
    padding-left: 16px;
  }

  .gallery20_arrow-2.is-left {
    right: 3.5rem;
  }

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

  .gallery23_slide {
    padding-right: 1.5rem;
  }

  .gallery23_arrow.is-left {
    right: 3.5rem;
  }

  .gallery23_mask {
    width: 50%;
  }

  .full-bleed-video {
    min-height: 25vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-wysiwyg {
    padding-top: 40px;
    padding-bottom: 88px;
  }

  .spacer-40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
  }

  h1 {
    letter-spacing: .48px;
    font-size: 48px;
    line-height: 55.2px;
  }

  h2 {
    letter-spacing: .4px;
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    letter-spacing: .36px;
    font-size: 36px;
    line-height: 48.6px;
  }

  h4 {
    letter-spacing: .32px;
    font-size: 32px;
    line-height: 43.2px;
  }

  h5 {
    letter-spacing: .28px;
    font-size: 28px;
    line-height: 37.8px;
  }

  h6 {
    letter-spacing: .24px;
    font-size: 24px;
    line-height: 31.2px;
  }

  blockquote {
    letter-spacing: .72px;
    font-size: 36px;
    line-height: 37.8px;
  }

  .text-large {
    font-size: 18px;
    line-height: 31.68px;
  }

  .text-xs {
    font-size: 12px;
    line-height: 18px;
  }

  .nav-link {
    letter-spacing: 2.4px;
    font-size: 12px;
    line-height: 15.6px;
  }

  .span-large {
    letter-spacing: 2.7px;
    font-size: 18px;
    line-height: 21.6px;
  }

  .span-medium {
    letter-spacing: 2.1px;
    font-size: 14px;
    line-height: 16.8px;
  }

  .container.galllery-lightbox {
    column-count: 1;
  }

  .button {
    font-size: 14px;
  }

  .section.section--prim.padding-bt-small {
    padding-bottom: 36px;
  }

  .section.gallery-section {
    padding-bottom: 40px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-house__subheading {
    letter-spacing: 2.1px;
    font-size: 14px;
    line-height: 16.8px;
  }

  .section-full-nobg.no-text {
    padding-top: 160px;
  }

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

  .swiper_new {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery20_slide {
    padding-right: .5rem;
  }

  .bullet_columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .list-2 {
    margin-bottom: 0;
    padding-left: 16px;
  }

  .list-3 {
    padding-left: 16px;
  }

  .gallery23_mask {
    width: 80%;
  }

  .full-bleed-video {
    min-height: 25vh;
  }

  .section-wysiwyg {
    padding-top: 40px;
  }

  .bullet_columns_one_col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }
}

#w-node-_4b8401fb-2efe-b886-a1ef-13989dd6c5fb-749cdd68, #w-node-_1100dd0a-622b-127f-ed70-b95cb207c1f4-749cdd68, #w-node-f36112ce-cbe0-75df-56a7-b7c279af233f-749cdd85, #w-node-f36112ce-cbe0-75df-56a7-b7c279af2348-749cdd85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab0498db-eb1a-0248-115c-8a7abea711ee-749cdd88, #w-node-_11143e1f-d744-a99d-19ca-6833713430ac-749cdd89, #w-node-f4c53e87-5f7b-6050-cbe2-2d8b0fc6d386-749cdd8a, #w-node-_7410cf87-11ec-c4d8-3c95-3be6c2ad30bf-749cdd8a, #w-node-e7936ef4-7993-de2a-cea4-e2812b362234-749cdd8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_750ea64a-c1ae-6bde-ae15-7db6e3d45556-749cdd8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-c2ca149a-2c15-a44b-f742-1940866bc185-749cdd8b, #w-node-_2cd6874f-24d2-cab6-bb50-c166f6994035-749cdd8b, #w-node-_6c6d46cc-9195-05d9-ef6b-4ccba6c8428a-749cdd8b, #w-node-dfc9a776-ae5e-2049-7ecd-30262496f88c-749cdd8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ea4c2189-1087-54ac-c3b5-c8f6e18efa80-749cdd8e, #w-node-ea4c2189-1087-54ac-c3b5-c8f6e18efa89-749cdd8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ab0498db-eb1a-0248-115c-8a7abea711ee-749cdd88, #w-node-_11143e1f-d744-a99d-19ca-6833713430ac-749cdd89, #w-node-f4c53e87-5f7b-6050-cbe2-2d8b0fc6d386-749cdd8a, #w-node-_7410cf87-11ec-c4d8-3c95-3be6c2ad30bf-749cdd8a, #w-node-e7936ef4-7993-de2a-cea4-e2812b362234-749cdd8a, #w-node-c2ca149a-2c15-a44b-f742-1940866bc185-749cdd8b, #w-node-_2cd6874f-24d2-cab6-bb50-c166f6994035-749cdd8b, #w-node-_6c6d46cc-9195-05d9-ef6b-4ccba6c8428a-749cdd8b, #w-node-dfc9a776-ae5e-2049-7ecd-30262496f88c-749cdd8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab0498db-eb1a-0248-115c-8a7abea711ee-749cdd88, #w-node-_11143e1f-d744-a99d-19ca-6833713430ac-749cdd89, #w-node-f4c53e87-5f7b-6050-cbe2-2d8b0fc6d386-749cdd8a, #w-node-_7410cf87-11ec-c4d8-3c95-3be6c2ad30bf-749cdd8a, #w-node-e7936ef4-7993-de2a-cea4-e2812b362234-749cdd8a, #w-node-_750ea64a-c1ae-6bde-ae15-7db6e3d45556-749cdd8a, #w-node-c2ca149a-2c15-a44b-f742-1940866bc185-749cdd8b, #w-node-_2cd6874f-24d2-cab6-bb50-c166f6994035-749cdd8b, #w-node-_6c6d46cc-9195-05d9-ef6b-4ccba6c8428a-749cdd8b, #w-node-dfc9a776-ae5e-2049-7ecd-30262496f88c-749cdd8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Minsans';
  src: url('../fonts/MinSans-Light-v0401.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Minsans';
  src: url('../fonts/MinSans-Regular-v0401.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Minsans';
  src: url('../fonts/MinSans-Book-v0401.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
