.hero-banner {
  position: relative;
  padding-bottom: 0px;
  background: #f2f2f2;
}

.hero-banner__bg {
  max-width: 1228px;
  height: 649px;
  margin: 0 auto;
  /*background-image: url("/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/desktop/home-hero-desktop.webp");*/
    background-image: url("/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/desktop/potomac_home_hero-new.webp");
  background-repeat: no-repeat;
  background-size: cover;
 /* background-position: center;*/
}

.hero-banner__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1132px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
  box-shadow: inset 0 -10px 0 #b8f0ff;
}

.hero-banner__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25px);
  width: 50px;
  height: 50px;
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/bladder-home-icon.svg);
}

.hero-banner__layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-banner__icon {
  width: 120px;
  height: auto;
}

.hero-banner__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.hero-banner__text-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1092px;
}

.hero-banner__headline {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 37px;
  letter-spacing: 0.64px;
  text-box: trim-both cap alphabetic;
  /*color: #063a4c;*/
  color: #327096;
}

.hero-banner__headline--em {
  color: #327096;
}

.hero-banner__text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
  color: #333;
}

.hero-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  margin-top: 0;
  padding: 8px 24px;
  width: fit-content;
  min-width: 200px;
  height: 50px;
  background-color: #b8f0ff;
  transition: 150ms ease;
}

.hero-banner__btn:active {
  transform: scale(0.95);
  transform-origin: center;
}

.hero-banner__btn-text {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #063a4c;
    white-space: nowrap;
}

.hero-banner__btn-icon {
  flex: 0 0 24px;
  height: 24px;
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/imf-arrow-blood.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 150ms ease;
}

.hero-banner__btn:hover,
.hero-banner__btn:active {
  background-color: #a3e9fe;
}

.hero-banner__btn:hover .hero-banner__btn-icon,
.hero-banner__btn:active .hero-banner__btn-icon {
  transform: translateX(8px);
}

.main-content {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
}

.featured-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.featured-links__item {
  display: flex;
  flex: 1 1 0;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background-color: #063a4c;
  transition: 150ms ease;
}

.featured-links__item--variant-b {
  background-color: #135166;
}

.featured-links__item--variant-c {
  background-color: #116379;
}

.featured-links__content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.featured-links__text {
  font-family: "filson-pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-box: trim-both cap alphabetic;
  color: #fff;
}

.featured-links__text-inner {
  display: inline;
  padding-bottom: 0px;
  box-decoration-break: clone;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 1px);
  background-size: 0% 1px;
  transition: background-size 0.3s ease;
}

.featured-links__item:hover .featured-links__text-inner {
  background-size: 100% 1px;
}

.featured-links__icon {
  flex: 0 0 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-links__arrow {
  flex: 0 0 24px;
  height: 24px;
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/imf-arrow-red.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 150ms ease;
}

.featured-links__item--variant-a .featured-links__icon {
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/clinical-trial-results.svg);
}

.featured-links__item--variant-b .featured-links__icon {
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/combo-treatment.svg);
}

.featured-links__item--variant-c .featured-links__icon {
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/resources-support-icon.svg);
}

.featured-links__item:hover,
.featured-links__item:active {
  background-color: #135166;
}

.featured-links__item--variant-b:hover,
.featured-links__item--variant-b:active {
  background-color: #116379;
}

.featured-links__item--variant-c:hover,
.featured-links__item--variant-c:active {
  background-color: #097b95;
}

.featured-links__item:hover .featured-links__arrow,
.featured-links__item:active .featured-links__arrow {
  transform: translateX(8px);
}

.topic-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 64px;
  background-color: #ecfcff;
}

.topic-selector__row {
  display: flex;
  gap: 32px;
}

.topic-selector__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-box: trim-both cap alphabetic;
  color: #063a4c;
}

.topic-selector__dropdown {
  position: relative;
  display: flex;
  align-items: center;
  width: 452px;
  height: 40px;
  background-color: #fff;
}

.topic-selector__trigger {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 12px 8px;
  background-color: inherit;
  border: none;
  justify-content: space-between;
  align-items: center;
  outline: none;
  cursor: pointer;
}

