html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, fieldset, form, label,
article, aside, figure, figcaption, footer, header,
menu, nav section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  line-height: 0;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.m-4 {
  margin: 0.25rem !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.p-4 {
  padding: 0.25rem !important;
}

.pt-4 {
  padding-top: 0.25rem !important;
}

.pb-4 {
  padding-bottom: 0.25rem !important;
}

.m-8 {
  margin: 0.5rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.p-8 {
  padding: 0.5rem !important;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.m-16 {
  margin: 1rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.p-16 {
  padding: 1rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.m-24 {
  margin: 1.5rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.p-24 {
  padding: 1.5rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.m-32 {
  margin: 2rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.p-32 {
  padding: 2rem !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pb-32 {
  padding-bottom: 2rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.ease, .btn a, #navigation-container {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 1.11111vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
@media screen and (min-width: 601px) {
  body.logged-in {
    padding-top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #header {
    padding-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #nav-trigger {
    top: 99px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger {
    top: 97px;
  }
}
body.logged-in #nav-trigger.active {
  top: 97px;
}
@media screen and (min-width: 768px) {
  body.logged-in #nav-trigger.active {
    top: 143px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger.active {
    top: 129px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.btn a {
  display: block;
}
.btn.btn-primary {
  background-color: #8dabd8;
}
.btn.btn-primary a {
  color: #fff;
}

header .header-content .nav-container {
  padding: 0 1.25rem 0 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  header .header-content .nav-container {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 1.875rem;
  }
}
@media only screen and (min-width: 1024px) {
  header .header-content .nav-container {
    padding: 0 3.75rem 0 0;
  }
}

#nav-trigger {
  position: absolute;
  z-index: 2;
  top: 2.375rem;
  left: 11.25rem;
  cursor: pointer;
  width: 2.0625rem;
  height: 1.625rem;
}
#nav-trigger:focus {
  outline: auto 5px Highlight;
  outline: -webkit-focus-ring-color auto 5px;
}
#nav-trigger .trigger-wrap {
  position: relative;
}
#nav-trigger .trigger-wrap span {
  background-color: #000;
  margin: 0 auto;
  display: block;
  top: 0.5625rem;
  height: 3px;
  position: absolute;
  opacity: 1;
  right: 0;
  width: 2.0625rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nav-trigger .trigger-wrap span:first-child {
  top: 0;
}
#nav-trigger .trigger-wrap span:last-child {
  top: 1.125rem;
}
#nav-trigger.active {
  z-index: 10;
}
#nav-trigger.active .trigger-wrap span {
  background-color: #000;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#nav-trigger.active .trigger-wrap span:first-child, #nav-trigger.active .trigger-wrap span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.75rem;
  right: 0;
}
#nav-trigger.active .trigger-wrap span:nth-child(2) {
  opacity: 0;
  top: 0.75rem;
}
#nav-trigger.active .trigger-wrap span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navigation-container {
  background-color: #ccc;
  position: fixed;
  width: 100%;
  right: -100%;
  height: 100vh;
  top: 0;
  z-index: 7;
  overflow: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #navigation-container {
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #navigation-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#navigation-container.active {
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#navigation-container .inner-container {
  padding: 12.5rem 0 0;
  width: 100%;
  height: 100%;
  max-width: 80rem;
}
#navigation-container .inner-container nav.navigation {
  width: 100%;
}
#navigation-container .inner-container nav.navigation .menu-main-menu {
  font-family: "overpass-variable", Arial, sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
#navigation-container .inner-container nav.navigation .menu-main-menu li {
  display: block;
  line-height: 1.1;
  border-bottom: 1px solid #111;
  border-top: 1px solid #313131;
}
@media only screen and (min-width: 768px) {
  #navigation-container .inner-container nav.navigation .menu-main-menu li {
    width: auto;
    padding: 0 0 1.875rem;
  }
}
#navigation-container .inner-container nav.navigation .menu-main-menu li:hover > a {
  color: #c369c1;
}
#navigation-container .inner-container nav.navigation .menu-main-menu li.menu-item-has-children a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 5%;
}
#navigation-container .inner-container nav.navigation .menu-main-menu li.menu-item-has-children a.chevron-up::after {
  content: "\f077";
}
#navigation-container .inner-container nav.navigation .menu-main-menu li.menu-item-has-children ul li a::after {
  content: "";
}

.footer {
  background: #fff;
}

.footer__band {
  position: relative;
  height: var(--band-h);
  background: linear-gradient(180deg, #681c32 0%, #402020 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --reveal: 0;
  --sliver: 1.125rem;
  --band-h: 17.0625rem;
  --sun-d: 7.9375rem;
}

.footer__band-cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--sliver) + var(--reveal) * (100% - var(--sliver)));
  background: #8dabd8;
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
  pointer-events: none;
  will-change: height;
  transition: height .1s linear;
  overflow: hidden;
}

