.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--header-font-family);
  font-weight: var(--header-font-weight);
  margin-top: var(--header-margin-top);
  margin-bottom: var(--header-margin-bottom);
  line-height: var(--header-line-height);
  color: var(--header-color);
}

@font-face {
  font-family: NeueHaasGroteskDisp Pro Lt;
  src: url("../fonts/Jordan/NHaasGroteskDSPro-45Lt.eot");
  src: url("../fonts/Jordan/NHaasGroteskDSPro-45Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/Jordan/NHaasGroteskDSPro-45Lt.woff2") format("woff2"), url("../fonts/Jordan/NHaasGroteskDSPro-45Lt.woff") format("woff"), url("../fonts/Jordan/NHaasGroteskDSPro-45Lt.ttf") format("truetype"), url("../fonts/Jordan/NHaasGroteskDSPro-45Lt.svg#NHaasGroteskDSPro-45Lt") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeueHaasGroteskDisp Pro;
  src: url("../fonts/Jordan/NHaasGroteskDSPro-55Rg.eot");
  src: url("../fonts/Jordan/NHaasGroteskDSPro-55Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/Jordan/NHaasGroteskDSPro-55Rg.woff2") format("woff2"), url("../fonts/Jordan/NHaasGroteskDSPro-55Rg.woff") format("woff"), url("../fonts/Jordan/NHaasGroteskDSPro-55Rg.ttf") format("truetype"), url("../fonts/Jordan/NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeueHaasGroteskDisp Pro Md;
  src: url("../fonts/Jordan/NHaasGroteskDSPro-65Md.eot");
  src: url("../fonts/Jordan/NHaasGroteskDSPro-65Md.eot?#iefix") format("embedded-opentype"), url("../fonts/Jordan/NHaasGroteskDSPro-65Md.woff2") format("woff2"), url("../fonts/Jordan/NHaasGroteskDSPro-65Md.woff") format("woff"), url("../fonts/Jordan/NHaasGroteskDSPro-65Md.ttf") format("truetype"), url("../fonts/Jordan/NHaasGroteskDSPro-65Md.svg#NHaasGroteskDSPro-65Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: JordanNHGText-75Bold;
  src: url("../fonts/Jordan/JordanNHGText-75Bold.eot");
  src: url("../fonts/Jordan/JordanNHGText-75Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jordan/JordanNHGText-75Bold.woff2") format("woff2"), url("../fonts/Jordan/JordanNHGText-75Bold.woff") format("woff"), url("../fonts/Jordan/JordanNHGText-75Bold.ttf") format("truetype"), url("../fonts/Jordan/JordanNHGText-75Bold.svg#JordanNHGText-75Bold") format("svg");
  font-style: normal;
  font-display: swap;
}
.h1,
h1 {
  font-size: var(--h1-size-mobile);
}

.h2,
h2 {
  font-size: var(--h2-size-mobile);
}

.h3,
h3 {
  font-size: var(--h3-size-mobile);
}

.h4,
h4 {
  font-size: var(--h4-size-mobile);
}

.h5,
h5 {
  font-size: var(--h5-size-mobile);
}

b,
p,
span,
strong {
  font-size: var(--p-size-mobile);
}

p,
span {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
}

b,
strong {
  font-family: var(--body-bold-font-family);
  font-weight: var(--body-bold-font-weight);
}

@media screen and (min-width: 768px) {
  .h1,
h1 {
    font-size: var(--h1-size-desktop);
  }
  .h2,
h2 {
    font-size: var(--h2-size-desktop);
  }
  .h3,
h3 {
    font-size: var(--h3-size-desktop);
  }
  .h4,
h4 {
    font-size: var(--h4-size-desktop);
  }
  .h5,
h5 {
    font-size: var(--h5-size-desktop);
  }
  b,
p,
span,
strong {
    font-size: var(--p-size-desktop);
  }
}
.home-hero-banner {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 2.75rem;
}

.home-hero-banner img {
  width: 100%;
  height: auto;
}

.home-hero-banner .section-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.home-hero-banner h2 {
  font-size: 3rem;
}

.home-hero-banner h1,
.home-hero-banner h2,
.home-hero-banner h3,
.home-hero-banner h4,
.home-hero-banner h5,
.home-hero-banner h6 {
  color: inherit;
}

.home-hero-banner.image-half {
  margin: 0 auto 3.75rem;
  max-height: 27.75rem;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: end;
}

.home-hero-banner.image-half .text {
  position: absolute;
  text-align: left;
  margin: 0 1.625rem 1rem;
  width: 80%;
}

.home-hero-banner.image-half .text .title {
  margin-bottom: 1.25rem;
}

.home-hero-banner.image-half .text .banner-description {
  margin-bottom: 1.5625rem;
}

.home-hero-banner.image-half .text .banner-description p,
.home-hero-banner.image-half .text .upper-banner-description p {
  font-size: 0.875rem;
}

.home-hero-banner.image-half .text .upper-banner-description {
  margin-bottom: 0.9375rem;
}

.home-hero-banner .upper-banner-description.dark p {
  color: var(--color-black);
}

.home-hero-banner .upper-banner-description.grey p {
  color: var(--color-grey4);
}

.home-hero-banner .upper-banner-description.light p {
  color: var(--color-white);
}

.home-hero-banner .text {
  color: var(--banner-color, #000);
  position: static;
  text-align: left;
  margin-top: 0.875rem;
}

.home-hero-banner .text,
.home-hero-banner .text.text-color-dark {
  --banner-color: #000;
  --banner-inverted-color: #fff;
}

.home-hero-banner .text.text-color-light {
  --banner-color: #fff;
  --banner-inverted-color: #000;
}

@media (max-width: 767.98px) {
  .home-hero-banner .text.mobile-text-color-dark {
    --banner-color: #000;
    --banner-inverted-color: #fff;
  }
  .home-hero-banner .text.mobile-text-color-light {
    --banner-color: #fff;
    --banner-inverted-color: #000;
  }
}
.home-hero-banner .text .title h2 {
  line-height: 2.5rem;
  letter-spacing: -calc-rem(1);
  font-family: var(--header-bold-font-family);
}

.home-hero-banner .text .banner-description {
  margin: 1.0625rem 0 1.5rem;
}

.home-hero-banner .text .banner-description p,
.home-hero-banner .text .upper-banner-description p {
  font-size: 1rem;
  margin-bottom: 0;
}

.home-hero-banner .text .upper-banner-description {
  margin: 1.0625rem 0 0.875rem;
}

.home-hero-banner a.btn {
  border: 0;
  background-color: var(--banner-color, var(--color-black));
  color: var(--banner-inverted-color, var(--color-white));
  margin-bottom: 0.625rem;
  margin-right: 0.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  position: relative;
  z-index: 1;
}

.home-hero-banner a.btn:hover {
  background-color: var(--color-grey4);
  opacity: 1;
}

#home-hero-banner-cards .home-hero-banner .button-container {
  position: absolute;
  right: 0;
  bottom: 1px;
}

#home-hero-banner-cards .home-hero-banner a.btn {
  border: 0;
  background-color: var(--banner-color, var(--color-black));
  color: var(--banner-inverted-color, var(--color-white));
  margin-bottom: 0.625rem;
  margin-right: 12px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  position: relative;
  z-index: 1;
  border-radius: 0;
  width: 65px;
  height: 36px;
  font-weight: 400;
  font-family: "arial";
}

#home-hero-banner-cards .home-hero-banner a.btn:hover {
  background-color: var(--color-grey4);
  opacity: 1;
}

