.footerSection {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 120rem;
  height: calc(999 / 1920 * 100vw);
  min-height: 28rem;
  max-height: 62.4375rem;
  margin-inline: auto;
  background: var(--color-white);
}

.footerWordmark {
  position: absolute;
  z-index: 0;
  margin: 0;
  color: var(--color-maroon);
  font-family: var(--font-display);
  font-size: clamp(3.25rem, calc(408.718 / 1920 * 100vw), 25.544875rem);
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.footerWordmark--wpu {
  left: calc(-83 / 1920 * 100%);
  top: calc(28 / 999 * 100%);
  line-height: 1;
}

.footerWordmark--goa {
  left: calc(1048.625 / 1920 * 100%);
  top: calc(40.574 / 999 * 100%);
  line-height: 0.97;
}

.footerCampusWrap {
  position: absolute;
  left: 0;
  top: calc(-99 / 999 * 100%);
  z-index: 1;
  width: 100%;
  height: calc(1098 / 999 * 100%);
  overflow: hidden;
  pointer-events: none;
  filter: drop-shadow(0 -138px 80px rgba(0, 0, 0, 0.07))
    drop-shadow(0 -57.653px 33.422px rgba(0, 0, 0, 0.05))
    drop-shadow(0 -30.824px 17.869px rgba(0, 0, 0, 0.04));
}

.footerCampus {
  position: absolute;
  left: -1.86%;
  top: -0.02%;
  width: 106.53%;
  height: 103.95%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}

.footerShadeTop {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(341 / 999 * 100%);
  bottom: 0;
  z-index: 2;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(1, 7, 103, 0) 0%,
    rgba(1, 7, 103, 0.4) 36%,
    #010767 58%,
    #030968 78%,
    #000000 100%
  );
  pointer-events: none;
}

.footerShade {
  display: none;
}

.footerContent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(1.75rem, calc(56 / 1920 * 100vw), 3.5rem);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, calc(28 / 1920 * 100vw), 1.75rem);
  padding-inline: var(--container-pad);
}

.footerTagline {
  max-width: 86.25rem;
  margin: 0;
  color: var(--color-white);
  font-size: var(--fs-64);
  font-weight: 500;
  line-height: 1.14;
  text-align: center;
}

.footerSection .primaryButton {
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .footerSection .primaryButton {
    display: none;
  }
}

@media (max-width: 1199px) {
  .footerWordmark {
    font-size: clamp(4.5rem, 21.3vw, 16rem);
  }
}

@media (max-width: 767px) {
  .footerSection {
    min-height: 36rem;
  }

  .footerWordmark--wpu {
    top: 0.5rem;
  }

  .footerWordmark--goa {
    top: 0.75rem;
  }

  .footerContent {
    bottom: 1.5rem;
    gap: 1rem;
  }

  .footerTagline {
    font-size: clamp(1.25rem, 5.2vw, 1.75rem);
    line-height: 1.25;
  }

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

@media (max-width: 450px) {
  .footerSection {
    min-height: 30rem;
  }

  .footerWordmark {
    font-size: clamp(3.25rem, 20vw, 5rem);
  }

  .footerTagline {
    font-size: 1.1875rem;
  }

  .footerContent {
    bottom: 1.25rem;
  }
}

@media (max-width: 350px) {
  .footerWordmark {
    font-size: 2.75rem;
  }

  .footerSection .primaryButton {
    padding: 0.625rem 0.75rem;
    font-size: 0.8125rem;
  }

  .footerSection .primaryButtonIcon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
