:root {
  --body-bg: #f5f7f9;
  --body-text: #667380;
  --primary: #05396b;
  --white: white;
  --divisors: #eceef0;
}

body {
  background-color: var(--body-bg);
  color: var(--body-text);
  font-family: Epilogue;
  font-size: 17px;
  line-height: 1.7;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--body-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .4s ease-out;
}

a:hover {
  color: var(--primary);
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 0;
}

ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 18px;
}

li {
  margin-bottom: 4px;
}

label {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  color: var(--primary);
  border-left: 5px #e2e2e2;
  max-width: 730px;
  margin-bottom: 24px;
  padding: 0;
  font-family: Literata72pt;
  font-size: 48px;
  line-height: 1.1;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  color: var(--primary);
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.events {
  background-color: var(--white);
  text-align: center;
  padding-top: 0;
}

.section.resort {
  background-color: var(--white);
}

.section.cms-hero {
  padding-bottom: 0;
}

.section.cms {
  padding-top: 90px;
}

.section.other-rooms {
  background-color: var(--white);
  text-align: center;
  padding-top: 180px;
}

.section.padding-top-none {
  font-family: Epilogue-CF, sans-serif;
}

.section.resort-page {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.cms2 {
  padding-top: 0;
}

.section.book {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.cta {
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer {
  background-color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.template-links {
  border-top: 1px solid var(--divisors);
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.hero {
  background-image: none;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.about, .section.resort {
  background-color: var(--white);
}

.section.amenities {
  border-top: 1px solid var(--divisors);
  background-color: var(--white);
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.reviews {
  overflow: hidden;
}

.section.search {
  padding-top: 100px;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.slider {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

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

.container.menu-links {
  z-index: 300;
  position: relative;
}

.container.booking-search-widget {
  margin-bottom: 60px;
}

.large-heading {
  color: var(--primary);
  margin-bottom: 56px;
  font-family: Literata-CS, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.large-heading.margin-none-copy {
  font-family: Literata-CS, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.large-heading.margin-none {
  font-family: Literata-CS, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.large-text {
  z-index: 15;
  font-family: Epilogue-CF, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.large-text.book-now {
  text-align: left;
  font-size: 20px;
}

.medium-text {
  font-family: Epilogue-CF, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.label-text {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Epilogue-CF, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.label-text.gray-text {
  color: var(--body-text);
}

.grid-quarters {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  flex: 0 auto;
  order: 0;
  padding: 15px 32px 12px;
  font-family: Epilogue-CF, sans-serif;
  transition: color .4s ease-out, background-color .4s ease-out;
  position: relative;
  left: 350px;
  box-shadow: 0 6px 12px #6673800f;
}

.button:hover {
  box-shadow: none;
  color: var(--white);
  background-color: #667380a3;
}

.button.border {
  border: 1px solid var(--divisors);
  transition-duration: .4s, .4s;
}

.button.centered {
  font-family: Epilogue-CF, sans-serif;
  position: static;
}

.margin-bottom-medium {
  margin-bottom: 24px;
  font-family: Epilogue-CF, sans-serif;
}

.margin-none {
  margin: 0;
  font-family: Epilogue-CF, sans-serif;
}

.full-container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.full-container.nav {
  justify-content: space-between;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
}

.cta-wrap {
  background-image: linear-gradient(#010e1a00 63%, #010e1ae6), url("https://cdn.prod.website-files.com/6424267d406a65e429075570/6424808708a2406d1a495095_King%20Deluxe%20Shower.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: 600px;
  padding-bottom: 72px;
  padding-left: 72px;
  font-weight: 400;
  transition-property: none;
  display: flex;
  position: relative;
}

.cta-wrap:hover {
  background-image: linear-gradient(#010e1a00 63%, #010e1ae6), url("https://cdn.prod.website-files.com/6424267d406a65e429075570/6424808708a2406d1a495095_King%20Deluxe%20Shower.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-wrap.contact {
  background-image: linear-gradient(#010e1a00 63%, #010e1ae6), url("https://cdn.prod.website-files.com/6424267d406a65e429075570/6424814fd1c7c71ac35b5b89_Dinning%20Room%20-%20New.avif");
}

.cta-heading {
  z-index: 10;
  color: var(--white);
  margin-bottom: 0;
  font-family: Literata-CS, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.cta-subtitle-wrap {
  z-index: 10;
  color: var(--white);
  margin-top: 12px;
  margin-left: 2px;
  display: flex;
  position: relative;
}

.cta-arrow {
  margin-left: 8px;
}

.footer-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  font-family: Epilogue-CF, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-link.w--current {
  font-family: Epilogue-CF, sans-serif;
}

.template-links-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  display: flex;
}

.hero-slider {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: static;
}

.mask {
  position: static;
}

.slide {
  background-image: linear-gradient(#63686f00, #0c0c0c78 0%), url("https://cdn.prod.website-files.com/6424267d406a65e429075570/6532795944d30f53cb0ebfd0_Hotel%20View%20Paigton%20from%20Garden.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.slider-text {
  color: var(--white);
  max-width: 400px;
  margin-bottom: 0;
  font-family: Epilogue-CF, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.slider-heading {
  color: var(--white);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Literata-CS, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: 1;
}

.slide-nav {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 50% 72px auto auto;
  overflow: visible;
  transform: translate(0, -50%);
}

.right-arrow.dynamic-pages {
  right: 48px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 72px;
  transform: translate(0, -50%);
}

.left-arrow.dynamic-pages {
  left: 48px;
}

.slide-right-arrow {
  transform: rotate(180deg);
}

.slide-2 {
  background-image: linear-gradient(#0d0d0d78 100%, #63686fb3), url("https://cdn.prod.website-files.com/6424267d406a65e429075570/6424450670add21706b3528e_0a01e05c.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.rooms-heading-wrap {
  text-align: center;
  max-width: 733px;
  margin-left: auto;
  margin-right: auto;
}

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

.grid-half.events {
  margin-top: 90px;
  margin-bottom: 56px;
}

.grid-half.rooms-page {
  margin-top: 90px;
  margin-bottom: 0;
}

.grid-half.amenities {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.grid-half.about-page {
  width: 100%;
  height: 600px;
}

.grid-half.about-view {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-flow: row;
  margin-top: 90px;
  display: block;
}

.grid-half.rooms {
  margin-top: 90px;
  margin-bottom: 56px;
}

.grid-half.rooms.book-now {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: block;
}

.grid-half.about {
  align-items: center;
}

.card {
  z-index: 5;
  color: var(--white);
  align-items: flex-end;
  width: 100%;
  height: 440px;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card:hover {
  color: var(--white);
}

.card.blogs {
  height: 300px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.card.book-now {
  width: 300px;
  height: 300px;
}

.collection-item {
  justify-content: center;
  align-items: center;
  height: 440px;
  margin: 10px;
  padding-top: 0;
  padding-right: 0;
}

.collection-item.book-now {
  width: 280px;
  height: 300px;
  margin: 5px;
  padding-left: 0;
}

.gradient-overlay {
  z-index: 15;
  background-image: linear-gradient(#010e1a00 31%, #010e1acc 72%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-content {
  z-index: 20;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.card-content.book-now {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.price {
  color: var(--white);
  letter-spacing: -3px;
  margin-bottom: 0;
  font-family: Literata-CS, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.price.book-now {
  font-size: 30px;
}

.about-image {
  object-fit: cover;
  width: 100%;
  height: 740px;
}

.about-wrap {
  max-width: 478px;
  margin-right: 40px;
}

.card-photo-mask {
  z-index: 0;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.resort-wrap {
  max-width: 478px;
  margin-left: 80px;
}

.resort-image {
  object-fit: cover;
  width: 100%;
  height: 740px;
}

.amenities-wrap {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.amenities-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 150px;
  display: flex;
}

.amenities-icon {
  margin-bottom: 12px;
}

.nav-bar {
  z-index: 1000;
  justify-content: space-between;
  position: absolute;
  inset: 56px 0% auto;
}

.brand {
  clear: none;
  flex: 0 auto;
  order: 0;
  position: static;
}

.brand.book {
  position: relative;
  left: 400px;
}

.nav-button {
  cursor: pointer;
  background-color: #66738033;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.nav-lottie {
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.slide-3 {
  background-image: linear-gradient(#63686f00 30%, #63686fb3), url("https://cdn.prod.website-files.com/6424267d406a65e429075570/6532797f3a23e009b9a2d5ce_Paignton%20Arial%20View%20of%20Port.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.slide-4 {
  background-image: linear-gradient(#0d0d0d78 100%, #63686f00), url("https://cdn.prod.website-files.com/6424267d406a65e429075570/64a2b9be542dd3a61c64657e_room-min.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.menu-logo-wrap {
  z-index: 250;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-links-wrap {
  z-index: 300;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

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

.menu-photo-bg {
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/6424267d406a65e429075570/642443c6d7aa0efd48205049_Hotel-min.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-photo-mask {
  z-index: 150;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-link {
  color: var(--white);
  text-transform: none;
  margin-bottom: 32px;
  font-family: Literata-CS, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1;
  transition: color .3s ease-in-out;
}

.nav-link:hover {
  color: #a9d4ff;
}

.menu {
  z-index: 500;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cta-overlay {
  opacity: 0;
  background-color: #010e19;
  position: absolute;
  inset: 0%;
}

.preloader {
  z-index: 1500;
  background-color: var(--body-bg);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading {
  width: 56px;
  height: 56px;
}

.margin-left-medium {
  margin-left: 24px;
}

.template-links-content {
  display: flex;
}

.text-block-2 {
  font-family: Epilogue-CF, sans-serif;
  font-size: 15px;
}

.small-text {
  font-family: Epilogue-CF, sans-serif;
  font-weight: 400;
}

.paragraph, .link, .paragraph-2 {
  font-family: Epilogue-CF, sans-serif;
}

.link-2 {
  font-family: Epilogue-CF, sans-serif;
  font-weight: 400;
}

.div-block-7, .div-block-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .cta-wrap, .cta-wrap:hover {
    background-image: linear-gradient(#010e1a00 63%, #010e1ae6), url("https://cdn.prod.website-files.com/6424267d406a65e429075570/6424808708a2406d1a495095_King%20Deluxe%20Shower.webp");
  }

  .cta-wrap.contact {
    background-image: linear-gradient(#010e1a00 63%, #010e1ae6), url("https://cdn.prod.website-files.com/6424267d406a65e429075570/6424814fd1c7c71ac35b5b89_Dinning%20Room%20-%20New.avif");
  }

  .text-block {
    color: var(--primary);
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 900;
  }
}

@media screen and (min-width: 1920px) {
  .full-container.nav {
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
  }

  .slide {
    height: auto;
  }

  .nav-bar, .nav-bar-copy {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.reviews {
    padding-bottom: 166px;
  }

  .section.other-rooms {
    padding-top: 110px;
  }

  .section.padding-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.padding-top-none {
    padding-top: 0;
  }

  .extra-large-heading {
    font-size: 90px;
  }

  .large-heading {
    font-size: 60px;
  }

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

  .button {
    left: 128px;
  }

  .full-container {
    flex-direction: column;
  }

  .full-container.nav {
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-wrap {
    width: 100%;
    padding-bottom: 56px;
    padding-left: 56px;
  }

  .cta-wrap.contact {
    padding-bottom: 56px;
    padding-left: 56px;
  }

  .cta-heading {
    font-size: 60px;
  }

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

  .template-links-wrap {
    flex-direction: column;
  }

  .slider-text {
    max-width: 100%;
  }

  .slider-heading {
    width: 100%;
    font-size: 90px;
  }

  .right-arrow {
    inset: auto 40px 20px auto;
  }

  .right-arrow.dynamic-pages {
    top: 50%;
    bottom: auto;
  }

  .left-arrow {
    inset: auto auto 20px 40px;
  }

  .left-arrow.dynamic-pages {
    top: 50%;
    bottom: auto;
  }

  .grid-half.rooms, .grid-half.about, .grid-half.events, .grid-half.rooms-page {
    grid-template-columns: 1fr;
  }

  .grid-half.rooms, .grid-half.about, .grid-half.events, .grid-half.rooms-page {
    grid-template-columns: 1fr;
  }

  .grid-half.about-page {
    grid-template-columns: 1fr;
    height: auto;
  }

  .grid-half.about-view {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .card {
    padding: 40px;
  }

  .about-image {
    margin-top: 40px;
  }

  .about-wrap {
    max-width: 100%;
    margin-right: 0;
  }

  .reviews-slide {
    width: 100%;
  }

  .reviews-right-arrow {
    inset: auto 0% -96px auto;
  }

  .reviews-left-arrow {
    inset: auto auto -96px 0%;
  }

  .resort-wrap {
    max-width: none;
    margin-top: 56px;
    margin-left: 0;
  }

  .nav-bar {
    align-items: center;
    height: 80px;
    display: flex;
    position: absolute;
    top: 0;
  }

  .brand.book {
    left: 178px;
  }

  .cms-heading {
    font-size: 90px;
  }

  .cms-flexbox {
    flex-direction: column;
  }

  .cms-content {
    margin-right: 0;
  }

  .cms-book-sticky {
    max-width: 100%;
    margin-top: 90px;
    position: static;
  }

  .cms-amenities-wrap {
    margin-top: 110px;
  }

  .medium-column {
    max-width: 100%;
    margin-right: 40px;
  }

  .column.faq {
    margin-left: 20px;
  }

  .contact-wrap {
    flex-direction: column;
  }

  .contact-form {
    max-width: none;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .small-column {
    max-width: 100%;
  }

  .menu-logo-wrap, .menu-photo-mask {
    display: none;
  }

  .nav-link {
    font-size: 60px;
  }

  .menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    display: none;
  }

  .footer-logo {
    width: 120px;
    height: 120px;
  }

  .global-badge {
    display: none;
  }

  .utility-page-content {
    width: 100%;
  }

  .room-link-image {
    max-width: 100%;
  }

  .cms-heading-2 {
    font-size: 90px;
  }

  .cms-book-sticky-2 {
    max-width: 100%;
    margin-top: 90px;
    position: static;
  }

  .cms-content-copy {
    margin-right: 0;
  }

  .cms-flexbox-copy {
    flex-direction: column;
  }

  .cms-book-sticky-2-copy {
    max-width: 100%;
    margin-top: 90px;
    position: static;
  }

  .grid-4.rooms, .grid-4.about, .grid-4.events, .grid-4.rooms-page {
    grid-template-columns: 1fr;
  }

  .grid-4.rooms, .grid-4.about, .grid-4.events, .grid-4.rooms-page {
    grid-template-columns: 1fr;
  }

  .grid-4.about-page {
    grid-template-columns: 1fr;
    height: auto;
  }

  .grid-4.about-view {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .nav-bar-copy {
    align-items: center;
    height: 80px;
    display: flex;
    position: absolute;
    top: 0;
  }

  .grid-half-copy.rooms, .grid-half-copy.about, .grid-half-copy.events, .grid-half-copy.rooms-page {
    grid-template-columns: 1fr;
  }

  .grid-half-copy.rooms, .grid-half-copy.about, .grid-half-copy.events, .grid-half-copy.rooms-page {
    grid-template-columns: 1fr;
  }

  .grid-half-copy.about-page {
    grid-template-columns: 1fr;
    height: auto;
  }

  .grid-half-copy.about-view {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    font-size: 28px;
  }

  blockquote {
    font-size: 40px;
  }

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

  .section.header, .section.cms-hero {
    padding-top: 110px;
  }

  .section.cms, .section.other-rooms {
    padding-top: 80px;
  }

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

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

  .section.header, .section.cms-hero {
    padding-top: 110px;
  }

  .section.cms, .section.other-rooms {
    padding-top: 80px;
  }

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

  .extra-large-heading {
    font-size: 70px;
  }

  .large-heading {
    font-size: 46px;
  }

  .medium-heading {
    font-size: 28px;
  }

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

  .button {
    width: 150px;
    left: 68px;
  }

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

  .full-container.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-wrap {
    height: 550px;
  }

  .cta-wrap.w--current, .cta-wrap.contact, .cta-wrap.contact {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .cta-heading {
    font-size: 46px;
  }

  .footer-link.margin-left-medium {
    margin-left: 0;
  }

  .grid-thirds.margin-top-large {
    grid-template-columns: 1fr;
  }

  .template-links-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-items: start;
    width: 100%;
  }

  .slider-heading {
    font-size: 70px;
  }

  .right-arrow {
    right: 20px;
  }

  .right-arrow.dynamic-pages {
    right: 32px;
  }

  .left-arrow {
    left: 20px;
  }

  .left-arrow.dynamic-pages {
    left: 32px;
  }

  .grid-half.rooms {
    margin-top: 56px;
  }

  .grid-half.rooms-page, .grid-half.rooms {
    margin-top: 56px;
  }

  .grid-half.events {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .grid-half.rooms-page {
    margin-top: 56px;
  }

  .card {
    height: 350px;
    padding: 32px;
  }

  .collection-item {
    height: 350px;
  }

  .price {
    font-size: 28px;
  }

  .about-image {
    height: 550px;
    margin-top: 56px;
  }

  .reviews-slider {
    margin-top: 56px;
  }

  .ratings-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .reviews-slide-content {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .resort-image {
    height: 550px;
  }

  .amenities-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .amenities-column {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .amenities-column.last {
    justify-content: flex-start;
  }

  .brand.book {
    left: 102px;
  }

  .nav-button {
    width: 40px;
    height: 40px;
  }

  .nav-lottie {
    width: 20px;
  }

  .cms-heading {
    font-size: 70px;
  }

  .cms-slider {
    max-height: 550px;
    margin-top: 56px;
  }

  .cms-mask {
    height: 550px;
  }

  .cms-book-sticky, .cms-amenities-wrap, .cms-amenities-content, .margin-top-xl, .about-page-info.margin-top-xl, .about-page-info.margin-top-xl {
    margin-top: 56px;
  }

  .image {
    height: 550px;
  }

  .column.faq {
    margin-left: auto;
  }

  .column.margin-top-xl {
    margin-top: 56px;
  }

  .resort-slider {
    max-height: 550px;
  }

  .resort-mask {
    height: 550px;
  }

  .nav-link {
    font-size: 40px;
  }

  .licensing-image {
    height: 350px;
  }

  .template-links-content {
    flex-direction: column;
  }

  .cms-heading-2 {
    font-size: 70px;
  }

  .cms-book-sticky-2, .cms-book-sticky-2-copy {
    margin-top: 56px;
  }

  .container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4.rooms {
    margin-top: 56px;
  }

  .grid-4.rooms-page, .grid-4.rooms {
    margin-top: 56px;
  }

  .grid-4.events {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .grid-4.rooms-page {
    margin-top: 56px;
  }

  .collection-item-copy {
    height: 350px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .grid-half-copy.rooms {
    margin-top: 56px;
  }

  .grid-half-copy.rooms-page, .grid-half-copy.rooms {
    margin-top: 56px;
  }

  .grid-half-copy.events {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .grid-half-copy.rooms-page {
    margin-top: 56px;
  }

  .price-copy {
    font-size: 28px;
  }
}

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

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

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

  .section.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.cms {
    padding-top: 60px;
  }

  .section.reviews {
    padding-bottom: 148px;
  }

  .extra-large-heading {
    margin-bottom: 40px;
    font-size: 54px;
  }

  .extra-large-heading.margin-none {
    margin-bottom: 0;
  }

  .large-heading {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .medium-text {
    font-size: 18px;
  }

  .grid-quarters {
    flex-direction: column;
    display: flex;
  }

  .button {
    width: 100px;
    left: -8px;
  }

  .button.centered {
    width: auto;
  }

  .cta-wrap {
    height: 350px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .cta-wrap.contact {
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .footer-link {
    font-size: 15px;
  }

  .template-links-wrap {
    grid-template-columns: 1fr;
  }

  .slider-text {
    font-size: 16px;
  }

  .slider-heading {
    font-size: 44px;
  }

  .right-arrow {
    width: 48px;
    height: 48px;
    bottom: 0;
  }

  .right-arrow.dynamic-pages {
    right: 20px;
  }

  .left-arrow {
    width: 48px;
    height: 48px;
    bottom: 0;
    overflow: visible;
  }

  .left-arrow.dynamic-pages {
    left: 20px;
  }

  .grid-half.events {
    margin-bottom: 56px;
  }

  .grid-half.amenities {
    grid-template-columns: 1fr;
  }

  .grid-half.about-view {
    margin-top: 56px;
  }

  .card {
    text-align: left;
    height: 280px;
    padding: 24px;
  }

  .collection-item {
    height: 280px;
  }

  .card-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-image {
    height: 350px;
  }

  .reviews-slide-content {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .reviews-right-arrow, .reviews-left-arrow {
    width: 48px;
    height: 48px;
    bottom: -88px;
  }

  .resort-image {
    height: 350px;
  }

  .amenities-item {
    width: 100%;
  }

  .brand.book {
    left: 17px;
  }

  .cms-heading {
    font-size: 54px;
  }

  .cms-slider {
    max-height: 350px;
  }

  .cms-mask {
    height: 350px;
  }

  .sticky-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .cover-full-height {
    height: 280px;
  }

  .medium-column {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .about-page-info.margin-top-xl {
    flex-direction: column;
  }

  .image {
    height: 350px;
  }

  .column.faq {
    margin-top: 56px;
    margin-left: 0;
  }

  .resort-slider {
    max-height: 450350px;
  }

  .resort-mask {
    height: 350px;
  }

  .faq-question, .faq-answer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-social {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 24px;
  }

  .menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .social-wrap {
    margin-right: 16px;
  }

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

  .people-beds-wrap {
    flex-direction: column;
    width: 100%;
  }

  .room-price-item {
    border-top-style: none;
    border-left-style: solid;
    width: 100%;
  }

  .div-block {
    margin-top: 10px;
  }

  .cms-heading-2 {
    font-size: 54px;
  }

  .medium-text-2 {
    font-size: 18px;
  }

  .grid-4.events {
    margin-bottom: 56px;
  }

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

  .grid-4.about-view {
    margin-top: 56px;
  }

  .collection-item-copy {
    height: 280px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .grid-half-copy.events {
    margin-bottom: 56px;
  }

  .grid-half-copy.amenities {
    grid-template-columns: 1fr;
  }

  .grid-half-copy.about-view {
    margin-top: 56px;
  }

  .card-content-copy {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-_4384fa30-90b6-298c-8c4a-51b3690f69d3-690f69cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4384fa30-90b6-298c-8c4a-51b3690f69e1-690f69cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_4384fa30-90b6-298c-8c4a-51b3690f69d3-690f69cf, #w-node-_4384fa30-90b6-298c-8c4a-51b3690f69ed-690f69cf, #w-node-_4384fa30-90b6-298c-8c4a-51b3690f69e1-690f69cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4384fa30-90b6-298c-8c4a-51b3690f69d3-690f69cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
