:root {
  --green: #00d265;
  --black: #272727;
  --white: white;
  --blue: #00e;
}

a {
  color: #00e;
  font-family: Vtfredzone, Arial, sans-serif;
  text-decoration: underline;
}

a:hover {
  color: var(--green);
}

ul, ol {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.u-mt-2 {
  margin-top: 2em;
}

.u-h-100 {
  height: 100%;
}

.u-pt-3 {
  padding-top: 3em;
}

.u-p-1 {
  padding: 1em;
}

.paragraph-1-5 {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 28px;
}

.paragraph-1-5.u-text-blue {
  color: #00e;
}

.paragraph-1-5.u-text-blue:hover {
  color: var(--green);
}

.paragraph-1-5.u-w-600 {
  margin-left: auto;
  margin-right: auto;
}

.u-position-relative {
  position: relative;
}

.u-position-relative._99 {
  z-index: 99;
  z-index: 99;
}

.col.u-bg-lightgray, .col.u-bg-darkgray {
  background-color: #e0e0e0;
}

.col.u-position-relative.u-overflow-hidden.coach, .col.u-position-relative.u-overflow-hidden.jada {
  height: 600px;
}

.col {
  border: 1px solid var(--black);
  background-color: var(--white);
  flex: 1;
  padding: 20px;
}

.col.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.col.col-lg-2 {
  flex-basis: 16.67%;
  max-width: 16.6667%;
}

.col.col-shrink {
  flex: 0 auto;
}

.col.col-lg-1 {
  flex-basis: 8.33%;
  max-width: 8.33333%;
}

.col.col-lg-first {
  order: -1;
}

.col.col-lg-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col.col-lg-last {
  order: 1;
}

.col.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col.col-lg-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col.col-lg-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.col.col-lg-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col.col-lg-11 {
  flex-basis: 91.67%;
  max-width: 91.6667%;
}

.col.col-lg-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col.col-no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.u-text-white {
  border-color: var(--white);
}

.col.u-bg-lightgray, .col.u-bg-darkgray {
  background-color: #e0e0e0;
}

.col.u-bg-darkgray.u-position-relative.u-overflow-hidden.coach {
  height: 100%;
}

.col.u-position-relative.u-overflow-hidden.coach, .col.u-position-relative.u-overflow-hidden.jada {
  height: 600px;
}

.col.u-bg-black.u-sticky {
  position: sticky;
  top: 100px;
}

.u-bg-black {
  background-color: #1d1c1a;
}

.page-wrapper {
  color: #fff;
  position: relative;
}

.u-text-white {
  color: #fff;
}

.u-overflow-hidden {
  overflow: hidden;
}

.input-group {
  text-align: left;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  padding-right: 1px;
  display: block;
  position: relative;
}

.input-group.cc-toggle {
  margin-bottom: 8px;
  padding: 0 0 0 28px;
}

.input-group.cc-textarea {
  min-height: 140px;
}

.paragraph-1-25 {
  color: var(--black);
  font-size: 22px;
  line-height: 32px;
}

.paragraph-1-25.u-text-white {
  color: var(--white);
}

.paragraph-1-25.u-text-white.u-mb-6 {
  margin-bottom: 6em;
}

.paragraph-1-25.u-text-darkgray {
  color: #888680;
}

.paragraph-1-25.u-text-darkgray.u-mb-6 {
  margin-bottom: 6em;
}

.btn {
  background-color: var(--blue);
  color: #fff;
  border: 1px solid #0000;
  padding: .7em 1.2em;
  font-family: Vtfredzone, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  background-color: var(--green);
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn.cc-light {
  color: #323a45;
  background-color: #fff;
}

.btn.center {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.btn.cc-secondary {
  border-color: var(--black);
  background-color: var(--white);
  color: #1d1c1a;
}

.btn.cc-secondary.cc-light {
  color: #fff;
  border-color: #fff;
}

.btn.cc-secondary.cc-light:hover {
  box-shadow: inset 0 0 0 100px #ffffff26;
}

.btn.u-mt-1.u-mr-1 {
  background-color: var(--blue);
}

.btn.u-mt-1.u-mr-1:hover {
  background-color: var(--green);
}

.u-mr-1 {
  margin-right: 1em;
}

.u-text-center {
  text-align: center;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}

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

.section.u-pt-12 {
  padding-top: 12rem;
}

.section.u-pt-12.u-bg-play {
  background-image: linear-gradient(#ffffff80, #ffffff80), url("https://cdn.prod.website-files.com/683e4887d9110c9450f0d501/683f59783a7291cd437286b0_Frame%2014%20(1).jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 7rem;
}

.section.u-pt-12.u-bg-play.u-pb-4 {
  padding-bottom: 4rem;
}

.section.u-pt-3 {
  padding-top: 3rem;
}

.section.u-pb-0 {
  padding-bottom: 0;
}

.section.u-bg-marketplace {
  background-image: url("https://cdn.prod.website-files.com/683e4887d9110c9450f0d501/6869d50dfb77027c2b8711d3_marketplace%20(1).jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
}

.section.u-bg-black.u-overlap {
  z-index: 0;
  margin-top: -160px;
  padding-top: 16rem;
}

.section.u-overflow-hidden.u-pb-0 {
  padding-bottom: 0;
}

.section.u-p-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.u-bg-lightgray {
  background-color: #e0e0e0;
}

.section.u-pt-4 {
  padding-top: 4rem;
}

.section.u-pb-6 {
  padding-bottom: 6rem;
}

.section.u-bg-play {
  background-image: linear-gradient(#ffffff80, #ffffff80), url("https://cdn.prod.website-files.com/683e4887d9110c9450f0d501/683f59783a7291cd437286b0_Frame%2014%20(1).jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.u-bg-play.u-pt-6 {
  padding-top: 6rem;
}

.eyebrow {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Vtfredzone, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Vtfredzone, Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.h1.u-text-white {
  color: var(--white);
}

.h1.u-text-white.u-text-center.soon {
  z-index: 5;
  position: relative;
}

.input {
  z-index: 2;
  color: #1d1c1a;
  background-color: #0000;
  border: 1px solid #888680;
  border-radius: 8px;
  height: 100%;
  min-height: 65px;
  margin-bottom: 0;
  padding: 32px 16px 8px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.input:hover, .input:focus {
  border-color: #d14424;
}

.input::placeholder {
  color: #888680;
}

.input.cc-light {
  color: #fff;
}

.input.cc-select {
  background-image: url("https://cdn.prod.website-files.com/683e4887d9110c9450f0d501/683e498117f8edd11ebf8ff3_arrow-black.svg");
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 12px;
}

.u-text-lightgray {
  color: #dfddd6;
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-success {
  background-color: #0000;
  min-height: 320px;
  position: relative;
}

.u-text-darkgray {
  color: #302f2c;
}

.form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .8em;
  font-family: Vtfredzone, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.h4.u-text-white {
  color: var(--white);
}

.u-mb-3 {
  margin-bottom: 3em;
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Vtfredzone, Arial, sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.h2.u-text-darkgray {
  color: #888680;
}

.h2.u-text-white {
  color: var(--white);
}

.h2.u-text-lightgray {
  color: #cbcbcb;
}

.u-bg-lightgray {
  background-color: #dfddd6;
}

.input-label {
  z-index: 1;
  color: #1d1c1a;
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: .9rem;
  line-height: 1;
  position: relative;
}

.input-label.cc-static {
  background-color: #0000;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mt-3 {
  margin-top: 3em;
}

.form-error {
  color: #e31700;
  background-color: #0000;
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Vtfredzone, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.h3.u-mb-3 {
  margin-bottom: 3em;
}

.h3.u-position-relative {
  z-index: 1;
}

.h3.u-mb-0 {
  margin-bottom: 0;
}

.h3.u-mt-2 {
  margin-top: 2em;
}

.h3.u-text-white {
  color: var(--white);
}

.u-pb-3 {
  padding-bottom: 3em;
}

.u-mt-1 {
  margin-top: 1em;
}

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

.grid-2.get-started {
  grid-column-gap: 180px;
  grid-row-gap: 240px;
}

.grid-2.faq {
  grid-template-columns: 2.5fr 1fr;
}

.grid-2.center {
  place-items: center start;
}

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

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--black);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  width: 3.5rem;
  height: 3.5rem;
  inset: 510px auto 0% 196px;
}

.slider-arrow.is-bottom-previous {
  width: 3.5rem;
  height: 3.5rem;
  inset: 510px auto 0% 0%;
}

.gallery23_slide {
  width: 310px;
  padding-right: 2rem;
}

.gallery23_slider {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery23_slider.u-mt-2 {
  padding-bottom: 4rem;
}

.gallery23_slide-nav {
  height: 1.75rem;
  font-size: 1.2rem;
  inset: auto auto 0% 85px;
}

.gallery23_mask {
  width: 25%;
  overflow: visible;
}

.footer {
  background-color: var(--white);
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.footer.u-bg-play {
  background-image: linear-gradient(#ffffff80, #ffffff80), url("https://cdn.prod.website-files.com/683e4887d9110c9450f0d501/683f59783a7291cd437286b0_Frame%2014%20(1).jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top: 1px solid #000;
  padding-bottom: 2rem;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xsmall, .margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.icon-embed-small {
  color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_accordion {
  border: 1px solid var(--black);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_answer {
  color: var(--black);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  padding: .7rem 1.5rem;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.button.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button.u-mt-1.u-mr-1 {
  border: 1px solid #0000;
  transition: background-color .2s;
}

.button.u-mt-1.u-mr-1:hover {
  background-color: var(--green);
  color: var(--white);
}

.button.u-mt-1.u-mr-1.nav {
  margin-top: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: 20px;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_component {
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo {
  width: 175px;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.image-phone {
  object-fit: contain;
  width: 250px;
  height: 550px;
}

.image-case-small {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list {
  margin-top: 20px;
}

.footer4_logo-link {
  padding-left: 0;
}

.icon-embed-xsmall {
  color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: var(--blue);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer4_credit-text {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
}

.footer4_credit-text.u-text-white {
  color: var(--white);
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.divider-horizontal {
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  width: 100%;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.footer4_legal-link {
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  text-decoration: underline;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.image-cta {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.u-text-blue {
  color: var(--blue);
}

.u-w-500 {
  z-index: 4;
  width: 380px;
  position: relative;
}

.image-layer-phone {
  z-index: 2;
  width: 276.267px;
  height: 520px;
  display: block;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 549px;
  overflow: visible;
}

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

.u-w-600 {
  width: 600px;
}

.image-how-it-works {
  width: 150px;
}

.tab-link-tab-1 {
  background-color: #fff0;
  border: 2px solid #888680;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1.w--current {
  background-color: var(--white);
}

.tab-link-tab-2 {
  background-color: #c8c8c800;
  border: 2px solid #888680;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2.w--current {
  background-color: var(--white);
}

.tab-link-tab-3 {
  background-color: #ddd0;
  border: 2px solid #888680;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-3.w--current {
  background-color: var(--white);
}

.tab-link-tab-4 {
  background-color: #c8c8c800;
  border: 2px solid #888680;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-4.w--current {
  background-color: var(--white);
}

.tab-link-tab-5 {
  background-color: #fff0;
  border: 2px solid #888680;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-5.w--current {
  background-color: var(--white);
}

.tab-link-tab-6 {
  background-color: #c8c8c800;
  border: 2px solid #888680;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-6.w--current {
  background-color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-banner-download {
  width: 300px;
  position: absolute;
  inset: 0% 77px auto auto;
}

.image-3 {
  z-index: 0;
  width: 1380px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 30px 0% 0%;
}

.contact-modal3_content-wrapper {
  background-color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/683e4887d9110c9450f0d501/68697d1f7275aa6be3657f94_ChatGPT%20Image%20Jul%205%2C%202025%2C%2012_29_15%20PM.png");
  background-position: 50% 280px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 5rem 4rem;
  position: absolute;
  overflow: scroll;
}

.heading-style-h2 {
  color: var(--black);
  font-family: Vtfredzone, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-embed-small-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact-modal3_component {
  z-index: 200;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal3_background-overlay {
  z-index: -1;
  background-color: #00000070;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-align-center {
  text-align: center;
}

.contact-modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

@media screen and (max-width: 991px) {
  .u-pt-0 {
    padding-top: 0;
  }

  .col.col-md-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-md-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-md-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-md-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-md-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-md-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-md-first {
    order: -1;
  }

  .col.col-md-last {
    order: 1;
  }

  .col.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-md-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-md-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .u-p-0 {
    padding: 0;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top {
    background-color: var(--blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--blue);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .contact-modal3_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .styles__nav-btn {
    margin-top: -2px;
    padding: 0 2px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .styles__nav-btn:hover {
    background-color: #302f2c;
  }

  .styles__nav-btn.w--open {
    background-color: #302f2c;
    border-radius: 4px;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .paragraph-1-5 {
    font-size: 1.3rem;
  }

  .col.col-sm-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-sm-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-sm-last {
    order: 1;
  }

  .col.col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-sm-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-sm-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-sm-first {
    order: -1;
  }

  .col.col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .styles__nav-menu {
    background-color: #302f2c;
    padding: 12px 5% 20px;
  }

  .paragraph-1-25 {
    font-size: 1.1rem;
  }

  .btn {
    padding: .5em 1em;
  }

  .styles__nav-link {
    text-align: left;
    padding: .6em 0;
    display: block;
  }

  .styles__nav-link.cc-cta {
    background-color: #0000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .styles__nav-link.cc-cta:hover {
    background-color: #0000;
    text-decoration: underline;
  }

  .card-body {
    padding: 20px;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

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

  .h1 {
    font-size: 3.6rem;
  }

  .u-p-0 {
    padding: 0;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .styles__nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .gallery23_slide {
    padding-right: 1.5rem;
  }

  .gallery23_mask {
    width: 50%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .contact-modal3_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: 16px;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .paragraph-1-5 {
    font-size: 18px;
  }

  .paragraph-1-5.u-w-600 {
    width: auto;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.u-bg-darkgray.u-position-relative.u-overflow-hidden.coach, .col.u-position-relative.u-overflow-hidden.jada, .col.u-position-relative.derrick {
    padding-bottom: 0;
  }

  .col.col-xs-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-xs-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-xs-first {
    order: -1;
  }

  .col.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-xs-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-xs-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.u-bg-darkgray.u-position-relative.u-overflow-hidden.coach, .col.u-position-relative.u-overflow-hidden.jada, .col.u-position-relative.derrick, .col.u-position-relative.u-overflow-hidden.jada, .col.u-position-relative.u-overflow-hidden.jada, .col.u-position-relative.derrick {
    padding-bottom: 0;
  }

  .styles__nav-menu {
    padding-left: 7%;
    padding-right: 7%;
  }

  .btn.u-mt-1.u-mr-1 {
    margin-bottom: 1em;
    margin-right: 0;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .styles__row-example {
    height: auto;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

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

  .section.u-pb-6 {
    padding-bottom: 4rem;
  }

  .container {
    width: 86%;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .u-p-0 {
    padding: 0;
  }

  .h2 {
    font-size: 2rem;
  }

  .h3.u-mb-3 {
    margin-bottom: 1em;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .grid-2.get-started {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    display: flex;
  }

  .grid-2.center {
    flex-flow: column;
    display: flex;
  }

  .image-partner-logos {
    width: 150px;
  }

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

  .slider-arrow.is-bottom-next {
    left: 215px;
  }

  .gallery23_slide {
    width: 270px;
  }

  .gallery23_slider {
    padding-left: 16px;
  }

  .gallery23_slide-nav {
    left: 101px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.u-mt-1.u-mr-1 {
    margin-bottom: 1em;
    margin-right: 0;
  }

  .navbar1_logo {
    width: 130px;
  }

  .image-roster {
    height: auto;
  }

  .footer4_logo-link {
    margin-left: auto;
    margin-right: auto;
  }

  .footer4_logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer4_bottom-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-qb-case {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
  }

  .u-w-500 {
    width: 100%;
  }

  .image-coach {
    width: 100%;
    position: relative;
    top: 30px;
  }

  .image-volley {
    height: 250px;
    position: relative;
    bottom: 0;
  }

  .image-layer-phone {
    top: 524px;
    left: 0;
  }

  .grid-3.u-mt-2 {
    grid-template-columns: 1fr;
  }

  .header8_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .u-w-600 {
    width: auto;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .image-fire, .image-banner-download, .image-3 {
    display: none;
  }

  .contact-modal3_content-wrapper {
    background-image: url("https://cdn.prod.website-files.com/683e4887d9110c9450f0d501/68697d1f7275aa6be3657f94_ChatGPT%20Image%20Jul%205%2C%202025%2C%2012_29_15%20PM.png");
    background-position: 50% 460px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 7rem;
  }

  .contact-modal3_component {
    display: none;
  }
}

#w-node-eb9885c8-be46-c62b-8130-544a4ece01e2-ccfabd1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c9e4d2d-d44a-d13f-dbe3-091508fb00d0-08fb00cd {
  justify-self: start;
}

#w-node-_4c9e4d2d-d44a-d13f-dbe3-091508fb00dd-08fb00cd {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_4c9e4d2d-d44a-d13f-dbe3-091508fb00d0-08fb00cd, #w-node-_4c9e4d2d-d44a-d13f-dbe3-091508fb00dd-08fb00cd {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c9e4d2d-d44a-d13f-dbe3-091508fb00ea-08fb00cd {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c9e4d2d-d44a-d13f-dbe3-091508fb00d0-08fb00cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}
