:root {
  --orange--main: #ff6b00;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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: #fff;
  background-color: #181717;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

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

.centered-nav__banner-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 1;
}

.centered-nav__toggle {
  pointer-events: auto;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  display: flex;
  position: relative;
}

.centered-nav__toggle-bar {
  background-color: #fff;
  width: 1.875em;
  height: .125em;
  position: absolute;
}

.centered-nav__banner {
  background-color: var(--orange--main);
  color: #fff;
  max-width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  transition: background-color .15s;
  overflow: hidden;
}

.centered-nav__banner:hover {
  background-color: #ff4c24e6;
}

.navigation__dark-bg {
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.navigation {
  z-index: 500;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.centered-nav__banner-w {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hamburger-nav__p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.875em;
  line-height: 1;
}

.centered-nav {
  border-radius: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30em;
  display: flex;
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translate(-50%);
}

.centered-nav__ul {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.centered-nav__li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: clip;
}

.centered-nav__content {
  border-bottom-right-radius: .75em;
  border-bottom-left-radius: .75em;
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.centered-nav__logo {
  pointer-events: auto;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  display: flex;
}

.centered-nav__bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #80808099;
  border-radius: .75em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.centered-nav__banner-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.centered-nav__banner-inner {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2em;
  display: flex;
}

.centered-nav__banner-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hamburger-nav__a {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hamburger-nav__a:hover {
  border-bottom-color: #00000080;
}

.centered-nav__logo-svg {
  width: 100%;
  height: 100%;
}

.centered-nav__header {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em 1.5em 1.25em 1.625em;
  display: flex;
  position: relative;
}

.centered-nav__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  pointer-events: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-js {
  display: none;
}

.section {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section.black {
  color: #fff;
  background-color: #000;
}

.section.home-hero-section {
  color: #fff;
  background-image: url('../images/james-lee-_QvszySFByg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.white {
  color: #000;
  background-color: #fff;
}

.container {
  max-width: 1440px;
}

.cinematic_text_wrap {
  will-change: transform, opacity;
  flex-direction: column;
  align-items: center;
  margin-top: 16rem;
  display: flex;
}

.cinematic_text_line {
  backface-visibility: hidden;
  color: #0a0a0a;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  line-height: .9;
  display: inline-block;
  transform: translateZ(0);
}

.cinematic_text_line.is-first {
  padding-left: 12.5rem;
}

.cinematic_text_line.is-second {
  padding-right: 20rem;
}

.cinematic_text_line.is-third {
  padding-left: 12.5rem;
}

.cinematic_text_line.is-fourth {
  padding-left: 20rem;
}

.cinematic_text_line.is-fifth {
  padding-left: 30rem;
}

.cinematic_text_line.is-sixth, .cinematic_text_line.is-seventh, .cinematic_text_line.is-eighth {
  color: #8c8c8c;
}

.cinematic-text-js {
  display: none;
}

.full-screen {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: static;
}

.logo-wall {
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.logo-wall__collection {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.logo-wall__list {
  flex-flow: wrap;
  display: flex;
}

.logo-wall__item {
  width: 25%;
  position: relative;
}

.logo-wall__logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-wall__logo-before {
  padding-top: 66.66%;
}

.logo-wall__logo-target {
  justify-content: center;
  align-items: center;
  width: 66.66%;
  height: 40%;
  display: flex;
  position: absolute;
}

.logo-wall__logo-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.logo-wall-js {
  display: none;
}

.btn-animate-chars {
  color: #131313;
  cursor: pointer;
  border-radius: .25em;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-animate-chars__bg {
  background-color: var(--orange--main);
  border-radius: .25em;
  position: absolute;
  inset: 0;
}

.btn-animate-chars__text {
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.3;
}

.staggering-button-js {
  display: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #fff3;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  inset: auto 0% 5vh;
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.flex-block.middle {
  border-right: 1px solid var(--orange--main);
  border-left: 1px solid var(--orange--main);
}

.calendar-wrapper {
  width: 2rem;
  height: 2rem;
  color: var(--orange--main);
}

.heading {
  max-width: 20ch;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.text-block {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.flex-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.paragraph {
  background-color: gray;
  border-radius: 4px;
  padding: .5rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

.countdown {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  max-width: 100%;
  font-size: 1.25rem;
  display: flex;
}

.countdown-js, .text-reveal-js {
  display: none;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
}

.parallax-demo-row__third {
  aspect-ratio: 1;
  width: calc(33.3333% - .833333em);
}

.parallax-demo-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: .75em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.parallax-demo-p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
}

.parallax-demo-details {
  z-index: 1;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.parallax-demo-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
  overflow: clip;
}

.parallax-demo-row__half {
  aspect-ratio: 1;
  border-radius: .75em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.parallax-demo-card__wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: .75em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 35em;
  padding: 2em;
  display: flex;
  overflow: hidden;
}

.data-parallax-span {
  display: inline-block;
}

.parallax-demo-wrap {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  color: #fff;
  flex-flow: column;
  width: 100%;
  padding-bottom: 50vh;
  font-size: min(.85vw, 1rem);
  display: flex;
}

.parallax-demo-row {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.parallax-demo-h {
  z-index: 1;
  text-align: center;
  max-width: 27ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.parallax-demo-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.parallax-demo-bg {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.parallax-demo-wrap-2 {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  flex-flow: column;
  width: 100%;
  padding-bottom: 50vh;
  font-size: min(.85vw, 1rem);
  display: flex;
}

.div-block {
  z-index: 1;
  position: relative;
}

.image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.orange {
  color: var(--orange--main);
}

.global-parallax-js {
  display: none;
}

.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-inner-wrapper {
  color: #000;
  background-color: #fff;
  border: 2px solid #80808033;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2rem;
  font-weight: 400;
  line-height: 1.35;
  display: flex;
  box-shadow: 0 5px 14px 3px #0000001a;
}

.centered-footer__logo {
  pointer-events: auto;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 9em;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 27.7rem;
}

.socials {
  color: #fff;
  background-color: #80808066;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .25rem;
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.socials:hover {
  background-color: var(--orange--main);
  color: #fff;
}

.flex-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 4rem;
}

.svg {
  color: #000;
}

.svg:hover {
  color: #fff;
}

.link {
  text-transform: none;
  font-weight: 700;
}

.underline-link-master {
  background-color: #fff0;
  height: 1px;
  margin-top: 2px;
  padding: 0;
}

.text-big-footer {
  letter-spacing: -.6px;
  font-size: 2.5rem;
  line-height: 100%;
}

.flex-footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.wrap-bottom-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.text-bottom-footer {
  font-size: 14px;
  line-height: 105%;
}

.text-bottom-footer.bigger {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 20px;
}

.footer-2 {
  background-color: #000;
  padding-top: 160px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
}

.flex-top-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 128px;
  display: flex;
}

.brand-footer-big {
  width: 100%;
}

.line-link-block {
  color: #000;
  padding-top: 2px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.line-link-block.footer-link {
  color: inherit;
}

.underline-link-fill {
  background-color: #000;
  width: 0%;
  height: 100%;
}

.left-top-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 614px;
  display: flex;
}

.circle-bottom-footer {
  background-color: #000;
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  margin-right: 4px;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 991px) {
  .cinematic_text_wrap {
    will-change: transform;
    gap: 1.5rem;
  }

  .cinematic_text_line {
    will-change: transform;
    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .cinematic_text_line.is-second {
    margin-left: 5%;
  }

  .cinematic_text_line.is-third {
    margin-left: 10%;
  }

  .cinematic_text_line.is-fourth {
    margin-left: 8%;
  }

  .cinematic_text_line.is-fifth {
    margin-left: 3%;
  }

  .logo-wall__item {
    width: 33.333%;
  }

  .wrap-bottom-footer {
    flex-flow: wrap;
  }

  .flex-top-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .centered-nav {
    width: auto;
    top: 1em;
    left: 1em;
    right: 1em;
    transform: none;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .flex-block.middle {
    border-left-width: 0;
    border-right-width: 0;
  }

  .heading {
    font-size: 3.5rem;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .countdown {
    justify-content: center;
  }

  .parallax-demo-row__third {
    width: 100%;
  }

  .parallax-demo-card {
    padding: 1.25em;
  }

  .parallax-demo-p {
    font-size: .75em;
  }

  .parallax-demo-card__wrap {
    flex-flow: column;
    height: auto;
  }

  .parallax-demo-wrap {
    font-size: 1rem;
  }

  .parallax-demo-row {
    flex-flow: wrap;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .parallax-demo-h {
    font-size: 3em;
  }

  .parallax-demo-wrap-2 {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    padding-bottom: 10vh;
    font-size: 1rem;
  }

  .footer-inner-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-2 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 479px) {
  .cinematic_text_wrap {
    gap: 1rem;
  }

  .cinematic_text_line {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .cinematic_text_line.is-second, .cinematic_text_line.is-third, .cinematic_text_line.is-fourth, .cinematic_text_line.is-fifth {
    margin-left: 0;
  }

  .full-screen {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .grid {
    margin-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: none;
    position: static;
  }

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

  .heading {
    margin-top: 3rem;
    font-size: 2.5rem;
  }

  .text-block {
    font-size: 1rem;
  }

  .countdown {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1rem;
  }

  .parallax-demo-card {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .parallax-demo-p {
    font-size: 1.125em;
  }

  .parallax-demo-card__wrap {
    background-color: #0000;
    border-width: 0;
  }

  .data-parallax-span {
    display: inline;
  }

  .text-big-footer {
    font-size: 34px;
    line-height: 105%;
  }

  .flex-footer-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-2 {
    padding-top: 100px;
  }

  .flex-top-footer {
    margin-bottom: 100px;
  }

  .line-link-block {
    font-size: 20px;
  }

  .line-link-block.footer-link {
    font-size: 24px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}


