/* NEW Subpages Styles base (Includes Efficacy Deltas) */

.resectable-new section.content-section {
  padding: 0 0 30px;
}

.resectable-new header.page-container__heading {
  padding: 70px 0 30px;
}

.resectable-new .page-container {
  margin: 0 auto;
  max-width: 950px;
  background: #fff;
  width: 100%;
  padding: 0 50px;
}

.resectable-new header.page-container__heading {
  padding: 85px 0 0;
  margin: 0 0 37px;
}

.resectable-new h1.page-container__title {
  color: #003865;
  font-family: Ubuntu;
  font-size: 58.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.resectable-new p.page-container__disclaimer {
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #555454;
  margin: 5px 0 53px;
}

.resectable-new .page-container__disclaimer > a {
  color: #003865;
  text-decoration: underline;
}

.resectable-new header.content-section__heading {
  border-top: 1px solid #003865;
  margin: 0 -50px 30px -50px;
}

.resectable-new span.content-section__label {
  display: inline-block;
  margin-left: 50px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #003865;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.resectable-new p.content__eyebrow {
  color: #003865;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
}
.resectable-new p.content__eyebrow span.fw600{
	font-weight: 600;
}
.resectable-new h2.content__title {
  color: #003865;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 30px;
}

.resectable-new h3.content__title--var {
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #003865;
  margin: 0 0 30px;
}

section.content-section .info-card {
  position: relative;
  border: 1px solid #003865;
  border-radius: 20px;
  margin: 0 0 25px;
}

section.content-section .info-card__title {
  position: absolute;
  top: 0;
  transform: translate(4rem, -1rem);
  background: #fff;
  padding: 0 1rem;
  margin: 0;
  color: #003865;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
}

section.content-section .info-card__container {
  display: flex;
  flex-direction: row;
  padding: 20px 30px;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

section.content-section .info-card__highlight {
  display: flex;
  align-items: center;
  gap: 12px;
}

section.content-section .info-card__highlight-icon {
  position: relative;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

section.content-section img.info-card__highlight-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 113px;
  height: 113px;
}

section.content-section .info-card__highlight-value {
  display: flex;
  position: relative;
  z-index: 1;
  font-family: Ubuntu;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.8px;
  color: #fff;
}

section.content-section span.info-card__highlight-value-percent {
  font-size: 33px;
  align-self: center;
  margin-left: 0.1rem;
}

section.content-section .info-card__highlight-text {
  margin: 0;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #003865;
  max-width: 197px;
}

section.content-section .info-card__description {
  font-family: Ubuntu;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  color: #003865;
  margin: 0 0 13px;
}

section.content-section .info-card__column.info-card__column--details {
  flex: 1 1 0%;
}
section.content-section .info-card__list {
  margin: 0;
  padding-left: 1rem;
}

section.content-section .info-card__list-item {
  position: relative;
  margin: 0 0 7px;
  padding: 0 0 0 20px;
  list-style: none;
  font-family: Ubuntu;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  color: #003865;
}

section.content-section .info-card__list-item::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 4%;
  width: 26px;
  height: 13.5px;
  background-image: url("/content/dam/website-services/us/434-imfinzi-com/resectable-new/global/arrow-bullet-list-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

section.content-section--pcr .info-card__container {
  padding: 40px 121px 40px 24px;
  gap: 50px;
}

section.content-section--pcr .info-card__list-item {
  font-size: 16px;
  line-height: normal;
  margin: 0;
}

section.content-section--pcr li.info-card__list-item sup {
  text-rendering: optimizeLegibility;
  font-family: 'Ubuntu', sans-serif;
}

section.content-section--pcr .info-card__highlight-value {
  letter-spacing: normal;
}

section.content-section--pcr span.info-card__highlight-value-percent {
  font-size: 45px;
}

section.content-section--pcr .info-card__list-item::before {
  left: -1.5rem;
}

section.content-section--efs .info-card__container {
  padding: 23px 70px 20px 30px;
  gap: 70px;
}

section.content-section--efs .info-card__list-item:nth-child(1) {
  max-width: 300px;
}

section.content-section ul.new-arrow-list {
  margin: 0 0 36px;
  padding: 0 0 0 8px;
}

section.content-section li.new-arrow-list__item {
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #555;
  position: relative;
  margin: 0 0 7px;
  padding: 0 0 0 24px;
  list-style: none;
}

section.content-section li.new-arrow-list__item::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.2rem;
  width: 26px;
  height: 13.5px;
  background-image: url("/content/dam/website-services/us/434-imfinzi-com/resectable-new/global/arrow-bullet-list-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

section.content-section .footnotes {
  display: flex;
  flex-direction: column;
  margin: 0;
}

section.content-section .footnotes__text {
  color: #555;
  font-family: Ubuntu;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}

section.content-section .footnotes__item {
  display: flex;
  position: relative;
  align-items: flex-start;
  margin: 0 0 6px;
}

section.content-section .footnotes__symbol {
  left: -1.3rem;
  width: 1.2rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 64%;
  font-feature-settings: "sups" on;
  white-space: nowrap;
  line-height: normal;
  position: absolute;
  text-align: right;
  top: 0;
}

section.content-section .footnotes__symbol.footnote__symbol--ast {
  font-size: 84%;
  top: 0;
}

section.content-section .footnotes__item.footnotes__item--def-block {
  margin: 7px 0 0;
}

section.content-section .footnotes__item--def-block .footnotes__symbol {
  visibility: hidden;
}

section.content-section p.content__text {
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #555;
}

section.content-section span.content__text--emphasis {
  font-weight: 700;
  color: #7098d2;
}

section.content-section.content-section--efs
  p.content__text.content__text--var-a {
  margin: 0 0 14px;
}

section.content-section.content-section--efs
  ul.new-arrow-list.new-arrow-list--var-a {
  margin: 0 0 23px;
}

section.content-section .content-callout {
  border: 1px solid #ad1f2f;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 19px 22px;
  margin: 0 0 37px;
}

section.content-section p.content-callout__text {
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ac182e;
  margin: 0;
}

section.content-section .content-graph {
  position: relative;
  border: 1px solid #7098d2;
  border-radius: 20px;
  margin: 30px 0 17px;
}

section.content-section h3.content-graph__title {
  position: absolute;
  top: 0;
  transform: translate(4rem, -1rem);
  background: #fff;
  padding: 0 1rem;
  margin: 0;
  color: #7098d2;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 500;
}

section.content-section .content-graph__wrapper {
  padding: 10px 40px 0;
}

section.content-section img.content-graph__image {
  width: 100%;
  height: auto;
}

section.content-section .content-section-two-graphs__container {
  display: flex;
  flex-direction: row;
  gap: 37px;
  margin: 0 0 30px;
}
section.content-section .content-section-two-graphs__container .content-graph {
  margin: 0;
}

section.content-section
  .content-section-two-graphs__container
  h3.content-graph__title {
  max-width: 293px;
  transform: translate(2rem, -1rem);
}

section.content-section
  .content-section-two-graphs__container
  .content-graph__wrapper {
  padding: 60px 30px 30px;
}

section.content-section.content-section--efs
  ul.new-arrow-list.new-arrow-list--var-graph {
  margin: 24px 0 32px;
}

section.content-section.content-section--efs
  ul.new-arrow-list.new-arrow-list--var-graph-b {
  margin: 0 0 14px;
}

section.content-section .info-two-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
}

section.content-section .info-two-col__icon {
  position: relative;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

section.content-section img.info-two-col__highlight-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 113px;
  height: 113px;
}

section.content-section span.info-two-col__highlight-value {
  display: flex;
  position: relative;
  z-index: 1;
  font-family: Ubuntu;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.8px;
  color: #fff;
}

section.content-section p.info-two-col__text {
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #003865;
  margin: 0;
}

section.content-section span.info-two-col__highlight-value-percent {
  font-size: 33px;
  align-self: center;
}

section.content-section.content-section--adso
  ul.new-arrow-list.new-arrow-list--var-a {
  margin: 0 0 15px;
}

section.content-section .new-table__container {
  position: relative;
  border: 1px solid #7098d2;
  border-radius: 20px;
  margin: 0 0 30px;
}

section.content-section .new-table__wrapper {
  padding: 21px 34px 15px;
}

section.content-section h3.new-table__title {
  position: absolute;
  top: 0;
  transform: translate(4rem, -1rem);
  background: #fff;
  padding: 0 1rem;
  margin: 0;
  color: #7098d2;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
}

section.content-section .three-col-table {
  width: 100%;
  border-collapse: collapse;
  color: #262626;
  table-layout: fixed;
}

section.content-section .three-col-table__heading {
  border-bottom: 1px solid #b3b3b3;
  padding: 10px;
  font-weight: 700;
  background-color: #fff;
  border-left: none;
  border-right: none;
  /*font-family: Karbon;*/
  font-size: 14.336px;
  font-style: normal;
  line-height: 15.68px;
  letter-spacing: -0.112px;
  color: #26517a;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4px;
}

section.content-section .three-col-table__heading--left {
  width: 391px;
  letter-spacing: -0.112px;
  color: #26517a;
  font-weight: 700;
}

section.content-section .three-col-table__heading--center {
  width: 192px;
  text-align: center;
  border-left: 1px solid rgba(114, 153, 208, 0.5);
  border-right: 1px solid rgba(114, 153, 208, 0.5);
}

section.content-section .three-col-table__heading--right {
    width: 196px;
    text-align: center;
    color: #4d4d4f;
    font-weight: 800;
    letter-spacing: -0.23px;
    padding-left: 2px;
}

section.content-section .three-col-table__heading--red {
    color: #ac182e;
    font-weight: 800;
}

section.content-section .three-col-table__row {
  border-bottom: 1px solid #d3d3d3;
}

section.content-section .three-col-table__row--strong {
  border-top: 1px solid #7099d3;
  box-shadow: 0px -1px 0px #7099d3;
  position: relative;
}

section.content-section .three-col-table__row--no-border {
  border-bottom: none;
}

section.content-section .three-col-table__cell {
  border-left: 1px solid rgba(114, 153, 208, 0.5);
  border-right: 1px solid rgba(114, 153, 208, 0.5);
  border-bottom: 1px solid rgba(114, 153, 208, 0.5);
  padding: 2px 10px;
  background-color: #fff;
  vertical-align: top;
  position: relative;
  font-family: "Karbon", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.232px;
  letter-spacing: -0.4px;
  color: #262626;
}

section.content-section .three-col-table__cell--red {
  color: #ac182e;
  font-weight: 600;
  text-align: center;
}

section.content-section .three-col-table__cell--bg-blue {
  background-color: #f4f6fb;
}

section.content-section .three-col-table__cell--section {
    font-weight: 600;
    color: #003262;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Karbon;
    font-size: 14px;
    font-style: normal;
    line-height: 15.232px;
    letter-spacing: 0.028px;
    padding-left: 0;
}

section.content-section .three-col-table__cell--no-side-border {
  border-left: none;
  border-right: none;
}

section.content-section .three-col-table tr > td:first-child,
section.content-section .three-col-table tr > th:first-child {
  border-left: none;
}

section.content-section .three-col-table tr > td:last-child,
section.content-section .three-col-table tr > th:last-child {
  border-right: none;
}

section.content-section .three-col-table tr:last-child td {
  border-bottom: none;
}

section.content-section .three-col-table .indent-level-1 {
  padding-left: 1.2em;
}

section.content-section .three-col-table .indent-level-2 {
  padding-left: 3.5em;
}

section.content-section .three-col-table__cell sup {
  text-rendering: optimizeLegibility;
  font-family: sans-serif;
  top: -0.6em;
  font-size: 55%;
}

section.content-section .three-col-table__cell sup.sup-normal {
    font-size: 65%;
}

section.content-section.content-section--adso .content-callout {
  margin: 0 0 20px;
}

section.section-content-section--adso .new-arrow-list--var-b {
  margin: 0 0 20px;
}

section.content-section--sd header.content-section__heading {
  margin: 0 -50px 44px -50px;
}

section.content-section--sd p.content__text {
  margin: 0 0 8px;
}

section.content-section--sd li.new-arrow-list__item {
  margin: 0 0 10px;
}

section.content-section--sd ul.new-arrow-list {
  margin: 0 0 20px;
}

section.content-section--sd {
  padding: 0 0 12px;
}

section.content-section--sd .footnotes {
  margin: 0;
}

section.content-section--sd .footnotes__item.footnotes__item--def-block {
  margin: 0;
}

section.content-section h3.data-columns__title {
  position: absolute;
  top: 0;
  transform: translate(4rem, -1rem);
  background: #fff;
  padding: 0 1rem;
  margin: 0;
  color: #003865;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
}

section.content-section .data-columns {
  position: relative;
  border: 1px solid #003865;
  border-radius: 20px;
  margin: 0 0 30px;
}

section.content-section .data-columns__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 50px 30px 40px;
}

section.content-section span.data-columns__value {
  text-align: center;
  font-family: Ubuntu;
  font-size: 61px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ac182e;
  margin: 0;
  display: flex;
  justify-content: center;
}

section.content-section span.data-columns__label {
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ac182e;
  margin: 0;
}

section.content-section span.data-columns__unit {
  font-size: 60%;
  margin-top: 0.5rem;
}

section.content-section .data-columns__data {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

section.content-section
  .data-columns__data.data-columns__data--dark
  .data-columns__value,
section.content-section
  .data-columns__data.data-columns__data--dark
  .data-columns__label {
  color: #555454;
}

section.content-section .data-columns__divider {
  width: 1px;
  height: 115px;
  background-color: #003865;
}

section.content-section.nav-switcher {
  padding: 0;
  margin: 0 0 42px;
}
section.content-section .nav-switcher__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 114px;
  margin-left: -50px;
  margin-right: -50px;
}

section.content-section a.nav-switcher__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /*padding: 7px 22px;*/
  padding: 7px;
  margin-inline: 15px;
}

section.content-section span.nav-switcher__label {
  text-align: center;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #003865;
}

/* Global END */

/* Mobile Only */

@media screen and (max-width: 991px) {
  .resectable-new section.content-section {
    padding: 0 0 30px;
  }

  .resectable-new header.page-container__heading {
    padding: 30px 0 15px;
  }

  .resectable-new .page-container {
    padding: 0 15px;
  }

  .resectable-new header.page-container__heading {
    padding: 24px 0 0;
    margin: 0 0 15px;
  }

  .resectable-new h1.page-container__title {
    font-size: 26px;
  }

  .resectable-new header.content-section__heading {
    margin: 0 -15px 22px -15px;
    max-width: 100vw;
  }

  .resectable-new span.content-section__label {
    margin-left: 15px;
  }

  .resectable-new p.content__eyebrow {
    margin: 0 0 13px;
  }
  .resectable-new h2.content__title {
    margin: 0 0 22px;
  }

  section.content-section .info-card__title {
    transform: translate(2rem, -1rem);
    padding: 0 0.5rem;
  }

  section.content-section .info-card__container {
    flex-direction: column;
  }

  section.content-section--pcr .info-card__container {
    padding: 27px 30px 21px 23px;
    gap: 20px;
  }

  section.content-section .info-card__highlight-icon {
    width: 94px;
    height: 94px;
  }

  section.content-section img.info-card__highlight-image {
    width: 94px;
    height: 94px;
  }

  section.content-section .info-card__highlight-value {
    font-size: 60px;
  }
  section.content-section--pcr ul.new-arrow-list {
    margin: 0 0 17px;
  }

  section.content-section--pcr .footnotes__item.footnotes__item--def-block {
    margin: 5px 0 0;
  }

  section.content-section .footnotes__item {
    margin: 0 0 10px;
  }

    section.content-section .footnotes__symbol {
        top: -1px;
    }

  section.content-section .footnotes__item.footnotes__item--def-block {
    margin: 0;
  }

  section.content-section .info-card {
    margin: 0 0 15px;
  }

  section.content-section--efs header.content-section__heading {
    margin-bottom: 30px;
  }

  section.content-section--efs h2.content__title {
    margin-bottom: 30px;
  }

  section.content-section--pcr .info-card__column.info-card__column--details {
    padding-left: 1rem;
  }

  section.content-section--pcr .info-card__list-item {
    padding-left: 15px;
  }

  section.content-section--efs .info-card__container {
    padding: 27px 30px 30px 23px;
    gap: 30px;
  }

  section.content-section--efs .info-card__highlight-value {
    font-size: 56px;
    letter-spacing: -2.8px;
  }

  section.content-section--efs .info-card__column.info-card__column--details {
    padding-right: 1.2rem;
  }

  section.content-section--efs .info-card__description {
    margin-bottom: 16px;
  }

  section.content-section--efs .info-card__list-item:nth-child(1) {
    max-width: initial;
    margin: 0 0 14px;
  }

  section.content-section ul.new-arrow-list {
    margin-left: 1rem;
  }
  section.content-section .content-callout {
    margin: 0 0 24px;
    padding: 19px 11px;
  }

  section.content-section--efs h2.content__title:not(:first-of-type) {
    font-weight: 700;
  }

  section.content-section.content-section--efs
    ul.new-arrow-list.new-arrow-list--var-a {
    margin-left: 1rem;
    margin-bottom: 20px;
  }

  section.content-section h3.content-graph__title {
    transform: translate(2rem, -1rem);
    padding: 0 0.5rem;

  }

    section.content-section .content-section-two-graphs__container h3.content-graph__title{
        max-width: 285px;
    }

    section.content-section .content-section-two-graphs__container .content-graph:nth-child(2) h3.content-graph__title{
        max-width: 255px;
    }

  section.content-section .content-graph__wrapper {
    padding: 25px 10px 20px;
  }

  section.content-section .content-graph__wrapper--scroll {
    overflow-x: auto;
  }

/*
  section.content-section .content-graph__wrapper--scroll::after {
    content: url("/content/dam/website-services/us/434-imfinzi-com/resectable-new/global/Scroll-FPO.svg");
    position: absolute;
    left: 35%;
    bottom: 0;
    top: 30%;
    height: 180px;
  }

  section.content-section .new-table__wrapper--scroller::after {
    content: url("/content/dam/website-services/us/434-imfinzi-com/resectable-new/global/Scroll-FPO.svg");
    position: absolute;
    left: 35%;
    bottom: 0;
    top: 25%;
    height: 180px;
  }
*/

  section.content-section
    .content-graph__wrapper--scroll
    img.content-graph__image {
    min-width: 800px;
  }

  section.content-section .content-section-two-graphs__container {
    flex-direction: column;
  }

  section.content-section .content-graph {
    margin: 30px 0 15px;
  }

  section.content-section.content-section--efs
    ul.new-arrow-list.new-arrow-list--var-graph {
    margin: 0 0 24px 1rem;
  }

  section.content-section--efs h2.content__title:last-of-type {
    margin-bottom: 19px !important;
  }

  section.content-section
    .content-section-two-graphs__container
    .content-graph__wrapper {
    padding: 55px 5px 30px;
  }

  section.content-section h3.new-table__title {
    transform: translate(2rem, -1rem);
    padding: 0 0.5rem;
  }

  section.content-section .new-table__wrapper--scroller {
    overflow-x: auto;
  }

  section.content-section table td[class*="col-"],
  section.content-section table th[class*="col-"] {
    position: relative;
  }

  section.content-section .new-table__wrapper--scroller .three-col-table {
    max-width: 100%;
  }

  section.content-section .new-table__wrapper {
    padding: 30px 10px 15px;
  }
  section.content-section .scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 13px;
  }

  section.content-section .scroll-indicator__track {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 12px;
    background-color: #f4f4f4;
    border: 1px solid #808184;
    overflow: hidden;
  }

  section.content-section .scroll-indicator__fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #808184;
    transition: transform 0.1s linear, width 0.1s linear;
    will-change: transform;
    min-width: 122px;
  }

  section.content-section .scroll-indicator__label {
    margin-top: 6px;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color:#808184;
  }

  section.content-section .new-table__wrapper--scroller::-webkit-scrollbar {
    display: none;
  }

  section.content-section .content-graph__wrapper--scroll::-webkit-scrollbar {
    display: none;
  }

  section.content-section.content-section--adso
    ul.new-arrow-list.new-arrow-list--var-a {
    margin: 0 0 20px;
  }

  section.content-section .info-two-col__icon {
    width: 94px;
    height: 94px;
  }
  section.content-section img.info-two-col__highlight-image {
    width: 94px;
    height: 94px;
  }

  section.content-section span.info-two-col__highlight-value-percent {
    font-size: 30px;
  }

  section.content-section .info-two-col {
    margin: 0 0 20px;
  }

  section.content-section .new-table__container {
    margin: 0 0 23px;
  }

  section.content-section
    ul.new-arrow-list.new-arrow-list.new-arrow-list--var-b {
    margin: 0 0 24px;
  }

  section.content-section.content-section--adso .content-callout {
    margin: 0 0 27px;
  }

  section.content-section--sd header.content-section__heading {
    margin: 0 -15px 22px -15px;
    max-width: 100vw;
  }
  section.content-section .nav-switcher__container {
    padding: 20px 15px;
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  section.content-section.nav-switcher {
    padding: 0;
    margin: 0;
  }

  section.content-section--sd p.content__text {
    margin: 0 0 13px;
  }

  section.content-section--sd .footnotes__item.footnotes__item--def-block {
    margin-right: 1rem;
  }

  section.content-section--sd ul.new-arrow-list {
    margin-left: 0;
  }
  .resectable-new section.content-section--sd {
    padding: 0 0 20px;
  }

  .resectable-new .isi > h2:first-child {
    display: none;
  }

  .resectable-new p.page-container__disclaimer {
    font-size: 14px;
    margin: 5px 0 0px;
  }
.safety section.content-section--ar .three-col-table .indent-level-1 {
        padding-left: 1.6em!important;
    }

}

