/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(../fonts/Museo%20Sans%20100/MuseoSans-100.css);
@import url(../fonts/Museo%20Sans%20300/MuseoSans-300.css);
@import url(../fonts/Museo%20Sans%20500/MuseoSans-500.css);
@import url(../fonts/Museo%20Sans%20700/MuseoSans-700.css);
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* > * {
  color: #0b0e13; }
  * > *.f100 {
    font-family: "MuseoSans100", arial, sans-serif; }
  * > *.f300 {
    font-family: "MuseoSans300", arial, sans-serif; }
  * > *.f500 {
    font-family: "MuseoSans500", arial, sans-serif; }
  * > *.f700 {
    font-family: "MuseoSans700", arial, sans-serif; }

p, h1, h2, li {
  font-size: 1em;
  line-height: 1.4em; }

body.fixed {
  overflow: hidden; }
  body.fixed .sources-overlay {
    display: flex; }
body.stick .top .title {
  opacity: 1; }

.inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box; }

.top {
  background-color: #f4f4f4;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  height: 69px; }
  .top .logo {
    float: left; }
    @media screen and (max-width: 375px) {
      .top .logo {
        max-width: 40%;
        height: 69px; }
        .top .logo a {
          display: flex; }
        .top .logo img {
          max-width: 100%;
          margin: auto; } }
  .top .social {
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 135px;
    height: 65px; }
    .top .social li {
      line-height: 10px; }
  .top .title {
    margin: auto;
    text-align: center;
    max-width: 300px;
    opacity: 0;
    transition: all 0.3s; }
    .top .title img {
      margin: 20px 0;
      max-width: 100%; }

.header {
  margin-top: 69px;
  text-align: center;
  background-image: url("../img/header.jpg");
  background-size: cover;
  overflow: hidden; }
  .header h1, .header p, .header span {
    color: #fff; }
  .header h1 {
    font-size: 8vw;
    margin: 30px 0 20px; }
    @media screen and (min-width: 1100px) {
      .header h1 {
        font-size: 5em; } }
  .header .sep {
    max-width: 60%;
    margin: 20px auto;
    height: 2px;
    background-color: #d3ea3c; }
  .header p {
    max-width: calc(1100px * 0.8);
    margin: 30px auto; }

.timer {
  background-color: #0b0e13;
  overflow: hidden;
  z-index: 9 !important; }
  .timer h2 {
    color: #fff;
    font-size: 3em;
    text-align: center;
    max-resolution: 5pxpx; }
    .timer h2 span {
      color: inherit; }

.body {
  background-image: url("../img/bg.png");
  background-size: cover;
  text-align: center;
  overflow: hidden; }
  .body .row:nth-child(odd) {
    background-image: url("../img/row-bg.png"); }
  .body .row .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (min-width: 500px) and (max-width: 1040px) {
      .body .row .inner {
        max-width: 700px; } }
    .body .row .inner .box {
      margin: 20px 0; }
      @media screen and (min-width: 500px) and (max-width: 1040px) {
        .body .row .inner .box {
          width: 50%; } }
      .body .row .inner .box .box-inner {
        width: 250px;
        position: relative;
        margin: auto; }
        .body .row .inner .box .box-inner .text {
          position: absolute; }
          .body .row .inner .box .box-inner .text p {
            color: #0299d8; }
            .body .row .inner .box .box-inner .text p.black {
              color: #0b0e13;
              font-size: 1.4em;
              margin: 4px 0; }
      .body .row .inner .box.b1 .text {
        width: 150px;
        top: 21%;
        left: 26%; }
      .body .row .inner .box.b1 .black {
        padding-left: 45px; }
      .body .row .inner .box.b2 .text {
        width: 100px;
        top: 24%;
        left: 40%; }
      .body .row .inner .box.b3 .text {
        width: 150px;
        top: 18%;
        left: 20%; }
      .body .row .inner .box.b4 .text {
        width: 150px;
        top: 47%;
        left: 20%; }
      .body .row .inner .box.b5 .text {
        width: 150px;
        top: 19%;
        left: 20%; }
      .body .row .inner .box.b6 .text {
        width: 150px;
        top: 54%;
        left: 20%; }
      .body .row .inner .box.b7 .text {
        width: 150px;
        top: 59%;
        left: 20%; }
      .body .row .inner .box.b8 .text {
        width: 150px;
        top: 52%;
        left: 19%; }
      .body .row .inner .box.b9 .text {
        width: 150px;
        top: 51%;
        left: 20%; }
      .body .row .inner .box.b10 .text {
        width: 150px;
        top: 20%;
        left: 20%; }
      .body .row .inner .box.b11 .text {
        width: 150px;
        top: 65%;
        left: 20%; }
      .body .row .inner .box.b12 .text {
        width: 122px;
        top: 23%;
        left: 12%; }
      .body .row .inner .box.b13 .text {
        width: 140px;
        top: 11%;
        left: 21%; }
      .body .row .inner .box.b14 .text {
        width: 150px;
        top: 62%;
        left: 20%; }
      .body .row .inner .box.b15 .text {
        width: 90px;
        top: 25%;
        left: 20%; }
      .body .row .inner .box.b16 .text {
        width: 150px;
        top: 60%;
        left: 20%; }
  .body .outro {
    margin: 40px auto;
    max-width: calc(1100px * 0.8); }
    .body .outro p {
      margin: 20px 0; }
    .body .outro button {
      background-color: #0299d8;
      color: #fff;
      padding: 7px 20px;
      font-size: 1em;
      border: 0;
      border-radius: 5px;
      transition: all 0.3s; }
      .body .outro button:hover {
        cursor: pointer;
        background-color: #35ade0; }

.footer {
  background-color: #0b0e13; }
  .footer .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .footer .inner .col {
      width: 25%;
      margin: 20px 0 40px; }
      @media screen and (max-width: 750px) {
        .footer .inner .col {
          width: 50%; } }
      .footer .inner .col * {
        color: #fff; }
      .footer .inner .col h3 {
        margin: 20px 0; }
      .footer .inner .col a {
        text-decoration: none; }
        .footer .inner .col a:hover {
          text-decoration: underline; }

.sources-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 99999; }
  .sources-overlay .box {
    max-width: 600px;
    height: 500px;
    overflow: scroll;
    background-color: #FFF;
    box-shadow: #444 1px 1px 30px;
    margin: auto;
    border-radius: 5px;
    cursor: default; }
    .sources-overlay .box .inner {
      padding: 20px; }
    .sources-overlay .box ol li {
      list-style-type: decimal;
      margin-left: 1.5em; }
      .sources-overlay .box ol li li {
        list-style-type: lower-alpha; }
    .sources-overlay .box li {
      margin: 10px 0; }
