* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

body {
  font-size: 16px;
  background-color: #000;
}

.img-fluid {
  max-width: 100%;
}

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

p {
  font-family: 'DINPro';
  font-weight: 300 !important;
}

.disclamer {
  font-family: 'DINPro';
  font-size: 12px !important;
  color: #999999 !important;
  padding-bottom: 1rem;
}

.top {
  background: url("../img/top_bg.png") center no-repeat;
  color: #FFF;
  padding-bottom: 4rem;
}

.top h1 {
  padding: 5rem 0 0;
  font-family: 'GeForce';
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}

.top p {
  margin-bottom: 2rem;
}

.top h1, .top p, .top img {
  padding-left: 4rem;
}

@media screen and (max-width: 1049px) {
  .top {
    background: url("../img/top_bg_mobile.png") top center no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top .top-content {
    padding: 24rem 2rem 2rem 0;
  }
  .top h1 {
    padding-top: 5rem;
    font-family: 'GeForce';
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
  }
}

.s2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/s2_bg.png") center no-repeat;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s2 .s2-content {
  padding: 12rem 4rem;
}

.s2 .s2-content h2 {
  color: #76b900;
  font-family: 'GeForce';
  font-size: 36px;
  margin-bottom: 1rem;
  line-height: 1;
}

.s2 .s2-content p {
  color: #FFF;
}

@media screen and (max-width: 1049px) {
  .s2 {
    background: url("../img/s2_bg_mobile.png") top center no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s2 .s2-content {
    padding: 30rem 4rem 4rem;
  }
  .s2 .s2-content h2 {
    font-size: 32px;
  }
}

.s3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/s3_bg.png") top center no-repeat;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s3 .s3-content {
  padding: 9rem 4rem 9rem;
}

.s3 .s3-content h2 {
  color: #76b900;
  font-family: 'GeForce';
  font-size: 36px;
  margin-bottom: 1rem;
  line-height: 1;
}

.s3 .s3-content p {
  color: #FFF;
}

@media screen and (max-width: 1049px) {
  .s3 {
    background: url("../img/s3_bg_mobile.png") top center no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s3 .s3-content {
    padding: 30rem 4rem 4rem;
  }
  .s3 .s3-content h2 {
    font-size: 32px;
  }
}

.s4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/s4_bg.png") top center no-repeat;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s4 .s4-content {
  padding: 9rem 4rem 9rem;
}

.s4 .s4-content h2 {
  color: #FFF;
  font-family: 'GeForce';
  font-size: 36px;
  margin-bottom: 1rem;
  line-height: 1;
}

.s4 .s4-content h2 span {
  font-size: 21px;
}

.s4 .s4-content p {
  color: #FFF;
}

@media screen and (max-width: 1049px) {
  .s4 {
    background: url("../img/s4_bg_mobile.png") top center no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s4 .s4-content {
    padding: 30rem 4rem 4rem;
  }
  .s4 .s4-content h2 {
    font-size: 32px;
  }
}

.s5 {
  background: url("../img/s5_bg.png");
  text-align: center;
}

.s5 h2 {
  color: #FFF;
  font-family: 'GeForce';
  font-size: 36px;
  line-height: 1;
  padding-top: 3rem;
}

.s5 h2 span {
  font-size: 21px;
}

.s5 p {
  margin-top: 1rem;
  color: #FFF;
  font-size: 16px;
}

.s5 img {
  margin-top: 1rem;
}

@media screen and (max-width: 1049px) {
  .s5 {
    background: url("../img/s5_bg_mobile.png") top no-repeat;
  }
  .s5 h2 {
    padding-top: 30rem;
    font-size: 32px;
  }
  .s5 h2 span {
    font-size: 18px;
  }
  .s5 h2, .s5 p, .s5 img {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.s6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/s6_bg.png") top center no-repeat;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s6 .s6-content {
  padding: 9rem 4rem 9rem;
}

.s6 .s6-content h2 {
  color: #76b900;
  font-family: 'GeForce';
  font-size: 36px;
  margin-bottom: 1rem;
  line-height: 1;
}

.s6 .s6-content h2 span {
  font-size: 21px;
  color: #FFF;
}

.s6 .s6-content p {
  color: #FFF;
}

@media screen and (max-width: 1049px) {
  .s6 {
    background: url("../img/s6_bg_mobile.png") top center no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s6 .s6-content {
    padding: 30rem 4rem 4rem;
  }
  .s6 .s6-content h2 {
    font-size: 32px;
  }
}

.s7 {
  color: #FFF;
  text-align: center;
}

.s7 h2 {
  text-transform: uppercase;
  font-family: 'GeForce';
  font-weight: 600;
  font-size: 38px;
  color: #FFF;
  padding: 1rem;
}

.s7 h3 {
  text-transform: uppercase;
  font-family: 'GeForce';
  font-weight: 600;
  color: #76b900;
  font-size: 28px;
  margin-bottom: 1rem;
}

.s7 .product-wrapper {
  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;
  margin-bottom: 1rem;
}

.s7 .product {
  margin: 0 1.5rem 2rem;
}

.s7 .product img {
  margin-bottom: 1rem;
}

.s7 .product h4 {
  text-transform: uppercase;
  font-family: 'GeForce';
  color: #FFF;
  font-size: 18px;
  margin-bottom: 1rem;
}

.s7 .product .price {
  font-family: 'GeForce';
  font-weight: 600 !important;
  color: #FFF;
  font-size: 24px;
  margin-bottom: 1.5rem;
}

.s7 .product .cta {
  font-family: 'GeForce';
  text-decoration: none;
  font-weight: 600;
  color: #FFF;
  background-color: #76b900;
  padding: 10px 24px;
}

footer {
  text-align: center;
}

footer img {
  margin-bottom: 3rem;
}

footer .text {
  text-align: left;
  color: #666666;
  font-size: 12px;
  margin: 0 7rem 1rem;
}

@media screen and (max-width: 1024px) {
  footer .text {
    margin: 0 2rem 1rem;
  }
}
