.heading-section {
  max-width: 938px;
  margin: 0 auto;
  padding: 40px 0;
  margin-top: 35px;
}

h1.heading-section__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #063a4c;
  text-box: trim-both cap alphabetic;
  text-align: center;
}

.content-banner {
  padding: 56px 0;
  background-color: #063a4c;
}

.content-banner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 938px;
  margin: 0 auto;
}

.content-banner h3.text__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: normal;
  text-box: trim-both cap alphabetic;
  color: #fff;
}

.content-banner p.text__normal {
  margin: 0;
  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: #fff;
}
.content-section-1 {
  width: 100%;
  padding: 40px 0;
  background-color: #327096;
}

.content-section-2 {
  background-color: #e7f0f7;
  padding: 64px 0;
}

.content-section-2 .content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 748px;
  margin: 0 auto;
}

.content-section-3 {
  background-color: #cae0ed;
  padding: 64px 0;
}

.content-section-3 .content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 748px;
  margin: 0 auto;
}

.content-section-2 .content__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

h3.text__heading {
  margin: 0;
  padding: 0;
  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: #063a4c;
}

.carousel-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.carousel-icons__icons {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 24px;
  width: 592px;
}

.carousel-icons__icon {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

img.carousel-icons__image {
  width: 40px;
  height: 40px;
}

.carousel-icons__icon:nth-child(5)> img.carousel-icons__image {
	width:auto;
}

.carousel-icons__label {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-box: trim-start cap alphabetic;
  color: #063a4c;
}

.carousel-icons__icon:nth-child(2) {
  /*width: 126px;*/
}

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

.carousel {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.carousel__slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.carousel__media {
  width: 100%;
  height: 418px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.carousel__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.carousel__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 32px;
  background: #fff;
}

.carousel__index {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 56px;
  height: 56px;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "filson-pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
  text-box: trim-both cap alphabetic;
  color: #063a4c;
}

.carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.carousel__text {
  margin: 0;
  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;
}

button.slick-prev {
  order: 1;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  background: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/carousel-btn.svg)
    center/contain no-repeat;
  transform: rotate(180deg);
  flex: 0 0 48px;
  height: 48px;
  width: 48px;
  transition: transform 150ms ease;
}

button.slick-prev:hover {
  transform: rotate(180deg) scale(1.05);
}

button.slick-next {
  order: 3;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  background: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/carousel-btn.svg)
    center/contain no-repeat;
  flex: 0 0 48px;
  height: 48px;
  width: 48px;
  transition: transform 150ms ease;
}

button.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  flex-direction: row;
  order: 2;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

ul.slick-dots button {
  border: none;
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #063a4c;
  margin: 0;
  padding: 0;
  transition: transform 150ms ease;
}

ul.slick-dots .slick-active button {
  width: 16px;
  height: 16px;
  background-color: #063a4c;
}

ul.slick-dots li {
  margin: 0;
  line-height: 0;
}

.carousel__track {
  overflow: hidden;
}

.carousel__slide {
  padding: 0 4px;
}

.cta-section {
  background-color: #063a4c;
  padding: 40px 0;
}

.cta-section__wrapper {
  max-width: 1132px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

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

.cta-section__btn {
  display: flex;
  gap: 16px;
  width: fit-content;
  padding: 8px 24px;
  height: 72px;
  background-color: #b8f0ff;
  transition: 150ms ease;
  justify-content: center;
  align-items: center;
}

.cta-section__btn-label {
  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;
}

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

.cta-section__btn:hover,
.cta-section__btn:active {
  background-color: #a3e9fe;
}

.cta-section__btn:hover span.cta-section__btn-arrow,
.cta-section__btn:active span.cta-section__btn-arrow {
  transform: translateX(8px);
}

.cta-section__btn:active {
  transform: scale(0.95);
  transform-origin: center;
}

span.fpo-only {
  background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/nmibc-full/global/fpo-only.svg);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-10%);
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

.carousel--bcg span.fpo-only {
    display: none;
}

@media screen and (max-width: 992px) {
  .heading-section {
    margin-top: 0;
    padding: 40px 15px;
  }

  h1.heading-section__heading {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.3px;
  }

  .content-banner {
    padding: 56px 16px;
  }

  .content-section-2 {
    padding: 64px 15px;
  }

  .carousel {
    margin-left: -8px;
    width: calc(100% + 16px);
  }

  .carousel-icons__icons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 19px;
  }

  .carousel-icons__label {
    font-weight: 800;
    line-height: 22px;
  }

  .carousel-icons__icon:nth-child(4) {
    order: 1;
    width: 97px;
  } /* Cancer */
  .carousel-icons__icon:nth-child(5) {
    order: 3;
  } /* IMFINZI */
  .carousel-icons__icon:nth-child(3) {
    /*order: 2;*/
  } /* Immune */

  .carousel-icons__icon:nth-child(2) .cta-section {
    padding: 40px 15px;
  }

  .carousel__content {
    padding: 12px 15px;
  }

  .carousel__media {
    height: auto;
    border-radius: 15px 15px 0 0;
  }

  .carousel__index {
    width: 28px;
    height: 28px;
    font-size: 10px;
    top: 10px;
    left: 10px;
  }

  .content-section-3 {
    padding: 32px 15px;
  }

  .content-section-3 h3.text__heading {
    max-width: 309px;
    text-align: center;
  }

  span.fpo-only {
    transform: translateY(-10%) scale(0.5);
  }

  .cta-section {
    padding: 40px 15px;
  }

  .cta-section__wrapper {
    flex-direction: column;
  }

  .cta-section__btn {
    width: 100%;
  }
}
