@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container, .medium-container, .small-container {
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: calc(100% - 224px);
  max-width: 1340px;
}

.medium-container {
  width: calc(100% - 400px);
  max-width: 1120px;
}

.small-container {
  max-width: 900px;
}

@media (max-width: 80em) {
  .container {
    width: calc(100% - 160px);
  }
  .medium-container {
    width: calc(100% - 240px);
    max-width: 1120px;
  }
}
@media (max-width: 64em) {
  .small-container {
    width: calc(100% - 64px);
  }
}
@media (max-width: 990px) {
  .container, .small-container, .medium-container {
    width: calc(100% - 60px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 580px) {
  .container, .small-container, .medium-container {
    width: calc(100% - 40px) !important;
  }
}
@font-face {
  font-family: "Founders Grotesk Condensed";
  font-display: swap;
  src: url("../assets/fonts/founders-grotesk-condensed-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Founders Grotesk Mono";
  font-display: swap;
  src: url("../assets/fonts/founders-grotesk-mono-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Founders Grotesk";
  font-display: swap;
  src: url("../assets/fonts/founders-grotesk-semibold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Founders Grotesk";
  font-display: swap;
  src: url("../assets/fonts/founders-grotesk-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Founders Grotesk Mono", monospace;
  font-weight: 300;
  font-size: 10.5px;
  line-height: 1.14;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.super-title, .h1, .h2, .h3 {
  font-weight: normal;
  line-height: 1.14;
  text-transform: uppercase;
  margin: 0;
}

.super-title, .h1 {
  font-family: "Founders Grotesk Condensed", sans-serif;
  font-weight: bold;
}

.super-title {
  font-size: 77px;
  line-height: 0.79;
}

.h1 {
  font-size: 38.5px;
}

.h2 {
  font-size: 17.5px;
}

.h3 {
  font-size: 13.3px;
  font-family: "Founders Grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
}

@keyframes noise {
  0% {
    transform: translate(0%, 0%);
  }
  10% {
    transform: translate(-7%, -7%);
  }
  20% {
    transform: translate(-9%, 7%);
  }
  30% {
    transform: translate(7%, -9%);
  }
  40% {
    transform: translate(-7%, 12%);
  }
  50% {
    transform: translate(-9%, 7%);
  }
  60% {
    transform: translate(12%, 0%);
  }
  70% {
    transform: translate(0%, 9%);
  }
  80% {
    transform: translate(-17%, 0%);
  }
  90% {
    transform: translate(9%, 7%);
  }
  100% {
    transform: translate(7%, 0%);
  }
}
#overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
}
#overlay .layer {
  content: "";
  display: block;
  width: 180%;
  height: 180%;
  position: absolute;
  left: -40%;
  top: -40%;
  background: url("/assets/img/noise.png");
  animation: noise 6s steps(4) infinite;
  transition: opacity 1s linear, background 1s linear, filter 1s linear;
}
#overlay .layer:nth-child(1) {
  animation-duration: 6s;
}
#overlay .layer:nth-child(2) {
  animation-duration: 5s;
  transition-delay: 0.1s;
}
#overlay .layer:nth-child(3) {
  animation-duration: 4s;
  transition-delay: 0.2s;
}
#overlay .layer:nth-child(4) {
  animation-duration: 3s;
  transition-delay: 0.3s;
}
#overlay .layer:nth-child(5) {
  animation-duration: 2s;
  transition-delay: 0.4s;
}
#overlay .layer:nth-child(6) {
  animation-duration: 1s;
}
#overlay .layer:last-child {
  background: #E6DFD8;
  transition-delay: 0.8s;
}
#overlay:not(.show), #overlay:not(.show) * {
  pointer-events: none;
}
#overlay:not(.show) .layer {
  opacity: 0;
}
#overlay:not(.show) .layer:last-child {
  transition-delay: 0s;
}
#overlay.show .layer:last-child {
  transition-delay: 0.8s;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px;
  line-height: 1;
  cursor: pointer;
}
.primary-button svg {
  width: calc(100% + 20px);
  position: absolute;
  fill: none;
  stroke: #CF0000;
  overflow: visible;
  pointer-events: none;
}
.primary-button svg path {
  stroke-dasharray: 107.5144500732;
  stroke-dashoffset: 107.5144500732;
  transition: stroke-dashoffset 2s cubic-bezier(0.18, 0.78, 0, 1);
}
.primary-button.active svg path {
  stroke-dashoffset: 40;
}

.step {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  text-align: center;
  transition: opacity 0.1s linear;
}
.step .letter-by-letter span {
  transition: opacity 1s linear;
}
.step:not(.active) {
  opacity: 0;
}
.step:not(.active), .step:not(.active) * {
  pointer-events: none;
}
.step:not(.active) .letter-by-letter span {
  opacity: 0;
}

#footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: min(70px, 7vh);
  z-index: 99;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer h2 {
  font-weight: 400;
}

#disclaimer {
  z-index: 97;
}
#disclaimer-rope {
  width: auto;
  height: 30svh;
  max-height: 200px;
}
#disclaimer-content {
  max-width: 220px;
  height: 100svh;
  box-sizing: border-box;
  padding-bottom: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#disclaimer-content > *:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 0;
}
#disclaimer-content .flex {
  width: 100%;
  margin-top: 63px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#warning {
  z-index: 96;
  background: #0F0F0E;
}
#warning-logo {
  width: auto;
  height: 22.5svh;
  max-height: 150px;
  transition: opacity 1s linear;
}
#warning-content {
  max-width: 250px;
  height: 100svh;
  box-sizing: border-box;
  padding-bottom: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#warning-content > *:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 0;
}
#warning-content .flex {
  width: 100%;
  margin-top: 63px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#warning:not(.active) #warning-logo {
  opacity: 0;
}

#intro-rope {
  width: auto;
  height: 20svh;
  max-height: 170px;
}
#intro-title {
  position: relative;
}
#intro-title svg {
  height: 0.8em;
  fill: none;
  stroke: #CF0000;
  stroke-width: 3px;
  position: absolute;
  bottom: 0.2em;
  left: 1.5em;
}
#intro-title svg path {
  transition: stroke-dashoffset 4s cubic-bezier(0.18, 0.78, 0, 1) 2s;
}
#intro-title svg path:first-child {
  stroke-dasharray: 184.3676605225;
  stroke-dashoffset: 127.367661;
}
#intro-title svg path:last-child {
  stroke-dasharray: 121.8300247192;
  stroke-dashoffset: 7;
}
#intro-content {
  max-width: 220px;
  height: 100svh;
  box-sizing: border-box;
  padding-bottom: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#intro-content > * {
  transition: transform 2s cubic-bezier(0.64, 0.1, 0, 1) 0.2s;
}
#intro-content > *:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 0;
}
#intro-content > *:nth-child(1) {
  transition-delay: 0.35s;
}
#intro-content > *:nth-child(2) {
  transition-delay: 0.5s;
}
#intro-content > *:nth-child(3) {
  transition-delay: 0.65s;
}
#intro-content > *:nth-child(4) {
  transition-delay: 0.8s;
}
#intro-content > *:nth-child(5) {
  transition-delay: 0.95s;
}
#intro-content .flex {
  width: 100%;
  margin-top: 63px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#intro .flex {
  position: relative;
}
#intro .flex span {
  display: inline-block;
}
#intro-arrow {
  width: auto;
  height: 50%;
  position: absolute;
  bottom: 0;
  transform: translateY(60%);
  fill: none;
  stroke: #CF0000;
  stroke-width: 3px;
  cursor: pointer;
}
#intro-arrow path {
  transition: stroke-dashoffset 3s cubic-bezier(0.18, 0.78, 0, 1) 3s;
}
#intro-arrow path:first-child {
  stroke-dasharray: 73.1551818848;
  stroke-dashoffset: 0;
}
#intro-arrow path:last-child {
  stroke-dasharray: 54.1600456238;
  stroke-dashoffset: 0;
  transition-delay: 4s;
}
#intro:not(.active) #intro-content > * {
  transform: translateY(150px);
}
#intro:not(.active) #intro-title svg path:first-child {
  stroke-dashoffset: 184.3676605225;
}
#intro:not(.active) #intro-title svg path:last-child {
  stroke-dashoffset: 121.8300247192;
}
#intro:not(.active) #intro-arrow path:first-child {
  stroke-dasharray: 73.1551818848;
  stroke-dashoffset: 73.1551818848;
}
#intro:not(.active) #intro-arrow path:last-child {
  stroke-dasharray: 54.1600456238;
  stroke-dashoffset: 54.1600456238;
}
html[data-browser=safari-mobile] #intro-content .flex {
  margin-top: 40px;
}

