@font-face {
    font-family: MierA;
    src: url(fonts/MierA-Black.html) format("woff2"), url(fonts/MierA-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: MierA;
    src: url(fonts/MierA-ExtraBold.html) format("woff2"), url(fonts/MierA-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: MierA;
    src: url(fonts/MierA-Demi.html) format("woff2"), url(fonts/MierA-Demi.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: MierA;
    src: url(fonts/MierA-Regular.html) format("woff2"), url(fonts/MierA-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

html {
    box-sizing: border-box
}

*, :after, :before {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: inherit
}

article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block
}

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

[hidden], audio:not([controls]) {
    display: none
}

button, input, select, textarea {
    background: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

input[type=email], input[type=search], input[type=text] {
    -webkit-appearance: initial
}

button, label {
    cursor: pointer
}

@media only screen and (min-width:1025px) {
    html, html * {
        cursor: none!important
    }
}

#cursor {
    position: fixed;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    pointer-events: none;
    opacity: 0;
    z-index: 3
}

#cursor span {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateZ(0)
}

#cursor>span>span {
    background: #b0b0b0;
    border-radius: 50%;
    transform: scale(.25);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)
}

#cursor.initialized {
    opacity: 1;
    transition: opacity .6s cubic-bezier(.25, .46, .45, .94)
}

.hover #cursor>span>span {
    transform: scale(1)
}

.hide-cursor #cursor.initialized {
    opacity: 0
}

@supports (mix-blend-mode:difference) {
    #cursor {
        mix-blend-mode: difference
    }
    #cursor>span>span {
        background: #f0f0f0
    }
}

#cursor-follower {
    position: fixed;
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    pointer-events: none;
    opacity: 0;
    z-index: 3
}

#cursor-follower span {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateZ(0)
}

#cursor-follower>span>span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #b0b0b0;
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1), transform 1s cubic-bezier(.165, .84, .44, 1)
}

@supports (mix-blend-mode:difference) {
    #cursor-follower {
        mix-blend-mode: difference
    }
    #cursor-follower>span>span {
        border: 1px solid #f0f0f0
    }
}

#cursor-follower.initialized {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.25, .46, .45, .94)
}

.hover #cursor-follower>span>span {
    opacity: 0;
    transform: scale(.6667)
}

.hide-cursor #cursor-follower.initialized {
    opacity: 0
}

@media only screen and (max-width:1024px) {
    #cursor, #cursor-follower {
        display: none
    }
}

#scroller {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#scroller .scrollbar-track {
    display: none!important
}

#scroller .scroll-content {
    z-index: 2;
    position: relative;
    overflow: hidden
}

.glitch, .test {
    position: relative;
    display: inline-block
}

.glitch .fx, .test .fx {
    pointer-events: none;
    user-select: none;
    background-color: #222;
    opacity: 0
}

.glitch .fx, .glitch .fx>span, .test .fx, .test .fx>span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%
}

.glitch .fx1, .glitch .fx3, .test .fx1, .test .fx3 {
    left: 1px;
    text-shadow: -1px 0 red
}

.glitch .fx2, .test .fx2 {
    left: -1px;
    text-shadow: 1px 0 blue
}

::-moz-selection {
    background: #222;
    color: #f0f0f0;
    text-shadow: none;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #f0f0f0
}

::selection {
    background: #222;
    color: #f0f0f0;
    text-shadow: none;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #f0f0f0
}

body, html {
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    font-family: MierA, sans-serif;
    font-size: 14px;
    position: relative
}

body.introduction {
    overflow: hidden;
    background-color: #222
}

.title {
    position: absolute;
    top: -1000%;
    left: -1000%
}

#canvas-wrapper {
    position: relative;
    width: 100%;
    height: 500vh;
    overflow: hidden
}

#canvas-wrapper h1 {
    position: absolute;
    top: -100%
}

#canvas {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1
}

#canvas-gradient {
    visibility: hidden
}

h1 {
    font-size: 460px
}

h1, h2 {
    color: #222;
    line-height: 1;
    font-weight: 800;
    text-transform: none
}

h2 {
    font-size: 100px;
    white-space: nowrap;
    margin: 0 0 30px
}

.content {
    position: relative;
    z-index: 2;
    padding: 800vh 0 0;
    overflow: hidden
}

.content ul {
    list-style: none
}

.content ul li:last-child h2 {
    margin-bottom: 0
}

.works {
    min-height: 100vh;
    padding: 0 6.25vw 50vh;
    position: relative
}

@media only screen and (max-width:1024px) {
    .works {
        padding: 0 6.25vw 50vh
    }
}

@media only screen and (max-width:600px) {
    .works {
        padding: 0 10px 50vh
    }
}

.works-list {
    transform-origin: 0 50%
}

.work {
    position: relative;
    margin: 0 0 5vw;
    user-select: none
}

@media only screen and (max-width:1024px) {
    .work {
        margin: 0 0 100px
    }
    .work:last-child {
        margin: 0
    }
}

.work a {
    color: #222;
    user-select: none
}

.work-title {
    margin: 0;
    font-size: 5.2083vw;
    line-height: 1.25;
    font-weight: 900;
    display: inline-block;
    position: relative;
    user-select: none
}

