:root {
  --pure-black: black;
  --40: 2.5rem;
  --16: 1rem;
  --100: 6.25rem;
  --neutral-100: white;
  --neutral-20: #2e3132;
  --neutral-95: #eff1f1;
  --neutral-10: #191c1d;
  --neutral-00: #070707;
  --neutral-90: #e1e3e3;
  --neutral-40: #5c5f5f;
  --24: 1.5rem;
  --neutral-70: #a9acac;
  --neutral-80: #c4c7c7;
  --neutral-60: #8e9192;
  --8: .5rem;
  --4: .25rem;
  --64: 4rem;
  --neutral-30: #444748;
  --neutral-50: #747878;
  --neutral-99: #fafdfd;
  --32: 2rem;
}

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

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

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--pure-black);
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

img {
  display: inline-block;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-right: var(--40);
  padding-left: var(--40);
  grid-row-gap: 5rem;
  flex-direction: column;
  align-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.nav {
  width: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.container.index-slider-content {
  height: 100%;
  padding-right: var(--40);
  padding-left: var(--40);
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container._404 {
  height: 100%;
  justify-content: center;
  display: flex;
}

.container.product-nav {
  width: 100%;
  padding-right: var(--40);
  padding-left: var(--40);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.phone-enter {
  margin-top: 10.75rem;
}

.container.phone-exit {
  justify-content: flex-end;
}

.font-alternative {
  color: #5c5f5f;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Styreneblc, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.font-body {
  color: #5c5f5f;
  font-family: Neutrifpro, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.font-body.black {
  color: #070707;
}

.section {
  padding-top: var(--100);
  padding-bottom: var(--100);
  grid-row-gap: 150px;
  background-color: var(--neutral-100);
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.section.black {
  z-index: 1;
  background-color: #000;
}

.section.black.limited {
  padding-bottom: 0;
}

.section.black._100vh {
  height: 100vh;
  justify-content: center;
  display: flex;
}

.section.black.media {
  border-bottom: 1px solid var(--neutral-20);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.reimagined {
  grid-row-gap: 0px;
  background-color: #f5f5f5;
  padding-bottom: 0;
  display: flex;
}

.section.design {
  z-index: 1;
  height: 400svh;
  background-color: #000;
  overflow: visible;
}

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

.section.light-grey {
  background-color: var(--neutral-95);
}

.section._404 {
  height: 100vh;
  background-color: var(--pure-black);
}

.section.headless {
  padding-top: 8.75rem;
}

.spec {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gallery-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.gallery {
  filter: grayscale();
  transition: filter .4s cubic-bezier(.86, 0, .07, 1);
}

.gallery:hover {
  filter: none;
}

.stellar-on {
  z-index: 1;
  position: absolute;
}

.stellar-off {
  z-index: 0;
}

.body-1 {
  align-self: flex-start;
}

.body-2 {
  align-self: flex-end;
}

.body-3 {
  align-self: flex-start;
}

.img-full {
  z-index: 0;
  width: 100%;
}

.stellar-model {
  z-index: 100;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 25svh;
}

.body-idea {
  z-index: 0;
  grid-row-gap: 30vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.moon-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 320px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.p-title-small {
  color: #070707;
  font-family: Neutrifpro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.p-title-small.dd-question {
  color: #070707;
  margin-right: 40px;
  display: block;
}

.app-feature-item {
  min-height: 300px;
  grid-row-gap: 1.5rem;
  background-color: var(--neutral-10);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.app-feature-item.soon {
  border: 1px solid var(--neutral-20);
  background-color: var(--neutral-00);
}

.app-feature-item.end {
  background-color: var(--neutral-00);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.p-title-strong {
  color: #070707;
  letter-spacing: -.01em;
  font-family: Neutrifpro, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.p-title-strong.center {
  text-align: center;
}

.p-title-strong.white {
  color: #fff;
}

.p-body {
  color: #070707;
  font-family: Neutrifpro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.app-feature-grid {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.app-bike-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.app-bike-item {
  grid-row-gap: 2.5rem;
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.5rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.app-bike-item:hover {
  background-color: #191c1d;
}

.app-bike-item.locked {
  cursor: not-allowed;
}

.app-bike-item.locked:hover {
  background-color: #070707;
}

.p-body-small {
  color: #5c5f5f;
  font-family: Neutrifpro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

.app-bike-content {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.footer-item-link {
  color: var(--neutral-00);
  font-family: Onest, sans-serif;
  font-size: .875rem;
  line-height: 150%;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-item-link:hover {
  opacity: .5;
}

.faq-stellar {
  border-bottom: 1px solid #e1e3e3;
  display: block;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1rem 1.5rem;
}

.dropdown-list.dd-answer.w--open {
  padding-bottom: 24px;
  transition: height .2s;
}

.dropdown-toggle {
  width: 100%;
  padding: var(--16) var(--40) var(--16) 0px;
  display: flex;
}

.dd-icon {
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
}

.faq {
  width: 100%;
  border-bottom: 1px solid var(--neutral-95);
  justify-content: flex-start;
}

.app-p-slogan {
  color: #5c5f5f;
  letter-spacing: -.02em;
  font-family: Neutrifpro, sans-serif;
  font-size: 128px;
  font-weight: 700;
  line-height: 100%;
}

.app-feature-badge {
  height: 1.5rem;
  background-color: var(--neutral-20);
  border-radius: 4px;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.app-phone {
  height: 720px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-hide {
  overflow: hidden;
}

.app-phone-enter {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.app-phone-exit {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.app-phone-q {
  z-index: 10;
  position: absolute;
}

.app-people-group {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.app-people {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 450px;
}

.app-ppl-1 {
  margin-bottom: 2.5rem;
}

.app-ppl-2 {
  position: absolute;
  left: 13.75rem;
  transform: none;
}

.app-ppl-3 {
  transform: none;
}

.app-ppl-4 {
  margin-bottom: 2.5rem;
  transform: none;
}

.app-bike-info {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.home-hero {
  height: 100svh;
  background-color: var(--pure-black);
}

.index-slide-1 {
  background-color: var(--pure-black);
  background-image: url('../images/product-hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-slide-2 {
  background-color: var(--pure-black);
  background-image: url('../images/atom-stellar-header.webp');
  background-position: 50%;
  background-size: cover;
}

.index-slide-3 {
  background-image: url('../images/company.webp');
  background-position: 50%;
  background-size: cover;
}

.q-bar-trigger {
  z-index: 100;
  height: 40px;
  grid-column-gap: 8px;
  background-color: #fff;
  border-top: 1px solid #eff1f1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-quest {
  z-index: 90;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 2.5rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-brand {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-right: 1.5rem;
}

.nav-item {
  height: 32px;
  min-width: 100px;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Styreneblc, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-item:hover {
  background-color: rgba(255, 255, 255, .2);
}

.nav-item.w--current {
  color: var(--neutral-100);
}

.nav-item.mobile {
  display: none;
}

.nav-item.black {
  color: var(--neutral-20);
  margin-left: 0;
  margin-right: 0;
}

.nav-item.black:hover {
  background-color: rgba(0, 0, 0, .1);
}

.nav-item.cta {
  border: 1px solid var(--neutral-100);
}

.nav-item.cta:hover {
  background-color: var(--neutral-100);
  color: var(--neutral-00);
  border-width: 0;
}

.nav-item.cta.black {
  border-color: var(--neutral-40);
}

.nav-item.cta.black:hover {
  background-color: var(--neutral-20);
  color: var(--neutral-100);
}

.nav-dropdown {
  background-color: rgba(0, 0, 0, 0);
}

.nav-dropdown.w--open {
  z-index: 91;
  padding-top: 8px;
  left: 0;
}

.nav-dropdown-item {
  width: 100px;
  height: 32px;
  background-color: var(--neutral-10);
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Styreneblc, sans-serif;
  font-size: 10px;
  font-weight: 400;
  transition: color .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.nav-dropdown-item:hover {
  background-color: var(--neutral-20);
}

.nav-dropdown-item.w--current {
  color: var(--neutral-100);
}

.index-slider-content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.index-slide-nav {
  display: flex;
  top: auto;
  bottom: 64px;
  left: 0%;
  right: 0%;
}

.card-more-btn {
  grid-column-gap: .5rem;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.card-more-btn:hover {
  grid-column-gap: 12px;
}

.card-more-btn.w--current {
  color: #070707;
}

.slide-right-arrow, .slide-left-arrow {
  justify-content: center;
  align-items: center;
  display: none;
}

.img-reverse {
  transform: rotate(180deg);
}

.home-nav-item {
  height: 12.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.home-nav-item:hover {
  opacity: .8;
}

.home-nav-item.company {
  background-color: var(--neutral-10);
}

.home-nav-item.contact {
  background-color: var(--neutral-20);
}

.home-nav-item.order {
  background-color: var(--neutral-95);
}

.row {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: flex;
}

.row.home-featured {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: flex;
}

.row.product-hero-info {
  align-items: flex-end;
}

.row.switch {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.row.space-between {
  justify-content: space-between;
}

.row.top {
  align-items: flex-start;
}

.row.home-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: flex;
}

.row.media-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.row.center {
  flex-direction: column;
  align-self: center;
}

.row.col-8 {
  width: 66%;
}

.row.grid-2 {
  grid-column-gap: var(--24);
  grid-row-gap: var(--24);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.home-featured-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.q-panel {
  z-index: 99;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 100vh;
  left: 0;
  right: 0;
  overflow: scroll;
}

.q-panel-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.q-blog {
  min-height: 100%;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #eff1f1;
  border-right: 1px solid #eff1f1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.q-blog-desc {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.q-blog-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.q-blog-arrow {
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 2rem;
  right: auto;
}

.text-display {
  color: var(--neutral-00);
  letter-spacing: -.02em;
  font-family: Onest, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 110%;
}

.text-headline {
  color: var(--neutral-00);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

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

.text-headline.white.center, .text-headline.black.center {
  text-align: center;
}

.text-title-strong {
  color: var(--neutral-00);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
}

.text-title-strong.white {
  color: var(--neutral-100);
}

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

.text-title {
  color: var(--neutral-00);
  letter-spacing: -.01em;
  font-family: Onest, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
}

.text-title-sm-strong {
  color: var(--neutral-00);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%;
}

.text-title-sm-strong.white {
  color: var(--neutral-100);
}

.text-title-sm-strong.light-grey {
  color: var(--neutral-70);
}

.text-title-sm {
  color: var(--neutral-00);
  letter-spacing: -.01em;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}

.text-title-sm.dark-grey {
  color: var(--neutral-40);
}

.text-body-lg-strong {
  color: var(--neutral-00);
  white-space: normal;
  font-family: Onest, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}

.text-body-lg {
  color: var(--neutral-00);
  font-family: Onest, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}

.text-body-lg.dark-grey {
  color: var(--neutral-40);
}

.text-body-lg.dark-grey.center {
  text-align: center;
}

.text-body-lg.light-grey {
  color: var(--neutral-80);
}

.text-body-lg.light-grey.center {
  text-align: center;
}

.text-body-lg.white {
  color: var(--neutral-100);
}

.text-body-lg.white.center {
  text-align: center;
}

.text-body-strong {
  color: var(--neutral-00);
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.text-body {
  color: var(--neutral-00);
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

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

.text-body.light-grey {
  color: var(--neutral-70);
}

.text-body.light-grey.hidden {
  display: none;
}

.text-body.dark-grey {
  color: var(--neutral-40);
}

.text-body.dark-grey.center, .text-body.center {
  text-align: center;
}

.text-body-sm-strong {
  color: var(--neutral-00);
  flex: 1;
  font-family: Onest, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 150%;
}

.text-body-sm-strong.light-grey {
  color: var(--neutral-60);
}

.text-body-sm {
  color: var(--neutral-00);
  font-family: Onest, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
}

.text-body-sm.dark-grey {
  color: var(--neutral-40);
  text-decoration: none;
}

.text-body-sm.light-grey {
  color: var(--neutral-70);
}

.text-body-sm.white {
  color: var(--neutral-100);
}

.text-alt-lg {
  color: var(--neutral-00);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Styreneblc, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 16px;
}

.text-alt-lg.dark-grey {
  color: var(--neutral-40);
}

.text-alt-lg.light-grey {
  color: var(--neutral-80);
}

.text-alt-lg.light-grey.center {
  text-align: center;
}

.text-alt {
  color: var(--neutral-00);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Styreneblc, sans-serif;
  font-size: .625rem;
  font-weight: 400;
  line-height: 13px;
}

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

.text-alt.dark-grey {
  color: var(--neutral-40);
}

.text-alt.light-grey {
  color: var(--neutral-70);
}

.color-pallete, .div-block-33 {
  background-color: var(--pure-black);
}

.html-embed {
  display: flex;
}

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

.content._404 {
  grid-row-gap: 4rem;
  justify-content: center;
}

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

.col-footer {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 2.5rem;
  align-self: center;
  display: flex;
}

.nav-static {
  z-index: 90;
  position: relative;
}

.nav-static.invert {
  filter: invert();
  position: relative;
}

.product-hero-background {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.company-focus-list {
  grid-row-gap: .5rem;
  border-left: 1px solid var(--neutral-40);
  border-radius: 1px;
  flex-flow: column;
  padding-left: 2rem;
  display: flex;
}

.company-office-list {
  grid-row-gap: 2rem;
  background-color: var(--neutral-95);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2rem;
  display: flex;
}

.company-grid-office {
  width: 100%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.office-detail {
  width: 100%;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

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

.company-team-list {
  flex-direction: column;
  display: flex;
}

.team-detail {
  grid-row-gap: 1rem;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.team-img {
  height: 350px;
  object-fit: cover;
}

.team-img-wrap {
  position: relative;
}

.team-link-wrap {
  opacity: 0;
  background-color: rgba(7, 7, 7, .9);
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-link-wrap:hover {
  opacity: 1;
}

.team-link {
  width: 60px;
  height: 60px;
  background-color: var(--neutral-100);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.floating-nav {
  z-index: 90;
  width: 100%;
  background-color: var(--pure-black);
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.product-nav-left {
  align-items: center;
  display: flex;
}

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

.section-title.center-on-mobile {
  align-items: flex-start;
}

.section-title.col-8 {
  width: 66%;
  align-self: center;
}

.section-title.left-on-desktop {
  align-items: flex-start;
}

.product-overview-img {
  height: 400px;
  object-fit: cover;
}

.btn {
  height: 50px;
  background-color: var(--neutral-00);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  transition: background-color .2s;
  display: flex;
}

.btn.primary {
  color: var(--neutral-100);
  transition: background-color .2s;
}

.btn.primary:hover {
  background-color: var(--neutral-20);
}

.btn.primary.white {
  background-color: var(--neutral-100);
  color: var(--neutral-00);
}

.btn.primary.white:hover {
  background-color: var(--neutral-80);
}

.btn.secondary {
  border: 1px solid var(--neutral-00);
  color: var(--neutral-00);
  background-color: rgba(0, 0, 0, 0);
}

.btn.secondary:hover {
  background-color: var(--neutral-90);
}

.btn.secondary.white {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
}

.btn.secondary.white:hover {
  background-color: var(--neutral-20);
}

.btn.ghost {
  height: auto;
  color: var(--neutral-00);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
  display: inline-block;
}

.btn.ghost.white {
  color: var(--neutral-100);
}

.center {
  grid-column-gap: 16px;
  justify-content: center;
  display: flex;
}

.btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.product-spec-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  align-self: stretch;
}

.product-spec-item {
  grid-row-gap: 4px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.col-12 {
  width: 100%;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.col-12.center {
  align-items: center;
}

.col-12.center.hidden {
  display: none;
}

.col-12.padding {
  width: 100%;
  grid-row-gap: 2.5rem;
  padding: 1.5rem;
}

.col-12.company {
  grid-row-gap: 2.5rem;
  align-self: flex-start;
}

.col-12.company.hide {
  display: none;
}

.col-12.col-8 {
  width: 66%;
}

.btn-download.large {
  height: 4rem;
}

.btn-wa {
  z-index: 1;
  width: 56px;
  height: 56px;
  background-color: var(--neutral-10);
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: none;
  position: fixed;
  top: auto;
  bottom: 56px;
  left: auto;
  right: 24px;
}

.btn-wa:hover {
  transform: scale(.9);
}

.wa-icon {
  filter: invert();
}

.faq-wrapper {
  z-index: 1;
  flex-direction: column;
  display: flex;
}

.product-hero {
  height: 100svh;
  padding-top: var(--100);
  padding-bottom: var(--100);
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-highlight-item {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.product-feature-icon {
  width: 2.5rem;
  margin-bottom: 1.5rem;
}

.product-hero-highlight {
  flex: 1;
  align-self: flex-end;
  display: flex;
}

.product-hero-title {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.vertical-divider {
  width: 1px;
  background-color: rgba(255, 255, 255, .2);
  align-self: stretch;
}

.product-highlight {
  height: 700px;
  align-self: stretch;
  position: relative;
}

.product-highlight-list {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-highlight-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.product-nav-link {
  width: 100px;
  height: 40px;
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Styreneblc, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.product-nav-link:hover {
  background-color: rgba(255, 255, 255, .1);
}

.product-nav-link.w--current {
  color: var(--neutral-100);
}

.product-nav-link.cta {
  background-color: var(--neutral-20);
}

.product-nav-right {
  display: flex;
}

.nav-wrap {
  width: 100%;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.img-cta {
  object-fit: fill;
}

.text-404 {
  color: var(--neutral-100);
  font-family: Styreneblc, sans-serif;
  font-size: 4rem;
  line-height: 100%;
}

._404-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.q-bar {
  display: none;
}

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

.color-swatch {
  grid-column-gap: var(--8);
  grid-row-gap: var(--8);
  display: flex;
}

.color-tile {
  width: 24px;
  height: 24px;
  background-color: var(--pure-black);
  border-radius: 32px;
}

.color-tile.white {
  background-color: #eee;
}

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

.color-swatch-item {
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.color-swatch-item.w--current {
  border: 1px solid var(--pure-black);
  background-color: #fff;
}

.bike-color-section {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bike-color-img {
  height: auto;
  max-height: 600px;
}

.bike-color-img.show-on-mobile {
  display: none;
  overflow: hidden;
}

.blog-content {
  width: 66%;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.invert {
  z-index: 90;
  width: 100%;
  height: 50px;
  filter: invert();
  margin-top: 5rem;
}

.nav-item-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-item-divider {
  display: none;
}

.img-spec {
  height: auto;
  max-height: 540px;
}

.product-include {
  width: 100%;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.product-include-grid {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.product-include-item {
  grid-column-gap: .5rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.product-slider-gallery {
  width: 1000px;
  height: 600px;
}

.mask {
  overflow: visible;
}

.slider-gallery-item {
  background-color: var(--neutral-100);
  padding-left: .25rem;
  padding-right: .25rem;
}

.slider-gallery-img {
  object-fit: cover;
}

.product-slider-arrow {
  width: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  display: none;
}

.title-tnc {
  width: 100%;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.title-without-banner {
  width: 100%;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.partnership {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  justify-items: center;
  display: grid;
}

.media-item {
  opacity: .3;
  transition: opacity .2s;
}

.media-item:hover {
  opacity: 1;
}

.partnership-item {
  filter: grayscale();
  transition: filter .2s;
}

.partnership-item:hover {
  filter: none;
}

.nav-overlay {
  z-index: 80;
  height: 100px;
  opacity: .8;
  background-image: linear-gradient(#070707, rgba(7, 7, 7, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-indicator {
  flex-direction: row;
  flex: 1;
  align-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.slide-indicator.index-slide-nav {
  z-index: 1;
  height: .25rem;
  position: absolute;
  bottom: 1rem;
}

.login {
  background-color: var(--neutral-20);
}

.form {
  height: 50px;
  background-color: var(--neutral-100);
  color: var(--neutral-40);
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
  font-family: Neutrifpro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.body-white {
  background-color: var(--neutral-100);
}

.icon-box {
  line-height: 1px;
}

.home-featured-item {
  height: 18.75rem;
  background-color: var(--neutral-10);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.home-featured-item:hover {
  opacity: .8;
}

.section-subtitle {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.product-highlight-overlay {
  z-index: 1;
  height: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-price-info {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.shop-item-card {
  grid-row-gap: var(--16);
}

.shop-item-card-img {
  z-index: 0;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.shop-item-card-desc {
  grid-row-gap: var(--4);
}

.shop-item-info {
  width: 100%;
  height: 240px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-cta {
  height: 56px;
  background-color: var(--neutral-100);
  justify-content: space-between;
  align-items: center;
  margin-bottom: -56px;
  text-decoration: none;
  transition: padding-right .2s, padding-left .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop-cta:hover {
  padding-right: var(--16);
  padding-left: var(--16);
  background-color: var(--neutral-95);
}

.shop-item-desc {
  height: 184px;
  padding: var(--16);
  background-color: var(--neutral-00);
  margin-top: -184px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: var(--neutral-90);
}

.shop-grid {
  grid-column-gap: var(--24);
  grid-row-gap: var(--64);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-listing {
  width: 100%;
  grid-row-gap: var(--40);
  flex-direction: column;
  display: flex;
}

.shop-modal {
  display: none;
}

.shop-cta-static {
  padding-top: var(--16);
  padding-bottom: var(--16);
  background-color: var(--neutral-100);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: padding-right .2s, padding-left .2s, background-color .2s;
  display: flex;
}

.shop-cta-static:hover {
  padding-right: var(--16);
  padding-left: var(--16);
  background-color: var(--neutral-95);
}

.shop-item-desc-popup {
  width: 100%;
  padding: var(--16) var(--16) var(--40);
  background-color: var(--neutral-100);
}

.shop-item-info-popup {
  width: 100%;
  padding: var(--16);
  background-color: var(--neutral-100);
}

.shop-item-card-img-popup {
  z-index: 0;
}

.nav-quest-on-white {
  width: 100%;
  padding-top: var(--40);
  padding-bottom: var(--40);
  background-color: var(--neutral-100);
  display: flex;
  position: relative;
}

.nav-wrap-white {
  width: 100%;
  background-color: var(--neutral-100);
  display: flex;
}

.nav-divider {
  width: 100%;
  height: 32px;
}

.nav-divider.w--current {
  color: var(--neutral-100);
}

.nav-item-list {
  width: 100%;
  flex-direction: row;
  display: flex;
}

.nav-absolute {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1280px) {
  .dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list.dd-answer.w--open {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    grid-row-gap: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.nav {
    height: 56px;
  }

  .container.index-slider-content {
    padding-left: 2rem;
    padding-right: 3rem;
  }

  .container.product-nav {
    height: 56px;
    padding-right: var(--16);
    padding-left: var(--16);
  }

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

  .section.black.headless {
    background-color: var(--pure-black);
    padding-top: 6.25rem;
  }

  .gallery-block {
    margin-top: 50px;
  }

  .stellar-on, .stellar-off {
    width: 500px;
    height: 500px;
    object-fit: cover;
  }

  .body-idea {
    padding-left: 24px;
    padding-right: 24px;
  }

  .app-feature-item {
    min-height: 200px;
  }

  .app-feature-grid {
    grid-column-gap: var(--16);
    grid-row-gap: var(--16);
  }

  .app-bike-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dd-icon {
    display: none;
  }

  .app-p-slogan {
    font-size: 96px;
  }

  .app-people, .app-ppl-1, .app-ppl-3, .app-bike-info {
    display: none;
  }

  .nav-quest {
    margin-top: 0;
    top: 0;
  }

  .nav-brand {
    position: absolute;
    left: 1rem;
  }

  .nav-item {
    width: 100%;
    height: 100%;
    font-size: 12px;
  }

  .nav-item.mobile {
    display: flex;
  }

  .nav-item.black {
    align-content: space-around;
  }

  .nav-item.cta {
    background-color: var(--neutral-100);
    color: var(--neutral-00);
    border-width: 0;
  }

  .nav-item.cta:hover {
    background-color: var(--neutral-90);
  }

  .nav-item.cta.black {
    background-color: var(--neutral-00);
    color: var(--neutral-100);
  }

  .nav-dropdown {
    position: relative;
  }

  .nav-dropdown.w--open {
    background-color: var(--pure-black);
    padding-top: 0;
  }

  .nav-dropdown-item {
    width: 100%;
    height: 64px;
    font-size: 12px;
  }

  .home-nav-item {
    width: 100%;
    height: 13rem;
    flex: 0 auto;
    padding: 1.5rem;
  }

  .row {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .row.home-featured {
    height: auto;
  }

  .row.product-hero-info {
    grid-row-gap: 6.25rem;
    align-items: stretch;
  }

  .row.switch {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .row.space-between {
    align-items: flex-start;
  }

  .row.home-nav {
    height: auto;
  }

  .row.media-list {
    grid-row-gap: 4rem;
    align-items: center;
  }

  .row.partnership {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .row.center {
    align-items: center;
  }

  .row.grid-2 {
    display: flex;
  }

  .home-featured-img {
    height: 100%;
  }

  .q-panel-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-mobile-btn {
    z-index: 100;
    padding: 16px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-mobile-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .footer-copyright {
    align-self: flex-start;
  }

  .nav-static {
    z-index: 105;
    margin-top: 0;
  }

  .company-focus-list {
    padding-left: 1rem;
  }

  .company-grid-office {
    grid-template-columns: 1fr 1fr;
  }

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

  .team-detail {
    padding-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .team-img {
    width: 100%;
  }

  .floating-nav {
    z-index: 80;
  }

  .section-title.center-on-mobile {
    width: 100%;
    align-items: center;
  }

  .section-title.center-on-mobile.mobile {
    align-self: stretch;
    align-items: center;
  }

  .section-title.col-8 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-title.left-on-desktop {
    align-items: center;
  }

  .product-overview-img {
    width: 100%;
    height: auto;
  }

  .btn.ghost {
    min-width: auto;
  }

  .btn-wrapper {
    justify-content: center;
    align-self: stretch;
  }

  .col-12.padding, .col-12.col-8 {
    width: 100%;
  }

  .product-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .product-feature-icon {
    margin-bottom: 1rem;
  }

  .product-hero-highlight {
    align-self: stretch;
  }

  .product-hero-title {
    align-items: center;
  }

  .product-nav-right {
    display: none;
  }

  .nav-wrap {
    z-index: 103;
    min-width: 100%;
    background-color: var(--neutral-00);
    padding-top: 56px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bike-color-img.hide-on-mobile {
    display: none;
  }

  .bike-color-img.show-on-mobile {
    display: inline-block;
  }

  .nav-item-dropdown {
    width: 100%;
    height: 100%;
    display: none;
    overflow: visible;
  }

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

  .menu-close {
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 56px;
  }

  .menu-open {
    width: 24px;
    height: 24px;
    justify-content: flex-end;
  }

  .nav-item-divider {
    align-self: stretch;
    padding: 1rem;
    display: block;
  }

  .product-include-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .product-slider-gallery {
    width: 90%;
    height: auto;
  }

  .title-tnc, .title-without-banner {
    background-position: 50%;
  }

  .partnership {
    grid-row-gap: 5rem;
    flex-direction: column;
  }

  .slide-indicator.index-slide-nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form {
    min-width: 280px;
  }

  .home-featured-item {
    width: 100%;
    height: 13rem;
    flex: 0 auto;
    padding: 1.5rem;
  }

  .section-subtitle {
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .product-price-info {
    text-align: center;
    align-items: center;
  }

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

  .nav-quest-on-white {
    z-index: 100;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-wrap-white {
    z-index: 100;
    height: 100dvh;
    background-color: var(--neutral-100);
    flex-direction: column;
    padding-top: 56px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-divider {
    height: 100%;
    font-size: 12px;
  }

  .nav-item-list {
    height: 100dvh;
    flex-direction: column;
    flex: 0 auto;
    padding-top: 56px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .section.design {
    min-height: 380vh;
  }

  .body-idea {
    padding-left: 0;
    padding-right: 0;
  }

  .p-title-small.dd-question {
    font-size: 16px;
    font-weight: 500;
  }

  .app-feature-item {
    padding: 24px;
  }

  .p-title-strong {
    font-size: 24px;
  }

  .app-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .app-bike-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    padding: 16px 0;
  }

  .app-p-slogan {
    font-size: 64px;
  }

  .nav-brand, .nav-brand.w--current {
    padding-left: 0;
  }

  .nav-dropdown-item, .slide-right-arrow, .slide-left-arrow {
    display: none;
  }

  .row.home-featured, .row.home-nav, .q-panel-grid {
    grid-template-columns: 1fr;
  }

  .q-blog {
    height: auto;
    padding: 24px;
  }

  .q-blog-arrow {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .text-headline.center-on-mobile {
    text-align: center;
  }

  .company-grid-office, .grid-team {
    grid-template-columns: 1fr;
  }

  .product-highlight {
    height: 600px;
  }

  .product-highlight-list {
    grid-auto-flow: row;
  }

  .product-nav-link {
    font-size: 16px;
    line-height: 150%;
  }

  .bike-color-img.side-img {
    width: 256px;
  }

  .product-include-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .title-tnc, .title-without-banner {
    height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .product-price-info {
    text-align: center;
  }

  .shop-grid {
    grid-column-gap: var(--16);
    grid-row-gap: var(--40);
  }

  .shop-cta-static {
    width: 100%;
    padding-right: var(--16);
    padding-left: var(--16);
    border-top: 1px solid var(--neutral-90);
  }

  .shop-item-info-popup {
    background-color: var(--neutral-100);
  }
}

@media screen and (max-width: 479px) {
  .font-body.black {
    text-align: center;
  }

  .section.design {
    min-height: 300vh;
    overflow: visible;
  }

  .spec {
    align-items: center;
  }

  .moon {
    z-index: 1;
  }

  .gallery-block {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .stellar-on {
    width: 100%;
    height: 320px;
  }

  .stellar-off {
    width: 100%;
    height: auto;
  }

  .body-1, .body-2, .body-3 {
    width: 50vw;
  }

  .img-full {
    width: 100%;
    height: 400px;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
  }

  .body-idea {
    grid-row-gap: 30vh;
  }

  .moon-wrapper {
    z-index: 0;
  }

  .p-title-small {
    text-align: center;
    font-size: 20px;
  }

  .app-feature-item {
    padding: 8px;
  }

  .app-feature-grid {
    grid-template-columns: 1fr;
  }

  .app-p-slogan {
    font-size: 40px;
  }

  .app-phone-q {
    width: 32px;
  }

  .app-phone-display {
    height: auto;
  }

  .row.partnership {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-mobile-btn.w--open {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

  .text-body-lg-strong.dark-grey {
    color: var(--neutral-40);
  }

  .btn {
    width: 100%;
  }

  .img-app {
    max-height: 500px;
  }

  .col-12.padding {
    padding: 0;
  }

  .btn-download {
    height: 40px;
  }

  .product-highlight-list {
    grid-template-columns: 1fr 1fr;
  }

  .bike-color-img.side-img {
    width: 128px;
  }

  .product-include {
    align-items: center;
  }

  .product-include-grid {
    grid-template-columns: 1fr;
  }

  .product-include-item {
    justify-content: center;
    align-items: center;
  }

  .product-slider-gallery {
    height: 240px;
  }

  .product-price-info {
    flex-direction: column;
  }

  .shop-item-card-img {
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .shop-item-info {
    height: auto;
  }

  .shop-cta, .shop-item-desc {
    display: none;
  }

  .shop-modal {
    z-index: 100;
    background-color: var(--neutral-00);
    opacity: 0;
    color: var(--neutral-00);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .shop-popup {
    grid-column-gap: var(--8);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    display: flex;
    position: absolute;
    top: auto;
    bottom: -100vh;
    left: 0%;
    right: 0%;
  }

  .shop-item-info-popup {
    padding: var(--16);
    grid-row-gap: var(--16);
  }

  .shop-item-card-img-popup {
    width: 100%;
    object-fit: cover;
  }

  .shop-popup-close {
    padding: var(--16);
    cursor: pointer;
  }
}

#w-node-c56e5745-fc26-560c-2a9e-76571c80ca21-1c80ca1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_09819066-974d-6221-683b-058086f6b800-2ce8caff, #w-node-_85136984-1110-3caf-eebb-c19369c74c25-2ce8caff, #w-node-_7bb3db11-ba88-bdec-ef4c-3efae936692d-2ce8cb05, #w-node-_7bb3db11-ba88-bdec-ef4c-3efae9366932-2ce8cb05, #w-node-b4fd8217-ba7b-09fc-4195-06336f93abb2-2ce8cb05 {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neutrifpro';
  src: url('../fonts/NeutrifPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutrifpro';
  src: url('../fonts/NeutrifPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elemental end';
  src: url('../fonts/Elemental-End.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elemental end';
  src: url('../fonts/Elemental-End-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neutrifpro';
  src: url('../fonts/NeutrifPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styreneblc';
  src: url('../fonts/StyreneBLC-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}