*{box-sizing:border-box}html,body{width:100%;height:100%;padding:0;margin:0;border:none}#header{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:#000C40}#header .background{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-image:url("../images/background.png");background-position:center center;background-size:cover}@media (min-width: 1800px){#header .background{background-image:url("../images/background@2x.png")}}#header canvas{position:absolute;display:block;z-index:1;top:0;bottom:0;left:0;right:0;width:100%;height:100%;opacity:.5}#header svg{position:absolute;z-index:2;width:100%;height:auto;top:30%;left:0;fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421}#header svg text{fill:#000C40;font-family:"23XXRegular","23XX",sans-serif;font-weight:500;font-size:72px}#header svg path{fill:none;stroke:rgba(255,255,255,0.8);fill-rule:nonzero;stroke:#fff;stroke-width:1px}@media (min-width: 600px){#header svg{width:600px;left:50%;margin-left:-300px}}#header svg#glitch{top:calc(30% + 100vw * 45 / 552 + 40px)}#header svg#glitch text{stroke:#fff}@media (min-width: 600px){#header svg#glitch{top:calc(30% + 90px)}}#header .loader{position:absolute;z-index:2;width:100%;height:20px;top:calc(30% + 100vw * 45 / 552 + 10px);left:0}#header .loader .ball{background-color:#000C40;position:absolute;top:0;height:20px;width:20px;border-radius:20px}@media (min-width: 600px){#header .loader{width:600px;left:50%;top:calc(30% + 600px * 45 / 552 + 10px);margin-left:-300px}}#header.header{bottom:auto;height:60px}#header.header svg{top:13px;width:75%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width: 549px){#header.header svg{top:13px;width:80%}}@media (max-width: 449px){#header.header svg{top:15px;width:90%}}@media (max-width: 399px){#header.header svg{top:15px;width:95%}}@media (max-width: 249px){#header.header svg{top:20px}}@media (min-width: 600px){#header.header svg{width:300px;margin-left:25px;height:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0}}#header.header svg text{fill:#fff}.chrome.desktop #header svg#glitch text{-webkit-filter:url(#glitch-filter);filter:url(#glitch-filter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#footer{color:#fff;text-align:center;position:fixed;bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-family:"Exo 2",sans-serif}#footer a{color:#000C40;text-decoration:none;-webkit-transition:color .5s;transition:color .5s}#footer a:hover,#footer a:active{color:#fff;text-decoration:underline}