@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("/si_upload/OPR/Sharp/1279942_sharp_dr-430_v1/fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Source Sans Pro Bold";
  src: url("/si_upload/OPR/Sharp/1279942_sharp_dr-430_v1/fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 900;
}

#lp-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Source Sans Pro Regular";
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.4;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  max-width: 920px;
}

#lp-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#lp-wrapper .lazy {
  width: 100%;
  height: auto;
  display: block;
}

#lp-wrapper .red {
  color: #db2226;
}

#lp-wrapper #hero .model {
  display: block;
  padding: 0 98px;
  margin-top: -9%;
  margin-bottom: 5%;
  font-weight: 900;
  font-size: clamp(16px, 2.6vw, 36px);
  line-height: 1;
}

#lp-wrapper #hero .model span {
  font-family: "Source Sans Pro Bold";
  font-size: clamp(20px, 4vw, 54px);
}

#lp-wrapper .video {
  margin: 0 -1px;
  width: 101%;
}

#lp-wrapper .hero .video {
  margin-bottom: 8%;
}

#lp-wrapper .video-wrap {
  overflow: hidden;
}

/* features */

#lp-wrapper .box {
  padding: 0 98px;
}

#lp-wrapper .box .box-content {
  padding: 30px;
  color: #303031;
  text-align: justify;
}

#lp-wrapper .box .box-content .box-title {
  font-family: "Source Sans Pro Bold";
  font-size: clamp(16px, 2.6vw, 24px) !important;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}

/* RWD */

@media only screen and (max-width: 768px) {

  #lp-wrapper #hero .model {
    padding: 0 15px;
    margin: 0 0 20px;
  }

  #lp-wrapper .box {
    padding: 0 15px;
  }

  #lp-wrapper .box .box-content {
    padding: 30px 0px;
  }

  #lp-wrapper .box .box-content p {
    font-size: 14px;
  }

  #lp-wrapper #icons {
    padding: 20px 10px;
  }

  #lp-wrapper #icons > div {
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
