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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.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/justin-shen-k0VeQ6sXHGg-unsplash.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 {
  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 {
  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;
  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 {
  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 {
  width: 100%;
  object-fit: cover;
  display: none;
}

.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 {
  width: 0%;
  background-color: var(--black);
  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;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  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: var(--white-smoke);
  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: 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 {
  width: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.footer-copyright {
  margin-top: 60px;
  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;
  display: none;
}

.booking-slide-out {
  z-index: 1001;
  height: 100vh;
  max-width: 360px;
  background-color: #fff;
  padding: 24px 32px;
  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;
  background-color: var(--black);
  text-transform: uppercase;
  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: var(--black);
  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: var(--black);
  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: var(--white-smoke);
  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 var(--white-smoke);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.asset-lottie {
  width: 100px;
  background-color: var(--black);
  border: 1px solid #1f1f1f;
  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: 100px;
}

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

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

.contact-link {
  color: var(--black);
  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 {
  background-color: var(--black);
  color: #fff;
}

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

.button-2 {
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 6px;
  font-family: Changa One, Impact, sans-serif;
}

.html-embed {
  height: 1000px;
}

.stack {
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block {
  color: #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 28px;
}

.stacktext {
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.cell {
  align-items: center;
}

.cella {
  border-radius: 5px;
  align-items: center;
}

.text-block-2 {
  color: #1a1a1a;
  text-align: left;
  margin-top: 9px;
  font-family: Chivo, sans-serif;
}

.image {
  text-align: left;
  border-radius: 19px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.cell-2 {
  background-image: url('../images/2023_cadillac_escalade_4dr-suv_sport-platinum_dps_evox_1_1600x1067.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 4px;
  flex-wrap: nowrap;
}

.cell-3 {
  background-image: url('../images/2023_cadillac_escalade_4dr-suv_premium-luxury_fq_oem_1_1600x1067.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
}

.cell-4 {
  background-image: url('../images/2023_cadillac_escalade_4dr-suv_sport-platinum_d_oem_1_1600x1067.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.image-2 {
  background-image: url('../images/2022_lincoln_navigator_4dr-suv_black-label_fq_oem_2_1600x1067.jpg');
  background-position: 0 0;
  background-size: auto;
}

.cell-5 {
  background-image: url('../images/2023_cadillac_escalade_4dr-suv_sport-platinum_detail_oem_1_1600x1067.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
}

.quick-stack {
  width: 800px;
  height: 600px;
}

.button-3 {
  background-color: #000;
  border-radius: 8px;
}

.text-block-3 {
  font-family: Changa One, Impact, sans-serif;
}

.text-block-4 {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.cellb {
  background-image: url('../images/2022_lincoln_navigator_4dr-suv_black-label_d_oem_1_1600x1067.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.celld {
  background-image: url('../images/2022_lincoln_navigator_4dr-suv_reserve_i_oem_2_1600x1067.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 5px;
}

.celle {
  background-image: url('../images/2022_lincoln_navigator_4dr-suv_black-label_fq_oem_2_1600x1067.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.cell-6 {
  background-image: url('../images/2023_toyota_sienna_passenger-minivan_25th-anniversary-special-edition_rq_oem_1_1600x1067.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.cell-7 {
  background-image: url('../images/2023_toyota_sienna_passenger-minivan_limited-7-passenger_fq_oem_6_1600x1067.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.cell-8 {
  background-image: url('../images/2022_lincoln_navigator_4dr-suv_black-label_f_oem_2_1600x1067.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.quick-stack-2 {
  height: 400px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container-3 {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

@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) {
  .instagram-grid {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .html-embed-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

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

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

  h2 {
    font-size: 23px;
  }

  strong {
    font-size: 12px;
    font-weight: 700;
  }

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

  .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: 92px;
    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-a039f413, #w-node-_240362d3-c41d-d1e2-533e-2e6996dedf12-a039f413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7ca3f63-69d9-cfd2-017b-346d10927984-a039f413 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_20c8a0c4-3e1e-77de-5523-3f6266f40f70-a039f413, #w-node-_824863c7-53cd-d813-8c58-4a4542570d6f-a039f413 {
  grid-column: span 2 / span 2;
}

#w-node-_0f284004-0a53-fbd1-0c62-0fcef1850111-a039f413 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0f284004-0a53-fbd1-0c62-0fcef1850112-a039f413, #w-node-_0f284004-0a53-fbd1-0c62-0fcef1850115-a039f413 {
  grid-column: span 2 / span 2;
}

#w-node-_4d1b0895-485b-7a89-256a-897a2f1535e5-a039f413, #w-node-_03621823-8f6f-fed0-1efc-b934d10e41a8-a039f413, #w-node-b353eb95-db03-c404-d1c2-d2e4ebb9baa3-a039f413, #w-node-_8eb19393-e7b5-8b51-5eaa-d2d12739c1e8-a039f413 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

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

@media screen and (max-width: 767px) {
  #w-node-_8d94bef2-6001-f6db-5c58-c38933abe3fb-a039f413 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

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

  #w-node-_8d94bef2-6001-f6db-5c58-c38933abe3fb-a039f413 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f943034-0152-7931-15bd-70fc89ae9337-89ae9336 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


