:root {
  --primary-yellow: #ffd545;
  --black: black;
  --white: white;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.33;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

p {
  letter-spacing: 0;
  margin-bottom: 0;
}

.text-block {
  color: var(--primary-yellow);
}

.s-hero {
  aspect-ratio: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/stars-bg.webp');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  border-bottom: 5px solid #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: min(95vh, 1000px);
  max-height: 1200px;
  display: flex;
  position: relative;
}

.marquee-outer {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hero-logo-wrap {
  z-index: 2;
  width: 30%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8vw;
  padding-bottom: 4vw;
  position: relative;
}

.img100 {
  width: 100%;
}

.hero-logo-title {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
  overflow: hidden;
}

.yellow-section {
  background-color: var(--primary-yellow);
  color: #000;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section.intro {
  z-index: 1;
  background-color: var(--primary-yellow);
  color: #000;
  overflow: hidden;
}

.section.borders-tb {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.mb-small {
  margin-bottom: 1rem;
}

.mw-750 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mb-medium {
  margin-bottom: 2rem;
}

.mb-large {
  margin-bottom: 4rem;
}

.eyebrow-title {
  letter-spacing: .5em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.large {
  max-width: 2000px;
}

.recap-video-wrap {
  margin-bottom: 4rem;
  position: relative;
}

.recap-lightbox {
  z-index: 1;
  aspect-ratio: 16 / 9;
  background-color: #1d1d1d;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1rem 1rem #000;
}

.recap-lightbox.v1 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
}

.watch-recap-wrap {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t-watch-recap {
  color: #fff;
  text-transform: uppercase;
  margin-top: .9rem;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
}

.play-btn {
  width: 3.5rem;
}

.play-btn.v2 {
  width: 5rem;
}

.s1-bg-hand {
  z-index: 0;
  width: 20%;
  max-width: 400px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, 25%);
}

.s1-bg-logo {
  width: 21%;
  max-width: 400px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.intro-stats-wrap {
  z-index: 1;
  position: relative;
}

.stats-pics-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stats-pics-row._1 {
  align-items: baseline;
}

.stats-pics-row._2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.stats-pics-row._2-1 {
  justify-content: center;
}

.stats-pic-card {
  aspect-ratio: 3 / 2;
  background-color: #fff;
  border-radius: 1rem;
  width: 50%;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px #fff;
}

.stats-pic-card._2 {
  aspect-ratio: 3 / 2;
  width: 40%;
}

.stats-pic-card._2-1 {
  aspect-ratio: 16 / 9;
}

.stats-pic-card._3-1 {
  width: 430px;
}

.stats-pic {
  width: 100%;
  height: 100%;
  transition: transform .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.stats-pic._1 {
  background-image: url('../images/8816.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._2 {
  background-image: url('../images/img-card2.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._3 {
  background-image: url('../images/img-card3.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._4 {
  background-image: url('../images/img-card4.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._2-1 {
  background-image: url('../images/coaches-with-tshirts.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._2-2 {
  background-image: url('../images/img-card-2-2.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._2-3 {
  background-image: url('../images/male-coach.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._3-1 {
  background-image: url('../images/group-shot.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._2-1-copy {
  background-image: url('../images/img-card-2-1.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._3-2 {
  background-image: url('../images/girls-team-photo.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._3-3 {
  background-image: url('../images/boys-team-photo.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic._3-4 {
  background-image: url('../images/girls-winners.webp');
  background-position: 50%;
  background-size: cover;
}

.stats-pic-content {
  transform-origin: 0 100%;
  color: #fff;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  transition: transform .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.stats-pic-number {
  transform-origin: 0 100%;
  color: var(--primary-yellow);
  text-transform: uppercase;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: 3rem;
  line-height: .9;
  transition: transform .2s;
}

.stats-pic-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-boy-smiling {
  z-index: 0;
  width: 15%;
  max-width: 310px;
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: auto;
  right: 0%;
}

.bg-swoosh-big {
  z-index: 0;
  object-fit: contain;
  object-position: 0% 100%;
  width: auto;
  max-width: 1000px;
  height: 36rem;
  position: absolute;
  top: auto;
  bottom: -4rem;
  left: -4rem;
  right: auto;
}

.bg-coach-clinic {
  z-index: -1;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .75), #000), url('../images/bg-logos.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.filler {
  min-height: 100vh;
}

.yellow {
  color: var(--primary-yellow);
}

.mask {
  aspect-ratio: 16 / 9;
  height: auto;
}

.slider {
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 1rem;
  height: auto;
}

.slide {
  aspect-ratio: 16 / 9;
}

.slider-wrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.left-arrow {
  width: 1.3rem;
  margin-top: 1rem;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 3.2rem;
}

.right-arrow {
  width: 1.3rem;
  margin-top: 1rem;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.slide-nav {
  margin-top: 1.2rem;
  padding-top: 0;
  font-size: .8rem;
  top: 100%;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.arrow {
  color: var(--primary-yellow);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow.rotate180 {
  transform: rotate(180deg);
}

.slide-img {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.pb0 {
  padding-bottom: 0;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  padding-bottom: 2rem;
  display: flex;
}

.tab-link {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #000;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 2rem 1.8rem 1.5rem;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: 2rem;
  line-height: 1;
  display: flex;
}

.tab-link.w--current {
  color: var(--primary-yellow);
  background-color: #000;
}

.tab-heading {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 1.1rem;
  padding-bottom: .5rem;
  font-size: 2rem;
  display: flex;
}

.splide {
  position: relative;
  overflow: hidden;
}

.splide__list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.splide__list.marquee {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
}

.splide__slide {
  object-fit: cover;
  border: 5px solid #000;
  border-radius: 2rem;
  width: auto;
  height: 400px;
}

.splide__slide.v2 {
  border-color: var(--black);
}

.splide__slide.marquee {
  aspect-ratio: 20;
  object-fit: scale-down;
  border-width: 0;
  border-radius: 0;
  height: auto;
}

.splide__slide.iphone {
  border-width: 0;
  position: relative;
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}

.bg-fist-group {
  width: 100%;
  margin-top: -5.9%;
}

.mlt-stats-row-wrap-outer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  display: flex;
  overflow: hidden;
}

.mlt-stats-row-wrap-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pt0 {
  padding-top: 0;
}

.bg-gigisway-1 {
  z-index: -1;
  mix-blend-mode: luminosity;
  width: 20%;
  max-width: 400px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-gigisway-2 {
  z-index: -1;
  width: 20%;
  max-width: 400px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-mlt-1 {
  z-index: -1;
  opacity: .75;
  mix-blend-mode: luminosity;
  width: 20%;
  max-width: 400px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-mlt-2 {
  z-index: -1;
  opacity: .75;
  mix-blend-mode: luminosity;
  width: 20%;
  max-width: 400px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.stats-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.stat-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.stat-square {
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: min(max(12px, 16vw), 30px);
  display: flex;
}

.big-stat {
  color: var(--primary-yellow);
  font-size: 3rem;
}

.swiper-outer {
  position: relative;
}

.div-block {
  width: 100%;
}

.swiper.myswiper {
  width: 300px;
  height: 607px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper.temp {
  display: flex;
}

.swiper-slide {
  justify-content: center;
  align-items: center;
}

.bg-phone {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox-link {
  z-index: 1;
  border-radius: 15%;
  width: 98%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 1%;
  right: auto;
  overflow: hidden;
}

.phone-video {
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gigi-small-title {
  font-size: 1rem;
}

.div-block-2 {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg-social {
  z-index: -1;
  opacity: .25;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.img-thankyou {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 1000px;
  margin-bottom: -5%;
  margin-left: 0;
  margin-right: auto;
}

.thankyou-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(50%, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
}

.thankyou-content {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.thanks-list {
  flex-flow: column;
  justify-content: center;
  max-width: 21ch;
  display: flex;
}

.ty-head {
  margin-bottom: .5rem;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.bg-thankyou-swoosh {
  z-index: 0;
  transform-origin: 100%;
  height: 50%;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.footer {
  position: relative;
}

.phone-logo {
  z-index: 2;
  width: 75%;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 12.5%;
  right: auto;
}

.stat-grid-row {
  text-align: center;
}

.stat-grid-row.mt-medium {
  margin-top: 2rem;
}

.h2-style {
  text-transform: uppercase;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.stats-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  display: block;
}

.text-block-2, .italic {
  font-style: italic;
}

.bg-video-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.recap-video-overlay {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.mw680 {
  max-width: 680px;
}

.image {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-2 {
  position: absolute;
}

.trophy-wrap {
  z-index: 4;
  width: 10%;
  max-width: 150px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-50%, 20%);
}

.hero-images-wrap {
  z-index: 1;
  aspect-ratio: 2.43;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.imghero-left-whistle-wrap {
  width: 20%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.imghero-left-ball-wrap {
  width: 21.7%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 8.5%;
  right: auto;
}

.imghero-left-sab-wrap {
  width: 16.7%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 25%;
  right: auto;
}

.imghero-left-boy-wrap {
  width: 27.2%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 14.5%;
  right: auto;
}

.hide {
  display: none;
}

.imghero-centre-group-wrap {
  width: 43.5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 30.5%;
  right: auto;
}

.imghero-right-cap-wrap {
  width: 24.7%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 60%;
  right: auto;
}

.imghero-coach-mic-wrap {
  width: 16.5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 78.5%;
  right: auto;
}

.imghero-right-boy-wrap {
  width: 12.8%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-fist-bg {
  z-index: 0;
  opacity: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.imghero-right-girl-wrap {
  width: 23%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 15%;
}

.loading-screen {
  z-index: 999;
  background-color: var(--primary-yellow);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-screen.hide {
  display: none;
}

.load-logo {
  width: 3rem;
}

.loading-loop-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: .5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.loading-loop {
  border: 0 solid #000;
  border-left-width: 2px;
  border-radius: 100px;
  width: 8rem;
  height: 8rem;
}

.load-cover-behind {
  background-color: var(--primary-yellow);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: auto;
  bottom: 90%;
  left: 0%;
  right: auto;
}

.white-bar-overlay {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-form {
  color: #000;
  flex-direction: column;
  align-items: stretch;
  width: 90%;
  max-width: 350px;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  display: flex;
}

.pw-page {
  background-color: var(--primary-yellow);
}

.text-field {
  background-color: var(--primary-yellow);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  height: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-field:focus-visible {
  outline-offset: 0px;
  border-color: #fff;
  outline: 3px solid #fff;
}

.text-field[data-wf-focus-visible] {
  outline-offset: 0px;
  border-color: #fff;
  outline: 3px solid #fff;
}

.text-field::placeholder {
  color: var(--black);
}

.submit-button {
  color: var(--primary-yellow);
  text-transform: uppercase;
  background-color: #000;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.field-label {
  font-size: 1.5rem;
}

.pw-logo {
  width: 6rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.image-3-copy {
  width: 40%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-50%, -50%);
}

.image-3-copy-copy {
  width: 40%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(50%, 50%);
}

.error-message {
  color: #fff;
  background-color: red;
}

.div-block-4 {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer-img {
  aspect-ratio: 2.29;
  object-fit: cover;
  width: 100%;
}

.footer-logo {
  width: 30%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.footer-inner-wrap {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-girl {
  height: 70%;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.footer-boy {
  height: 70%;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 9%;
}

.trophy-img {
  width: 100%;
  max-width: 100%;
}

.hero-img {
  width: 100%;
}

.big-picture-nike {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.new-social-wrap {
  flex-flow: column;
  display: flex;
}

.insta-post-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.insta-screen {
  vertical-align: middle;
  width: 20%;
}

.insta-screen._2 {
  vertical-align: bottom;
  margin-top: auto;
}

.insta-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-right: 4rem;
  display: flex;
}

.insta-content-wrap._2 {
  justify-content: flex-end;
  margin-left: 4rem;
  margin-right: 0;
}

.stat-block {
  text-transform: uppercase;
  flex-flow: column;
  font-family: Helvetica Neue LT Std Blk, sans-serif;
  font-size: min(max(12px, 16vw), 30px);
  display: flex;
}

.insta-content-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.insta-content-row.vert {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
}

.insta-post-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: right;
  flex-flow: row-reverse;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mb-xlarge {
  margin-bottom: 8rem;
}

.social-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.insta-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .s-hero {
    aspect-ratio: auto;
    width: 100%;
    min-height: auto;
  }

  .hero-logo-wrap {
    width: 50%;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .hero-logo-title {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.intro {
    padding-bottom: 0;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .recap-lightbox {
    width: 90%;
  }

  .watch-recap-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .t-watch-recap {
    margin-top: .7rem;
    font-size: 2.2rem;
  }

  .play-btn {
    width: 2.5rem;
  }

  .s1-bg-hand {
    top: 0%;
    transform: translate(0, -10%);
  }

  .stats-pic-card._3-1 {
    width: auto;
    box-shadow: 5px 5px #fff;
  }

  .bg-boy-smiling {
    object-fit: cover;
    object-position: 100% 0%;
    width: 30%;
    max-width: none;
    height: 12rem;
    margin-left: auto;
    display: block;
    position: relative;
    bottom: 0;
  }

  .bg-swoosh-big {
    height: 50vw;
  }

  .slider-wrap {
    width: 90%;
  }

  .pb0 {
    padding-bottom: 0;
  }

  .ptb0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mlt-stats-row-wrap-outer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mlt-stats-row-wrap-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .stats-section {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .img-thankyou {
    width: 75%;
  }

  .thankyou-flex {
    flex-flow: column;
    display: flex;
  }

  .thankyou-content {
    justify-content: center;
    align-items: center;
  }

  .bg-thankyou-swoosh {
    height: 20rem;
    top: auto;
    bottom: 4rem;
    left: auto;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .s-hero {
    aspect-ratio: 3 / 2.5;
  }

  .hero-logo-wrap {
    width: 50%;
  }

  .section.intro {
    padding-top: 6rem;
  }

  .recap-lightbox {
    width: 100%;
  }

  .recap-lightbox.v1 {
    width: 100%;
    box-shadow: 10px 10px #000;
  }

  .t-watch-recap {
    margin-top: .7rem;
    font-size: 1.7rem;
  }

  .play-btn {
    width: 2rem;
  }

  .stats-pic-card {
    box-shadow: 5px 5px #fff;
  }

  .stats-pic-content {
    padding-bottom: .8rem;
    padding-left: 1rem;
    font-size: .8rem;
  }

  .stats-pic-number {
    font-size: 1.5rem;
  }

  .left-arrow {
    width: 2rem;
    margin-top: 3rem;
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-150%);
  }

  .right-arrow {
    width: 2rem;
    margin-top: 3rem;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 50%;
    transform: translate(150%);
  }

  .slide-nav {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
    left: 0;
  }

  .tab-heading {
    font-size: 1.5rem;
  }

  .splide__slide.v2 {
    height: 300px;
  }

  .trophy-wrap {
    width: 15%;
    transform: translate(-50%, 50%);
  }

  .footer-logo {
    width: 40%;
  }

  .insta-screen {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .insta-content-wrap {
    margin-right: 0;
  }

  .insta-content-wrap._2 {
    margin-left: 0;
  }

  .insta-post-2 {
    text-align: center;
  }

  .social-wrapper {
    flex-flow: column;
  }

  .insta-content {
    text-align: center;
    margin: 2.5rem auto;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: .8rem;
  }

  .hero-logo-wrap {
    width: 60%;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }

  .section.intro {
    padding-top: 4rem;
  }

  .mb-small {
    margin-bottom: .5rem;
  }

  .mb-medium {
    margin-bottom: 1rem;
  }

  .eyebrow-title {
    font-size: .6rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .recap-lightbox {
    aspect-ratio: 3 / 2;
    border-radius: 1rem;
    box-shadow: .5rem .5rem #000;
  }

  .recap-lightbox.v1 {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .watch-recap-wrap {
    bottom: 1rem;
    left: 1rem;
  }

  .t-watch-recap {
    margin-top: .3rem;
    font-size: 1.2rem;
  }

  .stats-pics-row._1, .stats-pics-row._2, .stats-pics-row._2-1 {
    flex-flow: column;
  }

  .stats-pic-card, .stats-pic-card._2 {
    width: 100%;
  }

  .stats-pic-card._2-1 {
    aspect-ratio: 3 / 2;
  }

  .stats-pic-card._3-1 {
    width: 100%;
  }

  .bg-swoosh-big {
    width: 140vw;
    height: 80vw;
  }

  .slider-wrap {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    width: 1.5rem;
  }

  .slide-nav {
    font-size: .5rem;
  }

  .tab-link {
    width: 2rem;
    height: 2rem;
    padding: 1.7rem 1.5rem 1.3rem;
    font-size: 1.5rem;
  }

  .splide__slide {
    height: 300px;
    margin-right: -1rem;
  }

  .splide__slide.iphone {
    height: auto;
  }

  .mlt-stats-row-wrap-outer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mlt-stats-row-wrap-inner {
    flex-flow: column;
    display: flex;
  }

  .stats-section {
    overflow: hidden;
  }

  .stat-square {
    font-size: 1rem;
  }

  .big-stat {
    font-size: 2rem;
  }

  .img-thankyou {
    width: 100%;
    transform: translate(-17%);
  }

  .ty-head {
    font-size: 1rem;
  }

  .footer {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    width: 100%;
    overflow: hidden;
  }

  .footer-img {
    aspect-ratio: auto;
    opacity: .5;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .footer-logo {
    z-index: 2;
    width: 70%;
    margin: 4rem auto 2rem;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .footer-inner-wrap {
    flex-flow: column;
    display: flex;
  }

  .footer-girl {
    width: 50%;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 10%;
  }

  .footer-boy {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
    right: auto;
    transform: translate(-10%);
  }

  .stat-block {
    font-size: 1rem;
  }
}

#w-node-_74531e30-b1a8-7a41-b5f4-5f435529eb2c-ed7e23ec {
  align-self: center;
}

#w-node-e1bda090-bff6-c75f-53eb-9f7e371ca80f-ed7e23ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-decbbc57-0b99-3535-b9dd-cb71ebec7f42-ed7e23ec, #w-node-ab2c3d52-8894-5fda-ea2d-cf99f1d1cebc-ed7e23ec {
  align-self: center;
  justify-self: center;
}

#w-node-_513b3700-bef1-bbb7-8b85-39b5282fb234-ed7e23ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc78d7d8-0089-689f-f27f-0536619bf4fe-ed7e23ec, #w-node-_73c5af5e-f596-e6af-10d5-82431b272d5b-ed7e23ec {
  align-self: center;
  justify-self: center;
}


@font-face {
  font-family: 'Helvetica Neue LT Std Blk';
  src: url('../fonts/HelveticaNeueLTStd-Blk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}