.bg-light {
  background-color: rgba(217, 243, 242, 0.25);
}
.text-bold {
  font-weight: bold;
}
.text-medium {
  font-weight: 500;
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .full-width {
    margin-left: calc(-100vw / 2 + 900px / 2);
    margin-right: calc(-100vw / 2 + 900px / 2);
    max-width: unset;
  }
}
.jumptron {
  background: url(../images/hero-banner.jpg) no-repeat top center / cover;
  min-height: 672px;
  position: relative;
  padding: 33px 0;
}
@media (max-width: 425px) {
  .jumptron {
    background-image: url('../images/mob/hero-banner.webp');
  }
}
.jumptron .extra-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  margin-bottom: 33px;
  padding: 0 15px;
}
.jumptron h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.66);
}
.jumptron h1 {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.66);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 0 28px;
}
.jumptron img {
  margin-bottom: 10px;
}
.jumptron p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.66);
}
.h2 {
  color: #5A4B99;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px;
}
section {
  padding: 69px 0;
}
section > .container {
  position: relative;
  z-index: 2;
}
section h2 {
  color: #5A4B99;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px;
}
section h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
section h4 {
  color: #05B0A5;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}
section p {
  color: #000;
}
section li > ul {
  margin-left: 17px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.reasons-holder {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.reasons-holder .reasons-item:nth-child(2) {
  border: 5px solid rgba(5, 176, 165, 0.3);
}
.reasons-holder .reasons-item:nth-child(2) h4 {
  color: #05B0A5;
}
.reasons-item {
  text-align: center;
  width: 266px;
  height: 266px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 5px solid rgba(90, 75, 153, 0.5);
  border-radius: 266px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 21px;
  padding: 0 30px;
}
.reasons-item h4 {
  color: #5A4B99;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.reasons-item p {
  min-height: 70px;
}
.section-2 .box-style-1 {
  margin-bottom: 27px;
}
.section-2 h4 {
  margin-bottom: 47px;
}
.section-2 .box-style-3 {
  margin-top: 23px;
}
.box-style-1 ul {
  margin-bottom: 0;
}
.box-style-1 li {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 11px;
}
.box-style-3 {
  padding: 26px 31px;
  position: relative;
}
.box-style-3:before {
  content: "";
  display: block;
  height: 100%;
  width: calc(435px + (100vw - 900px) / 2);
  background: #5a4b99;
  background: linear-gradient(90deg, #5a4b99 0%, #37759e 50%, #05b0a5 100%);
  border-radius: 0 70px 70px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.box-style-3 p {
  color: #fff;
  margin-bottom: 0;
}
.box-style-2 {
  background-color: rgba(90, 75, 153, 0.1);
  border-radius: 12px;
  padding: 24px 28px;
  position: relative;
  text-align: center;
}
.box-style-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 2px solid #5A4B99;
  border-radius: 8px;
  z-index: -1;
}
.box-style-2 p {
  margin-bottom: 0;
}
.copy {
  font-size: 12px;
  line-height: 18px;
}
.indication-section .full-width {
  margin-top: 20px;
  margin-bottom: 46px;
}
.info-block-1 {
  margin-top: 46px;
  margin-bottom: 37px;
}
.about-section {
  position: relative;
  background: #d9f3f2;
  background: linear-gradient(135deg, #d9f3f2 0%, #e6e4f0 100%);
  padding-bottom: 25px;
}
.about-section::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/divider-circles_top.png) no-repeat top right, url(../images/divider-circles_bottom.png) no-repeat bottom left;
  z-index: 0;
}
.indication-section {
  padding-top: 51px;
  padding-bottom: 15px;
}
.safety-section {
  padding-top: 42px;
  padding-bottom: 30px;
}
.dosing-section {
  padding-top: 44px;
  padding-bottom: 53px;
}
.dosing-section .info-section {
  margin-top: 47px;
}
@media (max-width: 991px) {
  .dosing-section .info-section {
    gap: 30px;
  }
}
.effectiveness-section {
  padding-bottom: 37px;
}
.how-supplied-section {
  padding-top: 50px;
  padding-bottom: 43px;
}
.section-3 {
  position: relative;
  background: #d9f3f2;
  background: linear-gradient(135deg, #d9f3f2 0%, #e6e4f0 100%);
}
.section-3::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/divider-circles_top.png) no-repeat top right, url(../images/divider-circles_bottom.png) no-repeat bottom left;
  z-index: 0;
}
.section-4 .box-style-4 {
  margin-bottom: 35px;
}
.box-style-4 {
  border: 3px solid rgba(5, 176, 165, 0.3);
  padding: 34px 50px;
}
.btn-style-1 {
  background: #5a4b99;
  background: linear-gradient(90deg, #5a4b99 0%, #37759e 50%, #05b0a5 100%);
  color: #fff;
  border-radius: 48px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 14px 40px 11px;
}
.btn-style-1:hover {
  background: #5a4b99;
  color: #fff;
  text-decoration: none;
}
.effectiveness-section,
.dosing-section,
.info-bottom-sec.home {
  position: relative;
  background: #d9f3f2;
  background: linear-gradient(135deg, #d9f3f2 0%, #e6e4f0 100%);
}
.effectiveness-section::before,
.dosing-section::before,
.info-bottom-sec.home::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/divider-circles_top.png) no-repeat top right, url(../images/divider-circles_bottom.png) no-repeat bottom left;
  z-index: 0;
}
@media (max-width: 991px) {
  .cdc-section {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 124px;
  }
  .dosing-section .info-section {
    text-align: center;
  }
  .dosing-section .info-section img {
    margin-bottom: 20px;
  }
  .fixed-sec-bottom .isi {
    padding-top: 0;
  }
  .reasons-holder {
    flex-wrap: wrap;
    gap: 20px;
  }
  header .logo img {
    height: 84px;
    width: auto;
    max-width: unset;
  }
  .section-2 .box-style-3 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .box-style-3:before {
    width: 100%;
  }
  .box-style-4 {
    padding: 25px 30px;
  }
  .btn-style-1 {
    font-size: 16px;
    border-radius: 68px;
  }
  section {
    padding: 40px 0;
  }
}
