@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: #343434;
  --brand-color: #0047ab;
  --heading-font: Bitter-n, sans-serif;
  --white: #fff;
  --heading-font-color: black;
  --footer-background: #000;
  --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);
  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 {
  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.v2 {
  justify-content: center;
  align-items: center;
}

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

.navbar-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  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.color-3 {
  color: var(--heading-font-color);
  background-color: #fbc85d;
}

.cta-btn.color-3:hover {
  box-shadow: 0 1px 8px 3px #fbc85d;
}

.navbar-outer-div {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

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

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

.section.hero.v5 {
  padding-top: 20px;
}

.section.hero.background-2 {
  background-color: #fbc85d;
}

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

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

.section.background-2 {
  background-color: #fbc85d;
}

.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.max-width-800 {
  grid-template-columns: 1.5fr 1fr;
  place-items: start center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.grid-1-1.max-width-800.reverse {
  grid-template-columns: 1fr 1.5fr;
}

.grid-1-1.max-width-800 {
  grid-template-columns: 1.5fr 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.grid-1-1.max-width-800.v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-1-1.max-width-800.full-width {
  width: 100%;
}

.grid-1-1.c2 {
  grid-template-columns: 1.5fr 1fr;
}

.image-hero {
  border-radius: 24px;
  width: 100%;
}

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

.flex-8.centered, .flex-8.v2 {
  justify-content: flex-start;
  align-items: center;
}

.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.c1 {
  max-width: 550px;
  font-size: 41px;
  line-height: 1.2;
}

.h1-hero.v2 {
  text-align: center;
}

.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.v2, .flex-24.flex-center {
  justify-content: flex-start;
  align-items: center;
}

.form-embed {
  color: #000;
  text-align: center;
  width: 100%;
  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;
}

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

.device-title-wrap {
  border: 1px solid var(--brand-color);
  background-color: var(--brand-color);
  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;
  height: 100%;
  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(--heading-font-color);
  font-weight: 600;
  line-height: 1.2;
}

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

.h2.max-width-xx-mob._2.text-color-white {
  color: var(--white);
}

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

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

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

.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: #fff;
}

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

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

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

.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.full-width {
  width: 100%;
}

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

.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.centered {
  justify-content: flex-start;
  align-items: center;
}

.flex-12.centered.padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

.footer-disclaimer-txt {
  font-family: var(--heading-font);
  color: #606060;
  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 {
  color: #fff;
}

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

.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 {
  background-color: #000;
  border-radius: 12px;
  width: 120px;
  padding: 8px;
}

.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.v2 {
  display: none;
}

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

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

.text-size-18 {
  font-size: 18px;
  line-height: 28px;
}

.max-width-900px {
  max-width: 900px;
}

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

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

.grid-build._3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-build {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--brand-color);
  border-radius: 18px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.div-build.v2 {
  background-color: #fff;
}

.icon-check {
  width: 46px;
  height: 46px;
  color: var(--brand-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-check.v2 {
  color: #fa768d;
}

.feature-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 24px;
  display: flex;
}

.feature-list.v1 {
  padding-left: 0;
  list-style-type: none;
}

.h3-wrp {
  color: var(--heading-font-color);
  margin-top: 0;
  margin-bottom: 0;
}

.top-banner {
  z-index: 999;
  background-color: var(--brand-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: none;
  position: static;
}

.top-banner.v2 {
  z-index: 50;
  display: flex;
  position: sticky;
  top: 0;
}

.top-banner-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-13 {
  color: #fff;
  flex-flow: column;
}

.cta-button-2 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f4c142;
  border-radius: 78px;
  margin-top: 0;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 700;
}

.cta-button-2.black-copy {
  background-color: #000;
}

.cta-button-2.black-copy.topbar {
  background-color: #fff;
  padding: 8px 16px;
  font-size: 16px;
}

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

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

.cta-btn-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #0047ab;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Bitter-n, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .28s;
  display: flex;
}

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

.uppercase-span-2 {
  color: #0047ab;
  text-transform: uppercase;
  font-weight: 700;
}

.uppercase-span-2.v3 {
  color: #fbc85d;
}

.h1-hero-2 {
  color: #000;
  font-family: Bitter-n, sans-serif;
}

.span-brand-2 {
  color: #0047ab;
}

.h2-2 {
  color: #000;
  font-family: Bitter-n, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.video-wrap-2 {
  border-radius: 12px;
  max-width: 300px;
  overflow: hidden;
}

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

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

.feature-head-title-2 {
  font-family: var(--heading-font);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.feature-head-title-2.v2 {
  color: #000;
}

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

.price-tag-span {
  font-size: 16px;
  font-weight: 800;
}

.feature-low-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #fff;
  border-top-style: none;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 18px;
  display: flex;
}

.feature-row-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--heading-font-color);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div-feature-2 {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.div-feature-2.v2 {
  max-width: none;
}

.feature-checkmark-2 {
  color: #fff;
  width: 16px;
  display: flex;
}

.top-row-feature-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--brand-color);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.top-row-feature-2.v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0047ab;
}

.feature-circle-2 {
  background-color: var(--brand-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.challenge-btns-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.more-info-wrap {
  color: var(--heading-font-color);
  background-color: #0047ab30;
  border-radius: 12px;
  padding: 6px 12px;
  transition: opacity .2s;
}

.more-info-wrap:hover {
  opacity: .4;
}

.challenge-paragraph {
  color: var(--heading-font-color);
  text-align: center;
}

.challenge-paragraph.white {
  color: var(--white);
}

.challenge-paragraph.white._2 {
  font-size: 12px;
}

.challenge-paragraph.v1 {
  text-align: left;
}

.why-join-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.why-join-cta.v2 {
  background-color: #ffc0cb4d;
}

.why-join-checks-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.why-join-checks-wrap.v2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-join-check-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.why-join-check-row.v2 {
  color: var(--heading-font-color);
  background-color: #fbc85d;
  border-radius: 12px;
  padding: 6px;
}

.why-join-tick {
  flex: none;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.plan-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  display: grid;
}

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

.table-wrap {
  border: 1px solid #000;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

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

.table-cell {
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
}

.table-cell._2 {
  border-left: 1px solid #fff;
}

.table-cell._2.featured {
  background-color: #0047ab;
}

.table-cell._2.c1 {
  color: var(--heading-font-color);
  border-bottom: 1px solid #000;
}

.table-cell._2.c1.last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.table-cell._3 {
  border-left: 1px solid #fff;
}

.table-cell._3.c3 {
  color: var(--heading-font-color);
  border-bottom: 1px solid #000;
  border-left-color: #000;
}

.table-cell._3.c3.last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.table-cell._4 {
  border-left: 1px solid #fff;
}

.table-cell._4.c4 {
  color: var(--heading-font-color);
  border-bottom: 1px solid #000;
  border-left-color: #000;
}

.table-cell._4.c4.last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.table-cell.featured {
  background-color: var(--brand-color);
  color: var(--white);
}

.table-cell.featured._33 {
  background-color: #0047ab;
  border-bottom: 1px solid #fff;
}

.table-cell.featured._33._44 {
  border-bottom-style: none;
}

.features-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-span-3 {
  text-decoration: line-through;
}

.text-block-14 {
  font-size: 12px;
  font-style: italic;
}

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

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

.cta-btn-3 {
  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-3:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 8px 3px #141414;
}

.v4 {
  margin-top: 7px;
}

.offer-box {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
}

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

.include-row-check {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.included-check-icon {
  width: 24px;
  height: 24px;
  color: var(--brand-color);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  position: relative;
}

.stylesheet-embed, .css-rush-banner, .js-rush-banner {
  display: none;
}

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

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

.hero-subpar-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.hero-subpar-2.text-align-center {
  text-align: center;
}

.popup-ready {
  z-index: 500;
  background-color: #1f1f1fcc;
  position: fixed;
  inset: 0;
}

.trans-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 6px;
  display: flex;
  overflow: auto;
}

.max-width-400 {
  max-width: 650px;
}

.close {
  color: #27360f;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

.trans-img-div {
  min-width: 350px;
}

.transformation-img-2 {
  border: 3px solid #f1a9aa;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.pop-up-wrap {
  color: #fff;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 850px;
  padding: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-css, .popup-js {
  display: none;
}

.arrow-img-3 {
  filter: invert();
  width: 24px;
  height: 24px;
  display: block;
}

.arrow-img-3.invert {
  filter: none;
}

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

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

.div-build-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid #fbc85d;
  border-radius: 18px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

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

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

.span-brand-3 {
  color: #f1a9aa;
}

.icon-wrapper {
  background-color: #fbc85d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-pillar {
  width: 32px;
  height: 32px;
}

.h2-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.max-width-820 {
  max-width: 820px;
}

.h3-pilar {
  color: var(--heading-font-color);
  margin-top: 0;
  margin-bottom: 0;
}

.roadmap-line {
  border-right: 2px dashed #fff;
  width: 2px;
  height: 23px;
}

.roadmap-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #f1a9aa;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding: 16px;
  display: flex;
  position: relative;
}

.roadmap-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.roadmap-step {
  color: #fff;
  background-color: #f1a9aa;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-weight: 600;
  display: flex;
}

.span-brand-4 {
  color: #f1a9aa;
}

.h2-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.max-width-800 {
  max-width: 800px;
}

.roadmap-step-col {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.span-brand-5 {
  color: #fbc85d;
}

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

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

  .navbar-link.v2 {
    filter: brightness(200%);
  }

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

  .navbar-outer-div.v2 {
    z-index: 10;
    position: relative;
  }

  .section.hero {
    padding-top: 30px;
  }

  .section.hero.v3 {
    padding-top: 20px;
  }

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

  .grid-1-1.max-width-800.reverse {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-1-1.max-width-800 {
    grid-template-columns: 1.5fr;
  }

  .grid-1-1.c2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

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

  .image-hero.v2 {
    filter: brightness(50%);
    object-fit: cover;
    border-radius: 0;
    max-width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

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

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

  .uppercase-hero.v2 {
    color: var(--white);
  }

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

  .h1-hero.v2 {
    color: var(--white);
    text-shadow: 2px 1px 1px #00000061;
  }

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

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

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

  .flex-32.align-left.align-center-mob.v2 {
    z-index: 10;
    position: relative;
  }

  .flex-12.align-center-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.v2 {
    color: var(--white);
    text-shadow: 1px 1px 1px #0000006b;
    display: block;
  }

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

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

  .icon-check {
    width: 32px;
    height: 32px;
  }

  .top-banner {
    height: auto;
  }

  .top-banner-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .cta-button-2.black-copy.topbar {
    font-size: 13px;
    line-height: 13px;
  }

  .uppercase-span-2.v2 {
    color: #569cff;
  }

  .h1-hero-2 {
    text-align: center;
  }

  .span-brand-2.v2 {
    color: #569cff;
  }

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

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

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

  .hero-section {
    min-height: 100vh;
  }

  .hero-subpar-2 {
    text-align: center;
  }

  .pop-up-wrap {
    width: 95%;
  }

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

  .h2-3, .h2-4 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .cta-btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .text-align-center.span-brand.v2 {
    max-width: 400px;
    font-size: 28px;
  }

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

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

  .text-size-18 {
    font-size: 16px;
    line-height: 24px;
  }

  .grid-build {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .div-build.v2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 18px;
  }

  .h3-wrp.v2 {
    font-size: 20px;
  }

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

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

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

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

  .feature-head-title-2 {
    font-size: 24px;
  }

  .feature-checkmark-2 {
    width: 18px;
  }

  .top-row-feature-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-circle-2 {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .challenge-paragraph.white._2._3 {
    display: none;
  }

  .why-join-checks-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .plan-wrap {
    flex-flow: column;
    display: flex;
  }

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

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

  .offer-box {
    padding: 24px;
  }

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

  .trans-img-div {
    min-width: 300px;
  }

  .pop-up-wrap {
    padding: 24px 24px 32px;
    overflow: auto;
  }

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

  .grid-pillars {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .roadmap-box {
    max-width: 100%;
  }

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

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

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

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

  .h1-hero.c1 {
    font-size: 28px;
  }

  .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.text-align-center.v3 {
    max-width: 350px;
  }

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

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

  .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-12.align-center-mob {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .grid-build._3col {
    flex-flow: column;
    display: flex;
  }

  .text-block-13 {
    max-width: 300px;
    font-size: 10px;
    line-height: 14px;
  }

  .cta-button-2 {
    font-size: 16px;
  }

  .feature-head-title-2 {
    font-size: 20px;
    line-height: 27px;
  }

  .feature-head-title-2.v2 {
    font-size: 18px;
  }

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

  .price-tag-span {
    font-size: 15px;
  }

  .feature-low-block-2 {
    padding: 24px 16px;
  }

  .feature-row-2 {
    font-size: 14px;
  }

  .top-row-feature-2.v3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .challenge-btns-wrap.v23 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .why-join-checks-wrap {
    max-width: 270px;
  }

  .why-join-checks-wrap.v2 {
    align-items: stretch;
    max-width: none;
  }

  .table-wrap {
    flex: none;
    min-width: 500px;
  }

  .table-cell {
    padding: 8px;
    font-size: 12px;
  }

  .table-srolling-wrap {
    max-width: 100%;
    padding-bottom: 6px;
    display: flex;
    overflow: auto;
  }

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

  .hero-subpar-2.text-align-center.v1 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .close {
    inset: 0% 0% auto auto;
  }

  .trans-img-div {
    min-width: 250px;
  }

  .pop-up-wrap {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

#w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-60f99a4d, #w-node-_4d5d4d53-9e9c-c9eb-cb68-1c4d5756228b-60f99a4d {
  align-self: center;
}

#w-node-_1e0913cc-826b-a3e4-919f-960930fc4515-60f99a4d, #w-node-_0b58ba29-efa9-504c-75de-dcf0cf67ccb6-60f99a4d, #w-node-_5af42be9-8496-3a94-9d81-1b816e09a039-60f99a4d, #w-node-_7d46721e-c70c-c09c-6cc9-714fd8a09dfc-60f99a4d, #w-node-f494a0b5-2604-9e21-eeac-0c4407c76370-60f99a4d, #w-node-c297d397-10c5-914f-1bc9-6300843c8262-60f99a4d, #w-node-c9f8f7dc-d58a-eacb-2c77-158a7651cd66-60f99a4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90b2f1cf-386e-932e-89e1-9a44661454ae-60f99a4d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_283750b0-22f5-0bb3-7f03-bacc9cd08d7e-60f99a4d, #w-node-_5c25620c-a417-794c-312e-b89a5929f02f-60f99a4d, #w-node-bccdeaa5-f423-af55-a057-3456e3c64d41-60f99a4d, #w-node-c6cd875b-f20a-67da-95dd-6280e6ba36da-60f99a4d, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82053-60f99a4d, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82054-60f99a4d, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82056-60f99a4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-60f99a4d, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-60f99a4d {
  align-self: center;
}

#w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-b3e81540 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ce13c5e7-5378-23f2-a05d-ddd0a9f1e2be-b3e81540 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-725aea70, #w-node-_4d5d4d53-9e9c-c9eb-cb68-1c4d5756228b-725aea70, #w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-725aea70 {
  align-self: center;
}

#w-node-f494a0b5-2604-9e21-eeac-0c4407c76370-725aea70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90b2f1cf-386e-932e-89e1-9a44661454ae-725aea70 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_283750b0-22f5-0bb3-7f03-bacc9cd08d7e-725aea70, #w-node-_5c25620c-a417-794c-312e-b89a5929f02f-725aea70, #w-node-bccdeaa5-f423-af55-a057-3456e3c64d41-725aea70, #w-node-c6cd875b-f20a-67da-95dd-6280e6ba36da-725aea70, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82053-725aea70, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82054-725aea70, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82056-725aea70, #w-node-_1e0913cc-826b-a3e4-919f-960930fc4515-725aea70, #w-node-_5af42be9-8496-3a94-9d81-1b816e09a039-725aea70, #w-node-_7d46721e-c70c-c09c-6cc9-714fd8a09dfc-725aea70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-725aea70, #w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-068a8df3, #w-node-_4d5d4d53-9e9c-c9eb-cb68-1c4d5756228b-068a8df3 {
  align-self: center;
}

#w-node-_8565ffff-8935-1c71-8822-3c63af1a3fac-068a8df3, #w-node-e9014838-f1b4-de41-8f05-e379fcada8f2-068a8df3, #w-node-_5af42be9-8496-3a94-9d81-1b816e09a039-068a8df3, #w-node-_7d46721e-c70c-c09c-6cc9-714fd8a09dfc-068a8df3, #w-node-f494a0b5-2604-9e21-eeac-0c4407c76370-068a8df3, #w-node-c297d397-10c5-914f-1bc9-6300843c8262-068a8df3, #w-node-c9f8f7dc-d58a-eacb-2c77-158a7651cd66-068a8df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90b2f1cf-386e-932e-89e1-9a44661454ae-068a8df3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_283750b0-22f5-0bb3-7f03-bacc9cd08d7e-068a8df3, #w-node-_5c25620c-a417-794c-312e-b89a5929f02f-068a8df3, #w-node-bccdeaa5-f423-af55-a057-3456e3c64d41-068a8df3, #w-node-c6cd875b-f20a-67da-95dd-6280e6ba36da-068a8df3, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82053-068a8df3, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82054-068a8df3, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82056-068a8df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-068a8df3, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-068a8df3 {
  align-self: center;
}

#w-node-_0f84673e-c733-4388-42e9-fd54874a74ae-068a8df3, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b0-068a8df3, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b2-068a8df3, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b4-068a8df3, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b6-068a8df3, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b8-068a8df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-d2030db2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2050cbdc-b511-2c23-cd54-d23a7541abd3-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae7945-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae7949-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae794d-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae7951-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae7955-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae7959-d2030db2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-badb08bd-734a-8042-6f12-1648c5ae795d-d2030db2 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-badb08bd-734a-8042-6f12-1648c5ae7960-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae7964-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae7968-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae796b-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae7970-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae7971-d2030db2, #w-node-badb08bd-734a-8042-6f12-1648c5ae7973-d2030db2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-47376cba, #w-node-_4d5d4d53-9e9c-c9eb-cb68-1c4d5756228b-47376cba {
  align-self: center;
}

#w-node-_8565ffff-8935-1c71-8822-3c63af1a3fac-47376cba, #w-node-e9014838-f1b4-de41-8f05-e379fcada8f2-47376cba, #w-node-_5af42be9-8496-3a94-9d81-1b816e09a039-47376cba, #w-node-_7d46721e-c70c-c09c-6cc9-714fd8a09dfc-47376cba, #w-node-f494a0b5-2604-9e21-eeac-0c4407c76370-47376cba, #w-node-c297d397-10c5-914f-1bc9-6300843c8262-47376cba, #w-node-c9f8f7dc-d58a-eacb-2c77-158a7651cd66-47376cba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90b2f1cf-386e-932e-89e1-9a44661454ae-47376cba {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_283750b0-22f5-0bb3-7f03-bacc9cd08d7e-47376cba, #w-node-_5c25620c-a417-794c-312e-b89a5929f02f-47376cba, #w-node-bccdeaa5-f423-af55-a057-3456e3c64d41-47376cba, #w-node-c6cd875b-f20a-67da-95dd-6280e6ba36da-47376cba, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82053-47376cba, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82054-47376cba, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82056-47376cba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-47376cba, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-47376cba {
  align-self: center;
}

#w-node-_0f84673e-c733-4388-42e9-fd54874a74ae-47376cba, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b0-47376cba, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b2-47376cba, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b4-47376cba, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b6-47376cba, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b8-47376cba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-e26f8110, #w-node-_4d5d4d53-9e9c-c9eb-cb68-1c4d5756228b-e26f8110 {
  align-self: center;
}

#w-node-_8565ffff-8935-1c71-8822-3c63af1a3fac-e26f8110, #w-node-e9014838-f1b4-de41-8f05-e379fcada8f2-e26f8110, #w-node-_5af42be9-8496-3a94-9d81-1b816e09a039-e26f8110, #w-node-_7d46721e-c70c-c09c-6cc9-714fd8a09dfc-e26f8110, #w-node-f494a0b5-2604-9e21-eeac-0c4407c76370-e26f8110, #w-node-c297d397-10c5-914f-1bc9-6300843c8262-e26f8110, #w-node-c9f8f7dc-d58a-eacb-2c77-158a7651cd66-e26f8110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90b2f1cf-386e-932e-89e1-9a44661454ae-e26f8110 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_283750b0-22f5-0bb3-7f03-bacc9cd08d7e-e26f8110, #w-node-_5c25620c-a417-794c-312e-b89a5929f02f-e26f8110, #w-node-bccdeaa5-f423-af55-a057-3456e3c64d41-e26f8110, #w-node-c6cd875b-f20a-67da-95dd-6280e6ba36da-e26f8110, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82053-e26f8110, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82054-e26f8110, #w-node-_0f7649e4-eac3-29ac-1d64-4defc1c82056-e26f8110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda8aaf7-7ab7-6f97-33f3-684df2b3fe69-e26f8110, #w-node-_0a85a9c4-e63a-d35f-8c3a-a9078d2a5787-e26f8110 {
  align-self: center;
}

#w-node-_0f84673e-c733-4388-42e9-fd54874a74ae-e26f8110, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b0-e26f8110, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b2-e26f8110, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b4-e26f8110, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b6-e26f8110, #w-node-_0f84673e-c733-4388-42e9-fd54874a74b8-e26f8110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-60f99a4d, #w-node-_4d5d4d53-9e9c-c9eb-cb68-1c4d5756228b-60f99a4d {
    order: 9999;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-60f99a4d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354d2-60f99a4d {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-60f99a4d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354f0-60f99a4d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-b3e81540, #w-node-_028c4103-7f70-92b4-075a-b606eca24877-b3e81540, #w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-725aea70, #w-node-_4d5d4d53-9e9c-c9eb-cb68-1c4d5756228b-725aea70 {
    order: 9999;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-725aea70 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354d2-725aea70 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-725aea70 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354f0-725aea70 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-068a8df3, #w-node-_4d5d4d53-9e9c-c9eb-cb68-1c4d5756228b-068a8df3 {
    order: 9999;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-068a8df3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354d2-068a8df3 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-068a8df3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354f0-068a8df3 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-d2030db2, #w-node-_028c4103-7f70-92b4-075a-b606eca24877-d2030db2 {
    order: 9999;
  }

  #w-node-_34342308-c516-2a1f-9c84-871adb818491-d2030db2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-47376cba, #w-node-_4d5d4d53-9e9c-c9eb-cb68-1c4d5756228b-47376cba {
    order: 9999;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-47376cba {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354d2-47376cba {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-47376cba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354f0-47376cba {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_0f620e7c-e2df-a647-79ac-f4e51a3695ab-e26f8110, #w-node-_4d5d4d53-9e9c-c9eb-cb68-1c4d5756228b-e26f8110 {
    order: 9999;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-e26f8110 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354d2-e26f8110 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-e26f8110 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354f0-e26f8110 {
    grid-area: 2 / 3 / 3 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-60f99a4d, #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-60f99a4d, #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-725aea70, #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-725aea70, #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-068a8df3, #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-068a8df3, #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-47376cba, #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-47376cba, #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-e26f8110, #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-e26f8110 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-60f99a4d {
    grid-column: span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354d2-60f99a4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-60f99a4d {
    grid-column: span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354f0-60f99a4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-725aea70 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354d2-725aea70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-725aea70 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354f0-725aea70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-068a8df3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354d2-068a8df3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-068a8df3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354f0-068a8df3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-47376cba {
    grid-column: span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354d2-47376cba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-47376cba {
    grid-column: span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354f0-47376cba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354c3-e26f8110 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354d2-e26f8110 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354e1-e26f8110 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9358d6b9-1c37-6599-5449-dc489c4354f0-e26f8110 {
    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;
}