/* /content/dam/intelligentcontent/brands/ic-dtc-fasenra/us/en/hes/css/safety-information.css  */

#safety-information #body-wrapper h1,
#safety-information #body-wrapper h2,
#safety-information #body-wrapper h3,
#safety-information #body-wrapper h4,
#safety-information #body-wrapper p,
#safety-information #body-wrapper a,
#safety-information #body-wrapper span,
#safety-information #body-wrapper ul,
#safety-information #body-wrapper ol {
  font-family: "filson-pro", sans-serif;
  color: #333f48;
}

#safety-information sup {
  font-size: 60%;
  line-height: 0;
  font-style: normal;
  position: relative;
  top: 0;
}

#safety-information .nowrap {
  white-space: nowrap;
}

#safety-information .mobile-only {
  display: block;
}

/* banner section start */

#safety-information #banner-section {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}

#safety-information #banner-section > * {
  position: relative;
  z-index: 2;
}

#safety-information #banner-section {
  /* content: "";
  position: absolute;
  inset: 0;
  z-index: 0; */
  background: url(/content/dam/intelligentcontent/brands/ic-dtc-fasenra/us/en/hes/images/results-with-fasenra/mobile/results-with-fasenra-banner-mobile.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

#safety-information #banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 78%;

  background: linear-gradient(
    to right,
    #dbe6ea 0%,
    #dbe6ea 35%,
    #e4edf1 55%,
    rgba(228, 237, 241, 0.6) 75%,
    rgba(228, 237, 241, 0) 100%
  );
}

#safety-information #banner-section h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  font-style: italic;
  max-width: 300px;
  margin: 5px 0 5px;
}

#safety-information #banner-section p {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  max-width: 137px;
}

#safety-information #banner-section h2 {
  max-width: 190px;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}

/* banner section end */

/* text section start */

#safety-information #text-container {
  padding: 10px 0 10px;
}

#safety-information #text-container h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  padding-right: 30px;
  margin: 10px 0 5px;
  padding: 0 17px;
}

#safety-information #text-container h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  padding-right: 30px;
  margin: 5px 0;
  padding: 0 17px;
}
#safety-information #text-container #starting-text  p{
      font-size: 16px;
}
#safety-information #text-container p {
  font-weight: 425;
  font-size: 14px;
  line-height: 21px;
  padding-right: 8px;
  padding-bottom: 10px;
  margin: 0 17px;
}

#safety-information #text-container .padding-right-link {
  padding-right: 15px;
  line-height: 24px;
}

#safety-information .green-line {
  background-color: #03a78e;
  height: 2.5px;
  border: none;
  margin-top: 0;
  max-width: 92.5%;
}

#safety-information .full-width {
  width: 100%;
  display: inline-block;
}

#safety-information .cmp-text:has(hr) {
  padding: 0;
}

#safety-information #text-container .purple-title {
  color: #ae2573;
  font-weight: 700;
  padding-right: 0;
}

#safety-information #body-wrapper .first-level {
  margin: 0;
  list-style: none;
  padding: 0 17px;
}

#safety-information #body-wrapper .first-level li {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333f48;
  position: relative;
  padding: 0 0 5px 16px;
}
#safety-information #body-wrapper .first-level li::after {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 21px;
}

#safety-information #body-wrapper .second-level {
  margin-top: 15px;
  list-style: none;
  padding-left: 18px;
}

#safety-information #body-wrapper .second-level li {
  position: relative;
  margin-bottom: 12px;
  padding: 0;
}

#safety-information #body-wrapper .second-level li::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 1.5px solid #333f48;
  border-radius: 50%;
}

#safety-information #body-wrapper .second-level li:last-child {
  margin-bottom: 5px;
}

#safety-information #text-container .no-padding-right {
  padding-right: 0;
}

#safety-information #text-container .extra-margin-top {
  margin-top: 6px;
}

#safety-information #body-wrapper #text-container .padding-right {
  padding-right: 10px;
}

#safety-information #text-container .no-full-width {
  margin: 0 15px 0.5em;
}

#safety-information #text-container #learn-more-title h2 {
    padding-right: 39px;
}

#safety-information #text-container .purple-bold-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  color: #ae2573;
  padding-bottom: 0;
}

#safety-information #text-container .purple-link {
  color: #ae2573;
  text-decoration: underline;
}

#safety-information #text-container .second-title {
  text-align: center;
  max-width: 250px;
  margin: 15px auto 0;
}

#safety-information #text-container p:has(.purple-button) {
  display: flex;
  justify-content: center;
}

#safety-information #text-container .purple-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  min-height: 45px;
  background: #b02576;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  width: 248px;
  margin: 5px 0 10px;
}

#safety-information #text-container .purple-button span {
  color: #ffffff !important;
}

#safety-information #footnotes-container .footnotes-text {
  margin: 0 17px 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

