@font-face {
  font-family: Oceanside Typewriter;
  src: url('../fonts/Oceanside-Typewriter.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FTD;
  src: url('../fonts/FTD-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --oceanside: "Oceanside Typewriter", Georgia, sans-serif;
  --black: black;
  --ftd: FTD, Arial, sans-serif;
  --1: 1vw;
  --1-5: 1.5vw;
}

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

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

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

.section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100vh;
  display: flex;
  overflow: clip;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100vw;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link {
  box-sizing: border-box;
  font-family: var(--oceanside);
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.link-2 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Oceanside Typewriter, Georgia, sans-serif;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  min-width: 100vw;
  padding: 20px 60px;
  display: flex;
}

.link-3, .link-4 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Oceanside Typewriter, Georgia, sans-serif;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-4 {
  display: block;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 96%;
  height: 550px;
  display: flex;
}

.section-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 500vh;
  display: block;
  position: relative;
  overflow: clip;
}

.container-3 {
  max-width: 955px;
  padding-top: 100px;
  font-family: FTD, Arial, sans-serif;
}

.heading {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-shadow: 5px 20px 20px #0003;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-family: FTD, Arial, sans-serif;
  font-size: 15vw;
  font-weight: 400;
  line-height: 29vh;
  display: block;
  position: relative;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-bottom: -128px;
  padding-top: 162px;
  display: flex;
}

.div-block-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
}

.heading-2 {
  z-index: 1;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  max-width: 600px;
  font-family: Oceanside Typewriter, Georgia, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 4vh;
  position: static;
}

.container-4 {
  background-image: url('../images/Text-layout-2.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image {
  aspect-ratio: auto;
  width: 65vw;
  position: relative;
  inset: 0%;
}

.div-block-8 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.paragraph {
  font-family: Oceanside Typewriter, Georgia, sans-serif;
  font-size: 1vw;
}

.section-3 {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--black);
  flex-flow: column;
  width: auto;
  height: 110vh;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-9 {
  box-sizing: border-box;
  object-fit: fill;
  display: flex;
  position: static;
  overflow: visible;
}

.image-2 {
  position: relative;
  inset: 0;
}

.image-3 {
  max-width: 100vw;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  place-items: start center;
  margin-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
  display: inline-grid;
  overflow: clip;
}

.div-block-11 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.text-block {
  z-index: 1;
  pointer-events: none;
  font-family: var(--oceanside);
  text-align: center;
  cursor: auto;
  font-size: 1vw;
  line-height: 20px;
  display: block;
  position: absolute;
}

.image-4 {
  pointer-events: none;
  width: 20vw;
  position: relative;
  inset: 0;
}

.div-block-12 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 205px;
  display: inline-flex;
}

.text-block-2 {
  pointer-events: none;
  font-family: var(--oceanside);
  text-align: center;
  cursor: auto;
  font-size: 1vw;
  position: absolute;
}

.image-5 {
  pointer-events: none;
  width: 20vw;
  position: relative;
}