#play-illustration {
  width: auto;
  height: 30svh;
  max-height: 200px;
  position: relative;
}
#play-illustration img {
  height: 100%;
}
#play-illustration-blood {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#play-illustration-blood svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke-miterlimit: 10;
  stroke: #CF0000;
  stroke-width: 2;
}
#play-illustration-blood svg path {
  transition: stroke-dashoffset 2s cubic-bezier(0.18, 0.78, 0, 1);
}
#play-illustration-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}
#play-illustration:not(.has-mask) #play-illustration-mask {
  visibility: hidden;
}
#play-illustration:not(.show-mask) #play-illustration-mask {
  opacity: 0;
}
#play-content {
  max-width: 220px;
  height: 100svh;
  box-sizing: border-box;
  padding-bottom: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#play-content > * {
  transition: transform 2s cubic-bezier(0.64, 0.1, 0, 1) 0.2s;
}
#play-content > *:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 0;
}
#play-content > *:nth-child(1) {
  transition-delay: 0.35s;
}
#play-content > *:nth-child(2) {
  transition-delay: 0.5s;
}
#play-content > *:nth-child(3) {
  transition-delay: 0.65s;
}
#play-content > *:nth-child(4) {
  transition-delay: 0.8s;
}
#play-content > *:nth-child(5) {
  transition-delay: 0.95s;
}
#play-content .letter-by-letter {
  max-width: 180px;
}
#play-lines {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#play-lines .play-line {
  width: 3em;
  height: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#play-lines .play-line span {
  transition: opacity 1s linear;
}
#play-lines .play-line span:not(.active) {
  opacity: 0;
}
#play-lines .play-line hr {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  border: none;
  background: currentColor;
  transform-origin: 0% 50%;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}
#play-lines .play-line:not(:last-child) {
  margin-right: 10px;
}
#play-lines .play-line:nth-child(1) hr {
  transition-delay: 1.95s;
}
#play-lines .play-line:nth-child(2) hr {
  transition-delay: 2.1s;
}
#play-lines .play-line:nth-child(3) hr {
  transition-delay: 2.25s;
}
#play-lines .play-line:nth-child(4) hr {
  transition-delay: 2.4s;
}
#play-lines .play-line:nth-child(5) hr {
  transition-delay: 2.55s;
}
#play:not(.active) #play-content > * {
  transform: translateY(150px);
}
#play:not(.active) #play-lines .play-line hr {
  transform: scaleX(0);
}

#keyboard {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#keyboard-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  /*
  img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 2s $in-out 0.7s;
    &:last-child {
      transition-delay: 0.5s;
    }
  }
  */
}
#keyboard-bg .paper {
  width: 100%;
  height: 100%;
}
#keyboard-bg .paper .paper-1-mask-rect, #keyboard-bg .paper .paper-2-mask-rect {
  filter: url(#displacementFilter);
  transform-origin: 50% 100%;
  transition: transform 2s cubic-bezier(0.64, 0.1, 0, 1) 0.6s;
}
#keyboard-bg .paper .paper-2-mask-rect {
  transition-delay: 0.5s;
}
#keyboard-bg .paper image {
  transform: scaleX(1.1) translateY(2%);
  transform-origin: 50% 100%;
}
#keyboard-bg .paper .keyboard-paper-1 {
  transform: scaleX(1.1) translateY(-2%);
}
#keyboard-content {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  transition: opacity 1s linear 0s;
}
#keyboard .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#keyboard .row .letter {
  padding: 0.5em;
  position: relative;
}
#keyboard .row .letter svg {
  width: 200%;
  height: auto;
  fill: #CF0000;
  position: absolute;
  left: -63%;
  top: -5%;
  mix-blend-mode: darken;
  opacity: 0;
}
#keyboard .row .letter svg .lines {
  fill: none;
  stroke: #CF0000;
}
#keyboard .row .letter svg .lines path {
  will-change: stroke-dashoffset;
  transition: stroke-dashoffset 1s cubic-bezier(0.18, 0.78, 0, 1);
}
#keyboard .row .letter svg .circles path {
  will-change: transform;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}
#keyboard .row .letter:not(:last-child) {
  margin-right: 1.5%;
}
#keyboard .row .letter.blood svg {
  opacity: 1;
}
#keyboard .row:not(:last-child) {
  margin-bottom: 0.5em;
}
#keyboard:not(.active) {
  pointer-events: none;
}
#keyboard:not(.active) #keyboard-bg .paper-1-mask-rect, #keyboard:not(.active) #keyboard-bg .paper-2-mask-rect {
  transform: scaleY(0);
}
#keyboard:not(.active) #keyboard-content {
  opacity: 0;
}
#keyboard.active #keyboard-bg .paper-1-mask-rect {
  transition-delay: 0s;
}
#keyboard.active #keyboard-bg .paper-2-mask-rect {
  transition-delay: 0.1s;
}
#keyboard.active #keyboard-content {
  transition-delay: 1.5s;
}

