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

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

@font-face {
  font-family: "Roboto Condensed";
  src: url("/si_upload/OPR/Sharp/1313039_sharp_ht-sb700_v1/fonts/RobotoCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
}

#lp-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Source Sans Pro Regular";
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #303031;
  max-width: 920px;
  margin: 0 auto;
}

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

#lp-wrapper .top-header .sup {
  font-size: 50%;
}

#lp-wrapper .lazy {
  width: 100%;
}

#lp-wrapper #hero {
  position: relative;
  color: #fff;
}

#lp-wrapper #hero .text {
  font-family: "Source Sans Pro Regular";
  font-size: clamp(22px, 2.4vw, 26px); 
  color: black;
  display: block;
  max-width: 1200px;
  margin: 30px auto 40px;
}

#lp-wrapper #hero .text .lp-bold {
  font-family: "Source Sans Pro Bold";
  color: #DA2226;
}

#lp-wrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lp-wrapper .box.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#lp-wrapper .box .lazy {
  width: 54%;
  display: inline-block;
}

#lp-wrapper .box .box-content {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  padding: 0.4em 2.3em;
  color: #303031;
}

#lp-wrapper .box .box-content .box-title {
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 22px);
  margin: 0 0 3% 0;
  line-height: 1.2;
}

#lp-wrapper .box .box-content .box-text {
  font-family: "Source Sans Pro Regular";
  font-size: clamp(9px, 1.3vw, 12px);
  line-height: 1.4;
  margin: 0;
}

#lp-wrapper .box.reversed .box-text,
#lp-wrapper .box.reversed .box-title {
  text-align: right;
}

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

  #lp-wrapper #hero {
    text-align: center;
  }

  #lp-wrapper .box, #lp-wrapper .box.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #lp-wrapper .box .lazy {
    width: 100%;
  }

  #lp-wrapper .box .box-content {
    width: 100%;
    padding: 25px;
  }

  #lp-wrapper .box.reversed .box-text, #lp-wrapper .box.reversed .box-title, #lp-wrapper .box .box-text, #lp-wrapper .box .box-title {
    text-align: center;
  }

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