:root {
  --bg-color: #050510;
  --text-color: #ffffffb3;
  --white: white;
--background-color--background-primary: #000000; /* black */
--text-color--text-alternate: #ffffff;           /* white */
--text-color--text-primary: #000000;             /* black */
--text-color--text-secondary: #4a4a4a;           /* dark gray */
--background-color--background-success: #28a745; /* green */
--text-color--text-success: #1e7e34;             /* darker green */
--border-color--border-primary: #f2f2f2;         /* very light gray */
--background-color--background-alternate: #ffffff; /* white */
--background-color--background-secondary: #007bff; /* blue */
--background-color--background-tertiary: #e83e8c;  /* pink */
--background-color--background-error: #dc3545;     /* red */
--text-color--text-error: #a71d2a;                 /* dark red */
--border-color--border-alternate: #4a4a4a;         /* dark gray */
--text-gray-darker: #5a5a5a;
  --crypto-blue: #2353ff;
  --text-gray: #929292;
  --menumed: #1e1e4c;
  --menudark: #0e0e24;
  --menulight: #2d2d58;
  --black: #000;
  --stroke: #313151;
  --size: 0px;
  --crypto-gold: #ecc870;
--background-color--background-primary: #000; /* from --base-color-neutral--black */
--text-color--text-alternate: #fff;           /* from --base-color-neutral--white */
--text-color--text-primary: #000;             /* from --base-color-neutral--black */
--text-color--text-secondary: #222;           /* from --base-color-neutral--neutral-darker */
--background-color--background-success: #cef5ca; /* from --base-color-system--success-green */
--text-color--text-success: #114e0b;             /* from --base-color-system--success-green-dark */
--border-color--border-primary: #eee;            /* from --base-color-neutral--neutral-lightest */
--background-color--background-alternate: #fff;  /* from --base-color-neutral--white */
--background-color--background-secondary: #2d62ff; /* from --base-color-brand--blue */
--background-color--background-tertiary: #dd23bb;  /* from --base-color-brand--pink */
--background-color--background-error: #f8e4e4;     /* from --base-color-system--error-red */
--text-color--text-error: #3b0b0b;                 /* from --base-color-system--error-red-dark */
--border-color--border-alternate: #222;            /* from --base-color-neutral--neutral-darker */

}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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('../../../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;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  letter-spacing: -.04em;
  font-family: SF Pro Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baseneuetrial, sans-serif;
  font-size: 4.7rem;
  font-weight: 900;
  line-height: 1;
}

