@import url(https://use.typekit.net/iyk0rzd.css);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
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,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    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: 1
}

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
}

iframe,
img {
    vertical-align: bottom;
    max-width: 100%
}

input,
select,
textarea {
    font: inherit
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

@keyframes fadeInTitle {
    0% {
        transform: translateY(-154px)
    }
    100% {
        transform: translateY(0)
    }
}

html {
    min-height: 100%
}

body {
    background-color: #0057FF;
    font-family: neue-haas-grotesk-display;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.225;
    height: 100%;
    color: #fff;
    cursor: none
}

.hidden {
    overflow: hidden
}

::-moz-selection {
    background: rgba(0, 0, 0, .26)
}

::selection {
    background: rgba(0, 0, 0, .26)
}

::-moz-selection {
    background: rgba(0, 0, 0, .26)
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

p span {
    font-family:Helvetica, Arial;
    font-weight: 100;
    font-style: normal;
    letter-spacing: .6px
}

a {
    text-decoration: none
}

header {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    cursor: pointer
}

header div.burger-menu {
    height: 30px;
    position: absolute;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

header div.burger-menu div.burger-line {
    width: 30px;
    height: 2px;
    background-color: #fff
}

header div.burger-menu .line-one {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

header div.burger-menu .line-two {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

header div.burger-menu.active {
    -webkit-transform: rotate(-45deg) translateY(-6px);
    transform: rotate(-45deg) translateY(-6px)
}

div.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
    padding: 40px 40px 0 40px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    z-index: 998;
    will-change: transform
}

@media screen and (max-width:900px) {
    div.menu {
        width: 100vw;
        padding: 20px 20px 0 20px
    }
}

div.menu div.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

div.menu div.container div.menu-footer {
    padding: 40px 0;
    font-size: 18px;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    letter-spacing: .5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:900px) {
    div.menu div.container div.menu-footer {
        padding: 30px 0
    }
}

div.menu div.container div.menu-footer div.site-credits a {
    color: #1d1d1d;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

div.menu div.container div.menu-footer div.site-credits a:hover {
    color: rgba(0, 0, 0, .1)
}

div.menu div.container div.menu-footer div.site-credits span {
    color: rgba(0, 0, 0, .1)
}

div.menu h2 {
    text-transform: uppercase;
    margin-bottom: 26px
}

div.menu p {
    margin-bottom: 40px
}

div.menu p span {
    font-family: p22-mackinac-pro, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .6px
}

div.menu form {
    margin-top: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px
}

@media screen and (max-width:500px) {
    div.menu form {
        margin-top: 40px
    }
}

div.menu form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:500px) {
    div.menu form div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

div.menu form h3 {
    text-transform: uppercase;
    margin-bottom: 26px
}

div.menu form input {
    border: none;
    max-width: 500px
}

div.menu form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .1)
}

div.menu form input::-moz-placeholder {
    color: rgba(0, 0, 0, .1)
}

div.menu form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .1)
}

div.menu form input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .1)
}

div.menu form input::placeholder {
    color: rgba(0, 0, 0, .1)
}

div.menu form button {
    width: 97px;
    height: 40px;
    font-family: neue-haas-grotesk-display;
    background: #fff 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 0 10px #00000033;
    box-shadow: 0 0 10px #00000033;
    border-radius: 32px;
    opacity: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 1px
}

@media screen and (max-width:500px) {
    div.menu form button {
        margin: 30px 0
    }
}

div.menu form button:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 0 20px #00000033;
    box-shadow: 0 0 20px #00000033;
    will-change: transform
}

div.menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

main section {
    position: fixed;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

main section div.logo-area {
    position: relative
}

main section div.logo-area h1 {
    max-width: 530px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 20px;
    -webkit-transition: padding .4s ease;
    transition: padding .4s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:500px) {
    main section div.logo-area h1 {
        padding: 20px 60px
    }
}

main section div.logo-area h1 span img {
    width: auto
}

main section div.logo-area h1.logo {
    position: absolute;
    opacity: 1
}

main section div.logo-area h1.logo-alt {
    opacity: 0
}

main section div.logo-area:hover {
    cursor: help
}

main section div.logo-area:hover h1.logo {
    opacity: 0
}

main section div.logo-area:hover h1.logo-alt {
    opacity: 1
}

div.logo-interaction--mask {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    width: 530px;
    height: 130px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    cursor: help;
    will-change: transform
}

div.logo-area h1.main-logo span {
    -webkit-transform: translateY(-154px);
    transform: translateY(-154px);
    will-change: transform
}

div.logo-area h1.main-logo span img {
    width: auto;
    height: auto
}

h1.logo span:nth-child(1),
h1.logo span:nth-child(2),
h1.logo span:nth-child(3),
h1.logo span:nth-child(4) {
    margin-right: 5px
}

@media screen and (max-width:500px) {
    h1.logo span:nth-child(1),
    h1.logo span:nth-child(2),
    h1.logo span:nth-child(3),
    h1.logo span:nth-child(4) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 3px
    }
}

div.stickers {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%
}

div.stickers img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: transform;
    width: auto
}

.blurred {
    -webkit-filter: blur(7px);
    -webkit-transition: .3s -webkit-filter ease;
    transition: .3s -webkit-filter ease;
    transition: .3s filter ease;
    transition: .3s filter ease, .3s -webkit-filter ease;
    filter: blur(7px)
}

.blurred-title {
    -webkit-filter: blur(16px);
    -webkit-transition: .3s -webkit-filter ease;
    transition: .3s -webkit-filter ease;
    transition: .3s filter ease;
    transition: .3s filter ease, .3s -webkit-filter ease;
    filter: blur(16px)
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
    padding: 40px 20px;
    letter-spacing: 1px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.72, 0, .01, 1);
    transition: -webkit-transform 1.2s cubic-bezier(.72, 0, .01, 1);
    transition: transform 1.2s cubic-bezier(.72, 0, .01, 1);
    transition: transform 1.2s cubic-bezier(.72, 0, .01, 1), -webkit-transform 1.2s cubic-bezier(.72, 0, .01, 1);
    will-change: transform;
    z-index: 997;
    text-align: center
}

@media screen and (max-width:500px) {
    footer {
        padding: 30px 20px
    }
}

footer h3 {
    text-transform: uppercase;
    display: block
}

footer span a {
    color: #fff;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

footer span a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 0%;
    height: 1px;
    border-radius: 100px;
    z-index: -1;
    background-color: #000000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width:500px) {
    footer span a:after {
        width: 100%
    }
}

footer span a:hover:after {
    width: 100%;
    left: 0;
    height: 1px
}

footer.animated {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

div.click {
    position: fixed;
    top: -80px;
    left: -80px;
    height: 80px;
    width: 80px;
    background-color: #1d1d1d;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

div.tap {
    position: fixed;
    top: 80px;
    left: 80px;
    height: 80px;
    width: 80px;
    background-color: #0057FF;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
    transform: translate(-50%, -50%) rotate(-10deg);
    text-align: center
}