#safety-information #footnotes-container .purple-text {
  color: #ae2573;
}

#safety-information .report-az-SI a {
  color: #ae2573 !important;
  text-decoration: underline;
  padding-right: 3px;
}

#safety-information #text-container .special-padding-right {
  padding-right: 10px;
}

/* text section end */

@media only screen and (min-width: 992px) {
  #safety-information #banner-section .cmp-title {
    max-width: 1140px;
    margin: 0 auto;
  }

  #safety-information #text-container .padding-right-link,
  #safety-information #text-container .special-padding-right,
  #safety-information #text-container #learn-more-title h2 {
    padding-right: 0;
  }

  #safety-information .full-width {
    width: auto;
    display: inline-block;
  }

  #safety-information #text-container {
    max-width: 1080px;
    margin: 0 auto;
  }

  #safety-information sup {
    line-height: 100%;
    font-size: 60%;
  }

  #safety-information .mobile-only {
    display: none;
  }

  /* banner section start */

  #safety-information #banner-section {
    min-height: 389px;
  }

  #safety-information #banner-section {
    background: url(/content/dam/intelligentcontent/brands/ic-dtc-fasenra/us/en/hes/images/results-with-fasenra/desktop/results-with-fasenra-banner.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
  }

  #safety-information #banner-section h2 {
    max-width: 615px;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    margin-top: 11px;
  }

  #safety-information #banner-section h1 {
    font-size: 45px;
    line-height: 55px;
    max-width: 506px;
  }

  #safety-information #banner-section::before {
    max-width: 47.222vw;
    background: linear-gradient(
      270deg,
      rgba(187, 221, 229, 0) 0%,
      rgba(187, 221, 229, 0.5) 101.27%
    );
    background-size: cover;
  }

  #safety-information #banner-section p {
    max-width: 506px;
  }

  /* banner section end */

  /* text section start */

  #safety-information #text-container {
    padding: 44px 0 18px;
  }

  #safety-information #text-container h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 7px;
  }

  #safety-information #text-container h3 {
    font-size: 29px;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 11px;
  }
#safety-information #text-container #starting-text  p{
      font-size: 19px;
}
  #safety-information #text-container p {
    font-weight: 425;
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 14px;
  }

  #safety-information #text-container .less-padding {
    padding-bottom: 5px;
  }

  #safety-information #text-container .purple-button {
    font-size: 18px;
    line-height: 44px;
    padding: 0;
    width: 271px;
    margin-top: 15px;
    margin-bottom: 97px;
  }

  #safety-information #body-wrapper .second-level {
    margin-top: 15px;
    list-style: none;
    padding-left: 38px;
  }

  #safety-information #text-container p {
    margin: 0;
    padding-right: 0;
  }

  #safety-information #text-container h2,
  #safety-information #text-container h3 {
    padding: 0;
  }

  #safety-information #body-wrapper .first-level li {
    font-size: 17px;
    line-height: 22px;
  }

  #safety-information #body-wrapper .first-level {
    padding: 0 17px 0 0;
  }

  #safety-information #body-wrapper .cmp-text:has(.first-level) {
    padding: 0;
  }

  #safety-information #body-wrapper .second-level li {
    margin-bottom: 4px;
  }

  #safety-information .green-line {
    height: 2px;
    max-width: 100%;
  }

  #safety-information #text-container .no-padding-right {
    padding-bottom: 20px;
  }

  #safety-information #text-container .extra-margin-top {
    margin-top: 8px;
    padding-bottom: 6px;
  }

  #safety-information #text-container .no-full-width {
    margin: 0 0 0.5em;
  }

  #safety-information #text-container .margin-top {
    margin-top: 15px;
    margin-bottom: 8px;
  }

  #safety-information #text-container .cmp-text:has(.purple-bold-title) {
    padding: 0.5em 0 0;
  }

  #safety-information #text-container .cmp-text:has(.no-padding-bottom) {
    padding: 3px 0 0.5em;
  }

  #safety-information #text-container .no-padding-bottom {
    padding-bottom: 15px;
  }

  #safety-information #text-container .second-title {
    max-width: 100%;
  }
#safety-information #text-container .purple-bold-title.second-title {
    font-weight: 900;
    line-height: 24px;
}
  #safety-information #footnotes-container .footnotes-text {
    font-size: 14px;
    line-height: 100%;
    margin: 0 0 68px;
    max-width: 972px;
  }

  #footnotes-container {
    max-width: 1080px;
    margin: 0 auto;
  }

  /* text section end */
}
@media screen and (max-width: 991px) {
    #safety-information #text-container .purple-bold-title.second-title {
    max-width: 83%;
}
}
@media screen and (max-width: 389px) {
  #safety-information #text-container .purple-button {
    width: 100%;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #safety-information #text-container .purple-container {
      display: flex;
      justify-content: center;
    }
  }
}