.topic-selector__dropdown-label {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  color: #333;
}

.topic-selector__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
}

.topic-selector__dropdown.open .topic-selector__list {
  display: flex;
  flex-direction: column;
  padding: 5px 0 5px;
  margin: 0;
  list-style: none;
  z-index: 3;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}

.topic-selector__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 40px;
  min-width: 200px;
  padding: 8px 24px;
  background-color: #b8f0ff;
  border: none;
  transition: 150ms ease;
}

.topic-selector__submit-label {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #063a4c;
}

.topic-selector__link {
  display: block;
  margin: 0;
  padding: 12px 8px;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #333;
  text-box: trim-both cap alphabetic;
}

.topic-selector__item:hover {
  background-color: #e2ecf7;
}

.topic-selector__item:hover a {
  color: #333;
}

.topic-selector__dropdown-arrow {
  flex: 0 0 14px;
  height: 9px;
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/drop-down-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 150ms ease;
}

.topic-selector__dropdown.open .topic-selector__dropdown-arrow {
  transform: rotate(180deg);
}

.topic-selector__submit-arrow {
  flex: 0 0 24px;
  height: 24px;
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/imf-arrow-blood.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 150ms ease;
}

.topic-selector__submit:hover,
.topic-selector__submit:active {
  background-color: #a3e9fe;
}

.topic-selector__submit:hover .topic-selector__submit-arrow,
.topic-selector__submit:active .topic-selector__submit-arrow {
  transform: translateX(8px);
}

.topic-selector__submit:active {
  transform: scale(0.95);
  transform-origin: center;
}

.nccn-callout {
  background-color: #063a4c;
  padding: 40px 15px;
  width: 100%;
}

.has-brackets {
  position: relative;
  --bracket-width: 59px;
  --bracket-stroke: 15px;
  --bracket-color: #f307f8;
  --bracket-offset-x: 0;
  --bracket-offset-y: 0;
  --bracket-height-trim: 0;
}

.has-brackets::before,
.has-brackets::after {
  content: "";
  position: absolute;
  top: var(--bracket-height-trim);
  bottom: var(--bracket-height-trim);
  width: var(--bracket-width);
  pointer-events: none;
  z-index: 1;
  transform: translateY(var(--bracket-offset-y));
}

.has-brackets::before {
  left: var(--bracket-offset-x);
  border-left: var(--bracket-stroke) solid var(--bracket-color);
  border-top: var(--bracket-stroke) solid var(--bracket-color);
  border-bottom: var(--bracket-stroke) solid var(--bracket-color);
}

.has-brackets::after {
  right: var(--bracket-offset-x);
  border-right: var(--bracket-stroke) solid var(--bracket-color);
  border-top: var(--bracket-stroke) solid var(--bracket-color);
  border-bottom: var(--bracket-stroke) solid var(--bracket-color);
}

.nccn-callout__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 938px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}

.nccn-callout__inner--show-brackets.has-brackets {
  --nccn-bracket-height-trim: -30px;
  --nccn-bracket-offset-y: 0;
  --bracket-width: 35px;
  --bracket-stroke: 15px;
  --bracket-offset-x: -80px;
  --bracket-offset-y: var(--nccn-bracket-offset-y);
  --bracket-height-trim: var(--nccn-bracket-height-trim);
}

.nccn-callout__badge {
  width: 176px;
  height: 121.435px;
}

.nccn-callout__text {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.24px;
  color: #fff;
  text-box: trim-both cap alphabetic;
}

.footnotes-group {
  margin: 0;
  padding: 16px 0;
}

.footnotes-group--show-brackets.has-brackets {
  --footnotes-bracket-height-trim: 10px;
  --footnotes-bracket-offset-y: 15px;
  --bracket-width: 21px;
  --bracket-stroke: 8px;
  --bracket-offset-x: -35px;
  --bracket-offset-y: var(--footnotes-bracket-offset-y);
  --bracket-height-trim: var(--footnotes-bracket-height-trim);
}