.footer__coin {
  position: absolute;
  left: 50%;
  bottom: calc(var(--reveal) * (var(--band-h) + var(--sun-d)) / 2 - var(--sun-d));
  width: var(--sun-d);
  height: var(--sun-d);
  border-radius: 50%;
  background: #f0e67b;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  will-change: bottom;
  transition: bottom .1s linear;
}

.footer__bird {
  position: relative;
  color: #681c32;
  z-index: 3;
  width: 5.8125rem;
  height: auto;
  display: block;
}

.footer__info {
  text-align: center;
  padding: 2.9375rem 1rem 4rem;
  background: #fff;
}

.footer__address {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: #681c32;
  margin: 0 0 3.3125rem;
}

.footer__address p {
  margin: 0;
}

.footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin: 0 0 5.5rem;
}

.footer__greystar {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #681c32;
  font-family: "overpass-variable", Arial, sans-serif;
}

.footer__icons {
  display: inline-flex;
  color: #681c32;
  align-items: center;
  gap: 0.625rem;
}

.footer__eho-ada {
  display: block;
  width: auto;
  height: 1.1875rem;
}

.footer__copyright {
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 2;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
  color: #681c32;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .footer__band {
    --band-h: 17.5rem;
    --sun-d: 6rem;
    --sliver: 0.75rem;
  }

  .footer__greystar-img {
    height: 1.25rem;
    width: auto;
  }
}
#home {
  overflow-x: hidden;
}

.post .post-link {
  display: none;
}

.gallery-page {
  background: #fff;
}

.gallery-page__header {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}

.gallery-page__logo img {
  display: block;
  height: 4rem;
  width: auto;
}

.gallery-page__banner {
  background: #402020;
  padding: 3.75rem 1rem 2.8125rem;
  text-align: center;
}

.gallery-page__title {
  font-family: "garamond-premier-pro-display", Georgia, serif;
  font-weight: 300;
  font-size: 2.8125rem;
  line-height: 1.05;
  letter-spacing: 0.14063rem;
  text-transform: uppercase;
  color: #c369c1;
  margin: 0 0 2.5rem;
}

.gallery-page__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}

.gallery-page__tab {
  background: none;
  border: 0;
  padding: 0.25rem 0;
  cursor: pointer;
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  color: #c369c1;
  position: relative;
  transition: opacity .2s ease;
}
.gallery-page__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.125rem;
  height: 1px;
  background: #c369c1;
  transform: scaleX(0);
  transition: transform .25s ease;
}
.gallery-page__tab.is-active::after, .gallery-page__tab:hover::after {
  transform: scaleX(1);
}
.gallery-page__tab:not(.is-active) {
  opacity: .8;
}

.gallery-page__grid {
  max-width: 90rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 4rem;
  box-sizing: border-box;
  column-count: 3;
  column-gap: 1.0625rem;
}

.gallery-page__item {
  margin: 0 0 1.0625rem;
  break-inside: avoid;
  display: block;
}
.gallery-page__item.is-hidden {
  display: none;
}

.gallery-page__link {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-page__link:hover .gallery-page__caption, .gallery-page__link:focus-visible .gallery-page__caption {
  opacity: 1;
}
.gallery-page__link:hover .gallery-page__img {
  transform: scale(1.03);
}

.gallery-page__img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .5s ease;
}

.gallery-page__caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  margin: 0;
  background: linear-gradient(180deg, rgba(64, 32, 32, 0) 40%, rgba(64, 32, 32, 0.82) 100%);
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
}
.gallery-page__caption span {
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
  .gallery-page__grid {
    column-count: 2;
  }

  .gallery-page__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-page__banner {
    padding: 1.75rem 1.25rem 1.5rem;
  }

  .gallery-page__title {
    font-size: 1.75rem;
    letter-spacing: 0.09375rem;
    margin: 0 0 1.25rem;
  }

  .gallery-page__filter {
    gap: 1.25rem;
  }

  .gallery-page__grid {
    column-count: 1;
    padding: 1.25rem 1.25rem 3rem;
  }

  .gallery-page__item {
    margin-bottom: 0.75rem;
  }

  .gallery-page__caption {
    opacity: 1;
  }
}
.top-bar {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  margin-bottom: 1.5625rem;
}
.top-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #f0e67b;
}
.top-bar__tab {
  position: absolute;
  top: 3px;
  right: 5.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  width: 17.4375rem;
  height: 4rem;
  background: #f0e67b;
}
@media only screen and (max-width: 767px) {
  .top-bar__tab {
    right: 1rem;
    width: 100%;
    max-width: 17.5rem;
  }
}
.top-bar__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.56;
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 700;
  color: #681c32;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.top-bar__arrow {
  width: 0.875rem;
  height: 0.875rem;
  color: #681c32;
  flex: 0 0 auto;
  transition: color 0.3s ease-in-out;
}
.top-bar .top-bar__link:hover .top-bar__text {
  color: #8dabd8;
}
.top-bar .top-bar__link:hover .top-bar__arrow {
  color: #8dabd8;
}

