.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;
}

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: #000;
  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;
}

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

.home-hero-image {
  height: 120%;
  background-image: linear-gradient(rgba(0, 0, 0, .83), rgba(255, 255, 255, 0) 17%), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sunset-05.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.navbar {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 50px;
  right: 50px;
}

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

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

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

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

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

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

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

.section {
  padding: 100px 50px;
}

.section.assets-hero {
  color: #fff;
  background-color: #000;
  padding-top: 150px;
}

.section.legal-hero {
  color: #fff;
  background-color: #000;
  padding-top: 170px;
}

.section.legal-hero.about-hero {
  background-image: url('../images/lamps.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.navbar-background {
  z-index: 0;
  height: 101%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -100%);
  box-shadow: 0 5px 8px -10px #000;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #000;
  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 {
  width: 100%;
  object-fit: cover;
}

.button {
  color: #000;
  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: #f0f0f0;
  transition: background-color .2s, color .2s, padding .2s;
}

.button.tutorial-link:hover {
  color: #000;
  background-color: #ccc;
}

.button-background {
  width: 0%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-cover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.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 {
  height: 50px;
  border: 0 #000;
  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-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: -webkit-sticky;
  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 {
  height: 1px;
  background-color: #f0f0f0;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.divider-line.footer-line {
  background-color: rgba(240, 240, 240, .14);
  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 {
  width: 210px;
  border-radius: 50%;
  margin-bottom: 40px;
}

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

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

.patterned-texture.hide-on-mobile.find-us {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.footer-logo {
  width: 200px;
}

.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;
  height: 100vh;
  max-width: 450px;
  background-color: #fff;
  padding: 50px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(130%);
  box-shadow: -2px 0 30px rgba(0, 0, 0, .19);
}

.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(rgba(0, 0, 0, 0), #fff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.booking-slide-closer {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.submit-button {
  min-height: 50px;
  text-transform: uppercase;
  background-color: #000;
  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 {
  max-width: 410px;
  color: #000;
  background-color: #fff;
  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: #000;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.error-link:hover {
  color: rgba(0, 0, 0, .45);
}

.form-small-print {
  color: rgba(255, 255, 255, .88);
  margin-top: 15px;
  font-size: 11px;
}

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

.footer-template-link {
  color: #f0f0f0;
  transition: opacity .2s;
}

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

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

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

.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 #f0f0f0;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

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

.asset-lottie.grey {
  background-color: #f0f0f0;
}

.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: #000;
  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;
  margin-top: 100px;
}

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

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

.contact-link {
  color: #000;
  text-decoration: none;
}

.map {
  flex: 1;
}

.map-column {
  flex-direction: column;
  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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap._404 {
  color: #fff;
  background-color: #000;
}

.utility-page-content {
  width: 360px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  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: -webkit-sticky;
  position: sticky;
  top: 80px;
}

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

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

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

.text-block {
  padding-bottom: 19px;
}

.image {
  max-width: 125%;
  object-fit: fill;
}

.html-embed {
  z-index: 100;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block {
  z-index: 150;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.airbnb-feed-reviews {
  height: auto;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 1280px) {
  .section.legal-hero.about-hero {
    background-image: url('../images/lamps.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .intro-grid {
    grid-template-columns: .6fr 1fr;
  }

  .button-text:hover {
    color: #3898eb;
  }

  .patterned-texture.hide-on-mobile.hosts {
    background-image: url('../images/purple-flowers.jpg'), url('../images/Pattern-Texture.svg');
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, 300px;
  }

  .patterned-texture.hide-on-mobile.find-us {
    padding: 0;
  }

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

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

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

  .text-block {
    padding-bottom: 20px;
  }

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

@media screen and (min-width: 1440px) {
  .features-grid {
    grid-template-rows: auto;
  }

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

  .patterned-texture {
    background-image: url('../images/mist-02.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .patterned-texture.hide-on-mobile.hosts {
    background-image: url('../images/tablecloth.jpg');
  }

  .patterned-texture.hide-on-mobile.find-us {
    background-image: url('../images/mushrooms.jpg');
  }

  .patterned-texture.testimonial {
    background-image: url('../images/flowers-house.webp');
  }

  .quote-wrapper {
    display: none;
  }

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

  .text-block {
    padding-bottom: 10px;
    font-family: Chivo, sans-serif;
  }

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

  .text-block-2 {
    padding-top: 28px;
    font-family: Great Vibes, cursive;
    font-size: 28px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    width: 100%;
  }

  .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;
  }

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

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

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

  .text-block-3 {
    font-size: 20px;
  }

  .block-quote {
    font-size: 32px;
  }

  .block-quote-2 {
    font-size: 32px;
    font-weight: 400;
  }
}

@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-bottom: 0;
  }

  .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;
  }

  .airbnb-feed-reviews {
    padding-top: 0;
  }
}

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

  h2 {
    font-size: 23px;
  }

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

  .home-hero {
    min-height: 490px;
    padding-top: 60px;
  }

  .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 rgba(0, 0, 0, .14);
  }

  .nav-link {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .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-top: 0;
    padding-bottom: 0;
  }

  .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;
  }

  .body-wrapper {
    overflow: visible;
  }

  .instagram-link {
    height: 33vw;
  }

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

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

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

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .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;
  }
}

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

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

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

#w-node-_9e7765d4-6348-8d5d-a2ed-fe6f548bed6b-05e92dfa {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0f3f63e5-e1fb-f211-a5f8-52a3ebc053d9-05e92dfa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

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

#w-node-_31e9955c-2c03-31fd-5641-6c9aa57e4ccc-05e92dfa {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a403c7ef-b6a9-aac0-64da-c95fcdbfaf12-05e92dfa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

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

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

#w-node-_59f3c942-aee6-4ca2-65a0-56731b55045b-05e92dfa {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5ea0f8b0-b23d-067a-e1d8-642c9ae4ba50-05e92dfa {
  grid-area: 1 / 2 / 2 / 3;
}

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

#w-node-_68d4630d-557a-d31f-304b-708b53b96a8c-05e92dfa {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-cd8d88f2-8cc5-a0b5-639f-16b395f20b4e-05e92dfa {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_68d4630d-557a-d31f-304b-708b53b96a8c-05e92dfa {
    grid-area: span 3 / span 1 / span 3 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }
}

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

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

  #w-node-_5ea0f8b0-b23d-067a-e1d8-642c9ae4ba50-05e92dfa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

@media screen and (max-width: 479px) {
  #w-node-cd8d88f2-8cc5-a0b5-639f-16b395f20b4e-05e92dfa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


