/* ------------------------------------------
   settings.VARIABLES
------------------------------------------ */
/* ------------------------------------------
   tools.MIXINS
------------------------------------------ */
/* ------------------------------------------
   settings.NORMALIZE
------------------------------------------ */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* ------------------------------------------
   generic.RESET
------------------------------------------ */
* {
  box-sizing: border-box;
}

img,
iframe {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr, figure {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------
   base.BODY
------------------------------------------ */
body {
  background-image: -webkit-linear-gradient(top, #120021 0%, #390E5B 18%, #590C98 34%, #170229 55%, #511386 79%, #231630 100%);
  background-image: linear-gradient(-180deg, #120021 0%, #390E5B 18%, #590C98 34%, #170229 55%, #511386 79%, #231630 100%);
  font-family: "Space Mono", monospace;
}

.o-wrap {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}

@-webkit-keyframes flicker {
  from {
    opacity: 0;
  }
  4% {
    opacity: 0.5;
  }
  6% {
    opacity: 0.45;
  }
  8% {
    opacity: 0.55;
  }
  10% {
    opacity: 0.45;
  }
  11% {
    opacity: 0;
  }
  12% {
    opacity: 0.65;
  }
  14% {
    opacity: 0.55;
  }
  16% {
    opacity: 0.70;
  }
  17% {
    opacity: 0.55;
  }
  19% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.1;
  }
  24% {
    opacity: 0.5;
  }
  26% {
    opacity: 1;
  }
  28% {
    opacity: 0.5;
  }
  38% {
    opacity: 0.45;
  }
  40% {
    opacity: 0.5;
  }
  42% {
    opacity: 0.6;
  }
  44% {
    opacity: 0.5;
  }
  46% {
    opacity: 0.5;
  }
  56% {
    opacity: 0.5;
  }
  58% {
    opacity: 0.75;
  }
  60% {
    opacity: 0.5;
  }
  68% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
    /*peak*/
  }
  72% {
    opacity: 0.5;
  }
  93% {
    opacity: 0.5;
  }
  95% {
    opacity: .1;
    /*peak*/
  }
  97% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes flicker {
  from {
    opacity: 0;
  }
  4% {
    opacity: 0.5;
  }
  6% {
    opacity: 0.45;
  }
  8% {
    opacity: 0.55;
  }
  10% {
    opacity: 0.45;
  }
  11% {
    opacity: 0;
  }
  12% {
    opacity: 0.65;
  }
  14% {
    opacity: 0.55;
  }
  16% {
    opacity: 0.70;
  }
  17% {
    opacity: 0.55;
  }
  19% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.1;
  }
  24% {
    opacity: 0.5;
  }
  26% {
    opacity: 1;
  }
  28% {
    opacity: 0.5;
  }
  38% {
    opacity: 0.45;
  }
  40% {
    opacity: 0.5;
  }
  42% {
    opacity: 0.6;
  }
  44% {
    opacity: 0.5;
  }
  46% {
    opacity: 0.5;
  }
  56% {
    opacity: 0.5;
  }
  58% {
    opacity: 0.75;
  }
  60% {
    opacity: 0.5;
  }
  68% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
    /*peak*/
  }
  72% {
    opacity: 0.5;
  }
  93% {
    opacity: 0.5;
  }
  95% {
    opacity: .1;
    /*peak*/
  }
  97% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}

.flicker {
  -webkit-animation-name: flicker;
          animation-name: flicker;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.c-cover {
  padding: 100px 20px 100px;
}

.c-cover svg {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

@media screen and (min-width: 50em) {
  .c-cover {
    height: 100vh;
    padding: 0 20px;
  }
  .c-cover svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    max-width: 1300px;
  }
}

.c-card {
  margin-bottom: 150px;
}

@media screen and (min-width: 53.125em) {
  .c-card {
    margin-bottom: 300px;
  }
}

.c-card--intro {
  color: #98F3D7;
  font-size: 25px;
  font-size: 5vw;
}

.c-card--intro p {
  font-weight: 700;
  line-height: 1.1;
}

.c-card--intro img {
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 400px) {
  .c-card--intro {
    font-size: 20px;
  }
}

@media (min-width: 1300px) {
  .c-card--intro {
    font-size: 65px;
  }
}

.c-card--stat {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 77.5em) {
  .c-card--stat {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (min-width: 53.125em) {
  .c-card--stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-card--stat:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #9150C9;
  box-shadow: 0 0 20px 0 #9150C9, inset 0 0 20px 0 #9150C9;
  background-color: transparent;
  border-radius: 4px;
  -webkit-animation-name: flicker;
          animation-name: flicker;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.c-card--stat:nth-child(odd):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.c-card--stat__illustration {
  position: relative;
}

@media screen and (min-width: 53.125em) {
  .c-card--stat__illustration {
    width: 50%;
  }
}

.c-card--stat__illustration-inner {
  padding: 30px;
}

@media screen and (min-width: 77.5em) {
  .c-card--stat__illustration-inner {
    position: absolute;
    width: 500px;
    top: -100px;
    left: -70px;
  }
}

.c-card--stat__body {
  text-align: center;
  padding: 20px 0 30px 0;
}

@media screen and (min-width: 53.125em) {
  .c-card--stat__body {
    width: 50%;
  }
}

.c-card--stat__body-nr {
  font-size: 6.25rem;
  color: #98F3D7;
  font-weight: 700;
  text-shadow: 0 0 10px #98F3D7;
  line-height: 1;
}

@media screen and (min-width: 65.625em) {
  .c-card--stat__body-nr {
    font-size: 11.25rem;
  }
}

.c-card--stat__body-label {
  font-size: 1.875rem;
  color: #98F3D7;
}

.c-card--stat__body-label span {
  font-size: 1.25rem;
  display: block;
}

.c-card--month {
  background-image: -webkit-linear-gradient(top, #930BFF 0%, #000000 100%);
  background-image: linear-gradient(-180deg, #930BFF 0%, #000000 100%);
  position: relative;
}

@media screen and (min-width: 54.375em) {
  .c-card--month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-card--month-title {
  position: absolute;
  left: 0%;
  line-height: 1;
  font-style: italic;
  color: #98F3D7;
  text-shadow: 0 0 10px #98F3D7;
  top: -15px;
  font-size: 1.25rem;
}

@media screen and (min-width: 40.625em) {
  .c-card--month-title {
    font-size: 3.125rem;
    top: -40px;
  }
}

@media screen and (min-width: 70em) {
  .c-card--month-title {
    top: -90px;
    font-size: 7.5rem;
  }
}

.c-card--month__body {
  width: 100%;
  font-size: 0.875rem;
  color: #98F3D7;
  line-height: 2;
  padding: 10px;
}

@media screen and (min-width: 40.625em) {
  .c-card--month__body {
    padding: 40px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 54.375em) {
  .c-card--month__body {
    width: 60%;
  }
}

.c-card--month__gif {
  background-size: 70%;
  width: 100%;
  background-position: center center;
  height: 300px;
}

@media screen and (min-width: 54.375em) {
  .c-card--month__gif {
    height: auto;
    width: 40%;
  }
}

.c-card--month a {
  border-bottom: 2px solid rgba(152, 243, 215, 0.5);
  text-decoration: none;
  color: #98F3D7;
  padding: 0 5px;
}

.c-card--month a:hover {
  background-color: #98F3D7;
  color: #1C1D1E;
}

.c-card--video {
  position: relative;
  background-image: -webkit-linear-gradient(top, #930BFF 0%, #000000 100%);
  background-image: linear-gradient(-180deg, #930BFF 0%, #000000 100%);
  box-shadow: 0 0 90px 0 #98F3D7;
}

.c-card--video iframe {
  height: 600px;
}

.c-card--video-title {
  color: #98F3D7;
  position: absolute;
  left: 50%;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-style: italic;
  text-shadow: 0 0 10px #98F3D7;
  top: -15px;
  font-size: 1.25rem;
}

@media screen and (min-width: 40.625em) {
  .c-card--video-title {
    font-size: 3.125rem;
    top: -40px;
  }
}

@media screen and (min-width: 70em) {
  .c-card--video-title {
    top: -90px;
    font-size: 7.5rem;
  }
}

.top-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top-lines__line {
  border: 2px solid #FF001F;
  box-shadow: 0 0 40px 0 #FF001F;
  margin-bottom: 15px;
}

.top-lines__line:nth-child(2) {
  border-color: rgba(255, 0, 31, 0.9);
}

.top-lines__line:nth-child(3) {
  border-color: rgba(255, 0, 31, 0.8);
}

.top-lines__line:nth-child(3) {
  border-color: rgba(255, 0, 31, 0.7);
}

.top-lines__line:nth-child(4) {
  border-color: rgba(255, 0, 31, 0.6);
  -webkit-animation-name: flicker;
          animation-name: flicker;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.top-lines__line:nth-child(5) {
  border-color: rgba(255, 0, 31, 0.5);
}

.top-lines__line:nth-child(6) {
  border-color: rgba(255, 0, 31, 0.4);
}

.top-lines__line:nth-child(7) {
  border-color: rgba(255, 0, 31, 0.3);
}

.top-lines__line:nth-child(8) {
  border-color: rgba(255, 0, 31, 0.2);
}

.c-card--sponsors {
  position: relative;
  background-color: #fff;
}

.c-card--sponsors-title {
  text-align: center;
  color: #98F3D7;
  position: absolute;
  left: 50%;
  width: 100%;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-style: italic;
  text-shadow: 0 0 10px #98F3D7;
  top: -15px;
  font-size: 1.25rem;
}

@media screen and (min-width: 40.625em) {
  .c-card--sponsors-title {
    font-size: 3.125rem;
    top: -40px;
  }
}

@media screen and (min-width: 70em) {
  .c-card--sponsors-title {
    top: -90px;
    font-size: 7.5rem;
  }
}

/*# sourceMappingURL=global.css.map */