.hero {
  position: relative;
  background: #402020;
  text-align: center;
}
.hero::before {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  height: 23.5rem;
  background: linear-gradient(to bottom, #681c32 0%, rgba(104, 28, 50, 0) 71.277%);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  animation: hero-bg-in .8s ease .4s forwards;
}

.hero__inner,
.hero__gallery {
  position: relative;
  z-index: 1;
}

@keyframes hero-bg-in {
  to {
    opacity: 1;
  }
}
.hero__logo-block {
  background: #fff;
  text-align: center;
  padding-top: 2.5rem;
}
.hero__logo-block .logo {
  display: inline-block;
  line-height: 0;
}
.hero__logo-block .logo img {
  display: block;
  height: 4.75rem;
  max-width: 9.5625rem;
  width: 100%;
  margin: 0 auto;
}

.hero__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1rem 0;
}

.hero__pretitle {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 2.25rem;
}

.hero__title {
  font-family: "garamond-premier-pro-display", Georgia, serif;
  font-weight: 300;
  font-size: 5.3125rem;
  line-height: .9;
  letter-spacing: 0.26563rem;
  text-transform: uppercase;
  color: #c369c1;
  margin: 0 auto;
  max-width: 75.9375rem;
}

.hero__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin: 2.625rem auto;
  width: 11.25rem;
}

.hero__divider-line {
  display: block;
  height: 2px;
  width: 5.625rem;
  background: #f0e67b;
  transform: scaleX(0);
  transform-origin: left center;
  animation: hero-line-draw .8s ease forwards;
}

.hero__divider-dots {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  height: 2px;
}

.hero__divider-dot {
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #f0e67b;
  opacity: 0;
  animation: hero-dot-in .25s ease forwards;
  animation-delay: calc(.8s + (var(--dot-i) * .3s));
}