@media (min-width: 576px) {
  .home-hero-banner.image-half {
    max-height: unset;
  }
  .home-hero-banner .text .title h2 {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .home-hero-banner.image-half .text {
    width: 80%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    top: 3.625rem;
  }
  .home-hero-banner .text {
    position: absolute;
    margin: 3.75rem 2.1875rem 2.75rem 3.1875rem;
    width: 40%;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .home-hero-banner.image-half {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .home-hero-banner.image-half .text {
    width: 55%;
  }
  .home-hero-banner.image-half.block-below .text,
.home-hero-banner.image-half.block-top-left .text {
    bottom: unset;
    margin-top: 48px;
    margin-bottom: 0;
  }
  .home-hero-banner .text {
    position: absolute;
    margin: 3.75rem 2.1875rem 2.75rem 3.1875rem;
    width: 40%;
  }
  .home-hero-banner .text .title h2, .container.join-us-page .home-hero-banner .text .title h2 {
    font-size: 4.5rem;
    line-height: 4rem;
    font-family: Nike Futura;
  }
  .home-hero-banner .text .title h3 {
    font-size: 3rem;
  }
  .home-hero-banner .text .title h4 {
    font-size: 2rem;
  }
  .home-hero-banner .text .title h5 {
    font-size: 1.5rem;
  }
  .home-hero-banner .text .banner-description {
    margin: 1rem 0 1.875rem;
  }
  .home-hero-banner .text .banner-description p,
.home-hero-banner .text .upper-banner-description p {
    font-size: 1rem;
    margin-bottom: -0.3125rem;
  }
  .home-hero-banner .text .upper-banner-description {
    margin: 1rem 0 0.9375rem;
  }
  .home-hero-banner .text.text-alignment-center {
    text-align: center;
  }
  .home-hero-banner .text.text-alignment-left {
    text-align: left;
  }
  .home-hero-banner .text.text-alignment-right {
    text-align: right;
  }
  .home-hero-banner.block-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .home-hero-banner.block-center .text {
    margin: auto;
  }
  .home-hero-banner.block-top-left .text {
    top: 0;
  }
  .home-hero-banner.block-bottom-left .text {
    bottom: 0;
  }
  .home-hero-banner.block-below .text {
    position: static;
    margin-top: 0.625rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .home-hero-banner.block-below .text.narrow-box {
    padding: 0 9.375rem;
  }
}
.home-hero-banner .text .title {
  display: inline-block;
}

.block-above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 821px) {
  .video-container .mobile {
    display: none;
  }
}
@media (max-width: 821px) {
  .video-container .desktop {
    display: none;
  }
}