*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class],
ul[id],
ol[id] {
  padding: 0;
  margin: 0;
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  font-weight: normal;
  margin: 0;
  padding: 0;
  min-height: 0vw;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  block-size: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

body {
  min-height: 100vh;
  min-block-size: 100%;
}

@font-face {
  font-family: "Gotham-Black";
  src: url("https://assets.codepen.io/5456038/Gotham-Black.woff2") format("woff2"), url("https://assets.codepen.io/5456038/Gotham-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("https://assets.codepen.io/5456038/Gotham-Bold.woff2") format("woff2"), url("https://assets.codepen.io/5456038/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("https://assets.codepen.io/5456038/Gotham-Book_1.woff2") format("woff2"), url("https://assets.codepen.io/5456038/Gotham-Book_1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("https://assets.codepen.io/5456038/Gotham-Black_1.woff2") format("woff2"), url("https://assets.codepen.io/5456038/Gotham-Black_1.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Winner";
  src: url("https://assets.codepen.io/5456038/Winner-ExtraBold.woff2") format("woff2"), url("https://assets.codepen.io/5456038/Winner-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Winner-CompExtraBold";
  src: url("https://assets.codepen.io/5456038/Winner-CompExtraBold.woff2") format("woff2"), url("https://assets.codepen.io/5456038/Winner-CompExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grocery-Brush";
  src: url("https://assets.codepen.io/5456038/Grocery-Brush.woff2") format("woff2"), url("https://assets.codepen.io/5456038/Grocery-Brush.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --clr-brand-800: #165240;
  --clr-brand-600: #2c9265;
  --wattle: #ddc82e;
  --fnt-heading: "Winner", serif;
  --fnt-body: "Gotham-Book", sans-serif;
  --fnt-button: "Gotham-Black", sans-serif;
  --fnt-nav: "Gotham-Bold", sans-serif;
  --burger-thickness: 4px;
  --burger-width: 32px;
  --burger-height: 24px;
}

body {
  font: normal 16px/1.5 var(--fnt-body);
}

h1,
h2,
h3 {
  font-family: var(--fnt-heading);
}

h2 {
  font-size: clamp(32px, 10vw, 56px);
  line-height: 1;
  margin-bottom: 12px;
}

#Logo {
  max-width: 104px;
  align-self: flex-start;
  margin-top: 8px;
  flex-shrink: 0;
}

#Footer-Logo {
  max-width: 144px;
  margin-top: -60px;
}

#First-Twenty-Logo {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

section {
  width: 100%;
}

#Masthead .content {
  --masthead-gap: clamp(24px, 6vw, 40px);
  width: 100%;
  height: 48px;
  background: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--masthead-gap);
  z-index: 12;
  position: fixed;
  top: 0;
  padding-inline: 40px;
  transition: all 0.25s linear;
}
@media (max-width: 640px) {
  #Masthead .content {
    padding-inline: 24px;
  }
}
#Masthead.nav-up .content {
  outline: 1px solid red;
  transform: translateY(-120px);
}
#Masthead nav {
  display: flex;
}
#Masthead nav a {
  color: white;
  text-decoration: none;
  font-family: var(--fnt-nav);
  text-transform: uppercase;
  transition: color 0.25s linear;
}
#Masthead nav a:hover {
  color: var(--wattle);
}

#Full-Nav {
  gap: var(--masthead-gap);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 640px) {
  #Full-Nav {
    display: none !important;
  }
}
#Full-Nav a {
  font-size: clamp(12px, 2vw, 16px);
}

#Hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Hero h1 {
  position: relative;
  padding-inline: 40px;
  z-index: 2;
}
@media (max-width: 640px) {
  #Hero h1 {
    padding-inline: 24px;
  }
}
#Hero h1 img {
  width: min(800px, 100%);
  margin: auto;
}

#Hero-Text {
  width: min(720px, 100%);
}