@keyframes hero-line-draw {
  to {
    transform: scaleX(1);
  }
}
@keyframes hero-dot-in {
  from {
    opacity: 0;
    transform: scale(0.4);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.hero__subtitle {
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.1375rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.hero__gallery {
  position: relative;
  margin-top: 3.5rem;
  background: linear-gradient(to bottom, #402020 0, #402020 180px, #fff 180px, #fff 100%);
  padding: 0 1rem 6.25rem;
}

.hero__frame {
  position: relative;
  width: 100%;
  max-width: 75.375rem;
  height: 22.75rem;
  margin: 0 auto;
  border: 2px solid #c369c1;
  overflow: visible;
  box-sizing: border-box;
  padding: 0.75rem 0.6875rem;
}

.hero__rotator {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__track {
  display: flex;
  height: 100%;
  will-change: transform;
}

.hero__pair {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.hero__slide {
  flex: 0 0 49.5%;
  width: 49.5%;
  height: 100%;
}

.hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 5.5625rem;
  height: 6.625rem;
  object-fit: contain;
  z-index: 3;
  pointer-events: none;
}

.hero__amenities {
  max-width: 75.375rem;
  margin: 1.5rem auto 0;
  overflow: hidden;
  color: #c369c1;
}

.hero__amenities-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: hero-amenities-scroll 45s linear infinite;
}
.hero__amenities:hover .hero__amenities-track {
  animation-play-state: paused;
}

.hero__amenity {
  flex: 0 0 auto;
  padding: 0 2.25rem;
  white-space: nowrap;
}
.hero__amenity--bold {
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}
.hero__amenity--italic {
  font-family: "garamond-premier-pro-caption", "garamond-premier-pro-display", Georgia, serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0;
  text-transform: lowercase;
}

.hero__welcome {
  max-width: 75.375rem;
  margin: 3.75rem auto 0;
  padding: 0 1rem;
  box-sizing: border-box;
}

.hero__welcome-text {
  max-width: 44.5rem;
  margin: 0 auto;
  text-align: center;
  color: #681c32;
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
.hero__welcome-text p {
  margin: 0 0 1em;
}
.hero__welcome-text p:last-child {
  margin-bottom: 0;
}

@keyframes hero-amenities-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1200px) {
  .hero__logo-block {
    padding-top: 5.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero__inner {
    padding-top: 3.5rem;
  }

  .hero__title {
    font-size: clamp(3rem, 8vw, 5.3125rem);
    line-height: 1;
  }

  .hero__frame {
    height: clamp(17.5rem, 34vw, 22.75rem);
  }

  .hero__gallery {
    padding-bottom: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero__logo-block {
    padding-top: 6.875rem;
  }

  .hero__logo-block .logo img {
    height: 5.25rem;
  }

  .hero__inner {
    padding: 2.5rem 1.25rem 0;
  }

  .hero__pretitle {
    font-size: 0.875rem;
    line-height: 1.28571;
    max-width: 16.25rem;
    margin: 0 auto 1.5rem;
  }

  .hero__title {
    font-size: clamp(2.375rem, 12vw, 3.4375rem);
    line-height: .873;
    letter-spacing: 0.17188rem;
    max-width: 22.125rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__subtitle {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
  }

  .hero::before {
    top: 0.75rem;
    right: 0.75rem;
    left: 0.75rem;
    height: 16.25rem;
  }

  .hero__gallery {
    margin-top: 2.5rem;
    background: linear-gradient(to bottom, #402020 0, #402020 120px, #fff 120px, #fff 100%);
    padding: 0 1.25rem 3.75rem;
  }

  .hero__frame {
    height: auto;
    max-width: 24.375rem;
    padding: 0.6875rem;
    overflow: visible;
  }

  .hero__rotator {
    height: auto;
  }

  .hero__track {
    height: auto;
    align-items: stretch;
  }

  .hero__pair {
    flex-direction: column;
    gap: 0.75rem;
    height: auto;
  }

  .hero__slide {
    flex: 0 0 auto;
    width: 100%;
    height: clamp(15rem, 78vw, 20.75rem);
  }

  .hero__amenities {
    max-width: 24.375rem;
  }

  .hero__badge {
    width: 4.5rem;
    height: 5.375rem;
  }
}
@media only screen and (max-width: 400px) {
  .hero__slide {
    height: clamp(12.5rem, 70vw, 16.25rem);
  }

  .hero__badge {
    width: 4rem;
    height: 4.75rem;
  }
}
.intro {
  --intro-slide-w: 17.8125rem;
  --intro-slide-h: 21.75rem;
  --intro-slide-gap: 0.25rem;
  --intro-visible: 3;
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-bottom: 8.4375rem;
}

.intro__blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: #8dabd8;
  z-index: 0;
}

.intro__inner {
  position: relative;
  z-index: 2;
  max-width: 90rem;
  margin: 0 auto;
  padding: 3.5rem 1rem 6rem;
  padding-left: clamp(1.5rem, 14.4vw, 13rem);
  padding-right: clamp(21.25rem, 42vw, 31.25rem);
  box-sizing: border-box;
}

.intro__headings {
  margin: 0 0 clamp(3rem, 9vw, 8.125rem);
}

.intro__heading {
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  line-height: 1.85;
  text-transform: uppercase;
  color: #681c32;
  margin: 0;
}

.intro__heading--phrase {
  color: #fff;
  transition: opacity .4s ease, transform .4s ease;
}
.intro__heading--phrase.is-swapping {
  opacity: 0;
  transform: translateY(6px);
}

.intro__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.375rem;
  padding: 1.875rem 1.625rem;
  color: #681c32;
  text-decoration: none;
}
.intro__button .intro__button-text,
.intro__button .intro__button-arrow {
  transition: color .35s ease;
}

.intro__button-box {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.intro__button-border {
  position: absolute;
  border: 2px solid #8dabd8;
  transition: transform .35s ease, opacity .35s ease;
}

.intro__button-border--back {
  left: 0;
  right: 0.375rem;
  top: 0.375rem;
  bottom: 0;
}

.intro__button-border--front {
  left: 0.375rem;
  right: 0;
  top: 0;
  bottom: 0.375rem;
}

.intro__button:hover .intro__button-border--front,
.intro__button:focus-visible .intro__button-border--front {
  transform: translate(-6px, 6px);
  opacity: 0;
}
.intro__button:hover .intro__button-text,
.intro__button:hover .intro__button-arrow,
.intro__button:focus-visible .intro__button-text,
.intro__button:focus-visible .intro__button-arrow {
  color: #8dabd8;
}

.intro__button-text {
  position: relative;
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.intro__button-arrow {
  position: relative;
  width: 1.5rem;
  height: 0.875rem;
  flex: 0 0 auto;
}

.intro__slider {
  position: absolute;
  top: 4.0625rem;
  right: 0;
  left: auto;
  width: clamp(21.25rem, 42vw, 42vw);
  height: var(--intro-slide-h);
  overflow: hidden;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .intro__slider {
    width: calc(50vw - 3.75rem);
    min-width: 53.9375rem;
  }
}
.intro__slider-track {
  display: flex;
  gap: var(--intro-slide-gap);
  width: max-content;
  height: 100%;
  will-change: transform;
  transition: transform .8s ease;
}

.intro__slide {
  flex: 0 0 var(--intro-slide-w);
  width: var(--intro-slide-w);
  height: 100%;
}

.intro__slide-img,
.intro__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 901px) and (max-width: 1199px) {
  .intro {
    --intro-slide-w: 13.75rem;
    --intro-slide-h: 18.75rem;
    --intro-visible: 2;
  }

  .intro__blue {
    height: 13.125rem;
  }

  .intro__inner {
    padding-right: clamp(18.75rem, 46vw, 30rem);
    padding-bottom: 4.5rem;
  }

  .intro__slider {
    top: 3.5rem;
  }
}
@media only screen and (max-width: 900px) {
  .intro {
    --intro-slide-w: clamp(9.625rem, 34vw, 16.25rem);
    --intro-slide-h: clamp(11.75rem, 42vw, 20rem);
    --intro-slide-gap: 0.25rem;
    --intro-visible: 2;
    --intro-inset: 1.25rem;
    margin-bottom: 5.625rem;
  }

  .intro__blue {
    height: 12.5rem;
  }

  .intro__inner {
    padding: 40px var(--intro-inset) 40px;
    display: flex;
    flex-direction: column;
  }

  .intro__slider {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    transform: none;
    width: auto;
    min-width: 0;
    margin: 8px calc(var(--intro-inset) * -1) 0 0;
    height: var(--intro-slide-h);
    order: 3;
  }

  .intro__headings {
    order: 1;
    margin: 0 0 1.5rem;
  }

  .intro__button {
    order: 3;
    align-self: flex-start;
    margin: 1.5625rem 0 1.75rem;
  }
}
@media only screen and (max-width: 480px) {
  .intro {
    --intro-slide-gap: 3px;
  }
}
@media only screen and (max-width: 400px) {
  .intro {
    --intro-slide-w: 8.75rem;
    --intro-slide-h: 10.75rem;
  }
}
.stay-form {
  position: relative;
  background: #f0e67b;
  min-height: 50.625rem;
  box-sizing: border-box;
  padding: 6.375rem 1rem 10.3125rem;
}
@media only screen and (max-width: 767px) {
  .stay-form {
    min-height: 0;
    padding: 5rem 1.25rem 4rem;
  }
}
.stay-form__monogram {
  position: absolute;
  color: #681c32;
  top: -6.875rem;
  right: -2.125rem;
  width: 18.75rem;
  height: 19.125rem;
  z-index: 1;
  pointer-events: none;
}
.stay-form__monogram img, .stay-form__monogram svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .stay-form__monogram {
    width: 9.375rem;
    height: 9.5625rem;
    top: -5.625rem;
    right: -1.125rem;
  }
}
.stay-form__wrapper {
  max-width: 69.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.stay-form__title {
  font-family: "garamond-premier-pro-display", Georgia, serif;
  font-weight: 300;
  font-weight: 400;
  font-size: 3.4375rem;
  line-height: 1;
  color: #681c32;
  letter-spacing: 0.17188rem;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.stay-form__intro {
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #681c32;
  margin: 0 0 4.375rem;
  max-width: 30.8125rem;
}
.stay-form__body .frm_forms,
.stay-form__body .frm_forms.with_frm_style {
  width: 100%;
}
.stay-form__body .frm_forms .frm_message,
.stay-form__body .frm_forms.with_frm_style .frm_message {
  background: #681c32;
  border: 0;
  border-radius: 0;
  padding: 3.75rem 3.125rem;
  position: relative;
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #f0e67b;
}
.stay-form__body .frm_forms .frm_message h1, .stay-form__body .frm_forms .frm_message h2, .stay-form__body .frm_forms .frm_message h3, .stay-form__body .frm_forms .frm_message h4, .stay-form__body .frm_forms .frm_message h5, .stay-form__body .frm_forms .frm_message h6,
.stay-form__body .frm_forms .frm_message .h1, .stay-form__body .frm_forms .frm_message .h2, .stay-form__body .frm_forms .frm_message .h3, .stay-form__body .frm_forms .frm_message .h4, .stay-form__body .frm_forms .frm_message .h5, .stay-form__body .frm_forms .frm_message .h6,
.stay-form__body .frm_forms.with_frm_style .frm_message h1,
.stay-form__body .frm_forms.with_frm_style .frm_message h2,
.stay-form__body .frm_forms.with_frm_style .frm_message h3,
.stay-form__body .frm_forms.with_frm_style .frm_message h4,
.stay-form__body .frm_forms.with_frm_style .frm_message h5,
.stay-form__body .frm_forms.with_frm_style .frm_message h6,
.stay-form__body .frm_forms.with_frm_style .frm_message .h1,
.stay-form__body .frm_forms.with_frm_style .frm_message .h2,
.stay-form__body .frm_forms.with_frm_style .frm_message .h3,
.stay-form__body .frm_forms.with_frm_style .frm_message .h4,
.stay-form__body .frm_forms.with_frm_style .frm_message .h5,
.stay-form__body .frm_forms.with_frm_style .frm_message .h6 {
  font-family: "garamond-premier-pro-caption", "garamond-premier-pro-display", Georgia, serif;
  font-weight: 600;
  font-size: 1.375rem;
}
.stay-form__body .frm_forms .frm_message p,
.stay-form__body .frm_forms.with_frm_style .frm_message p {
  color: inherit;
}
.stay-form__body .frm_forms .frm_message::before,
.stay-form__body .frm_forms.with_frm_style .frm_message::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0.5625rem;
  left: 0.5625rem;
  right: 0.5625rem;
  bottom: 0.5625rem;
  border: 2px solid #c369c1;
}
.stay-form__body .frm_forms .frm_message *,
.stay-form__body .frm_forms.with_frm_style .frm_message * {
  position: relative;
  z-index: 2;
}
.stay-form__body .frm_form_fields,
.stay-form__body fieldset {
  width: 100%;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.stay-form__body .frm_fields_container {
  display: grid !important;
  column-gap: 0.9375rem !important;
  row-gap: 1.25rem !important;
  align-items: start;
}
.stay-form__body .frm_fields_container > input[type="hidden"] {
  display: none !important;
}
.stay-form__body .frm_form_field {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  position: relative;
  min-width: 0;
}
.stay-form__body .frm_primary_label {
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.625rem !important;
  line-height: 1.3 !important;
  color: #681c32 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 0.5rem !important;
  padding: 0 !important;
  display: block;
  white-space: nowrap;
}
.stay-form__body .frm_required {
  color: #681c32 !important;
  margin-left: -0.35em !important;
}
.stay-form__body input[type="text"],
.stay-form__body input[type="email"],
.stay-form__body input[type="tel"],
.stay-form__body input[type="number"],
.stay-form__body input[type="password"],
.stay-form__body textarea,
.stay-form__body .with_frm_style input[type="text"],
.stay-form__body .with_frm_style input[type="email"],
.stay-form__body .with_frm_style input[type="tel"],
.stay-form__body .with_frm_style input[type="number"],
.stay-form__body .with_frm_style textarea {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
  border: 2px solid #681c32 !important;
  border-radius: 0 !important;
  padding: 0.8125rem 0.875rem !important;
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
  color: #681c32 !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: auto !important;
  margin: 0 !important;
}
.stay-form__body input[type="text"]::placeholder,
.stay-form__body input[type="email"]::placeholder,
.stay-form__body input[type="tel"]::placeholder,
.stay-form__body input[type="number"]::placeholder,
.stay-form__body input[type="password"]::placeholder,
.stay-form__body textarea::placeholder,
.stay-form__body .with_frm_style input[type="text"]::placeholder,
.stay-form__body .with_frm_style input[type="email"]::placeholder,
.stay-form__body .with_frm_style input[type="tel"]::placeholder,
.stay-form__body .with_frm_style input[type="number"]::placeholder,
.stay-form__body .with_frm_style textarea::placeholder {
  color: #681c32 !important;
  opacity: 1;
  font-size: 1.125rem;
  font-weight: 400 !important;
}
.stay-form__body input[type="text"]:focus,
.stay-form__body input[type="email"]:focus,
.stay-form__body input[type="tel"]:focus,
.stay-form__body input[type="number"]:focus,
.stay-form__body input[type="password"]:focus,
.stay-form__body textarea:focus,
.stay-form__body .with_frm_style input[type="text"]:focus,
.stay-form__body .with_frm_style input[type="email"]:focus,
.stay-form__body .with_frm_style input[type="tel"]:focus,
.stay-form__body .with_frm_style input[type="number"]:focus,
.stay-form__body .with_frm_style textarea:focus {
  outline: none;
  border-color: #541e29 !important;
  background: transparent !important;
}
.stay-form__body textarea {
  min-height: 8.375rem !important;
  resize: vertical;
  display: block;
}
.stay-form__body .vertical_radio > .frm_primary_label,
.stay-form__body .frm_checkbox_block > .frm_primary_label,
.stay-form__body .frm_form_field.vertical_radio > .frm_primary_label {
  display: none !important;
}
.stay-form__body .frm_opt_container {
  margin: 0 !important;
}
.stay-form__body .frm_checkbox {
  margin: 0 !important;
}
.stay-form__body .frm_checkbox label {
  display: flex !important;
  align-items: center;
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem !important;
  line-height: 1.3 !important;
  color: #681c32 !important;
  cursor: pointer;
  margin: 0 !important;
}
.stay-form__body .frm_checkbox input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  accent-color: #541e29;
  width: 1.25rem !important;
  height: 1.25rem !important;
  min-width: 1.25rem;
  flex: 0 0 1.25rem;
  margin: 0 0.625rem 0 0 !important;
  padding: 0 !important;
  border: 2px solid #541e29 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: none !important;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.stay-form__body .frm_checkbox input[type="checkbox"]:checked, .stay-form__body .frm_checkbox input[type="checkbox"]:not([disabled]):checked {
  background-color: #541e29 !important;
  border-color: #541e29 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4.5L4.5 8L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 12px 9px !important;
}
.stay-form__body .frm_checkbox input[type="checkbox"]:focus {
  outline: none;
}
.stay-form__body .frm_checkbox input[type="checkbox"]:focus-visible {
  outline: 2px solid #541e29;
  outline-offset: 2px;
}
.stay-form__body .frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type="checkbox"],
.stay-form__body .with_frm_style .frm_checkbox input[type="checkbox"] {
  border-radius: 0 !important;
}
.stay-form__body .frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type="checkbox"]:not([disabled]):checked,
.stay-form__body .frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type="checkbox"]:checked {
  background-color: #541e29 !important;
  border-color: #541e29 !important;
  border-radius: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4.5L4.5 8L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 12px 9px !important;
}
.stay-form__body .frm_submit {
  margin-top: 1.75rem !important;
  text-align: left;
}
.stay-form__body .frm_submit button,
.stay-form__body .frm_submit input[type="submit"],
.stay-form__body .frm_submit .frm_button_submit {
  background: #8dabd8 !important;
  border: 2px solid #8dabd8 !important;
  border-radius: 0 !important;
  color: #681c32 !important;
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 700;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  letter-spacing: 0.1125rem !important;
  text-transform: uppercase;
  padding: 0.75rem 2.75rem !important;
  min-width: 12.8125rem;
  width: auto !important;
  margin: 0 !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.3s ease, color 0.3s ease !important;
}
.stay-form__body .frm_submit button:hover, .stay-form__body .frm_submit button:focus-visible,
.stay-form__body .frm_submit input[type="submit"]:hover,
.stay-form__body .frm_submit input[type="submit"]:focus-visible,
.stay-form__body .frm_submit .frm_button_submit:hover,
.stay-form__body .frm_submit .frm_button_submit:focus-visible {
  background: transparent !important;
  color: #681c32 !important;
}
.stay-form__body .frm_verify {
  position: absolute !important;
  left: -9999px !important;
}
.stay-form__body .frm_fields_container > div:has(> .frm_verify) {
  display: none !important;
}
.stay-form__body .frm_screen_reader {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.map {
  background: #fff;
  padding: 4rem 1rem 4.5rem;
  overflow: hidden;
}

.map__wrapper {
  position: relative;
  max-width: 69.5rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}

.map__embed {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
  background: #8dabd8;
  aspect-ratio: 1093 / 523;
}
.map__embed::before {
  content: "";
  display: block;
  padding-top: 47.8%;
}
@supports (aspect-ratio: 1/1) {
  .map__embed::before {
    display: none;
  }
}
.map__embed iframe,
.map__embed embed,
.map__embed object,
.map__embed img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.map__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.map__canvas img {
  max-width: none;
}

.map__placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px), #8dabd8;
  background-size: 48px 48px, 48px 48px, auto;
}

.map__pin {
  position: absolute;
  top: 34%;
  left: 42%;
  width: 4.5rem;
  height: 5.75rem;
  transform: translate(-50%, -50%);
}
.map__pin svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.18));
}
.map__pin .map__pin-drop {
  fill: #f0e67b;
}
.map__pin .map__pin-bird {
  fill: #681c32;
}