#game-over-illustration {
  width: auto;
  height: 30svh;
  max-height: 200px;
}
#game-over-content {
  max-width: 220px;
  height: 100svh;
  box-sizing: border-box;
  padding-bottom: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#game-over-content > *:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 0;
}
#game-over-content .letter-by-letter {
  max-width: 180px;
}
#game-over-content .flex {
  width: 100%;
  margin-top: 63px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#win {
  background: #0F0F0E;
}
#win-photo-container {
  width: auto;
  height: 30svh;
  max-height: 170px;
  position: relative;
}
#win-tape {
  width: 50%;
  position: absolute;
  top: -16%;
  left: 25%;
  mix-blend-mode: screen;
  clip-path: inset(0 5% 0 0);
  transition: clip-path 2s cubic-bezier(0.5, 0.05, 0, 1) 1.7s;
}
#win-photo {
  width: auto;
  height: 100%;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.5, 0.05, 0, 1) 1s, opacity 1s cubic-bezier(0.5, 0.05, 0, 1) 1s;
}
#win-content {
  max-width: 250px;
  height: 100svh;
  box-sizing: border-box;
  padding-bottom: 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#win-content > p:first-child {
  margin: 0;
}
#win-content > *:not(:first-child) {
  margin-top: 24px;
  margin-bottom: 0;
}
#win-spotify {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
}
#win-spotify svg {
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  stroke: currentColor;
  stroke-width: 3;
  fill: none;
}
#win-spotify svg path {
  transition: stroke-dashoffset 2s cubic-bezier(0.18, 0.78, 0, 1) 2.5s;
}
#win-spotify svg path:nth-child(1) {
  stroke-dasharray: 544.4598388672;
}
#win-spotify svg path:nth-child(2) {
  stroke-dasharray: 551.6096191406;
  transition-delay: 2.7s;
}
#win-spotify svg path:nth-child(3) {
  stroke-dasharray: 120.6775894165;
  transition-delay: 2.9s;
}
#win-spotify svg path:nth-child(4) {
  stroke-dasharray: 166.4125823975;
  transition-delay: 3.1s;
}
#win-spotify span, #win-spotify img {
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), 1.2s;
}
#win-spotify img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}
#win:not(.active) #win-photo {
  opacity: 0;
  transform: scale(1.2);
}
#win:not(.active) #win-tape {
  clip-path: inset(0 95% 0 0);
}
#win:not(.active) #win-spotify img, #win:not(.active) #win-spotify span {
  opacity: 0;
}
#win:not(.active) #win-spotify svg path:nth-child(1) {
  stroke-dashoffset: 544.4598388672;
}
#win:not(.active) #win-spotify svg path:nth-child(2) {
  stroke-dashoffset: 551.6096191406;
}
#win:not(.active) #win-spotify svg path:nth-child(3) {
  stroke-dashoffset: 120.6775894165;
}
#win:not(.active) #win-spotify svg path:nth-child(4) {
  stroke-dashoffset: 166.4125823975;
}

#desktop {
  width: 100vw;
  height: 100lvh;
  padding: 100px 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #0F0F0E;
  color: #E6DFD8;
  text-align: center;
}
#desktop-text {
  height: 16vw;
  margin-bottom: 40px;
}
#desktop-qr {
  width: 130px;
  margin-top: 40px;
}
#desktop p {
  max-width: 250px;
  font-weight: 400;
  margin: 0 auto;
}
#desktop p:not(:last-child) {
  margin-bottom: 1em;
}
#desktop-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#desktop-footer h2 {
  font-weight: 400;
}
#desktop:not(.show) {
  display: none;
}

* {
  font-smooth: almays;
  text-shadow: 0px 0px 1px transparent;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body, html {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body {
  color: #352A1B;
  transition: color 1s cubic-bezier(0.64, 0.1, 0, 1);
}

#main {
  width: 100%;
  min-height: 100svh;
  background: url("/assets/img/texture.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#main::after {
  content: "";
  width: 180%;
  height: 180%;
  position: fixed;
  left: -40%;
  top: -40%;
  z-index: 99999999;
  opacity: 0.5;
  pointer-events: none;
  background: url("/assets/img/noise.png");
  animation: noise 4s steps(4) infinite;
  transition: opacity 1s cubic-bezier(0.64, 0.1, 0, 1);
}

#main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  transition: background 1s cubic-bezier(0.64, 0.1, 0, 1);
}

#page {
  width: 100%;
}

.flex {
  display: flex;
}

button, button:focus, a, a:focus {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  fill: currentColor;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.fade-in.show {
  opacity: 1;
}

.fade-in-y {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.26, 0.1, 0, 1);
}
.fade-in-y.show {
  opacity: 1;
  transform: none;
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}
.underline:hover::after {
  transform: scaleX(1);
}

.no-events, .no-events * {
  pointer-events: none !important;
}

.no-transition, .no-transition * {
  transition: none !important;
}

.no-transform {
  transform: none !important;
}

.no-opacity {
  opacity: 0 !important;
}

.no-overflow {
  overflow: hidden !important;
  overflow-y: hidden !important;
}

.vh100 {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

[data-bg-img] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[data-scroll-section]:not([data-scroll-sticky]) {
  will-change: transform;
}

[data-scroll-speed] {
  will-change: transform;
}
