* {
  font-family: 'Montserrat';
  color: #ffffff;
  line-height: 1;
}

.secondary {
  color: #BABDBE;
}

.bold {
  font-weight: bold;
}

.rs-icons {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  margin: 0 5px;
}

.show {
  display: none;
}

.page__body {
  background-color: #1A2142;
  margin: 0;
}

.page__logo {
  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;
}

.page__logo img {
  margin: 60px auto 50px auto;
  opacity: 1;
  width: 150px;
}

.page__content--wrapper {
  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;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: -1;
}

.page__content--mask {
  position: absolute;
  background: #1A2142;
  bottom: -9px;
  width: 100%;
  height: 20px;
  z-index: 4;
}

.page__content--back {
  position: absolute;
  color: #BABDBE;
  opacity: 0.3;
  font-family: 'Exo2';
  font-size: 12px;
  white-space: nowrap;
  font-weight: 300;
  top: -2px;
  left: 0;
  bottom: 9px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
  margin-top: 11px;
}

.page__content--title {
  font-size: 73px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0;
  letter-spacing: -6px;
}

.page__content--progress {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #BABDBE;
  padding: 6px 10px;
  border-radius: 4px;
  margin: 50px auto;
}

.page__content--progress p {
  margin: 0;
}

.page__content--progress #in-dev {
  font-size: 16px;
  text-transform: uppercase;
  color: #BABDBE;
}

.page__content--progress #soon {
  font-size: 21.5px;
  text-transform: uppercase;
  color: #BABDBE;
}

.page__footer {
  font-size: 15px;
  color: #BABDBE;
  text-align: center;
}

.page__footer * {
  line-height: 1.5;
}

.page__footer--title {
  font-weight: bold;
  color: #BABDBE;
  margin: 0 0 5px 0;
}

.page__footer--address {
  margin: 0 0 5px 0;
}

.page__footer--infos {
  font-weight: 300;
}

.page__footer--socials {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page__footer--socials a {
  text-decoration: none;
  cursor: pointer;
}

.show-on-mobile {
  display: none;
}

.hide-on-mobile {
  display: block;
}

@media (min-width: 900px) {
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  .page__logo img {
    width: 140px;
    margin: 40px auto 120px auto;
  }
  .page__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page__footer * {
    line-height: 1.5;
  }
  .page__footer--title, .page__footer--address, .page__footer--contact {
    font-size: 10px;
  }
  .page__footer--title {
    display: inline;
    margin: 3px 0 0 0;
  }
  .page__footer--address {
    display: inline;
  }
  .page__footer--address .show-on-mobile {
    display: none;
  }
  .page__footer--infos {
    display: inline;
  }
  .page__footer--contact {
    display: inline;
  }
  .page__footer--socials {
    display: inline;
    margin: 0 0 0 40px;
  }
  .page__content--back {
    font-size: 18.4px;
    line-height: 22px;
    margin-top: 21px;
  }
  .page__content--mask {
    height: 17px;
    bottom: 0;
  }
  .page__content--title {
    font-size: 119px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: -6px;
  }
  .page__content--progress #in-dev {
    font-size: 10px;
    text-transform: uppercase;
  }
  .page__content--progress #soon {
    font-size: 13.5px;
    text-transform: uppercase;
  }
  __logo {
    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;
  }
  __logo img {
    margin: 60px auto 50px auto;
    opacity: 0.7;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url(fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat';
  src: url(fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url(fonts/Montserrat/Montserrat-Black.ttf) format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: 'Montserrat';
  src: url(fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'Exo2';
  src: url(fonts/Exo_2/Exo2-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: 'Exo2';
  src: url(fonts/Exo_2/Exo2-Bold.otf);
  font-weight: bold;
}

.marquee {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

.marquee span.animated {
  display: inline-block;
  -webkit-animation: marquee 100s linear infinite;
          animation: marquee 100s linear infinite;
}

.marquee2 span.animated {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
/*# sourceMappingURL=index.css.map */