:root {
  --padding-global: 3dvw;
  --bg: #000;
  --margin-section-top: 6rem;
  --pading-verikal-m: 10dvh;
  --pading-verikal-s: 8dvh;
  --white: white;
  --black: black;
}

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

.body {
  color: #000;
  background-color: #070302;
  background-image: url('../images/64951e09b89b1e435f1b941d_body-bg.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  font-family: Major Mono Display, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.camera-hero {
  border: 1px solid #dcc696;
  border-radius: 5svw;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 1.5rem;
  overflow: hidden;
}

.content {
  z-index: 1;
  width: 100dvw;
  height: 100vh;
  padding-top: 4dvh;
  position: relative;
}

.content.vh {
  height: 100vh;
}

.bg-hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.track-hero {
  height: 100vh;
  padding: 1.5rem;
  display: block;
  position: relative;
}

.man-hero {
  z-index: 1;
  height: 30dvh;
  margin-top: 42svh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.typo-hero {
  z-index: 2;
  height: 30dvh;
  margin-top: 48svh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.hero {
  z-index: 2;
  position: relative;
}

.content-hero {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mind-hero {
  margin-bottom: 75px;
  margin-left: 9px;
  position: absolute;
}

.padding-global {
  padding-right: var(--padding-global);
  padding-left: var(--padding-global);
}

.bg-video {
  z-index: 0;
  width: 100svw;
  height: 100svh;
  position: fixed;
  inset: 0%;
}

.background-video {
  z-index: -1;
  filter: saturate(156%) hue-rotate(180deg) contrast(126%);
  width: 100svw;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.trigger-start {
  z-index: 10;
  aspect-ratio: auto;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #36291c59;
  border: 1px solid #e6dcc766;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trigger-start._02 {
  margin-top: 7vh;
}

.trigger-start._02.darker {
  background-image: linear-gradient(304deg, #ac88457a, #ffffff69 51%, #e4d8a459);
  border-color: #ffffffd9;
}

.trigger-start._2.lighter {
  background-image: linear-gradient(#00000026, #75686838);
}

.trigger-start.home {
  margin-top: 15dvh;
}

.trigger-start.last {
  margin-top: 7dvh;
}

.enter {
  text-align: center;
  font-size: 1.5rem;
}

.enter.me.dark {
  color: #1b1300;
}

.enter.me.dark.large {
  font-size: 2rem;
}

.enter.me.gradiant {
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(8deg, #c0bdb5, #fef8d0);
  -webkit-background-clip: text;
  background-clip: text;
}

.stage {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-image: none;
  border: 2px solid #5e5e5e;
  border-radius: 3svw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 93dvh;
  margin-bottom: 10svh;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3svw;
  font-size: 4dvw;
  line-height: 1;
  display: flex;
}

.card {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-text-fill-color: inherit;
  background-color: #585858b3;
  background-clip: border-box;
  border-radius: 2.2svw;
  width: 100%;
  height: 100%;
  position: static;
  box-shadow: 0 2px 15px 5px #0003;
}

.card.flex-c-top {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-2 {
  z-index: 0;
  object-fit: cover;
  border-radius: 2svw;
  width: 100%;
  height: 100%;
  position: absolute;
}

.code-embed {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 5%;
}

.code-embed._3 {
  opacity: .7;
  width: 50%;
}

.code-embed._5 {
  opacity: .45;
  width: 50%;
  height: 40%;
}

.code-embed._1 {
  opacity: .7;
}

.anchor {
  z-index: 1;
  margin-top: -5dvh;
  text-decoration: none;
  position: absolute;
  top: 0;
}

.anchor._1, .anchor._2 {
  margin-top: 1.5rem;
}

.text-large {
  text-align: center;
  font-size: 1.6rem;
}

.text-large.white {
  color: #fff;
  bottom: 5%;
}

.text-large.white.gradiant {
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d3d1cd, #8f8880 48%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.stage-bottom {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(198deg, #3f281433, #ffffff26 41%, #99928224 54%, #ffffff1a);
  border: 1px solid #e6dcc766;
  border-radius: 8rem;
  padding: 1rem 2rem;
  display: block;
  position: absolute;
  bottom: 3%;
}

.wrapper-ancor {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 4rem;
  display: flex;
  position: absolute;
  top: 0;
}

.page-wrapper {
  position: relative;
}

.div-block {
  height: 100vh;
  padding: 1.5rem;
}

@media screen and (max-width: 991px) {
  .camera-hero {
    border-radius: 10svw;
  }

  .man-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .typo-hero {
    object-fit: contain;
    height: 20svh;
    margin-left: auto;
    margin-right: auto;
  }

  .stage {
    flex-flow: column;
  }

  .code-embed {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 5%;
  }

  .code-embed._3, .code-embed._1 {
    width: 50%;
    height: 40%;
  }
}

@media screen and (max-width: 767px) {
  .man-hero, .typo-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed._3, .code-embed._5, .code-embed._1 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .man-hero, .typo-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .trigger-start {
    width: auto;
  }

  .anchor {
    width: 95%;
  }

  .anchor._0 {
    width: 75%;
  }

  .stage-bottom {
    width: 90%;
  }
}


