.banner-heading {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner-heading h1 {
  color: #354d4e;
  font-family: "Filson Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0.4px;
  margin: 40px 0;
  text-box: trim-both cap alphabetic;
}

.heading-gap {
  height: 44px;
}

.accordion-wrapper {
  padding: 64px 0;
  background: #fff2ee;
}

.faq-banner-img {
  /*background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/banner_faq_hero.webp);*/
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/faq-hero-d.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 1132px;
  margin: 0 auto;
  height: 560px;
  position: relative;
}

/*.faq-banner-img::after {
    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/fpo-text.svg);
    left: 760px;
    top: 255px;
    position: absolute;
}*/

h2.faq-banner-heading.mobile-device {
  display: none;
}

.faq-banner-content.desktop-device {
  display: block;
  position: absolute;
  right: 0;
  top: 182px;
  padding: 0;
  margin: 0;
  left: 41px;
  max-width: 526px;
}

.faq-banner-content.desktop-device h2 {
  color: #fff;
  font-family: "Filson Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  text-shadow: 0px 0px 100px #000;
  width: 375px;
  margin: 0;
  padding-bottom: 12px;
  display: none;
}

.faq-banner-content.desktop-device p {
  color: #fff;
  font-family: "Filson Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-shadow: 0px 0px 100px #000;
  text-box: trim-both cap alphabetic;
  margin: 0;
  padding: 0;
}
.faq-banner-content.desktop-device p:last-child {
    margin-top: 30px;
}
.accordion-content {
  padding: 0;
  margin-bottom: 48px;
}

.accordion-content:last-of-type {
  margin-bottom: 0;
}

.accordion-dropdown {
  max-width: 938px;
  padding: 0;
  margin: 0 auto;
  padding-left: 35px;
}

.accordion-dropdown:last-of-type {
  margin-bottom: 0;
}

.expand-btn {
  border-bottom: 4px solid #ff595a;
  max-width: fit-content;
  float: right;
  cursor: pointer;
}

.btn-text img {
  width: 24px;
  height: 24px;
}

.btn-text {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  gap: 16px;
  padding-bottom: 4px;
}

.btn-text p {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #354d4e;
}

.accordion-first h3.accordion-heading {
  margin-bottom: 32px;
  max-width: 770px;
}

.faq-accordion-container {
  background: #fff;
  padding: 24px;
  border-bottom: 2px solid #fff2ee;
  width: 902px;
  margin-left: auto;
}
.faq-accordion-head {
  /*padding: 24px 0;*/
  cursor: pointer;
}

h3.accordion-heading {
  font-family: "Filson Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.24px;
  margin: 0;
  padding: 0;
  float: left;
  color: #354d4e;
  margin-bottom: 47px;
  text-box: trim-both cap alphabetic;
}

.faq-accordion {
  /* margin-top: 16px; */
}

.faq-accordion-head img {
  width: 32px;
  height: 32px;
  float: right;
  /* width: 5%; */
  transform: rotate(90deg);
  display: block !important;
  transition: 0.35s;
}

.faq-accordion-head p {
  float: left;
  width: 90%;
  color: #354d4e;
  font-family: "Filson Pro";
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.faq-accordion-container.pink-bracket {
    position: relative;
}

.faq-accordion-container.pink-bracket:before {
    border-width: 8px;
    width: 40px;
    top: 0;
    left: 0;
    transform: translate(-30px, 0px);
    height: calc(100% + 20px);
    position: absolute;
    border: 10px solid #FA00FF;
    content: "";
    border-right: none;
    z-index: 9;
    display:none;
}

.faq-accordion-container.pink-bracket::after {
    border-width: 8px;
    width: 40px;
    top: 0;
    right: 0;
    transform: translate(30px, 0px);
    height: calc(100% + 20px);
    position: absolute;
    border: 10px solid #FA00FF;
    content: "";
    border-left: none;
    z-index: 9;
    display:none;
}



.faq-accordion-content a {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  /*font-weight: 700;*/
  line-height: 24px;
  color: #333;
  text-decoration: underline;
  text-box: trim-both cap alphabetic;
    cursor: pointer;
}

.learn-more {
  border-bottom: 4px solid #a9c8e7;
  margin-top: 24px;
  max-width: fit-content;
  position: relative;
}

.learn-more-btn a {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 4px;
  transition: 150ms;
}
.learn-more-btn a:hover {
  gap: 21px;
  transition: 150ms;
}
.faq-accordion-content p {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 801px;
  text-box: trim-both cap alphabetic;
}

.faq-accordion-content p.etoposide {
  padding: 24px 0 0;
  width: 100%;
  font-family: "Filson Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.pink-text {
  color: #f307f8;
}

.faq-accordion-content li {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.learn-more-btn p {
  color: #1b66f5;
  width: unset;
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.faq-accordion-content ul {
  padding-left: 30px;
  margin-bottom: 0;
  width: 801px;
}

.txt1 {
  color: #1b66f5;
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  width: unset !important;
  padding-bottom: 13px;
  margin-top: 40px;
}

.potential-text1 {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}

.column1,
.column2,
.left-content,
.right-content {
  width: 401px;
}

.column2 ul {
  padding-left: 9px;
}

.left-content li,
.right-content li,
.column1 li,
.column2 li {
  width: unset;
}

.potential-text2 {
  display: flex;
  gap: 11px;
  margin-bottom: 35px;
}

p.text2,
p.text3 {
  margin-bottom: 20px;
}

.text4 a {
  color: #1b66f5;
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.text4 a:hover,
.text4 a:focus {
  color: #193965;
}

.faq-accordion-container.active .faq-accordion-content {
  display: block;
}

.faq-accordion-content {
  display: none;
}

.faq-accordion-content {
  padding-top: 24px;
  /*padding-bottom:24px;*/
}

.faq-banner-heading.mobile-device {
  display: none;
}

.faq-banner-content-mobile {
  display: none;
}
p.mb-20 {
  margin-bottom: 20px;
}

.faq-accordion-head img#blueminubtn {
  display: none !important;
}
.faq-accordion-head.active img#blue-plus-btn {
  content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/sclc-redesign/global/icon-minus-oxblood.svg);
  transform: rotate(0deg);
}

@media screen and (max-width: 991px) {
  .heading-gap {
    display: none;
  }

  .faq-accordion-container {
    width: 100%;
    max-width: 902px;
  }

  .faq-accordion-content ul {
    width: 100%;
    max-width: 801px;
  }

  .banner-heading h1 {
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 34px;
    color: #2C4041;
  }
  .faq-banner-img {
    /*background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/mobile/banner_faq_hero_mobile.jpg);*/
    background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/mobile/faq-hero-m.webp);
    height: 262px;
    position: relative;
    background-size: cover;
  }

  .faq-banner-content.desktop-device {
    display: none;
  }

  h3.accordion-heading {
    float: none;
    margin-bottom: 24px;
  }

  .faq-banner-heading.mobile-device {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faqs li::marker {
    font-size: 0.9em;
  }

  .faq-banner-heading.mobile-device h2 {
    font-family: "Filson Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0.52px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 16px 10px;
    position: absolute;
    bottom: 0;
    display: none;
  }

  .faq-banner-content-mobile {
    display: block;
    background-color: #354d4e;
    padding: 32px 15px;
  }

  .faq-banner-content-mobile p {
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-align: center;
  }

  .faq-banner-content-mobile p:last-child {
    padding-bottom: 0px;
    margin-top: 15px;
  }

  .accordion-dropdown {
    padding: 0 15px;
  }

  .faq-accordion-content p {
    /* max-width: 634px; */
    width: 85%;
  }

  .faq-accordion-head p {
    float: left;
    font-size: 22px;
    line-height: 28px;
    text-box: trim-both cap alphabetic;
  }

  .faq-accordion-head img {
    width: 24px;
    height: 24px;
  }

  .faq-accordion-head img {
    float: right;
  }

  .faq-accordion-content p.etoposide {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .expand-btn {
    margin-bottom: 32px;
  }
  .faq-accordion-head {
    /*display: inline;*/
    display: flex;
    align-items: center;
  }

  .faq-accordion-content li {
    width: 90%;
  }

  p.txt1 {
    width: 90% !important;
  }

  .learn-more {
    width: 98%;
  }

  .learn-more-btn p {
    width: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .potential-text1 {
    display: block;
  }

  .column1,
  .column2,
  .left-content,
  .right-content {
    width: 90%;
  }

  .column2 ul {
    padding-left: 30px;
  }

  .potential-text2 {
    display: block;
  }

  .faq-accordion-content ul {
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .faq-accordion-head p {
    padding: 24px 0 24px 24px;
  }
  .faq-accordion-head img {
    margin: 24px;
  }
  .faq-accordion-container {
    padding: 0;
  }
  .faq-accordion-content {
    padding: 0 24px 24px;
  }

    /*.faq-accordion-container.pink-bracket:has(.faq-accordion-head.active)::after {
      content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/fpo-text.svg);
      left: 100px;
      top: 320px;
      display: block;
      border: none;
    }*/

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-banner-img {
    background-size: 100% 100%;
  }
}

/*! CSS Used from: https://gddprod65-author-www-imfinzi-com-jp.digital-astrazeneca.com/etc/designs/code/website-services/us/rwd-imfinzi-com/gc-gejc-full/css/care-team.css */
.content-container {
  max-width: 938px;
  margin: 0 auto;
  padding: 0;
}
section.end-of-page-cta {
  background: #354d4e;
  padding: 40px 0;
}
.banenr-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
h3.banner-cta__text {
  font-family: "Filson Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.24px;
  text-box: trim-both cap alphabetic;
  color: #fff;
  margin: 0;
  padding: 0;
  max-width: 586px;
}
a.banner-cta__btn {
  display: flex;
  gap: 16px;
  height: 50px;
  max-width: max-content;
  background: #ff595a;
  padding: 8px 24px;
  font-family: "Filson Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  align-items: center;
  transition: 150ms ease;
}
img.banner-cta__btn-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: linear 0.15s;
  left: 0;
}
a.banner-cta__btn:hover,
a.banner-cta__btn:focus {
  background: #ff9091;
  color: #354d4e;
}
a.banner-cta__btn:hover img.banner-cta__btn-icon,
a.banner-cta__btn:focus img.banner-cta__btn-icon {
  content: url("/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/imf-arrow.svg");
  position: relative;
  left: 8px;
}
a.banner-cta__btn:active {
  transform: scale(0.95);
  transition: transform 0.15s linear;
}

.faq-accordion-content ul.pink-var-list {
    position: relative;
}

.faq-accordion-content ul.pink-var-list:after {
    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/fpo-text.svg);
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    display:none;
}

a.underline-offset {
    text-underline-offset: 4px;
}

@media screen and (max-width: 992px) {
  .content-container {
    width: 100%;
    padding: 0 15px;
  }
  .banenr-cta {
    flex-direction: column;
  }
  a.banner-cta__btn {
    width: 360px;
    max-width: 100%;
    justify-content: center;
  }

   .faq-accordion-container.pink-bracket:before {
   	 transform: translate(-10px, -10px);
    }
   .faq-accordion-container.pink-bracket::after {
        transform: translate(10px, -10px);
    }
    .faq-accordion-content p.etoposide {
        font-family: "Filson Pro";
        font-size: 18px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        max-width: 85%;
    }
    .faq-accordion-content a {
         font-weight: 400;
        text-decoration: underline;
     }
    .faq-accordion ul.pink-text {
        width: 94%;
    }

    .faq-banner-img::after {
        top: 80px;
        left: 140px;
    }
}