#Hero-Slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#Hero-Slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  z-index: 2;
  opacity: 0.5;
}
#Hero-Slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Sign-Up-Hero {
  position: relative;
  padding: 200px 40px 40px;
  background: url("i/jonjay-join-bg.png") no-repeat center;
}
#Sign-Up-Hero h1 {
  text-align: left;
  color: white;
  font-size: clamp(24px, 16vw, 80px);
}
@media (max-width: 640px) {
  #Sign-Up-Hero {
    padding-inline: 24px;
  }
}

#About {
  background: url("i/jonjay-bg-about-1.jpg") no-repeat center/cover;
}
#About h2 {
  color: var(--clr-brand-800);
}
#About .copy {
  color: black;
}

#Join {
  background: url("i/jonjay-join-bg.png") no-repeat center/cover;
  position: relative;
}
#Join::after {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  z-index: 1;
  opacity: 0.125;
}
#Join .item {
  z-index: 2;
}

#Training .copy {
  background: url("i/jonjay-training-bg.png") no-repeat center;
}

#Site-Footer {
  position: relative;
  background: url("i/jonjay-footer-bg.png") no-repeat center center/cover;
}
#Site-Footer header {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 48px;
}
#Site-Footer .social-group {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
#Site-Footer .social-group .social-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  transition: opacity 0.25s linear;
}
#Site-Footer .social-group .social-icon:hover {
  opacity: 0.5;
}
#Site-Footer footer {
  text-align: center;
  padding: 88px 40px 40px;
}
#Site-Footer #Colo {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  color: white;
}

.split-even {
  display: flex;
  align-items: stretch;
}
.split-even .item {
  flex: 1 1 50%;
}
.split-even .item.full-bleed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.split-even .copy {
  padding: 120px clamp(64px, 6vw, 120px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: white;
}
.split-even figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-even figure:not(.full-bleed) {
  padding-block: 40px;
}
@media (max-width: 800px) {
  .split-even {
    flex-direction: column;
  }
  .split-even .copy {
    padding: 120px 40px;
  }
  .split-even figure:not(.full-bleed) {
    padding: 0 24px 64px;
  }
}
@media (max-width: 640px) {
  .split-even .copy {
    padding-inline: 24px !important;
  }
}

#Partners {
  padding: 120px clamp(64px, 6vw, 120px);
}
@media (max-width: 640px) {
  #Partners {
    padding-inline: 24px;
  }
}
#Partners header {
  text-align: center;
  color: var(--clr-brand-800);
}
#Partners main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(960px, 100%);
  gap: 4vw;
  margin: 40px auto 0;
}
#Partners main figure {
  flex: 1 1 20%;
}

.btn {
  background: var(--clr-brand-600);
  transition: all 0.25s linear;
  height: 48px;
  border-radius: 4px;
  outline: none;
  color: white;
  font-size: 18px;
  line-height: 48px;
  cursor: pointer;
  padding-inline: 24px;
  margin-top: 64px;
  font-family: var(--fnt-button);
  text-decoration: none;
}
.btn:hover {
  background: black;
}

.btn-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 64px;
}
.btn-group .btn {
  margin-top: 0;
}

.treads {
  background: transparent url("i/jonjay-slant-border.png") no-repeat center left/cover;
  height: 12px;
  width: 100%;
}

.dark-treads {
  background: transparent url("i/jonjay-slant-border-dark.png") no-repeat center left/cover;
  height: 12px;
  width: 100%;
}

#Burger {
  min-width: var(--burger-width);
  height: var(--burger-height);
  background: none;
  border: none;
  padding: 0;
  position: relative;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  display: none;
}
@media (max-width: 640px) {
  #Burger {
    display: block;
  }
}
#Burger .patty {
  height: var(--burger-thickness);
  display: block;
  background: white;
  border-radius: 4px;
  transition: inherit;
}
#Burger::before, #Burger::after {
  content: "";
  height: var(--burger-thickness);
  position: absolute;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 4px;
  transition: inherit;
}
#Burger::before {
  top: 0;
}
#Burger::after {
  bottom: 0;
}

