/* New GLOBAL styles */

/* Override old bg */
.resectable-new.new-home main#maincontent {
  background: none;
}

.nowrap-space {
    white-space: nowrap;
}

/* Global Homepage */

section.home-hero {
  margin: 75px 0 0;
}

section.home-hero .home-hero__container {
    width: 100%;
    background-image: url("/content/dam/website-services/us/434-imfinzi-com/resectable-new/desktop/home-hero-banner-desktop.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -60px -10px;
    padding: 0;
    aspect-ratio: 65 / 22;
    position: relative;
    height: auto;
}

section.home-hero .home-hero__violator {
  background: #ac182e;
  clip-path: polygon(0% 0.64%, 0% 99.7%, 93.2% 99.7%, 100% 0%, 0% 0.64%);
  width: 456px;
  height: 76px;
  position: absolute;
  top: 0;
  left: -8px;
  display: flex;
  justify-content: flex-end;
  padding: 16px 40px 13px;
  gap: 30px;
}

section.home-hero p.home-hero__violator-copy {
  color: #fff;
  font-family: Ubuntu;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  margin: 4px 0 0;
}

section.home-hero .home-hero__violator-copy::after {
  content: "";
  width: 1px;
  height: 47px;
  background: #fff;
  position: absolute;
  left: -15px;
  top: -4px;
}

section.home-hero span.home-hero__violator-subcopy {
  display: block;
  font-size: 23px;
}

section.home-hero .home-hero__headline {
  color: #fff;
  text-shadow: 0 0 26.171px #000;
  font-family: Ubuntu;
  font-size: 48.9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 23%;
  left: 10.3%;
  right: 0;
}

section.home-hero span.home-hero__headline-separator {
  width: 8%;
  display: inline-block;
}

section.home-hero .home-hero__headline-note {
  color: #fff;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: rgba(0, 56, 101, 0.8);
  width: 432px;
  height: 57px;
  display: block;
  padding: 10px 18px;
  text-transform: none;
  margin-left: auto;
  margin-right: 2.5rem;
  border-radius: 0 0 20px 20px;
}

section.home-hero span.ast-symbol {
  font-weight: normal;
}

.home-content__gradient {
  background: linear-gradient(180deg, rgba(228, 237, 252, 0) 0%, #e4edfc 100%);
  padding: 0 0 30px;
}

section.home-content {
  background: #fff;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 50px 30px;
}

section.home-content h3.content__headline {
  color: #003865;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

section.home-content span.content__headline--emphasis {
  color: #ac182e;
}

section.home-content .content-grid {
  margin: 30px 0 50px;
  border: 1px solid #003865;
  border-radius: 23px;
  height: 497px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 45px;
  padding: 34px 19px 33px 29px;
}

section.home-content .content-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

section.home-content img.content-grid__icon {
    width: 82px;
    height: 67px;
}

section.home-content h4.content-grid__title {
  color: #003865;
  font-family: Ubuntu;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0 4px;
}

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

section.home-content .nccn-box {
  display: flex;
  border-top: 2px solid #003865;
  border-bottom: 2px solid #003865;
  padding: 10px 0 12px;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin: 50px 0;
}

section.home-content .nccn-box__left-col {
  padding-left: 20px;
}
.nccn-box__right-col {
  position: relative;
}

.nccn-box__right-col::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  width: 2px;
  background: #003865;
  height: calc(100% + 3px);
  transform: translateX(-18px);
}

section.home-content p.nccn__text {
  color: #003865;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

section.home-content p.nccn__text sup {
  top: -0.4em;
  text-rendering: optimizeLegibility;
  font-family: sans-serif;
}

section.home-content a.home-btn {
  background: #ad1f2f;
  border-radius: 23px;
  padding: 14px 0;
  height: 64px;
  border: none;
  width: 100%;
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 0 30px;
}
section.home-content .footnotes {
  display: flex;
  flex-direction: column;
  margin: 0;
}

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

section.home-content .footnotes__item:first-of-type {
  margin-bottom: 15px;
}

section.home-content .footnotes__symbol {
  position: absolute;
  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;
  text-align: right;
  top: 0.1em;
}

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

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

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

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

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

section.home-content img.content-grid__icon.icon--resize {
    transform: scale(1.25);
}

/* Global Homepage END */

/* Mobile Only*/

@media screen and (max-width: 991px) {
  section.home-hero {
    margin: 0;
  }

  section.home-hero .home-hero__container {
    background-image: url("/content/dam/website-services/us/434-imfinzi-com/resectable-new/mobile/home-hero-banner-mobile.jpg");
    height: auto;
    aspect-ratio: 78 / 50;
    background-position: 0 0px;
  }

  section.home-hero .home-hero__headline {
    font-size: 20px;
    line-height: 18px;
    top: 20px;
    right: 0;
    display: block;
    width: 244px;
    margin: 0;
    transform: translate(95px, 45px);
        text-shadow: 0 0 12px #000;
  }

  section.home-hero .home-hero__headline-note {
    font-size: 8px;
    width: 222px;
    height: 30px;
    padding: 6px 10px;
    border-radius: 0 0 15px 15px;
    margin-top: 0.2rem;
  }

  section.home-hero .home-hero__violator {
    width: 263px;
    height: 44px;
    padding: 8px 10px;
    justify-content: flex-start;
    gap: 18px;
  }

  section.home-hero img.home-hero__violator-icon {
    width: 26.6px;
  }

  section.home-hero p.home-hero__violator-copy {
    font-size: 10px;
    margin: 2px 0 0;
  }
  section.home-hero span.home-hero__violator-subcopy {
    font-size: 15px;
  }

  section.home-hero .home-hero__violator-copy::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: -9px;
    top: -3px;
  }

  .home-content__gradient {
    background: none;
    padding: 0;
  }

  section.home-content {
    padding: 0 15px;
  }

  section.home-content .content-grid {
    grid-template-columns: 1fr;
    height: auto;
    margin: 11px 0 24px;
    padding: 30px 20px 40px;
    row-gap: 30px;
  }
  section.home-content .content-grid__item:nth-child(1) {
    margin: 0 0 10px;
  }

  section.home-content .nccn-box {
    gap: 25px;
    margin: 25px 0;
  }

  section.home-content .nccn-box__left-col {
    padding: 0;
  }

  section.home-content .nccn-box__left-col::after {
    height: 162px;
    top: -50px;
    transform: translateX(15px);
  }

  section.home-content p.nccn__text {
    font-size: 16px;
  }

  section.home-content a.home-btn {
    height: 78px;
    text-align: center;
  }

  section.home-content .footnotes {
    font-size: 13px;
    margin: 0;
    letter-spacing: normal;
  }
}

/* Global Desktop only */

@media screen and (min-width: 992px) {
  .resectable-new
    section.home-content
    .content-grid__item:nth-child(3)
    h4.content-grid__title {
    margin: 10px 0 12px;
  }

  .resectable-new
    section.home-content
    .content-grid__item:nth-child(4)
    h4.content-grid__title {
    margin: 10px 0 4px;
  }

  .resectable-new
    section.home-content
    .content-grid__item:nth-child(3)
    p.content-grid__text:last-of-type {
    margin: 0.5rem 0 0;
  }
}

/* Global Desktop only END*/

/* Navigation Desktop */

@media screen and (min-width: 992px) {
  .resectable-new header#header {
    height: 85px;
  }

  .resectable-new .navbar-inverse .navbar-nav.navbar-middle > li {
    max-height: 32px;
  }
  .resectable-new .logos {
    margin: 11px 0 0;
    width: auto;
  }

  .resectable-new .logos .logo img {
    width: 178px;
    height: 60px;
  }
  .resectable-new ul.nav.navbar-nav.navbar-middle {
    margin-left: 0;
  }

  .resectable-new .navbar-inverse .navbar-nav.navbar-middle > li {
    margin-right: 0;
    display: inline-flex;
  }

  .resectable-new ul.nav.navbar-nav.navbar-right li.ns-link a {
    padding: 9px 18px 9px 9px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34.5px;
  }

  .resectable-new .fullheader ul.list-inline > li:first-child {
    padding-left: 50px;
  }

  .resectable-new .fullheader ul.list-inline li:last-child {
    padding-right: 22px;
  }

  .resectable-new nav.navbar.navbar-inverse .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .resectable-new .fullheader {
    display: flex;
    justify-content: center;
    height: auto;
    width: auto;
    padding: 0;
    column-gap: 10px;
  }

  .resectable-new .navbar-inverse .navbar-nav.navbar-middle > li > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .resectable-new .navbar-right {
    margin-right: 0;
  }

  .resectable-new nav.navbar.navbar-inverse {
    max-width: 988px;
  }
  .resectable-new .header-iparsys.iparsys.parsys {
    max-width: 1215px;
    margin: 0 auto;
  }
  .resectable-new .fullheader ul.list-inline {
    margin-left: 0;
    width: 952px;
    white-space: nowrap;
    position: relative;
  }

  .resectable-new .fullheader ul.list-inline::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 100%;
    width: 38px;
    border-bottom: 1px solid #b5cef2;
  }

  .resectable-newnav.navbar.navbar-inverse {
    max-width: 1040px;
  }

  .resectable-new .navbar-nav > li.order-res-link:first-child {
    margin-right: 0;
    margin-left: 5px;
  }

  .resectable-new ul.nav.navbar-nav.navbar-right li.cyr-link a {
    text-align: left;
    max-width: 117px;
    padding-right: 29px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
  }

  .resectable-new .navbar-new .select-indication ul.dropdown-menu > li > a {
    padding: 11px 20px 11px 29px;
    height: 99px;
    display: flex;
    align-items: center;
  }

  .resectable-new .navbar-new .select-indication ul.dropdown-menu > li > a > p {
    font-family: Ubuntu;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #003262;
  }

  .resectable-new
    .navbar-new
    li.dropdown.select-indication.nsclc-indication
    a.dropdown-toggle {
    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }

  .resectable-new ul.nav.navbar-nav.navbar-right li.cyr-link a:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(/content/dam/website-services/us/434-imfinzi-com/resectable-new/global/white-arrow-thick.svg)
      no-repeat;
    position: absolute;
    right: 6px;
    top: 12px;
  }

  .resectable-new ul.nav.navbar-nav.navbar-right li.ns-link a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/content/dam/website-services/us/434-imfinzi-com/resectable-new/global/blue-arrow-thick.svg)
      no-repeat;
    position: relative;
    left: 12px;
    top: 1px;
  }

  .resectable-new ul.nav.navbar-nav.navbar-right li.ns-link > a:hover::after {
    filter: grayscale(1) brightness(100);
  }

  .resectable-new ul.nav.navbar-nav.navbar-right li.order-res-link > a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    left: 20px;
    top: -3px;
    background: url(/content/dam/website-services/us/434-imfinzi-com/resectable-new/global/drop-down-arrow-thick.svg)
      no-repeat;
  }

  .resectable-new li.order-res-link {
    max-width: 75px;
  }

  .resectable-new .fullheader .dropdown a.dropdown-toggle:after {
    font-weight: 900;
  }
}

