a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
optgroup,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    background: none;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: inherit
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: inherit
}

a,
s,
u {
    text-decoration: none
}

select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

button,
input[type=submit] {
    width: auto;
    overflow: visible;
    cursor: pointer;
    line-height: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    sub,
    sup {
        font-size: 120%
    }
}

:root {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

@font-face {
    font-family: Messina Sans Mono;
    font-display: swap;
    src: url("../../../../fonts/Messina Sans Mono-Regular.woff2") format("woff2"), url("../../../../fonts/Messina Sans Mono-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Messina Sans Mono;
    font-display: swap;
    src: url("../../../../fonts/Messina Sans Mono-SemiBold.woff2") format("woff2"), url("../../../../fonts/Messina Sans Mono-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Right Grotesk;
    font-display: swap;
    src: url(../../../../fonts/Grotesk-Medium.woff2) format("woff2"), url(../../../../fonts/Grotesk-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Right Grotesk;
    font-display: swap;
    src: url(../../../../fonts/Grotesk-Black.woff2) format("woff2"), url(../../../../fonts/Grotesk-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

.is-hidden {
    visibility: hidden;
    pointer-events: none;
    position: absolute
}

:root {
    --toIndex: 11.87;
    font-size: .2666666667vw;
    --bg-grid-size: 20vw
}

@media(min-width:768px) {
    :root {
        --toIndex: 17.92;
        font-size: .1302083333vw
    }
}

@media(min-width:1200px) {
    :root {
        --toIndex: 30;
        font-size: calc((var(--vw, 1lvw) + var(--vh, 1lvh))*(1 / var(--toIndex, 30)))
    }
}

@media(min-width:768px) {
    :root {
        --bg-grid-size: 16.6666666667vw
    }
}

@media(min-width:1200px) {
    :root {
        --bg-grid-size: 6.6666666667vw
    }
}

.is-hidden-portrait {
    display: none
}

.is-hidden-landscape {
    display: block
}

html {
    box-sizing: border-box
}

body {
    font-family: Messina Sans Mono;
    font-size: 14px;
    line-height: 133%;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #ebe8e0;
    background: #000
}

body::-webkit-scrollbar {
    display: none
}

@media(min-width:768px) {
    body {
        font-size: 16rem
    }
}

img,
svg {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

img,
picture,
svg {
    display: block
}

.link {
    font-size: 16rem;
    line-height: 120%;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #ebe8e0;
    cursor: pointer;
    text-decoration: underline
}

.link,
.wrap {
    position: relative
}

.wrap {
    width: 100%;
    overflow: hidden
}