.map__dot {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #f0e67b;
}
.map__dot--1 {
  top: 52%;
  left: 47%;
}
.map__dot--2 {
  top: 58%;
  left: 39%;
}

.map__label {
  position: absolute;
  top: 40%;
  right: 12%;
  font-family: "overpass-variable", Arial, sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: #681c32;
  letter-spacing: .5px;
}

.map__monogram {
  flex: 0 0 auto;
}
.map__monogram img {
  display: block;
  width: 5.4375rem;
  height: auto;
}

.gm-style-iw-ch {
  font-weight: 700;
  font-size: 1.125rem;
}

@media only screen and (max-width: 1024px) {
  .map {
    padding: 3.5rem 1.25rem 4rem;
  }

  .map__wrapper {
    gap: 1.75rem;
  }

  .map__monogram img {
    width: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    padding: 2.5rem 1.25rem 3rem;
  }

  .map__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }

  .map__embed {
    aspect-ratio: 4 / 3;
  }
  .map__embed::before {
    padding-top: 75%;
  }

  .map__pin {
    width: 3.5rem;
    height: 4.5rem;
  }

  .map__monogram {
    display: none;
  }

  .map__label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
  }
}
.gallery-row {
  position: relative;
  background: #fff;
  padding-top: 0;
  padding-bottom: 5rem;
  margin-top: -9.375rem;
}
@media only screen and (max-width: 767px) {
  .gallery-row {
    margin-top: -5.625rem;
    padding-bottom: 3.5rem;
  }
}
.gallery-row__frame {
  position: relative;
  width: 100%;
  max-width: 1206px;
  height: 22.75rem;
  margin: 0 auto;
  border: 2px solid #c369c1;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .gallery-row__frame {
    height: 15rem;
    max-width: calc(100% - 2.5rem);
  }
}
.gallery-row__track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: gallery-scroll 50s linear infinite;
}
.gallery-row:hover .gallery-row__track {
  animation-play-state: paused;
}
.gallery-row__item {
  flex: 0 0 auto;
  width: 36.625rem;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .gallery-row__item {
    width: 22.9375rem;
  }
}
.gallery-row__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-row__badge {
  position: absolute;
  left: 50%;
  bottom: -3.3125rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5.5625rem;
  height: 6.625rem;
  object-fit: contain;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .gallery-row__badge {
    width: 4rem;
    height: 4.75rem;
    bottom: -2.375rem;
  }
}