@media only screen and (max-width:1024px) {
    .work-title {
        font-size: 50px
    }
}

@media only screen and (max-width:768px) {
    .work-title {
        font-size: 40px
    }
}

@media only screen and (max-width:600px) {
    .work-title {
        font-size: 35px
    }
}

@supports (-webkit-text-stroke-width:1px) {
    .work-title .stroke {
        color: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #222
    }
}

.work-title .fill {
    position: absolute;
    top: 0;
    right: 0
}

.work-info {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    user-select: none;
    font: normal 400 12px/1.6667 MierA, sans-serif;
    text-transform: uppercase
}

@media only screen and (max-width:1024px) {
    .work-info {
        font-size: 10px
    }
}

@media only screen and (max-width:600px) {
    .work-info {
        font-size: 8px
    }
}

.work-awards, .work-date {
    font-weight: 800
}

.about {
    height: auto;
    padding: 25vh 6.25vw 0 39.6%;
    position: relative;
    user-select: none
}

@media only screen and (max-width:1024px) {
    .about {
        padding-top: 0;
        padding-left: 25vw
    }
}

@media only screen and (max-width:600px) {
    .about {
        padding-right: 13px;
        padding-left: calc(20vw - 13px)
    }
}

.about-inner, .about-subinner {
    position: relative;
    width: 100%
}

.about-title {
    position: relative;
    left: -1000%;
    top: 0;
    font: normal 900 45px/60px MierA, sans-serif
}

.about a, .about h2, .about h3, .about p {
    color: #f0f0f0
}

.about-intro {
    font: normal 600 45px/1.3333 MierA, sans-serif;
    padding: 0 0 25vh
}

@media only screen and (max-width:1440px) {
    .about-intro {
        font-size: 35px
    }
}

@media only screen and (max-width:1024px) {
    .about-intro {
        font-size: 25px;
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .about-intro {
        font-size: 20px
    }
}

@media only screen and (max-width:600px) {
    .about-intro {
        font-size: 18px
    }
}

.about-intro p {
    margin: 0 0 70px
}

@media only screen and (max-width:1440px) {
    .about-intro p {
        margin: 0 0 55px
    }
}

@media only screen and (max-width:1024px) {
    .about-intro p {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:768px) {
    .about-intro p {
        font-size: 20px;
        margin: 0 0 30px
    }
}

@media only screen and (max-width:600px) {
    .about-intro p {
        font-size: 18px;
        margin: 0 0 28px
    }
}

.about-intro p:last-child {
    margin: 0
}

.about .link {
    color: #f0f0f0;
    opacity: 1;
    transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
    pointer-events: none
}

.about .link:hover {
    opacity: .5
}

.about-end {
    height: 100vh;
    position: relative
}

.about-end, .about-end-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%
}

.about-end-inner {
    transform: translateZ(0)
}

.about-end-mail, .about-end-mail-wrapper, .about-end-title {
    white-space: normal;
    font: normal 600 30px/1.3333 MierA, sans-serif;
    color: #f0f0f0;
    margin: 0
}

@media only screen and (max-width:1440px) {
    .about-end-mail, .about-end-mail-wrapper, .about-end-title {
        font-size: 25px
    }
}

@media only screen and (max-width:1024px) {
    .about-end-mail, .about-end-mail-wrapper, .about-end-title {
        font-size: 20px
    }
}

@media only screen and (max-width:768px) {
    .about-end-mail, .about-end-mail-wrapper, .about-end-title {
        font-size: 18px
    }
}

@media only screen and (max-width:600px) {
    .about-end-mail, .about-end-mail-wrapper, .about-end-title {
        font-size: 16px
    }
}

.about-end-mail-wrapper {
    width: 100%
}

.about-end-mail {
    text-transform: none;
    text-decoration: none;
    pointer-events: none
}

.about-end-socials {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin: 30px 0 0;
    position: relative;
    padding: 5px 0 0
}

.about-end-socials hr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #f0f0f0;
    transform-origin: 0 50%;
    transform: scaleX(0)
}

@media only screen and (max-width:1440px) {
    .about-end-socials hr {
        height: 4px
    }
}

@media only screen and (max-width:1024px) {
    .about-end-socials hr {
        height: 3px
    }
}

.about-end-socials a {
    font: normal 600 30px/1.3333 MierA, sans-serif;
    text-transform: none;
    text-decoration: none;
    padding: 0;
    margin: 10px 0 10px 15px;
    display: block;
    overflow: hidden
}

.about-end-socials a span {
    display: block
}

@media only screen and (max-width:1440px) {
    .about-end-socials a {
        font-size: 25px
    }
}

@media only screen and (max-width:1024px) {
    .about-end-socials a {
        font-size: 20px
    }
}

@media only screen and (max-width:768px) {
    .about-end-socials a {
        font-size: 18px
    }
}

@media only screen and (max-width:600px) {
    .about-end-socials a {
        font-size: 16px
    }
}

.about-notices {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    color: #f0f0f0;
    font: normal 400 12px/1.3333 MierA, sans-serif;
    padding: 0 0 10px
}

@media only screen and (max-width:600px) {
    .about-notices {
        font-size: 7px
    }
}

.about-notices .link {
    pointer-events: auto
}