*,
:after,
:before {
    box-sizing: inherit
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body,
html {
    height: 100%;
    width: 100%
}
body {
    background: #000;
    color: #fff;
    font: 16px Inconsolata, 'sans-serif';
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased
}
body:after {
    background: #000;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 99999
}
body.is-loaded:after {
    opacity: 0;
    visibility: hidden
}
article,
footer,
header,
main,
nav,
section {
    display: block
}
audio,
canvas {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none
}
a:active,
a:hover {
    outline: 0
}
b,
strong {
    font-weight: 700
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
button {
    color: inherit;
    cursor: pointer;
    font: inherit;
    overflow: visible;
    margin: 0;
    text-transform: none;
    -webkit-appearance: button
}
button[disabled] {
    cursor: default
}
[data-scrollbar],
[scrollbar],
scrollbar {
    display: block;
    position: relative
}
[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    will-change: transform
}
[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
    background: hsla(0, 0%, 100%, .1)
}
[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
    position: absolute;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .5s ease-out, background .5s ease-out;
    transition: opacity .5s ease-out, background .5s ease-out;
    background: none
}
[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
    opacity: 1
}
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
    background: hsla(0, 0%, 100%, .1)
}
[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px
}
[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
    top: 0;
    right: 0;
    width: 3px;
    height: 100%
}
[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 3px;
    background: hsla(0, 0%, 100%, .25);
    border-radius: 3px
}
[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.alert {
    font-size: 13px;
    font-weight: 100;
    letter-spacing: .1em;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 100%;
    z-index: 100
}
@media (max-width: 1080px) {
    .alert {
        display: none
    }
}
.alert-link {
    text-decoration: underline
}
.btn {
    display: table-cell;
    font: 13px Inconsolata;
    height: 55px;
    line-height: 54px;
    letter-spacing: 2px;
    margin-top: -22.5px;
    outline: none;
    position: absolute;
    stroke: #fff;
    text-align: center;
    text-transform: lowercase;
    top: 50%;
    vertical-align: middle;
    width: 130px;
    z-index: 3
}
@media (max-width: 650px) {
    .btn {
        top: 75%
    }
}
.btn-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.btn-left {
    left: 20px;
    padding-left: 15px
}
.btn-right {
    right: 20px;
    padding-right: 15px
}
.about {
    background: rgba(0, 0, 0, .8);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2
}
@media (max-width: 1080px) {
    .about {
        background: #000
    }
}
.about-wrapper {
    display: table;
    height: 100%;
    width: 100%
}
.about-content {
    display: table-cell;
    padding: 50px 0;
    text-align: center;
    vertical-align: middle
}
@media (max-width: 1080px) {
    .about-content {
        padding: 50px 5%
    }
}
.about-logo {
    height: 130px;
    left: 50%;
    position: absolute;
    stroke: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 93px;
    width: 130px;
    visibility: hidden
}
@media (max-width: 1080px) {
    .about-logo {
        margin-bottom: 50px;
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible
    }
}
@media (max-width: 1080px) {
    .about-btn {
        position: relative;
        left: 0;
        display: block;
        margin: 50px auto 0
    }
}
.about-info {
    display: inline-block;
    max-width: 760px;
    text-align: left
}
@media (max-width: 1080px) {
    .about-info {
        max-width: none;
        text-align: center
    }
}
.about-title {
    font-weight: 100;
    font-size: 35px;
    letter-spacing: 5.25px;
    line-height: 35px
}
@media (max-width: 1080px) {
    .about-title {
        font-size: 25px;
        letter-spacing: 3.25px
    }
}
.about-desc {
    font-size: 17px;
    letter-spacing: 2.5px;
    line-height: 30px;
    margin: 20px 0
}
@media (max-width: 1080px) {
    .about-desc {
        font-size: 14px;
        line-height: 27px
    }
}
.about-menu {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (max-width: 1080px) {
    .about-menu {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.about-menu-list {
    margin: 0;
    padding: 0;
    text-align: center
}
@media (max-width: 1080px) {
    .about-menu-list {
        margin: 0 -10px
    }
}
.about-menu-item {
    display: block;
    margin: 10px 0
}
@media (max-width: 1080px) {
    .about-menu-item {
        display: inline-block
    }
}
.about-menu-link {
    display: block;
    fill: #fff;
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 50px
}
.about-menu-icon {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle
}
.about-menu-text {
    letter-spacing: 1.5px;
    margin-right: 60px;
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(25px);
    transform: translateY(-50%) translateX(25px)
}
@media (max-width: 1080px) {
    .about-menu-text {
        display: none
    }
}
.about-menu-square {
    display: block;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}
.about-menu-square-bottom,
.about-menu-square-left,
.about-menu-square-right,
.about-menu-square-top {
    background: #fff;
    position: absolute
}
.about-menu-square-bottom,
.about-menu-square-top {
    left: 0;
    height: 1px;
    width: 100%
}
.about-menu-square-left,
.about-menu-square-right {
    top: 0;
    height: 100%;
    width: 1px
}
.about-menu-square-top {
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
.about-menu-square-right {
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}
.about-menu-square-bottom {
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
.about-menu-square-left {
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.about-menu-line {
    background: #fff;
    height: 1px;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0
}
@media (max-width: 1080px) {
    .about-menu-line {
        display: none
    }
}
canvas {
    position: relative;
    z-index: -1
}
.content {
    overflow: hidden;
    position: fixed
}
.content,
.home {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.home {
    position: absolute;
    z-index: 1
}
.home:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0ZGNERDRDFFMzRBMTFFNUIwRjNCNjc4RTM0MzcwMTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0ZGNERDRDJFMzRBMTFFNUIwRjNCNjc4RTM0MzcwMTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QURBQkNENkUzNEExMUU1QjBGM0I2NzhFMzQzNzAxNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RkY0RENEMEUzNEExMUU1QjBGM0I2NzhFMzQzNzAxNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po8uUFAAAAAfSURBVHjaYvwPBAwMDIwMBAATMYpgChlGFVKsECDAAGyZBBKQOpM0AAAAAElFTkSuQmCC");
    bottom: 0;
    content: '';
    left: 0;
    opacity: .15;
    position: absolute;
    right: 0;
    top: 0
}
.home-logo {
    height: 210px;
    left: 50%;
    position: absolute;
    stroke: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 210px
}
.home-menu-list {
    list-style: none;
    margin: 0;
    padding: 0
}
.logo {
    height: 210px;
    left: 50%;
    position: fixed;
    stroke: #fff;
    top: 50%;
    width: 210px;
    z-index: 100
}
@media (max-width: 1080px) {
    .logo {
        z-index: 2
    }
}
.music {
    bottom: 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: .1em;
    opacity: 0;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    z-index: 100
}
.music.is-active {
    opacity: 1;
    visibility: visible
}
@media (max-width: 1023px) {
    .music {
        display: none
    }
}
.music-btns {
    display: block;
    margin-bottom: 10px
}
.music-btn {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    fill: #fff
}
.music-btn-icon {
    height: 13px;
    stroke: #fff;
    width: 13px
}
.music-toggle .music-btn-icon-pause {
    display: block
}
.music-toggle.is-paused .music-btn-icon-pause,
.music-toggle .music-btn-icon-play {
    display: none
}
.music-toggle.is-paused .music-btn-icon-play {
    display: block
}
.music-soundcloud {
    display: inline-block;
    margin-right: 15px;
    margin-top: -2px;
    vertical-align: middle
}
.music-title,
.music-user {
    text-transform: capitalize
}
.project {
    background: rgba(0, 0, 0, .8);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2
}
@media (max-width: 1080px) {
    .project {
        background: #000
    }
}
.project-wrapper {
    display: table;
    height: 100%;
    width: 100%
}
.project-content {
    display: table-cell;
    padding: 50px 0;
    text-align: center;
    vertical-align: middle
}
@media (max-width: 1080px) {
    .project-content {
        vertical-align: top
    }
}
.project-logo {
    height: 130px;
    left: 0;
    position: absolute;
    stroke: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    width: 10%
}
@media (max-width: 1080px) {
    .project-logo {
        margin-bottom: 50px;
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        width: 130px
    }
}
@media (max-width: 1080px) {
    .project-btn {
        position: relative;
        left: 0;
        display: block;
        margin: 50px auto 0
    }
}
.project-item {
    display: table;
    height: 100vh;
    left: 0;
    opacity: 0;
    padding: 0 15%;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}
@media (max-width: 1080px) {
    .project-item {
        height: auto;
        padding: 0 10%
    }
}
.project-item.is-active {
    visibility: visible
}
@media (max-width: 1080px) {
    .project-item.is-active {
        position: relative
    }
}
.project-item-left,
.project-item-right {
    display: table-cell;
    vertical-align: middle
}
@media (max-width: 1080px) {
    .project-item-left,
    .project-item-right {
        display: block
    }
}
.project-item-left {
    text-align: center;
    width: 60%
}
@media (max-width: 1080px) {
    .project-item-left {
        width: 100%
    }
}
.project-item-right {
    padding-left: 5%;
    text-align: left;
    width: 40%
}
@media (max-width: 1080px) {
    .project-item-right {
        margin-top: 25px;
        padding-left: 0;
        text-align: center;
        width: 100%
    }
}
.project-media {
    position: relative
}
.project-media-list {
    display: inline-block;
    height: auto;
    margin: 1px;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 2px);
    z-index: 2
}
.project-media-list:after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.project-media-item {
    overflow: hidden;
    height: 0
}
.project-media-item.is-active {
    height: auto
}
.project-media-img {
    display: block;
    height: auto;
    width: 100%
}
.project-media-btns {
    bottom: 0;
    font-size: 0;
    line-height: 0;
    margin-right: 5px;
    position: absolute;
    right: 100%;
    top: 0
}
.project-media-btn {
    background: none;
    border: none;
    color: #fff;
    display: block;
    font-size: 15px;
    outline: none;
    opacity: .25;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    width: 25px
}
.project-media-btn:after {
    background: #fff;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}
.project-media-btn:hover {
    opacity: .5
}
.project-media-btn.is-active {
    opacity: .75
}
.project-media-square {
    display: block;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}
.project-media-square-bottom,
.project-media-square-left,
.project-media-square-right,
.project-media-square-top {
    background: #fff;
    position: absolute
}
.project-media-square-bottom,
.project-media-square-top {
    left: 0;
    height: 1px;
    width: 100%
}
.project-media-square-left,
.project-media-square-right {
    top: 0;
    height: 100%;
    width: 1px
}
.project-media-square-top {
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
.project-media-square-right {
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}
.project-media-square-bottom {
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
.project-media-square-left {
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.project-title {
    display: block;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 7.5px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase
}
@media (max-width: 1250px) {
    .project-title {
        font-size: 35px
    }
}
@media (max-width: 500px) {
    .project-title {
        font-size: 25px;
        letter-spacing: 5.5px
    }
}
.project-desc {
    display: block;
    font-size: 14px;
    letter-spacing: 2.1px;
    line-height: 25px;
    margin: 1em 0;
    max-width: 375px
}
@media (max-width: 1250px) {
    .project-desc {
        font-size: 12px;
        letter-spacing: 1.1px;
        line-height: 23px
    }
}
@media (max-width: 1080px) {
    .project-desc {
        max-width: none
    }
}
.project-desc-highlight {
    font-weight: 600
}
.project-link {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 50px;
    padding-left: 75px;
    position: relative;
    text-transform: uppercase
}
@media (max-width: 1080px) {
    .project-link {
        margin-top: 0;
        padding-left: 0;
        padding-top: 50px
    }
}
.project-link-dash {
    background: #fff;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 60px
}
@media (max-width: 1080px) {
    .project-link-dash {
        height: 40px;
        left: 50%;
        top: 0;
        width: 1px
    }
}
.projects {
    background: #000;
    font-size: 0;
    height: 100%;
    max-width: 85%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 3
}
.projects-list {
    margin: 0;
    padding: 20px
}
.projects-item {
    display: block
}
.projects-item:not(:first-child) {
    margin-top: 20px
}
.projects-link {
    border: 1px solid #313131;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    -webkit-transition: -webkit-filter .4s;
    transition: -webkit-filter .4s;
    transition: filter .4s;
    transition: filter .4s, -webkit-filter .4s
}
.projects-link:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}
.projects-img {
    display: block;
    width: 100%
}
.projects-info {
    left: 80%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 44%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap
}
.projects-title {
    display: block;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 3px;
    margin-right: -3px;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase
}
.projects-bg-black,
.projects-bg-white {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 200%;
    z-index: 1
}
.projects-bg-black {
    background: #000
}
.projects-bg-white {
    background: #fff
}