.footnotes__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footnotes__item {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  margin: 0;
  padding: 0;
  margin-left: -0.4em;
}

.footnotes__text {
  flex: 1 0 0;
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 425;
  line-height: 20px;
  color: #333;
  text-box: trim-both cap alphabetic;
}

.footnotes__symbol {
  top: 0.2em;
  flex: 0 0 6px;
  font-family: sans-serif;
  font-size: 45%;
  line-height: 0;
  vertical-align: baseline;
}

.footnotes__symbol--ast {
  font-size: 75%;
  line-height: 0;
  top: 0.4em;
}

.footnotes__link {
  color: inherit;
  text-decoration: underline;
}

.footnotes-group.new-fn-group {
    background-color: #ecfcff;
}

.footnotes-group.new-fn-group .footnotes__item {
    margin-left: 0;
}


/* Mobile only */

@media screen and (max-width: 991px) {
  .hero-banner__bg {
    background-image: url("/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/mobile/home-hero-mobile.webp");
    width: 100%;
    height: 231px;
  }
  .hero-banner__layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .hero-banner__content {
    position: static;
    width: 100%;
    padding: 40px 15px;
  }

  .hero-banner__content::before {
    top: unset;
    transform: translate(-50%, -65px);
  }

  .hero-banner__headline {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-align: center;
  }

  .hero-banner__text {
    text-align: center;
    margin-bottom: 0;
  }

  .hero-banner__text-group {
    max-width: 338px;
  }

  .hero-banner__body {
    display: contents;
  }

  .hero-banner__btn {
    width: 100%;
    height: 72px;
    text-align: left;
  }

  .hero-banner__btn-icon {
    position: relative;
    right: -0.1em;
  }

  .featured-links {
    flex-direction: column;
  }

  .featured-links__item {
    min-height: 86px;
  }

  .topic-selector {
    flex-direction: column;
    padding: 40px 15px;
    gap: 24px;
  }

  .topic-selector__row {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }

  .topic-selector__dropdown {
    width: 100%;
  }

  .topic-selector__link {
    height: auto;
  }

  .topic-selector__submit {
    width: fit-content;
    align-self: center;
  }

  .footnotes__item {
    margin-left: 0;
  }

  .footnotes-group {
    padding: 16px 15px;
  }

  .nccn-callout__inner {
    flex-direction: column;
  }

  .nccn-callout__inner--show-brackets.has-brackets {
    --nccn-bracket-height-trim-mobile: -20px;
    --nccn-bracket-offset-y-mobile: 0;
    --bracket-width: 20px;
    --bracket-stroke: 5px;
    --bracket-offset-x: -10px;
    --bracket-offset-y: var(--nccn-bracket-offset-y-mobile);
    --bracket-height-trim: var(--nccn-bracket-height-trim-mobile);
  }

  .footnotes-group--show-brackets.has-brackets {
    --footnotes-bracket-height-trim-mobile: 30px;
    --footnotes-bracket-offset-y-mobile: 28px;
    --bracket-width: 17px;
    --bracket-stroke: 5px;
    --bracket-offset-x: 2px;
    --bracket-offset-y: var(--footnotes-bracket-offset-y-mobile);
    --bracket-height-trim: var(--footnotes-bracket-height-trim-mobile);
  }

  .nccn-callout__badge {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
	.footnotes-group.new-fn-group .footnotes__item {
        justify-content: center;
        text-align: center;
    }
    
    .footnotes-group.new-fn-group sup.footnotes__symbol.footnotes__symbol--ast {
        left: 7px;
    }
    
    .footnotes-group.new-fn-group ul.footnotes__list {
        max-width: 360px;
        margin: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.footnotes-group.new-fn-group ul.footnotes__list {
        max-width: 595px;
        margin: auto;
    }

}

@media screen and (min-width: 992px) {
	.footnotes-group.new-fn-group li.footnotes__item {
        justify-content: center;
        text-align: center;
    }
    
    .footnotes-group.new-fn-group span.footnotes__text {
        flex: none;
    }

}