/* Mobile Only END */

/* Desktop ONLY */
@media screen and (min-width: 992px) {
  section.content-section--pcr li.info-card__list-item sup {
    top: -0.4em;
    text-rendering: optimizeLegibility;
    font-family: 'Ubuntu', sans-serif;
  }
    section.content-section--efs .content-graph__wrapper:first-of-type {
        padding: 30px 40px 20px;
    }
    .mobile-only{
		display:none!important;
    }
	.efs-in-carboplatin-subgrps.desktop-only{
		margin-top: -30px;
    }
}

/* Desktop ONLY END */

/* Utility */

section.content-section .margin-reset {
  margin: 0 !important;
}

section.content-section {
  --space-sm: 10px;
  --space-md: 14px;
  --space-lg: 24px;
  --space-xl: 30px;
  --space-xxl: 40px;
}

section.content-section .mb-sm {
  margin-bottom: var(--space-sm);
}
section.content-section .mb-md {
  margin-bottom: var(--space-md);
}
section.content-section .mb-lg {
  margin-bottom: var(--space-lg);
}
section.content-section .mb-xl {
  margin-bottom: var(--space-xl);
}
section.content-section .mb-xl {
  margin-bottom: var(--space-xxl);
}

section.content-section .mt-sm {
  margin-top: var(--space-sm);
}
section.content-section .mt-md {
  margin-top: var(--space-md);
}
section.content-section .mt-lg {
  margin-top: var(--space-lg);
}

