/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Graphik';
  src: url("/fonts/Graphik-Regular.eot");
  src: url("/fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Graphik-Regular.woff") format("woff"), url("/fonts/Graphik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("/fonts/Graphik-Bold.eot");
  src: url("/fonts/Graphik-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Graphik-Bold.woff") format("woff"), url("/fonts/Graphik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

html {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Graphik', Helvetica, Arial, sans-serif;
  height: 100%;
  overflow: hidden; }
/*
.logo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@-webkit-keyframes lineAnimation {
  100% {
    stroke-dashoffset: 0; } }

@keyframes lineAnimation {
  100% {
    stroke-dashoffset: 0; } }

.logo__path {
  -webkit-animation: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s 1 both lineAnimation;
  animation: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s 1 both lineAnimation;
  stroke-dasharray: 203, 400;
  stroke-dashoffset: 203; }*/

@-webkit-keyframes curtainAnimation {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes curtainAnimation {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

.curtain {
  -webkit-animation: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s 1 both curtainAnimation;
  animation: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s 1 both curtainAnimation;
  background-color: #00CBFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.content {
  color: #FFF;
  margin: auto;
  position: relative;
  text-align: center;
  z-index: 1; }

@-webkit-keyframes contentAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes contentAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.title {
  -webkit-animation: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s 1 both contentAnimation;
  animation: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s 1 both contentAnimation;
  display: block;
  font-size: 48px;
  font-weight: bold; }
  @media (max-width: 500px) {
    .title {
      font-size: 40px; } }

.subtitle {
  -webkit-animation: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.65s 1 both contentAnimation;
  animation: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.65s 1 both contentAnimation;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 16px;
  text-transform: uppercase; }

.links {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px; }

.link {
  -webkit-animation: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s 1 both contentAnimation;
  animation: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s 1 both contentAnimation;
  text-decoration: none; }
  .link:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .link:nth-child(3) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .link:nth-child(4) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .link svg * {
    fill: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .link:hover svg * {
    fill: #FFF; }

.link + .link {
  margin-left: 8px; }