.div-block-13 {
  flex-flow: column;
  order: 3;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.text-block-3 {
  pointer-events: none;
  font-family: var(--oceanside);
  text-align: center;
  cursor: auto;
  font-size: 1vw;
  position: absolute;
}

.image-6 {
  pointer-events: none;
  width: 23vw;
  position: relative;
}

.image-7 {
  pointer-events: none;
  width: 60vw;
  position: relative;
}

.text-block-4 {
  pointer-events: none;
  font-family: var(--oceanside);
  text-align: center;
  cursor: auto;
  max-width: 277px;
  font-size: 1vw;
  line-height: 16px;
  position: absolute;
}

.div-block-14 {
  order: 4;
  justify-content: center;
  align-items: center;
  margin-top: 358px;
  display: flex;
}

.text-block-5 {
  z-index: 1;
  pointer-events: none;
  font-family: var(--oceanside);
  text-align: center;
  cursor: auto;
  max-width: 264px;
  font-size: 1vw;
  line-height: 16px;
  position: absolute;
}

.image-8 {
  pointer-events: none;
  position: relative;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  margin-top: 71px;
  display: flex;
}

.text-block-6 {
  pointer-events: none;
  font-family: var(--oceanside);
  text-align: center;
  max-width: 305px;
  font-size: 1vw;
  position: static;
}

.image-9 {
  pointer-events: none;
  max-width: 84%;
  position: relative;
}

.image-10 {
  position: absolute;
}

.div-block-17 {
  pointer-events: none;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-11 {
  z-index: 0;
  position: relative;
  inset: auto;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  left: auto;
}

.image-12 {
  position: static;
  inset: auto;
}

.div-block-19 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90vw;
  padding-left: 113px;
  display: flex;
  position: sticky;
  top: 50px;
}

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.image-13 {
  pointer-events: none;
}

.div-block-21 {
  justify-content: space-around;
  align-items: center;
  margin-right: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.text-block-7 {
  font-family: var(--oceanside);
  color: #d4d4d4;
  max-width: 400px;
  font-size: 1vw;
}

.div-block-22 {
  order: 0;
  justify-content: space-around;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.image-14 {
  border: 1px solid #fff;
}

.nav-link {
  font-family: var(--oceanside);
  color: var(--black);
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #fff0;
}

.nav-link-2 {
  font-family: var(--oceanside);
  color: var(--black);
  text-transform: uppercase;
}

.nav-link-3 {
  font-family: var(--oceanside);
}

.link-block {
  padding-top: 8px;
}

.navbar {
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: #000;
}

.section-4 {
  z-index: 10;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 250vh;
  display: flex;
  position: relative;
}

.text-block-8 {
  font-family: var(--ftd);
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 9vw;
  line-height: 16vh;
  display: flex;
}

.div-block-23 {
  z-index: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 20px;
}

.text-block-9 {
  font-family: var(--ftd);
  font-size: 9vw;
  line-height: 121px;
}

.div-block-24 {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  font-family: var(--ftd);
  color: var(--white);
  text-align: center;
  font-size: 11vw;
  font-weight: 400;
  line-height: 155px;
}

.heading-4 {
  z-index: 0;
  font-family: var(--ftd);
  color: var(--white);
  text-align: center;
  margin-top: 89px;
  font-size: 11vw;
  line-height: 200px;
  position: sticky;
}

.image-16 {
  position: relative;
  top: -132px;
}

.section-5 {
  z-index: 10;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150vh;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.heading-5 {
  font-family: var(--ftd);
  color: var(--white);
  text-align: center;
  margin-top: 85px;
  font-size: 11vw;
  font-weight: 400;
  line-height: 155px;
}

.div-block-25 {
  max-width: 500px;
}

.text-block-10 {
  font-family: var(--oceanside);
  color: var(--white);
  font-size: 1vw;
}

.section-6 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  font-size: var(--1);
  flex-flow: column;
  justify-content: space-around;
  height: 150vh;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area" 50px
                 "." 50px
                 / .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-26 {
  grid-column-gap: 24px;
  grid-row-gap: 49px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}

.text-block-11 {
  font-family: var(--ftd);
  color: var(--white);
  font-size: var(--1);
}

.link-5 {
  font-family: var(--oceanside);
  color: var(--white);
  font-size: var(--1);
  text-transform: uppercase;
  text-decoration: none;
}

.text-block-12 {
  font-family: var(--ftd);
  color: var(--white);
  font-size: var(--1);
}

.text-block-13 {
  font-family: var(--oceanside);
  color: var(--white);
  font-size: var(--1);
  text-transform: uppercase;
}

.text-block-14 {
  font-family: var(--ftd);
  color: var(--white);
  font-size: var(--1);
}

.text-block-15, .text-block-16 {
  font-family: var(--oceanside);
  color: var(--white);
  font-size: var(--1);
  text-transform: uppercase;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-block-17 {
  font-family: var(--ftd);
  color: var(--white);
  font-size: var(--1);
}

.text-block-18 {
  font-family: var(--oceanside);
  color: var(--white);
  font-size: var(--1);
  text-transform: uppercase;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.container-7 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-block-19 {
  font-family: var(--oceanside);
  font-size: var(--1);
  text-transform: uppercase;
  align-self: baseline;
}

.div-block-31 {
  align-self: auto;
}

.heading-6 {
  font-family: var(--ftd);
  color: var(--white);
  text-align: center;
  font-size: 11vw;
  line-height: 8vw;
}

.background-video {
  position: absolute;
  inset: 17% 0% auto;
}

.video {
  position: relative;
  top: -71px;
}

.background-video-2 {
  z-index: 0;
  background-color: var(--black);
  width: 100vw;
  height: 100vh;
  position: sticky;
  inset: 0 0% 0%;
  overflow: hidden;
}

.menu-close-button, .burger-menu {
  width: 250px;
  height: 250px;
}

.heading-7 {
  font-family: var(--ftd);
  color: var(--white);
  text-align: center;
  font-size: 11vw;
  line-height: 144px;
}

.image-21 {
  border: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  .section {
    height: 74vh;
  }

  .section-2 {
    height: 450vh;
  }

  .heading {
    line-height: 38vh;
  }

  .heading-2 {
    max-width: 300px;
    line-height: 3vh;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-3 {
    height: 150vh;
  }

  .image-3 {
    max-width: 60vw;
  }

  .div-block-10 {
    grid-column-gap: 27px;
    grid-row-gap: 80px;
    margin-top: 34px;
  }

  .text-block {
    font-size: 1.5vw;
  }

  .image-4 {
    width: 25vw;
  }

  .div-block-12 {
    margin-top: 143px;
  }

  .text-block-2 {
    font-size: 1.5vw;
  }

  .image-5 {
    width: 25vw;
  }

  .text-block-3 {
    width: 114px;
    font-size: 1.5vw;
    line-height: 11px;
  }

  .image-6 {
    width: 25vw;
  }

  .image-7 {
    width: 60vw;
    max-width: 200%;
  }

  .text-block-4 {
    max-width: 222px;
    font-size: 1.5vw;
    line-height: 12px;
  }

  .div-block-14 {
    margin-top: 209px;
  }

  .text-block-5 {
    font-size: 1.5vw;
  }

  .image-8 {
    max-width: 200%;
  }

  .text-block-6 {
    font-size: 1.5vw;
  }

  .image-12 {
    max-width: 80%;
  }

  .div-block-20 {
    width: auto;
    height: auto;
  }

  .div-block-21 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7 {
    order: 1;
    font-size: 2vw;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link, .nav-link-2 {
    font-family: var(--ftd);
    font-size: 11vw;
    line-height: 55px;
  }

  .navbar {
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    margin-top: auto;
    display: block;
    inset: 0% 0% auto auto;
  }

  .heading-3 {
    line-height: 10vh;
  }

  .heading-4 {
    margin-top: 85px;
    line-height: 96px;
  }

  .section-5 {
    justify-content: flex-start;
    align-items: center;
    height: 87vh;
    padding-top: 0;
  }

  .heading-5 {
    line-height: 10vw;
  }

  .text-block-10 {
    font-size: 1.5vw;
  }

  .div-block-26 {
    grid-column-gap: 15px;
    grid-row-gap: 9px;
  }

  .text-block-19 {
    text-align: center;
  }

  .heading-6 {
    line-height: 10vw;
  }

  .menu-button {
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .icon {
    color: var(--black);
  }

  .nav-menu {
    background-color: #fffffff2;
    width: 100vw;
    height: 100vw;
    padding-top: 18px;
  }

  .background-video-2 {
    height: 74vh;
  }

  .menu-close-button {
    width: 100px;
    height: 100px;
  }

  .burger-menu {
    width: 25px;
    height: 25px;
  }

  .heading-7 {
    line-height: 61px;
  }

  .image-21 {
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    height: 300vh;
  }

  .heading {
    line-height: 38vh;
  }

  .heading-2 {
    max-width: 200px;
    line-height: 2vh;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-3 {
    max-width: 50vw;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: start center;
    margin-top: -20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    font-size: 2vw;
  }

  .image-4 {
    width: 27vw;
  }

  .div-block-12 {
    margin-top: 120px;
  }

  .text-block-2 {
    font-size: 2vw;
  }

  .image-5 {
    width: 28vw;
  }

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

  .text-block-3 {
    width: 11vw;
    font-size: 2vw;
    line-height: 13px;
  }

  .image-6 {
    width: 28vw;
  }

  .image-7 {
    width: 60vw;
    max-width: 200%;
    font-size: 2vw;
  }

  .text-block-4 {
    max-width: 219px;
    font-size: 2vw;
    line-height: 13px;
  }

  .div-block-14 {
    margin-top: 153px;
  }

  .text-block-5 {
    font-size: 2vw;
    line-height: 13px;
  }

  .image-8 {
    width: 60vw;
    max-width: 200%;
  }

  .div-block-15 {
    margin-top: 58px;
    padding-left: 66px;
  }

  .div-block-16 {
    margin-top: 52px;
  }

  .text-block-6 {
    font-size: 2vw;
  }

  .image-12 {
    max-width: 95%;
  }

  .div-block-20 {
    width: auto;
    max-width: 24vw;
    height: auto;
  }

  .text-block-7 {
    flex: 0 auto;
    order: 1;
    font-size: 2vw;
  }

  .div-block-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-15 {
    width: auto;
    max-width: 69%;
  }

  .nav-link {
    line-height: 25px;
  }

  .nav-link-2 {
    line-height: 25px;
    text-decoration: none;
  }

  .navbar {
    width: 100vw;
  }

  .section-4 {
    height: 150vh;
  }

  .heading-4 {
    margin-top: 117px;
    line-height: 68px;
  }

  .text-block-10 {
    font-size: 2vw;
  }

  .div-block-26 {
    grid-row-gap: 3px;
  }

  .text-block-11, .link-5, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18 {
    font-size: var(--1-5);
  }

  .text-block-19 {
    text-align: center;
  }

  .heading-6 {
    line-height: 13vw;
  }

  .menu-button {
    padding: 0;
  }

  .container-8 {
    padding: 18px;
  }

  .heading-7 {
    line-height: 31px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
  }

  .section-2 {
    height: 300vh;
  }

  .heading {
    line-height: 37vh;
  }

  .div-block-5 {
    padding-top: 5px;
  }

  .heading-2 {
    max-width: 100px;
    line-height: 1vh;
  }

  .section-3 {
    height: 100vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-3 {
    max-width: 50vw;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 17px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: start center;
    margin-top: 109px;
  }

  .div-block-12 {
    margin-top: auto;
  }

  .text-block-3 {
    line-height: 8px;
  }

  .image-7 {
    width: 71vw;
    max-width: 200%;
  }

  .text-block-4 {
    max-width: 143px;
    line-height: 8px;
  }

  .div-block-14 {
    margin-top: auto;
  }

  .text-block-5 {
    max-width: 148px;
    line-height: 8px;
  }

  .image-8 {
    width: 84vw;
  }

  .div-block-15 {
    margin-top: auto;
    padding-left: 0;
  }

  .text-block-6 {
    max-width: 164px;
    font-size: 2vw;
    line-height: 8px;
  }

  .div-block-17 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .div-block-19 {
    width: 100vw;
    padding-left: 0;
  }

  .div-block-20 {
    max-width: 30%;
  }

  .div-block-21 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7 {
    flex: 0 auto;
    order: 2;
    max-width: 300px;
    font-size: 3vw;
    line-height: 13px;
  }

  .div-block-22 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column-reverse;
  }

  .image-14 {
    order: 1;
    max-width: 100%;
    height: auto;
  }

  .image-15 {
    width: auto;
  }

  .nav-link, .nav-link-2 {
    line-height: 2px;
  }

  .navbar {
    width: 100vw;
  }

  .section-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    height: 70vh;
  }

  .div-block-23 {
    top: 73px;
    bottom: auto;
  }

  .heading-3 {
    line-height: 7vh;
  }

  .heading-4 {
    line-height: 45px;
  }

  .image-16 {
    top: -61px;
  }

  .section-5 {
    margin-top: auto;
    padding-top: 144px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-5 {
    margin-top: 10px;
    line-height: 13vw;
  }

  .text-block-10 {
    font-size: 3vw;
    line-height: 13px;
  }

  .section-6 {
    justify-content: flex-start;
    align-items: stretch;
    height: 69vh;
    padding-top: 10px;
  }

  .div-block-26 {
    grid-row-gap: 15px;
    grid-template-columns: .5fr 1fr;
  }

  .link-5, .text-block-13, .text-block-15 {
    line-height: 1.5vh;
  }

  .text-block-16 {
    line-height: 1.2vh;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-18 {
    line-height: 1.5vh;
  }

  .div-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-7 {
    margin-top: 20px;
  }

  .heading-6 {
    line-height: 13vw;
  }

  .menu-button.w--open {
    padding-right: 10px;
  }

  .nav-menu {
    padding-top: 18px;
  }

  .container-8 {
    padding: 20px;
  }

  .background-video-2 {
    width: 100vw;
    height: 47vh;
    position: sticky;
    top: 183px;
  }

  .image-17, .image-18, .image-19, .image-20 {
    max-width: 50%;
  }

  .heading-7 {
    background-color: var(--black);
    font-family: var(--ftd);
    color: var(--white);
    text-align: center;
    margin-top: 0;
    font-size: 11vw;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    inset: auto auto 0%;
  }

  .section-7 {
    z-index: 10;
    background-color: var(--black);
    flex-flow: column;
    margin-top: -11px;
    padding-top: 9px;
    display: flex;
    position: relative;
  }

  .container-9 {
    background-color: var(--black);
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .image-21 {
    order: 3;
    height: auto;
  }
}

#w-node-_6a90869f-3c7a-3aec-7ef4-ec14abc5fe3e-aaa9f2a5 {
  order: 3;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19b5db14-510e-a0aa-2b63-5493cf6c72fa-aaa9f2a5 {
  order: -9999;
}

#w-node-_4c60340e-3bfe-0d5e-238d-717f0c98855d-aaa9f2a5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bd1e8d84-a442-b5b5-3c7e-cedbbf8bbf95-aaa9f2a5 {
  order: 5;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f13996e-c8f7-5d25-eff7-6603f84f5961-aaa9f2a5 {
  order: 6;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5c43937-ce56-abf5-fbce-6fc3fc484ab2-aaa9f2a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_8db65792-bbd0-3234-2b9e-d824c6b4d1a1-aaa9f2a5 {
  align-self: start;
}

#w-node-_27b779c7-a84d-4cb2-90f8-888d42ed6372-aaa9f2a5, #w-node-_2a96a867-b853-4258-92e8-688ec3a2d385-aaa9f2a5 {
  place-self: center end;
}

#w-node-dfaed7b0-de5e-3f88-1609-ac9706ee9755-aaa9f2a5 {
  justify-self: end;
}

#w-node-a14f1f0e-62fb-3e59-3e11-2b563e597bf4-aaa9f2a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

@media screen and (max-width: 767px) {
  #w-node-bd1e8d84-a442-b5b5-3c7e-cedbbf8bbf95-aaa9f2a5 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a90869f-3c7a-3aec-7ef4-ec14abc5fe3e-aaa9f2a5 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_19b5db14-510e-a0aa-2b63-5493cf6c72fa-aaa9f2a5 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_9a947c7e-0808-eeb9-45f9-af82d765f42f-aaa9f2a5 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_4c60340e-3bfe-0d5e-238d-717f0c98855d-aaa9f2a5 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-bd1e8d84-a442-b5b5-3c7e-cedbbf8bbf95-aaa9f2a5 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_0f13996e-c8f7-5d25-eff7-6603f84f5961-aaa9f2a5 {
    grid-area: 6 / 1 / 7 / 4;
  }
}


@font-face {
  font-family: 'Oceanside Typewriter';
  src: url('../fonts/Oceanside-Typewriter.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FTD';
  src: url('../fonts/FTD-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}