* {
  word-wrap: break-word;
  box-sizing: border-box; }

html {
  font-size: 16px; }

body, h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

button {
  display: inline-block;
  border: none;
  outline: none;
  background: #fff;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input {
  display: inline-block;
  border: none;
  outline: none;
  background: #fff;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'Armata';
  src: url("fonts/Armata/Armata-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BreeSerif-Regular';
  src: url("fonts/BreeSerif/BreeSerif-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Regular';
  src: url("fonts/Lato/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Light';
  src: url("fonts/Lato/Lato-Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Bold';
  src: url("fonts/Lato/Lato-Bold.ttf"); }
@font-face {
  font-family: 'Lato-Black';
  src: url("fonts/Lato/Lato-Black.ttf"); }
@font-face {
  font-family: 'Norwester';
  src: url("fonts/Norwester/Norwester.ttf");
  font-weight: normal;
  font-style: normal; }
.clear {
  clear: both; }

.container {
  max-width: 1920px;
  margin: 0 auto; }

.btn {
  display: inline-block;
  padding: 12px 44px;
  font-family: 'Lato-Regular', sans-serif;
  color: #414141;
  background: #fff;
  border: 3px solid #ffac08;
  font-size: 14px;
  transition: all 0.2s; }
  .btn:hover {
    color: #fff;
    background: #ffac08; }

header.homepage {
  position: relative;
  text-align: center;
  padding: 40px 34px;
  z-index: 1;
  background: #fff; }
  header.homepage .logo {
    max-width: 186px; }
  header.homepage .btn {
    display: inline-block;
    padding: 12px 44px;
    font-family: 'Lato-Regular', sans-serif;
    color: #414141;
    background: #fff;
    border: 3px solid #ffac08;
    font-size: 14px;
    transition: all 0.2s; }
    header.homepage .btn:hover {
      color: #fff;
      background: #ffac08; }
  header.homepage nav {
    margin-top: 50px; }
    header.homepage nav a {
      display: block;
      color: #000;
      padding: 10px 0;
      text-transform: uppercase;
      font-family: 'Lato-Regular', sans-serif;
      font-size: 17px; }
    header.homepage nav .login-btn {
      border: 3px solid #ffac08;
      padding: 10px 46px; }
  @media (min-width: 1255px) {
    header.homepage {
      padding: 17px 34px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      background: #fff; }
      header.homepage .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      header.homepage nav {
        margin-top: 0;
        max-width: 1096px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        header.homepage nav a {
          font-size: 18px;
          margin-right: 40px;
          border-bottom: 3px solid transparent;
          transition: all 0.2s; }
          header.homepage nav a:last-child {
            margin-right: 0; }
          header.homepage nav a:hover {
            border-bottom: 3px solid #ffac08;
            color: #ffac08; } }

.countdown {
  border: 3px solid #ffac08;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 23px 10px;
  text-align: center; }
  .countdown__title {
    color: #262626;
    font-family: "Raleway", sans-serif;
    font-size: 20px; }
  .countdown__timer {
    margin-top: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .countdown__time {
    text-align: center;
    margin: 0 4px; }
    .countdown__time > div {
      position: relative;
      font-family: "Armata";
      font-weight: bold;
      color: #b5b3b4;
      background: #1f1f1f;
      font-size: 25px;
      padding: 7px 9px;
      border-radius: 5px;
      box-shadow: 0px 0px 4px #000;
      width: 65px; }
      .countdown__time > div span {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 3px;
        background: #000;
        transform: translateY(-50%); }
        .countdown__time > div span::before {
          position: absolute;
          content: "";
          background: #fff;
          height: 3px;
          width: 3px;
          left: 0; }
        .countdown__time > div span::after {
          position: absolute;
          content: "";
          background: #fff;
          height: 3px;
          width: 3px;
          right: 0; }
    .countdown__time > span {
      display: inline-block;
      font-family: "Lato-Regular";
      font-weight: bold;
      color: #b5b3b4;
      font-size: 10px;
      margin-top: 7px; }
  .countdown__bonus {
    color: #ffac08;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 12px; }

.scrollmagic-pin-spacer {
  width: 0 !important; }

.iphone {
  display: inline-block;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  max-width: 280px; }
  .iphone__video-container {
    max-width: 280px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 70px 30px 18px; }
  .iphone__video {
    width: 100%; }
  .iphone img {
    max-width: 280px; }
  .iphone#iphoneDesktop {
    display: none; }
  @media (min-width: 1255px) {
    .iphone {
      display: block;
      text-align: center;
      position: absolute;
      bottom: -380px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      .iphone#iphoneDesktop {
        display: block; }
      .iphone#iphoneMobile {
        display: none; }
      .iphone__video-container {
        max-width: 300px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 70px 30px 18px; } }
  @media (min-width: 1500px) {
    .iphone {
      max-width: 320px; }
      .iphone__video-container {
        max-width: 320px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 70px 30px 18px; }
      .iphone__video {
        width: 100%; }
      .iphone img {
        max-width: 320px; } }

.formula {
  margin-top: 60px;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 60px; }
  .formula__top {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .formula__top img {
      max-width: 23px; }
    .formula__top > div {
      position: relative; }
    .formula__top__text {
      position: relative;
      bottom: 12px;
      left: 12px; }
  .formula__top__text {
    font-family: "Lato-Light";
    color: #595959;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.6s 1s; }
    .formula__top__text.visible {
      opacity: 1; }
  .formula__track {
    background: #d6d6d6;
    width: 100%;
    height: 14px;
    border-radius: 10px;
    position: relative; }
  .formula__stripe {
    position: relative;
    height: 100%;
    width: 0;
    border-radius: 10px;
    transition: width 1s;
    background: repeating-linear-gradient(45deg, #ffac08, #ffac08 10px, #fec451 10px, #fec451 20px); }
    .formula__stripe:after {
      content: url("../img/formula/formula.png");
      position: absolute;
      right: -45px;
      top: -25px;
      transform: scale(0.65); }
  .formula__stripe.formula--move {
    width: 50%; }
  .formula__bottom {
    position: absolute;
    left: 0;
    bottom: -70px;
    color: #595959;
    font-size: 14px; }
    .formula__bottom p {
      font-family: "Lato-Regular"; }
    .formula__bottom span {
      font-family: "Lato-Light"; }
    .formula__bottom__left {
      width: 75px; }
    .formula__bottom__right {
      width: 95px; }
  @media (min-width: 375px) {
    .formula__top__text {
      position: relative;
      bottom: 0;
      left: 0; }
    .formula__bottom {
      bottom: -60px; }
      .formula__bottom__left {
        width: 75px; }
      .formula__bottom__right {
        width: 95px; } }

footer {
  position: relative;
  z-index: 1;
  padding: 20px 20px 40px;
  background: #fff;
  text-align: center; }
  footer .logo-2 {
    max-width: 100px;
    margin-top: 8px; }
  footer .copy {
    font-family: 'Lato-Bold';
    font-size: 16px;
    color: #ffac08;
    letter-spacing: 1.1px;
    margin-top: 24px; }
  footer .social {
    margin-top: 32px;
    text-align: center; }
    footer .social a {
      display: inline-block;
      margin: 7px;
      max-width: 50px; }
  @media (min-width: 960px) {
    footer .social a {
      transition: transform 0.2s; }
      footer .social a:hover {
        transform: scale(1.1); } }

.section-one {
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 1; }
  .section-one h1 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #262626;
    font-size: 32px;
    font-size: 7vmin; }
  .section-one p {
    color: #868686;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-top: 21px; }
  .section-one .btn-square {
    text-transform: uppercase; }
  .section-one .right {
    text-align: center;
    position: relative; }
  .section-one .btn {
    margin: 10px; }
  .section-one .buttons {
    margin-top: 45px;
    text-align: center; }
  .section-one .social {
    margin-top: 50px;
    text-align: center; }
    .section-one .social a {
      display: inline-block;
      margin: 5px;
      max-width: 50px; }
  .section-one .bottom-svg {
    display: none; }
  @media (min-width: 1255px) {
    .section-one .container {
      min-height: 80vh;
      padding-top: 95px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
    .section-one h1 {
      font-size: 47px; }
    .section-one p {
      font-size: 21px;
      line-height: initial;
      max-width: 590px; }
    .section-one .btn {
      margin-right: 30px; }
    .section-one .buttons {
      margin-top: 45px;
      text-align: left; }
    .section-one .social {
      margin-top: 55px;
      text-align: left; }
      .section-one .social a {
        margin: 10px; }
    .section-one .left {
      max-width: 900px;
      width: 100%;
      padding: 0 20px 0 80px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .section-one .right {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .section-one .social a {
      transition: transform 0.2s; }
      .section-one .social a:hover {
        transform: scale(1.1); }
    .section-one .bottom-svg {
      display: block;
      position: absolute;
      z-index: 0;
      bottom: -10vw;
      left: 0;
      width: 100%;
      height: 10vw;
      z-index: -1;
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px); } }

.section-two {
  position: relative;
  padding: 70px 20px;
  background: #242932;
  background: -moz-linear-gradient(top, #242932 0%, #151a22 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #242932), color-stop(100%, #151a22));
  background: -webkit-linear-gradient(top, #242932 0%, #151a22 100%);
  background: -o-linear-gradient(top, #242932 0%, #151a22 100%);
  background: -ms-linear-gradient(top, #242932 0%, #151a22 100%);
  background: linear-gradient(to bottom, #242932 0%, #151a22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242932', endColorstr='#151a22', GradientType=0 );
  color: #fff; }
  .section-two h2 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 28px;
    line-height: 57px;
    border-bottom: 3px solid #ffac08; }
  .section-two p {
    font-family: 'Lato-Light';
    font-size: 17px;
    line-height: 20px;
    margin-top: 22px; }
  .section-two .text {
    margin-top: 28px; }
  .section-two .box {
    text-align: center;
    padding: 0 30px;
    margin-top: 50px; }
    .section-two .box img {
      max-width: 60px; }
    .section-two .box__title {
      font-family: 'Lato-Bold', sans-serif;
      text-transform: uppercase;
      margin-top: 26px; }
    .section-two .box__text {
      font-family: 'Lato-Light';
      font-size: 16px;
      line-height: 19px;
      margin-top: 26px; }
  .section-two .right {
    text-align: center;
    position: relative; }
  @media (min-width: 1255px) {
    .section-two {
      padding: 0 20px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .section-two .container {
        min-height: 100vh;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
      .section-two .left {
        max-width: 900px;
        width: 100%;
        padding: 0 20px 0 80px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .section-two .right {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .section-two .boxes {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
      .section-two .iphone {
        bottom: 0; } }

.section-three {
  position: relative;
  padding: 70px 20px 20px;
  background: #fff;
  z-index: 1; }
  .section-three__title {
    margin-top: 47px;
    font-family: 'Lato-Regular';
    font-size: 23px;
    text-align: center; }
  .section-three .countdown {
    border: none;
    margin-top: 55px; }
  .section-three .countdown__time div {
    font-size: 22px;
    border-radius: 2px;
    width: 45px;
    padding: 5px 0px; }
  .section-three .countdown__time > span {
    margin-top: 2px; }
  .section-three .countdown__bonus {
    font-size: 22px;
    margin-top: 25px; }
  .section-three .buttons {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    margin-top: 55px; }
  .section-three .btn {
    margin: 5px; }
  .section-three .top-svg {
    display: none; }
  @media (min-width: 450px) {
    .section-three .buttons {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }
  @media (min-width: 1255px) {
    .section-three {
      margin-top: 112vh; }
      .section-three__title {
        margin-top: 80px; }
      .section-three .top-svg {
        display: block;
        position: absolute;
        z-index: 0;
        top: -10vw;
        left: 0;
        width: 100%;
        height: 10vw;
        z-index: -1;
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px); } }

.section-four {
  position: relative;
  padding: 20px;
  padding-bottom: 100px;
  overflow: hidden;
  background: #fff;
  z-index: 1; }
  .section-four__title {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    font-family: 'Lato-Regular';
    font-size: 23px;
    text-align: center; }
  .section-four .slick-disabled {
    visibility: hidden;
    opacity: 0; }
  .section-four .roadmap {
    padding: 66px 10px 10px;
    margin-top: 35px;
    text-align: center;
    min-height: 222px; }
    .section-four .roadmap-arrow {
      position: absolute;
      top: 0;
      cursor: pointer;
      transition: all 0.3s; }
    .section-four .roadmap-arrow-left {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 20px 10px 0;
      border-color: transparent #ffac08 transparent transparent;
      left: 10px; }
    .section-four .roadmap-arrow-right {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 20px;
      border-color: transparent transparent transparent #ffac08;
      right: 10px; }
    .section-four .roadmap__box {
      display: inline-block;
      position: relative;
      padding: 10px;
      width: 296px;
      text-align: center;
      font-family: 'Norwester';
      user-select: none;
      outline: none;
      margin: 0 -4.5px; }
      .section-four .roadmap__box p {
        color: #262626;
        font-size: 23px; }
      .section-four .roadmap__box span {
        display: inline-block;
        color: #717171;
        font-size: 18px; }
      .section-four .roadmap__box--bottom {
        border-bottom: 8px solid #ffac08;
        border-left: 8px solid #ffac08;
        border-right: 8px solid #ffac08;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        padding-bottom: 15px; }
        .section-four .roadmap__box--bottom .roadmap__info {
          bottom: -60px; }
      .section-four .roadmap__box--top {
        position: relative;
        bottom: 8px;
        border-top: 8px solid #ffac08;
        border-left: 8px solid #ffac08;
        border-right: 8px solid #ffac08;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding-top: 15px; }
        .section-four .roadmap__box--top .roadmap__info {
          top: -60px; }
      .section-four .roadmap__box:first-child::before {
        position: absolute;
        content: "";
        border-top: 8px solid #ffac08;
        border-right: 8px solid #ffac08;
        border-top-right-radius: 30px;
        width: 100%;
        height: 30px;
        right: 100%;
        top: -25px; }
      .section-four .roadmap__box:last-child::before {
        position: absolute;
        content: "";
        border-top: 8px solid #ffac08;
        border-left: 8px solid #ffac08;
        border-top-left-radius: 30px;
        width: 100%;
        height: 30px;
        left: 100%;
        top: -25px; }
    .section-four .roadmap .roadmap__info {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: 'Lato-Regular';
      font-size: 21px;
      color: #414141; }

.section-five {
  position: relative;
  z-index: 1;
  padding: 35px 20px 45px;
  background: #242932;
  background: -moz-linear-gradient(top, #242932 0%, #151a22 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #242932), color-stop(100%, #151a22));
  background: -webkit-linear-gradient(top, #242932 0%, #151a22 100%);
  background: -o-linear-gradient(top, #242932 0%, #151a22 100%);
  background: -ms-linear-gradient(top, #242932 0%, #151a22 100%);
  background: linear-gradient(to bottom, #242932 0%, #151a22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242932', endColorstr='#151a22', GradientType=0 ); }
  .section-five__title {
    text-align: center; }
    .section-five__title span {
      display: inline-block;
      font-family: 'Lato-Bold';
      font-size: 24px;
      line-height: 42px;
      color: #fff;
      border-bottom: 3px solid #ffac08; }
  .section-five .team {
    margin-top: 30px;
    opacity: 0;
    transition: opacity 0.6s ease-in; }
    .section-five .team__row.elite {
      margin-bottom: 50px; }
      .section-five .team__row.elite img {
        max-width: 105px; }
    .section-five .team__row.slaves img {
      max-width: 85px;
      border-radius: 50%; }
    .section-five .team-member {
      text-align: center;
      padding: 20px;
      max-width: 355px;
      margin: 0 auto; }
    .section-five .team-member__title {
      font-family: 'Lato-Bold';
      text-transform: uppercase;
      color: #fff;
      font-size: 18px;
      letter-spacing: 0.5px;
      margin-top: 10px; }
    .section-five .team-member__subtitle {
      font-family: 'Lato-Bold';
      text-transform: uppercase;
      color: #ffac08;
      font-size: 14px;
      margin-top: 6px; }
    .section-five .team-member__text {
      font-family: 'Lato-Light';
      font-size: 14px;
      letter-spacing: 0.5px;
      color: #bdbdbd;
      margin-top: 20px;
      line-height: 15px; }
    .section-five .team.fade-in {
      opacity: 1; }
  @media (min-width: 960px) {
    .section-five .team__row {
      max-width: 960px;
      margin: 0 auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }

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