.page-template-page-athletes,
.page-slug-athletes {
  background: #e9eef1;
}

.page-template-page-athletes body,
.page-slug-athletes body {
  height: 100svh;
  overflow: hidden;
  overflow-x: hidden;
}

.page-template-page-athletes #main,
.page-slug-athletes #main {
  height: 100svh;
  width: 100vw;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.athlete-page {
  --athlete-stage-width: 1998px;
  --athlete-stage-height: 1147px;
  position: relative;
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: auto;
  overscroll-behavior-y: contain;
  background: #e9eef1;
  isolation: isolate;
}

.athlete-page__logo {
  position: fixed;
  top: clamp(56px, 5vh, 82px);
  left: 50%;
  z-index: 80;
  width: clamp(46px, 3.84vw, 70px);
  transform: translateX(-50%) scale(var(--mc26-page-logo-scale, 1));
  transition: opacity 220ms ease, transform 220ms ease;
}

.athlete-page__logo:hover,
.athlete-page__logo:focus-visible {
  opacity: 0.85;
  transform: translateX(-50%) translateY(-2px) scale(var(--mc26-page-logo-scale, 1));
}

/* The Athlete logo artwork has more transparent padding than the Sponsor and Spectator variants. */
.athlete-page--athletes .athlete-page__logo img {
  display: block;
  transform: scale(1.56);
  transform-origin: center;
}

.athlete-page:not(.athlete-page--athletes) .athlete-page__logo img {
  display: block;
  transform: scale(1.3);
  transform-origin: center;
}

.athlete-section {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  width: 100%;
  overflow: clip;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  isolation: isolate;
  background: var(--mc26-section-bg, transparent);
}

.athlete-section__stage {
  position: relative;
  width: 100%;
  height: 100svh;
  margin: 0 auto;
}

.athlete-section__background-layer,
.athlete-section__foreground-layer,
.athlete-section__title-layer,
.athlete-section__content-layer {
  position: absolute;
  transition:
    opacity 720ms ease,
    transform 920ms var(--ease),
    filter 920ms ease;
  will-change: opacity, transform, filter;
}

.athlete-section__background-layer {
  inset: 0;
  z-index: 1;
  opacity: 0.22;
  transform: scale(1.015);
  filter: saturate(0.96);
}

.athlete-section.is-active .athlete-section__background-layer {
  opacity: 1;
  transform: scale(1);
  filter: saturate(1);
}

.athlete-section__background-layer::after {
  content: none;
}

.athlete-section__background-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

video.athlete-section__background-media {
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.athlete-section__title-layer {
  top: clamp(152px, 18vh, 212px);
  left: 50%;
  z-index: 3;
  width: calc(100vw - 50px);
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 32px);
}

.athlete-section.is-active .athlete-section__title-layer {
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 80ms;
}

.athlete-section__title {
  margin: 0;
  color: var(--mc26-title-color, var(--mc-red));
  font-family: var(--font-display);
  font-size: clamp(4rem, 8.7vw, 7.9rem);
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: 0;
  text-transform: uppercase;
}

.athlete-section__title span {
  display: block;
}

.athlete-section__foreground-layer {
  inset: 0;
  z-index: 4;
  opacity: 0;
  transform: translateY(26px);
  pointer-events: none;
}

.athlete-section.is-active .athlete-section__foreground-layer {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 160ms;
}

.athlete-section__foreground-media {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.athlete-section__content-layer {
  left: 50%;
  top: clamp(520px, 57vh, 630px);
  bottom: auto;
  z-index: 5;
  width: min(72vw, 960px);
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 34px);
}

.athlete-section.is-active .athlete-section__content-layer {
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 240ms;
}

.athlete-section__content-card {
  width: 100%;
  box-sizing: border-box;
  padding: var(--mc26-panel-pad, 0);
  background: var(--mc26-panel-bg, transparent);
  border-radius: var(--mc26-panel-radius, 0);
}