.resectable-new main#maincontent {
  background-position-y: -30px;
}
/* Navigation Desktop END */

/* Navigation Mobile */

@media screen and (max-width: 991px) {
  .resectable-new a.m-isi-in-hd {
    right: 14px;
  }

  .resectable-new a#prescribing-information {
    padding-left: 60px;
    padding-right: 0;
  }
  .resectable-new .navbar-inverse .nsclc-res-moa > a::before {
    content: none !important;
  }

  .resectable-new ul.nav.navbar-nav.navbar-right li a {
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .resectable-new
    ul.nav.navbar-nav.navbar-right
    li.order-res-link
    ul.dropdown-menu.multi-level
    li
    a {
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .resectable-new ul.nav.navbar-nav.navbar-right li.order-res-link a,
  .resectable-new ul.nav.navbar-nav.navbar-right li.ns-link a {
    color: #003262;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
  }

 .resectable-new ul.nav.navbar-nav.navbar-right li.order-res-link a {
        background: none;
    }
  .resectable-new .navbar-nav.navbar-middle li.active > a {
    font-weight: bold !important;
  }

  .resectable-new
    ul.nav.navbar-nav.navbar-right
    li.ns-link
    ul.dropdown-menu.multi-level
    li
    a {
    background: #f0f5fc;
    font-family: "Ubuntu";
    font-weight: 400;
    line-height: 18px;
    padding-left: 43px !important;
    color: #003262 !important;
  }
  .resectable-new ul.nav.navbar-nav.navbar-right li.ns-link a:after {
    content: none;
  }
  .resectable-new .container-fluid > .navbar-header {
    height: auto;
  }
}

/* Navigation Mobile END */

/* for COMPATIBILITY DEVICES BELOW*/

@media screen and (min-width: 992px) and (max-width: 1295px) {
  section.home-hero .home-hero__headline {
    font-size: 40px;
  }
  span.home-hero__headline-start {
    white-space: nowrap;
  }

  span.home-hero__headline-end {
    white-space: nowrap;
  }
  section.home-hero .home-hero__headline-note {
    white-space: normal;
  }

  .resectable-new .navbar.navbar-inverse .container-fluid {
    transform: none;
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .resectable-new nav.navbar.navbar-inverse {
    margin-left: 18vw;
  }
  .resectable-new .navbar-inverse .navbar-nav.navbar-middle > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  ul.nav.navbar-nav.navbar-middle {
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
  .resectable-new ul.nav.navbar-nav.navbar-right li.ns-link a {
    display: none;
  }
}

/* for COMPATIBILITY DEVICES END */
