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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.02vw;
}

h1 {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 400;
}

h2 {
  margin-top: 0vw;
  margin-bottom: 1vw;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 2.1vw;
  line-height: 3.1vw;
  font-weight: 500;
  letter-spacing: 0vw;
}

h3 {
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: 'Playfair Display', sans-serif;
  color: #96772c;
  font-size: 2vw;
  line-height: 2.5vw;
  font-weight: 400;
}

h4 {
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 900;
}

h5 {
  margin-top: 1vw;
  margin-bottom: 0.5vw;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 1.2vw;
  line-height: 1.75vw;
  font-weight: 900;
}

h6 {
  margin-top: 1vw;
  margin-bottom: 1.5vw;
  font-family: Lato, sans-serif;
  color: #96772c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

p {
  margin-bottom: 1vw;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #636363;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

a {
  color: #96772c;
  text-decoration: none;
}

ul {
  margin-top: 0vw;
  margin-bottom: 2vw;
  padding-left: 4vw;
}

ol {
  margin-top: 0vw;
  margin-bottom: 2vw;
  padding-left: 4vw;
}

li {
  margin-top: 0.5vw;
  margin-bottom: 0vw;
  font-family: Lato, sans-serif;
  color: #636363;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0.01vw;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-top: 3vw;
  margin-bottom: 5vw;
  padding: 0px 4vw;
  border-left: 1px none #000;
  font-family: 'Playfair Display', sans-serif;
  color: #96772c;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 400;
}

figure {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

figcaption {
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  opacity: 0.75;
  font-family: Lato, sans-serif;
  color: #636363;
  font-weight: 400;
  text-align: left;
}

.cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.cover-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: rgba(3, 3, 3, 0.6);
}

.sc-content-holder {
  position: absolute;
  left: 0%;
  right: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eaedf2;
  border-radius: 10vw;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button-style-1:hover {
  background-color: #fff;
  color: #000;
}

.button-style-1.large {
  width: 100%;
  height: 99px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 100vw;
  font-family: 'Playfair Display', sans-serif;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.button-style-1.large:hover {
  background-color: #b18c34;
}

.button-style-1.btn-style-2 {
  background-color: #000;
  color: #eaedf2;
}

.button-style-1.btn-style-2:hover {
  background-color: #660708;
}

.style-4s {
  margin-bottom: 0vw;
  font-family: Lato, sans-serif;
  color: #660708;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15vw;
  text-transform: uppercase;
}

.style-4s.white {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
}

.style-4s.white.inline {
  display: inline-block;
}

.style-4s.white.menu-button {
  padding: 15px 10px;
  border: 1px solid #fff;
  -webkit-transition: background-position 350ms ease, color 350ms ease;
  transition: background-position 350ms ease, color 350ms ease;
  cursor: pointer;
}

.style-4s.white.menu-button:hover {
  background-color: #fff;
  color: #636363;
}

.style-4s.white-faded {
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: hsla(0, 0%, 100%, 0.65);
}

.style-4s.white-faded:hover {
  color: #fff;
}

.style-4s.menu-link {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: rgba(255, 255, 255, 0.6);
}

.style-4s.menu-link:hover {
  color: #fff;
}

.style-4s.concierge {
  text-align: center;
}

.style-4s.contact-subhead {
  color: #660708;
  text-align: center;
}

.style-4s.concierge-subtitle {
  color: #fff;
}

.style-4s.rooms-sub-title {
  color: #000;
  text-align: left;
}

.sc-sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.global-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.global-container.food-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-container.button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-container.about {
  width: 75vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-container.fb-container {
  position: absolute;
  z-index: 2;
  width: 70vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-container.rcontainer {
  width: 70vw;
  padding-bottom: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.eyebrow {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #235a52;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-description-holder {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.button-style-5 {
  padding: 0px 0px 5px;
  border-bottom: 1px solid #96772c;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #96772c;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

.button-style-5:hover {
  color: #235a52;
}

.book-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  margin-right: 2vw;
  margin-bottom: 4vw;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}

.fullbleed-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f1f1f1;
}

.quote-holder {
  padding-right: 80px;
  padding-left: 80px;
}

.navbar {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.navbar-logo-holder {
  border-bottom: 30px none #dd2f2f;
}

.navbar-logo-holder.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-logo-holder.logo-inmenu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 60px;
  margin-left: 60px;
}

.navbar-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 23px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-navbar:hover {
  padding-top: 4px;
  border-bottom: 4px solid #fff;
}

.button-navbar.w--current {
  padding-top: 4px;
  border-bottom: 4px solid #fff;
}

.button-navbar.link-delay {
  font-size: 12px;
  line-height: 14px;
}

.button-navbar.link-delay:hover {
  padding-top: 5px;
  border-bottom: 6px solid #fff;
}

.button-navbar.link-delay.w--current {
  padding-top: 5px;
  border-bottom: 5px solid #fff;
}

.button-navbar.dark {
  color: #000;
}

.button-navbar.dark:hover {
  border-bottom-color: #660708;
}

.navbar-icon-holder {
  margin-bottom: 8px;
  margin-left: 30px;
}

.navbar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343a40;
}

.menu-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.style-1xl {
  margin-bottom: 0vw;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 6vw;
  line-height: 7vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.1vw;
}

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

.cover-image.nodisplay {
  display: none;
}

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

.image.scale-in {
  -o-object-fit: cover;
  object-fit: cover;
}

.global-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-section.global-rich-text.no-margin-bottom {
  padding-bottom: 0px;
}

.global-section.global-rich-text.concierge {
  background-color: #eaedf2;
}

.global-section.margin-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-section.first {
  padding-bottom: 0px;
}

.global-section.food-image {
  padding-top: 0px;
  padding-bottom: 0px;
}

.global-section.book-now {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.global-section.no-top-margin {
  padding-top: 0px;
}

.global-section.line-break {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.global-section.line-break.section-landing {
  padding-top: 0vw;
  padding-bottom: 0vw;
}

.global-section.line-break.dine-with-us {
  padding-top: 0vw;
  padding-bottom: 0vw;
}

.global-section.fb-section {
  position: relative;
  overflow: hidden;
  height: 40vw;
  padding: 0vw;
}

.global-section.faq-header {
  background-color: #eaedf2;
}

.global-section.blue {
  background-color: #eaedf2;
}

.global-section.no_display {
  display: none;
}

.style-1m {
  margin-bottom: 0vw;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 3.5vw;
  line-height: 4.5vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.1vw;
}

.style-1m.align-left {
  text-align: left;
}

.style-1m.white {
  color: #fff;
}

.style-1m.white.accordion-title {
  text-align: center;
}

.style-1m.banner-title {
  margin-top: 0vw;
  color: #000;
  font-size: 4.8vw;
  text-align: center;
}

.style-1m.telephone-contact {
  font-family: Lato, sans-serif;
}

.style-1m.email-contact {
  font-family: Lato, sans-serif;
}

._3up-image-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 17vw;
}

._3up-image-holder.rooms {
  position: relative;
  height: 17vw;
}

._3up-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3up-description {
  margin-bottom: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
}

.ps {
  margin-bottom: 0vw;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.01vw;
}

.ps.left {
  width: 90%;
  text-align: left;
}

.ps.left.article {
  width: 100%;
  margin-top: 0.5vw;
}

.ps.footer-paragraph {
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

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

.sc-button {
  overflow: hidden;
}

.accordion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14vw;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-trigger {
  height: 5.5vw;
}

.accordion-item-content {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  font-family: Lato, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu-spacer {
  width: 1px;
  height: 13vw;
  margin-top: 8px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.menu-container {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-footer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1vw;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-footer.out-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-sticky {
  position: fixed;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.curtain {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaedf2;
}

.fc-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fc-image-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-1l {
  margin-bottom: 0vw;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 5vw;
  line-height: 7vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.1vw;
}

.style-1l.white {
  color: #fff;
  text-transform: uppercase;
}

.style-1l.concierge-title {
  color: #fff;
  text-align: center;
}

.style-1l.rooms-1l {
  text-align: left;
}

.style-1s {
  margin-top: 0vw;
  margin-bottom: 0vw;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.075vw;
}

.style-1s.contact-info {
  color: #000;
  text-align: center;
}

.style-1s.contact-info.address {
  margin-top: 2vw;
}

.style-1s.concierge {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #96772c;
}

.style-1s.concierge:hover {
  color: #235a52;
}

.fc-text {
  margin-bottom: 1.75vw;
  padding-right: 2vw;
  padding-left: 2vw;
}

.fc-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fc-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fc-columns {
  height: 60vw;
  margin-top: -100px;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343a40;
}

.footer-links {
  width: 100%;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-linebreak {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.footer-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-holder {
  margin-bottom: 17px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-section {
  width: 100%;
}

.global-text-styles {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.global-text-styles h1 {
  width: 100%;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.global-text-styles h2 {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.global-text-styles li {
  padding-left: 0.5vw;
}

.global-text-styles ul {
  padding-right: 10.5vw;
  padding-left: 15vw;
}

.global-text-styles ol {
  padding-right: 10.5vw;
  padding-left: 15vw;
}

.global-text-styles figcaption {
  width: 100%;
  padding-right: 10.5vw;
}

.global-text-styles figure {
  display: block;
  margin-top: 5vw;
  margin-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-text-styles h4 {
  width: 100%;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.global-text-styles h3 {
  width: 100%;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.global-text-styles blockquote {
  margin-top: 2vw;
  margin-left: 10.5vw;
  padding-right: 10.75vw;
  border-left-style: none;
}

.global-text-styles strong {
  color: #000;
}

.global-text-styles h5 {
  margin: -0.1vw 1vw 0px 10.5vw;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  line-height: 6vw;
  font-weight: 500;
}

.global-text-styles h6 {
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.bb-icon {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-description-holder {
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 2vw;
}

.footer-description {
  display: none;
  margin-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 7vw;
  padding-left: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-title.home {
  margin-bottom: 4vw;
}

.sc-title.rooms-title {
  padding-left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-in-page {
  font-family: 'Gill Sans Nova';
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.services-collection {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.item-description-holder {
  padding-right: 5.5vw;
  padding-left: 5.5vw;
}

.item-description-holder.event-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.item-description-holder.article-subhead {
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.amenity-icon {
  width: 100%;
  height: 100%;
}

.amenity-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vw;
  height: 3vw;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
}

._3up-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-style-2-1 {
  padding: 0px 0px 5px;
  border-bottom: 1px solid #96772c;
  background-color: transparent;
  font-family: 'Gill Sans Nova';
  color: #96772c;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

._3up {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4up-image {
  width: 100%;
  height: 12vw;
}

.ps-headline {
  font-family: 'Gill Sans Nova';
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ps-headline.space-above {
  margin-top: 0.5vw;
}

.ps-headline.event-details {
  margin-bottom: 0px;
  text-align: center;
}

.div-block-31 {
  overflow: hidden;
}

.book-now-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3up-rollover {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 80%;
  height: 1px;
  background-color: #96772c;
}

.line.left {
  margin-right: 2vw;
}

.line.right {
  margin-left: 2vw;
}

.view-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #96772c;
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._3up-link-holder {
  margin-top: 0.5vw;
  margin-bottom: 1vw;
}

.ps-headline-bold {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.image-list-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-list {
  border-bottom: 1px solid rgba(77, 84, 107, 0.3);
}

.image-list-item {
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.il-photo-holder {
  display: inline-block;
  width: 9vw;
  height: 6vw;
  margin-top: 5px;
  margin-right: 2vw;
  margin-bottom: 0.5vw;
  float: left;
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.global-button-pill {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-style-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-content {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-holder {
  width: 100%;
  height: 50%;
}

.sc-holder.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-holder.top-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-holder.top-bottom.concierge {
  height: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sc-holder.top-bottom.concierge.top {
  height: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-holder.top-bottom.concierge.bottom {
  height: 55%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-scroll-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 100%;
  margin-top: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.section-cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.section-cover.concierge {
  height: 100vh;
}

.sc-overlay {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75));
}

.sc-image {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-cover-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #96772c;
  font-family: 'Gill Sans Nova';
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items.blue {
  background-color: #eaedf2;
}

.events.blue {
  background-color: #eaedf2;
}

.menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menus.blue {
  background-color: #eaedf2;
}

.image-list-collection {
  width: 100%;
  margin-right: 10.5vw;
  margin-left: 10.5vw;
}

.image-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linebreak {
  width: 100%;
  height: 1px;
  background-color: #660708;
}

.linebreak-holder.food-details {
  padding-top: 6vw;
}

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

.team-image-holder {
  overflow: hidden;
  width: 70%;
  border-radius: 200px;
}

.team-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2m {
  display: block;
  margin-bottom: 0vw;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.2vw;
}

._2m.margin-reset {
  margin-top: 0px;
  margin-bottom: 0px;
}

._2m.margin-reset.align-center {
  text-align: center;
}

._2m._3up-subtitle {
  color: #96772c;
}

.style-3xs {
  margin-bottom: 0vw;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #96772c;
  font-size: 1.4vw;
  line-height: 1.75vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0vw;
}

.style-3xs.animate-in.rollover:hover {
  color: #235a52;
}

.style-1xs {
  margin-bottom: 0vw;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 2.2vw;
  line-height: 2.5vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.05vw;
}

.style-1xs.margin-reset {
  margin-top: 0px;
  margin-bottom: 0px;
}

.style-1xs.margin-reset.price {
  display: inline-block;
  float: right;
  font-size: 1.75vw;
}

.style-1xs.highlight-1 {
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: #96772c;
}

.style-1xs.highlight-1:hover {
  color: #235a52;
}

.style-1xs.white {
  color: #fff;
}

.style-1xs.white.footer-style {
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  letter-spacing: 0.02vw;
  text-transform: uppercase;
}

.style-1xs.concierge {
  margin-top: 0vw;
  color: #96772c;
  text-align: center;
}

.pxs {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01vw;
}

.pxs.gallery-text {
  color: #fff;
}

.fc-button {
  overflow: hidden;
}

.fc-button.button_book_room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fc-button.button_book_room.button-center-room {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fc-button.no_display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-subhead {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #96772c;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.search-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search.search-page {
  width: 100%;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.search-button {
  width: 27%;
  height: 100%;
  float: right;
  background-color: #96772c;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.15vw;
  text-transform: uppercase;
}

.search-input {
  height: 100%;
  margin-bottom: 0px;
  padding-right: 2vw;
  padding-left: 2vw;
  float: left;
  border: 1px solid transparent;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.search-input.style-2 {
  background-color: #eaedf2;
  color: #235a52;
}

.text-block-2 {
  font-family: 'GT America';
  color: rgba(77, 84, 107, 0.5);
  font-weight: 300;
}

.search-result-item {
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgba(77, 84, 107, 0.3);
}

.div-block-40 {
  width: 90%;
  margin-bottom: 0.5vw;
}

.lightbox-link {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-images {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  height: 95vh;
}

.big-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.gallery-cta {
  padding: 13px 22px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}

.pm {
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.pm._3up-description {
  text-align: center;
}

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

.pm._3up-text.animate-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pm.rpm {
  padding-top: 25px;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.pm.rpm.mansion {
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3up-subtitle-holder {
  width: 100%;
  margin-bottom: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
  text-align: center;
}

.fc-title {
  margin-bottom: 1vw;
  padding-right: 2vw;
  padding-left: 1vw;
  text-align: center;
}

.page-title-holder.article-headline {
  padding-right: 10vw;
  padding-left: 10vw;
}

.page-title-holder.food-drink-title {
  padding-right: 4vw;
  padding-left: 4vw;
}

.menu-link {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

._3up-view-link {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.highlight-1 {
  color: #96772c;
}

.style-4s-bold {
  font-family: Lato, sans-serif;
  color: #235a52;
  font-size: 12px;
  line-height: 22px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15vw;
  text-transform: uppercase;
}

.style-4s-bold:hover {
  color: #96772c;
}

.il-title-holder {
  margin-top: 0.5vw;
}

.h5 {
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 0.9vw;
  line-height: 1.25vw;
  font-weight: 700;
}

.h5.map-directions {
  margin-top: 1vw;
}

.list-price {
  display: inline-block;
  margin-top: 0vw;
  margin-bottom: 0vw;
  float: right;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 1.5vw;
  line-height: 2.5vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.05vw;
}

.bb-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 100%;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bb-background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #660708;
}

.bb-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bb-content {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-item {
  overflow: hidden;
}

.faq-spacer {
  padding-right: 10.5vw;
  padding-bottom: 2vw;
  padding-left: 10.5vw;
}

.faq-trigger {
  padding-right: 10.5vw;
  padding-bottom: 2vw;
  padding-left: 10.5vw;
  cursor: pointer;
}

.faq-content {
  overflow: hidden;
  margin-bottom: 2vw;
}

.faq-line {
  width: 100%;
  height: 1px;
  padding-right: 10vw;
  padding-left: 10vw;
  background-color: rgba(77, 84, 107, 0.3);
}

.white-faded {
  color: hsla(0, 0%, 100%, 0.5);
}

.faq-title {
  margin-bottom: 4vw;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.fullscreen-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-holder {
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.faq-spacer-end {
  margin-top: -2vw;
  margin-bottom: 2vw;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.white {
  color: #fff;
}

.about-cta-holder {
  display: none;
}

.footer-logo {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.amenities {
  display: block;
}

.footer-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: #343a40;
}

.fs-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-content {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-content.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fs-content.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-content.right.nodisplay {
  display: none;
}

.fs-text {
  color: hsla(0, 0%, 100%, 0.5);
}

.fs-text.spacing-left {
  margin-left: 1vw;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: right;
}

.fs-text.spacing-left.adress-text {
  padding-bottom: 1vw;
  color: #eaedf2;
  text-align: right;
  text-transform: uppercase;
}

.fs-link {
  color: #fff;
  text-align: left;
}

.fs-link.social-icon-facebook {
  background-image: url('../images/facebook-app-symbol.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.fs-link-faded {
  color: hsla(0, 0%, 100%, 0.5);
}

.quote-source {
  margin-top: 2vw;
}

.article-category-title-holder {
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.fb-image-holder {
  position: absolute;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-column-count: 0;
  column-count: 0;
}

.fb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fb-image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaedf2), to(#eaedf2));
  background-image: linear-gradient(180deg, #eaedf2, #eaedf2);
}

.fb-subhead {
  margin-bottom: 1vw;
}

.fb-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-tab {
  height: 100%;
  margin-right: 2vw;
  padding: 0px;
  border-bottom: 3px solid #eaedf2;
  background-color: #eaedf2;
  font-family: Lato, sans-serif;
  color: #96772c;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15vw;
  text-transform: uppercase;
}

.faq-tab.w--current {
  border-bottom: 3px solid #000;
  background-color: #eaedf2;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  letter-spacing: 0.15vw;
  text-transform: uppercase;
}

.faq-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  z-index: 1;
}

.filter {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 80px;
  margin-bottom: 5vw;
  padding-right: 15vw;
  padding-left: 15vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaedf2;
}

.faq-text-styles {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.faq-text-styles h1 {
  width: 100%;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
  text-align: center;
}

.faq-text-styles h2 {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
  font-size: 1.75vw;
  text-align: center;
}

.faq-text-styles p {
  width: 100%;
  padding-right: 10.75vw;
  padding-left: 10.5vw;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
  text-align: center;
}

.faq-text-styles ul {
  padding-right: 10.5vw;
  padding-left: 15vw;
}

.faq-text-styles ol {
  padding-right: 10.5vw;
  padding-left: 15vw;
}

.faq-text-styles figcaption {
  width: 100%;
  margin-top: 2vw;
  padding-right: 10.5vw;
  opacity: 0.5;
  color: #636363;
  text-align: left;
}

.faq-text-styles figure {
  display: block;
  margin-top: 5vw;
  margin-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-text-styles h4 {
  width: 100%;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
  text-align: center;
}

.faq-text-styles h3 {
  width: 100%;
  padding-right: 10.5vw;
  padding-left: 10.5vw;
  text-align: center;
}

.faq-text-styles blockquote {
  margin-top: 2vw;
  margin-left: 10.5vw;
  padding-right: 10.75vw;
  border-left-style: none;
  text-align: center;
}

.faq-text-styles strong {
  color: #000;
}

.faq-text-styles h5 {
  margin: -0.5vw 1vw 0px 10.5vw;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  line-height: 6vw;
  font-weight: 500;
}

.faq-text-styles h6 {
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.style-2m {
  margin-top: 0vw;
  margin-bottom: 0vw;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
}

.style-2m.animate-in {
  color: #000;
}

.menu-close-holder {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.mc-icon-holder {
  margin-left: 1vw;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.color-swatch {
  width: 33%;
  height: 100px;
}

.color-swatch.color-1 {
  background-color: #235a52;
}

.color-swatch.color-2 {
  background-color: #96772c;
}

.color-swatch.color-3 {
  background-color: #eaedf2;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-image {
  width: 100%;
  height: 100%;
  max-width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-button-holder {
  margin-top: 0.5vw;
}

.faq-question-holder {
  padding-right: 10.5vw;
  padding-left: 10.5vw;
}

.div-block-46 {
  margin-bottom: 3vw;
}

.button-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 10vw;
  background-color: transparent;
  -webkit-transition: color 100ms ease, background-color 100ms ease;
  transition: color 100ms ease, background-color 100ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button-style-2:hover {
  background-color: #fff;
  color: #000;
}

.button-style-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #96772c;
  border-radius: 10vw;
  background-color: transparent;
  -webkit-transition: color 100ms ease, border-color 100ms ease;
  transition: color 100ms ease, border-color 100ms ease;
  font-family: Lato, sans-serif;
  color: #96772c;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button-style-3:hover {
  border-color: #235a52;
  color: #235a52;
}

.div-block-47 {
  width: 50%;
  margin-bottom: 2vw;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  padding-top: 15vw;
  padding-bottom: 15vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-48 {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.gallery-text {
  color: #fff;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.global-ns {
  width: 100%;
  height: 5vw;
}

.global-ns.large {
  height: 10vw;
}

.global-ns.medium {
  height: 8vw;
}

.global-ns.small {
  height: 3vw;
}

.global-ns.xlarge {
  height: 15vw;
}

.global-ns.blue {
  background-color: #eaedf2;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ensuite-amenities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.journal {
  display: block;
}

.lightbox-holder {
  width: 100%;
  height: 100%;
}

.div-block-50 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.div-block-51 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.div-block-52 {
  width: 100%;
  height: 100vh;
}

.text-span {
  font-size: 14px;
}

.rooms-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rooms-container.experiences-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rooms-container_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rooms-container-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 125px 0px;
}

.rooms-container-content.rooms-image {
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
}

.rooms-container-content.rooms-image.experiences-grid {
  display: block;
  min-height: 60vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rooms-bgr-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/nlux-foto-3.png');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.rooms-bgr-image.lux-foto-1 {
  background-image: url('../images/lux-foto-1.png');
}

.rooms-bgr-image.lux-foto-2 {
  background-image: url('../images/lux-foto-2.png');
  background-position: 100% 100%;
}

.rooms-bgr-image.lux-foto-3 {
  background-image: url('../images/lux-foto-3.png');
  background-position: 35% 50%;
}

.rooms-bgr-image.apart-foto-1 {
  background-image: url('../images/apart-foto-1.png');
  background-position: 20% 50%;
}

.rooms-bgr-image.apart-foto-2 {
  background-image: url('../images/apart-foto-2.png');
  background-position: 60% 50%;
}

.rooms-bgr-image.apart-foto-3 {
  background-image: url('../images/apart-foto-3.png');
  background-position: 80% 50%;
}

.rooms-bgr-image.nlux-foto-1 {
  background-image: url('../images/nlux-foto-1.png');
}

.rooms-bgr-image.nlux-foto-2 {
  background-image: url('../images/nlux-foto-2.png');
  background-position: 60% 50%;
}

.rooms-bgr-image.mountain-tour {
  background-image: url('../images/mountain-walking.jpg');
  background-position: 100% 50%;
}

.rooms-bgr-image.horse-ride {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/horse.jpg');
  background-position: 50% 50%;
}

.rooms-bgr-image.bike-riding {
  background-image: url('../images/bike-riding-1.jpg');
  background-position: 75% 50%;
}

.rooms-bgr-image.mountain-def {
  background-image: url('../images/mountain-defender.jpeg');
  background-position: 50% 100%;
}

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

.list-item {
  color: #000;
  font-size: 16px;
  list-style-type: disc;
}

.list {
  padding-left: 3vw;
  font-size: 14px;
}

.slide-nav {
  display: none;
}

.room-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vw;
  height: 3vw;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.5;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-icon {
  width: 100%;
  height: 100%;
}

.div-block-54 {
  margin-bottom: 20px;
}

.inmenu-link {
  margin-bottom: 5px;
  line-height: 25px;
}

.inmenu-link:hover {
  border-bottom: 2px solid #eaedf2;
}

.contact-div-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  color: rgba(234, 237, 242, 0.5);
}

.contact-div-right {
  margin-right: 60px;
  color: hsla(0, 0%, 100%, 0.5);
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.social-icon {
  width: 25px;
  height: 25px;
  background-image: url('../images/facebook-app-symbol.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.social-icon.icon-facebook {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.social-icon.icon-facebook:hover {
  width: 25px;
}

.social-icon.icon-instagram {
  width: 100%;
  height: 100%;
  background-image: url('../images/instagram.svg');
}

.social-icon.icon-telegram {
  width: 100%;
  height: 100%;
  background-image: url('../images/telegram.svg');
}

.social-icon.icon-whatsapp {
  width: 100%;
  height: 100%;
  background-image: url('../images/whatsapp.svg');
}

.social-icon.icon-viber {
  width: 100%;
  height: 100%;
  background-image: url('../images/viber.svg');
}

.social-icons-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  border-radius: 50%;
}

.social-icons-wrapper:hover {
  position: relative;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.contact-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-section {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.dicover-wrapper {
  margin-top: 30px;
}

.discover-grid {
  grid-column-gap: 5px;
  grid-row-gap: 15px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6"
    "Area-7 Area-8 Area-9"
    "Area-10 Area-11 Area-12";
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 15px auto 15px auto 15px auto;
  grid-template-rows: auto auto auto auto;
}

.discover-link-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}

.discover-link {
  display: inline-block;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button-wrapper {
  padding: 15px;
  border: 1px solid #fff;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.about-rakhiv-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-rakhiv.style-1s {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rooms-container-grid {
  width: 100%;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: row dense;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-6";
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.slider {
  display: none;
  height: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.slider.hide {
  display: none;
}

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

.slide {
  height: 700px;
}

.mobile-slider-mask {
  left: 0px;
  right: 0px;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

.mobile-left-arrow {
  left: -25%;
}

.iphone-mockup {
  position: relative;
  z-index: 1;
}

.icon-8 {
  color: #0e141a;
  font-size: 4.4rem;
  font-weight: 900;
}

.iphone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: perspective(800px);
  transform: perspective(800px);
}

.screen-wrapper {
  position: relative;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 13%;
  box-shadow: 7px 0 10px 0 #d1d9e6;
}

.slider-img-wrapper {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 5px;
  overflow: hidden;
  width: 99%;
  border-radius: 6vmin;
}

.mobile-right-arrow {
  right: -25%;
}

.mobile-slider {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.projects-mobile-screen {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.div-block-56 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 98%;
  height: 100%;
  border: 1px dashed #000;
  border-radius: 3rem;
}

.video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-video {
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-57 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
}

.div-block-58 {
  width: 60vw;
  margin-right: 40px;
}

.div-block-59 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.play-pause-button {
  display: none;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  h1 {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  h2 {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  h3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  h4 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 2.75vw;
    line-height: 3.25vw;
  }

  h5 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 2.25vw;
    line-height: 3.25vw;
  }

  h6 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  p {
    margin-bottom: 2vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  li {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 2.25vw;
    line-height: 3.5vw;
  }

  blockquote {
    margin-top: 4vw;
    margin-bottom: 7vw;
    padding-right: 0vw;
    padding-left: 5vw;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  figure {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  figcaption {
    margin-top: 2vw;
    margin-bottom: 5vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .cover {
    min-height: 500px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .cover-overlay {
    min-height: 500px;
  }

  .sc-content-holder {
    left: auto;
    right: auto;
    width: 90%;
  }

  .button-style-1 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-style-1.large {
    height: auto;
    padding: 3vw 2vw;
    border-radius: 60px;
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
  }

  .style-4s {
    font-size: 1.4vw;
    line-height: 2.5vw;
    letter-spacing: 0.3vw;
  }

  .style-4s.rooms-sub-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .sc-sub-title {
    margin-top: 2vw;
    margin-bottom: 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .global-container {
    width: 100%;
    min-height: 10px;
  }

  .global-container.rcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eyebrow {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .about-description-holder {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding-right: 1vw;
    padding-left: 1vw;
  }

  .button-style-5 {
    padding-bottom: 1vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
    letter-spacing: 0.4vw;
  }

  .book-button {
    margin-right: 3vw;
    margin-bottom: 3vw;
    padding: 3vw;
  }

  .fullbleed-image {
    height: 80vw;
  }

  .quote-holder {
    margin-bottom: 3vw;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .navbar-logo-holder {
    width: 18vw;
  }

  .navbar-link-holder {
    display: none;
  }

  .button-navbar {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-navbar.link-delay {
    font-size: 1.5vw;
    line-height: 2.5vw;
    letter-spacing: 0.3vw;
  }

  .button-navbar.dark {
    margin-left: 15px;
    text-align: center;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .style-1xl {
    font-size: 11vw;
    line-height: 14vw;
  }

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

  .image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .global-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .global-section.book-now {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .global-section.fb-section {
    height: 50vw;
  }

  .global-section.faq-header {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .style-1m {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .style-1m.animate-in {
    font-size: 4vw;
  }

  ._3up-image-holder {
    height: 40vw;
  }

  ._3up-image-holder.rooms {
    height: 20vw;
  }

  ._3up-text-holder {
    margin-top: 4vw;
  }

  ._3up-description {
    margin-bottom: 1.5vw;
    font-size: 1.75vw;
    line-height: 3vw;
  }

  .ps {
    font-size: 2vw;
    line-height: 3.25vw;
    letter-spacing: 0.02vw;
  }

  .accordion-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion-item {
    overflow: hidden;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .accordion-item-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-items {
    margin-top: 1vw;
  }

  .footer-link {
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
  }

  .menu-spacer {
    width: 1px;
    height: 19vw;
    margin-right: 3vw;
    margin-left: 3vw;
    background-color: hsla(0, 0%, 100%, 0.3);
  }

  .menu-container {
    width: 90%;
    min-height: 10px;
  }

  .feature-card {
    min-height: 60vw;
    margin-top: 10vw;
    padding: 5vw;
  }

  .fc-content {
    margin-top: 10vw;
    padding-right: 0vw;
    padding-left: 3vw;
  }

  .style-1l {
    font-size: 8vw;
    line-height: 11vw;
  }

  .style-1l.rooms-1l {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .style-1s {
    font-size: 5vw;
    line-height: 6vw;
    letter-spacing: -0.5px;
  }

  .fc-text {
    margin-top: 1vw;
    margin-bottom: 2.5vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .fc-column-1 {
    height: 58vw;
  }

  .fc-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 57vw;
    margin-top: -10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-large {
    padding: 10vw 5vw;
  }

  .footer-logo-holder {
    width: 30vw;
  }

  .global-text-styles h2 {
    margin-top: 6vw;
  }

  .global-text-styles ul {
    margin-bottom: 4vw;
    padding-left: 16vw;
  }

  .global-text-styles ol {
    width: auto;
    margin-bottom: 3vw;
    padding-left: 16vw;
  }

  .global-text-styles figcaption {
    padding-right: 10vw;
  }

  .global-text-styles figure {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .global-text-styles h4 {
    font-size: 2.75vw;
    line-height: 4.25vw;
  }

  .global-text-styles h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .global-text-styles blockquote {
    padding-right: 10.75vw;
    padding-left: 6vw;
  }

  .global-text-styles h5 {
    margin-top: -1vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .footer-description-holder {
    width: 80%;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .sc-title {
    width: 90%;
    padding: 2vw 4vw;
  }

  .sc-title.rooms-title {
    width: 100%;
    padding-right: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-in-page {
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
  }

  .services-collection {
    overflow: auto;
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .item-description-holder {
    padding-right: 11.5vw;
    padding-left: 11.5vw;
  }

  .amenity-icon-holder {
    width: 5vw;
    height: 5vw;
  }

  .button-style-2-1 {
    padding-bottom: 1vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  ._4up-image {
    height: 19vw;
  }

  .ps-headline {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .line {
    width: 40%;
  }

  .line.left {
    margin-right: 5vw;
  }

  .line.right {
    margin-left: 5vw;
  }

  .view-icon {
    width: 12vw;
    height: 12vw;
  }

  ._3up-link-holder {
    margin-bottom: 2vw;
  }

  .ps-headline-bold {
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .image-list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-list-item {
    margin-top: 3vw;
    padding-bottom: 1vw;
  }

  .il-photo-holder {
    width: 14vw;
    height: 10vw;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
  }

  .global-button-pill {
    height: 6vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .global-button-pill.link-delay {
    width: auto;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .button-style-4 {
    width: auto;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .sc-content {
    width: 100%;
  }

  .sc-holder.top-bottom.concierge {
    padding-left: 10vw;
  }

  .sc-holder.top-bottom.concierge.top {
    padding-top: 20vw;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sc-holder.top-bottom.concierge.bottom {
    padding-right: 10vw;
    padding-bottom: 20vw;
    padding-left: 10vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-cover {
    min-height: 500px;
  }

  .sc-overlay {
    min-height: 500px;
  }

  .sc-image {
    min-height: 500px;
  }

  .section-cover-button {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .linebreak-holder {
    width: 100%;
  }

  .team-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-image-holder {
    width: 80%;
  }

  .team-name {
    margin-top: 3vw;
  }

  .team-item {
    margin-bottom: 5vw;
  }

  .team-title {
    margin-top: 1vw;
  }

  ._2m {
    margin-bottom: 0.5vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .style-3xs {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }

  .style-1xs {
    font-size: 3.5vw;
    line-height: 4.5vw;
    letter-spacing: -0.1px;
  }

  .style-1xs.margin-reset.price {
    margin-top: -3px;
  }

  .pxs {
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  .pxs.gallery-text {
    margin-bottom: 0vw;
  }

  .fc-button.button_book_room {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .fc-button.button_book_room.button-center-room {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .search {
    width: 70%;
  }

  .search-button {
    font-size: 1.5vw;
    line-height: 2vw;
    letter-spacing: 0.3vw;
  }

  .search-result-item {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }

  .lightbox-link {
    height: 81vw;
  }

  .lightbox-images {
    height: 80vw;
  }

  .big-lightbox {
    height: 80vw;
  }

  .lightbox-button {
    padding-bottom: 5vw;
  }

  .gallery-cta {
    padding: 2vw 3vw;
  }

  .pm {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  .pm._3up-text.animate-in {
    font-size: 2.1vw;
    line-height: 3vw;
  }

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

  ._3up-subtitle-holder {
    margin-bottom: 1vw;
  }

  .page-title-holder.events {
    margin-bottom: 1vw;
  }

  .page-title-holder.food-drink-title {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .menu-link {
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
  }

  ._3up-view-link {
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
  }

  .style-4s-bold {
    font-size: 1.4vw;
    line-height: 2.5vw;
    letter-spacing: 0.4vw;
  }

  .il-title-holder {
    margin-top: 0vw;
  }

  .h5 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .list-price {
    margin-top: -1vw;
    font-size: 2.5vw;
    line-height: 4.5vw;
    letter-spacing: -0.1px;
  }

  .bb-icon-holder {
    width: 3vw;
    height: 2vw;
  }

  .bb-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-wrapper {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .faq-title {
    margin-bottom: 3vw;
  }

  .footer-small {
    height: 14vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .fs-content.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fs-text.spacing-left {
    margin-left: 1.5vw;
  }

  .quote-source {
    margin-top: 1vw;
  }

  .fb-title-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fb-content-holder {
    width: 90%;
  }

  .faq-tab {
    margin-right: 4vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
    letter-spacing: 0.4vw;
  }

  .faq-tab.w--current {
    font-size: 1.5vw;
    line-height: 2.5vw;
    letter-spacing: 0.4vw;
  }

  .filter {
    height: 10vw;
    margin-bottom: 10vw;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .faq-title-holder {
    padding-right: 11%;
    padding-left: 11%;
  }

  .faq-text-styles h2 {
    margin-top: 6vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .faq-text-styles p {
    margin-bottom: 4vw;
  }

  .faq-text-styles ul {
    padding-left: 16vw;
  }

  .faq-text-styles ol {
    width: auto;
    padding-left: 16vw;
  }

  .faq-text-styles figcaption {
    padding-right: 10vw;
  }

  .faq-text-styles figure {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .faq-text-styles h4 {
    font-size: 2.75vw;
    line-height: 4.25vw;
  }

  .faq-text-styles h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .faq-text-styles blockquote {
    padding-right: 10.75vw;
    padding-left: 6vw;
  }

  .faq-text-styles h5 {
    margin-top: -1vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .style-2m {
    font-size: 4vw;
    line-height: 6vw;
  }

  .mc-icon-holder {
    margin-left: 2vw;
  }

  .navbar-image {
    max-width: 100%;
  }

  .footer-button-holder {
    margin-top: 0vw;
  }

  .button-style-2 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-style-3 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .div-block-47 {
    width: 75%;
    margin-bottom: 4vw;
  }

  .global-ns {
    height: 8vw;
  }

  .global-ns.large {
    height: 17vw;
  }

  .global-ns.medium {
    height: 13vw;
  }

  .global-ns.small {
    height: 5vw;
  }

  .rooms-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .rooms-container_column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rooms-container-content {
    padding-bottom: 50px;
  }

  .list {
    padding-left: 0vw;
  }

  .services-icon-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .icon-holder {
    width: 5vw;
    height: 5vw;
  }

  .service-icon {
    font-size: 2vw;
  }

  .rooms-container-grid {
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .iphone-wrapper {
    width: 100%;
    margin-top: 70px;
  }

  .div-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    width: 100%;
  }

  li {
    font-size: 2.25vw;
    line-height: 4vw;
  }

  figcaption {
    font-size: 2.5vw;
  }

  .cover {
    min-height: 500px;
    padding: 50px 5vw;
  }

  .cover-overlay {
    min-height: 500px;
  }

  .button-style-1 {
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
    text-align: center;
    letter-spacing: 0.5vw;
  }

  .style-4s {
    font-size: 1.5vw;
    line-height: 2.5vw;
    letter-spacing: 0.3vw;
  }

  .style-4s.menu-link {
    font-size: 1.75vw;
  }

  .style-4s.menu-link.w--current {
    font-size: 1.75vw;
  }

  .style-4s.rooms-sub-title {
    font-size: 1.8vw;
  }

  .sc-sub-title {
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .eyebrow {
    font-size: 2vw;
    line-height: 3vw;
  }

  .about-description-holder {
    padding-right: 9vw;
    padding-left: 9vw;
  }

  .button-style-5 {
    font-size: 1.75vw;
    line-height: 2.5vw;
    letter-spacing: 0.5vw;
  }

  .book-button {
    height: 9vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .navbar {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .navbar-logo-holder {
    width: 23vw;
  }

  .button-navbar {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .button-navbar.link-delay {
    letter-spacing: 0.3vw;
  }

  .menu {
    display: none;
  }

  .style-1xl {
    font-size: 11vw;
    line-height: 12vw;
  }

  .global-section.faq-header {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .style-1m {
    font-size: 7vw;
    line-height: 8vw;
  }

  ._3up-image-holder {
    height: 19vw;
  }

  ._3up-text-holder {
    margin-top: 3vw;
  }

  .ps {
    font-size: 2.1vw;
    line-height: 3.3vw;
  }

  .menu-spacer {
    height: 25vw;
  }

  .navbar-sticky {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .feature-card {
    min-height: 70vw;
  }

  .fc-content {
    margin-top: 20vw;
    padding-left: 3vw;
  }

  .style-1s {
    font-size: 4.75vw;
    letter-spacing: 0px;
  }

  .fc-text {
    margin-bottom: 2.5vw;
  }

  .fc-column-1 {
    height: 68vw;
  }

  .fc-columns {
    margin-top: -20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-holder {
    width: 35vw;
    padding-top: 40px;
  }

  .global-text-styles h1 {
    width: 100%;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .global-text-styles h2 {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 4vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .global-text-styles ul {
    width: auto;
    padding-left: 8vw;
  }

  .global-text-styles ol {
    width: auto;
    padding-left: 12vw;
    list-style-type: decimal;
  }

  .global-text-styles figcaption {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .global-text-styles h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .global-text-styles h3 {
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 3.5vw;
  }

  .global-text-styles blockquote {
    margin-left: 0vw;
  }

  .global-text-styles h5 {
    margin-right: 2vw;
    margin-left: 0vw;
    font-size: 11vw;
    line-height: 12vw;
  }

  .global-text-styles h6 {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .footer-description-holder {
    width: 100%;
    margin-top: 3vw;
    padding-bottom: 25px;
  }

  .item-description-holder {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .amenity-icon-holder {
    width: 6vw;
    height: 6vw;
  }

  .button-style-2-1 {
    font-size: 2vw;
    line-height: 3vw;
  }

  ._4up-image {
    width: 30%;
    height: 17vw;
  }

  .ps-headline {
    line-height: 4vw;
    text-align: left;
  }

  .book-now-holder {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  ._3up-link-holder {
    margin-bottom: 2vw;
  }

  .ps-headline-bold {
    font-size: 2vw;
    line-height: 3vw;
  }

  .image-list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-list-item {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .il-photo-holder {
    width: 23vw;
    height: 16vw;
    margin-right: 3vw;
  }

  .global-button-pill {
    width: auto;
    padding: 4vw;
  }

  .global-button-pill.link-delay {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .button-style-4 {
    height: 8vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .sc-holder.top-bottom.concierge.top {
    padding-top: 30vw;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sc-holder.top-bottom.concierge.bottom {
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-cover {
    min-height: 500px;
    padding: 50px 5vw;
  }

  .sc-overlay {
    min-height: 500px;
  }

  .sc-image {
    min-height: 500px;
  }

  .section-cover-button {
    padding: 4vw 6vw;
    font-size: 2vw;
    line-height: 2vw;
    text-align: center;
  }

  .image-list-collection {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .team-name {
    margin-top: 3vw;
  }

  ._2m {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .style-1xs {
    font-size: 3.5vw;
    line-height: 4.5vw;
    letter-spacing: 0px;
  }

  .style-1xs.margin-reset.price {
    margin-top: -0.5vw;
  }

  .style-1xs.white.footer-style {
    font-size: 3vw;
  }

  .search.search-page {
    margin-top: 2vw;
    margin-bottom: 6vw;
  }

  .search-button {
    width: 30%;
    font-size: 1.75vw;
    line-height: 3vw;
  }

  .search-input {
    width: 70%;
  }

  .search-result-item {
    padding-bottom: 5vw;
  }

  .lightbox-link {
    height: 51vh;
  }

  .lightbox-images {
    height: 50vh;
  }

  .big-lightbox {
    height: 50vh;
  }

  .gallery-cta {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .page-title-holder.events {
    margin-bottom: 1.5vw;
  }

  .page-title-holder.food-drink-title {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .style-4s-bold {
    font-size: 1.5vw;
  }

  .h5 {
    font-size: 2.25vw;
    line-height: 3.5vw;
  }

  .h5.map-directions {
    margin-top: 2vw;
  }

  .list-price {
    font-size: 3.5vw;
    line-height: 4.5vw;
    letter-spacing: 0px;
  }

  .bb-icon-holder {
    width: 4vw;
    height: 2.5vw;
  }

  .faq-wrapper {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .faq-spacer {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .faq-trigger {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .faq-title {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .contact-holder {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .faq-spacer-end {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .fs-text.spacing-left {
    padding-top: 20px;
    font-size: 3vw;
  }

  .fs-text.spacing-left.adress-text {
    font-size: 2.3vw;
  }

  .social-links {
    margin-top: 4vw;
  }

  .article-category-title-holder {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .faq-tab {
    position: static;
    margin-right: 6vw;
    font-size: 2vw;
    line-height: 3vw;
    letter-spacing: 0.4vw;
  }

  .faq-tab.w--current {
    font-size: 2vw;
    line-height: 3vw;
    letter-spacing: 0.4vw;
  }

  .filter {
    height: 80px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .faq-text-styles h1 {
    width: 100%;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .faq-text-styles h2 {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 4vw;
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .faq-text-styles p {
    width: 100%;
    margin-bottom: 2vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .faq-text-styles ul {
    width: auto;
    padding-left: 12vw;
  }

  .faq-text-styles ol {
    width: auto;
    padding-left: 12vw;
    list-style-type: decimal;
  }

  .faq-text-styles figcaption {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .faq-text-styles h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .faq-text-styles h3 {
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 3.5vw;
  }

  .faq-text-styles blockquote {
    margin-left: 0vw;
  }

  .faq-text-styles h5 {
    margin-right: 2vw;
    margin-left: 0vw;
    font-size: 12vw;
    line-height: 12vw;
  }

  .style-2m {
    font-size: 5vw;
    line-height: 7vw;
  }

  .faq-question-holder {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .div-block-45 {
    margin-bottom: 2vw;
  }

  .div-block-46 {
    margin-bottom: 4vw;
  }

  .button-style-2 {
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
    text-align: center;
    letter-spacing: 0.5vw;
  }

  .button-style-3 {
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
    text-align: center;
    letter-spacing: 0.5vw;
  }

  .div-block-48 {
    margin-bottom: 3vw;
  }

  .div-block-55 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-slider-mask {
    border-radius: 10vmin;
  }

  .iphone-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .screen-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider-img-wrapper {
    overflow: hidden;
    border-radius: 8vmin;
  }

  .mobile-slider-slide {
    width: 100%;
    height: 100%;
  }

  .projects-mobile-screen {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  h1 {
    margin-bottom: 4vw;
    font-size: 8vw;
    line-height: 11vw;
  }

  h2 {
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 10vw;
  }

  h3 {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 6.5vw;
    line-height: 10vw;
  }

  h4 {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  h5 {
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  h6 {
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  p {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 7.5vw;
  }

  ul {
    margin-bottom: 10vw;
  }

  ol {
    margin-bottom: 10vw;
  }

  li {
    font-size: 4.75vw;
    line-height: 7.25vw;
  }

  blockquote {
    margin-top: 7vw;
    margin-bottom: 10vw;
    padding-left: 0vw;
    font-size: 9vw;
    line-height: 12vw;
  }

  figure {
    margin-top: 9vw;
    margin-bottom: 9vw;
  }

  figcaption {
    margin-top: 4vw;
    margin-bottom: 8vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .cover {
    height: 90vh;
  }

  .cover-overlay {
    height: 90vh;
  }

  .sc-content-holder {
    width: 80%;
  }

  .button-style-1 {
    padding: 6vw 7vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
    letter-spacing: 0.75vw;
  }

  .button-style-1.large {
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .style-4s {
    font-size: 3.5vw;
    line-height: 5.5vw;
    letter-spacing: 0.75vw;
  }

  .style-4s.white-faded {
    letter-spacing: 0.5vw;
  }

  .style-4s.menu-link {
    font-size: 3vw;
  }

  .style-4s.menu-link.w--current {
    font-size: 3vw;
  }

  .sc-sub-title {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .global-container.amenities {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .global-container.fb-container {
    width: 90vw;
  }

  .eyebrow {
    font-size: 3vw;
  }

  .about-description-holder {
    margin-top: 15vw;
    margin-bottom: 15vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .button-style-5 {
    padding-bottom: 2vw;
    font-size: 4vw;
    line-height: 6vw;
    letter-spacing: 0.75vw;
  }

  .book-button {
    margin-right: 5vw;
    margin-bottom: 10vw;
    padding: 6vw 7vw;
  }

  .fullbleed-image {
    height: 120vw;
  }

  .quote-holder {
    margin-bottom: 4vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .navbar {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .navbar-logo-holder {
    width: 40vw;
  }

  .navbar-logo-holder.logo-inmenu {
    margin-top: 4vw;
    margin-left: 8vw;
  }

  .navbar-link-holder {
    display: none;
  }

  .button-navbar {
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  .menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
    height: 100vh;
    padding: 15vw 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-link-holder {
    margin-top: 1vw;
    margin-bottom: 1vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .style-1xl {
    font-size: 13vw;
    line-height: 15vw;
  }

  .style-1xl.animated-text-group {
    line-height: 17vw;
  }

  .cover-image.concierge {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .global-section {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .global-section.global-rich-text {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .global-section.food-image {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .global-section.line-break {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .global-section.fc-card-holder {
    padding-top: 30vw;
  }

  .global-section.fb-section {
    height: 70vw;
  }

  .global-section.faq-header {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .global-section.services {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .style-1m {
    font-size: 9.5vw;
    line-height: 11.5vw;
  }

  .style-1m.white.accordion-title {
    font-size: 11vw;
    line-height: 11vw;
  }

  ._3up-image-holder {
    width: 100%;
    height: 70vw;
    background-color: #eaedf2;
  }

  ._3up-image-holder.rooms {
    height: 60vw;
  }

  ._3up-text-holder {
    margin-top: 5vw;
  }

  ._3up-description {
    margin-top: 1vw;
    margin-bottom: 0vw;
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .ps {
    margin-bottom: 3vw;
    font-size: 4.5vw;
    line-height: 7.5vw;
  }

  .ps.left {
    width: 100%;
    margin-bottom: 3vw;
  }

  .ps._3up-text {
    line-height: 7vw;
  }

  .ps._3up-text.animate-in {
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .accordion-wrapper {
    width: 100%;
    min-height: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-item-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .accordion-item-content {
    overflow: hidden;
  }

  .menu-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0vw;
    margin-bottom: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    font-size: 3vw;
    line-height: 5vw;
  }

  .menu-spacer {
    display: none;
  }

  .menu-container {
    padding-top: 10vw;
    padding-bottom: 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-footer.out-footer {
    position: absolute;
  }

  .navbar-sticky {
    padding-right: 8vw;
    padding-left: 8vw;
    border-bottom-style: none;
  }

  .fc-content {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding-left: 0vw;
  }

  .fc-image-holder {
    height: 50vw;
  }

  .fc-image-holder.vertical {
    height: 90vw;
  }

  .style-1l {
    font-size: 12vw;
    line-height: 15vw;
  }

  .style-1s {
    font-size: 8vw;
    line-height: 10vw;
  }

  .style-1s.contact-info.address {
    margin-top: 8vw;
  }

  .style-1s.concierge {
    font-size: 7vw;
    line-height: 9vw;
  }

  .fc-text {
    margin-top: 2vw;
    margin-bottom: 2.5vw;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .fc-column-1 {
    height: auto;
  }

  .fc-column-2 {
    height: auto;
  }

  .fc-columns {
    height: auto;
    margin-top: -20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-large {
    padding: 20vw 5vw 8vw;
  }

  .footer-column {
    padding-bottom: 20px;
  }

  .footer-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-logo-holder {
    width: 48vw;
  }

  .footer-section {
    margin-bottom: 5vw;
  }

  .global-text-styles {
    display: block;
  }

  .global-text-styles h1 {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .global-text-styles h2 {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .global-text-styles li {
    padding-left: 0vw;
  }

  .global-text-styles ul {
    margin-top: -10px;
    padding-right: 8vw;
    padding-left: 13vw;
  }

  .global-text-styles ol {
    padding-right: 8vw;
    padding-left: 12vw;
  }

  .global-text-styles figcaption {
    margin-bottom: 8vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .global-text-styles h4 {
    padding-right: 8vw;
    padding-left: 8vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .global-text-styles h3 {
    padding-right: 8vw;
    padding-left: 8vw;
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .global-text-styles blockquote {
    margin-right: 8vw;
    margin-left: 8vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .global-text-styles a {
    border-bottom: 1px solid rgba(150, 119, 44, 0.5);
  }

  .global-text-styles h5 {
    margin-top: -1vw;
    margin-left: 8vw;
    font-size: 22vw;
    line-height: 23vw;
  }

  .global-text-styles h6 {
    padding-right: 9vw;
    padding-left: 8vw;
  }

  .footer-description-holder {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .sc-title {
    width: 100%;
    margin-top: 7vw;
    margin-bottom: 7vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .sc-title.home {
    margin-top: 6vw;
    margin-bottom: 10vw;
  }

  .link-in-page {
    font-size: 3vw;
    line-height: 5vw;
  }

  .services-collection {
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-description-holder.article-subhead {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .amenity-icon {
    width: 11vw;
  }

  .amenity-icon-holder {
    width: 11vw;
    height: 11vw;
  }

  ._3up-item {
    margin-bottom: 15vw;
  }

  .button-style-2-1 {
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  ._3up {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._4up-image {
    height: 20vw;
  }

  .ps-headline {
    font-size: 3vw;
    line-height: 5vw;
  }

  .ps-headline.space-above {
    display: inline;
  }

  .ps-headline.event-details {
    text-align: center;
  }

  .navbar-icon {
    width: 7vw;
  }

  .line {
    width: 5%;
  }

  .view-icon {
    width: 25vw;
    height: 25vw;
  }

  .button-holder {
    width: 90%;
  }

  .ps-headline-bold {
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-list {
    margin-bottom: 6vw;
    padding-bottom: 3vw;
  }

  .image-list-item {
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .il-photo-holder {
    width: 24vw;
    height: 16vw;
    margin-right: 4vw;
    margin-bottom: 0vw;
  }

  .il-photo-holder.link-delay {
    width: 24vw;
    height: 16.5vw;
  }

  .global-button-pill {
    height: 14vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .global-button-pill.link-delay {
    height: 12vw;
    padding-right: 7vw;
    padding-left: 7vw;
  }

  .button-style-4 {
    height: 12vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .sc-content.concierge {
    height: 90vh;
    margin-top: 80px;
  }

  .sc-holder.middle {
    height: 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sc-holder.top-bottom {
    height: 20%;
  }

  .sc-holder.top-bottom.concierge {
    padding-left: 10vw;
  }

  .sc-holder.top-bottom.concierge.top {
    height: 40%;
    padding-top: 0vw;
    padding-bottom: 15vw;
    padding-left: 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sc-holder.top-bottom.concierge.bottom {
    height: 60%;
    padding-top: 0vw;
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-cover {
    height: 90vh;
  }

  .section-cover.concierge {
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sc-overlay {
    height: 100vh;
  }

  .sc-image {
    height: 100vh;
  }

  .section-cover-button {
    padding: 5vw 8vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .team-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-image-holder {
    width: 80%;
  }

  .team-name {
    margin-top: 4vw;
  }

  ._2m {
    margin-top: -4px;
    margin-bottom: 1vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .style-3xs {
    font-size: 5vw;
    line-height: 7vw;
    letter-spacing: -0.1vw;
  }

  .style-1xs {
    font-size: 7.5vw;
    line-height: 10vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -1.5vw;
    margin-bottom: 2vw;
    margin-left: 3vw;
    font-size: 6vw;
  }

  .pxs {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  ._3up-title-holder {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .search-holder {
    width: 90%;
    margin-top: 10vw;
  }

  .search {
    width: 100%;
    height: 12vw;
  }

  .search.search-page {
    margin-bottom: 12vw;
  }

  .search-button {
    width: 35%;
    font-size: 3vw;
    line-height: 5vw;
    letter-spacing: 0.75vw;
  }

  .search-input {
    width: 65%;
    padding-right: 5vw;
    padding-left: 5vw;
    border-radius: 0px;
    font-size: 3vw;
  }

  .search-result-item {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }

  .div-block-40 {
    margin-bottom: 3vw;
  }

  .lightbox-link {
    height: 60vh;
  }

  .lightbox-images {
    height: 58vh;
  }

  .big-lightbox {
    height: 58vh;
  }

  .lightbox-button {
    padding-bottom: 10vw;
  }

  .gallery-cta {
    padding: 2vw 4vw;
  }

  .pm {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .page-title-holder.events {
    margin-bottom: 6vw;
  }

  .page-title-holder.article-headline {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .page-title-holder.food-drink-title {
    margin-bottom: 5vw;
  }

  .page-title-holder.experiences {
    margin-bottom: 6vw;
  }

  .menu-link {
    font-size: 3vw;
    line-height: 5vw;
  }

  ._3up-view-link {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .style-4s-bold {
    font-size: 3.5vw;
    line-height: 5.5vw;
    letter-spacing: 1vw;
  }

  .sc-text-holder {
    margin-bottom: 2vw;
  }

  .h5 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .h5.map-directions {
    margin-top: 4vw;
  }

  .list-price {
    margin-top: 0vw;
    margin-bottom: 3vw;
    margin-left: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .bb-icon-holder {
    width: 4vw;
    height: 5vw;
  }

  .bb-text {
    margin-right: 4vw;
  }

  .faq-wrapper {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .faq-spacer {
    padding: 4vw 8vw;
  }

  .faq-trigger {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .faq-title {
    margin-bottom: 8vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .contact-holder {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .faq-spacer-end {
    padding: 4vw 8vw;
  }

  .footer-small {
    height: auto;
    padding: 15vw 8vw 30vw;
  }

  .fs-content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-content.left {
    width: 100%;
    margin-bottom: 5vw;
  }

  .fs-content.right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .fs-text.spacing-left {
    margin-left: 2vw;
    font-size: 5vw;
    text-align: center;
  }

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

  .fb-image-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fb-image {
    min-height: 170%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .fb-image-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaedf2), to(#eaedf2));
    background-image: linear-gradient(180deg, #eaedf2, #eaedf2);
  }

  .fb-content-holder {
    width: 60%;
  }

  .faq-tab {
    font-size: 3vw;
    letter-spacing: 1vw;
  }

  .faq-tab.w--current {
    font-size: 3vw;
    line-height: 5vw;
    letter-spacing: 1vw;
  }

  .filter {
    position: static;
    margin-bottom: 15vw;
    padding-top: 1vw;
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .filter-title {
    line-height: 4vw;
  }

  .faq-title-holder {
    padding-right: 9%;
    padding-left: 9%;
  }

  .faq-text-styles {
    display: block;
  }

  .faq-text-styles h1 {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .faq-text-styles h2 {
    padding-right: 8vw;
    padding-left: 8vw;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .faq-text-styles p {
    margin-bottom: 7vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .faq-text-styles li {
    padding-left: 2px;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .faq-text-styles ul {
    margin-top: -10px;
    padding-right: 8vw;
    padding-left: 12vw;
  }

  .faq-text-styles ol {
    padding-right: 8vw;
    padding-left: 12vw;
  }

  .faq-text-styles figcaption {
    margin-bottom: 8vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .faq-text-styles h4 {
    padding-right: 8vw;
    padding-left: 8vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .faq-text-styles h3 {
    padding-right: 8vw;
    padding-left: 8vw;
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .faq-text-styles blockquote {
    margin-right: 8vw;
    margin-left: 8vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .faq-text-styles a {
    border-bottom: 1px solid rgba(150, 119, 44, 0.5);
  }

  .faq-text-styles h5 {
    margin-top: -1vw;
    margin-left: 8vw;
    font-size: 21vw;
    line-height: 20vw;
  }

  .faq-text-styles h6 {
    padding-right: 9vw;
    padding-left: 8vw;
  }

  .style-2m {
    font-size: 6.5vw;
    line-height: 8vw;
    letter-spacing: 0.3vw;
  }

  .menu-close-holder {
    margin-top: 8vw;
    margin-right: 8vw;
  }

  .navbar-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .faq-question-holder {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .div-block-45 {
    margin-bottom: 4vw;
  }

  .div-block-46 {
    margin-bottom: 6vw;
  }

  .button-style-2 {
    padding: 6vw 7vw;
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0.75vw;
  }

  .button-style-3 {
    padding: 6vw 7vw;
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: 0.75vw;
  }

  .div-block-47 {
    width: 100%;
  }

  .utility-page-content {
    width: 80%;
  }

  .global-ns {
    height: 15vw;
  }

  .global-ns.large {
    height: 30vw;
  }

  .global-ns.medium {
    height: 20vw;
  }

  .global-ns.small {
    height: 10vw;
  }

  .global-ns.xlarge {
    height: 40vw;
  }

  .ensuite-amenities {
    margin-bottom: 5vw;
  }

  .contact-div-left {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-div-right {
    margin-right: 0px;
  }

  .icon-8 {
    font-size: 2.4rem;
  }

  .iphone-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slide-nav-2.mobile-slider-nav {
    bottom: -7%;
  }

  .div-block-56 {
    border-radius: 1.7rem;
  }

  .background-video {
    border-radius: 0rem;
  }
}

#w-node-_079c19a4-9e62-6057-a3d4-4d58069fc081-106a8269 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_079c19a4-9e62-6057-a3d4-4d58069fc0ad-106a8269 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_079c19a4-9e62-6057-a3d4-4d58069fc095-106a8269 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5e6434b-a5bd-f0ef-db0e-bd423f97f35f-106a8269 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52117c2a-4fa3-d2ca-b332-fab7a87f25c3-6818717e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de8aef28-aa42-8a4c-60de-ca7f32d0cbb0-6818717e {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-dca31634-6e6b-55da-a12d-44997b2de365-6818717e {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-cd3651a8-9896-4347-96fb-9e37978cc2b0-6818717e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e03ee1ca-f226-3352-aa45-b9d053e4a883-6818717e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_079c19a4-9e62-6057-a3d4-4d58069fc0ad-106a8269 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-d5e6434b-a5bd-f0ef-db0e-bd423f97f35f-106a8269 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  #w-node-_52117c2a-4fa3-d2ca-b332-fab7a87f25c3-6818717e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-cd3651a8-9896-4347-96fb-9e37978cc2b0-6818717e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-e03ee1ca-f226-3352-aa45-b9d053e4a883-6818717e {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Oswald';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}