body {
  color: #f8f6ee;
  font-family: neue-haas-grotesk-display;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.5;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: 600;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.flex {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.flex.ver {
  flex-direction: column;
}

.flex.ver.cen {
  text-align: center;
  align-items: center;
}

.flex.ver.mid {
  justify-content: center;
}

.flex.small-gap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.cont {
  position: relative;
}

.sec {
  height: auto;
  position: relative;
}

.img-wrap {
  width: 100%;
  position: relative;
}

.img-wrap.full-img-wrap {
  height: 100%;
}

.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hidden {
  display: none;
}

.lp-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lp-logo {
  z-index: 1;
  width: 14vw;
  position: relative;
}

.lp-social-link {
  width: 20px;
  height: 20px;
}

.lp-icon {
  max-height: 100%;
  display: block;
}

.ld-vector {
  width: 6vw;
  max-height: 40vw;
}

.ld-vector-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ld-vector-cont {
  position: relative;
}

.lp-form-label {
  color: #f8f6ee;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.lp-title {
  font-family: Reckless Neue, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
}

.lp-slider-mask {
  width: 100%;
  height: 100%;
  filter: brightness(80%);
}

.lp-slide {
  width: 100%;
  height: 100%;
}

.lp-full-page {
  width: 100vw;
  height: 100vh;
  padding: 4vw;
  position: relative;
}

.lp-flex {
  width: 100%;
  height: 100%;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nl-embed {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .lp-logo {
    width: 20vw;
  }

  .ld-vector {
    width: 8vw;
  }

  .lp-title {
    font-size: 2.6rem;
  }

  .lp-full-page {
    height: auto;
    min-height: 100vh;
    padding: 6vw;
  }

  .lp-flex {
    height: auto;
    min-height: 88vh;
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .flex.small-gap {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .lp-logo {
    width: 28vw;
  }

  .ld-vector {
    width: 12vw;
  }

  .lp-title {
    font-size: 2rem;
  }

  .lp-full-page {
    height: auto;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8vw;
    display: flex;
  }

  .lp-flex {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }
}

@media screen and (max-width: 479px) {
  .flex.ver.cen {
    text-align: center;
  }

  .flex.small-gap {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .lp-slider {
    height: 100vh;
  }

  .lp-logo {
    width: 50vw;
  }

  .ld-vector {
    width: 24vw;
    max-height: 75vw;
  }

  .lp-title {
    font-size: 1.6rem;
  }

  .lp-full-page {
    height: 100vh;
  }

  .lp-flex {
    text-align: center;
  }
}


@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-BookItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-LightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}