.athlete-section--cta .athlete-section__content-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.athlete-section__subtitle {
  margin: 0 0 22px;
  color: var(--mc26-subtitle-color, var(--mc-ink));
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.55vw, 2.8rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.athlete-section__subtitle span {
  display: block;
}

.athlete-section__body {
  width: 100%;
  color: var(--mc26-body-color, var(--mc-muted));
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.5;
}

.athlete-section--cta .athlete-section__body {
  max-width: 720px;
}

.athlete-section__body p {
  margin: 0 0 1.15em;
}

.athlete-section__body p:last-child {
  margin-bottom: 0;
}

.athlete-section__button {
  margin-top: 30px;
}

.athlete-section--cta .athlete-section__button {
  align-self: center;
}

.athlete-section[data-athlete-index="1"] .athlete-section__title-layer {
  top: clamp(170px, 20vh, 238px);
  width: calc(100vw - 50px);
}

.athlete-section[data-athlete-index="1"] .athlete-section__foreground-media {
  object-position: center center;
}

.athlete-section[data-athlete-index="1"] .athlete-section__content-layer {
  top: clamp(535px, 59vh, 650px);
  width: min(66vw, 860px);
}

.athlete-section[data-athlete-index="2"] .athlete-section__title-layer {
  top: clamp(142px, 17vh, 194px);
  width: calc(100vw - 50px);
}

.athlete-section[data-athlete-index="2"] .athlete-section__foreground-layer {
  inset: 0;
  width: 100%;
  height: 100%;
}

.athlete-section[data-athlete-index="2"] .athlete-section__foreground-media {
  object-position: center bottom;
}

.athlete-section[data-athlete-index="2"] .athlete-section__content-layer {
  top: clamp(505px, 56vh, 610px);
  width: min(68vw, 980px);
}

.athlete-section[data-athlete-index="2"] .athlete-section__subtitle {
  font-size: clamp(1.95rem, 2.25vw, 2.55rem);
}

.athlete-section[data-athlete-index="7"] .athlete-section__title-layer {
  top: clamp(148px, 18vh, 208px);
  width: calc(100vw - 50px);
}

.athlete-section[data-athlete-index="7"] .athlete-section__content-layer {
  top: clamp(468px, 50vh, 540px);
  width: min(64vw, 820px);
}

.athlete-section[data-athlete-index="7"] .athlete-section__subtitle {
  margin-bottom: 16px;
}

.athlete-section--no-foreground .athlete-section__content-layer {
  width: min(66vw, 860px);
}

.athlete-page--spectators .athlete-section__background-media {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 1361px) and (max-width: 1700px) and (max-height: 900px) {
  .athlete-page__logo {
    top: 38px;
    width: 48px;
  }

  .athlete-section__title-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__title-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__title-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__title-layer {
    top: clamp(132px, 18vh, 162px);
    width: calc(100vw - 50px);
  }

  .athlete-section__title,
  .athlete-section[data-athlete-index="2"] .athlete-section__title {
    font-size: clamp(4.2rem, 5.64vw, 5.52rem);
    line-height: 0.78;
  }

  .athlete-section__content-layer,
  .athlete-section--no-foreground .athlete-section__content-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__content-layer {
    top: auto;
    bottom: clamp(72px, 10vh, 96px);
    width: min(52vw, 720px);
  }

  .athlete-section__content-card {
    padding: max(21px, calc(var(--mc26-panel-pad, 0) * 0.59));
  }

  .athlete-section__subtitle {
    font-size: clamp(1.28rem, 1.8vw, 1.74rem);
    line-height: 0.94;
    margin-bottom: 11px;
  }

  .athlete-section__body {
    font-size: 0.75rem;
    line-height: 1.34;
  }

  .athlete-section__button {
    margin-top: 18px;
  }

}

@media (min-width: 1181px) and (max-width: 1360px) and (max-height: 860px) {
  .athlete-page__logo {
    top: 38px;
    width: 42px;
  }

  .athlete-section__title-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__title-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__title-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__title-layer {
    top: clamp(132px, 18vh, 156px);
    width: calc(100vw - 50px);
  }

  .athlete-section__title,
  .athlete-section[data-athlete-index="2"] .athlete-section__title {
    font-size: clamp(3.56rem, 5.76vw, 4.68rem);
    line-height: 0.78;
  }

  .athlete-section__content-layer,
  .athlete-section--no-foreground .athlete-section__content-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__content-layer {
    top: auto;
    bottom: clamp(68px, 10vh, 90px);
    width: min(50vw, 620px);
  }

  .athlete-section__content-card {
    padding: max(19px, calc(var(--mc26-panel-pad, 0) * 0.58));
  }

  .athlete-section__subtitle {
    font-size: clamp(1.16rem, 1.96vw, 1.6rem);
    line-height: 0.94;
    margin-bottom: 10px;
  }

  .athlete-section__body {
    font-size: 0.7rem;
    line-height: 1.32;
  }

  .athlete-section__button {
    margin-top: 18px;
  }

}

@media (max-width: 1180px) {
  .athlete-page__logo {
    top: 42px;
    width: 43px;
  }

  .athlete-section__title-layer {
    top: 126px;
    width: calc(100vw - 50px);
  }

  .athlete-section__title {
    font-size: clamp(2.95rem, 7.2vw, 5.95rem);
  }

  .athlete-section__content-layer {
    width: min(66vw, 680px);
    top: clamp(360px, 48vh, 452px);
  }

  .athlete-section__subtitle {
    font-size: clamp(1.42rem, 2.25vw, 1.98rem);
    margin-bottom: 16px;
  }

  .athlete-section__body {
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .athlete-section[data-athlete-index="1"] .athlete-section__title-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__title-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__title-layer {
    top: 126px;
  }

  .athlete-section[data-athlete-index="1"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__content-layer,
  .athlete-section--no-foreground .athlete-section__content-layer {
    width: min(66vw, 680px);
    top: clamp(360px, 48vh, 452px);
  }
}

@media (max-width: 980px) {
  .athlete-page__logo {
    top: 32px;
    width: 38px;
  }

  .athlete-section__stage {
    width: 100%;
    height: 100svh;
  }

  .athlete-section__title-layer {
    top: 112px;
    width: calc(100vw - 50px);
  }

  .athlete-section__title {
    font-size: clamp(2.48rem, 8.2vw, 4.2rem);
  }

  .athlete-section__content-layer,
  .athlete-section--no-foreground .athlete-section__content-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__content-layer {
    width: min(78vw, 560px);
    top: clamp(300px, 46vh, 390px);
  }

  .athlete-section__subtitle {
    font-size: clamp(1.16rem, 3.9vw, 1.62rem);
    margin-bottom: 12px;
  }

  .athlete-section__body {
    font-size: 0.8rem;
    line-height: 1.36;
  }

  .athlete-section[data-athlete-index="1"] .athlete-section__foreground-layer {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .athlete-section[data-athlete-index="2"] .athlete-section__foreground-layer {
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1180px) and (orientation: portrait) {
  .athlete-page__logo {
    top: 24px;
    width: 50px;
  }

  .athlete-section__title-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__title-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__title-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__title-layer {
    top: clamp(92px, 8vh, 112px);
    width: calc(100vw - 50px);
  }

  .athlete-section__title,
  .athlete-section[data-athlete-index="2"] .athlete-section__title {
    font-size: clamp(3.06rem, 7.2vw, 4.86rem);
    line-height: 0.82;
  }

  .athlete-section__foreground-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__foreground-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__foreground-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__foreground-layer {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .athlete-section__foreground-media {
    left: 50%;
    right: auto;
    bottom: 0;
    width: auto;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center bottom;
  }

  .athlete-section__content-layer,
  .athlete-section--no-foreground .athlete-section__content-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__content-layer {
    width: min(calc(100vw - 56px), 720px);
    top: clamp(442px, 40vh, 510px);
  }

  .athlete-section__content-card {
    padding: max(22px, calc(var(--mc26-panel-pad, 0) * 0.72));
  }

  .athlete-section__subtitle {
    font-size: clamp(1.25rem, 3.2vw, 1.9rem);
    line-height: 0.92;
    margin-bottom: 12px;
  }

  .athlete-section__body {
    font-size: 0.92rem;
    line-height: 1.34;
  }

  .athlete-page--spectators .athlete-section__content-layer,
  .athlete-page--spectators .athlete-section--no-foreground .athlete-section__content-layer,
  .athlete-page--spectators .athlete-section[data-athlete-index="1"] .athlete-section__content-layer,
  .athlete-page--spectators .athlete-section[data-athlete-index="2"] .athlete-section__content-layer,
  .athlete-page--spectators .athlete-section[data-athlete-index="7"] .athlete-section__content-layer {
    top: auto;
    bottom: clamp(52px, 10vh, 86px);
    width: min(calc(100vw - 40px), 760px);
  }
}

@media (max-width: 1180px) and (max-height: 820px) {
  .athlete-page__logo {
    top: 24px;
    width: 34px;
  }

  .athlete-section__title-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__title-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__title-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__title-layer {
    top: 98px;
    width: calc(100vw - 50px);
  }

  .athlete-section__title,
  .athlete-section[data-athlete-index="2"] .athlete-section__title {
    font-size: clamp(2.2rem, 6.5vw, 4.85rem);
    line-height: 0.82;
  }

  .athlete-section__content-layer,
  .athlete-section--no-foreground .athlete-section__content-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__content-layer {
    width: min(72vw, 620px);
    top: clamp(324px, 56vh, 438px);
  }

  .athlete-section__subtitle {
    font-size: clamp(1.18rem, 2.6vw, 1.7rem);
    margin-bottom: 12px;
  }

  .athlete-section__body {
    font-size: 0.82rem;
    line-height: 1.34;
  }

  .athlete-section__content-card {
    padding: max(22px, calc(var(--mc26-panel-pad, 0) * 0.64));
  }

  .athlete-section__button {
    margin-top: 20px;
  }

}

@media (max-width: 640px) {
  .athlete-page__logo {
    top: 22px;
    width: 48px;
  }

  .athlete-section__title-layer {
    top: 96px;
    width: calc(100vw - 50px);
  }

  .athlete-section__title,
  .athlete-section[data-athlete-index="1"] .athlete-section__title,
  .athlete-section[data-athlete-index="2"] .athlete-section__title,
  .athlete-section[data-athlete-index="7"] .athlete-section__title {
    font-size: clamp(2.06rem, 10.8vw, 3.26rem);
    line-height: 0.84;
  }

  .athlete-section__content-layer,
  .athlete-section--no-foreground .athlete-section__content-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__content-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__content-layer {
    width: calc(100vw - 50px);
    top: auto;
    bottom: clamp(52px, 10vh, 86px);
  }

  .athlete-section__subtitle {
    font-size: clamp(1rem, 5vw, 1.34rem);
    line-height: 0.94;
    margin-bottom: 14px;
  }

  .athlete-section__body {
    font-size: 0.76rem;
    line-height: 1.32;
  }

  .athlete-section__content-card {
    padding: max(25px, calc(var(--mc26-panel-pad, 0) * 0.82));
  }

  .athlete-section__button {
    margin-top: 26px;
  }

  .athlete-section__background-media {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .athlete-section__foreground-layer,
  .athlete-section[data-athlete-index="1"] .athlete-section__foreground-layer,
  .athlete-section[data-athlete-index="2"] .athlete-section__foreground-layer,
  .athlete-section[data-athlete-index="7"] .athlete-section__foreground-layer {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .athlete-section__foreground-media {
    left: 50%;
    right: auto;
    bottom: 0;
    width: auto;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center bottom;
  }

}
