.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;
}

.hero-banner.hero-banner--page {
  max-width: 1132px;
  margin: 0 auto;
  position: relative;
}

img.hero-banner__image {
  width: 100%;
  height: 560px;
  align-self: stretch;
    background: #fff;
}

h2.hero-banner__heading {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 226px;
  left: 41px;
  max-width: 526px;
  font-family: "filson-pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 425;
  line-height: 30px;
  text-box: trim-both cap alphabetic;
  color: #fff;
}

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

.community-carousel.carousel {
  max-width: 1132px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.carousel--community .carousel__track {
  overflow: hidden;
}

.carousel--community .slick-list {
  overflow: hidden;
}

.carousel--community .slick-track {
  display: flex;
}

.carousel--community .carousel__slide {
  display: flex;
  justify-content: center;
  width: 550px;
  padding: 0;
  margin-right: 32px;
  height: auto;
}

.carousel--community .slick-slide {
  height: auto;
}

.carousel--community .slick-slide > div {
  height: 100%;
}

.community-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 40px;
  height: auto;
  align-self: stretch;
}

.community-card.has-brackets {
  --bracket-height-trim: 10px;
}

.community-card__logo-wrap {
  width: 470px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.community-card__logo-wrap--icon {
  width: 138px;
  height: 138px;
}

.community-card__logo {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.community-card__logo-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.community-card__logo--bcan {
  width: 335.16px;
  height: 100px;
}

.community-card__logo--ucf {
  width: 356px;
  height: 111px;
}

.community-card__logo--myteam {
  width: 470px;
  height: 57.15px;
}

.community-card__logo--icon {
  width: 138px;
  height: 138px;
}

.community-card__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.community-card__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  width: 100%;
  flex: 1 1 auto;
}

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

.community-card__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;
}

.community-card__link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  text-decoration: none;
  color: #063a4c;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
  position: relative;
  margin-top: auto;
  padding: 8px;
  transition: color 150ms ease;
}

.community-card__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #b8f0ff;
  transition: width 150ms ease;
}

.community-card__link-icon {
  flex: 0 0 24px;
  height: 24px;
  width: 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: transform 150ms ease;
}

.community-card__link:hover .community-card__link-icon {
  transform: translateX(8px);
}

.community-card__link:hover::after {
  width: calc(100% + 8px);
}

@media screen and (min-width: 992px) {
  .community-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    padding: 40px;
    gap: 0;
    height: 484px;
    min-height: 484px;
    max-height: 484px;
  }

  .community-card__link:active {
    color: #135166;
  }
}

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

.carousel--community button.slick-prev,
.carousel--community 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,
    opacity 150ms ease;
}

.carousel--community button.slick-prev {
  order: 1;
  transform: rotate(180deg);
}

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

.carousel--community button.slick-next:hover {
  transform: scale(1.05);
}

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

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

.carousel--community 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;
}

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

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

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

.content-section-3 .content-banner__wrapper {
  max-width: 1132px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  padding: 0 24px;
}

.content-section-3 .content-banner__wrapper img{
	height:80px;
}

.content-section-3 .content-banner__heading {
  margin: 0;
  padding: 0;
  font-family: "filson-pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  text-box: trim-both cap alphabetic;
  color: #fff;
}

.content-section-3 .content-banner__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: #fff;
  max-width: 938px;
}

.content-banner__link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  min-width: 140px;
  text-decoration: none;
  color: #fff;
  font-family: "filson-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding-bottom: 4px;
  white-space: nowrap;
  transition: 150ms ease;
}

.content-banner__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background-color: #b8f0ff;
}

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

.content-banner__link:hover,
.content-banner__link:active {
  color: #fff;
  gap: 24px;
}

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

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

  .community-carousel {
    padding: 40px 0;
  }

  .community-carousel.carousel {
    max-width: 100%;
    padding: 0 15px;
    gap: 40px;
  }

  .carousel--community .carousel__slide {
    width: auto;
    margin-right: 0;
    padding: 0;
  }

  .carousel--community .slick-track {
    align-items: flex-start;
  }

  .carousel--community .slick-slide,
  .carousel--community .slick-slide > div {
    height: auto;
  }

  .carousel--community .slick-slide {
    padding-right: 16px;
    box-sizing: border-box;
  }

  .carousel--community .slick-list {
    margin-right: -16px;
  }

  .community-card {
    padding: 40px 24px;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    height: auto;
  }

  .community-card__title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.52px;
  }

  .community-card__logo-wrap {
    width: 100%;
    max-width: 312px;
    height: auto;
  }

  .community-card__logo-wrap--bcan {
    width: 312px;
    max-width: 100%;
    height: 93.091px;
  }

  .community-card__logo-wrap--ucf {
    width: 312px;
    max-width: 100%;
    height: 66.383px;
    overflow: hidden;
  }

  .community-card__logo-wrap--myteam {
    width: 312px;
    height: 66.383px;
  }

  .community-card__logo-wrap--icon {
    width: 138px;
    max-width: none;
    height: 138px;
  }

  .community-card__logo-inner--myteam {
    width: 312px;
    height: 37.935px;
  }

  .community-card__logo--bcan {
    width: 312px;
    height: 93.091px;
  }

  .community-card__logo--ucf {
    width: 236.323px;
    height: 73.685px;
  }

  .community-card__logo--myteam {
    width: 312px;
    height: 37.935px;
  }

  .community-card__logo--icon {
    width: 138px;
    height: 138px;
  }

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

  .content-section-3 .content-banner__wrapper {
    padding: 0;
    gap: 40px;
  }

  .content-section-3 .content-banner__heading {
    font-size: 30px;
    line-height: 38px;
  }

  .content-banner__link {
    color: #fff;
  }

  .content-section-2 {
    background-color: #ecfcff;
  }

  img.hero-banner__image.mobile-only {
    height: 262px;
  }

  h2.hero-banner__heading {
    position: static;
    left: auto;
    top: auto;
    max-width: none;
    padding: 32px 15px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 425;
    text-align: center;
    background-color: #327096;
  }
}

.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;
  padding: 0 24px;
}

.cta-section__heading {
  width: 413px;
  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;
}

@media screen and (max-width: 991px) {
  .cta-section {
    padding: 40px 15px;
  }

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

  .cta-section__heading {
    width: 100%;
  }

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