@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-font: Roboto, sans-serif;
  --body-font-color: #898989;
  --brand-color: #e12929;
  --heading-font: Bitter-n, sans-serif;
  --white: #fff;
  --footer-background: #e12929;
  --brand-color-2: #5cc0ed;
  --heading-font-color: black;
  --subtext-label-color: #898989;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

body {
  font-family: var(--body-font);
  color: var(--body-font-color);
  background-color: #121111;
  font-size: 16px;
  line-height: 24px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.container-1200px {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.navbar-inner-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-inner-div.b-v {
  justify-content: center;
  align-items: center;
}

.navbar-link {
  max-width: 200px;
}

.navbar-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 120px;
}

.navbar-img.v2 {
  width: auto;
  height: auto;
  max-height: 100px;
}

.cta-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand-color);
  font-family: var(--heading-font);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: all .28s;
  display: flex;
}

.cta-btn:hover {
  box-shadow: 0 1px 8px 3px var(--brand-color);
  transform: scale(1.05);
}

.cta-btn.footer {
  background-color: var(--white);
  color: #2f2f2f;
}

.cta-btn.navbar-small {
  padding: 8px 16px;
  font-size: 14px;
}

.cta-btn.vb {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.cta-btn.v2 {
  font-family: Montserrat, sans-serif;
}

.navbar-outer-div {
  z-index: 10;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.arrow-img {
  width: 24px;
  height: 24px;
  display: none;
}

.arrow-img.invert {
  filter: invert();
}

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

.section.background-1 {
  background-color: #b4e2f8;
}

.section.footer-background {
  background-color: var(--footer-background);
}

.section.footer-background.vb {
  background-color: var(--brand-color-2);
}

.section.margin-bottom-small-mob.no-margin-bottom, .section.margin-bottom-small-mob.vb {
  padding-bottom: 0;
}

.section.margin-bottom-small-mob.vb-3._3 {
  display: none;
}

.section.v2 {
  margin-top: -48px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.v3 {
  padding-top: 40px;
  padding-bottom: 0;
}

.section.v5 {
  padding-bottom: 0;
}

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

.grid-1-1.vb {
  grid-template-columns: 1fr 1.3fr;
}

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

.flex-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.flex-8.centered {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.flex-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.flex-48.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-48.centered {
  justify-content: flex-start;
  align-items: center;
}

.uppercase-span {
  color: var(--brand-color);
  text-transform: uppercase;
  font-weight: 700;
}

.h1-hero {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
}

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

.flex-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.flex-24.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-24.flex-center {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.flex-24.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.form-embed {
  width: 100%;
  max-width: 900px;
  color: var(--heading-font-color);
  text-align: center;
}

.form-embed.vb {
  max-width: 800px;
}

.form-styles {
  display: none;
}

.subtext {
  font-family: var(--heading-font);
  color: var(--subtext-label-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.subtext.foot-color {
  color: var(--white);
}

.iphone-shape {
  z-index: 999;
  width: 100%;
  position: relative;
}

.device-title-wrap {
  border: 1px solid var(--brand-color-2);
  background-color: var(--brand-color-2);
  font-family: var(--heading-font);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 42px;
  margin-bottom: 25px;
  padding: 11px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 -1px 5px #0000001a, 0 2px 5px #0000001a;
}

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

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

.iphone-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start stretch;
}

.play-pause-button-3 {
  display: none;
}

.device-description-wrap {
  margin-top: 16px;
  font-size: 18px;
}

.iphone-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 2%;
  width: 89.5%;
  height: 95.4%;
  position: absolute;
  top: 2.4%;
  left: 5.5%;
}

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

.h2 {
  font-family: var(--heading-font);
  color: var(--white);
  font-weight: 600;
  line-height: 1.2;
}

.h2.text-align-center.h2-b {
  color: var(--brand-color-2);
  font-family: Sora, sans-serif;
  font-size: 26px;
  line-height: 1.4;
}

.h2.foot-color {
  color: #fff;
}

.h2.is-dark {
  color: #2f2f2f;
}

.slide-nav-10 {
  text-align: center;
  margin-top: 25px;
  font-size: 11px;
}

.transformation-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.left-arrow {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  bottom: 3px;
  left: 144px;
}

.slide-7 {
  margin-top: 0;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 950px;
  height: auto;
  margin-bottom: 0;
}

.mask._2 {
  padding-bottom: 0;
}

.slide-nav {
  color: #efa37d;
  background-color: #fff0;
  margin-top: 48px;
  margin-bottom: 0;
  position: static;
}

.right-arrow {
  color: #000;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  bottom: 3px;
  right: 144px;
}

.sliderwrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 21px;
  padding-right: 21px;
  display: grid;
}

.sliderwrap._1col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon {
  color: #fff;
  background-color: #eb4b33;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  font-size: 19px;
  display: flex;
}

.icon.left, .icon.right {
  background-color: var(--brand-color);
  color: #000;
}

.lightbox-img {
  width: 100%;
  height: 100%;
}

.app-icon {
  width: 80px;
  height: 80px;
}

.app-icon.v-b {
  width: 100px;
  height: 100px;
}

.foot-logo-img {
  object-fit: contain;
  width: 100%;
  max-width: 180px;
  height: 100%;
  max-height: 120px;
}

.foot-logo-img.vb {
  max-width: 160px;
}

.flex-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.flex-32.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-32.center {
  justify-content: flex-start;
  align-items: center;
}

.flex-32.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-32.flex-left.v2 {
  justify-content: center;
  align-items: flex-start;
}

.flex-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-12.center {
  justify-content: flex-start;
  align-items: center;
}

.flex-12.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.col-right-footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-logos-wrap.vb {
  justify-content: center;
  align-items: center;
}

.social-icon-link {
  color: #fff;
  width: 28px;
  transition: all .2s;
}

.social-icon-link:hover, .social-icon-link:focus {
  opacity: .6;
}

.social-icon-link.vb {
  color: #121111;
}

.social-icon-link.vb:hover {
  opacity: 1;
  color: var(--brand-color);
}

.social-icon-link.vn {
  color: #000;
}

.social-icon-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-disclaimer-txt {
  font-family: var(--heading-font);
  color: #fff;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
}

.footer-disclaimer-txt.brand-bold {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-disclaimer-txt.is-underline {
  text-decoration: underline;
  transition: all .2s;
}

.footer-disclaimer-txt.is-underline:hover {
  opacity: .6;
}

.footer-disclaimer-txt.is-underline.vb {
  color: #121111;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.footer-disclaimer-txt.is-underline.vb:hover {
  opacity: 1;
  color: var(--brand-color);
}

.footer-disclaimer-txt.is-underline.vn {
  font-family: Lato, sans-serif;
}

.copyright-text-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.terms-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.terms-links.vb {
  justify-content: center;
  align-items: center;
}

.flex-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.flex-4.centered {
  justify-content: flex-start;
  align-items: center;
}

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

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

.nasm-logo {
  width: 120px;
}

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

.h1-hero-2 {
  max-width: 900px;
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  text-align: center;
  font-size: 32px;
}

.image-hero-3 {
  object-fit: contain;
  width: 100%;
  min-width: 120%;
  max-width: 120%;
  height: 100%;
  margin-top: -62px;
  margin-left: -59px;
}

.text-align-center-mob.is-dark {
  color: #2f2f2f;
}

.text-align-center-mob.v-b {
  color: #ccc;
  font-family: Inter, sans-serif;
}

.rt-privacy {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.rt-privacy a {
  color: #000;
  text-decoration: underline;
}

.field-label {
  color: #000;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.form-contact {
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-col {
  width: 100%;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form_input:focus {
  color: #101828;
}

.form_input::placeholder {
  color: #667085;
}

.form_input.select {
  color: #101828;
  background-color: #fff;
}

.form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.send-btn {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #4a16a8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.send-btn:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.span-brand-2 {
  color: var(--brand-color-2);
}

.video-wrap {
  border-radius: 12px;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
}

.form-embed-wrap {
  background-color: var(--brand-color);
  border-radius: 24px;
  width: 100%;
  max-width: 900px;
  padding: 32px;
}

.form-embed-wrap.v-b {
  background-color: #2e2e2e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.form-embed-wrap.v2 {
  background-color: #fff7f8;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.client-results-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.client-results-grid.v-b {
  place-items: start center;
}

.result-video-wrap {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.result-video-wrap.vb {
  border-radius: 8px;
}

.result-video {
  height: 100%;
}

.client-results-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  overflow: auto;
}

.client-result-img-div {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-result-img {
  border-radius: 8px;
  max-height: 372px;
}

.banner {
  background-color: gold;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: none;
}

.banner-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--heading-font-color);
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.h1-hero-b {
  color: var(--white);
  letter-spacing: -.03em;
  font-family: Sora, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.flex-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.flex-20.flex-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.watch-this-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.watch-this-txt {
  color: var(--brand-color-2);
  font-family: Caveat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.watch-this-arrow {
  margin-top: -18px;
}

.separator-line {
  background-color: #fff;
  width: 30px;
  height: 1px;
}

.separator-line._141 {
  display: none;
}

.result-video-outwrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.client-results-outwrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start center;
  height: 100%;
  display: grid;
}

.small-subline-b {
  color: var(--white);
  text-align: center;
  font-family: Caveat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.about-img {
  margin-bottom: -64px;
}

.flex-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

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

.nasm-logo-dark {
  mix-blend-mode: exclusion;
  max-width: 100px;
}

.about-par {
  max-width: 650px;
  color: var(--white);
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.app-div {
  margin-top: 80px;
}

.app-preview-b {
  max-width: 680px;
  margin-top: -75px;
}

.flex-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.flex-40.flex-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.separator-links-foot {
  background-color: #121111;
  width: 1px;
  height: 12px;
}

.terms-foot-vb {
  color: #121111;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.image {
  display: none;
}

.good-news-txt {
  color: #fff;
  text-align: center;
  max-width: 834px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.good-news-txt.vb {
  color: #000;
  text-transform: capitalize;
}

.text-span-36 {
  color: #000;
}

.flex-18 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.h2-2 {
  color: #79fe0c;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: 1.2;
}

.h2-2.text-align-center.vb {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-style: normal;
}

.flex-32-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.thank-you-state {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

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

.checkbox-label {
  font-size: 10px;
  font-weight: 400;
}

.cta-btn-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #141414;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  transition: all .28s;
  display: flex;
}

.cta-btn-2:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 8px 3px #141414;
}

.field-label-2 {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.v4 {
  margin-top: 7px;
}

.body-wrapper {
  background-color: #fff;
  overflow: hidden;
}

.container-img-hero {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -152px;
  display: flex;
  position: relative;
}

.bg-img {
  z-index: 0;
  max-width: 700px;
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
  max-width: 550px;
  position: relative;
}

.text-block {
  color: #000;
  text-align: center;
  font-family: Caveat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.h1-v1 {
  color: var(--brand-color-2);
  text-align: center;
  flex-flow: column;
  font-family: Sora, sans-serif;
  font-weight: 600;
  display: flex;
}

.par-v2 {
  color: #5d6572;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.par-v2.lim-1 {
  max-width: 780px;
}

.par-v2.lim-2 {
  max-width: 850px;
}

.par-v2.lim-3 {
  max-width: 600px;
}

.red-separator {
  background-color: #e12929;
  border-radius: 555px;
  width: 64px;
  height: 3px;
}

.apply-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.h2-v2 {
  color: var(--brand-color-2);
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.code-embed {
  display: none;
}

.about-img-prev {
  margin-top: 24px;
  margin-bottom: -64px;
}

.logos-wrap {
  max-width: 500px;
  margin-top: 32px;
}

.ai-app-previews {
  max-width: 500px;
}

.app-features-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
  position: relative;
}

.app-feature-div {
  text-align: center;
  max-width: 250px;
  position: absolute;
  inset: -3% auto auto 0%;
}

.app-feature-div._3 {
  top: 72%;
  left: 4%;
}

.app-feature-div._6 {
  inset: auto 16% -6% auto;
}

.app-feature-div._4 {
  inset: 2% -2% auto auto;
}

.app-feature-div._5 {
  inset: 38% 5% auto auto;
}

.app-feature-div._2 {
  top: 33%;
  left: 0%;
}

.app-feature-div._1 {
  top: -4%;
  left: -5%;
}

.flex-12-ai-friend {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.flex-12-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.flex-8-ai-friend {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.flex-8-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.icon-app-feature-ai-friend {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.app-features-bg-img {
  z-index: 0;
  pointer-events: none;
  max-width: 80%;
  position: absolute;
  inset: -19% auto 0%;
}

.paragraph-ai-friend {
  color: #3e5172;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph-ai-friend.text-style-light-ai-friend {
  font-weight: 300;
}

.paragraph-ai-friend.text-style-light-ai-friend.text-color-grey-ai-friend {
  color: #6e6e6e;
}

.paragraph-ai-friend.is-small-ai-friend {
  font-size: 16px;
}

.h3-ai-friend {
  color: #3e5172;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.cta-btn-ai-friend {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #e12929;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .2s, opacity .2s;
}

.cta-btn-ai-friend:hover {
  opacity: .75;
  box-shadow: 0 2px 5px #0000006e;
}

.flex-16-ai-friend {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.flex-16-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.max-width-700 {
  z-index: 10;
  max-width: 700px;
  position: relative;
}

.app-features-inner-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  display: flex;
  position: relative;
}

.app-feature-btn-wrap {
  z-index: 10;
  margin-top: 32px;
  position: relative;
}

.h2-ai-friend {
  color: #3e5172;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}

.h2-ai-friend.text-align-center-ai-friend {
  text-align: center;
}

.expand-line {
  background-color: #e12929;
  width: 16px;
  height: 1px;
}

.expand-line.vertical {
  width: 1px;
  height: 16px;
  position: absolute;
}

.expandable-open {
  transform-origin: 50% 0;
}

.paragraph-ai-friend-2 {
  color: #3e5172;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph-ai-friend-2.text-style-light-ai-friend {
  font-weight: 300;
}

.faq-wrap {
  max-width: 950px;
}

.h3-ai-friend-2 {
  color: #3e5172;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.flex-48-ai-friend {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.flex-48-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.expandable-item {
  cursor: pointer;
  border-top: 1px solid #e12929;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.expandable-item.first-item {
  border-top-style: none;
  padding-top: 0;
}

.expand-space {
  height: 16px;
}

.expand-icon-wrap {
  border: 2px solid #e12929;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  display: flex;
}

.expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.social-icon-link-ai-friend {
  color: #fff;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
}

.social-icon-link-ai-friend:hover {
  opacity: .7;
}

.paragraph-ai-friend-3 {
  color: #3e5172;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph-ai-friend-3.footer-variant {
  color: #97add4;
  text-align: center;
  max-width: 460px;
}

.paragraph-ai-friend-3.footer-variant.is-small {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.section-ai-friend {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-ai-friend.footer {
  padding-top: 0;
}

.meet-ai-label {
  color: #3e5172;
  letter-spacing: .1rem;
  border: 1px solid #5d7aab;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  display: flex;
}

.meet-ai-label.footer-variant {
  color: #fff;
}

.footer-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #e12929;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.container-1200px-ai-friend {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.cta-btn-ai-friend-2 {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #2c3957;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .2s, opacity .2s;
}

.cta-btn-ai-friend-2:hover {
  opacity: .75;
  box-shadow: 0 2px 5px #0000006e;
}

.cta-btn-ai-friend-2.footer-variant {
  color: #000;
  background-color: #5cc0ed;
}

.flex-32-ai-friend {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.flex-32-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.h1-ai-friend {
  color: #3e5172;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

.h1-ai-friend.footer-variant {
  color: #fff;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.socials-footer-wrap-ai-friend {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.logo-foot {
  max-width: 130px;
}

.social-icon-embed-ai-friend {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-n {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-n.background-1 {
  background-color: #b4e2f8;
}

.section-n.footer-background {
  background-color: var(--footer-background);
}

.section-n.footer-background.vb {
  background-color: var(--brand-color-2);
}

.section-n.margin-bottom-small-mob.no-margin-bottom, .section-n.margin-bottom-small-mob.vb {
  padding-bottom: 0;
}

.section-n.margin-bottom-small-mob.vb-3._3 {
  display: none;
}

.section-n.v2 {
  margin-top: -48px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-n.v3 {
  padding-top: 40px;
  padding-bottom: 0;
}

.section-n.v5 {
  padding-bottom: 0;
}

.section-n.hero {
  padding-top: 0;
  padding-bottom: 0;
}

.section-n.abstract-bg {
  background-image: url('../images/CTA-Panel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-n.overflow-hidden {
  overflow: hidden;
}

.page-wrapper {
  background-color: #f0edec;
}

.slider-hero {
  background-color: #ddd0;
  height: 100%;
  position: relative;
}

.mask-hero {
  height: 100%;
}

.slide-nav-11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  padding: 0 32px 0 0;
  display: flex;
}

.begin-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-n {
  color: #060c12;
  font-family: DM Serif Display, sans-serif;
  font-size: 68px;
  line-height: 1.2;
}

.h2-n.begin-flex {
  flex-flow: column;
  flex: none;
  line-height: 1;
  display: flex;
}

.begin-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.circular-button-link-block {
  border-radius: 50%;
  transition: all .8s;
}

.circular-button-link-block:hover {
  transform: rotate(50deg);
  box-shadow: 0 0 13px 7px #8f8f8f;
}

.circular-button-link-block.reverse-rotate:hover {
  transform: rotate(-50deg);
}

.h2-n-2 {
  color: #060c12;
  font-family: Kumbh Sans, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 1.2;
}

.h2-n-2.v3 {
  font-size: 56px;
}

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

.membership-grid {
  grid-column-gap: 80px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.membership-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-mobile-app {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.app-preview-pill {
  color: #060c12;
  text-align: center;
  border: 1px solid #060c12;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  font-family: "Source Serif 4", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.text-size-20 {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.text-size-20.text-color-black {
  color: #060c12;
}

.swiper {
  width: 100%;
  max-width: 1600px;
  height: 40rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.swiper_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper_slide {
  flex: none;
  width: 20%;
  position: relative;
}

.wb-swiper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wb-swiper_controls {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wb-swiper_pagination {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wb-swiper_bullet {
  background-color: #dedede;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
}

.wb-swiper_bullet.is-active {
  background-color: #fb5844;
}

.wb-swiper_button-wrap {
  justify-content: space-between;
  align-items: center;
  width: 600px;
  height: 64px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wb-swiper_button {
  background-color: #f0f0f000;
  border: 1px solid #000;
  border-radius: 50%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .38s;
  display: block;
}

.wb-swiper_button:hover {
  border-color: #000;
  transform: scale(1.03);
  box-shadow: 0 0 5px 5px #0000008f;
}

.wb-swiper_icon {
  color: #292929;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.wb-swiper {
  width: 100%;
  position: relative;
}

.wb-swiper_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wb-swiper_slide {
  flex: none;
  width: 20%;
  position: relative;
}

.pause-icon {
  align-items: center;
  width: .6em;
  height: 1em;
}

.play-icon-2 {
  align-items: center;
  width: .6em;
  height: 1em;
  margin-left: .2em;
}

.compare-scroll-media-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.compare-scroll-media-wrapper.is-before {
  overflow: hidden;
}

.compare-scroll-inner {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.background-video-button {
  color: #272531;
  background-color: #fffbf5;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: all .2s;
  display: flex;
  bottom: 1.3em;
  right: 1.3em;
}

.background-video-button:hover {
  transform: scale(1.1);
}

.compare-media-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.compare-scroll-animation-size {
  height: 300vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.compare-scroll-before-media, .compare-scroll-after-media {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.compare-scroll-text-wrapper {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  min-width: 15rem;
  padding: 1.4rem;
  font-size: 3rem;
  position: absolute;
  top: auto;
  bottom: 2rem;
  right: auto;
}

.compare-scroll-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.play-pause-state {
  justify-content: flex-start;
  align-items: center;
}

.workouts-grid-1-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.appicon {
  width: 64px;
  height: 64px;
}

.text-block-2 {
  color: #060c12;
  font-family: "Source Serif 4", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-personalized-workout {
  color: #060c12;
  flex-flow: column;
  font-family: DM Serif Display, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.buttons-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.button-main {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--heading-font-color);
  background-color: #3898ec00;
  border: 1px solid #060c12;
  border-radius: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  transition: all .2s;
  display: flex;
}

.button-main:hover {
  box-shadow: 4px 4px #000;
}

.button-main.v2 {
  color: var(--white);
  background-color: #000;
  border-color: #fff;
}

.button-main.v2:hover {
  box-shadow: 4px 4px #afafaf;
}

.button-main.small-var {
  color: var(--white);
  border-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
}

.button-main.small-var:hover {
  box-shadow: none;
}

.bold-text-2 {
  font-size: 13px;
}

.footer-cont-n {
  background-image: url('../images/footer-img.avif'), url('../images/footer-abstract.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  border: 1px solid #060c12;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 700px;
  padding: 48px;
  display: flex;
}

.footer-upper-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logo-footer {
  width: 100px;
}

.h2-foot {
  color: var(--white);
  font-family: "Source Serif 4", sans-serif;
  font-weight: 400;
}

.text-span-38 {
  font-family: Kumbh Sans, sans-serif;
  font-size: 45px;
  font-weight: 300;
}

.h2-foot-2 {
  color: var(--white);
  font-family: DM Serif Display, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal-wrapper.show {
  display: flex;
}

.modal-container {
  z-index: 5;
  background-color: #f0edec;
  border-radius: 16px;
  width: 100%;
  max-width: 800px;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  font-family: DM Serif Display, sans-serif;
  display: block;
  position: relative;
  overflow: auto;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #e95229;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #b33d1d;
}

.arrow-btn {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.form-embed-v2 {
  width: 100%;
}

.h2-popup {
  color: #060c12;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.slide-hero-img-wrap {
  position: relative;
}

.link-abs {
  z-index: 99;
  width: 14vw;
  height: 8vh;
  position: absolute;
  inset: auto auto 17% 8%;
}

.desktop-tablet-variant {
  width: 100%;
  display: block;
}

.mobile-variant {
  display: none;
}

.div-block {
  flex: none;
}

.icon-scroll, .hide-desktop {
  display: none;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bday-banner {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 44px;
  color: var(--white);
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.flex-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.flex-16.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-download {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-size-16 {
  color: #717171;
}

.text-block-4 {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

.image-6 {
  border-radius: 16px;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (max-width: 991px) {
  .container-1200px.custom-hero-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-inner-div {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-img.vb-mob {
    max-height: 64px;
  }

  .cta-btn.navbar-btn {
    display: none;
  }

  .cta-btn.navbar-btn.v2 {
    display: block;
  }

  .cta-btn.vb {
    padding: 14px 25px;
    font-size: 14px;
    line-height: 22px;
  }

  .cta-btn.v2 {
    display: none;
  }

  .section.margin-bottom-small-mob {
    padding-bottom: 0;
  }

  .section.margin-bottom-small-mob.vb {
    padding-top: 0;
  }

  .section.margin-bottom-small-mob.vb-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.margin-bottom-small-mob.vb-3._3 {
    background-color: #2e2e2e;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .section.vb-2 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section.vb-4 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .grid-1-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .grid-1-1.vb {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    display: flex;
  }

  .image-hero {
    max-width: 350px;
  }

  .flex-48.align-left.align-center-mob {
    justify-content: flex-start;
    align-items: center;
  }

  .uppercase-hero, .h1-hero {
    text-align: center;
  }

  .flex-24.align-left.align-center-mob {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-24.flex-center.vb6 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .subtext {
    text-align: center;
  }

  .iphone-shape {
    min-height: 0;
  }

  .device-title-wrap {
    margin-bottom: 16px;
  }

  .iphone-mockup {
    min-height: 0;
  }

  .iphone-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .play-pause-button-3 {
    z-index: 9;
    display: none;
  }

  .h2 {
    text-align: center;
  }

  .h2.text-align-center.h2-b {
    font-size: 22px;
  }

  .h2.max-width-xx-mob {
    max-width: 500px;
  }

  .left-arrow {
    left: 43px;
  }

  .slider {
    height: auto;
  }

  .mask._2 {
    padding-bottom: 0;
  }

  .right-arrow {
    right: 43px;
  }

  .sliderwrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 19px;
    padding-right: 19px;
  }

  .icon {
    margin-bottom: 0;
  }

  .app-icon.v-b {
    width: 70px;
    height: 70px;
  }

  .foot-logo-img.vb {
    max-height: 62px;
  }

  .flex-32.align-left.align-center-mob {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-32.center._15-bn {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .flex-12.align-center-mob, .flex-12.vb-mob {
    justify-content: flex-start;
    align-items: center;
  }

  .col-right-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
  }

  .reward-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .h1-hero-2 {
    max-width: 500px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-hero-3 {
    min-width: 0;
    max-width: 350px;
    margin-top: 0;
    margin-left: 0;
  }

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

  .text-align-center-mob.v-b {
    display: none;
  }

  .client-results-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: start center;
    display: flex;
  }

  .result-video-wrap {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-hero-b {
    text-align: center;
    max-width: 336px;
    font-size: 22px;
  }

  .flex-30 {
    order: 1;
  }

  .flex-30.flex-center {
    order: -1;
  }

  .flex-30.flex-center.vb5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-30.flex-center.vb35 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .flex-30.vb-mob {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .watch-this-row {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .watch-this-txt {
    font-size: 20px;
  }

  .watch-this-arrow {
    display: none;
  }

  .separator-line._141 {
    display: block;
  }

  .result-video-outwrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .client-results-outwrap {
    display: none;
  }

  .client-results-outwrap._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .about-img {
    margin-bottom: -66px;
  }

  .about-par {
    max-width: 300px;
    font-size: 13px;
    line-height: 20px;
  }

  .app-div {
    margin-top: 60px;
  }

  .flex-40.flex-center.vb3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image {
    display: block;
  }

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

  .bg-img {
    left: -9%;
  }

  .about-img-prev {
    margin-bottom: -32px;
  }

  .ai-app-previews {
    max-width: 300px;
  }

  .app-feature-div {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .app-features-bg-img {
    max-width: 100%;
    top: -3%;
  }

  .paragraph-ai-friend {
    font-size: 16px;
  }

  .cta-btn-ai-friend {
    padding: 12px 20px;
    font-size: 16px;
  }

  .app-features-inner-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .app-feature-btn-wrap {
    margin-top: 0;
  }

  .paragraph-ai-friend-2, .paragraph-ai-friend-3 {
    font-size: 16px;
  }

  .meet-ai-label {
    padding: 8px 20px;
    font-size: 16px;
  }

  .cta-btn-ai-friend-2 {
    padding: 12px 20px;
    font-size: 16px;
  }

  .h1-ai-friend.footer-variant {
    max-width: 420px;
  }

  .section-n.margin-bottom-small-mob {
    padding-bottom: 0;
  }

  .section-n.margin-bottom-small-mob.vb {
    padding-top: 0;
  }

  .section-n.margin-bottom-small-mob.vb-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-n.margin-bottom-small-mob.vb-3._3 {
    background-color: #2e2e2e;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .section-n.vb-2 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-n.vb-4 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .slide-nav-11 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 10px;
  }

  .begin-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h2-n.begin-flex {
    font-size: 44px;
  }

  .begin-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .membership-grid {
    grid-column-gap: 16px;
  }

  .membership-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .app-preview-pill {
    padding: 8px 16px;
    font-size: 15px;
  }

  .text-size-20 {
    font-size: 18px;
  }

  .wb-swiper_button-wrap {
    width: 400px;
  }

  .wb-swiper_icon {
    width: 3rem;
    height: 3rem;
  }

  .wb-swiper_slide {
    width: 33.33%;
  }

  .compare-scroll-inner {
    aspect-ratio: auto;
    height: 60svh;
  }

  .compare-scroll-animation-size {
    display: none;
  }

  .compare-scroll-text-wrapper {
    padding: 1rem 1.3rem;
    font-size: 1.8rem;
    bottom: 1.3rem;
  }

  .workouts-grid-1-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h2-personalized-workout {
    font-size: 28px;
    display: block;
  }

  .button-main.small-var {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
  }

  .footer-cont-n {
    background-image: url('../images/footer-img.avif'), url('../images/footer-abstract.png');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    min-height: 600px;
    padding-top: 32px;
  }

  .logo-footer {
    width: 80px;
  }

  .h2-foot {
    text-shadow: 0 1px 6px #000;
  }

  .h2-foot-2 {
    text-shadow: 0 1px 6px #000;
    font-size: 45px;
  }

  .modal-container {
    width: 95%;
    max-height: 80vh;
  }

  .link-abs {
    height: 6vh;
  }

  .about-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-3 {
    max-width: 53%;
  }

  .paragraph {
    color: #060c12;
    font-family: "Source Serif 4", sans-serif;
  }

  .image-4 {
    max-width: 140px;
    margin-top: 12px;
    margin-right: auto;
  }

  .hide-desktop {
    display: block;
  }

  .bday-banner {
    height: 32px;
    font-size: 10px;
  }

  .grid-download {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-img {
    max-height: 95px;
  }

  .cta-btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.v2 {
    margin-top: 0;
  }

  .section.v5, .section.v6 {
    padding-top: 50px;
  }

  .flex-48 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h1-hero {
    font-size: 28px;
    line-height: 1.2;
  }

  .subtext {
    font-size: 14px;
  }

  .iphone-grid-2 {
    grid-column-gap: 24px;
    justify-content: center;
  }

  .play-pause-button-3 {
    z-index: 9999;
    width: 24px;
    height: 24px;
    display: block;
  }

  .device-description-wrap {
    font-size: 16px;
  }

  .title-app {
    font-size: 14px;
  }

  .iphone-screen {
    z-index: 99999;
    border-radius: 20px;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.max-width-xx-mob {
    max-width: 400px;
  }

  .slide-nav-10 {
    position: relative;
    top: 4px;
  }

  .left-arrow, .right-arrow {
    bottom: 8px;
  }

  .sliderwrap {
    grid-row-gap: 20px;
  }

  .icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .icon.left {
    margin-left: 0;
  }

  .icon.right {
    margin-right: 0;
  }

  .foot-logo-img {
    max-height: 95px;
  }

  .h1-hero-2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .form-contact {
    width: 100%;
    margin-top: 0;
  }

  .form-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .send-btn {
    font-size: 1rem;
  }

  .send-btn:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .form-embed-wrap.v-b {
    border-radius: 10px;
    padding: 20px;
  }

  .client-result-img {
    max-height: 200px;
  }

  .about-img {
    margin-bottom: -41px;
  }

  .app-preview-b {
    max-width: 100%;
    margin-top: -62px;
  }

  .h2-2 {
    font-size: 24px;
  }

  .cta-btn-2 {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .container-img-hero {
    margin-bottom: -113px;
  }

  .bg-img {
    max-width: 500px;
    margin-bottom: 0;
    position: relative;
    left: -4%;
  }

  .image-2, .h2-v2.v2 {
    max-width: 400px;
  }

  .app-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .app-features-bg-img {
    height: 100%;
  }

  .section-ai-friend {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section-n {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-n.v2 {
    margin-top: 0;
  }

  .section-n.v5, .section-n.v6 {
    padding-top: 50px;
  }

  .begin-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2-n.begin-flex {
    flex-flow: row;
    order: -9999;
    display: block;
  }

  .h2-n-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: auto;
    display: flex;
  }

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

  .wb-swiper_button-wrap {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .workouts-grid-1-1 {
    flex-flow: column;
    display: flex;
  }

  .footer-cont-n {
    min-height: 400px;
    padding: 24px;
  }

  .logo-footer {
    width: 64px;
  }

  .h2-foot {
    font-size: 23px;
  }

  .text-span-38 {
    font-size: 28px;
  }

  .h2-foot-2 {
    font-size: 32px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .modal-container {
    max-height: 90vh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .link-abs {
    width: 46vw;
    height: 12vh;
    bottom: 36%;
    left: 4%;
  }

  .image-3 {
    max-width: 80%;
  }

  .desktop-tablet-variant {
    display: none;
  }

  .mobile-variant {
    display: block;
  }

  .text-span-39 {
    display: none;
  }

  .image-5 {
    margin-top: 16px;
  }

  .div-block {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

  .container-1200px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1200px.slider-var {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-btn.navbar-small {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .arrow-img {
    margin-left: 9px;
  }

  .flex-24.align-left._16-mob {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .device-title-wrap {
    padding: 6px;
    font-size: 12px;
  }

  .iphone-grid-2 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .play-pause-button-2 {
    z-index: 999;
  }

  .device-description-wrap {
    font-size: 14px;
    line-height: 19px;
  }

  .title-app {
    font-size: 10px;
  }

  .iphone-screen {
    border-radius: 15px;
  }

  .h2.max-width-xx-mob {
    max-width: 265px;
  }

  .slide-nav-10 {
    margin-top: 10px;
    top: 0;
  }

  .left-arrow {
    left: 5px;
  }

  .right-arrow {
    bottom: 8px;
    right: 5px;
  }

  .sliderwrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    margin-top: auto;
    margin-bottom: 0;
  }

  .flex-32.align-left._24mob {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flex-12.align-center-mob {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-logos-wrap.vn {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .social-icon-link.vn {
    width: 20px;
  }

  .copyright-text-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .form-embed-wrap {
    padding: 14px;
  }

  .client-results-grid {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
  }

  .result-video {
    width: 100%;
  }

  .client-results-wrap {
    max-width: 100%;
  }

  .arrows-img {
    width: 80px;
  }

  .banner {
    height: 40px;
  }

  .banner-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-size: 14px;
  }

  .about-img {
    margin-bottom: -16px;
  }

  .app-preview-b {
    margin-top: -36px;
  }

  .good-news-txt {
    font-size: 16px;
  }

  .h2-2.text-align-center.vb {
    font-size: 20px;
  }

  .flex-32-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-img-hero {
    margin-bottom: -80px;
  }

  .bg-img {
    max-width: 100%;
  }

  .h1-v1 {
    font-size: 28px;
    line-height: 1;
  }

  .par-v2 {
    font-size: 16px;
  }

  .h2-v2 {
    font-size: 24px;
  }

  .h2-v2.v2 {
    max-width: 300px;
  }

  .about-img-prev {
    margin-bottom: 0;
  }

  .logos-wrap {
    max-width: 100%;
  }

  .icon-app-feature-ai-friend {
    width: 48px;
    height: 48px;
  }

  .app-features-bg-img {
    width: 200%;
    max-width: 200%;
    margin-left: 71px;
    top: -3%;
  }

  .paragraph-ai-friend {
    font-size: 14px;
  }

  .h3-ai-friend {
    font-size: 18px;
  }

  .h3-ai-friend.flex-feature {
    flex-flow: column;
    display: flex;
  }

  .cta-btn-ai-friend {
    padding: 10px 16px;
    font-size: 14px;
  }

  .h2-ai-friend {
    font-size: 24px;
    line-height: 1.2;
  }

  .expand-line {
    flex: none;
  }

  .expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .h3-ai-friend-2 {
    font-size: 18px;
  }

  .expand-icon-wrap {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .paragraph-ai-friend-3 {
    font-size: 14px;
  }

  .paragraph-ai-friend-3.footer-variant.is-small {
    max-width: 265px;
  }

  .section-ai-friend.footer {
    padding-top: 0;
  }

  .footer-container {
    padding: 24px;
  }

  .container-1200px-ai-friend {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-btn-ai-friend-2 {
    padding: 10px 16px;
    font-size: 14px;
  }

  .h1-ai-friend {
    font-size: 30px;
  }

  .h1-ai-friend.footer-variant {
    flex-flow: column;
    font-size: 24px;
    display: flex;
  }

  .slide-nav-11 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-right: 24px;
  }

  .h2-n.begin-flex.slider-var {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 37px;
  }

  .begin-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .circular-button-link-block {
    flex: none;
    width: 57%;
  }

  .circular-button-link-block:hover {
    box-shadow: none;
    transform: none;
  }

  .circular-button-link-block.reverse-rotate:hover {
    transform: none;
  }

  .swiper_slide {
    width: 75%;
  }

  .wb-swiper_button-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wb-swiper_slide {
    width: 75%;
  }

  .compare-scroll-inner {
    height: 70svh;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .h2-personalized-workout {
    font-size: 24px;
  }

  .footer-cont-n {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-height: 380px;
    padding: 18px;
  }

  .h2-foot {
    font-size: 5vw;
    line-height: 1.2;
  }

  .text-span-38 {
    font-size: 7vw;
  }

  .h2-foot-2 {
    font-size: 6.5vw;
  }

  .link-abs {
    height: 9vh;
  }

  .div-block {
    order: -9999;
    position: relative;
  }

  .icon-scroll {
    width: 13vw;
    display: block;
    position: absolute;
    inset: 29% -18% auto auto;
  }

  .icon-scroll.v1 {
    right: -13%;
  }

  .bday-banner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

#w-node-_2985e24a-854f-8781-a3ae-2be26e642df1-60bb2900, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-60bb2900, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-60bb2900, #w-node-_2985e24a-854f-8781-a3ae-2be26e642df1-bca33041, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-bca33041, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-bca33041, #w-node-_2985e24a-854f-8781-a3ae-2be26e642df1-ac1ebe98, #w-node-_2985e24a-854f-8781-a3ae-2be26e642df1-7f0211ec, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-7f0211ec, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-7f0211ec, #w-node-_8271316b-7811-b904-e84c-f1633547e999-bb4a5eb4, #w-node-fb13d0a8-feab-3061-ab99-6614247254e9-bb4a5eb4, #w-node-be048f69-e16a-b72e-a441-d18dc2610e82-bb4a5eb4, #w-node-be048f69-e16a-b72e-a441-d18dc2610e83-bb4a5eb4, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbd-bb4a5eb4, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbc-bb4a5eb4, #w-node-e21c548e-bfff-2c91-5329-c5784a642c44-bb4a5eb4, #w-node-e21c548e-bfff-2c91-5329-c5784a642c43-bb4a5eb4 {
  align-self: center;
}

#w-node-_4712bc29-f624-f6a8-ab80-a326de8c8646-bb4a5eb4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8271316b-7811-b904-e84c-f1633547e999-2a50b74b, #w-node-fb13d0a8-feab-3061-ab99-6614247254e9-2a50b74b, #w-node-be048f69-e16a-b72e-a441-d18dc2610e82-2a50b74b, #w-node-be048f69-e16a-b72e-a441-d18dc2610e83-2a50b74b, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbd-2a50b74b, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbc-2a50b74b, #w-node-e21c548e-bfff-2c91-5329-c5784a642c44-2a50b74b, #w-node-e21c548e-bfff-2c91-5329-c5784a642c43-2a50b74b {
  align-self: center;
}

#w-node-_4712bc29-f624-f6a8-ab80-a326de8c8646-2a50b74b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8271316b-7811-b904-e84c-f1633547e999-a6f91818, #w-node-fb13d0a8-feab-3061-ab99-6614247254e9-a6f91818, #w-node-be048f69-e16a-b72e-a441-d18dc2610e82-a6f91818, #w-node-be048f69-e16a-b72e-a441-d18dc2610e83-a6f91818, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbd-a6f91818, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbc-a6f91818, #w-node-e21c548e-bfff-2c91-5329-c5784a642c44-a6f91818, #w-node-e21c548e-bfff-2c91-5329-c5784a642c43-a6f91818 {
  align-self: center;
}

#w-node-_4712bc29-f624-f6a8-ab80-a326de8c8646-a6f91818 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8271316b-7811-b904-e84c-f1633547e999-167ac402, #w-node-fb13d0a8-feab-3061-ab99-6614247254e9-167ac402, #w-node-be048f69-e16a-b72e-a441-d18dc2610e82-167ac402, #w-node-be048f69-e16a-b72e-a441-d18dc2610e83-167ac402, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbd-167ac402, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbc-167ac402, #w-node-e21c548e-bfff-2c91-5329-c5784a642c44-167ac402, #w-node-e21c548e-bfff-2c91-5329-c5784a642c43-167ac402 {
  align-self: center;
}

#w-node-_4712bc29-f624-f6a8-ab80-a326de8c8646-167ac402 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2985e24a-854f-8781-a3ae-2be26e642df0-60bb2900 {
    justify-self: center;
  }

  #w-node-_2985e24a-854f-8781-a3ae-2be26e642df1-60bb2900 {
    order: 9999;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-60bb2900 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-60bb2900 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-60bb2900 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-60bb2900 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2985e24a-854f-8781-a3ae-2be26e642df0-bca33041 {
    justify-self: center;
  }

  #w-node-_2985e24a-854f-8781-a3ae-2be26e642df1-bca33041 {
    order: 9999;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-bca33041 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-bca33041 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-bca33041 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-bca33041 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2985e24a-854f-8781-a3ae-2be26e642df1-ac1ebe98 {
    order: 9999;
  }

  #w-node-_2985e24a-854f-8781-a3ae-2be26e642df0-7f0211ec {
    justify-self: center;
  }

  #w-node-_2985e24a-854f-8781-a3ae-2be26e642df1-7f0211ec {
    order: 9999;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-7f0211ec {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-7f0211ec {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-7f0211ec {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-7f0211ec {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_522abafe-64f6-6d23-da9b-fa46abec25e6-d53996a5 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbb-bb4a5eb4, #w-node-e21c548e-bfff-2c91-5329-c5784a642c42-bb4a5eb4, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbb-2a50b74b, #w-node-e21c548e-bfff-2c91-5329-c5784a642c42-2a50b74b, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbb-a6f91818, #w-node-e21c548e-bfff-2c91-5329-c5784a642c42-a6f91818, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbb-167ac402, #w-node-e21c548e-bfff-2c91-5329-c5784a642c42-167ac402 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-60bb2900, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-60bb2900, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-bca33041, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-bca33041, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-7f0211ec, #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-7f0211ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbb-bb4a5eb4, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbb-2a50b74b, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbb-a6f91818, #w-node-_08bf7fc3-d7b7-21a6-7745-2b25d6fc1fbb-167ac402 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-60bb2900 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-60bb2900 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-60bb2900 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-60bb2900 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-bca33041 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-bca33041 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-bca33041 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-bca33041 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33caa-7f0211ec {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cb9-7f0211ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cc8-7f0211ec {
    grid-column: span 1 / span 1;
  }

  #w-node-_2d97ccef-7012-afe0-1c04-d67df5b33cd7-7f0211ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}