/* [project]/app/components/Section.module.css [app-client] (css) */
.Section-module__7jGEVW__section {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 64px;
  display: flex;
  position: relative;
}

.Section-module__7jGEVW__bg {
  pointer-events: none;
}

.Section-module__7jGEVW__section > div:not(.Section-module__7jGEVW__bg) {
  z-index: 2;
}

.Section-module__7jGEVW__section p {
  color: #333;
  font-size: 1em;
}

.Section-module__7jGEVW__withGradient {
  background: linear-gradient(to bottom right, #38b4ed 0%, #306cd5 50%, #2824bd 100%);
}

.Section-module__7jGEVW__dark, .Section-module__7jGEVW__dark p {
  color: #fff;
}

.Section-module__7jGEVW__doubleVerticalPadding {
  padding-top: 128px;
  padding-bottom: 128px;
}

.Section-module__7jGEVW__formPadding {
  padding: 24px 64px 64px;
}

.Section-module__7jGEVW__section h1 {
  font-size: 3.5em;
  font-weight: 700;
}

.Section-module__7jGEVW__section h2 {
  font-size: 2.75em;
  font-weight: 700;
}

.Section-module__7jGEVW__section h3 {
  font-size: 2em;
  font-weight: 700;
}

.Section-module__7jGEVW__section h4 {
  font-size: 1.5em;
  font-weight: 700;
}

.Section-module__7jGEVW__section h4 span {
  font-size: 1em;
  font-weight: 700;
}

.Section-module__7jGEVW__section strong {
  color: rgb(var(--primary));
  font-weight: 700;
}

@media screen and (max-width: 1050px) {
  .Section-module__7jGEVW__section .threePane:not(.wrap) > div {
    display: none;
  }

  .Section-module__7jGEVW__bg {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .Section-module__7jGEVW__section, .Section-module__7jGEVW__formPadding {
    padding: 32px 16px;
  }

  .Section-module__7jGEVW__section h1 {
    font-size: 2.5em !important;
  }

  .Section-module__7jGEVW__section h2 {
    font-size: 1.85em !important;
  }

  .Section-module__7jGEVW__section h3 {
    font-size: 1.4em;
    font-weight: 700;
  }

  .Section-module__7jGEVW__section h4 {
    font-size: 1.14em;
    font-weight: 700;
  }

  .Section-module__7jGEVW__section .athleteImage {
    max-height: 320px;
  }
}

/* [project]/app/components/Button.module.css [app-client] (css) */
.Button-module__Nm1E8a__button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5em 1.2em;
  font-weight: 600;
  transition: transform .15s, box-shadow .15s;
  display: inline-flex;
  transform: translateY(0);
}

.Button-module__Nm1E8a__button.Button-module__Nm1E8a__fullWidth {
  width: 100%;
}

.Button-module__Nm1E8a__button:hover:not(:disabled):not(.Button-module__Nm1E8a__disabled) {
  transform: translateY(.15em);
  box-shadow: .15em .15em 0 0 var(--shadow-color, rgb(var(--primaryLight))) !important;
}

.Button-module__Nm1E8a__button:active:not(:disabled):not(.Button-module__Nm1E8a__disabled) {
  transform: translateY(.2em);
  box-shadow: .1em .1em 0 0 var(--shadow-color, rgb(var(--primaryLight))) !important;
}

.Button-module__Nm1E8a__button:disabled, .Button-module__Nm1E8a__button.Button-module__Nm1E8a__disabled {
  cursor: default;
  transition: none;
}

.Button-module__Nm1E8a__button:disabled:hover, .Button-module__Nm1E8a__button.Button-module__Nm1E8a__disabled:hover {
  transform: none !important;
}

.Button-module__Nm1E8a__button:focus-visible {
  outline-offset: 0;
}

/* [project]/app/(header and footer)/Header.module.css [app-client] (css) */
.Header-module__wNR_Fq__header {
  --headerHeight: 75px;
  height: var(--headerHeight);
  z-index: 10050;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: visible;
}

.Header-module__wNR_Fq__inset {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .Header-module__wNR_Fq__inset {
    padding-left: 24px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .Header-module__wNR_Fq__inset {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .Header-module__wNR_Fq__inset {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1535px) {
  .Header-module__wNR_Fq__inset {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.Header-module__wNR_Fq__shell {
  max-width: var(--layout-max-content-width);
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  overflow: visible;
}

.Header-module__wNR_Fq__logo {
  flex-shrink: 0;
  align-items: center;
  min-width: 0;
  display: flex;
}

.Header-module__wNR_Fq__logo svg {
  width: 175px;
  height: auto;
  aspect-ratio: var(--a2a-logo-aspect-ratio);
  display: block;
}

@media screen and (min-width: 768px) {
  .Header-module__wNR_Fq__logo svg {
    width: 200px;
  }
}

.Header-module__wNR_Fq__endCluster {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
  overflow: visible;
}

.Header-module__wNR_Fq__desktopNav {
  min-width: 0;
  height: var(--headerHeight);
  min-height: var(--headerHeight);
  max-height: var(--headerHeight);
  z-index: 20;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 4px;
  display: flex;
  position: relative;
  overflow: visible;
}

@media screen and (min-width: 1024px) {
  .Header-module__wNR_Fq__desktopNav .MuiAccordion-root:before {
    display: none !important;
  }
}

.Header-module__wNR_Fq__desktopNav > * {
  flex-shrink: 0;
}

.Header-module__wNR_Fq__ctaRow {
  z-index: 1;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  display: flex;
  position: relative;
}

.Header-module__wNR_Fq__ham {
  cursor: pointer;
  background: none;
  border: none;
  flex-shrink: 0;
  margin: 0;
  padding: 0 16px;
  line-height: 0;
  display: none;
}

@media screen and (max-width: 1023px) {
  .Header-module__wNR_Fq__ham {
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 0;
    display: flex;
  }

  .Header-module__wNR_Fq__mobileNavCtas {
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 28px;
    padding-top: 28px;
    display: flex;
  }

  .Header-module__wNR_Fq__mobileNavPanel {
    min-width: 100%;
    min-height: calc(100vh - var(--headerHeight));
    max-height: calc(100vh - var(--headerHeight));
    max-height: calc(100dvh - var(--headerHeight));
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    left: 0;
    right: 0;
    top: var(--headerHeight);
    box-sizing: border-box;
    background-color: #fff;
    align-items: flex-start;
    padding: 40px;
    transition: opacity .2s;
    position: absolute;
    overflow: hidden auto;
  }

  .Header-module__wNR_Fq__mobileNav {
    flex-direction: column;
    width: 100%;
    display: flex;
    height: auto !important;
  }

  .Header-module__wNR_Fq__header .MuiAccordionDetails-root {
    background: var(--Pale-Blue_A2A, #f5f8fd);
    border: none;
    border-radius: 32px;
    width: 14em;
    margin: 0 auto;
  }

  .Header-module__wNR_Fq__header .MuiAccordion-root:before {
    display: none;
  }

  .Header-module__wNR_Fq__header .MuiAccordionSummary-content {
    justify-content: center;
    display: flex;
  }

  .Header-module__wNR_Fq__navHidden {
    opacity: 0;
    pointer-events: none;
  }
}

.Header-module__wNR_Fq__header .MuiAccordionSummary-content {
  text-transform: uppercase;
}

.Header-module__wNR_Fq__login {
  font-size: 1em;
  font-weight: 300;
}

/* [project]/app/(header and footer)/NavItem.module.css [app-client] (css) */
.NavItem-module__QpJ7gq__navItem {
  box-shadow: none !important;
  background-color: #0000 !important;
}

.NavItem-module__QpJ7gq__navItem * {
  text-wrap: nowrap !important;
  background-color: #0000 !important;
  font-weight: 600 !important;
}

.NavItem-module__QpJ7gq__navItem .MuiAccordionSummary-content {
  margin: 0 !important;
}

.NavItem-module__QpJ7gq__summary {
  height: var(--headerHeight);
  font-size: 1em;
  margin: 0 auto !important;
}

@media screen and (min-width: 1024px) {
  .NavItem-module__QpJ7gq__navItem {
    overflow: visible !important;
  }

  .NavItem-module__QpJ7gq__navItem.Mui-expanded {
    z-index: 20;
    position: relative;
  }

  .NavItem-module__QpJ7gq__dropDown {
    margin-top: 1px;
  }
}

.NavItem-module__QpJ7gq__dropDown {
  border: 1px solid #b9b9b9;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
  background-color: #fff !important;
  padding: 1em !important;
}

.NavItem-module__QpJ7gq__dropDown a {
  color: rgb(var(--primary));
  padding: .5em 0;
  font-size: 1em;
  font-weight: 600;
}

.NavItem-module__QpJ7gq__summary a {
  margin: 0 10px;
}

/* [project]/app/(header and footer)/Footer.module.css [app-client] (css) */
.Footer-module___WNOoG__footer {
  box-sizing: border-box;
  background-color: #fff;
  align-self: stretch;
  width: 100%;
  max-width: none;
  padding-top: 24px;
  padding-bottom: 64px;
}

.Footer-module___WNOoG__inset {
  box-sizing: border-box;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .Footer-module___WNOoG__inset {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .Footer-module___WNOoG__inset {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .Footer-module___WNOoG__inset {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1535px) {
  .Footer-module___WNOoG__inset {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.Footer-module___WNOoG__shell {
  box-sizing: border-box;
  max-width: var(--layout-max-content-width);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  display: flex;
}

@media screen and (min-width: 768px) {
  .Footer-module___WNOoG__shell {
    flex-flow: row;
    align-items: flex-start;
    gap: 46.5px;
  }
}

@media screen and (min-width: 1024px) {
  .Footer-module___WNOoG__shell {
    gap: 38px;
  }
}

@media screen and (min-width: 1280px) {
  .Footer-module___WNOoG__shell {
    gap: 94px;
  }
}

@media screen and (min-width: 1535px) {
  .Footer-module___WNOoG__shell {
    gap: 150px;
  }
}

.Footer-module___WNOoG__brand {
  box-sizing: border-box;
  flex: none;
  min-width: 0;
  max-width: 100%;
  margin-inline: 0;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__brand {
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer-module___WNOoG__brand {
    max-width: 235px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .Footer-module___WNOoG__brand {
    max-width: 228px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1534px) {
  .Footer-module___WNOoG__brand {
    max-width: 284px;
  }
}

@media screen and (min-width: 1535px) {
  .Footer-module___WNOoG__brand {
    max-width: 340px;
  }
}

.Footer-module___WNOoG__brandStack {
  box-sizing: border-box;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  width: min-content;
  max-width: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__brandStack {
    align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer-module___WNOoG__brandStack {
    align-items: center;
    width: 100%;
  }
}

.Footer-module___WNOoG__logo {
  box-sizing: border-box;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  display: flex;
}

.Footer-module___WNOoG__logo svg {
  width: 200px;
  height: auto;
  aspect-ratio: var(--a2a-logo-aspect-ratio);
  display: block;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__logo {
    justify-content: center;
  }

  .Footer-module___WNOoG__logo svg {
    width: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer-module___WNOoG__logo {
    justify-content: center;
  }
}

.Footer-module___WNOoG__socials {
  justify-content: center;
  align-items: center;
  gap: 28.5px;
  width: 100%;
  min-width: 0;
  display: flex;
}

.Footer-module___WNOoG__socialLink {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: inline-flex;
}

.Footer-module___WNOoG__socialLink svg {
  width: 45px;
  max-width: 100%;
  height: 45px;
  display: block;
}

.Footer-module___WNOoG__email {
  font-size: 1em;
  font-weight: 300;
}

.Footer-module___WNOoG__linksBlock {
  flex-direction: column;
  flex: 1 1 0;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  min-width: 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__linksBlock {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .Footer-module___WNOoG__linksBlock {
    align-self: stretch;
    width: auto;
  }
}

.Footer-module___WNOoG__pages {
  grid-template-columns: 1fr;
  justify-items: stretch;
  gap: 4px 16px;
  width: 100%;
  display: grid;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__pages {
    justify-items: center;
  }
}

.Footer-module___WNOoG__pages a {
  color: #000;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  max-width: 20rem;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: block;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__pages a {
    text-align: center;
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer-module___WNOoG__pages {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
  }

  .Footer-module___WNOoG__pages a:first-child {
    grid-area: 1 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(2) {
    grid-area: 1 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(3) {
    grid-area: 2 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(4) {
    grid-area: 2 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(5) {
    grid-area: 3 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(6) {
    grid-area: 3 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(7) {
    grid-area: 4 / 1;
  }

  .Footer-module___WNOoG__pages a {
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .Footer-module___WNOoG__pages {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: stretch;
  }

  .Footer-module___WNOoG__pages a:first-child {
    grid-area: 1 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(2) {
    grid-area: 1 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(3) {
    grid-area: 1 / 3;
  }

  .Footer-module___WNOoG__pages a:nth-child(4) {
    grid-area: 2 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(5) {
    grid-area: 2 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(6) {
    grid-area: 2 / 3;
  }

  .Footer-module___WNOoG__pages a:nth-child(7) {
    grid-area: 3 / 1;
  }

  .Footer-module___WNOoG__pages a {
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}

@media screen and (min-width: 1280px) {
  .Footer-module___WNOoG__pages {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: stretch;
  }

  .Footer-module___WNOoG__pages a:first-child {
    grid-area: 1 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(2) {
    grid-area: 1 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(3) {
    grid-area: 1 / 3;
  }

  .Footer-module___WNOoG__pages a:nth-child(4) {
    grid-area: 1 / 4;
  }

  .Footer-module___WNOoG__pages a:nth-child(5) {
    grid-area: 2 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(6) {
    grid-area: 2 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(7) {
    grid-area: 2 / 3;
  }

  .Footer-module___WNOoG__pages a {
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}

.Footer-module___WNOoG__legals {
  color: #000;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .Footer-module___WNOoG__legals {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.Footer-module___WNOoG__legals a {
  color: inherit;
  text-decoration: none;
}

/* [project]/app/(mentor)/_components/signup-form.module.css [app-client] (css) */
@media screen and (max-width: 600px) {
  .signup-form-module__oWMQ7W__mentorFormOuter {
    padding: 16px !important;
  }
}

.signup-form-module__oWMQ7W__mentorFormSection {
  background: linear-gradient(105.56deg, #38b4ed 0%, #306cd5 50%, #2824bd 100%);
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .signup-form-module__oWMQ7W__mentorFormSection {
    gap: 30px;
  }
}

@media screen and (max-width: 600px) {
  .signup-form-module__oWMQ7W__mentorFormSection {
    padding: 32px 16px 48px !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
  .signup-form-module__oWMQ7W__mentorFormSection {
    padding: 64px !important;
  }
}

@media screen and (min-width: 1024px) {
  .signup-form-module__oWMQ7W__mentorFormSection {
    padding: 64px !important;
  }
}

.signup-form-module__oWMQ7W__heroIntro {
  text-align: left;
  width: 100%;
  max-width: 768px;
  font-family: var(--font-montserrat), sans-serif;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .signup-form-module__oWMQ7W__heroIntro {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    text-align: center !important;
    align-items: center !important;
  }
}

.signup-form-module__oWMQ7W__heroIntro h1 {
  color: #fff;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 599px) {
  .signup-form-module__oWMQ7W__mentorFormSection .signup-form-module__oWMQ7W__heroIntro h1 {
    text-align: left !important;
    font-size: 28px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .signup-form-module__oWMQ7W__mentorFormSection .signup-form-module__oWMQ7W__heroIntro h1 {
    text-align: left !important;
    font-size: 32px !important;
    line-height: 1.15 !important;
  }
}

@media screen and (min-width: 1024px) {
  .signup-form-module__oWMQ7W__mentorFormSection .signup-form-module__oWMQ7W__heroIntro h1 {
    text-align: center !important;
    font-size: 3.5rem !important;
    line-height: 1.1 !important;
  }
}

.signup-form-module__oWMQ7W__heroIntro p {
  color: #fff;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .signup-form-module__oWMQ7W__mentorFormSection .signup-form-module__oWMQ7W__heroIntro p {
    max-width: 36rem;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 21px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .signup-form-module__oWMQ7W__mentorFormSection .signup-form-module__oWMQ7W__heroIntro p {
    max-width: 40rem;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 22px !important;
  }
}

@media screen and (min-width: 1024px) {
  .signup-form-module__oWMQ7W__mentorFormSection .signup-form-module__oWMQ7W__heroIntro p {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
}

.signup-form-module__oWMQ7W__formWrap {
  box-sizing: border-box;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .signup-form-module__oWMQ7W__formWrap {
    padding-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .signup-form-module__oWMQ7W__formWrap {
    padding-top: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .signup-form-module__oWMQ7W__formWrap {
    padding-top: 32px;
  }
}

.signup-form-module__oWMQ7W__form {
  font-family: var(--font-montserrat), sans-serif;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .signup-form-module__oWMQ7W__form {
    justify-content: flex-start;
    gap: 12px;
  }
}

.signup-form-module__oWMQ7W__legalConsentBlock {
  width: 100%;
  max-width: 768px;
  margin: 1.25rem auto;
}

@media screen and (max-width: 767px) {
  .signup-form-module__oWMQ7W__legalConsentBlock {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .signup-form-module__oWMQ7W__legalConsentBlock:first-of-type {
    margin-top: 12px;
  }
}

.signup-form-module__oWMQ7W__checkboxWrap {
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.signup-form-module__oWMQ7W__checkboxItem {
  cursor: pointer;
  accent-color: #306cd5;
  border: 1px solid gray;
  border-radius: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: .25rem;
}

.signup-form-module__oWMQ7W__legalLabel {
  color: #fffffff2;
  cursor: pointer;
  max-width: none;
  font-size: .9375rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .signup-form-module__oWMQ7W__legalLabel {
    font-size: 12px;
    line-height: normal;
  }
}

.signup-form-module__oWMQ7W__legalLabel a {
  color: #fffffff2;
  text-decoration: underline;
}

.signup-form-module__oWMQ7W__legalLabel a:hover {
  text-decoration: none;
}

.signup-form-module__oWMQ7W__legalLabel a:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #fffffff2;
}

.signup-form-module__oWMQ7W__form > div:not(.signup-form-module__oWMQ7W__legalConsentBlock):not(.signup-form-module__oWMQ7W__formSubmit) {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-direction: column;
  flex: 300px;
  justify-content: center;
  min-width: 0;
  max-width: 500px;
  height: 3em;
  margin-top: 3em;
  font-size: 1em;
  display: flex;
}

@media screen and (max-width: 767px) {
  .signup-form-module__oWMQ7W__form > div:not(.signup-form-module__oWMQ7W__legalConsentBlock):not(.signup-form-module__oWMQ7W__formSubmit) {
    flex: 100%;
    width: 100%;
    max-width: none;
    height: 3em;
    margin-top: 2.125rem;
  }

  .signup-form-module__oWMQ7W__form > div:not(.signup-form-module__oWMQ7W__legalConsentBlock):not(.signup-form-module__oWMQ7W__formSubmit):first-of-type {
    margin-top: 0;
  }

  .signup-form-module__oWMQ7W__form > div.signup-form-module__oWMQ7W__fieldWithLongLabel:not(.signup-form-module__oWMQ7W__legalConsentBlock):not(.signup-form-module__oWMQ7W__formSubmit) {
    margin-top: 3.5rem;
  }
}

.signup-form-module__oWMQ7W__form > div:not(.signup-form-module__oWMQ7W__legalConsentBlock) > label {
  color: #fff;
  align-items: flex-end;
  height: 0;
  font-size: 1em;
  display: flex;
}

@media screen and (max-width: 767px) {
  .signup-form-module__oWMQ7W__form > div:not(.signup-form-module__oWMQ7W__legalConsentBlock) > label {
    padding-left: 5px;
    font-size: 14px;
    line-height: 21px;
  }
}

.signup-form-module__oWMQ7W__fieldWithLongLabel > label {
  white-space: normal;
  padding-right: 8px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .signup-form-module__oWMQ7W__fieldWithLongLabel > label {
    line-height: 1.55;
  }
}

.signup-form-module__oWMQ7W__form > div:not(.signup-form-module__oWMQ7W__legalConsentBlock):not(.signup-form-module__oWMQ7W__formSubmit).signup-form-module__oWMQ7W__error {
  border: 1px solid red !important;
}

.signup-form-module__oWMQ7W__form > div:not(.signup-form-module__oWMQ7W__legalConsentBlock):not(.signup-form-module__oWMQ7W__formSubmit) > * {
  width: 100%;
  min-width: 0;
}

.signup-form-module__oWMQ7W__form .MuiFormControl-root {
  min-width: 0;
}

.signup-form-module__oWMQ7W__form .MuiInputBase-root {
  min-width: 0;
}

.signup-form-module__oWMQ7W__form .MuiSelect-select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .signup-form-module__oWMQ7W__form .MuiInputBase-input {
    letter-spacing: .15px;
    font-size: 16px;
  }

  .signup-form-module__oWMQ7W__form .MuiSelect-select {
    letter-spacing: .15px;
    font-size: 16px;
    line-height: 23px;
  }
}

.signup-form-module__oWMQ7W__form > div:not(.signup-form-module__oWMQ7W__legalConsentBlock):not(.signup-form-module__oWMQ7W__formSubmit) * {
  border: none !important;
}

.signup-form-module__oWMQ7W__form > div:not(.signup-form-module__oWMQ7W__legalConsentBlock) :last-child * {
  color: #000 !important;
}

.signup-form-module__oWMQ7W__formSubmit {
  text-align: center;
  justify-content: center;
  padding-top: 30px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .signup-form-module__oWMQ7W__formSubmit {
    width: 100%;
    padding-top: 16px;
  }

  .signup-form-module__oWMQ7W__formSubmit > * {
    width: 100% !important;
    max-width: none !important;
  }
}

.signup-form-module__oWMQ7W__infoSmall {
  text-align: center;
  display: relative;
  z-index: 999;
  padding-top: 50px;
  font-size: 10px;
}

.signup-form-module__oWMQ7W__infoSmall a {
  color: inherit;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.signup-form-module__oWMQ7W__infoSmall a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* [project]/app/components/LeadLegalCheckboxes.module.css [app-client] (css) */
.LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack {
  box-sizing: border-box;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 12px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack .LeadLegalCheckboxes-module__rNjjtG__legalRow {
  width: 100%;
  max-width: 100%;
}

.LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack .LeadLegalCheckboxes-module__rNjjtG__checkboxWrap {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack .LeadLegalCheckboxes-module__rNjjtG__checkboxItem {
  flex-shrink: 0;
}

.LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  box-sizing: border-box;
  text-align: left;
  flex: 1;
  min-width: 0;
}

.LeadLegalCheckboxes-module__rNjjtG__legalRow {
  margin: 0;
}

.LeadLegalCheckboxes-module__rNjjtG__mentorSignupStack {
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .LeadLegalCheckboxes-module__rNjjtG__mentorSignupStack {
    gap: 16px;
  }
}

.LeadLegalCheckboxes-module__rNjjtG__checkboxWrap {
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.LeadLegalCheckboxes-module__rNjjtG__checkboxItem {
  cursor: pointer;
  accent-color: #306cd5;
  border: 1px solid gray;
  border-radius: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: .2rem;
}

.LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  color: #374151;
  cursor: pointer;
  max-width: none;
  padding-left: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.LeadLegalCheckboxes-module__rNjjtG__link {
  color: #306cd5;
  text-decoration: underline;
}

.LeadLegalCheckboxes-module__rNjjtG__link:hover {
  text-decoration: none;
}

.LeadLegalCheckboxes-module__rNjjtG__variantJoinPaginated .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  font-family: var(--font-montserrat), sans-serif;
  color: #374151;
  font-size: 15px;
  font-weight: 300;
}

.LeadLegalCheckboxes-module__rNjjtG__variantJoinPaginated .LeadLegalCheckboxes-module__rNjjtG__link {
  color: #306cd5;
}

.LeadLegalCheckboxes-module__rNjjtG__variantStartNew .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  font-family: var(--font-montserrat), sans-serif;
  color: #374151;
  font-size: 15px;
  line-height: 1.5;
}

.LeadLegalCheckboxes-module__rNjjtG__variantStartNew .LeadLegalCheckboxes-module__rNjjtG__link {
  color: #306cd5;
}

.LeadLegalCheckboxes-module__rNjjtG__variantContactFigma .LeadLegalCheckboxes-module__rNjjtG__checkboxWrap {
  align-items: flex-start;
  gap: 12px;
}

.LeadLegalCheckboxes-module__rNjjtG__variantContactFigma .LeadLegalCheckboxes-module__rNjjtG__checkboxItem {
  margin-top: 3px;
}

.LeadLegalCheckboxes-module__rNjjtG__variantContactFigma .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.LeadLegalCheckboxes-module__rNjjtG__variantContactFigma .LeadLegalCheckboxes-module__rNjjtG__link {
  color: #306cd5;
}

.LeadLegalCheckboxes-module__rNjjtG__variantMentorSignup .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  font-family: var(--font-montserrat), sans-serif;
  color: #fffffff2;
  font-size: .9375rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .LeadLegalCheckboxes-module__rNjjtG__variantMentorSignup .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
    font-size: 12px;
    line-height: normal;
  }
}

.LeadLegalCheckboxes-module__rNjjtG__variantMentorSignup .LeadLegalCheckboxes-module__rNjjtG__link {
  color: #fffffff2;
  text-decoration: underline;
}

.LeadLegalCheckboxes-module__rNjjtG__variantMentorSignup .LeadLegalCheckboxes-module__rNjjtG__link:hover {
  text-decoration: none;
}

/*# sourceMappingURL=app_0awn6c6._.css.map*/