#ISI {
  background: #fff;
  color: #333;
  position: relative;
}

#ISI .isi-section__container {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
}

#ISI .isi-section__intro,
#ISI .isi-section__details {
  padding: 32px 0;
}

#ISI .isi-section__intro-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#ISI .isi-section__grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 32px;
}

#ISI .isi-section__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 550px;
  flex: 0 0 550px;
}

#ISI .isi-section__col--imfinzi-mobile {
  display: none;
}

#ISI .isi-section__heading {
  margin: 0;
  color: #063a4c;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.125px;
}

#ISI .isi-section__subheading {
  margin: 0;
  color: #333;
  font-family: "filson-pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

#ISI .isi-section__subheading--intro {
  letter-spacing: 0.45px;
  max-width: 460px;
}

#ISI .isi-section__text,
#ISI .isi-section__item,
#ISI .isi-section__alert {
  margin: 0;
  color: #333;
  font-family: "filson-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

#ISI .isi-section__alert {
  margin: 0;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
}

#ISI strong,
#ISI .isi-section__strong {
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#ISI .isi-section__details-group--secondary .isi-section__strong {
  /*font-weight: 500;*/
}

#ISI .isi-section__heading--imfinzi {
  letter-spacing: 0.25px;
}

#ISI .isi-section__symptoms {
  background: #f5f5f5;
  padding: 32px 0;
}

#ISI .isi-section__list {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-right: 8px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#ISI .isi-section__item {
  display: flex;
  align-items: center;
  gap: 24px;
}

#ISI .isi-section__icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  align-self: flex-start;
}

#ISI .isi-section__item-text {
  flex: 1 1 auto;
  color: #333;
  font-family: "filson-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

#ISI .isi-section__list--compact {
  margin: 16px 0;
}

#ISI .isi-section__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ISI .isi-section__bullets-item {
  position: relative;
  margin: 0 0 1px;
  padding-left: 27px;
  color: #333;
  font-family: "filson-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

#ISI .isi-section__bullets--nested {
  margin: 0 0 14px;
  padding: 3px 25px;
}

#ISI .isi-section__bullets-item::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}

#ISI .isi-section__text--details {
  margin-bottom: 14px;
}

#ISI .isi-section__subheading--details {
  margin-bottom: 4px;
}

#ISI .isi-section__bullets-item--nested {
  padding-left: 13px;
  margin-bottom: 3px;
  letter-spacing: -0.09px;
}

#ISI .isi-section__bullets-item--pregnancy {
  margin-bottom: 0;
}

#ISI .isi-section__females-label {
  display: inline-block;
  margin-top: 2px;
}

#ISI .isi-section__bullets-item--pregnancy > .isi-section__bullets--nested {
  margin: 0;
  padding: 3px 0 3px 0;
}

#ISI .isi-section__bullets--nested .isi-section__bullets-item::before {
  top: 9px;
  background: transparent;
  border: 1px solid #333;
  box-sizing: border-box;
  left: 0;
  width: 6px;
  height: 6px;
}

#ISI .isi-section__symptoms-note {
  margin: 0;
}

#ISI .isi-section__symptoms-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#ISI .isi-section__list--symptoms,
#ISI .isi-section__symptoms-note {
  width: 100%;
}

#ISI .isi-section__details-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}

#ISI .isi-section__details-group {
  display: flex;
  flex-direction: column;
}

#ISI .isi-section__fpo-desktop-overlays {
  display: none;
}

#ISI .isi-section__fpo-desktop-mark {
  display: none;
}

#ISI .isi-section__fpo-mobile-overlays {
  display: none;
}

#ISI .isi-section__fpo-mobile-mark {
  display: none;
}

#ISI .isi-section__details-group--primary {
  padding-right: 20px;
}

#ISI .isi-section__details-group--secondary {
  padding-right: 10px;
}

#ISI .isi-section__details-group--pi {
  padding-right: 0;
}

#ISI .isi-section__link,
#ISI .isi-section__link:visited {
  color: #3f53d9;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: 500;
  line-height: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  text-decoration-skip-ink: none;
}

#ISI
  .isi-section__text--details.isi-section__text--details-last
  a.isi-section__link {
  font-weight: 700 !important;
}

#ISI a.isi-section__link.desktop-only.isi-section__phone-link {
  text-decoration: none !important;
  color: #333 !important;
  margin: 0;
  font-family: "filson-pro", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  font-style: italic !important;
}

#ISI .isi-section__link:hover,
#ISI .isi-section__link:focus,
#ISI .isi-section__link:active {
  color: #116379;
}

#ISI .isi-section__link-wrap {
  display: inline;
}