section.content-section .mx-sm {
  margin-inline: var(--space-sm);
}
section.content-section .mx-md {
  margin-inline: var(--space-md);
}
section.content-section .mx-lg {
  margin-inline: var(--space-lg);
}


        /* Sticky Tables Mobile CSS */

@media screen and (max-width: 992px) {
    section.content-section .three-col-table th,
    section.content-section .three-col-table td {
    
      text-align: left;
      white-space: wrap;
      min-width: 160px; 
    }
    
    /* Sticky first column */
    section.content-section .three-col-table th:first-child,
    section.content-section .three-col-table td:first-child {
      position: sticky;
      left: 0;
      background: #fff;
      z-index: 2;
      min-width: 140px; 
      /*max-width: 190px;*/
      width: 190px;
    }
    
    
    section.content-section .three-col-table th:first-child {
      z-index: 3;
    }
    
    section.content-section .three-col-table th.three-col-table__heading--left {
      position: sticky;
      left: 0;
      background: #fff;
      z-index: 4; 
	}
/* Sticky Tables Mobile END */


/* Sticky Graph Mobile */

    section.content-section .content-graph__wrapper--scroll {
        display: flex;          
        align-items: flex-start; 
        margin-top: 20px;
    }

    section.content-section .content-graph__wrapper--scroll .content-graph__image--left-mob.mobile-only {
        position: sticky;
        left: 0;
        z-index: 2;
        min-width: 200px;
        max-width: 200px; 
        height: auto;      
        background: #fff;
        flex-shrink: 0;      
    }

    section.content-section .content-graph__wrapper--scroll .content-graph__image--right-mob.mobile-only {
        flex-shrink: 0;         
        width: 100%;
        min-width: 495px; 
    }

	/***table redesign *****/

    section.content-section--adso .three-col-table tr th:nth-child(2), section.content-section--adso .three-col-table tr td:nth-child(2),section.content-section--adso .three-col-table tr th:nth-child(3), section.content-section--adso .three-col-table tr td:nth-child(3){
      width: 140px;
      text-align: center;
    }
	section.content-section--ladr .three-col-table__heading--right,section.content-section--ladr .three-col-table tr td:not(:first-child),section.content-section--ladr .three-col-table__heading--center,section.content-section--ar .three-col-table tr td:not(:first-child),section.content-section--ar .three-col-table__heading--right,section.content-section--ar .three-col-table__heading--center{
		text-align: center!important;
            }
	.safety section.content-section--sbp span.table-note{
        margin-left: 215px!important;
    }
	 .safety section.content-section--sbp .three-col-table tr td:nth-child(2), .safety section.content-section--sbp .three-col-table tr td:nth-child(3),.safety section.content-section--sbp .three-col-table tr th:nth-child(2), .safety section.content-section--sbp .three-col-table tr th:nth-child(3){
    width: 150px;
    text-align: center;
  }
  .safety section.content-section--sbp span.table-note{
    width: 90%!important;
  }
  .patient-types section.content-section .table-a{
    margin-top: 10px;
  }
   .patient-types section.content-section .table-a th:nth-child(2),
  .patient-types section.content-section .table-a td:first-child, .patient-types section.content-section .table-b th:nth-child(2),
  .patient-types section.content-section .table-b td:first-child  {
      position: sticky;
      left: 0;
      background: #fff!important;
    }
     .patient-types .table-a tr th.maroon-clr,.patient-types .table-a tr th.grey-clr,.patient-types .table-b tr th.maroon-clr,.patient-types .table-b tr th.grey-clr{
       padding: 5px 10px;
     }
    
    .patient-types section.content-section .table-b th:nth-child(2) {
      max-width: 100px;
    }
  .patient-types section.content-section .table-b th:nth-child(3) {
      height: 44px;
    }



            /***table redesign *****/

}

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

}

 /* Sticky Graph Mobile END */