h2 {
  background-image: url('../images/grain_1grain.webp'), linear-gradient(135deg, var(--white) 62%, #999);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baseneuetrial, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.05;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--text-color);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: red;
  color: red;
}

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

.text-color-primary {
  color: red;
}

.text-color-secondary {
  color: red;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>);
  color: var(--text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.spacing {
  margin-bottom: 60px;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  opacity: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
}

.padding-global.padding-section-large.no-padding-top {
  padding-top: 0;
}

.padding-global.padding-section-small.casm.z-10 {
  z-index: 10;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
}

.text-style-italic {
  font-style: italic;
}

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

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold, .text-weight-bold.heading-style-h2._35 {
  font-weight: 700;
}

.text-weight-bold.heading-style-h2._35.ai {
  background-image: linear-gradient(135deg, var(--white) 62%, #999);
  font-family: SF Pro Bold, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
}

.form_input {
  border: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.pricing {
  color: #06060c;
  font-size: 2.1875rem;
  font-weight: 700;
}

.text-size-large.pricing.text-color-grey {
  color: #8d8f92;
  text-decoration: line-through;
}

.text-size-large.pricing.text-color-grey.mobile {
  font-weight: 500;
}

.text-size-large.pricing.text-color-gold {
  color: #ffbb38;
}

.text-size-large.pricing.text-color-gold.mobile {
  color: #ed4761;
}

.text-size-large.pricing.text-color-gold.mobile.ai {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffcf23, #ff8d3a);
  -webkit-background-clip: text;
  background-clip: text;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-wrapper {
  overflow: clip;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: red;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--bg-color);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  z-index: 100;
  justify-content: center;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: red;
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section_hero {
  background-image: url('../images/hero-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: center;
}

.section_hero.business, .section_hero.copywriting {
  background-image: url('../images/new_hero_bg.png');
  background-position: 0 0;
  background-size: auto;
}

.section_hero.stock {
  background-image: url('../images/new_hero_bg.png');
}

.slider_content {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.relative {
  flex: none;
  width: 282px;
  position: relative;
  overflow: hidden;
}

.relative.desktop-hidden {
  display: none;
}

.icon_video-play {
  z-index: 40;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_video-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero_video-wrap:hover {
  filter: saturate(150%);
}

.hero_video-wrap.alt {
  margin-top: 0;
  margin-bottom: 40px;
}

.video-embed-hero {
  z-index: 5;
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
}

.button_text-ab {
  font-family: npower-ultra, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.button_text-ab.casm {
  font-family: Baseneuetrial, sans-serif;
  font-size: 1.4rem;
}

.button_text-ab.ecom {
  color: #fff;
  font-family: ag-regular, sans-serif;
  font-size: 26px;
}

.button_text-ab.fitness {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: ag-regular, sans-serif;
}

.button_text-ab.business, .button_text-ab.copywriting {
  font-size: 1.4rem;
}

.button_text-ab.stocks {
  color: #fff;
  letter-spacing: 2px;
  font-family: bn-extrabold, sans-serif;
  font-size: 24px;
}

.slider_fade {
  z-index: 2;
  background-image: linear-gradient(90deg, #05051000, var(--bg-color) 92%);
  pointer-events: none;
  width: 26vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider_fade.is-left {
  background-image: linear-gradient(270deg, #05051000, var(--bg-color) 92%);
  inset: 0% auto auto 0%;
}

.html-embed {
  display: none;
}

.button_text {
  font-family: npower-ultra, sans-serif;
}

.button_text.casm {
  font-family: Baseneuetrial, sans-serif;
}

.button_text.ecom {
  color: #fff;
  font-family: ag-regular, sans-serif;
  font-size: 28px;
}

.button_text.fitness {
  color: #fff;
  font-family: ag-regular, sans-serif;
}

.button_text.stocks {
  color: #fff;
  letter-spacing: 2px;
  font-family: bn-extrabold, sans-serif;
  font-size: 26px;
}

.slider_full-width {
  width: 100vw;
  display: none;
  position: relative;
}

.slider_full-width.is-2 {
  display: flex;
}

.champions-logo.is-hero {
  border-radius: 999px;
  width: 111px;
  min-width: 111px;
  max-width: 111px;
  height: 111px;
  min-height: 111px;
  max-height: 111px;
  margin-bottom: 1rem;
  display: block;
  position: relative;
  overflow: clip;
  box-shadow: 0 4px 20px #000000de;
}

.h1.text-color-silver {
  font-family: npower-ultra, sans-serif;
  font-size: 110px;
}

.h1.text-color-silver.desktop-hidden {
  display: none;
}

.h1.text-color-silver.casm {
  font-family: Baseneuetrial, sans-serif;
  font-size: 90px;
}

.h1.text-color-silver.business {
  text-align: center;
  overflow-wrap: normal;
  max-width: 100%;
  font-family: bs-bold, sans-serif;
}

.h1.text-color-silver.business.mobile-hidden {
  font-family: bn-bold, sans-serif;
  font-size: 80px;
}

.h1.text-color-silver.copywriting {
  font-family: ag-regular, sans-serif;
  font-size: 80px;
}

.h1.text-color-silver.ecom {
  font-family: ag-regular, sans-serif;
  font-size: 80px;
  line-height: 1.15;
}

.h1.text-color-silver.fitness {
  font-family: ag-regular, sans-serif;
  font-size: 70px;
}

.h1.text-color-silver.stock {
  font-family: bn-extrabold, sans-serif;
  font-size: 70px;
}

.video_fade {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--bg-color), #05051000);
  height: 10%;
  position: absolute;
  inset: 0% 0% auto;
}

.button-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-wrap.is-testimonial {
  z-index: 2;
  margin-top: -8rem;
  position: relative;
}

.button-wrap.is-testimonial.copywriting {
  margin-top: -20rem;
}

.banner-flex {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #16163445, #dbdbf126 50%, #16163445);
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 1.5rem 5vw;
  font-family: Baseneuetrial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
  position: relative;
}

.button_glow {
  pointer-events: none;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #ff24241a, #ff242400);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button_glow.business {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #6f78bb, #6f78bb87 0%, #ff242400);
}

.button_glow.copywriting {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #ff99002b, #ff99001c);
}

.button_glow.fitness {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #00ff942e, #299d665e);
}

.play-button {
  z-index: 5;
  width: 5rem;
  height: 5rem;
  position: absolute;
}

.slider_lightbox {
  border: .13rem solid #fff;
  border-radius: .75rem;
  flex: none;
  width: 420px;
  height: 445px;
  transition: filter .2s, border .2s;
  overflow: hidden;
}

.slider_lightbox:hover {
  filter: saturate(160%);
  border-color: #fff;
}

.hero_sub-text {
  text-transform: capitalize;
  max-width: 28.75rem;
  font-size: 1.5rem;
  line-height: 1.3;
}

.hero_sub-text.text-color-silver {
  max-width: 50rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero_sub-text.text-color-silver.desktop-hidden {
  display: none;
}

.slider_image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.hero_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  display: flex;
}

.hero_component.blue-bg-glow {
  background-image: radial-gradient(circle farthest-side at 50% 0%, var(--crypto-blue), #fff0 46%);
}

.hero_component.blue-bg-glow.crypto {
  background-image: radial-gradient(circle farthest-side at 50% 0, #ecc87087, #fff0 46%, #fff0);
}

.hero_component.business {
  background-image: radial-gradient(circle at 50% 0, #6f78bb3b, #fff0 46%);
  padding-left: 10px;
  padding-right: 10px;
}

.hero_component.business.copywriting {
  background-image: radial-gradient(circle at 50% 0, #ab711a87, #fff0 46%);
}

.hero_component.business.ecom {
  background-image: radial-gradient(circle at 50% 0, #ff5c0026, #fff0 46%, #fff0);
}

.hero_component.business.fitness {
  background-image: radial-gradient(circle at 50% 0, #00ff9436 12%, #fff0 31%);
}

.hero_component.business.stock {
  background-image: radial-gradient(circle at 50% 0, #29a9bd75, #fff0 31% 46%);
}

.hero-video-wrapper {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.video_fade_bot {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--bg-color), #05051078 40%, #05051047 54%, #0000);
  height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-2 {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  color: #fff8f1;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ff000026;
  border: .15rem solid #d02b2b;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-family: Baseneuetrial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.button-2:hover {
  box-shadow: 0 0 80px #ff242457;
}

.button-2.is-cta {
  width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.button-2.is-100--mobile {
  z-index: 20;
  background-color: #ffffff26;
  background-image: linear-gradient(90deg, #2353ff, #fff);
  border: 0 #fff0;
  border-radius: 12px;
  padding: 3px;
  transition-property: none;
  display: block;
  position: relative;
  bottom: auto;
  box-shadow: 0 0 50px #2353ff;
}

.button-2.is-100--mobile.disabled {
  opacity: .36;
  background-image: linear-gradient(90deg, #fff, #a1a1a1);
  box-shadow: 0 0 50px #3a4b86;
}

.button-2.is-100--mobile.checkout-btn.crypto {
  background-image: linear-gradient(90deg, #ecc870, #fff);
  box-shadow: 0 0 50px #ecc870;
}

.button-2.business {
  background-color: #3c282826;
  border-color: #6f78bb;
}

.button-2.business:hover {
  box-shadow: 0 0 80px #244cff57;
}

.button-2.copywriting {
  background-color: #ab711a00;
  border-color: #ab711a;
}

.button-2.copywriting:hover {
  box-shadow: 0 0 80px #88760f57;
}

.button-2.ecom {
  color: #000;
  background-image: linear-gradient(101deg, #ff5c00, #ffe500);
  border-style: none;
  border-color: #ff5c00;
  font-family: th-regular, sans-serif;
  transition-property: none;
}

.button-2.ecom:hover {
  box-shadow: 0 0 80px #e68200a8;
}

.button-2.ecom.desktop-hidden {
  display: none;
}

.button-2.ecom.checkout-btn {
  background-color: #00000026;
  background-image: linear-gradient(101deg, #ff5c0057, #ffe50038);
  border-style: solid;
  border-color: #e29a00;
}

.button-2.fitness {
  color: #000;
  background-color: #00ff94;
  background-image: linear-gradient(93deg, #00ff94, #299d66);
  border-style: none;
}

.button-2.fitness:hover {
  box-shadow: 0 0 80px #48a02057;
}

.button-2.fitness.checkout-btn {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(93deg, #00ff9429, #299d663d);
  background-clip: border-box;
  border-style: solid;
  border-color: #00ff94;
}

.button-2.fitness.desktop-hiden {
  display: none;
}

.button-2.stock {
  opacity: 1;
  color: #000;
  mix-blend-mode: normal;
  background-color: #29a9bd;
  background-image: linear-gradient(94deg, #29a9bd, #80d7e4);
  border-style: none;
  border-color: #80d7e4;
  transition-property: none;
}

.button-2.stock:hover {
  box-shadow: 0 0 50px 20px #16acce33;
}

.button-2.stock.checkout-btn {
  background-color: #00000082;
  background-image: linear-gradient(94deg, #29a9bd5e, #80d7e45c);
  border-style: solid;
}

.slider-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.scrolly-boi {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-left: 1rem;
  padding: 1rem 2rem 1rem 1rem;
  display: none;
  position: relative;
  overflow: auto;
}

.black-overlay {
  z-index: 50;
  cursor: pointer;
  background-color: #00000036;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar_left {
  z-index: 999;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_left.mobile_hidden {
  display: flex;
}

.navbar_left.desktop_hidden {
  display: none;
}

.lottie_menu {
  justify-content: center;
  align-items: center;
  max-width: 1.38rem;
  display: flex;
}

.navbar_content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button_nav {
  color: #fff;
  letter-spacing: .01em;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #a3a3a3;
  padding: .75rem 2rem;
  line-height: 1.25;
  transition: all .2s;
}

.button_nav:hover {
  color: #0b0a09;
  background-color: #fff;
  border-color: #0b0a09;
}

.button_nav.checkout-btn {
  opacity: .5;
}

.button_nav.checkout-btn:hover {
  opacity: 1;
}

.navigation {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  position: fixed;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu_link {
  border-bottom: 1px solid #2d2d58;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.menu_link:hover {
  background-color: #16162e;
  border-bottom-color: #3b3b6d;
  padding-left: 1rem;
}

.menu_link.is-last {
  border-bottom-style: none;
}

.menu_link.hidden {
  display: none;
}

.nav_menu {
  z-index: 2;
  letter-spacing: 0;
  background-color: #0e0e24;
  border: 1px solid #2d2d58;
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 22rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.13rem;
  line-height: 1;
  display: none;
  position: absolute;
  inset: 49px 0% auto;
}

.nav_menu.sub_nav {
  display: none;
  top: 0;
  left: 115%;
  right: auto;
}

.menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding: .4rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
  transition: border .2s, background-color .2s;
  display: flex;
}

.menu:hover {
  background-color: #0e0e24;
  border: 1px solid #2d2d58;
}

.section_testimonials {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.testimonials_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 43.8rem;
  display: flex;
}

.h2-wrap.is-centered {
  align-items: center;
}

.h2-wrap.is-centered.max-width-full {
  max-width: none;
}

.h2 {
  font-family: npower-ultra, sans-serif;
}

.h2.is-18-ch {
  background-image: url('../images/grain_1grain.webp'), linear-gradient(158deg, #2353ff 23%, #fff 52%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  max-width: 18ch;
  font-family: npower-ultra, sans-serif;
}

.h2.is-18-ch.mobile-hidden.crypto {
  background-image: url('../images/grain_1grain.webp'), linear-gradient(158deg, #ecc870 23%, #fff 52%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.h2.is-work {
  text-align: left;
  max-width: 21ch;
}

.h2.is-work.desktop-hidden {
  display: none;
}

.h2.is-work.casm, .h2.is-work.casm.business {
  margin-bottom: 2rem;
}

.h2.is-work.casm.copywriting {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.h2.is-small {
  opacity: .7;
  padding-bottom: 10px;
  font-size: 1.8rem;
}

.h2.is-small.business {
  font-size: 48px;
}

.h2.is-small.business.copywriting {
  font-size: 38px;
}

.h2.is-small.business.ecom {
  font-size: 28px;
}

.h2.is-small.business.stock {
  font-size: 38px;
}

.h2.is-price {
  max-width: 100%;
}

.h2.is-price.desktop-hidden {
  display: none;
}

.h2.is-price.ecom {
  font-family: ag-regular, sans-serif;
}

.h2.text-align-left.desktop-hidden, .h2.desktop-hide {
  display: none;
}

.h2.casm {
  font-family: Baseneuetrial, sans-serif;
}

.h2.casm.mobile-hidden.copywriting {
  text-transform: uppercase;
}

.h2.casm.desktop-hidden {
  display: none;
}

.h2.business {
  font-family: bn-bold, sans-serif;
  font-size: 64px;
}

.h2.copywriting {
  text-transform: uppercase;
  font-family: ag-regular, sans-serif;
}

.h2.ecom {
  font-family: ag-regular, sans-serif;
  font-size: 2.5rem;
  line-height: 1.35;
}

.h2.fitness {
  font-family: ag-regular, sans-serif;
  font-size: 3rem;
}

.h2.stock {
  font-family: bn-bold, sans-serif;
  font-size: 3rem;
}

.h2.stock.desktop-hidden {
  display: none;
}

.testimonials_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  position: relative;
}

.testimonial_grid_column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.testimonial_image {
  object-fit: cover;
  border: 1px solid #1d1b19;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: filter .3s, border .3s;
}

.testimonial_image:hover {
  filter: saturate(150%);
  border-color: #4c4b49;
}

.testimonial_image.special {
  height: 100%;
}

.testimonial_image.speicla {
  object-fit: cover;
  object-position: 50% 0%;
  height: 65%;
}

.testimonials_fade {
  background-image: linear-gradient(0deg, var(--bg-color) 7%, #05051000);
  pointer-events: none;
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: auto 0% 0%;
}

.button_view-more {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #ffffff1a;
  background-image: radial-gradient(circle at 50% 100%, #f5cca026, #f5cca000);
  border: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button_view-more:hover {
  background-color: #ffffff3d;
  border-color: #fff6;
}

.button-3 {
  background-color: var(--bg-color);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.section_faq {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.faq_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faqs {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  margin-top: 1.5rem;
  overflow: hidden;
}

.faq_item {
  text-align: left;
  cursor: pointer;
  background-color: #0a0a1c;
  border-bottom: 1px solid #ffffff1a;
  padding: 2rem;
  transition: background-color .2s;
}

.faq_item:hover {
  background-color: #0c0c20;
}

.faq_item.is-last {
  border-bottom-style: none;
}

.faq_question {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_h3 {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 1.38rem;
  font-weight: 400;
}

.icon_faq-arrow {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: .6875rem;
  display: flex;
}

.faq_spacer {
  width: 100%;
  height: 1.5rem;
}

.faq_answer {
  font-size: 1.13rem;
  line-height: 1.45;
  overflow: hidden;
}

.footer {
  background-color: #0a0a1c;
}

.footer_top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.footer_links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fbebd9;
  justify-content: center;
  align-items: center;
}

.footer_link {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 1.13rem;
  transition: border .2s, opacity .2s;
}

.footer_link:hover {
  opacity: .8;
  border-bottom: 1px solid #faf3e1;
}

.footer_line {
  background-color: #2f2c28;
  width: 100%;
  height: 1px;
}

.footer_location_wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer_location_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.footer_location {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_location_country {
  letter-spacing: .2em;
  font-size: .88rem;
  line-height: 1;
}

.footer_location_text {
  font-size: .88rem;
}

.footer_disclaimer {
  text-align: center;
  letter-spacing: 0;
  margin-top: 1.5rem;
  font-size: .8rem;
  font-style: italic;
}

.hero_text_first {
  font-size: 1.75rem;
  line-height: 1.2;
}

.text-color-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #fff 66%, #999);
  -webkit-background-clip: text;
  background-clip: text;
}

.banner_border {
  background-image: linear-gradient(90deg, #fff0, #fff 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.banner_border.is-bot {
  inset: auto auto 0% 0%;
}

.section_opportunity {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  position: relative;
}

.section_opportunity.casm {
  margin-bottom: 0;
}

.opportunity_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.p-24 {
  text-align: center;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

.p-24.is-opport {
  max-width: 47ch;
}

.p-24.is-opport.desktop-hidden {
  display: none;
}

.p-24.is-work {
  text-align: left;
  max-width: 35ch;
  margin-bottom: 2rem;
}

.p-24.is-work.is-mobile {
  display: none;
}

.p-24.text-align-left {
  text-align: left;
}

.p-24.text-align-left.desktop-hidden {
  display: none;
}

.p-24.text-align-left.mobile-hidden.special {
  margin-left: 0;
}

.p-24.desktop-hidden {
  display: none;
}

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

.opportunity_bg-img {
  z-index: -1;
  width: 40rem;
  position: absolute;
  inset: 10.9rem auto auto -8%;
  rotate: -50deg;
}

.opportunity_bg-img.is-right {
  width: 280px;
  inset: auto 11.7rem 0% auto;
  rotate: 40deg;
}

.opportunity_bg-img.is_top_right {
  width: 60rem;
  inset: -92px -32.7rem auto auto;
  rotate: 10deg;
}

.opportunity_bg-img.is_top_left {
  width: 70rem;
  top: 29.7rem;
  left: -28.2rem;
  rotate: -45deg;
}

.opportunity_bg-img.is_top {
  width: 275px;
  height: 107px;
  inset: -6.4rem auto auto calc(50% - 133px);
  rotate: none;
}

.section_timeline {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.timeline_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_grid {
  grid-column-gap: 6.8rem;
  grid-row-gap: 6.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.timeline_grid.no-spacing-top {
  grid-template-rows: auto;
}

.timeline_grid.desktop-hidden {
  display: none;
}

.timeline_image_item {
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.timeline_image_item.is-right {
  margin-left: 2rem;
  margin-right: 0;
}

.timeline_image_wrap {
  background-image: linear-gradient(217deg, #ffffff08, #fff0);
  border: 1px solid #313151;
  justify-content: center;
  align-items: center;
  min-width: 26rem;
  min-height: 23rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.timeline_image_wrap.is-work {
  min-height: 27.5rem;
}

.timeline_image_wrap.desktop-hide, .timeline_image_wrap.desktop-hidden {
  display: none;
}

.timeline_image_bg {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: absolute;
}

.timeline_image {
  z-index: 2;
  width: 23.75rem;
  max-width: none;
  height: 7.75rem;
  position: absolute;
}

.timeline_image.is-2 {
  width: 15.25rem;
  height: 17.5rem;
}

.timeline_image.is-3 {
  width: 80%;
  height: auto;
}

.timeline_image.is-work {
  width: auto;
  height: 25rem;
}

.glow-red {
  filter: blur(100px);
  background-color: #ff232333;
  border-radius: 100%;
  width: 23.75rem;
  height: 10rem;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(30%);
}

.glow-red.glow-blue {
  background-color: #2353ff4f;
}

.glow-red.glow-blue.crypto {
  background-color: #ecc8704f;
}

.glow-red.business {
  background-color: #6f78bb;
}

.glow-red.copywriting {
  background-color: #ab711a;
}

.glow-red.ecom {
  background-color: #ff5c00;
}

.glow-red.fitness {
  background-color: #00ff9485;
}

.glow-red.stock {
  background-color: #29a9bd73;
}

.glow-white {
  filter: blur(100px);
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 23.75rem;
  height: 10rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-30%);
}

.timeline_content_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h3-timeline {
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148deg, #fff 46%, #ffffff7a);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: npower-ultra, sans-serif;
  font-weight: 900;
}

.h3-timeline.casm {
  font-family: Baseneuetrial, sans-serif;
}

.h3-timeline.desktop-hidden {
  display: none;
}

.h3-timeline.business {
  font-family: bn-bold, sans-serif;
  font-size: 52px;
}

.h3-timeline.copywriting {
  text-transform: uppercase;
  font-family: ag-regular, sans-serif;
}

.h3-timeline.ecom {
  font-family: ag-regular, sans-serif;
  font-size: 1.75rem;
}

.h3-timeline.fitness {
  font-family: ag-regular, sans-serif;
  font-size: 1.5rem;
}

.h3-timeline.stock {
  font-family: bn-bold, sans-serif;
}

.timeline_content_list {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.timeline_content_list_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff08;
  border: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  width: 29rem;
  padding: 1.13rem 1.25rem;
  font-size: 1.13rem;
  transition: border .2s, background-color .2s;
  display: flex;
}

.timeline_content_list_item:hover {
  background-color: #ffffff0f;
  border-color: #ffffff4d;
}

.svg_timeline-check {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.0625rem;
  display: flex;
}

.timeline_line_wrap {
  background-image: linear-gradient(#fff0, #fff3 20% 80%, #fff0);
  justify-content: flex-start;
  align-items: flex-start;
  width: 2px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.timeline_line {
  background-image: linear-gradient(#de4f4f, #c82020);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 10%;
  display: flex;
  position: relative;
}

.timeline_line.crypto {
  background-image: linear-gradient(#ecc870, #fff);
}

.timeline_line.business {
  background-image: linear-gradient(#6f78bb, #fff);
}

.timeline_line.copywriting {
  background-image: linear-gradient(#ab711a, #ab711a);
}

.timeline_line.stock {
  background-image: linear-gradient(#29a9bd, #80d7e4);
}

.timeline_line.fitness {
  background-image: linear-gradient(#00ff94, #007745);
}

.timeline_square {
  z-index: 2;
  background-image: linear-gradient(135deg, #ecc870, #fff);
  border-radius: 2.5px;
  width: .88rem;
  height: .88rem;
  position: absolute;
}

.timeline_square.red {
  background-image: linear-gradient(135deg, #de4f4f, #c82020);
}

.timeline_square.business {
  background-image: linear-gradient(135deg, #6f78bb, #fff);
}

.timeline_square.copywriting {
  background-image: linear-gradient(135deg, #ab711a, #fff);
}

.timeline_square.ecom {
  background-image: linear-gradient(135deg, #ff5c00, #ffe500);
}

.timeline_square.stock {
  background-image: linear-gradient(135deg, #29a9bd, #80d7e4);
}

.timeline_square.fitness {
  background-image: linear-gradient(135deg, #00ff94, #fff);
}

.work_component {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_work {
  z-index: 2;
  flex-flow: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.section_work.casm {
  justify-content: center;
  align-items: center;
}

.h2-small {
  font-size: 1.8rem;
}

.work_flex {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.work_info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image {
  z-index: 1;
  width: 53.75rem;
  position: absolute;
  inset: auto 0% -6% auto;
  transform: translate(310px);
}

.section_team {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.team_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.p-team {
  text-align: center;
  max-width: 35ch;
  margin-top: 1.5rem;
  font-family: SF Pro Regular, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #de4f4f, #c82020 74%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: SF Pro Bold, sans-serif;
  font-weight: 400;
}

.video_lightbox {
  border: 1px solid #fff0;
  transition: box-shadow .2s, border .2s;
  display: none;
  box-shadow: 0 11px 40px #080819;
}

.video_lightbox:hover {
  border: 1px solid #3f3faa;
  box-shadow: 0 11px 40px #0f0f2a;
}

.video_lightbox.mobile-hidden {
  display: block;
}

.section_cta {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.cta_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta_component.casm {
  border: 1px #000;
  margin-bottom: 40px;
}

.cta_wrap {
  grid-column-gap: 1.63rem;
  grid-row-gap: 1.63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.cta_item {
  background-image: url('../images/cta-bg_1cta-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 4.4rem 4.25rem 1.5rem 3.75rem;
  position: relative;
}

.cta_item.is-right {
  background-image: url('../images/cta-bg-right_1cta-bg-right.webp');
}

.cta_item.is-right.business {
  background-color: #6f78bb1f;
  background-image: none;
}

.cta_item.is-right.business.copywriting {
  background-color: #ab711a30;
  background-image: linear-gradient(#ff990003, #ab711a12);
  border-top: 1px solid #f90;
  border-right: 1px solid #f90;
}

.cta_item.is-right.business.ecom {
  background-image: linear-gradient(#ff5c0017, #ffe5001f);
  border: 1px solid #ff5c00;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.cta_item.is-right.business.fitness {
  background-color: #00ff941a;
  background-image: linear-gradient(#00ff9412, #299d6608);
  border-top: 1px solid #299d66;
  border-right: 1px solid #299d66;
}

.cta_item.is-right.business.stock {
  background-image: linear-gradient(#29a9bd1c, #80d7e41f);
  border: 1px solid #29a9bd;
}

.cta_item.crypto {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#ecc8702e, #ecc87040), url('../images/cta-bg_1cta-bg.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
}

.cta_title {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: npower-ultra, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.cta_title.is-right {
  color: var(--white);
  font-family: npower-ultra, sans-serif;
}

.cta_title.is-right.casm, .cta_title.casm {
  font-family: Baseneuetrial, sans-serif;
}

.cta_netflix {
  text-align: center;
  margin-top: .88rem;
  margin-bottom: 2.75rem;
  font-size: 1rem;
  line-height: 1;
}

.cta_line {
  background-color: #ffffff1a;
  width: 20rem;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.cta_line.is-right {
  width: 25rem;
  margin-bottom: 2rem;
}

.cta_lose {
  color: #ffffff4d;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  font-size: 1.63rem;
  line-height: 1;
}

.cta_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.cta_list.is-right {
  margin-bottom: 2rem;
}

.cta_list_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.cta_list_item.is0right {
  color: var(--white);
}

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

.icon-embed-custom-2 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 29rem;
  height: 4.6875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 1.5rem 50%;
  transform: translate(-50%);
  box-shadow: 0 4px 50px #1e243c;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.625rem;
  height: 2.3125rem;
  display: flex;
}

.cta_number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2354ff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 11.25rem;
  margin: 2rem auto;
}

.cta_number.crypto {
  background-image: linear-gradient(#ecc870, #fff);
}

.cta_bot {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_bot_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: SF Pro Bold, sans-serif;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

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

.icon-embed-custom-5 {
  color: #2354ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1.125rem;
  display: flex;
}

.icon-embed-custom-5.red {
  color: #fff;
}

.icon-embed-custom-5.copywriting {
  color: #ab711a;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(80deg, #29a9bd, #80d7e4);
  -webkit-background-clip: text;
  background-clip: text;
  border-top: 1px #ab711a;
  border-right: 1px #ab711a;
}

.icon-embed-custom-5.fitness {
  color: #00ff94;
}

.icon-embed-custom-5.stock {
  color: #29a9bd;
}

.icon-embed-custom-5.crypto {
  color: #ecc870;
  -webkit-text-stroke-color: #ecc870;
}

.text-red {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(127deg, #de4f4f, #c82020);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-red.business {
  color: #6f78bb;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.text-red.copywriting {
  color: var(--text-color);
  background-image: linear-gradient(127deg, #ff5c00, #ffe500);
}

.text-red.fitness {
  background-image: linear-gradient(127deg, #00ff94, #299d66);
}

.text-red.stock {
  color: #29a9bd;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(127deg, #29a9bd, #80d7e4);
  -webkit-background-clip: text;
  background-clip: text;
}

.cta_lock {
  color: #ffffff80;
  text-align: center;
  margin-top: 1.75rem;
  margin-bottom: 1.13rem;
  font-size: .88rem;
}

.warning_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6.25rem;
  display: flex;
}

.warning_component.desktop-hidden {
  display: none;
}

.icon-embed-custom-6 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.5625rem;
  display: flex;
}

.warning_eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 1.6rem;
  margin-bottom: .6rem;
}

.warning_p {
  text-align: center;
  max-width: 33ch;
  margin-top: 1.8rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

.hero_mobile_video {
  display: none;
}

.flex-block {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block {
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 111px;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: color;
  background-color: #fff;
  background-image: linear-gradient(#2353ff, #2353ff);
  background-clip: border-box;
  border-radius: 999px;
  flex: none;
  width: 111px;
  height: 111px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
  box-shadow: 0 0 20px #2353ff;
}

.div-block-2.top.crypto {
  background-image: linear-gradient(#ecc870, #ecc870);
  box-shadow: 0 0 20px #ecc870;
}

.div-block-2.red {
  background-image: linear-gradient(#de4f4f, #de4f4f);
  box-shadow: 0 0 20px #de4f4f;
}

.div-block-2.business {
  background-image: linear-gradient(#6f78bb, #6f78bb);
  box-shadow: 0 0 20px #6f78bb;
}

.div-block-2.copywriting {
  background-image: linear-gradient(#ab711a, #ab711a);
  box-shadow: 0 0 20px #ab711a;
}

.div-block-2.ecom {
  background-color: #ff5c00;
  background-image: linear-gradient(76deg, #ff5c00, #ffe500);
  box-shadow: 0 0 20px #ff5c00;
}

.div-block-2.fitness {
  background-image: linear-gradient(#00ff94, #00ff94);
  box-shadow: 0 0 20px #00ff94;
}

.div-block-2.stocks {
  background-image: linear-gradient(#29a9bd, #80d7e4);
  box-shadow: 0 0 20px #80d7e4;
}

.div-block-3 {
  background-color: #131c47;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 32px;
}

.div-block-3.crypto {
  background-color: #1d1501d4;
}

.paragraph {
  color: var(--white);
  font-family: SF Pro Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-2 {
  font-size: 17px;
  line-height: 1;
}

.div-block-4 {
  z-index: 2;
  position: absolute;
  inset: auto auto -23px;
}

.text-bold {
  font-family: SF Pro Bold, sans-serif;
  font-weight: 700;
}

.text-span-2 {
  background-image: url('../images/coaches_1coaches.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.div-block-5 {
  width: 50%;
  display: block;
}

.div-block-6 {
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-3 {
  width: 576px;
  height: 735px;
}

.div-block-7 {
  -webkit-text-fill-color: inherit;
  background-color: #131320;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 68px;
  display: block;
  position: relative;
}

.div-block-8 {
  background-color: #000;
  background-image: linear-gradient(#fff, #999 37% 68%, #fff 103%);
  border-radius: 100px;
  flex: none;
  align-items: flex-start;
  margin: 20px 0 0;
  padding: 1px;
  display: flex;
  position: relative;
}

.div-block-8.desktop-hidden {
  display: none;
}

.text-block {
  text-align: center;
  flex: 0 auto;
  position: relative;
}

.text-block.text-color-silver.p-24 {
  line-height: 1;
}

.text-block.text-color-silver.p-24.desktop-hidden, .text-block.text-color-silver.p-24.desktop-hide {
  display: none;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.image-4 {
  position: absolute;
  inset: -40px auto auto 0%;
}

.section {
  margin-bottom: 120px;
}

.text-span-3 {
  color: #ffffffb3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(95deg, #2354ff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-3.crypto {
  background-image: linear-gradient(95deg, #ecc870, #fff);
}

.text-span-4 {
  -webkit-text-fill-color: transparent;
  background-color: #2354ff00;
  background-image: linear-gradient(92deg, #2354ff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-4.crypto {
  background-image: linear-gradient(92deg, #ecc870, #fff);
}

.div-block-10, .div-block-11 {
  margin-top: 20px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(86deg, #2354ff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-2.crypto {
  background-image: linear-gradient(86deg, #ecc870, #fff);
}

.div-block-13 {
  margin-top: 20px;
}

.div-block-14 {
  flex: none;
  width: 50%;
  display: block;
}

.div-block-15 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-15.mobile-hidden {
  justify-content: flex-start;
  align-items: center;
}

.image-5 {
  object-fit: cover;
  max-width: 100%;
  margin-bottom: 10px;
}

.image-6 {
  box-sizing: border-box;
  object-fit: cover;
  height: 425px;
}

.heading {
  font-family: npower-ultra, sans-serif;
}

.heading.desktop-hide {
  display: none;
}

.paragraph-3 {
  font-size: 22px;
}

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

.paragraph-3.desktop-hide {
  display: none;
}

.py-10 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.timeline-cell-image {
  width: auto;
  height: 260px;
}

.div-block-16 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-17 {
  opacity: 1;
  width: calc(100% - 8rem);
  position: absolute;
  inset: auto auto 1.5rem;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.flex-block-3.no-margin {
  margin-top: 10px;
}

.div-block-18 {
  margin-top: 60px;
}

.flex-block-4 {
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.div-block-19 {
  margin-left: 10px;
}

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

.flex-block-6.hidden, .flex-block-6.desktop-hidden, .div-block-20.desktop-hidden {
  display: none;
}

.div-block-21 {
  margin-top: 20px;
}

.div-block-21.desktop-hide, .paragraph-5.desktop-hidden {
  display: none;
}

.div-block-23 {
  margin-bottom: 60px;
}

.image-7 {
  border: 0 #0000;
}

.text-color-business {
  color: #6f78bb;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.cost {
  font-family: SF Pro Regular, sans-serif;
  font-size: 38px;
}

.cost.business {
  color: #6f78bb;
}

.cost.subtle {
  color: var(--text-gray-darker);
  text-decoration: line-through;
}

.cost.copywriting {
  color: #ab711a;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(93deg, #ff5c00, #ffe500);
  -webkit-background-clip: text;
  background-clip: text;
}

.cost.fitness {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(77deg, #00ff94, #299d66);
  -webkit-background-clip: text;
  background-clip: text;
}

.cost.stock {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(78deg, #29a9bd, #80d7e4);
  -webkit-background-clip: text;
  background-clip: text;
}

.andrew {
  color: #ab711a;
}

.smaller.fitness {
  font-family: ag-regular, sans-serif;
}

.text-span-6 {
  color: #ff5c00;
}

.text-span-7 {
  color: #00ff94;
}

.text-span-8 {
  color: #29a9bd;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.section-3 {
  background-image: url('../images/new_hero_bg.png');
  background-position: 0 0;
  background-size: auto;
}

.student_item {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 40vw;
  transition: opacity .5s;
  display: flex;
}

.play_button-image {
  width: 100%;
  height: 100%;
}

.text_money {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(126deg, #fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2rem;
  font-weight: 600;
}

.text_money.crypto {
  background-image: linear-gradient(126deg, #fff, #fff);
}

.video-overlay-img {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 101%;
  position: relative;
}

.interviewer_info {
  margin-top: 1rem;
  margin-bottom: .6rem;
}

.padding-section-small-2 {
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.student_wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image_flag {
  max-width: 2rem;
  max-height: 2rem;
  margin-left: .25rem;
}

.swiper_left {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #05091580;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  transition: all .25s;
  display: flex;
  position: absolute;
  inset: 42% -15% auto auto;
  box-shadow: 0 0 20px #060e1580;
}

.swiper_left:hover {
  filter: saturate(180%);
  color: #ffbb38;
  box-shadow: 0 0 30px #ffbb3833;
}

.swiper_left:active {
  transform: scale(.96);
}

.container-large-2 {
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.interviewer_name_wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
}

.video-wrapper-interview {
  aspect-ratio: 16 / 9;
  background-color: #181b21;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.interviewer_name {
  font-weight: 600;
  line-height: 1;
}

.sutdents_interviews {
  width: 100%;
  padding-top: 4rem;
  position: relative;
}

.text_plus {
  color: #ff8d3a;
  line-height: 1.7;
}

.text-block-3 {
  font-weight: 300;
}

.swiper-slide {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 46vw;
  transition: opacity .5s;
  display: flex;
}

.icon_dollarr {
  color: #ffcf23;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .8rem;
  margin-top: 3px;
  margin-right: 3px;
  display: flex;
}

.interviewer_money_wrap {
  grid-column-gap: .13rem;
  grid-row-gap: .13rem;
  color: #d0b167;
  padding-right: 1rem;
  line-height: 1;
  display: flex;
}

.section_interviews {
  margin-bottom: 1rem;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global-2.hide-desktop {
  display: none;
}

.video-overlay {
  z-index: 50;
  cursor: pointer;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.button_load-more {
  color: #fff;
  background-color: #181e27;
  border: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: border .3s;
  display: flex;
}

.button_load-more:hover {
  border: 1px solid #fff;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.video-play-button {
  z-index: 50;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
}

.icon_slider_nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.2rem;
  display: flex;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.students_interview {
  width: 100%;
  overflow: hidden;
}

.video_interview_wrap {
  border: 1px #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.load-gif {
  z-index: 50;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
}

.swiper_right {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  cursor: pointer;
  background-color: #05091580;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  transition: all .25s;
  display: flex;
  position: absolute;
  inset: 42% auto auto -15%;
  box-shadow: 0 0 20px #060e1580;
}

.swiper_right:hover {
  filter: saturate(185%);
  color: #ffbb38;
  box-shadow: 0 0 30px #ffbb3833;
}

.swiper_right:active {
  transform: scale(.96);
}

.interviews_slider {
  width: 100%;
  padding-top: 4rem;
  position: relative;
}

.interviews_slider.hide-tablet {
  padding-top: 0;
}

.swiper_fade-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, #060e1500, #060e15c9 41%, #060e15f5 74%, #060e15);
  width: 22%;
  height: 100%;
  position: absolute;
  inset: -10% auto auto 0%;
}

.swiper_fade-gradient.is-right {
  background-image: linear-gradient(90deg, #060e1500, #060e15c9 41%, #060e15f5 74%, #060e15);
  height: 100%;
  left: auto;
  right: 0%;
}

.video-embed {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.navigation-2 {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.padding-section-small-3 {
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.button_nav-2 {
  opacity: .4;
  color: #fff;
  letter-spacing: .01em;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #a3a3a3;
  padding: .75rem 2rem;
  font-weight: 600;
  line-height: 1.25;
  transition: all .2s;
}

.button_nav-2:hover {
  opacity: 1;
  color: #0b0a09;
  background-color: #fff;
  border-color: #0b0a09;
}

.nav_menu-2 {
  z-index: 999;
  letter-spacing: 0;
  background-color: #060e15;
  border: 1px solid #121d27;
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 22rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.13rem;
  line-height: 1;
  display: none;
  position: absolute;
  inset: 49px 0% auto;
}

.anouncement_wrap {
  display: none;
}

.navbar_left-2 {
  z-index: 999;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.svg_profile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 1.5625rem;
  display: none;
}

.svg_announcement {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8125rem;
  height: .8125rem;
  display: flex;
}

.link-block-2 {
  display: none;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global-3.hide-desktop {
  display: none;
}

.menu_link-2 {
  color: #fff;
  border-bottom: 1px solid #121d27;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.menu_link-2:hover {
  background-color: #09121a;
  border-bottom-color: #23313d;
  padding-left: 1rem;
}

.menu_link-2.is-last {
  border-bottom-style: none;
}

.div-block-33 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.navbar_content-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding: .4rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
  transition: border .2s, background-color .2s;
  display: flex;
}

.menu-2:hover {
  background-color: #060e15;
  border: 1px solid #121d27;
}

.lottie_menu-2 {
  justify-content: center;
  align-items: center;
  max-width: 1.38rem;
  display: flex;
}

.navbar_left-3 {
  z-index: 999;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-3 {
  display: none;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global-4.hide-desktop {
  display: none;
}

.div-block-36 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.navbar_content-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.swiper_fade-gradient-2 {
  z-index: 2;
  background-image: linear-gradient(270deg, #060e1500, #060e15c9 41%, #060e15f5 74%, #060e15);
  width: 22%;
  height: 100%;
  position: absolute;
  inset: -10% auto auto 0%;
}

.swiper_fade-gradient-2.is-right {
  background-image: linear-gradient(to right, #060e1500, #060e15c9 41%, #060e15f5 74%, #060e15);
  left: auto;
  right: 0%;
}

.navbar_left-4 {
  z-index: 999;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-39 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.navbar_left-5 {
  z-index: 999;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-41, .div-block-43, .div-block-45, .div-block-47, .div-block-49 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.video_modal {
  z-index: 999;
  
  background-color: #000000ed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  max-width: 100svw;
  height: 100svh;
  max-height: 100svh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.video_modal_close {
  z-index: 90;
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: absolute;
  inset: 1.2rem 1.2rem auto auto;
}

.video_modal-embed {
  z-index: 50;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1000px;
  position: relative;
  overflow: hidden;
}

.fade-black {
  background-image: linear-gradient(#0a0d12, #0a0d1200);
  width: 100%;
  height: 10vh;
  position: absolute;
  inset: 0% 0% auto;
}

.fade-black.bottom {
  background-image: linear-gradient(360deg, var(--bg-color), #0a0d1200);
  height: 150px;
  inset: auto auto 0% 0%;
}

.fade-black.top {
  background-image: linear-gradient(180deg, var(--bg-color), #0a0d1200);
  height: 150px;
  line-height: 1.5rem;
  inset: 0% 0% auto;
}

.button-outline {
  opacity: .7;
  color: #fffc;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fffc;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .8rem 2rem;
  font-size: 1.375rem;
  line-height: 1;
  display: block;
}

.section-rw-faq {
  background-color: #191e2566;
}

.pricing-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.html-embed-2 {
  width: 25%;
  height: 23vw;
}

.page-overflow-hidden {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.text-size-medium-2 {
  font-size: 1.3rem;
}

.text-size-medium-2.text-weight-medium.text-color-white {
  color: #fff;
}

.text-size-medium-2.mobile {
  color: #ffffffb3;
}

.text-size-medium-2.mobile.warning {
  color: #ffffff80;
  letter-spacing: 3px;
}

.text-size-medium-2.mobile.line-item {
  color: #ffffffb8;
  font-weight: 500;
}

.text-size-medium-2.text-color-grey {
  color: #777;
}

.text-size-medium-2.faq-answer {
  font-size: 1.1rem;
}

.text-size-medium-2.max-width-large.mobile {
  color: #ffffffb3;
  max-width: 690px;
}

.rw-access_content {
  padding-right: 7rem;
}

.community_image-mobile {
  display: none;
}

.step-by-step_mobile {
  width: 100%;
  height: 100%;
  display: none;
}

.max-width-large-2 {
  width: 100%;
}

.layout1_content {
  padding-left: 9.25rem;
}

.layout1_image {
  width: 100%;
  height: 100%;
}

.bg-blur_pricing {
  z-index: -3;
  filter: blur(90px);
  background-color: #ffbb38;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: 0% auto auto 16%;
}

.bg-blur_pricing.pricing {
  z-index: 1;
  background-color: #ed4761;
  inset: auto auto 0% 39%;
}

.rw-wyg_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rw-hero_component {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.faq5_icon {
  color: #fff;
  object-fit: contain;
  align-self: flex-start;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  display: flex;
}

.rw-upgrade_heading-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-global-5 {
  z-index: 2;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global-5.faq {
  background-color: #0a0a1c;
}

.pricing2_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.roadmap-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.125rem;
  height: 5.125rem;
  display: flex;
}

.footer-link {
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
}

.footer-link.text-style-underline {
  font-size: 1.25rem;
  text-decoration: underline;
}

.footer-link.text-style-underline:hover {
  color: #b9b1b1;
}

.footer-link_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.footer-image_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.25rem;
  display: flex;
}

.video-hero {
  max-width: 100%;
}

.faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black-overlay-2 {
  z-index: 2;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.radial-line {
  background-image: radial-gradient(circle, #fff 23%, #000);
  width: 100%;
  height: 1px;
}

.layout192_image {
  width: 100%;
  height: 100%;
}

.faq-text_wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 70px;
}

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

.section-rw-hero {
  background-image: url('../images/Group-427319720_1Group%20427319720.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.rw-reviews_overlay {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-rw-reviews {
  position: relative;
}

.arrow-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 2rem;
  display: flex;
}

.arrow-button.flipped {
  transform: rotate(-180deg);
}

.white-meduim {
  color: #fff;
  font-weight: 600;
}

.video-wrap {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid #414141;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-top: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing2_feature {
  display: flex;
}

.timeline-icon_wrapper {
  margin-right: 1.875rem;
}

.opacity50 {
  opacity: 1;
  color: var(--white);
}

.p-ai-26px {
  color: #ffffffa3;
  max-width: 45rem;
  font-family: SF Pro Regular, sans-serif;
  font-size: 1.44444rem;
  font-weight: 500;
  transition: opacity .3s;
}

.p-ai-26px.margin-bottom {
  margin-bottom: 40px;
  position: relative;
}

.cta-rw_component {
  z-index: 3;
  position: relative;
}

.container-small-2 {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.build-streams-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-announcement {
  font-weight: 500;
}

.faq-heading {
  background-image: linear-gradient(135deg, var(--white) 62%, #999);
  font-family: SF Pro Bold, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.rw-access-item_wrapper {
  background-image: linear-gradient(210deg, #27292e00, #27292e 54%, #27292e00);
  border-radius: .9375rem;
  align-items: center;
  max-width: 629px;
  padding: 1rem 1.5rem;
  display: flex;
}

.button-text {
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: League Spartan, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.button-text.big {
  color: #fff;
  margin-bottom: -4px;
}

.button-text.ai {
  color: #0b0e13;
  margin-bottom: -5px;
}

.play-button-2 {
  z-index: 5;
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
}

.h3-red-wrap {
  background-color: #e947661a;
  border-radius: 100vw;
  padding: .75rem 1.25rem;
}

.h3-red-wrap.ai {
  background-color: #92929200;
  background-image: linear-gradient(90deg, #ffbb3817, #ff8d3a12);
  margin-top: 40px;
  position: relative;
}

.ai-wrap {
  width: 100vw;
}

.faq5_accordion {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.image-9 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.ai-generated-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.rw-reviews_image-wrapper {
  background-color: var(--bg-color);
  column-count: 4;
  column-gap: 1rem;
  width: 100%;
  margin-top: 4rem;
  position: relative;
}

.rw-footer_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-3._100 {
  max-width: none;
}

.top-anouncement {
  text-align: center;
  border-bottom: 1px solid #fff6;
  justify-content: center;
  align-items: center;
  padding-top: .63em;
  padding-bottom: .63em;
  display: none;
}

.pricing_content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.ai-arts-videos {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.rw-access-item_component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: column;
  padding-left: 16px;
  display: flex;
}

.rw-access-item_component.margin-top.margin-medium {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  padding-left: 0;
}

.use-roadmap-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.faq5_answer {
  background-color: #1f1f2721;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.text-size-xlarge {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-xlarge.hero-p {
  font-size: 1.7rem;
}

.h2-ai {
  background-image: linear-gradient(135deg, var(--white) 62%, #999);
  text-align: center;
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  transition: opacity .3s;
}

.h2-ai.footer {
  color: #b1b1b1;
  -webkit-text-fill-color: inherit;
  background-color: #0a0a1c00;
  background-image: linear-gradient(#0000, #0000);
  background-clip: border-box;
  max-width: 700px;
  font-weight: 500;
}

.lock-in-bg {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-style-h2-2 {
  background-image: linear-gradient(135deg, var(--white) 62%, #999);
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

.heading-style-h2-2.students {
  font-weight: 400;
}

.section-rw-cta {
  position: relative;
}

.section-build-streams {
  background-image: url('../images/Group-427319714-min_1Group%20427319714-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-build-streams.no-bg {
  background-image: none;
}

.testimonial-image {
  width: 100%;
  margin-bottom: 1rem;
}

.play_button-image-2 {
  width: 100%;
  height: 100%;
}

.text-22px {
  font-size: 1.375rem;
  font-weight: 700;
}

.rw-reviews_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.roadmap-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  max-width: 100%;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.button-4 {
  z-index: 5;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#f84752, #e94766);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  padding: 1rem .5rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 50px #ed47615c;
}

.button-4:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 50px #ed47618a;
}

.button-4.footer {
  box-shadow: none;
  background-image: none;
  border: 1px solid #fff;
  margin-top: 2rem;
  margin-bottom: 4rem;
  transition-property: all;
}

.button-4.footer:hover {
  opacity: .8;
}

.button-4.big {
  background-image: linear-gradient(#f84752, #de4674);
  box-shadow: 0 2px 50px #ed47615c;
}

.button-4.big:hover {
  transform: scale(1.1);
}

.button-4.big.ai {
  padding-bottom: 1rem;
}

.button-4.ai {
  background-image: linear-gradient(90deg, #ffcf23, #ff8d3a);
  box-shadow: 0 4px 50px #ffbb3833;
}

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

.text-span-white.text-weight-bold {
  font-weight: 600;
}

.faq5_question {
  cursor: pointer;
  background-image: linear-gradient(#1f1f27c9, #2d2d36c9);
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

.padding-section-large-2.custom1 {
  width: 100%;
  padding-bottom: 5rem;
}

.padding-section-large-2.faq {
  padding-bottom: 0;
}

.section-rw-what-you-get {
  background-color: #181b21;
}

.section-rw-what-you-get.hide {
  background-color: #181b2100;
}

.roadmap-arrow {
  color: #585858;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 1.25rem;
  display: flex;
}

.pricing2_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.red {
  color: #ed4761;
}

.red.text-weight-semibold.ai, .red.bold-900 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffcf23, #ff8d3a);
  -webkit-background-clip: text;
  background-clip: text;
}

.video {
  width: 100%;
  height: 110%;
  overflow: hidden;
}

.video.hero {
  border: 1px solid #5a5a5a;
  border-radius: 10px;
  position: relative;
}

.ai-arts {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.text-align-center-500 {
  text-align: center;
  font-weight: 500;
}

.pricing_component {
  background-color: #0e0e14;
  background-image: linear-gradient(#1b1f26, #1a1d24);
  border-radius: 1.25rem;
  width: 32rem;
  padding: 2rem;
}

.opacity80 {
  opacity: .8;
}

.footer_component-grid {
  grid-template-rows: auto auto auto auto auto;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

.icon-embed-xsmall.ai {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffcf23, #ff8d3a);
  -webkit-background-clip: text;
  background-clip: text;
}

.h3-ai {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

.h3-ai.gradient-red {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(98deg, #e94766, #f84752);
  -webkit-background-clip: text;
  background-clip: text;
}

.h3-ai.gradient-red.ai {
  background-image: linear-gradient(98deg, #ffbb38, #ff8d3a);
  font-size: 20px;
  font-weight: 500;
}

.video-embed-2 {
  width: 100%;
  height: 100%;
}

.rw-trust_image {
  width: 100%;
}

.rw-hero_video-wrapper {
  z-index: 1;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rw-hero_video-wrapper.hide {
  z-index: 10;
  display: none;
}

.section-rw-pricing {
  position: relative;
}

.ai-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.9375rem;
  height: 1.875rem;
  display: flex;
}

.coaches-image_mobile {
  display: none;
}

.text-do-nothing {
  font-size: 2.5rem;
  font-weight: 500;
}

.hu-trust_image {
  z-index: -3;
  position: absolute;
  inset: auto 0% 0% 24%;
}

.padding-section-medium-2 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.padding-section-medium-2.ai {
  padding-bottom: 0;
}

.rw-wyg_item-left {
  margin-top: 3.4375rem;
}

.section-ai-arts {
  position: relative;
}

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

.margin-top-2.margin-top-custom-1 {
  margin-top: 3.25rem;
}

.margin-top-2.margin-top-custom-1.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-top-2.margin-top-custom-1.align-center.round {
  width: 80%;
  height: 100%;
  margin-top: 2rem;
}

.margin-top-2.margin-top-custom-1.align-center.round._2 {
  margin-top: 20px;
}

.margin-top-2.margin-large.cta {
  margin-top: 2rem;
}

.margin-top-2.margin-large._2 {
  margin-top: 2.5rem;
}

.margin-top-2.margin-small.align-center, .margin-top-2.margin-medium.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-top-2.margin-medium.hero {
  margin-top: 2rem;
}

.margin-top-2.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.margin-top-2.align-center.relative {
  position: relative;
}

.h4-groupe-font {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  font-family: Groupe, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.h4-groupe-font.white {
  color: var(--white);
  position: relative;
}

.section-rw-trust {
  position: relative;
}

.section_absolute-bg {
  background-image: url('../images/BG-3_1BG%203.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ai-replace-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-top: .6rem;
  display: flex;
}

.section-ai-use {
  position: relative;
}

.faq_header-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.people-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff9;
  text-align: center;
  align-items: center;
  margin-top: 1.25rem;
  font-size: 1.13em;
  font-weight: 500;
  display: flex;
}

.ai-image {
  width: 33vw;
  height: 230px;
}

.bold-900, .bold-900.no-wrap {
  white-space: nowrap;
}

.trust_button-wrapper {
  margin-top: 5.9375rem;
}

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

.rw-wyg_heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.two-options_video-wrapper {
  border: 1px solid #aaa;
  border-radius: 10px;
  width: 100%;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}

.glow-light-white {
  filter: blur(50px);
  background-color: #ffffff05;
  border-radius: 50vw;
  width: 900px;
  height: 500px;
  position: absolute;
  inset: 0% 50% 0% auto;
  transform: translate(50%, 20%);
}

.button-arrow_icon {
  z-index: 1;
  position: relative;
}

.hero-logo {
  width: 113px;
  height: 113px;
}

.rw-wyg_item-right {
  margin-top: 4.1875rem;
}

.button-pepople-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-2 {
  font-family: Groupe, sans-serif;
  font-size: 80px;
  font-weight: 500;
}

.heading-3 {
  text-align: center;
  border: 1px solid #b4b3b6;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  padding: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 35px;
  font-weight: 500;
  display: flex;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-17, .text-block-18 {
  white-space: nowrap;
  font-family: Satoshi Variable, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.text-block-19 {
  font-family: Satoshi Variable, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.image-11 {
  width: 50px;
}

.image-12 {
  width: 72px;
}

.image-13 {
  z-index: 0;
  width: 1728px;
  position: relative;
}

.div-block-52 {
  position: absolute;
}

.fade-black-2 {
  background-image: linear-gradient(#0a0d12, #0a0d1200);
  width: 100%;
  height: 10vh;
  position: absolute;
  inset: 0% 0% auto;
}

.fade-black-2.bottom {
  background-image: linear-gradient(360deg, #0a0d12, #0a0d1200);
  inset: auto auto 0% 0%;
}

.navbar_left-6 {
  z-index: 999;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_left-6.desktop_hidden {
  display: none;
}

.menu-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding: .4rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
  transition: border .2s, background-color .2s;
  display: flex;
}

.menu-3:hover {
  background-color: #0e0e24;
  border: 1px solid #2d2d58;
}

.code-embed-2 {
  width: 20px;
}

.container-large-4 {
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-54 {
  border-bottom: 1px solid #1e1e4c;
  justify-content: space-between;
  display: flex;
}

.lottie_menu-3 {
  justify-content: center;
  align-items: center;
  max-width: 1.38rem;
  display: flex;
}

.navbar_left-7 {
  z-index: 999;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_menu-3 {
  z-index: 2;
  border: 1px solid var(--menumed);
  background-color: var(--menudark);
  letter-spacing: 0;
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 22rem;
  padding-top: 3.6rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.13rem;
  line-height: 1;
  display: none;
  position: absolute;
  inset: -.5rem 0% auto -1.9rem;
}

.nav_menu-3.sub_nav {
  z-index: 10;
  border-color: var(--menulight);
  background-color: var(--menumed);
  min-height: 100%;
  margin-top: -1px;
  padding-top: 0;
  display: none;
  top: 0;
  left: auto;
  right: -21.9rem;
}

.menu-4 {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding: .4rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
  transition: border .2s, background-color .2s;
  display: flex;
  position: relative;
}

.menu-4:hover {
  border: 1px solid var(--menumed);
  background-color: var(--menudark);
}

.div-block-55 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.link-block-4 {
  display: none;
}

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

.menu_link-2-text {
  border-bottom: 1px solid var(--menumed);
  color: #fff;
  margin-bottom: -1px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.menu_link-2-text:hover {
  border-bottom-color: #20232600;
}

.menu_link-2-text.last {
  border-bottom-style: none;
}

.menu_link-2-text.sub-item {
  border-bottom-style: solid;
  border-bottom-color: var(--menulight);
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
}

.menu_link-2-text.sub {
  border-bottom-color: #20232600;
  margin-bottom: -2px;
}

.navbar_content-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav_menu-4 {
  z-index: 2;
  letter-spacing: 0;
  background-color: #0e0e24;
  border: 1px solid #2d2d58;
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 22rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.13rem;
  line-height: 1;
  display: none;
  position: absolute;
  inset: 49px 0% auto;
}

.menu_link-3 {
  color: #fff;
  cursor: pointer;
  border: 1px solid #0000;
  width: calc(100% + 2px);
  height: 3.7rem;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-decoration: none;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.menu_link-3:hover {
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--menulight);
  border-bottom-color: var(--menulight);
  border-left-color: var(--menulight);
  background-color: #1e1e4c;
  padding-left: 1rem;
}

.menu_link-3.sub-item:hover {
  border-color: var(--menulight);
  background-color: var(--menulight);
}

.menu_link-3.sub-item-1 {
  z-index: 10;
}

.menu_link-3.sub-item-1:hover {
  z-index: 30;
}

.div-block-57 {
  z-index: 20;
  background-color: var(--menumed);
  width: 1px;
  height: 3.6rem;
  position: absolute;
  inset: 0% auto auto -1px;
}

.nav_logo_img-2 {
  z-index: 20;
  position: relative;
}

.play-button-3 {
  z-index: 5;
  position: absolute;
}

.svg_hero-stats_right {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.5rem;
  height: 4.1875rem;
  display: flex;
}

.svg_video-play {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
}

.svg_hero-stats_left {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.3125rem;
  height: 3.6875rem;
  display: flex;
}

.hero_video_white-gradient {
  opacity: .07;
  filter: blur(50px);
  pointer-events: none;
  background-color: #ffbb38;
  border-radius: 100vw;
  width: 35vw;
  max-width: 30rem;
  height: 25vh;
  max-height: 14rem;
  position: absolute;
  inset: auto auto -7% -13%;
}

.hero-stat_wrap_right {
  z-index: 10;
  position: absolute;
  inset: 31% -10% auto auto;
}

.hero_video_orange-gradient {
  z-index: -1;
  opacity: .13;
  filter: blur(70px);
  pointer-events: none;
  background-color: #ff8d3a;
  border-radius: 100vw;
  width: 30vw;
  max-width: 26rem;
  height: 20vh;
  max-height: 12rem;
  position: absolute;
  inset: -13% -9% auto auto;
}

.hero_video_wrap {
  aspect-ratio: 600 / 338;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 67rem;
  margin-top: 2rem;
  margin-bottom: 2.3rem;
  position: relative;
  box-shadow: 0 0 0 7px #060e15a3, 0 0 0 8px #ffffff3d;
}

.black-overlay-3 {
  z-index: 10;
  cursor: pointer;
  background-color: #00000036;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-stat_wrap_left {
  z-index: 10;
  position: absolute;
  inset: auto auto 15% -6.5%;
}

.ai-short-vid {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 0%;
  width: 25%;
}

.ai-short-videl {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .padding-global-5.faq {
    background-color: #0a0a1c;
  }

  .button-text.big.ai, .button-text.ai {
    margin-bottom: -5px;
  }

  .h3-red-wrap.ai {
    background-color: #92929200;
  }

  .button-4.ai {
    padding-bottom: 1rem;
  }

  .hu-trust_image {
    left: 24%;
  }

  .ai-image {
    height: 240px;
  }

  .fade-black-2.bottom {
    height: 150px;
  }
}

@media screen and (min-width: 1440px) {
  .text-weight-bold.text-color-white.ai {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#ffcf23, #ff8d3a);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .text_money {
    color: #fff;
    background-image: linear-gradient(126deg, #fff, #fff);
    font-size: 2.2rem;
  }

  .text_plus, .icon_dollarr {
    color: #fff;
  }

  .fade-black {
    background-image: linear-gradient(180deg, var(--bg-color), #0a0d1200);
    height: 150px;
  }

  .fade-black.bottom {
    background-image: linear-gradient(360deg, var(--bg-color), #0a0d1200);
    height: 150px;
  }

  .padding-global-5.faq {
    background-color: #0a0a1c;
  }

  .rw-reviews_overlay {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(0deg, #000, #fff0);
    background-clip: border-box;
  }

  .arrow-button, .arrow-button.flipped {
    height: 27px;
  }

  .p-ai-26px {
    font-size: 1.55rem;
  }

  .container-small-2 {
    max-width: 57rem;
  }

  .build-streams-wrap {
    position: relative;
  }

  .button-text.big.ai {
    margin-bottom: -5px;
    padding-top: 0;
    line-height: 27px;
  }

  .button-text.ai {
    margin-bottom: -5px;
    padding-top: 0;
  }

  .h3-red-wrap.ai {
    background-color: #92929200;
    padding: .5rem 2rem;
  }

  .container-large-3._100 {
    max-width: none;
  }

  .hu-trust_image {
    display: none;
    left: -30px;
    right: -22%;
  }

  .ai-image {
    height: 280px;
  }

  .image-13 {
    position: static;
  }

  .div-block-51 {
    z-index: 20;
    background-image: linear-gradient(0deg, #000 20%, #fff0);
    border: 0 #000;
    width: 100%;
    height: 300px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .div-block-51.ai {
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-52 {
    width: 1728px;
    max-width: none;
    position: absolute;
  }

  .fade-black-2 {
    background-image: linear-gradient(#050510, #0a0d1200);
    height: 150px;
  }

  .fade-black-2.bottom {
    background-image: linear-gradient(360deg, #050510, #0a0d1200);
    height: 150px;
  }

  .hero_video_wrap {
    width: 72%;
  }
}

@media screen and (min-width: 1920px) {
  .padding-global.padding-section-large.no-pad-bottom {
    padding-bottom: 0;
  }

  .video_modal-embed {
    max-width: 1200px;
  }

  .fade-black.bottom.big {
    background-image: linear-gradient(360deg, var(--bg-color) 23%, #0a0d1200);
    height: 300px;
  }

  .fade-black.left {
    background-image: linear-gradient(90deg, var(--bg-color), #0a0d1200);
    width: 150px;
    height: 100%;
  }

  .fade-black.right {
    background-image: linear-gradient(270deg, var(--bg-color), #0a0d1200);
    width: 150px;
    height: 100%;
    inset: 0% 0% auto auto;
  }

  .bg-moving-wrap {
    position: absolute;
    inset: 0%;
  }

  .button-outline {
    padding: 1rem 3rem;
  }

  .section-rw-faq {
    background-color: #0a0a1c;
  }

  .html-embed-2 {
    height: 23vw;
    max-height: 440px;
  }

  .section-rw-hero {
    width: 100%;
  }

  .button-text {
    margin-bottom: -5px;
  }

  .button-text.ai {
    margin-bottom: -5px;
    padding-top: 0;
  }

  .h3-red-wrap.ai {
    background-color: #92929200;
    background-image: linear-gradient(90deg, #ffbb3817, #ff8d3a12);
  }

  .ai-generated-wrap {
    width: 100%;
  }

  .container-large-3.larger {
    max-width: 120rem;
  }

  .ai-arts-videos {
    justify-content: center;
  }

  .button-4.footer {
    padding: 1rem 3rem;
  }

  .button-4.ai {
    padding-bottom: 1rem;
  }

  .hu-trust_image {
    inset: auto 0% 0% -240%;
  }

  .padding-section-medium-2 {
    width: 100%;
  }

  .ai-image {
    height: 360px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .slider_content {
    overflow: hidden;
  }

  .icon_video-play {
    width: 4.5rem;
    height: auto;
  }

  .button_text-ab {
    display: none;
  }

  .slider_full-width {
    width: 100svw;
    display: flex;
    overflow: hidden;
  }

  .slider_full-width.is-2 {
    display: none;
  }

  .h1.text-color-silver {
    font-size: 3rem;
  }

  .banner-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    font-size: 1rem;
  }

  .slider_lightbox {
    border-color: #fff;
    border-radius: .5rem;
    width: 35vw;
  }

  .slider_lightbox:hover {
    border-color: #fff;
  }

  .hero_sub-text {
    font-size: 1.3rem;
  }

  .hero_sub-text.text-color-silver {
    font-size: 1.2rem;
  }

  .slider_image {
    pointer-events: none;
  }

  .hero_component {
    max-width: 40rem;
  }

  .button-2 {
    flex: none;
  }

  .slider-2 {
    position: relative;
  }

  .scrolly-boi {
    width: 100%;
    margin-left: 0;
    padding-bottom: .5rem;
    padding-right: 0;
    display: flex;
    overflow: scroll;
  }

  .testimonials_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h2-wrap {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-wrap.is-work {
    text-align: center;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .h2.is-work {
    text-align: center;
  }

  .faqs {
    margin-top: 2rem;
  }

  .hero_text_first.text-color-silver {
    font-size: 1.5rem;
  }

  .opportunity_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .p-24.is-opport {
    font-size: 1rem;
  }

  .p-24.is-work {
    text-align: center;
    font-size: 1.1rem;
  }

  .opportunity_bg-img, .opportunity_bg-img.is-right {
    width: 20rem;
  }

  .timeline_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .timeline_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 2rem;
    padding-left: 2rem;
  }

  .timeline_image_item {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 3rem;
    margin-right: 0;
  }

  .timeline_image_item.is-right {
    margin-left: 0;
  }

  .timeline_image_wrap {
    width: 100%;
  }

  .timeline_image_wrap.is-work {
    min-width: 23rem;
    min-height: 25rem;
  }

  .timeline_image_bg {
    width: 85%;
  }

  .timeline_image {
    width: 64vw;
    height: 20vw;
  }

  .timeline_image.is-2 {
    width: 28vw;
    height: 34vw;
  }

  .timeline_image.is-3 {
    width: 40vw;
    height: 25vw;
  }

  .timeline_image.is-work {
    width: 15rem;
    height: 21rem;
  }

  .timeline_content_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .h3-timeline {
    font-size: 1.5rem;
  }

  .timeline_line_wrap {
    inset: 0% auto auto 0%;
  }

  .work_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .work_flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
  }

  .work_info {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image {
    width: 100%;
    bottom: 16%;
    transform: translate(228px);
  }

  .team_component, .cta_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .cta_item {
    height: auto;
    min-height: 42rem;
  }

  .icon-embed-custom-2 {
    margin-top: 3rem;
  }

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

  .div-block-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .student_item {
    align-items: stretch;
    width: 100%;
    margin-bottom: 2rem;
  }

  .text_money {
    margin-right: 4px;
  }

  .interviewer_info {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-section-small-2.is-swiper {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .student_wrap {
    flex-direction: column;
    align-items: center;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .sutdents_interviews {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .flex-block-8 {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .interviewer_money_wrap {
    padding-right: 0;
  }

  .section_interviews {
    z-index: 5;
    position: relative;
  }

  .padding-global-2.hide-desktop {
    display: block;
  }

  .button_load-more {
    cursor: pointer;
    max-width: 250px;
  }

  .button_load-more:hover {
    border-color: #fff0;
  }

  .interviews_slider.hide-tablet {
    display: block;
  }

  .video-embed {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-small-3.is-swiper {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .anouncement_wrap {
    background-color: #131b23;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: none;
  }

  .div-block-32 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .flex-block-9 {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .padding-global-3.hide-desktop {
    display: block;
  }

  .div-block-35 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .flex-block-10 {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .padding-global-4.hide-desktop {
    display: block;
  }

  .div-block-38 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .flex-block-11 {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .html-embed-2 {
    width: 45%;
    height: 41vw;
  }

  .layout1_image-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-size-medium-2.text-color-grey {
    font-size: 1.25rem;
  }

  .text-size-medium-2.faq-answer {
    color: #ffffffbf;
  }

  .rw-access_content {
    padding: 1rem 2.5rem 2.5rem;
  }

  .layout1_content {
    padding: 2.5rem;
  }

  .layout1_image.coach {
    margin-left: 20%;
  }

  .roadmap-icon {
    width: 4rem;
    height: 4rem;
  }

  .video-hero {
    width: 80vw;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout192_image {
    margin-left: -10%;
  }

  .layout192_image.learning {
    width: 90%;
  }

  .layout192_image-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .arrow-button {
    width: 2rem;
    height: 2rem;
  }

  .video-wrap {
    width: 90%;
    margin-top: 24px;
  }

  .rw-trust_grid {
    grid-template-columns: 1fr;
  }

  .p-ai-26px {
    font-size: 1.2rem;
  }

  .text-announcement {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
  }

  .rw-reviews_image-wrapper {
    column-count: 3;
  }

  .ai-arts-videos {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-wrap: wrap;
    justify-content: center;
  }

  .use-roadmap-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-around;
    width: 100%;
  }

  .text-size-xlarge {
    font-size: 2rem;
  }

  .text-size-xlarge.hero-p {
    font-size: 1.5rem;
  }

  .h2-ai {
    font-size: 1.8rem;
  }

  .h2-ai.footer {
    max-width: 520px;
  }

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

  .roadmap-item, .button-4 {
    font-size: 1.2rem;
  }

  .button-4.ai {
    padding-bottom: 1rem;
  }

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

  .padding-section-large-2.faq {
    padding-bottom: 2rem;
  }

  .footer_component-grid {
    width: 100%;
  }

  .h3-ai {
    font-size: 1rem;
  }

  .rw-hero_video-wrapper {
    height: 24rem;
  }

  .hu-trust_image {
    left: 6%;
  }

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

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

  .margin-top-2.margin-top-custom-1.align-center.round {
    width: 100%;
    height: 100%;
  }

  .h4-groupe-font {
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .people-wrap {
    margin-top: 1rem;
    font-size: 1em;
  }

  .padding-section-custom1 {
    padding-bottom: 4rem;
  }

  .layout192_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .two-options_video-wrapper {
    margin-top: 2rem;
  }

  .rw-wyg_item-right {
    overflow: hidden;
  }

  .text-block-17, .text-block-18, .text-block-19 {
    font-size: 22px;
  }

  .menu_link-3:hover {
    padding-left: 2.5rem;
  }

  .svg_hero-stats_right {
    width: 8rem;
    height: auto;
  }

  .svg_hero-stats_left {
    width: 5rem;
    height: auto;
  }

  .hero-stat_wrap_right {
    right: -3%;
  }

  .hero_video_wrap {
    width: 100%;
  }

  .hero-stat_wrap_left {
    left: -3.5%;
  }

  .ai-short-vid {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .relative {
    width: 268px;
  }

  .icon_video-play {
    width: 3.5rem;
  }

  .hero_video-wrap {
    margin-top: 1rem;
  }

  .champions-logo {
    width: 6rem;
  }

  .champions-logo.is-hero {
    width: 5rem;
  }

  .h1.text-color-silver {
    font-size: 2.6rem;
  }

  .banner-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: .7rem;
    display: none;
  }

  .banner_image {
    width: 3.75rem;
  }

  .slider_lightbox {
    width: 70vw;
    min-width: 22rem;
  }

  .hero_sub-text {
    font-size: 1.2rem;
  }

  .button-2 {
    background-image: linear-gradient(135deg, #de4f4f, #c82020);
    font-size: 1.4rem;
  }

  .button-2.is-cta {
    width: 100%;
  }

  .button-2.business.checkout-btn {
    background-image: none;
  }

  .scrolly-boi {
    padding-left: 0;
  }

  .navbar_left {
    justify-content: space-between;
    width: 100%;
  }

  .nav_logo_img {
    width: 5rem;
  }

  .button_nav {
    display: none;
  }

  .button_nav.login-btn.mobile {
    display: flex;
  }

  .navigation {
    position: absolute;
  }

  .nav_menu {
    width: 100%;
    display: none;
  }

  .h2.mobile-hide {
    display: none;
  }

  .h2.desktop-hide {
    display: block;
  }

  .testimonials_grid {
    grid-template-columns: auto auto;
  }

  .faqs {
    margin-top: 1.5rem;
  }

  .faq_item {
    padding: 1.5rem;
  }

  .faq_question {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq_h3 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .icon_faq-arrow {
    flex: none;
  }

  .faq_answer {
    font-size: 1rem;
  }

  .footer_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .link-block {
    margin-top: 0;
    margin-bottom: -30px;
  }

  .footer_links {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .footer_location_wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-24.is-work {
    display: none;
  }

  .p-24.is-work.is-mobile {
    margin-bottom: 0;
    display: block;
  }

  .opportunity_bg-img.is-right {
    width: 80vw;
    bottom: -58%;
    right: -8%;
  }

  .timeline_image {
    width: 24rem;
    max-width: 100%;
    height: 8rem;
  }

  .timeline_image.is-2 {
    width: 14rem;
    height: 18rem;
  }

  .timeline_image.is-3 {
    width: 18rem;
    height: 10rem;
  }

  .timeline_content_item, .timeline_content_list, .timeline_content_list_item {
    width: 100%;
  }

  .work_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .p-team {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .cta_item {
    width: 100%;
    min-height: auto;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .cta_list {
    margin-bottom: 6rem;
  }

  .icon-embed-custom-2 {
    width: 80%;
    height: auto;
    margin-top: 0;
  }

  .warning_component {
    margin-top: 5.5rem;
  }

  .icon-embed-custom-6 {
    width: 3.5rem;
    height: auto;
  }

  .warning_eyebrow {
    font-size: .8rem;
    line-height: 1;
  }

  .warning_p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .section {
    margin-bottom: 40px;
  }

  .div-block-21 {
    margin-top: 40px;
  }

  .student_item {
    width: 90vw;
  }

  .padding-section-small-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .swiper-slide {
    width: 90vw;
  }

  .padding-global-2 {
    padding: .25rem 1.25rem;
  }

  .button_load-more {
    color: #fff;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.1rem;
  }

  .navigation-2 {
    padding-top: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .padding-section-small-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button_nav-2 {
    flex: none;
  }

  .button_nav-2.hide-mobile-portrait {
    order: 3;
  }

  .nav_menu-2 {
    width: 80vw;
    margin-top: 1.13rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: 36px;
  }

  .anouncement_wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    color: #ffffff80;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    display: flex;
  }

  .link-block-2 {
    display: none;
  }

  .padding-global-3 {
    padding: .25rem 1.25rem;
  }

  .navbar_content-2 {
    justify-content: space-between;
    align-items: center;
    height: 100px;
  }

  .menu-2 {
    order: 1;
    margin-left: 0;
  }

  .annnouncement_join {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
  }

  .nav_image-logo {
    width: 5rem;
    display: none;
  }

  .link-block-3 {
    display: none;
  }

  .padding-global-4 {
    padding: .25rem 1.25rem;
  }

  .navbar_content-3 {
    justify-content: space-between;
    align-items: center;
    height: 100px;
  }

  .rw-access_content {
    padding-bottom: 1rem;
  }

  .layout1_content {
    padding-top: 1rem;
  }

  .faq5_icon {
    width: 1.75rem;
    min-width: 2.5rem;
  }

  .rw-upgrade_heading-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .video-hero {
    width: 100%;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout192_image.learning {
    width: 100%;
  }

  .faq-text_wrapper {
    padding-right: 0;
  }

  .video-wrap {
    width: 100%;
  }

  .p-ai-26px {
    font-size: 1.1rem;
  }

  .container-small-2 {
    max-width: none;
  }

  .faq-heading {
    font-size: 1.6rem;
  }

  .h3-red-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ai-wrap {
    width: 100%;
  }

  .ai-generated-wrap {
    text-align: center;
    overflow: visible;
  }

  .rw-reviews_image-wrapper {
    column-count: 2;
  }

  .ai-arts-videos {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .use-roadmap-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

  .text-size-xlarge, .text-size-xlarge.hero-p {
    font-size: 1.4rem;
  }

  .h2-ai {
    font-size: 1.6rem;
  }

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

  .text-22px {
    text-align: center;
    font-size: 1.2rem;
  }

  .button-4 {
    font-size: 1rem;
  }

  .button-4.footer {
    margin-top: 1.2rem;
    margin-bottom: 6rem;
  }

  .faq5_question {
    padding: 1rem 1.25rem;
  }

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

  .roadmap-arrow {
    height: 6rem;
    transform: rotate(90deg);
  }

  .pricing_component {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h3-ai {
    font-size: 1rem;
    line-height: 1.5;
  }

  .rw-hero_video-wrapper {
    height: 300px;
  }

  .text-do-nothing {
    font-size: 1.8rem;
  }

  .hu-trust_image {
    width: 100%;
    left: 0%;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .margin-top-2.margin-top-custom-1.align-center.round {
    height: 100%;
  }

  .h4-groupe-font {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }

  .ai-replace-wrap {
    margin-top: 1rem;
  }

  .faq_header-wrap {
    justify-content: center;
  }

  .ai-image {
    width: 45vw;
    height: 200px;
  }

  .bold-900 {
    font-size: 30px;
  }

  .rw-wyg_heading-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .two-options_video-wrapper {
    margin-top: 2rem;
  }

  .button-pepople-wrap {
    width: 100%;
  }

  .text-block-17, .text-block-18 {
    font-size: 30px;
  }

  .navbar_left-6 {
    justify-content: space-between;
    width: 100%;
  }

  .code-embed-2 {
    transform: rotate(90deg);
  }

  .navbar_left-7 {
    justify-content: space-between;
    width: 100%;
  }

  .nav_menu-3 {
    width: 100svw;
    height: 100svh;
    padding-top: 7rem;
    padding-bottom: 1rem;
    top: -3.4rem;
    left: -1.3rem;
  }

  .nav_menu-3.sub_nav {
    width: 101svw;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    left: -2.6rem;
    right: auto;
  }

  .menu-4 {
    margin-left: 0;
    padding-left: .4rem;
  }

  .div-block-55 {
    z-index: 999;
    position: relative;
  }

  .link-block-4 {
    display: none;
  }

  .menu_link-2-text.sub-item {
    width: calc(100% - 1.8rem);
  }

  .navbar_content-4 {
    justify-content: space-between;
    align-items: center;
    height: 100px;
    position: relative;
  }

  .nav_menu-4 {
    width: 100%;
    display: none;
  }

  .menu_link-3 {
    height: auto;
    margin-top: 0;
  }

  .menu_link-3.sub-item {
    width: 100%;
    margin-top: -2px;
    padding-left: 3.5rem;
  }

  .menu_link-3.sub {
    height: auto;
  }

  .nav_logo_img-2 {
    width: 5rem;
    display: none;
  }

  .svg_hero-stats_right {
    width: 6rem;
  }

  .svg_video-play {
    width: 3.5rem;
    height: auto;
  }

  .svg_hero-stats_left {
    width: 4rem;
  }

  .hero-stat_wrap_right {
    display: none;
    right: -11%;
  }

  .hero_video_wrap {
    box-shadow: none;
    order: 2;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .black-overlay-3, .hero-stat_wrap_left {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-bottom.margin-large {
    margin-bottom: 2.5rem;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global.padding-section-large.casm {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .padding-global.padding-section-large.casm.p-bottom {
    padding-bottom: 6rem;
  }

  .padding-global.padding-section-small.casm.z-10 {
    max-width: 100%;
  }

  .padding-global.padding-section-small.mobile-crypto {
    padding-top: 0;
  }

  .padding-global.padding-section-small.no-padding-bot {
    padding-bottom: 0;
  }

  .padding-global.is-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-weight-bold.heading-style-h2._35 {
    font-size: 2rem;
  }

  .text-weight-bold.heading-style-h2._35.ai {
    letter-spacing: -.04px;
    font-family: Satoshi Variable, sans-serif;
    font-size: 28px;
    font-weight: 900;
  }

  .text-weight-bold.mobile {
    text-align: center;
  }

  .text-size-large.pricing {
    font-size: 1.375rem;
  }

  .text-size-large.pricing.text-color-grey.mobile, .text-size-large.pricing.text-color-gold.mobile {
    font-size: 1.5rem;
  }

  .page-wrapper {
    position: relative;
  }

  .container-large {
    margin-left: auto;
    margin-right: auto;
  }

  .text-align-center.front {
    z-index: 6;
    position: relative;
  }

  .main-wrapper {
    z-index: 0;
    position: relative;
  }

  .relative {
    width: 264px;
    padding-left: 0;
    padding-right: 0;
  }

  .relative.desktop-hidden {
    display: block;
  }

  .hero_video-wrap {
    display: none;
  }

  .button_text-ab.ecom {
    font-size: 24px;
  }

  .button_text-ab.business {
    font-family: bs-bold, sans-serif;
  }

  .button_text-ab.copywriting.special {
    font-family: ag-regular, sans-serif;
    font-size: 18px;
  }

  .button_text-ab.stocks {
    font-family: bn-extrabold, sans-serif;
    font-size: 22px;
  }

  .slider_fade, .slider_fade.is-left {
    width: 16vw;
  }

  .button_text {
    font-size: 20px;
  }

  .button_text.casm.business {
    font-family: bs-bold, sans-serif;
  }

  .button_text.ecom {
    font-family: ag-regular, sans-serif;
    font-size: 18px;
  }

  .button_text.business {
    font-family: bn-bold, sans-serif;
    font-size: 24px;
  }

  .button_text.copywriting {
    font-family: ag-regular, sans-serif;
  }

  .button_text.copywriting.special {
    font-size: 18px;
  }

  .button_text.stocks {
    font-family: bn-extrabold, sans-serif;
    font-size: 20px;
  }

  .button_text.stocks.special {
    font-size: 17px;
  }

  .champions-logo {
    width: 5rem;
    margin-bottom: -10px;
  }

  .champions-logo.is-hero {
    width: 87px;
    min-width: 87px;
    max-width: 87px;
    height: 87px;
    min-height: 87px;
    max-height: 87px;
    position: relative;
    inset: 0 auto auto 50%;
    transform: translate(-50%);
    box-shadow: 0 8px 20px #000000de;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .h1.text-color-silver {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 12vw;
  }

  .h1.text-color-silver.mobile-hidden {
    display: none;
  }

  .h1.text-color-silver.desktop-hidden {
    z-index: 2;
    font-size: 34px;
    display: block;
    position: relative;
  }

  .h1.text-color-silver.casm {
    z-index: 2;
    font-family: Baseneuetrial, sans-serif;
    font-size: 33px;
    position: relative;
  }

  .h1.text-color-silver.business {
    text-align: center;
    white-space: break-spaces;
    word-break: keep-all;
    overflow-wrap: normal;
    width: 100%;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 46px;
    position: static;
    overflow: visible;
  }

  .h1.text-color-silver.business.desktop-hidden {
    padding-left: .5rem;
    padding-right: .5rem;
    font-family: bn-bold, sans-serif;
    font-size: 34px;
  }

  .h1.text-color-silver.copywriting {
    z-index: 2;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 30px;
    position: relative;
  }

  .h1.text-color-silver.ecom {
    z-index: 2;
    font-size: 28px;
    position: relative;
  }

  .h1.text-color-silver.fitness {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .h1.text-color-silver.stock {
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    position: relative;
  }

  .button-wrap.is-testimonial {
    width: 100%;
  }

  .button_glow.copywriting {
    pointer-events: none;
  }

  .banner_image {
    object-fit: contain;
    height: 2rem;
  }

  .play-button {
    width: 4rem;
    height: 4rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .slider_lightbox {
    border-color: #ffffff80;
    min-width: 14rem;
  }

  .hero_sub-text {
    color: var(--text-gray-darker);
    font-size: 32px;
  }

  .hero_sub-text.text-color-silver {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    padding-left: .125rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    display: block;
  }

  .hero_sub-text.text-color-silver.mobile-hidden {
    display: none;
  }

  .hero_sub-text.text-color-silver.desktop-hidden {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 18px;
    display: block;
    position: static;
  }

  .hero_component {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    padding-top: 0;
  }

  .hero_component.blue-bg-glow {
    background-image: radial-gradient(circle farthest-side at 50% 0%, var(--crypto-blue), #fff0 46%);
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .hero_component.business {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    font-weight: 900;
    transition-property: none;
  }

  .button-2.is-100--mobile {
    width: 100%;
    max-width: 20rem;
  }

  .button-2.is-100--mobile.disabled {
    opacity: .51;
    max-width: 100%;
  }

  .button-2.business {
    background-image: linear-gradient(135deg, #6f78bb21, #6f78bb21);
    font-family: bs-bold, sans-serif;
  }

  .button-2.copywriting {
    background-image: linear-gradient(135deg, #ab711a45, #ab711a45);
    transition-property: none;
  }

  .button-2.ecom.desktop-hidden {
    display: block;
  }

  .button-2.fitness.desktop-hiden {
    background-color: #000;
    background-image: none;
    border-style: solid;
    border-color: #00ff94;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .scrolly-boi {
    padding-top: .5rem;
    display: flex;
  }

  .navbar_left.mobile_hidden {
    display: none;
  }

  .navbar_left.desktop_hidden {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button_nav.login-btn {
    display: block;
  }

  .button_nav.login-btn.mobile {
    padding: .5rem 1rem;
    display: none;
  }

  .navigation {
    z-index: 990;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    display: block;
  }

  .nav_menu, .nav_menu.sub_nav {
    display: none;
  }

  .menu {
    margin-left: 0;
    padding-left: 0;
  }

  .section_testimonials {
    margin-bottom: 20px;
  }

  .h2 {
    font-size: 2rem;
  }

  .h2.is-18-ch.mobile-hidden {
    display: none;
  }

  .h2.is-work.desktop-hidden {
    display: block;
  }

  .h2.is-work.casm.business.desktop-hidden.special {
    font-size: 30px;
  }

  .h2.is-work.casm.copywriting {
    font-size: 24px;
  }

  .h2.is-work.casm.ecom {
    font-size: 1.65rem;
  }

  .h2.is-work.casm.ecom.special {
    font-size: 28px;
  }

  .h2.is-work.casm.fitness.special {
    font-size: 1.35rem;
  }

  .h2.is-work.casm.stock {
    text-transform: uppercase;
    font-size: 2.5rem;
  }

  .h2.is-small {
    font-size: 1.4rem;
  }

  .h2.is-small.business {
    font-size: 36px;
  }

  .h2.is-small.business.copywriting {
    font-size: 24px;
  }

  .h2.is-small.business.ecom {
    font-size: 22px;
  }

  .h2.is-small.business.stock {
    text-transform: uppercase;
    font-size: 28px;
  }

  .h2.is-small.business.special {
    font-size: 30px;
  }

  .h2.is-price {
    width: auto;
    max-width: none;
    display: block;
  }

  .h2.is-price.mobile-hidden {
    display: none;
  }

  .h2.is-price.desktop-hidden {
    display: block;
  }

  .h2.text-align-left.mobile-hidden {
    display: none;
  }

  .h2.text-align-left.desktop-hidden {
    display: block;
  }

  .h2.text-align-left.desktop-hidden.big-text {
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 30px;
  }

  .h2.mobile-hide {
    display: none;
  }

  .h2.desktop-hide {
    font-size: 27px;
  }

  .h2.desktop-hide.small-text {
    font-size: 2px;
  }

  .h2.desktop-hide.big {
    font-size: 34px;
  }

  .h2.casm.desktop-hidden {
    margin-bottom: 1rem;
    display: block;
  }

  .h2.casm.desktop-hidden.stock {
    text-transform: uppercase;
    font-size: 2rem;
  }

  .h2.casm.p-top {
    margin-top: 20px;
  }

  .h2.smaller {
    font-size: 28px;
  }

  .h2.business {
    font-size: 32px;
  }

  .h2.copywriting {
    font-size: 24px;
  }

  .h2.ecom {
    font-size: 1.65rem;
  }

  .h2.fitness {
    font-size: 1.75rem;
  }

  .h2.stock {
    width: 100%;
    font-size: 34px;
  }

  .h2.stock.desktop-hidden {
    justify-content: center;
    align-items: center;
    font-size: 30px;
    display: flex;
  }

  .testimonials_grid {
    grid-template-columns: auto;
  }

  .testimonial_grid_column {
    width: 100%;
  }

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

  .button_view-more {
    font-size: 1rem;
  }

  .faqs {
    border-radius: .5rem;
  }

  .faq_item {
    padding: 1rem;
  }

  .icon_faq-arrow {
    width: .8rem;
    height: auto;
  }

  .footer_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer_top {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .link-block {
    width: 87px;
    height: 87px;
    position: relative;
  }

  .footer_links {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .footer_link {
    font-size: 1rem;
  }

  .footer_location_title {
    font-size: .88rem;
  }

  .footer_location_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .hero_text_first.text-color-silver {
    z-index: 2;
    background-image: linear-gradient(117deg, #fff, #999);
    margin-top: 0;
    font-size: 1rem;
    position: relative;
  }

  .section_opportunity {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_opportunity.casm {
    margin-top: 20px;
  }

  .section_opportunity.casm.business {
    margin-top: 40px;
  }

  .section_opportunity.casm.ecom {
    margin-top: 60px;
  }

  .p-24, .p-24.is-opport {
    font-size: 18px;
  }

  .p-24.is-opport.desktop-hidden {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    display: block;
  }

  .p-24.is-opport.mobile-hidden {
    display: none;
  }

  .p-24.is-work.is-mobile.casm {
    margin-top: 20px;
    font-size: 18px;
  }

  .p-24.text-align-left.desktop-hidden {
    display: block;
  }

  .p-24.text-align-left.mobile-hidden {
    display: none;
  }

  .p-24.desktop-hidden {
    font-size: 18px;
    display: block;
  }

  .opportunity_bg-img.is-right {
    bottom: -21%;
  }

  .opportunity_bg-img.is_top {
    width: 175px;
    height: 75px;
    left: calc(50% - 85px);
  }

  .timeline_grid {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .timeline_grid.no-spacing-top {
    margin-top: 1rem;
  }

  .timeline_grid.desktop-hidden {
    display: block;
  }

  .timeline_image_item {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .timeline_image_item.last {
    margin-bottom: 0;
  }

  .timeline_image_wrap {
    min-width: auto;
    min-height: 18rem;
    padding-bottom: 0;
  }

  .timeline_image_wrap.is-work {
    min-width: auto;
  }

  .timeline_image_wrap.is-2 {
    min-height: 20rem;
  }

  .timeline_image_wrap.desktop-hide {
    margin-top: 10px;
    display: block;
  }

  .timeline_image_wrap.mobile-hidden {
    display: none;
  }

  .timeline_image_wrap.desktop-hidden {
    display: block;
  }

  .timeline_image_wrap.first {
    margin-top: 10px;
  }

  .timeline_image {
    width: 100%;
    height: auto;
  }

  .timeline_image.is-2 {
    width: 14rem;
    height: auto;
  }

  .timeline_image.is-work {
    width: auto;
    height: auto;
  }

  .glow-red.glow-blue.crypto {
    background-color: #ecc8704f;
  }

  .glow-red.fitness {
    background-color: #00ff9487;
  }

  .h3-timeline {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .h3-timeline.mobile-hide {
    display: none;
  }

  .h3-timeline.casm.copywriting {
    text-transform: uppercase;
  }

  .h3-timeline.casm.ecom {
    font-size: 20px;
  }

  .h3-timeline.casm.stock {
    font-size: 1.8rem;
  }

  .h3-timeline.first {
    margin-top: 0;
  }

  .h3-timeline.desktop-hidden {
    margin-bottom: 0;
    display: block;
  }

  .h3-timeline.business {
    font-size: 26px;
  }

  .timeline_content_list_item {
    padding-right: 1rem;
    font-size: 1rem;
  }

  .svg_timeline-check {
    flex: none;
    width: 1rem;
    height: auto;
  }

  .timeline_line_wrap {
    background-image: none;
  }

  .timeline_line_wrap.mobile-hidden {
    display: block;
  }

  .section_work.casm {
    margin-bottom: 60px;
  }

  .work_flex {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    width: 120%;
    max-width: none;
    transform: translate(156px);
  }

  .p-team.p-bottom {
    margin-bottom: 1rem;
  }

  .video_lightbox.mobile-hidden {
    display: none;
  }

  .video_lightbox.desktop-hidden {
    display: block;
  }

  .cta_component {
    width: 100%;
  }

  .cta_wrap {
    grid-column-gap: 1.63rem;
    grid-row-gap: 1.63rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .cta_item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .cta_item.is-right {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .cta_item.is-right.business, .cta_item.is-right.business.copywriting, .cta_item.is-right.casm, .cta_item.crypto {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta_line {
    width: 100%;
    max-width: 100%;
  }

  .cta_line.is-right {
    width: 100%;
  }

  .cta_list {
    font-size: 18px;
  }

  .icon-embed-custom {
    width: 1rem;
  }

  .icon-embed-custom-5.fitness {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(86deg, #00ff94, #299d66);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .warning_component {
    margin-top: 2rem;
  }

  .warning_component.desktop-hidden {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .icon-embed-custom-6 {
    margin-bottom: 20px;
  }

  .warning_eyebrow {
    text-align: center;
  }

  .warning_p {
    font-size: 18px;
  }

  .hero_mobile_video {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
    width: 100%;
    margin-bottom: -40px;
    display: block;
    position: relative;
  }

  .image-2 {
    width: 100%;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 87px;
    height: 87px;
    display: block;
    position: absolute;
    top: 10px;
  }

  .div-block.top {
    z-index: 2;
    width: 87px;
    height: 87px;
  }

  .div-block.red, .div-block.business, .div-block.ecom, .div-block.fitness {
    z-index: 2;
  }

  .div-block.stock {
    z-index: 1;
  }

  .div-block-2 {
    background-image: linear-gradient(#0029ff, #0029ff);
    width: 87px;
    height: 87px;
  }

  .div-block-2.red {
    box-shadow: 0 0 20px #de4f4f;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-3 {
    width: auto;
    height: 357px;
  }

  .div-block-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 8px;
    display: flex;
  }

  .div-block-8 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-8.mobile-hidden {
    display: none;
  }

  .div-block-8.desktop-hidden {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-block.text-color-silver.p-24 {
    font-size: 17px;
  }

  .text-block.text-color-silver.p-24.mobile-hidden {
    display: none;
  }

  .text-block.text-color-silver.p-24.desktop-hidden {
    display: block;
  }

  .text-block.text-color-silver.p-24.desktop-hidden.smaller {
    font-size: 16px;
  }

  .text-block.text-color-silver.p-24.mobile-hide {
    display: none;
  }

  .text-block.text-color-silver.p-24.desktop-hide {
    display: block;
  }

  .text-block.text-color-silver.p-24.desktop-hide.smaller {
    font-size: 16px;
  }

  .text-block.text-color-silver.p-24.smallest {
    font-size: 15.5px;
  }

  .div-block-9 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    width: 47px;
    height: 47px;
    top: -20px;
  }

  .image-4.mobile {
    width: 35px;
    height: 35px;
    top: -20px;
  }

  .section {
    margin-bottom: 60px;
  }

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

  .div-block-15 {
    margin-top: 0;
  }

  .image-5, .image-6 {
    height: 212px;
  }

  .heading.mobile-hide {
    display: none;
  }

  .heading.desktop-hide {
    width: 100%;
    display: block;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-3.mobile-hide {
    display: none;
  }

  .paragraph-3.desktop-hide {
    font-size: 18px;
    display: block;
  }

  .py-10 {
    margin-top: 0;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flex-block-3.mobile-hidden {
    display: none;
  }

  .div-block-18 {
    margin-top: 10px;
    margin-bottom: 100px;
  }

  .flex-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .flex-block-5.hidden, .flex-block-5.mobile-hidden {
    display: none;
  }

  .flex-block-6 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: center;
  }

  .flex-block-6.desktop-hidden {
    z-index: 2;
    display: flex;
    position: relative;
  }

  .div-block-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-20.desktop-hidden {
    display: block;
  }

  .div-block-21 {
    margin-top: 40px;
  }

  .div-block-21.desktop-hide {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .small-text {
    font-size: 22px;
  }

  .small-text.special {
    color: var(--text-gray-darker);
    text-shadow: 0 1px 1px #0003;
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-22 {
    margin-top: 10px;
  }

  .mobile-hidden {
    display: none;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .paragraph-4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .paragraph-5.desktop-hidden {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    display: block;
  }

  .div-block-23 {
    margin-bottom: 0;
  }

  .text-span-5 {
    color: var(--text-gray);
    font-size: 25px;
  }

  .div-block-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-26 {
    padding-top: 10px;
  }

  .info-section {
    margin-top: 60px;
  }

  .smaller {
    font-size: 24px;
  }

  .div-block-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile_video_overlay {
    pointer-events: none;
    background-image: linear-gradient(0deg, #000 1%, #fff0 17%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .code-embed {
    color: var(--text-color);
  }

  .student_item {
    background-color: #171733a6;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    padding: .6rem;
  }

  .text_money {
    color: #fff;
    background-image: linear-gradient(126deg, #fff, #fff);
    font-size: 1.8rem;
  }

  .padding-section-small-2.is-swiper {
    padding-bottom: 1rem;
  }

  .image_flag {
    max-width: 1.6rem;
  }

  .div-block-30 {
    margin-top: 20px;
  }

  .interviewer_name_wrap {
    font-size: 1.25rem;
  }

  .interviewer_name {
    color: var(--white);
    font-family: ag-regular, sans-serif;
  }

  .text_plus {
    color: #fff;
  }

  .flex-block-8 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .icon_dollarr {
    color: #fff;
  }

  .padding-global-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global-2.hide-desktop {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button_load-more {
    background-color: #171733a6;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    font-weight: 500;
  }

  .interviews_slider.hide-tablet {
    display: none;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    width: 2.5em;
    display: flex;
  }

  .padding-section-small-3.is-swiper {
    padding-bottom: 1rem;
  }

  .anouncement_wrap {
    font-size: .7rem;
  }

  .navbar_left-2 {
    flex: 0 auto;
    justify-content: space-between;
  }

  .div-block-32 {
    margin-top: 20px;
  }

  .flex-block-9 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .svg_profile {
    display: block;
  }

  .link-block-2 {
    color: #fff;
    order: 3;
    display: flex;
  }

  .padding-global-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global-3.hide-desktop {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar_content-2 {
    flex-direction: row;
    height: 70px;
  }

  .lottie_menu-2 {
    max-width: 1.6rem;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
    width: 2.5em;
    display: flex;
  }

  .navbar_left-3 {
    flex: 0 auto;
    justify-content: space-between;
  }

  .div-block-35 {
    margin-top: 20px;
  }

  .flex-block-10 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .link-block-3 {
    color: #fff;
    order: 3;
    display: flex;
  }

  .padding-global-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global-4.hide-desktop {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar_content-3 {
    flex-direction: row;
    height: 70px;
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
    width: 2.5em;
    display: flex;
  }

  .navbar_left-4 {
    flex: 0 auto;
    justify-content: space-between;
  }

  .div-block-38 {
    margin-top: 20px;
  }

  .flex-block-11 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    width: 2.5em;
    display: flex;
  }

  .navbar_left-5 {
    flex: 0 auto;
    justify-content: space-between;
  }

  .div-block-42, .div-block-44, .div-block-46, .div-block-48 {
    justify-content: center;
    align-items: center;
    width: 2.5em;
    display: flex;
  }

  .text-block-4 {
    font-family: ag-regular, sans-serif;
    font-size: 25px;
  }

  .text-block-5 {
    color: var(--text-color);
    font-family: ag-regular, sans-serif;
  }

  .text-block-6 {
    color: var(--white);
    font-family: ag-regular, sans-serif;
  }

  .text-block-7 {
    color: var(--text-color);
    -webkit-text-stroke-color: var(--white);
  }

  .text-block-8 {
    color: var(--text-color);
  }

  .text-block-9 {
    color: var(--white);
  }

  .text-block-10 {
    color: var(--text-color);
  }

  .text-block-11 {
    font-family: Baseneuetrial, sans-serif;
    font-size: 25px;
  }

  .text-block-12 {
    letter-spacing: 2px;
    font-family: bn-bold, sans-serif;
    font-size: 30px;
  }

  .text-block-13 {
    font-family: npower-ultra, sans-serif;
    font-size: 25px;
  }

  .text-block-14, .text-block-15 {
    font-family: ag-regular, sans-serif;
    font-size: 25px;
  }

  .text-block-16 {
    font-family: bn-bold, sans-serif;
    font-size: 25px;
  }

  .video_modal {
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    width: 100%;
  }

  .button-outline {
    padding: 1rem 2.5rem;
    font-size: 22px;
  }

  .pricing-group {
    justify-content: center;
  }

  .html-embed-2 {
    width: 100%;
  }

  .layout1_image-wrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .text-size-medium-2 {
    font-size: 1.375rem;
  }

  .text-size-medium-2.mobile {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
  }

  .text-size-medium-2.mobile.warning {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .text-size-medium-2.mobile.line-item {
    text-align: left;
    font-size: 1.125rem;
    line-height: 2rem;
  }

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

  .rw-access_content {
    padding: .5rem 1rem 1.5rem;
  }

  .community_image-mobile {
    display: block;
  }

  .step-by-step_mobile {
    object-fit: scale-down;
    margin-left: -16%;
    display: block;
  }

  .layout1_content {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout1_image.coach {
    display: none;
  }

  .faq5_icon {
    width: 2.5rem;
    min-width: 2.5rem;
  }

  .padding-global-5 {
    background-color: var(--bg-color);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-link, .footer-link.text-style-underline {
    font-size: 1rem;
  }

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

  .layout192_image, .layout192_image.learning {
    display: none;
  }

  .faq-text_wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-color-white-2 {
    font-size: 18px;
  }

  .layout192_image-wrapper {
    padding-right: 4%;
    position: relative;
    overflow: hidden;
  }

  .rw-reviews_overlay {
    height: 8.75rem;
  }

  .arrow-button {
    width: 1rem;
    height: 1rem;
    display: none;
  }

  .video-wrap {
    margin-top: 16px;
  }

  .text-announcement {
    font-size: .8rem;
  }

  .faq-heading {
    font-size: 20px;
  }

  .rw-access-item_wrapper {
    background-color: #27292ea3;
  }

  .button-text {
    margin-bottom: -4px;
    font-size: 22px;
    line-height: 1.1;
  }

  .button-text.ai {
    font-size: 22px;
  }

  .play-button-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h3-red-wrap {
    background-color: #e947662b;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h3-red-wrap.ai {
    background-color: #9292921a;
    background-image: linear-gradient(90deg, #ffbb3817, #ff8d3a12);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1px;
  }

  .faq5_accordion {
    margin-top: .5rem;
  }

  .rw-reviews_image-wrapper {
    column-gap: .5rem;
    margin-top: 2.5rem;
  }

  .rw-access-item_component.margin-top.margin-medium {
    width: 100%;
  }

  .use-roadmap-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .faq5_answer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-xlarge {
    line-height: 1.2;
  }

  .text-size-xlarge.hero-p {
    font-size: 20px;
    line-height: 1.4;
  }

  .h2-ai {
    letter-spacing: 5px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
  }

  .h2-ai.footer {
    font-size: 30px;
  }

  .heading-style-h2-2 {
    font-size: 28px;
  }

  .heading-style-h2-2.students {
    font-size: 2.1875rem;
  }

  .play_button-image-2 {
    width: 50%;
    height: 50%;
  }

  .text-22px {
    font-size: 20px;
  }

  .button-4 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
  }

  .button-4.footer {
    padding: 1rem;
    font-size: 18px;
  }

  .button-4._100 {
    max-width: 200px;
  }

  .button-4.big {
    width: auto;
    min-width: 11.0625rem;
  }

  .button-4.big.ai {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-4.ai {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .padding-section-large-2.custom1 {
    padding-bottom: 2rem;
  }

  .red.bold-900 {
    font-size: 20px;
  }

  .pricing_component {
    text-align: center;
    width: 100%;
  }

  .footer_component-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .h3-ai {
    width: 100%;
    max-width: 100%;
    font-size: 28px;
    font-weight: 900;
  }

  .h3-ai.gradient-red {
    max-width: none;
  }

  .h3-ai.gradient-red.ai {
    letter-spacing: 5px;
    font-size: 10px;
  }

  .rw-hero_video-wrapper {
    width: 100%;
    height: 100%;
  }

  .coaches-image_mobile {
    width: 100%;
    height: 100%;
    margin-left: 10%;
    display: block;
  }

  .text-do-nothing {
    font-size: 22px;
  }

  .hu-trust_image {
    width: 80%;
    left: 10%;
  }

  .rw-wyg_item-left {
    margin-top: 1rem;
  }

  .margin-top-2 {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-2.margin-top-custom-1.align-center.round {
    height: 100%;
    margin-top: 1.5rem;
  }

  .margin-top-2.margin-large._2 {
    margin-top: 2rem;
  }

  .margin-top-2.margin-medium.hero {
    margin-top: 1.5rem;
  }

  .h4-groupe-font {
    color: var(--white);
    font-size: 35px;
  }

  .h4-groupe-font.white {
    font-size: 35px;
  }

  .people-wrap {
    flex-direction: column;
  }

  .ai-image {
    width: 55vw;
    height: 180px;
  }

  .trust_button-wrapper {
    margin-top: 2.5rem;
  }

  .padding-section-custom1 {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .rw-wyg_heading-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .layout192_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .two-options_video-wrapper {
    margin-top: 1rem;
  }

  .image-10 {
    display: none;
  }

  .hero-logo {
    width: 60px;
  }

  .hero-logo.main {
    width: 63px;
    height: 63px;
  }

  .rw-wyg_item-right {
    margin-top: 1rem;
  }

  .heading-2 {
    font-size: 50px;
  }

  .text-block-19 {
    font-size: 22px;
  }

  .image-11 {
    width: 33px;
  }

  .div-block-53 {
    justify-content: center;
    align-items: center;
    width: 2.5em;
    display: flex;
  }

  .navbar_left-6.desktop_hidden {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .menu-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .navbar_left-7 {
    z-index: 90;
  }

  .nav_menu-3 {
    padding-top: 5rem;
    top: -2.3rem;
    overflow: hidden auto;
  }

  .nav_menu-3.sub_nav {
    left: -1.5rem;
  }

  .text-block-20 {
    display: none;
  }

  .menu-4 {
    margin-left: -.4rem;
    padding-left: .4rem;
  }

  .link-block-4 {
    z-index: 110;
    color: #fff;
    order: 3;
    display: flex;
    position: relative;
  }

  .navbar_content-4 {
    flex-direction: row;
    height: 70px;
  }

  .nav_menu-4 {
    background-color: #0f1114;
    display: none;
  }

  .menu_link-3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .menu_link-3:hover {
    padding-left: 1.3rem;
  }

  .menu_link-3.sub-item {
    padding-left: 2.3rem;
  }

  .play-button-3 {
    justify-content: center;
    align-items: center;
  }

  .svg_video-play {
    width: 2.5rem;
  }

  .hero_video_wrap {
    z-index: 20;
  }

  .ai-short-vid {
    aspect-ratio: 1;
    width: 100%;
    max-height: 410px;
  }
}

#w-node-_8711f19e-4fb1-783b-f98d-c4975e72a04b-1a9ef308, #w-node-_6badc973-4b77-7239-5b36-7b06f13ebfe9-1a9ef308 {
  justify-self: end;
}

#w-node-_10297c44-7e96-6c4c-bdfb-2e125248512c-1a9ef308 {
  justify-self: start;
}

#w-node-c3c2f138-f993-5e24-2f7d-a4c79d0ade50-1a9ef308 {
  justify-self: end;
}

#w-node-_4445238d-addb-7c32-a239-8c1c93e0b170-1a9ef308, #w-node-_4445238d-addb-7c32-a239-8c1c93e0b176-1a9ef308, #w-node-_4445238d-addb-7c32-a239-8c1c93e0b17d-1a9ef308, #w-node-_4445238d-addb-7c32-a239-8c1c93e0b182-1a9ef308, #w-node-_69ebd6c4-4d7a-4d4c-0631-1c31ac860d7d-1a9ef308, #w-node-d6d77146-7dc4-20a2-d1d7-585bba1253a3-1a9ef308, #w-node-_6af2cbd0-7af2-7dea-c99d-e9d08d663e8e-1a9ef308, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-1a9ef311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-1a9ef311 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-1a9ef311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-1a9ef311 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-1a9ef311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-1a9ef311 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-1a9ef311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-1a9ef311 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-1a9ef311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-1a9ef311, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-1a9ef311, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-1a9ef311, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-1a9ef311, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-1a9ef311, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-1a9ef311, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-1a9ef311, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-1a9ef311, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-1a9ef311, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-1a9ef311, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-1a9ef311 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-1a9ef311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-1a9ef311 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-1a9ef311, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-1a9ef311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-1a9ef311 {
  justify-self: start;
}

#w-node-da4e897a-a2e9-1965-1ff4-5a160da15177-1a9ef318, #w-node-da4e897a-a2e9-1965-1ff4-5a160da1518d-1a9ef318 {
  justify-self: end;
}

#w-node-da4e897a-a2e9-1965-1ff4-5a160da1519d-1a9ef318 {
  justify-self: start;
}

#w-node-da4e897a-a2e9-1965-1ff4-5a160da151a3-1a9ef318, #w-node-da4e897a-a2e9-1965-1ff4-5a160da151cd-1a9ef318, #w-node-da4e897a-a2e9-1965-1ff4-5a160da151d3-1a9ef318 {
  justify-self: end;
}

#w-node-da4e897a-a2e9-1965-1ff4-5a160da151e3-1a9ef318 {
  justify-self: start;
}

#w-node-da4e897a-a2e9-1965-1ff4-5a160da151f9-1a9ef318 {
  justify-self: end;
}

#w-node-da4e897a-a2e9-1965-1ff4-5a160da15206-1a9ef318, #w-node-da4e897a-a2e9-1965-1ff4-5a160da15210-1a9ef318, #w-node-da4e897a-a2e9-1965-1ff4-5a160da15217-1a9ef318, #w-node-da4e897a-a2e9-1965-1ff4-5a160da1521c-1a9ef318, #w-node-da4e897a-a2e9-1965-1ff4-5a160da15268-1a9ef318, #w-node-da4e897a-a2e9-1965-1ff4-5a160da15285-1a9ef318, #w-node-da4e897a-a2e9-1965-1ff4-5a160da152fe-1a9ef318 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5c96-dc6e5b65, #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5cac-dc6e5b65, #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5cc2-dc6e5b65, #w-node-_24d88d96-fec5-1550-ceb7-27cfe5adaf5e-dc6e5b65, #w-node-_24d88d96-fec5-1550-ceb7-27cfe5adaf74-dc6e5b65, #w-node-_24d88d96-fec5-1550-ceb7-27cfe5adaf8a-dc6e5b65 {
  justify-self: end;
}

#w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5db0-dc6e5b65, #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5db7-dc6e5b65, #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5dbc-dc6e5b65, #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5e17-dc6e5b65, #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5ead-dc6e5b65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd907-850bd87d, #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd91d-850bd87d {
  justify-self: end;
}

#w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd92d-850bd87d {
  justify-self: start;
}

#w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd933-850bd87d, #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd95d-850bd87d, #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd963-850bd87d {
  justify-self: end;
}

#w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd973-850bd87d {
  justify-self: start;
}

#w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd989-850bd87d {
  justify-self: end;
}

#w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd996-850bd87d, #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd9a0-850bd87d, #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd9a7-850bd87d, #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd9ac-850bd87d, #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd9f8-850bd87d, #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bda15-850bd87d, #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bda8e-850bd87d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35be7f6e-445e-850c-940b-836dd178773a-1a9ef31b, #w-node-_35be7f6e-445e-850c-940b-836dd1787750-1a9ef31b, #w-node-_35be7f6e-445e-850c-940b-836dd1787766-1a9ef31b {
  justify-self: end;
}

#w-node-_35be7f6e-445e-850c-940b-836dd1787855-1a9ef31b, #w-node-_35be7f6e-445e-850c-940b-836dd178785c-1a9ef31b, #w-node-_35be7f6e-445e-850c-940b-836dd1787861-1a9ef31b, #w-node-_35be7f6e-445e-850c-940b-836dd17878bc-1a9ef31b, #w-node-_35be7f6e-445e-850c-940b-836dd1787952-1a9ef31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb12-4fb5ba92, #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb28-4fb5ba92 {
  justify-self: end;
}

#w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb38-4fb5ba92 {
  justify-self: start;
}

#w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb3e-4fb5ba92, #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb68-4fb5ba92, #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb6e-4fb5ba92 {
  justify-self: end;
}

#w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb7e-4fb5ba92 {
  justify-self: start;
}

#w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb94-4fb5ba92 {
  justify-self: end;
}

#w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bba1-4fb5ba92, #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bbab-4fb5ba92, #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bbb2-4fb5ba92, #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bbb7-4fb5ba92, #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bc12-4fb5ba92, #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bc2e-4fb5ba92, #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bcab-4fb5ba92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a978d649-d90d-77ad-32c4-991016c17ae2-16c17a66, #w-node-a978d649-d90d-77ad-32c4-991016c17af8-16c17a66 {
  justify-self: end;
}

#w-node-a978d649-d90d-77ad-32c4-991016c17b08-16c17a66 {
  justify-self: start;
}

#w-node-a978d649-d90d-77ad-32c4-991016c17b0e-16c17a66, #w-node-a978d649-d90d-77ad-32c4-991016c17b38-16c17a66, #w-node-a978d649-d90d-77ad-32c4-991016c17b3e-16c17a66 {
  justify-self: end;
}

#w-node-a978d649-d90d-77ad-32c4-991016c17b4e-16c17a66 {
  justify-self: start;
}

#w-node-a978d649-d90d-77ad-32c4-991016c17b64-16c17a66 {
  justify-self: end;
}

#w-node-a978d649-d90d-77ad-32c4-991016c17b71-16c17a66, #w-node-a978d649-d90d-77ad-32c4-991016c17b7b-16c17a66, #w-node-a978d649-d90d-77ad-32c4-991016c17b82-16c17a66, #w-node-a978d649-d90d-77ad-32c4-991016c17b87-16c17a66, #w-node-a978d649-d90d-77ad-32c4-991016c17bd7-16c17a66, #w-node-a978d649-d90d-77ad-32c4-991016c17bf4-16c17a66, #w-node-a978d649-d90d-77ad-32c4-991016c17c71-16c17a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0950-1a9ef31f, #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0966-1a9ef31f {
  justify-self: end;
}

#w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0976-1a9ef31f {
  justify-self: start;
}

#w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf097c-1a9ef31f, #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09a6-1a9ef31f, #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09ac-1a9ef31f {
  justify-self: end;
}

#w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09bc-1a9ef31f {
  justify-self: start;
}

#w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09d2-1a9ef31f {
  justify-self: end;
}

#w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09df-1a9ef31f, #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09e9-1a9ef31f, #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09f0-1a9ef31f, #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09f5-1a9ef31f, #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0a45-1a9ef31f, #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0a62-1a9ef31f, #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0adf-1a9ef31f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f493ff-95f4937b, #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49415-95f4937b {
  justify-self: end;
}

#w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49425-95f4937b {
  justify-self: start;
}

#w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f4942b-95f4937b, #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49455-95f4937b, #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f4945b-95f4937b {
  justify-self: end;
}

#w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f4946b-95f4937b {
  justify-self: start;
}

#w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49481-95f4937b {
  justify-self: end;
}

#w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f4948e-95f4937b, #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49498-95f4937b, #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f4949f-95f4937b, #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f494a4-95f4937b, #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f494fc-95f4937b, #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49519-95f4937b, #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49596-95f4937b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aa4-1a9ef321, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aba-1a9ef321 {
  justify-self: end;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aca-1a9ef321 {
  justify-self: start;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8ad0-1a9ef321, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8afa-1a9ef321, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b00-1a9ef321 {
  justify-self: end;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b10-1a9ef321 {
  justify-self: start;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b26-1a9ef321 {
  justify-self: end;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b33-1a9ef321, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b3d-1a9ef321, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b44-1a9ef321, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b49-1a9ef321, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8ba1-1a9ef321, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8bbe-1a9ef321, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8c3b-1a9ef321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5c5317c-ad39-348b-f035-e741af4240f8-af424078, #w-node-e5c5317c-ad39-348b-f035-e741af42410e-af424078 {
  justify-self: end;
}

#w-node-e5c5317c-ad39-348b-f035-e741af42411e-af424078 {
  justify-self: start;
}

#w-node-e5c5317c-ad39-348b-f035-e741af424124-af424078, #w-node-e5c5317c-ad39-348b-f035-e741af42414e-af424078, #w-node-e5c5317c-ad39-348b-f035-e741af424154-af424078 {
  justify-self: end;
}

#w-node-e5c5317c-ad39-348b-f035-e741af424166-af424078 {
  justify-self: start;
}

#w-node-e5c5317c-ad39-348b-f035-e741af42417e-af424078 {
  justify-self: end;
}

#w-node-e5c5317c-ad39-348b-f035-e741af42418b-af424078, #w-node-e5c5317c-ad39-348b-f035-e741af424195-af424078, #w-node-e5c5317c-ad39-348b-f035-e741af42419c-af424078, #w-node-e5c5317c-ad39-348b-f035-e741af4241a1-af424078, #w-node-e5c5317c-ad39-348b-f035-e741af4241ee-af424078, #w-node-e5c5317c-ad39-348b-f035-e741af42420e-af424078, #w-node-e5c5317c-ad39-348b-f035-e741af42428c-af424078 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aa4-1a9ef323, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aba-1a9ef323 {
  justify-self: end;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aca-1a9ef323 {
  justify-self: start;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8ad0-1a9ef323, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8afa-1a9ef323, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b00-1a9ef323 {
  justify-self: end;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b10-1a9ef323 {
  justify-self: start;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b26-1a9ef323 {
  justify-self: end;
}

#w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b33-1a9ef323, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b3d-1a9ef323, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b44-1a9ef323, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b49-1a9ef323, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8ba1-1a9ef323, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8bbe-1a9ef323, #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8c3b-1a9ef323 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d36f5-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d36f7-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d36f9-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d36fb-acda291f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d37a2-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d37a7-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d37ac-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d37b1-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d37b6-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d37bb-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d37c0-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d37c5-acda291f {
  align-self: start;
}

#w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d3897-acda291f {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d389a-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d389d-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d38a0-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d38a3-acda291f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d38a8-acda291f {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8711f19e-4fb1-783b-f98d-c4975e72a04b-1a9ef308 {
    justify-self: start;
  }

  #w-node-_68633929-c658-74cc-4080-599c5b2844ed-1a9ef308 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_6badc973-4b77-7239-5b36-7b06f13ebfe9-1a9ef308 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-c3c2f138-f993-5e24-2f7d-a4c79d0ade50-1a9ef308 {
    justify-self: start;
  }

  #w-node-_9d2a3068-7b03-04b5-8180-181798cd66a5-1a9ef308 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-b8c88eb2-4444-a583-2b5c-51eadc85d7a4-1a9ef308 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da15177-1a9ef318 {
    justify-self: start;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da1517d-1a9ef318 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da1518d-1a9ef318 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da151a3-1a9ef318 {
    justify-self: start;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da151a9-1a9ef318 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da151bd-1a9ef318 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da151cd-1a9ef318 {
    justify-self: start;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da151d3-1a9ef318 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da151e9-1a9ef318 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da151f9-1a9ef318 {
    justify-self: start;
  }

  #w-node-da4e897a-a2e9-1965-1ff4-5a160da152b1-1a9ef318 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5c96-dc6e5b65 {
    justify-self: start;
  }

  #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5c9c-dc6e5b65 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5cac-dc6e5b65 {
    justify-self: start;
  }

  #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5cb2-dc6e5b65 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5cc2-dc6e5b65 {
    justify-self: start;
  }

  #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5cc8-dc6e5b65 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_24d88d96-fec5-1550-ceb7-27cfe5adaf64-dc6e5b65 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_24d88d96-fec5-1550-ceb7-27cfe5adaf5e-dc6e5b65 {
    justify-self: start;
  }

  #w-node-_24d88d96-fec5-1550-ceb7-27cfe5adaf7a-dc6e5b65 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_24d88d96-fec5-1550-ceb7-27cfe5adaf74-dc6e5b65 {
    justify-self: start;
  }

  #w-node-_24d88d96-fec5-1550-ceb7-27cfe5adaf90-dc6e5b65 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_24d88d96-fec5-1550-ceb7-27cfe5adaf8a-dc6e5b65 {
    justify-self: start;
  }

  #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5d01-dc6e5b65 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_480e9912-c0c7-9b85-fcc1-f2addc6e5e55-dc6e5b65 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd907-850bd87d {
    justify-self: start;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd90d-850bd87d {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd91d-850bd87d {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd933-850bd87d {
    justify-self: start;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd939-850bd87d {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd94d-850bd87d {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd95d-850bd87d {
    justify-self: start;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd963-850bd87d {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd979-850bd87d {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bd989-850bd87d {
    justify-self: start;
  }

  #w-node-bcf913fc-3da1-5da1-bf07-2bc4850bda41-850bd87d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_35be7f6e-445e-850c-940b-836dd178773a-1a9ef31b {
    justify-self: start;
  }

  #w-node-_35be7f6e-445e-850c-940b-836dd1787740-1a9ef31b {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_35be7f6e-445e-850c-940b-836dd1787750-1a9ef31b {
    justify-self: start;
  }

  #w-node-_35be7f6e-445e-850c-940b-836dd1787756-1a9ef31b {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_35be7f6e-445e-850c-940b-836dd1787766-1a9ef31b {
    justify-self: start;
  }

  #w-node-_35be7f6e-445e-850c-940b-836dd178776c-1a9ef31b {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_35be7f6e-445e-850c-940b-836dd17877a6-1a9ef31b {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_35be7f6e-445e-850c-940b-836dd17878fa-1a9ef31b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb12-4fb5ba92 {
    justify-self: start;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb18-4fb5ba92 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb28-4fb5ba92 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb3e-4fb5ba92 {
    justify-self: start;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb44-4fb5ba92 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb58-4fb5ba92 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb68-4fb5ba92 {
    justify-self: start;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb6e-4fb5ba92 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb84-4fb5ba92 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bb94-4fb5ba92 {
    justify-self: start;
  }

  #w-node-_1e95a3d1-5916-c173-adce-f9d54fb5bc5a-4fb5ba92 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17ae2-16c17a66 {
    justify-self: start;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17ae8-16c17a66 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17af8-16c17a66 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17b0e-16c17a66 {
    justify-self: start;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17b14-16c17a66 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17b28-16c17a66 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17b38-16c17a66 {
    justify-self: start;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17b3e-16c17a66 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17b54-16c17a66 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17b64-16c17a66 {
    justify-self: start;
  }

  #w-node-a978d649-d90d-77ad-32c4-991016c17c20-16c17a66 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0950-1a9ef31f {
    justify-self: start;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0956-1a9ef31f {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0966-1a9ef31f {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf097c-1a9ef31f {
    justify-self: start;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0982-1a9ef31f {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0996-1a9ef31f {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09a6-1a9ef31f {
    justify-self: start;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09ac-1a9ef31f {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09c2-1a9ef31f {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf09d2-1a9ef31f {
    justify-self: start;
  }

  #w-node-d8f98284-fb2e-ca8b-bffe-ec8ea9cf0a8e-1a9ef31f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f493ff-95f4937b {
    justify-self: start;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49405-95f4937b {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49415-95f4937b {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f4942b-95f4937b {
    justify-self: start;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49431-95f4937b {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49445-95f4937b {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49455-95f4937b {
    justify-self: start;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f4945b-95f4937b {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49471-95f4937b {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49481-95f4937b {
    justify-self: start;
  }

  #w-node-_3e7b0794-956d-d3bc-d9bf-a8cb95f49545-95f4937b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aa4-1a9ef321 {
    justify-self: start;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aaa-1a9ef321 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aba-1a9ef321 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8ad0-1a9ef321 {
    justify-self: start;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8ad6-1a9ef321 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aea-1a9ef321 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8afa-1a9ef321 {
    justify-self: start;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b00-1a9ef321 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b16-1a9ef321 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b26-1a9ef321 {
    justify-self: start;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8bea-1a9ef321 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af4240f8-af424078 {
    justify-self: start;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af4240fe-af424078 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af42410e-af424078 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af424124-af424078 {
    justify-self: start;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af42412a-af424078 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af42413e-af424078 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af42414e-af424078 {
    justify-self: start;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af424154-af424078 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af42416c-af424078 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af42417e-af424078 {
    justify-self: start;
  }

  #w-node-e5c5317c-ad39-348b-f035-e741af42423a-af424078 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aa4-1a9ef323 {
    justify-self: start;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aaa-1a9ef323 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aba-1a9ef323 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8ad0-1a9ef323 {
    justify-self: start;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8ad6-1a9ef323 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8aea-1a9ef323 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8afa-1a9ef323 {
    justify-self: start;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b00-1a9ef323 {
    grid-area: 4 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b16-1a9ef323 {
    grid-area: 6 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8b26-1a9ef323 {
    justify-self: start;
  }

  #w-node-_219b1fd7-2301-1194-6fd3-4fcae3fc8bea-1a9ef323 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d3716-acda291f {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d3719-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d3762-acda291f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d3716-acda291f {
    order: -9999;
    justify-self: start;
  }

  #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d375a-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d375f-acda291f {
    order: -9999;
  }

  #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d3897-acda291f, #w-node-bb43a9a9-fe27-a286-cc9e-db5eee3d38a8-acda291f {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}


@font-face {
  font-family: 'SF Pro Regular';
  src: url('../fonts/SFPRODISPLAYREGULAR.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Bold';
  src: url('../fonts/SFPRODISPLAYBOLD.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sf-bold';
  src: url('../fonts/bold.html') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sf-regular';
  src: url('../fonts/regular.html') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sf-medium';
  src: url('../fonts/medium.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baseneuetrial';
  src: url('../fonts/extrabold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'npower-light';
  src: url('../fonts/light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'npower-ultra';
  src: url('../fonts/ultra.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'npower-regular';
  src: url('../fonts/regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'npower-medium';
  src: url('../fonts/medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ag-regular';
  src: url('../fonts/regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bn-regular';
  src: url('../fonts/regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bn-bold';
  src: url('../fonts/bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bn-extrabold';
  src: url('../fonts/extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ws-regular';
  src: url('../fonts/regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/league_spartan.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bs-bold';
  src: url('../fonts/bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'th-regular';
  src: url('../fonts/regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Groupe';
  src: url('../fonts/groupe-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}