@keyframes gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.faq {
  background: #fff;
  padding: 4.5rem 1rem 10.875rem;
}

.faq__wrapper {
  max-width: 69.5rem;
  margin: 0 auto;
}

.faq__title {
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.20625rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 6.25rem;
  color: #681c32;
}

.faq__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  column-gap: 7.75rem;
  row-gap: 0;
}

.faq__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@supports (grid-template-rows: subgrid) {
  .faq__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0;
    justify-items: center;
    align-items: start;
  }
}
.faq__q {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  padding: 0;
  cursor: default;
  max-width: 28.75rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.31;
  color: #681c32;
  text-align: center;
}

.faq__q span {
  display: block;
}

.faq__chevron {
  display: none;
}

.faq__a {
  margin-top: 1.375rem;
}

.faq__a p {
  font-weight: 400;
  font-size: 1rem;
  max-width: 22.6875rem;
  line-height: 1.31;
  color: #681c32;
  margin: 0 auto;
}

.faq__dash {
  display: block;
  color: #681c32;
  margin-top: 3.25rem;
  margin-bottom: 4.5625rem;
  line-height: 0;
}
.faq__dash svg {
  display: block;
  width: 1.75rem;
  height: 0.75rem;
}

.faq__columns .faq__item:last-child .faq__dash,
.faq__columns .faq__item:nth-last-child(2):nth-child(odd) .faq__dash {
  display: none;
}

