
/* --- HERO SECTION --- */
.section-hero {
  color: #fff;
  padding: 188px 0 200px;
  background-image: url(../img/bg-technology-verified-bottom.svg), url(../img/bg-hero.jpg);
  background-position: center bottom, center top;
  background-repeat: no-repeat;
  background-size: contain, cover;
  font-size: 15px;
  margin-bottom: 140px;
}
.section-hero .container {
  display: flex;
  flex-direction: column;
}
.section-hero h1 {
  font-size: 96px;
  color: #fff;
  margin-bottom: 34px;
  font-weight: 700;
}
.section-hero .left {
  float: left;
  width: 40%;
}
.section-hero .left .description {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}
.section-hero .right {
  float: left;
  width: 60%;
  text-align: right;
  padding: 0 15px;
}
.section-hero .right img {
  margin-bottom: 15px;
}
.section-hero .right p {
  max-width: 100%;
  width: 550px;
  float: right;
  text-align: center;
}
.section-hero p {
  margin-bottom: 35px;
}
.section-hero .browsers{
  margin-bottom: 32px;
}
.section-hero .browsers a {
  margin-right: 20px;
}
.section-hero .btn {
  margin-right: 10px;
  padding: 24px 55px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .section-hero {
    margin-bottom: 50px;
    padding: 150px 0;
  }
  .section-hero h1 {
    font-size: 70px;
  }
  .section-hero .left {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }
  .section-hero .right {
    float: none;
    width: 100%;
  }
  .section-hero .left .description {
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .section-hero .btn {
    margin: 0 5px 10px;
    padding: 14px 30px;
    font-size: 14px;
  }
  .section-hero .right img {
    margin-bottom: 15px;
    margin-left: 1.5vw;
  }
}

/* --- SECTION 1 --- */
.section-1 {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 100px;
}
.section-1 h1 {
  font-size: 43px;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-1 {
    font-size: 20px;
  }
  .section-1 h1 {
    font-size: 28px;
    line-height: 1em;
  }
}
/* --- SECTION 2 --- */
.section-2 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 100px;
  background-image: url(../img/bg-section-2.png);
  background-position: right 46%;
  background-size: 53% 79%;
  background-repeat: no-repeat;
  line-height: 1.7em;
  margin-bottom: 100px;
}
.section-2 h2 {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 40px;
}
.section-2 h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 5px;
  max-width: 400px;
}
.section-2 .left {
  width: 48%;
  float: left;
  padding-top: 80px;
}
.section-2 .right {
  width: 35%;
  float: right;
  margin-right: 10%;
}
.section-2 .brands {
  margin-top: 50px;
  text-align: center;
}
.section-2 .brands img {
  margin: 15px 30px;
}
@media (max-width: 991px) {
  .section-2 {
    padding-top: 40px;
    font-size: 16px;
    margin-bottom: 40px;
    background-image: none;
  }
  .section-2 .left {
    width: 100%;
    float: none;
  }
  .section-2 .right {
    width: 100%;
    float: none;
    max-width: 250px;
    margin: 0 auto;
  }
  .section-2 h2 {
    font-size: 20px;
  }
  .section-2 h3 {
    font-size: 20px;
  }
  .section-2 .brands {
    margin-top: 20px;
  }
  .section-2 .brands img {
    margin: 5px;
    max-width: 40px;
  }
}
/* --- SECTION 3 --- */
.section-3 {
  text-align: center;
  margin-bottom: 120px;
}
.section-3 h2 {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 40px;
  max-width: 930px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-3 {
    margin-bottom: 80px;
  }
  .section-3 h2 {
    font-size: 28px;
    line-height: 1.1em;
  }

}
/* --- SECTION 4 --- */
.section-4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-top: 250px;
  background-image: url(../img/bg-section-4-top.svg), url(../img/bg-section-4-bottom.svg), url(../img/bg-section-4.jpg);
  background-position: center top, center bottom, center center;
  background-size: contain, contain, cover;
  background-repeat: no-repeat;
  line-height: 1.7em;
  margin-bottom: 200px;
}
.section-4 h2 {
  font-size: 100px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
  max-width: 850px;
}
.section-4 .description {
  margin-bottom: 60px;
}
.section-4 .item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin: 30px 0 0;
}
.section-4 h3 {
  font-size: 80px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.section-4 h3::after {
  content:'';
  display: block;
  width: 80px;
  height: 2px;
  background-color: #62a53b;
  margin-top: 15px;
}
.section-4 .item p {
  max-width: 245px;
  color: #b4b4b4;
  font-weight: 700;
}
.section-4 .panel {
  background-color: #fff;
  background-image: url(../img/qoute.svg);
  background-position: 88% center;
  background-size: 170px 135px;
  background-repeat: no-repeat;
  border-radius: 15px;
  clear: both;
  margin: auto;
  padding: 80px 100px;
  color: #616161;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
  margin-top: 140px;
  box-shadow: 0 0 50px #2b2b2b29;
}
.section-4 .panel>* {
  max-width: 600px;
}
.section-4 .author {
  color: #b7b7b7;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .section-4 {
    font-size: 16px;
    padding: 60px 0;
    background-color: #373737;
    background-image: none;
    min-height: 0;
    margin-bottom: 80px;
  }
  .section-4 h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .section-4 .item {
    width: 100%;
    float: none;
    margin: 30px 0;
  }
  .section-4 h3 {
    font-size: 40px;
    margin-bottom: 4px;
  }
  .section-4 h3::after {
    margin-top: 4px;
  }
  .section-4 .item p {
    max-width: 100%;
  }
  .section-4 .panel {
    margin-top: 60px;
    font-size: 18px;
    padding: 30px 30px;
    line-height: 1.2em;
  }
  .section-4 .author {
    font-size: 16px;
    margin-top: 20px;
  }
}
/* --- SECTION 5 --- */
.section-5 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7em;
}
.section-5 h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
}
.section-5 h3 {
  font-size: 24px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
  max-width: 730px;
}
.section-5 p {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-5 {
    font-size: 16px;
  }
  .section-5 h2 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .section-5 h3 {
    font-size: 18px;
  }
}
/* --- SECTION 6 --- */
.section-6 {
  padding-top: 200px;
  background-image: url(../img/bg-section-6.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50% auto;
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 150px;
}
.section-6 h2 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
  max-width: 740px;
  padding: 0 15px;
}
.section-6 .left {
  float: left;
  width: 60%;
}
.section-6 .right {
  float: left;
  width: 37%;
  padding-top: 25px;
}
.section-6 h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
}
.section-6 p {
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .section-6 {
    padding-top: 80px;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 80px;
    background-image: none;
  }
  .section-6 h2 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .section-6 .left {
    float: none;
    width: 100%;
  }
  .section-6 .right {
    float: none;
    width: 100%;
  }
  .section-6 h3 {
    font-size: 24px;
    line-height: 1.1em;
  }
}
/* --- SECTION 7 --- */
.section-7 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 300px 0 200px;
  background-image: url(../img/bg-section-7.jpg);
  background-position: center;
  background-size: 1920px auto;
  min-height: 1070px;
  background-repeat: no-repeat;
  line-height: 1.7em;
  margin: 0 0 80px;
}
.section-7 h2 {
  font-size: 58px;
  color: #fff;
  margin-bottom: 70px;
  font-weight: 700;
  max-width: 850px;
}
.section-7 .item {
  width: 28%;
  float: left;
  padding: 0 15px;
  margin: 0 0 30px;
}
.section-7 h3 {
  font-size: 80px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.section-7 h3::after {
  content:'';
  display: block;
  width: 80px;
  height: 2px;
  background-color: #62a53b;
  margin-top: 15px;
}
.section-7 .item p {
  max-width: 220px;
  color: #b4b4b4;
  font-weight: 700;
}
@media (max-width: 991px) {
  .section-7 {
    font-size: 18px;
    padding: 80px 0 60px;
    background-image: none;
    background-color: #4b5054;
    min-height: 0;
    line-height: 1.4em;
    margin: 0 0 80px;
  }
  .section-7 h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .section-7 h3 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .section-7 .item {
    width: 100%;
    float: none;
  }
  .section-7 .item p {
    max-width: 100%;
  }
}
/* --- SECTION 8 --- */
.section-8 {
  font-size: 36px;
  font-weight: 500;
  padding: 120px 0 100px;
  background-image: url(../img/bg-section-8.png);
  background-position: 5% center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1.3em;
  margin-bottom: 150px;
}
.section-8 h2 {
  font-size: 77px;
  margin-bottom: 70px;
  font-weight: 700;
  max-width: 700px;
}
@media (max-width: 991px) {
  .section-8 {
    font-size: 20px;
    margin-bottom: 80px;
    padding: 0;
    background-image: none;
  }
  .section-8 h2 {
    font-size: 42px;
    margin-bottom: 40px;
  }
}
/* --- SECTION 9 --- */
.section-9 {
  font-size: 18px;
  font-weight: 500;
  padding: 30px 0 80px;
  background-image: url(../img/bg-section-9.png);
  background-position: -5% center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1.7em;
  margin-bottom: 100px;
}
.section-9 h2 {
  font-size: 42px;
  margin-bottom: 70px;
  font-weight: 700;
  max-width: 1000px;
  line-height: 1.4em;
}
.section-9 .left {
  width: 54%;
  float: left;
  padding-right: 30px;
}
.section-9 .right {
  width: 45%;
  float: left;
}
.section-9 img {
  border-radius: 10px;
  box-shadow: 0 0 30px #2b2b2b29;
}
.section-9 p {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-9 {
    font-size: 16px;
    line-height: 1.4em;
    padding: 70px 0;
    background-color: #f6f6f9;
    background-image: none;
    margin: 0;
  }
  .section-9 h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .section-9 .left {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .section-9 .right {
    width: 100%;
    float: none;
  }
  .section-9 p {
    margin: 0 0 15px;
  }
}
/* --- SECTION 10 --- */
.section-10 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding: 15vw 0;
  background-image: url(../img/bg-section-10-top.svg), url(../img/bg-section-10-bottom.svg), url(../img/bg-section-10.jpg);
  background-position: center top, center bottom, center top;
  background-size: contain, contain, cover;
  background-repeat: no-repeat;
  line-height: 1.7em;
}
.section-10 h3 {
  font-size: 44px;
  margin-bottom: 70px;
  font-weight: 700;
  max-width: 1000px;
  margin: 0 auto 50px;
  line-height: 1.2;
}
.section-10 h4 {
  font-size: 36px;
  font-weight: 700;
  margin: 50px auto 180px;
}
.section-10 h5 {
  max-width: 820px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 500;
}
.section-10 .left {
  width: 55%;
  float: left;
  text-align: left;
  padding-right: 30px;
}
.section-10 .right {
  width: 45%;
  float: left;
  text-align: left;
}
.section-10 h2 {
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
.section-10 p {
  margin-bottom: 15px;
}
.section-10 .btn {
  float: left;
  margin: 15px 30px 15px 0;
  padding: 18px 40px;
  font-size: 16px;
}
.section-10 .button-description {
  float: left;
  font-size: 16px;
  max-width: 220px;
  color: #9c9c9c;
  line-height: 1.4em;
  margin: 20px 0 0;
}

@media (max-width: 991px) {
  .section-10 {
    font-size: 16px;
    background-image: none;
    background-color: #2a2a2a;
    padding: 80px 0;
  }
  .section-10 h3 {
    font-size: 22px;
  }
  .section-10 h4 {
    font-size: 24px;
    margin: 40px auto 40px;
  }
  .section-10 h5 {
    font-size: 18px;
  }
  .section-10 .left {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
  .section-10 .left img {
    max-width: 300px;
    margin: 0 auto;
  }
  .section-10 .right {
    width: 100%;
    float: none;
  }
  .section-10 h2 {
    font-size: 28px;
    margin: 30px 0 15px;
  }
  .section-10 .btn {
    margin-bottom: 10px;
  }
}
/* --- SECTION 11 --- */
.section-11 {
  background-image: url(../img/bg-section-11.png);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 500;
  padding: 15vw 0;
  line-height: 1.7em;
}
.section-11 h2 {
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1.2;
}
.section-11 .left {
  width: 50%;
  float: left;
}
.section-11 .right {
  width: 50%;
  float: left;
  text-align: left;
  padding-top: 120px;
}
.section-11 p {
  margin-bottom: 20px;
}
.section-11 .btn {
  float: left;
  margin-right: 30px;
  padding: 14px 30px;
}
.section-11 .button-description {
  float: left;
  font-size: 16px;
  max-width: 220px;
  color: #868686;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .section-11 {
    font-size: 16px;
    background-image: none;
  }
  .section-11 h2 {
    font-size: 36px;
    line-height: 1.1em;
  }
  .section-11 .left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .section-11 .right {
    width: 100%;
    float: none;
    padding-top: 50px;
  }
  .section-11 .btn {
    margin-bottom: 10px;
  }
}
/* --- SECTION 12 --- */
.section-12 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 100px;
}
.section-12 h2 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
  max-width: 900px;
  margin: 0 auto 30px;
}
.section-12 .quote {
  position: relative;
  background-color: #393939;
  border-radius: 8px;
  padding: 50px 285px 50px 100px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7em;
  background-image: url(../img/quote-white.png);
  background-position: 30px 34px;
  background-repeat: no-repeat;
  max-width: 900px;
  margin: 0 auto;
}
.section-12 .quote img {
  position: absolute;
  top: -40px;
  right: -80px;
}
.section-12 .author {
  color: #b7b7b7;
  font-weight: 400;
}
.section-12 h2+p {
  max-width: 900px;
  margin: 0 auto 60px;
}
.section-12 .author {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .section-12 {
    font-size: 16px;
    padding-top: 60px;
    margin-bottom: 50px;
  }
  .section-12 h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .section-12 h2+p {
    margin: 0 auto 30px;
  }
  .section-12 .quote {
    padding: 40px;
  }
  .section-12 .quote img {
    position: relative;
    top: 0;
    right: 0;
    max-width: 150px;
    display: block;
    margin: 0 auto 20px;
  }

}
/* --- SECTION 13 --- */
.section-13 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7em;
  background-image: url(../img/bg-section-13.svg);
  background-size: contain;
  background-position: -12vw top;
  background-repeat: no-repeat;
}
.section-13 h2 {
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1.2em;
}
.section-13 .left {
  width: 45%;
  float: left;
  padding-top: 60px;
}
.section-13 .right {
  width: 48%;
  float: left;
  text-align: left;
}
.section-13 p {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .section-13 {
    font-size: 16px;
    padding-top: 60px;
    background-image: none;
  }
  .section-13 h2 {
    font-size: 26px;
  }
  .section-13 .left {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  .section-13 .left img {
    max-width: 250px;
    display: block;
    margin: 0 auto 30px;
  }
  .section-13 .right {
    width: 100%;
    float: none;
  }
}
/* --- SECTION 14 --- */
.section-14 {
  background-image: url(../img/bg-section-14.png);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 500;
  padding: 5vw 0;
  line-height: 1.7em;
  margin: 150px 0 50px;
}
.section-14 h2 {
  font-size: 58px;
  font-weight: 700;
  margin: 0;
  max-width: 700px;
  line-height: 1.2;
}
.section-14 .left {
  width: 47%;
  float: left;
  padding-top: 50px;
}
.section-14 .right {
  width: 50%;
  float: right;
  text-align: left;
  margin-top: -40px;
}
.section-14 p {
  margin-bottom: 20px;
}
.section-14 .btn {
  margin: 0 0 20px;
  padding: 16px 35px;
}
.section-14 .button-description {
  font-size: 16px;
  max-width: 220px;
  color: #868686;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .section-14 {
    margin: 60px 0 0;
    padding: 60px 0 80px;
    background-image: none;
    background-color: #f6f6f9;
    font-size: 16px;
    line-height: 1.6em;
  }
  .section-14 h2 {
    font-size: 32px;
    line-height: 1.1em;
    margin: 0 0 40px;
  }
  .section-14 .left {
    width: 100%;
    float: none;
  }
  .section-14 .right {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0;
  }
  .section-14 .right img {
    max-width: 350px;
  }
}
/* --- SECTION 14a --- */
.section-14a {
  background-image: url(../img/bg-section-9.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7em;
  margin: 150px 0 50px;
}
.section-14a h2 {
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 60px;
  max-width: 700px;
  line-height: 1.2;
}
.section-14a .left {
  width: 50%;
  float: left;
  padding-top: 150px;
}
.section-14a .right {
  width: 47%;
  float: left;
  text-align: left;
}
.section-14a p {
  margin-bottom: 20px;
}
.section-14a .btn {
  margin: 0 0 20px;
  padding: 14px 20px;
}
.section-14a .button-description {
  font-size: 16px;
  max-width: 220px;
  color: #868686;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .section-14a {
    margin: 0;
    padding: 80px 0 40px;
    background-image: none;
    font-size: 16px;
    line-height: 1.6em;
  }
  .section-14a h2 {
    font-size: 32px;
    line-height: 1.1em;
    margin: 0 0 40px;
  }
  .section-14a .left {
    width: 100%;
    float: none;
    margin: 0 0 40px;
    text-align: center;
    padding: 0;
  }
  .section-14a .left img {
    max-width: 350px;
  }
  .section-14a .right {
    width: 100%;
    float: none;
    margin: 0 0 40px
  }
}
/* --- SECTION 15 --- */
.section-15 {
  font-size: 18px;
  font-weight: 500;
  padding: 5vw 0;
  line-height: 1.7em;
  margin: 0 0 50px;
}
.section-15 h2 {
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 40px;
  max-width: 580px;
  line-height: 1.2;
  padding: 0 0 0 25px;
}
.section-15 img {
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 0 30px #2b2b2b29;
}
.section-15 p {
  margin-bottom: 20px;
  max-width: 590px;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .section-15 {
    font-size: 16px;
    margin: 0;
    padding: 60px 0;
  }
  .section-15 h2 {
    font-size: 36px;
    line-height: 1.1;
    padding: 0;
  }
  .section-15 p {
    padding: 0;
  }
}
/* --- SECTION 16 --- */
.section-16 {
  background-image: url(../img/bg-section-9.png);
  background-position: 2% top;
  background-size: auto 71%;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 500;
  padding: 150px 0;
  line-height: 1.7em;
  margin: 0 0 50px;
}
.section-16 h2 {
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 40px;
  max-width: 625px;
  line-height: 1.2;
}
.section-16 .left {
  width: 35%;
  float: left;
}
.section-16 .right {
  width: 55%;
  float: right;
  text-align: left;
  padding-top: 10px;
}
.section-16 p {
  margin-bottom: 20px;
}
.section-16 .btn {
  margin: 20px 0 20px;
  padding: 18px 45px;
}
.section-16 .button-description {
  font-size: 14px;
  max-width: 200px;
  color: #868686;
  line-height: 1.4em;
}
.section-16 .brands img {
  margin: 7px 30px;
}
@media (max-width: 991px) {
  .section-16 {
    font-size: 16px;
    background-image: none;
    background-color: #f6f6f9;
    padding: 60px 0;
    margin: 0;
    line-height: 1.4;
  }
  .section-16 h2 {
    font-size: 36px;
    line-height: 1.1;
    margin: 0 0 20px;
  }
  .section-16 .left {
    width: 100%;
    float: none;
  }
  .section-16 .right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .section-16 p {
    margin-bottom: 15px;
  }
  .section-16 .brands {
    margin-top: 20px;
  }
  .section-16 .brands img {
    margin: 4px;
    max-width: 60px;
  }
}
/* --- SECTION 17 --- */
.section-17 {
  background-image: url(../img/bg-section-14.png);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 500;
  padding: 5vw 0;
  line-height: 1.7em;
  margin: 0 0 100px;
}
.section-17 h2 {
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 40px;
  max-width: 700px;
  line-height: 1.2;
}
.section-17 .left {
  width: 45%;
  float: left;
}
.section-17 .right {
  width: 45%;
  float: right;
  text-align: center;
}
.section-17 p {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-17 {
    background-image: none;
    padding: 80px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.4em;
  }
  .section-17 h2 {
    font-size: 36px;
    line-height: 1.1;
  }
  .section-17 .left {
    width: 100%;
    float: none;
  }
  .section-17 .right {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .section-17 .right img {
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }
}
/* --- SECTION 18 --- */
.section-18 {
  background-image: url(../img/bg-section-18.jpg);
  background-position: -15vw top;
  background-size: 77vw auto;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 500;
  padding: 5vw 0 350px;
  line-height: 1.7em;
  margin: 0;
}
.section-18 h2 {
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 40px;
  max-width: 700px;
  line-height: 1.2;
}
.section-18 .right {
  width: 37%;
  margin-left: 60%;
}
.section-18 p {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-18 {
    background-color: #f6f6f9;
    background-image: none;
    padding: 80px 0;
    line-height: 1.4em;
    margin: 0;
    font-size: 16px;
  }
  .section-18 .right {
    width: 100%;
    margin-left: 0;
  }
  .section-18 h2 {
    font-size: 36px;
    margin: 0px 0 30px;
    line-height: 1.1;
  }
}
/* --- SECTION 19 --- */
.section-19 {
  background-image: url(../img/bg-section-14.png);
  background-position: right 60%;
  background-size: 60%;
  background-repeat: no-repeat;
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 0;
  line-height: 1.7em;
  margin: 0;
}
.section-19 h2 {
  font-size: 88px;
  font-weight: 700;
  margin: 0 auto 40px;
  max-width: 700px;
  line-height: 1.1em;
}
.section-19 h3 {
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 40px;
  max-width: 700px;
  line-height: 1.2;
}
.section-19 h4 {
  font-size: 42px;
  font-weight: 700;
  margin: 120px auto 40px;
  max-width: 900px;
  line-height: 1.2;
  text-align: center;
}
.section-19 .left {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.section-19 .right {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.section-19 ul li {
  list-style: none;
  margin-bottom: 25px;
  position: relative;
  padding-left: 38px;
}
.section-19 li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 4px;
  display: block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  line-height: 30px;
  background-color: #62a63b;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #62a63b;
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .section-19 {
    padding: 80px 0 0;
    background-image: none;
    font-size: 16px;
  }
  .section-19 h3 {
    font-size: 36px;
    margin: 0px 0 30px;
  }
  .section-19 .right {
    width: 100%;
    float: none;
  }
  .section-19 .left {
    width: 100%;
    float: none;
  }
  .section-19 ul li {
    margin-bottom: 4px;
  }
  .section-19 h4 {
    font-size: 28px;
    margin: 80px auto 40px;
    line-height: 1.1;
  }
}
.last-section {
  background-image: url(../img/bg-last.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 200px 0 200px;
  margin: 150px 0 0;
}
.last-section .btn {
  margin: 50px 0 50px;
  padding: 18px 45px;
  font-size: 20px;
}
.last-section .small-description {
  color: #b7b7b7;
  font-weight: 400;
  max-width: 420px;
  margin: 0 auto 40px;
}
.last-section .email {
  font-size: 34px;
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .last-section {
    margin: 80px 0 0;
    background-color: #2c2d30;
    background-image: none;
    padding: 80px 15px;
  }
  .section-19 h2 {
    font-size: 36px;
  }
  .last-section .email {
    font-size: 22px;
  }
}
