:root {
  --black: black;
  --white-smoke: #f0f0f0;
}

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

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

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

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

body {
  color: #333;
  font-family: Chivo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: var(--black);
  text-decoration: underline;
}

li {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.6;
}

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

label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  background-color: #fff;
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

.section_hero {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-image {
  background-image: linear-gradient(#000000d4, #fff0 17%), linear-gradient(#00000080, #00000080), url('../images/E44A3226-2-1.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 120%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-container {
  z-index: 10;
  flex: 1;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  inset: 0% auto auto;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  float: none;
  width: 140px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.nav-menu {
  float: none;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  text-align: center;
  min-width: 99px;
  font-size: 15px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  color: #000;
}

.section {
  padding: 100px 50px;
}

.section.assets-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 150px;
}

.section.legal-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 170px;
}

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

.navbar-background {
  z-index: 0;
  background-color: #fff;
  height: 101%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 5px 8px -10px #000;
}

.footer {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-link {
  color: #ccc;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.intro-grid {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.section-title {
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.section-title.instagram {
  text-align: center;
  margin-top: 50px;
}

.intro-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.button {
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, padding .2s;
  display: flex;
  position: relative;
}

.button:hover {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.button.tutorial-link {
  background-color: var(--white-smoke);
  transition: background-color .2s, color .2s, padding .2s;
}

.button.tutorial-link:hover {
  color: var(--black);
  background-color: #ccc;
}

.button-background {
  background-color: var(--black);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-text {
  z-index: 10;
  position: relative;
}

.button-arrow {
  z-index: 10;
  width: 17px;
  margin-left: 10px;
  position: relative;
}

.button-arrow.flip {
  transform-style: preserve-3d;
  margin-left: 0;
  margin-right: 10px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button-wrapper {
  margin-top: 30px;
  display: inline-block;
}

.button-wrapper.invert {
  filter: invert();
}

.sign-up-section {
  color: #fff;
  text-align: center;
  padding: 100px 50px;
  position: relative;
}

.mini-container {
  z-index: 10;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sign-up-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-cover {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.form-block {
  margin-bottom: 0;
}

.form-block.sign-up {
  margin-top: 50px;
}

.scroll-down-hint {
  z-index: 10;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 20px;
}

.sign-up-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 0 #000;
  height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 17px;
}

.text-field.placeholder {
  background-color: #f1f1f1;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 12px;
  display: flex;
}

.text-field.password {
  margin-top: 20px;
}

.features-grid {
  grid-column-gap: 150px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.section-subtitle {
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.section-subtitle.features {
  margin-bottom: 15px;
}

.section-subtitle.contact {
  margin-bottom: 40px;
}

.featured-row {
  align-items: center;
  margin-top: 7px;
  margin-bottom: 30px;
  font-size: 20px;
  display: flex;
}

.featured-icon {
  width: 26px;
  margin-right: 25px;
}

.sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 110px;
}

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

.divider-line {
  background-color: var(--white-smoke);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider-line.mini-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-line.footer-line {
  background-color: #f0f0f024;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-image-grid {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

.important-stuff-subtitle {
  margin-bottom: 5px;
  font-weight: 700;
}

.hosts-image {
  border-radius: 50%;
  width: 210px;
  margin-bottom: 40px;
}

.signature {
  margin-top: 30px;
  transform: rotate(-7deg);
}

.patterned-texture {
  background-image: url('../images/Pattern-Texture.svg');
  background-position: 0 0;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.quote-wrapper {
  background-color: #fff;
  padding: 30px 50px 40px;
}

.quote-name-row {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.quote-image {
  border-radius: 50%;
  width: 40px;
  margin-right: 12px;
}

.footer-copyright {
  margin-top: 20px;
  font-size: 11px;
}

.footer-logo {
  width: 140px;
}

.footer-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.booking-slide-out {
  z-index: 1001;
  background-color: #fff;
  max-width: 360px;
  height: 100vh;
  padding: 24px 32px;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
  transform: translate(130%);
  box-shadow: -2px 0 30px #00000030;
}

.booking-slide-out-subnote {
  margin-top: 10px;
  font-size: 11px;
}

.booking-placeholder {
  margin-top: 20px;
  position: relative;
}

.booking-placeholder-gradient {
  z-index: 10;
  background-image: linear-gradient(#0000, #fff);
  position: absolute;
  inset: 0%;
}

.booking-slide-closer {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0%;
}

.submit-button {
  background-color: var(--black);
  text-transform: uppercase;
  min-height: 50px;
  font-weight: 700;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #2b2b2b;
}

.form-success-lottie {
  width: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  color: var(--black);
  background-color: #fff;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px;
  font-size: 16px;
  line-height: 24px;
}

.success-message-title {
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.error-message {
  background-color: #ff0037;
}

.error-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.error-link:hover {
  color: #00000073;
}

.form-small-print {
  color: #ffffffe0;
  margin-top: 15px;
  font-size: 11px;
}

.footer-template-links {
  margin-top: 10px;
  font-size: 11px;
}

.footer-template-link {
  color: var(--white-smoke);
  transition: opacity .2s;
}

.footer-template-link:hover {
  opacity: .5;
}

.instagram-link {
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
}

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

.instagram-lottie {
  width: 40px;
  position: absolute;
}

.instagram-feed-link-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.instagram-feed-link {
  color: #5a5a5a;
  background-image: url('../images/icons8_right_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 9px;
  padding-right: 13px;
  font-size: 10px;
  text-decoration: none;
}

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

.hero-section-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.asset-wrapper {
  border-bottom: 1px solid var(--white-smoke);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.asset-lottie {
  background-color: var(--black);
  border: 1px solid #1f1f1f;
  width: 100px;
  margin-bottom: 20px;
  padding: 20px;
}

.asset-lottie.grey {
  background-color: var(--white-smoke);
}

.link-address-wrapper {
  color: #868686;
  text-transform: uppercase;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.margin-bottom-60 {
  margin-bottom: 50px;
}

.no-margin {
  margin: 0;
}

.asset-row {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.asset-link {
  color: var(--black);
  text-transform: none;
  margin-top: -3px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.asset-logo, .pexels-logo {
  width: 100px;
}

.lottie-asset {
  margin-top: 40px;
}

.image-asset {
  margin-top: 20px;
}

.contact-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: .75fr 1fr .5fr;
  margin-top: auto;
}

.contact-row {
  margin-bottom: 15px;
}

.contact-icon {
  width: 20px;
  margin-right: 20px;
}

.contact-link {
  color: var(--black);
  text-decoration: none;
  display: inline;
}

.map {
  flex: 1;
}

.map-column {
  flex-direction: column;
  min-height: 400px;
  display: flex;
}

.legal-grid {
  grid-template-rows: auto;
}

.styleguide-header {
  color: #b9b9b9;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
}

.rich-text-block figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.utility-page-wrap._404 {
  background-color: var(--black);
  color: #fff;
}

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

.utility-page-form {
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

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

._404-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 33px;
}

._404-paragraph {
  max-width: 290px;
}

.tutorial-logos-row {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tutorial-logo {
  max-height: 40px;
}

.tutorial-logo.webflow {
  max-height: 33px;
}

.tutorial-rich-text-field figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tutorial-rich-text-field h6 {
  color: #646464;
  margin-top: 20px;
}

.tutorial-rich-text-field.eviivo {
  max-width: 60ch;
}

.tutorial-sticky-link {
  color: #53505a;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
}

.tutorial-sticky-link.w--current {
  color: #a58961;
}

.tutorial-sticky {
  z-index: 99;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 11px;
  font-weight: 400;
  display: flex;
  position: sticky;
  top: 80px;
}

.version-section {
  border: 1px solid #e2e2e2;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 50px 40px;
}

.tutorial-x {
  opacity: .4;
  width: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.tutorial-link.button {
  margin-left: auto;
}

.section_contact {
  padding: 100px 50px;
}

.section_contact.assets-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 150px;
}

.section_contact.legal-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 170px;
}

.section_contact.styleguide {
  padding-top: 40px;
}

.padding-global {
  padding: 100px 50px;
}

.padding-global.assets-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 150px;
}

.padding-global.legal-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 170px;
}

.padding-global.styleguide {
  padding-top: 40px;
}

.section_facility {
  padding: 100px 50px;
}

.section_facility.assets-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 150px;
}

.section_facility.legal-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 170px;
}

.section_facility.styleguide {
  padding-top: 40px;
}

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

.section_about.assets-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 150px;
}

.section_about.legal-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 170px;
}

.section_about.styleguide {
  padding-top: 40px;
}

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

.social-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  width: 30px;
  height: 30px;
}

.notification-bar {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.notification-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.notification-close {
  position: absolute;
  inset: 22% 5px 0% auto;
}

.image {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 1280px) {
  .intro-grid {
    grid-template-columns: .6fr 1fr;
  }

  .hero-section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-row {
    margin-bottom: 20px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .notification-bar {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-grid {
    grid-column-gap: 50px;
  }

  .intro-image-grid {
    grid-template-rows: 200px auto 200px;
    grid-template-columns: 1fr 1fr;
  }

  .features-grid {
    grid-column-gap: 100px;
  }

  .divider-line.mini-margin.hide-on-mobile {
    display: none;
  }

  .text-image-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
  }

  .patterned-texture {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-section-grid {
    grid-template-columns: .75fr .25fr;
  }

  .contact-grid {
    grid-template-columns: .75fr 1fr;
  }

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

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

  h2 {
    font-size: 26px;
  }

  p {
    font-size: 16px;
  }

  .hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar {
    left: 30px;
    right: 30px;
  }

  .nav-link {
    min-width: auto;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.assets-hero {
    padding-top: 130px;
  }

  .footer {
    padding: 40px 20px;
  }

  .intro-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 35px;
  }

  .sign-up-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .features-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-subtitle {
    font-size: 35px;
  }

  .text-image-grid {
    grid-row-gap: 50px;
  }

  .patterned-texture {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture.hide-on-mobile {
    display: none;
  }

  .instagram-lottie {
    width: 30px;
    height: 30px;
  }

  .instagram-feed-link-wrapper {
    padding-top: 0;
  }

  .hero-section-grid {
    grid-template-columns: 1fr;
  }

  .link-address-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .asset-link {
    margin-left: 0;
  }

  .contact-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr .5fr;
  }

  .map {
    flex: none;
  }

  .tutorial-logos-row {
    flex-wrap: wrap;
  }

  .tutorial-logo {
    max-height: 33px;
  }

  .tutorial-logo.webflow {
    max-height: 28px;
  }

  .tutorial-link.button {
    margin-top: 15px;
    margin-left: 0;
  }

  .section_contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_contact.assets-hero {
    padding-top: 130px;
  }

  .padding-global {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-global.assets-hero {
    padding-top: 130px;
  }

  .section_facility {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_facility.assets-hero, .section_about.assets-hero {
    padding-top: 130px;
  }
}

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

  h2 {
    font-size: 23px;
  }

  blockquote {
    font-size: 30px;
    line-height: 1.3;
  }

  .section_hero {
    min-height: 490px;
    padding-top: 0;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    right: 0;
  }

  .container.nav {
    justify-content: space-between;
  }

  .brand {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 20px 10px -19px #00000024;
  }

  .nav-link {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    color: var(--black);
  }

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

  .section.assets-hero {
    padding-top: 100px;
  }

  .section.legal-hero {
    padding-top: 130px;
  }

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

  .section-title {
    font-size: 31px;
  }

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

  .section-subtitle.contact {
    margin-bottom: 30px;
  }

  .featured-row {
    font-size: 17px;
  }

  .featured-icon {
    margin-right: 20px;
  }

  .gallery-section {
    grid-template-columns: 1fr 1fr;
  }

  .patterned-texture {
    padding: 30px;
  }

  .quote-wrapper {
    padding: 20px 30px 30px;
  }

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

  .booking-slide-out {
    padding: 30px;
  }

  .submit-button {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .main-wrapper {
    overflow: visible;
  }

  .instagram-link {
    height: 33vw;
  }

  .booking-slide-close-mobile {
    cursor: pointer;
    background-image: url('../images/icons8_right_1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 55px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
  }

  .mobile-nav-logo {
    width: 92px;
    display: block;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 45px;
    padding: 7px 0 6px 20px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-button-lottie {
    filter: invert();
  }

  .asset-link {
    font-size: 12px;
  }

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

  .map {
    flex: 0 auto;
  }

  .tutorial-logo {
    max-height: 25px;
  }

  .tutorial-logo.webflow {
    max-height: 21px;
  }

  .version-section {
    padding: 30px 20px;
  }

  .tutorial-x {
    margin-left: 5px;
    margin-right: 5px;
  }

  .tutorial-link.button {
    font-size: 13px;
  }

  .section_contact {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section_contact.assets-hero {
    padding-top: 100px;
  }

  .section_contact.legal-hero {
    padding-top: 130px;
  }

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

  .padding-global.assets-hero {
    padding-top: 100px;
  }

  .padding-global.legal-hero {
    padding-top: 130px;
  }

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

  .section_facility.assets-hero {
    padding-top: 100px;
  }

  .section_facility.legal-hero {
    padding-top: 130px;
  }

  .section_about.assets-hero {
    padding-top: 100px;
  }

  .section_about.legal-hero {
    padding-top: 130px;
  }
}

#w-node-bce7b85d-156a-848d-97ff-344371abef75-07a69091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6451b18-7ea0-92d9-e141-373d15b9ca16-07a69091 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_9c0a744c-20ba-b506-a553-0e6e6596e360-07a69091 {
  align-self: stretch;
}

#w-node-_9e7765d4-6348-8d5d-a2ed-fe6f548bed6b-07a69091 {
  place-self: stretch stretch;
}

#w-node-_0f3f63e5-e1fb-f211-a5f8-52a3ebc053d9-07a69091, #w-node-a403c7ef-b6a9-aac0-64da-c95fcdbfaf12-07a69091 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-ea61ef01-e95f-5e7e-a06c-cb485e24ff15-07a69091 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: stretch;
}

#w-node-ffa38b31-6a2e-c462-7173-246892f5c17c-07a69091 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_21bec829-0d92-3603-653d-89ce17082415-07a69091 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_31e9955c-2c03-31fd-5641-6c9aa57e4ccc-07a69091 {
  place-self: stretch stretch;
}

#w-node-a60d7a2f-13f0-ac33-8c1b-69b939c6ef29-07a69091 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-a60d7a2f-13f0-ac33-8c1b-69b939c6ef2a-07a69091 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: stretch;
}

#w-node-a60d7a2f-13f0-ac33-8c1b-69b939c6ef2b-07a69091 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_95fac176-2a8a-871a-cac4-bda1c6de6d07-07a69091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd8d88f2-8cc5-a0b5-639f-16b395f20b4e-07a69091 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_68d4630d-557a-d31f-304b-708b53b96a8c-07a69091 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-_95fac176-2a8a-871a-cac4-bda1c6de6d07-07a69091 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cd8d88f2-8cc5-a0b5-639f-16b395f20b4e-07a69091 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_68d4630d-557a-d31f-304b-708b53b96a8c-07a69091 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d6451b18-7ea0-92d9-e141-373d15b9ca16-07a69091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_21bec829-0d92-3603-653d-89ce17082415-07a69091 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cd8d88f2-8cc5-a0b5-639f-16b395f20b4e-07a69091 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8d94bef2-6001-f6db-5c58-c38933abe3fb-07a69091 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_95fac176-2a8a-871a-cac4-bda1c6de6d07-07a69091 {
    grid-row: span 1 / span 1;
  }

  #w-node-cd8d88f2-8cc5-a0b5-639f-16b395f20b4e-07a69091, #w-node-_8d94bef2-6001-f6db-5c58-c38933abe3fb-07a69091 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