@media only screen and (max-width: 767px) {
  .faq {
    padding: 2.5rem 1.25rem 3.5rem;
  }

  .faq__title {
    text-align: left;
    margin: 0 0 2.5rem;
  }

  .faq__columns {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .faq__item {
    display: block;
    grid-row: auto;
    text-align: left;
    align-items: stretch;
    justify-items: stretch;
    border-bottom: 0;
  }

  .faq__q {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    max-width: none;
    width: 100%;
    padding: 0 0 1.625rem;
    margin: 0;
    border-bottom: 2px solid #681c32;
    line-height: 1.3125;
    cursor: pointer;
  }

  .faq__chevron {
    display: block;
    width: 0.875rem;
    height: 0.5rem;
    flex: 0 0 auto;
    margin-top: 0.4375rem;
    transition: transform 0.32s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .faq__q[aria-expanded="true"] .faq__chevron {
    transform: rotate(180deg);
  }

  .faq__a {
    display: grid;
    grid-template-rows: 0fr;
    box-sizing: border-box;
    margin: 0 0 2.5rem;
    padding: 0;
    max-height: none;
    transition: grid-template-rows 0.32s cubic-bezier(0.33, 1, 0.68, 1), padding 0.32s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .faq__a-inner {
    overflow: hidden;
    min-height: 0;
  }

  .faq__a p {
    max-width: none;
    margin: 0;
  }

  .faq__q[aria-expanded="true"] + .faq__a {
    grid-template-rows: 1fr;
    padding: 1.25rem 0 0;
  }

  .faq__item:last-child .faq__a {
    margin-bottom: 0;
  }

  .faq__dash {
    display: none;
    margin: 0;
  }
}
