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

@font-face {
  font-family: "Source Sans Pro Bold";
  src: url("/si_upload/OPR/Sharp/1329101_sharp_ps-932_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";
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
  max-width: 920px;
  margin: 0 auto;
}

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

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

#lp-wrapper .lp-hero {
  width: 100%;
  max-width: 86%;
  margin: 0 auto;
  line-height: 1.4;
}

#lp-wrapper .intro {
  width: 100%;
  padding: 40px 0;
}

#lp-wrapper .intro .lp-text {
  font-size: clamp(24px, 2.8vw, 26px);
}

#lp-wrapper .intro .lp-title {
  font-family: "Source Sans Pro Bold";
  color: #e6000d;
  display: block;
  font-size: 30px;
}

#lp-wrapper .lp-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
}

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

#lp-wrapper .lp-section-title {
  color: #e6000d;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}

#lp-wrapper .lp-text {
  font-size: clamp(16px, 1.8vw, 17px);
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}

#lp-wrapper .lp-red {
  color: #e6000d;
  font-family: "Source Sans Pro Bold";
}

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

#lp-wrapper .lp-content .lazy.logas {
  margin: 30px auto 0;
  display: block;
  width: auto;
}

@media only screen and (min-width: 768px) {
  #lp-wrapper .lp-flexed {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  #lp-wrapper .lp-reversed {
    flex-direction: row-reverse;
  }

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

  #lp-wrapper .lp-content {
    width: 46%;
  }

  #lp-wrapper .lp-reversed .lp-content {
    text-align: right;
  }
  
}

@media only screen and (max-width: 767px) {
  #lp-wrapper .lp-content {
    text-align: center;
  }
}