.modal {
  --modal-bg: black;
  position: fixed;
  inset: 0;
  padding: 120px 80px 80px;
  width: 100vw;
  min-height: 100vh;
  z-index: 11;
  background: var(--modal-bg);
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s linear;
}

.modal.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
.modal.active #Mobile-Nav {
  opacity: 1;
  transform: translateX(0);
}

#Mobile-Nav {
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  width: 100%;
  transform: translateX(-5%);
  transition: opacity 0.25s linear, transform 0.25s linear;
}
#Mobile-Nav a {
  text-align: left;
  line-height: 1;
  font-size: clamp(16px, 10vw, 48px);
}
#Mobile-Nav a + a {
  margin-top: 0.5em;
}

.close {
  --close-size: 24px;
  --close-color: white;
  position: absolute;
  top: var(--close-size);
  right: var(--close-size);
  min-width: var(--burger-width);
  height: var(--burger-height);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.close::before, .close::after {
  content: "";
  background: var(--close-color);
  position: absolute;
  height: 4px;
  width: var(--close-size);
  border-radius: 2px;
}
.close::before {
  transform: rotate(45deg);
}
.close::after {
  transform: rotate(-45deg);
}

.no-scroll {
  overflow: hidden;
}

#Sign-Up p {
  margin-top: 40px;
  color: black;
}
#Sign-Up .item {
  justify-content: flex-start;
}
#Sign-Up .item img {
  transform: scale(1.1);
}

@media (max-width: 800px) {
  #Form-Container {
    padding-top: 0 !important;
  }
}

#Form {
  --placeholder-color: var(--clr-brand-800);
  --input-padding: 12px;
  width: 100%;
  height: 100%;
  min-height: 480px;
  margin-bottom: 16vw;
}
#Form .btn {
  margin-top: 16px;
}
#Form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}
#Form fieldset + fieldset {
  margin-top: 12px;
}
#Form fieldset.required::after {
  content: "*";
  font-weight: bold;
  font-size: 20px;
  color: red;
  position: absolute;
  right: 16px;
  top: 50%;
  line-height: 1;
  transform: translateY(-30%);
}
#Form input,
#Form select,
#Form textarea {
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  width: 100%;
  padding: 16px var(--input-padding);
  margin: 0;
  font-size: 15px;
  color: var(--placeholder-color);
  transition: all 0.25s linear;
  opacity: 0.75;
}
#Form input *,
#Form select *,
#Form textarea * {
  transition: inherit;
}
#Form input:hover, #Form input:focus,
#Form select:hover,
#Form select:focus,
#Form textarea:hover,
#Form textarea:focus {
  border-color: var(--clr-brand-600);
  opacity: 1;
}
#Form input:hover::-moz-placeholder, #Form input:focus::-moz-placeholder, #Form select:hover::-moz-placeholder, #Form select:focus::-moz-placeholder, #Form textarea:hover::-moz-placeholder, #Form textarea:focus::-moz-placeholder {
  opacity: 1;
}
#Form input:hover:-ms-input-placeholder, #Form input:focus:-ms-input-placeholder, #Form select:hover:-ms-input-placeholder, #Form select:focus:-ms-input-placeholder, #Form textarea:hover:-ms-input-placeholder, #Form textarea:focus:-ms-input-placeholder {
  opacity: 1;
}
#Form input:hover::placeholder, #Form input:focus::placeholder,
#Form select:hover::placeholder,
#Form select:focus::placeholder,
#Form textarea:hover::placeholder,
#Form textarea:focus::placeholder {
  opacity: 1;
}
#Form select {
  -webkit-appearance: none;
}
#Form textarea {
  resize: vertical;
}
#Form ::-moz-placeholder {
  color: var(--placeholder-color);
}
#Form :-ms-input-placeholder {
  color: var(--placeholder-color);
}
#Form ::placeholder {
  color: var(--placeholder-color);
}
#Form ::marker {
  margin-right: var(--input-padding);
  outline: 1px solid red;
}