._noise_x907s_218 {
  position: fixed;
  overflow: hidden;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.04;
}
._noise_x907s_218:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(images/noise.png);
  animation-name: _noise_x907s_218;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1, end);
  pointer-events: none;
}
@keyframes _noise_x907s_218 {
  0% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -10% -5%;
  }
  30% {
    background-position: 5% 10%;
  }
  40% {
    background-position: 10% 5%;
  }
  50% {
    background-position: -15% -25%;
  }
  60% {
    background-position: -25% -15%;
  }
  70% {
    background-position: 15% 25%;
  }
  80% {
    background-position: 25% 15%;
  }
  90% {
    background-position: 30% 45%;
  }
  to {
    background-position: -30% -45%;
  }
}
@font-face {
  font-family: Unhuman;
  src: url(fonts/Unhumanc4ca.woff2?1) format("woff2");
  font-weight: 400;
  font-style: normal;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}
ul {
  list-style: none;
}
img,
iframe,
video,
object,
embed,
picture {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
[tabindex="-1"] {
  outline: none !important;
}
hr {
  height: 0;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none;
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[autocomplete="off"]::-webkit-contacts-auto-fill-button,
input[autocomplete="off"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}
select::-ms-expand {
  display: none;
}
input[type="range"]::-moz-focus-outer {
  border: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
}
body {
  color: #080808;
  background-color: #ff0000;
  transition: color 250ms, background-color 250ms ease-out;
}
body.is-dark {
  color: #ff0000;
  background-color: #000;
}
#root {
  width: 100%;
  height: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active:not(:disabled):focus-visible,
a:focus:not(:disabled):focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #262626;
}
@media (min-width: 1440px) {
  a:active:not(:disabled):focus-visible,
  a:focus:not(:disabled):focus-visible {
    box-shadow: 0 0 0 0.1388888889vw #fff, 0 0 0 0.2777777778vw #262626;
  }
}
.c-button {
  all: inherit;
  text-transform: uppercase;
  text-align: center;
  border-width: 1px;
  border-color: #262626;
  border-style: solid;
  padding: 0 5px;
  cursor: pointer;
}
@keyframes blink {
  0% {
    border-color: #ff0000;
  }
  25% {
    border-color: transparent;
  }
  50% {
    border-color: #ff0000;
  }
  75% {
    border-color: transparent;
  }
  to {
    border-color: #ff0000;
  }
}
@media (hover: none) {
  .c-button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .c-button:active {
    color: #fff;
    background: #ffffff;
    border-color: #fff;
  }
}
@media (hover: hover),
  all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .c-button:hover {
    color: #fff;
    background: #ffffff;
    border-color: #ff0000;
  }
}
.c-button--inverted {
  color: #ff0000;
  background: transparent;
  border-color: #ff0000;
}
@media (hover: none) {
  .c-button--inverted {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .c-button--inverted:active {
    color: #262626;
    background: #ff0000;
  }
}
@media (hover: hover),
  all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .c-button--inverted:hover {
    color: #262626;
    background: #ff0000;
  }
}
.c-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-button.is-animated {
  border-color: transparent;
}
.c-button.is-disabled {
  pointer-events: none;
}
.c-button.is-blinking {
  animation: blink 0.25s forwards;
}
.c-invert {
  position: fixed;
  overflow: hidden;
  inset: 0;
  z-index: 1000;
  backdrop-filter: invert(100%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-invert.is-active {
  opacity: 1;
  visibility: visible;
}
.u-icon {
  display: inline-block;
  width: 1em;
  height: 100%;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.u-a5 {
  font-size: 55px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 100%;
  letter-spacing: normal;
}
@media (min-width: 480px) {
  .u-a5 {
    font-size: calc(3.125vw + 40px);
  }
}
@media (min-width: 1440px) {
  .u-a5 {
    font-size: 85px;
  }
}
@media (min-width: 1920px) {
  .u-a5 {
    font-size: 85px;
  }
}
@media (min-width: 1920px) {
  .u-a5 {
    font-size: 4.4270833333vw;
  }
}
.u-a4 {
  font-size: 38px;
  font-family: Unhuman, sans-serif;
  line-height: 107%;
  letter-spacing: -0.02078125em;
}
@media (min-width: 480px) {
  .u-a4 {
    font-size: calc(2.7083333333vw + 25px);
  }
}
@media (min-width: 1440px) {
  .u-a4 {
    font-size: 64px;
  }
}
@media (min-width: 1920px) {
  .u-a4 {
    font-size: 64px;
  }
}
@media (min-width: 1920px) {
  .u-a4 {
    font-size: 3.3333333333vw;
  }
}
.u-a3 {
  font-size: 28px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 116%;
  letter-spacing: -0.0208333333em;
}
@media (min-width: 480px) {
  .u-a3 {
    font-size: calc(2.0833333333vw + 18px);
  }
}
@media (min-width: 1440px) {
  .u-a3 {
    font-size: 48px;
  }
}
@media (min-width: 1920px) {
  .u-a3 {
    font-size: 48px;
  }
}
@media (min-width: 1920px) {
  .u-a3 {
    font-size: 2.5vw;
  }
}
.u-a2 {
  font-size: 144px;
  font-family: Unhuman, sans-serif;
  line-height: 0.8;
}
@media (min-width: 280px) {
  .u-a2 {
    font-size: 109px;
  }
}
@media (min-width: 1900px) {
  .u-a2 {
    font-size: 159px;
  }
}
@media (min-width: 1440px) {
  .u-a2 {
    font-size: 120px;
  }
}
@media (min-width: 1920px) {
  .u-a2 {
    font-size: 159px;
  }
}
@media (min-width: 1920px) {
  .u-a2 {
    font-size: 8.28125vw;
  }
}
.u-a1 {
  font-size: 48px;
  font-family: Unhuman, sans-serif;
  line-height: 0.8;
}
@media (min-width: 480px) {
  .u-a1 {
    font-size: calc(2.6041666667vw + 35.5px);
  }
}
@media (min-width: 1440px) {
  .u-a1 {
    font-size: 73px;
  }
}
@media (min-width: 1920px) {
  .u-a1 {
    font-size: 73px;
  }
}
@media (min-width: 1920px) {
  .u-a1 {
    font-size: 3.8020833333vw;
  }
}
.u-b0,
body {
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 480px) {
  .u-b0,
  body {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .u-b0,
  body {
    font-size: calc(0.8333333333vw + 0px);
  }
}
@media (min-width: 1920px) {
  .u-b0,
  body {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .u-b0,
  body {
    font-size: 0.625vw;
  }
}
.u-b1 {
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 110%;
  letter-spacing: normal;
}
@media (min-width: 480px) {
  .u-b1 {
    font-size: calc(0.2083333333vw + 13px);
  }
}
@media (min-width: 1440px) {
  .u-b1 {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .u-b1 {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .u-b1 {
    font-size: 0.8333333333vw;
  }
}
.u-b2 {
  font-size: 13px;
  font-family: Unhuman, sans-serif;
  line-height: 133%;
  letter-spacing: -0.0066666667em;
}
@media (min-width: 480px) {
  .u-b2 {
    font-size: calc(0.2083333333vw + 12px);
  }
}
@media (min-width: 1440px) {
  .u-b2 {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .u-b2 {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .u-b2 {
    font-size: 0.78125vw;
  }
}
.u-b3 {
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 110%;
  letter-spacing: normal;
}
@media (min-width: 480px) {
  .u-b3 {
    font-size: calc(0.2083333333vw + 11px);
  }
}
@media (min-width: 1440px) {
  .u-b3 {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .u-b3 {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .u-b3 {
    font-size: 0.7291666667vw;
  }
}
.u-b4 {
  font-size: 11px;
  font-family: Unhuman, sans-serif;
  line-height: 125%;
  letter-spacing: normal;
}
@media (min-width: 480px) {
  .u-b4 {
    font-size: calc(0.1041666667vw + 10.5px);
  }
}
@media (min-width: 1440px) {
  .u-b4 {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .u-b4 {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .u-b4 {
    font-size: 0.625vw;
  }
}
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
.u-text-left {
  text-align: left;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-underline {
  text-decoration: underline;
}
.u-fw-thin,
.u-fw-100 {
  font-weight: 100;
}
.u-fw-extra-light,
.u-fw-200 {
  font-weight: 200;
}
.u-fw-light,
.u-fw-300 {
  font-weight: 300;
}
.u-fw-regular,
.u-fw-normal,
.u-fw-400 {
  font-weight: 400;
}
.u-fw-medium,
.u-fw-500 {
  font-weight: 500;
}
.u-fw-semi-bold,
.u-fw-600 {
  font-weight: 600;
}
.u-fw-bold,
.u-fw-700 {
  font-weight: 700;
}
.u-fw-extra-bold,
.u-fw-800 {
  font-weight: 800;
}
.u-fw-black,
.u-fw-900 {
  font-weight: 900;
}