#ISI .isi-section__link-icon {
  width: 13px;
  height: 13px;
  margin-left: 0px;
  display: inline-flex;
  transform: none;
  justify-content: center;
}

#ISI .isi-section__anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

#ISI .isi-section__text--italic {
  margin-bottom: 5px;
  font-style: italic;
}

#ISI .isi-section__text--details-last {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #ISI .isi-section__fpo-mobile-overlays {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
  }

  #ISI .isi-section__fpo-mobile-mark {
    display: block;
    position: absolute;
    left: 50%;
    width: 337px;
    margin-left: -168.5px;
    color: #f307f8;
    opacity: 0.75;
    font-family: "filson-pro", sans-serif;
    font-size: 154px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1.54px;
    transform: rotate(-15deg);
    transform-origin: center center;
    text-align: center;
    white-space: nowrap;
  }

  #ISI .isi-section__fpo-mobile-mark--1 {
    top: 267px;
  }
  #ISI .isi-section__fpo-mobile-mark--2 {
    top: 1251px;
  }
  #ISI .isi-section__fpo-mobile-mark--3 {
    top: 2245px;
  }
  #ISI .isi-section__fpo-mobile-mark--4 {
    top: 3229px;
  }
  #ISI .isi-section__fpo-mobile-mark--5 {
    top: 4233px;
  }
  #ISI .isi-section__fpo-mobile-mark--6 {
    top: 5207px;
  }

  #ISI span.isi-section__item-text.overflow-mobile {
    margin-right: -2px;
  }

  #ISI .isi-section__container {
    width: 100%;
    padding-left: 15px;
    padding-right: 14px;
    margin: 0 auto;
  }

  #ISI .isi-section__intro,
  #ISI .isi-section__symptoms,
  #ISI .isi-section__details {
    padding: 32px 0;
  }

  #ISI .isi-section__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  #ISI .isi-section__col {
    width: 100%;
    flex: 1 1 auto;
  }

  #ISI .isi-section__heading {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.11px;
  }

  #ISI .isi-section__subheading {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
  }

  #ISI .isi-section__subheading--intro {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
    max-width: 345px;
  }

  #ISI .isi-section__text,
  #ISI .isi-section__item,
  #ISI .isi-section__alert {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
  }

  #ISI .isi-section__list {
    gap: 18px;
    padding: 0;
  }

  #ISI .isi-section__item {
    align-items: flex-start;
    gap: 24px;
  }

  #ISI .isi-section__list--compact {
    margin: 24px 0;
  }

  #ISI .isi-section__bullets {
    margin: 0;
  }

  #ISI .isi-section__bullets--nested {
    margin: 0 0 14px;
    padding: 3px 0 3px 32px;
  }

  #ISI .isi-section__bullets-item--nested {
    margin-bottom: 4px;
  }

  #ISI .isi-section__bullets-item {
    letter-spacing: 0;
  }

  #ISI .isi-section__bullets-item--pregnancy > .isi-section__bullets--nested {
    margin: 4px 0 0;
    padding: 3px 0 3px 5px;
  }

  #ISI .isi-section__bullets--nested .isi-section__bullets-item::before {
    top: 9px;
    background: transparent;
    border: 1px solid #333;
    box-sizing: border-box;
  }

  #ISI .isi-section__col--imfinzi-desktop {
    display: none;
  }

  #ISI .isi-section__col--imfinzi-mobile {
    display: flex;
    margin-top: 24px;
    margin-bottom: 0;
  }

  #ISI .isi-section__col--imfinzi-mobile .isi-section__heading {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.25px;
  }

  #ISI .isi-section__details-content {
    gap: 24px;
  }

  #ISI .isi-section__details-group--primary,
  #ISI .isi-section__details-group--secondary,
  #ISI .isi-section__details-group--pi {
    padding-right: 0;
  }

  #ISI .isi-section__text--italic {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  #ISI .isi-section__fpo-desktop-overlays {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
  }

  #ISI .isi-section__fpo-desktop-mark {
    display: block;
    position: absolute;
    left: 50%;
    width: 490px;
    margin-left: -245px;
    color: #f307f8;
    opacity: 0.75;
    font-family: "filson-pro", sans-serif;
    font-size: 224px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 2.24px;
    transform: rotate(-15deg);
    transform-origin: center center;
    text-align: center;
    white-space: nowrap;
  }

  #ISI .isi-section__fpo-desktop-mark--1 {
    top: 250px;
  }
  #ISI .isi-section__fpo-desktop-mark--2 {
    top: 972px;
  }
  #ISI .isi-section__fpo-desktop-mark--3 {
    top: 1774px;
  }
}
