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

@font-face {
  font-family: Formular;
  src: url('../fonts/Formular-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Formular;
  src: url('../fonts/Formular-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Formular;
  src: url('../fonts/Formular-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Formular;
  src: url('../fonts/Formular-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RobotoMono;
  src: url('../fonts/Roboto-Mono-Variable.ttf') format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--black: #0b0c0d;
  --color--page-padding--xl: 4rem;
  --color--brand: cyan;
}

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

body {
  background-color: var(--color--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

.wrapper {
  position: relative;
}

.css {
  display: block;
}

.container {
  max-width: none;
  padding-right: var(--color--page-padding--xl);
  padding-left: var(--color--page-padding--xl);
}

.container.hero {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: calc(100vh - 7rem);
  display: flex;
}

.container.test-box {
  height: 200vh;
}

.box--hero_photo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box--hero_content {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  margin-top: -5rem;
  display: flex;
  position: relative;
}

.img--hero_photo {
  z-index: 2;
  opacity: .8;
  align-self: stretch;
  width: 44rem;
  max-width: none;
  transition: opacity .2s ease-out;
  position: relative;
}

.img--hero_photo.active, .img--hero_photo.glitch {
  opacity: 1;
}

.hero_switcher {
  border: 2px solid #fff;
  border-radius: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 16rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  transition: all .2s ease-out;
  display: flex;
}

.hero_switcher.active {
  background-color: #ffffff1a;
}

.hero_switcher--trigger {
  background-color: #fff;
  border-radius: 4rem;
  width: 6.4rem;
  height: 4.4rem;
  transition: all .2s ease-out;
  transform: translate(.9rem);
}

.hero_switcher--trigger.active {
  left: auto;
  right: .8rem;
  transform: translate(8.3rem);
}

.img--hero_blur {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  width: 140rem;
  max-width: none;
  margin-top: -6rem;
  transition: opacity .2s ease-out;
  position: absolute;
}

.img--hero_blur.active {
  opacity: .7;
}

.grain {
  z-index: 9999;
  opacity: .05;
  pointer-events: none;
  mix-blend-mode: difference;
  background-image: url('../images/grain.gif');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0;
}

.h {
  font-family: Formular, sans-serif;
}

.h1 {
  grid-column-gap: 2rem;
  grid-row-gap: .8rem;
  color: #fff;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5rem;
  font-family: Formular, sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.h1--text {
  transition: all .2s ease-out;
}

.h1--text.hidden {
  opacity: 0;
  transition-timing-function: ease-in;
}

.dash--transform {
  transform-origin: 100%;
  transform-style: preserve-3d;
  font-weight: 400;
  display: inline-block;
  transform: scale3d(.9, 1, 1)translate(0, -14%);
}

.h1--stroke {
  opacity: 0;
  pointer-events: none;
  max-width: none;
  height: 8rem;
  transition: all .2s ease-out;
  position: absolute;
  top: 0;
}

.h1--stroke.visible {
  opacity: .2;
  transition-timing-function: ease-in;
}

.box--h1 {
  position: relative;
}

.box--h1.nth-1 {
  margin-left: 31rem;
}

.box--h1.nth-4 {
  margin-left: 13.3rem;
}

.hero_content--overlay {
  pointer-events: none;
  background-image: linear-gradient(90deg, #0b0c0d00, #0b0c0d);
  width: 65rem;
  position: absolute;
  top: 0;
  bottom: 7rem;
  right: -4rem;
}

.hero_content--cta {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6rem;
  margin-left: 46rem;
  display: flex;
}

.hero--description {
  opacity: .5;
  color: #fff;
  font-family: RobotoMono, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
}

.button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  letter-spacing: 3px;
  background-color: #ffffff14;
  border: 1px solid #ffffff0f;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem .6rem .6rem 1.6rem;
  font-family: Formular, sans-serif;
  font-size: 1.4rem;
  display: flex;
}

.button--icon_arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
}

.button--icon {
  width: 4rem;
  height: 4rem;
  color: var(--color--black);
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.6, .04, .98, .335);
  display: flex;
}

.hero-logo {
  z-index: 9999;
  color: #fff;
  font-variation-settings: "wght" 432;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 7rem;
  font-family: RobotoMono, sans-serif;
  font-size: 1.4rem;
  line-height: 1.22;
  display: inline-flex;
  position: relative;
  left: 4rem;
}

.hero-logo-el {
  color: var(--color--brand);
  margin-left: 1rem;
  margin-right: 1rem;
}

.hero-logo-el.dash {
  margin-right: 0;
}

.scramble {
  width: 6rem;
  position: absolute;
}

.hero-scramble-mask {
  justify-content: flex-start;
  align-items: center;
  width: 4.3rem;
  height: 100%;
  margin-left: .1rem;
  transition: width .25s ease-out;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-scramble-mask.nth2 {
  width: 5.2rem;
}

.nav-icon {
  z-index: 2;
  width: 11rem;
  padding: 3.6rem var(--color--page-padding--xl);
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-line {
  z-index: 9999;
  background-color: var(--color--brand);
  width: 100%;
  height: 1px;
  position: fixed;
  top: 0;
}

.burger-line {
  background-color: #fff;
  height: 2px;
  position: absolute;
}

.burger-line.top {
  width: 3rem;
  margin-top: -.8rem;
}

.burger-line.bottom {
  width: 2.2rem;
  margin-bottom: -.8rem;
}

.nav {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: calc(100vw - 11rem);
}

.nav-box {
  z-index: 1;
  background-color: #151618;
  width: 0%;
  transition: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: clip;
}


@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoMono';
  src: url('../fonts/Roboto-Mono-Variable.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}