@font-face {
  font-family: Copperplategothic;
  src: url('../fonts/copperplategothic_bold.woff2') format("woff2"), url('../fonts/copperplategothic_bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-black: #000;
  --base-white: #fff;
  --brand-gold: #d3c084;
  --grey-1: #050505;
  --bg-grey: #181818;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--base-black);
  font-family: Google Sans Flex, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 140%;
}

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

strong {
  font-weight: 500;
}

.nav__top {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.footer__right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.nav__wrapper {
  z-index: 999;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav__link {
  color: var(--base-white);
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1em 0;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav__link:hover {
  color: var(--brand-gold);
  border-top-color: #b4ff3c;
  border-bottom-color: #b4ff3c;
}

.nav__link.w--current {
  color: #999;
}

.footer__wrapper {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000000e8, #000000e8), url('../images/shutterstock_1918815158-copy_1shutterstock_1918815158 copy.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-weight: 300;
  position: relative;
}

.nav__contain {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #0000;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.nav__bottom {
  z-index: 99;
  background-color: var(--base-black);
  flex: 0 auto;
}

.brand__link {
  grid-column-gap: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.brand__link.w--current {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
}

.main {
  background-color: #000;
}

.menu-button {
  display: none;
}

.footer__left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  font-weight: 400;
  display: flex;
}

.footer__flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  display: grid;
}

.button-portal {
  border: 1px solid var(--brand-gold);
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 1em;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-portal:hover {
  border-color: var(--base-white);
  color: var(--brand-gold);
}

.nav__content {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer__link {
  color: #fff;
  letter-spacing: .8px;
  cursor: pointer;
  text-decoration: none;
  transition: color .225s cubic-bezier(.755, .05, .855, .06);
}

.footer__link:hover {
  color: var(--brand-gold);
}

.brandmark {
  z-index: 999;
  color: var(--brand-gold);
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Copperplategothic, Times New Roman, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
}

.page {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.contain {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.bg__hero {
  filter: grayscale();
  background-image: linear-gradient(90deg, #000000c4, #000000e8 21%, #000000eb 43%, #000 97%), url('../images/shutterstock_1918815158-copy_1shutterstock_1918815158 copy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.section {
  position: relative;
}

.section.gold-border {
  border-top: 1px solid var(--brand-gold);
  border-bottom: 1px solid var(--brand-gold);
}

.div-block-613 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.image-brand {
  z-index: 999;
  filter: invert();
  width: 65px;
}

.login__desktop {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1__default {
  z-index: 99;
  color: var(--base-white);
  flex-flow: column;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 110%;
  display: block;
}

.h1__default.gf {
  color: var(--base-white);
  margin-top: 0;
  margin-bottom: 0;
}

.h1__default.hero {
  font-size: 5.5rem;
}

.div-block-615 {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.login__mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: none;
}

.bg__video {
  background-color: var(--base-black);
  background-image: linear-gradient(#000000f5, #000000f5), url('../images/shutterstock_1634171056-copy_1shutterstock_1634171056 copy.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.js-player {
  z-index: 99;
  object-fit: cover;
  flex: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.spacer__4em {
  width: 100%;
  height: 4em;
}

.div-block-617 {
  flex: none;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
}

.div-block-618 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.h2__default {
  color: var(--brand-gold);
  text-shadow: 1px 1px 20px #f4ff80db;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 120%;
}

.div-block-619 {
  background-image: url('../images/358_1358.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
}

.spacer__2em {
  width: 100%;
  height: 2em;
}

.inner-content {
  color: var(--base-white);
  padding-top: 4em;
  padding-bottom: 6em;
}

.div-block-621 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg__inner {
  background-color: var(--base-black);
  background-image: linear-gradient(#000000f5, #000000f5), url('../images/shutterstock_1918815158-copy_1shutterstock_1918815158 copy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.video__grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.player__contain {
  background-color: var(--base-black);
  flex-flow: column;
  justify-content: space-between;
  position: relative;
}

.bg__about {
  background-color: var(--base-black);
  background-image: linear-gradient(#000000f0, #000000f0), url('../images/IMG-20241111-WA0017_1IMG-20241111-WA0017.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.div-block-622 {
  flex: 0 auto;
  width: 40%;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.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;
  width: 260px;
  display: flex;
}

.video__titles {
  z-index: 6;
  background-color: var(--base-black);
  color: var(--base-white);
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 110%;
  display: flex;
  position: relative;
}

.cms__video-contain {
  border: 2px solid var(--brand-gold);
  background-color: var(--brand-gold);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--brand-gold);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.form-field-omega {
  border: 1px solid var(--grey-1);
  height: 45px;
  color: var(--grey-1);
  margin-bottom: 0;
  padding: 10px;
}

.form-field-omega::placeholder {
  color: var(--grey-1);
  font-size: 1.1em;
  font-weight: 400;
}

.button__login {
  border: 1px solid var(--brand-gold);
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 1em 1.5em;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.button__login:hover {
  border-color: var(--base-white);
  color: var(--brand-gold);
}

.div-block-630 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.button__signup {
  border: 2px solid var(--brand-gold);
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .5em;
  padding: 1em;
  font-weight: 400;
  display: flex;
}

.button__signup:hover {
  border-color: var(--base-white);
  color: var(--brand-gold);
}

.text__video-title {
  color: var(--base-white);
  flex: 0 auto;
  font-size: 1em;
  font-weight: 400;
}

.div-block-641, .div-block-642 {
  width: 90%;
}

.div-block-620-copy {
  color: var(--base-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-copy-copy {
  color: var(--base-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
}

.div-block-646 {
  margin-bottom: 10px;
}

.h1__small {
  z-index: 99;
  color: var(--brand-gold);
  flex-flow: column;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
  display: inline-flex;
  position: relative;
}

.h1__small.white {
  color: var(--base-white);
}

.icon-fb, .icon-insta {
  width: 50px;
  height: 50px;
}

.div-block-649 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-136 {
  text-align: right;
  line-height: 140%;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  flex: none;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.lottie-animation-2 {
  width: 30px;
  height: 30px;
}

.div-block-651 {
  z-index: 5;
  background-color: var(--base-black);
  width: 100%;
  color: var(--base-white);
  padding: 1em;
  font-size: 14px;
  font-weight: 300;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.div-block-652 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slider {
  background-color: #ddd0;
  flex: 0 auto;
  width: 55%;
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.image-22, .image-23, .image-24 {
  width: 100%;
  height: 100%;
}

.slide-nav {
  color: var(--brand-gold);
}

.mentor-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--brand-gold);
  background-color: var(--base-black);
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 25px;
  display: flex;
}

.mentor-contact {
  color: var(--base-white);
}

.div-block-653 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.image-25 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-654 {
  width: 60%;
}

.rtf__default {
  color: #eee;
  font-size: .9em;
}

.rtf__default h2 {
  color: var(--brand-gold);
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 110%;
}

.mentor-form-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--brand-gold);
  background-color: var(--base-black);
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  padding: 25px;
  display: flex;
}

.form-wrapper-copy {
  z-index: 50;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gold {
  color: var(--brand-gold);
}

.tick__class {
  color: var(--brand-gold);
  font-size: 1.1rem;
  line-height: 150%;
}

.link {
  color: #8a8989;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.link__brand {
  color: var(--brand-gold);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.div-block-663 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.fblink {
  background-image: url('../images/icons8-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.fblink.insta {
  background-image: url('../images/icons8-instagram-circle-50.svg');
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.vide {
  z-index: 99;
  object-fit: cover;
  flex: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-664 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.h3-alt {
  color: var(--brand-gold);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
}

.big {
  color: var(--brand-gold);
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.4rem;
  display: inline-block;
}

.link-2 {
  color: var(--brand-gold);
  cursor: pointer;
  font-size: 1.2rem;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .lottie-animation {
    filter: grayscale();
    width: 40px;
    height: 40px;
  }

  .nav__top {
    position: relative;
  }

  .footer__right {
    justify-content: flex-end;
  }

  .nav__link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.2em;
  }

  .nav__contain {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #000;
    flex: 1;
    align-items: flex-start;
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
  }

  .nav__bottom {
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
  }

  .brand__link, .brand__link.w--current {
    flex: none;
  }

  .menu-button {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: .5em 0 .5em .5em;
    display: flex;
    position: relative;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .footer__left {
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    flex: 1;
    padding-right: 0;
  }

  .footer__flex {
    grid-template-columns: 1fr .5fr;
    align-content: space-between;
  }

  .button-portal {
    background-color: #0000;
    padding: 1em;
    line-height: 100%;
  }

  .nav__content {
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .brandmark {
    font-size: 2.5rem;
  }

  .contain {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .div-block-613 {
    padding-top: 60px;
  }

  .image-brand {
    align-self: flex-end;
  }

  .login__desktop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .h1__default {
    font-size: 4rem;
  }

  .h1__default.hero {
    font-size: 4.5rem;
  }

  .div-block-615 {
    padding-top: 60px;
  }

  .login__mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .js-player {
    width: 100%;
  }

  .spacer__4em {
    height: 4em;
  }

  .div-block-617 {
    flex: 1;
  }

  .div-block-618 {
    padding-right: 0;
  }

  .div-block-619 {
    width: 80%;
  }

  .inner-content {
    padding-bottom: 4em;
  }

  .video__grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-622 {
    width: auto;
  }

  .button__login, .button__signup {
    background-color: #0000;
    padding: 1em;
    line-height: 100%;
  }

  .h1__small {
    font-size: 4em;
    font-weight: 500;
  }

  .div-block-652 {
    flex-flow: column;
  }

  .slider {
    width: 100%;
  }

  .div-block-653 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 20px;
  }

  .image-25, .vide {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav__top {
    align-items: flex-end;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .footer__right {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .nav__contain {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nav__bottom {
    align-items: center;
  }

  .brand__link {
    justify-content: flex-start;
    align-items: center;
    padding-top: .5em;
    padding-left: 0;
  }

  .footer__left {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer__flex {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    grid-template-columns: auto auto;
    align-content: start;
  }

  .button-portal {
    padding: 1em;
  }

  .brandmark {
    align-self: center;
    font-size: 2rem;
  }

  .bg__hero {
    background-image: linear-gradient(#000000d9 59%, #000), url('../images/shutterstock_1918815158-copy_1shutterstock_1918815158 copy.webp');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .div-block-613 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 40px;
  }

  .login__desktop {
    display: none;
  }

  .image-20 {
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
  }

  .h1__default.gf, .h1__default.align__left {
    text-align: left;
  }

  .h1__default.smaller {
    font-size: 3em;
  }

  .js-player {
    align-self: stretch;
    width: 100%;
  }

  .div-block-617 {
    align-self: center;
  }

  .div-block-618 {
    text-align: center;
    padding-bottom: 0;
  }

  .h2__default {
    font-size: 2.2rem;
  }

  .inner-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .bg__inner {
    background-image: linear-gradient(#000 12%, #14141445 64%, #010101f7 84%, #000 103%), url('../images/shutterstock_1634171056-copy_1shutterstock_1634171056 copy.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .video__grid {
    grid-template-columns: 1fr;
  }

  .bg__about {
    background-position: 0 0, 50%;
  }

  .button__login {
    padding: 1em;
  }

  .h1__small {
    text-align: center;
    font-size: 3.5em;
  }

  .h1__small.white {
    text-align: left;
  }

  .div-block-649 {
    justify-content: flex-start;
    align-items: center;
  }

  .mentor-form, .mentor-form-copy {
    width: 90%;
  }

  .vide {
    align-self: stretch;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  strong {
    font-weight: 500;
  }

  .lottie-animation {
    width: 35px;
    height: 35px;
  }

  .footer__right {
    width: 100%;
    padding-top: 0;
  }

  .nav__link {
    justify-content: center;
    align-items: flex-start;
    padding-left: 1.5em;
    padding-right: .5em;
    font-size: 1.2em;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: none;
    justify-content: flex-start;
    padding-top: 10px;
    font-weight: 400;
  }

  .brand__link.w--current {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-top: .5em;
  }

  .main {
    height: 100%;
  }

  .menu-button {
    flex-direction: row;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .footer__left {
    text-align: left;
    width: 100%;
    padding-right: 0;
  }

  .footer__flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    place-items: flex-start start;
    display: flex;
  }

  .button-portal {
    text-align: center;
    margin-right: 0;
    padding: 1em;
  }

  .nav__content {
    padding-right: 0;
  }

  .footer__link {
    text-align: left;
    font-size: 1.2em;
  }

  .brandmark {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .contain {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .bg__hero {
    filter: grayscale();
    mix-blend-mode: normal;
  }

  .div-block-613 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .image-brand {
    object-fit: scale-down;
    width: 50px;
  }

  .image-20 {
    align-self: center;
    width: 100%;
  }

  .h1__default {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 120%;
  }

  .h1__default.gf {
    text-align: left;
    font-size: 2.5em;
  }

  .h1__default.align__left {
    text-align: left;
    font-weight: 400;
  }

  .h1__default.smaller {
    font-size: 2.2em;
  }

  .h1__default.hero {
    line-height: 110%;
  }

  .div-block-615 {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .login__mobile {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .bg__video {
    filter: grayscale();
    mix-blend-mode: normal;
  }

  .js-player {
    align-self: stretch;
    width: 100%;
  }

  .spacer__4em {
    height: 2em;
  }

  .div-block-618 {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
  }

  .h2__default {
    font-size: 2rem;
    line-height: 120%;
  }

  .h2__default.bigger {
    font-size: 2.8em;
    font-weight: 300;
  }

  .h2__default.lee {
    font-size: 2.5rem;
  }

  .div-block-619 {
    width: 100%;
  }

  .spacer__2em {
    height: 2em;
  }

  .inner-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .bg__inner {
    filter: grayscale();
    mix-blend-mode: normal;
    background-image: linear-gradient(#000 17%, #14141445 29%, #010101f7 61%, #000 103%), url('../images/shutterstock_1634171056-copy_1shutterstock_1634171056 copy.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .video__grid {
    grid-template-columns: 1fr;
  }

  .bg__about {
    filter: grayscale();
    mix-blend-mode: normal;
    background-image: linear-gradient(#000000eb, #000000eb), url('../images/IMG-20241111-WA0017_1IMG-20241111-WA0017.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .video__titles {
    padding-right: .8em;
  }

  .form-field-omega {
    margin-bottom: 0;
    padding: 10px;
  }

  .button__login {
    flex: 1;
    margin-top: 0;
    margin-right: 0;
    padding: 1em;
  }

  .div-block-630 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 20px;
  }

  .button__signup {
    margin-top: 0;
    margin-right: 0;
  }

  .div-block-641, .div-block-642 {
    width: 100%;
  }

  .div-block-620-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-span-7 {
    display: block;
  }

  .heading-copy-copy {
    font-size: 1.8rem;
    line-height: 130%;
  }

  .h1__small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.6em;
  }

  .h1__small.white {
    text-align: left;
    font-size: 3em;
  }

  .div-block-649 {
    justify-content: flex-start;
  }

  .lottie-animation-2 {
    width: 25px;
    height: 25px;
  }

  .div-block-651 {
    overflow: auto;
  }

  .mentor-form, .mentor-form-copy {
    width: auto;
    padding: 20px;
  }

  .vide {
    align-self: stretch;
    width: 100%;
  }

  .h3-alt {
    font-size: 1.8rem;
    line-height: 120%;
  }

  .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
    display: inline-block;
  }
}

#w-node-_73180d6e-7992-9249-0250-362915729d68-15729d5a {
  align-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_73180d6e-7992-9249-0250-362915729d5d-15729d5a {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Copperplategothic';
  src: url('../fonts/copperplategothic_bold.woff2') format('woff2'), url('../fonts/copperplategothic_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}