@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --secondary: #ffe9cf;
  --primary: #270f03;
  --y-base: 6rem;
  --max-w: 1620px;
  --nav-height: 3rem;
  --rounded-1: .375rem;
  --white: #fef8f1;
  --green: #8b9d63;
  --rounded-xs: .2rem;
  --light: #d9d9d9;
}

body {
  background-color: #e7c0f1;
  color: var(--primary);
  letter-spacing: -.02em;
  font-family: Worksans, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  overflow-y: scroll;
}

html::-webkit-scrollbar {
  width: 12px;
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background:#e7b6f3;
  border-radius: 8px;
}

html::-webkit-scrollbar-thumb:hover {
  background: rgba(183, 0, 255, 0.6);
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(183,0,255,0.3) transparent;
}

.main {
  min-height: 100svh;
}

.sec {
  padding-top: var(--y-base);
  padding-bottom: var(--y-base);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40svh;
  display: flex;
  position: relative;
}

#hero {
  background-image: url('../images/background/background.png');
  background-repeat: repeat;
  background-size: contain;
}

#scrolltrigger {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 70%;
  margin-left: 20%;
}

.who-title {
  font-family: Anton, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 1em;
}

.who-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 26px;
}

.who-img {
  width: 55%;
  height: auto;
  opacity: 1;
  transform: translateY(0);
  animation: whoImgFloat 2.5s ease-in-out infinite alternate;
}

@keyframes whoImgFloat {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}

.footer-title {
  font-family: Anton, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.sec.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  padding-top: 6rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: clip;
}

.sec.scrolltrigger-sec {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400svh;
  padding-top: 0;
  padding-bottom: 0;
}

.sec.utlis {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

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

.sec.footer {
  background-color: var(--primary);
  padding-top: 7.25rem;
  padding-bottom: 0;
}

.sec.inertia {
  overflow: clip;
}

.comp {
  max-width: var(--max-w);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 94%;
  min-width: 20vw;
  display: flex;
  position: relative;
}

.comp.text-exp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.comp.slider-w {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.comp.inertia {
  flex-flow: row;
  height: 60svh;
}

.comp.footer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--secondary);
  width: 80%;
}

.comp.toggle-w {
  z-index: 3;
  top: -10svh;
}

.comp.scroller {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-family: Anton, Arial, sans-serif;
  font-size: 20vw;
  line-height: 1em;
  overflow: clip;
}

.comp.footer-logo {
  color: var(--secondary);
  width: 99%;
  min-height: 20svh;
  margin-top: 2rem;
}

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

.scroll-wrapper {
  overflow: clip;
}

.nav-w {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1.25rem;
  display: flex;
}

.svg.gsap-logo {
  aspect-ratio: 44 / 16;
  width: 2.75em;
  height: 1em;
}

.svg._wf-logo {
  aspect-ratio: 100 / 16;
  width: 6.25em;
  height: 1em;
}

.svg.arrow-r {
  width: 2em;
  height: 1em;
}

.svg.copy-icon {
  width: 1rem;
  height: 1rem;
}

.svg.arrow:where(.w-variant-352da3df-a236-ccac-dbb8-8845a582a471) {
  transform: rotate(180deg);
}

.svg.arrow.flip-2 {
  transform: rotate(180deg);
}

.svg.arrow {
  width: 2em;
}

.svg.arrow.flip-4 {
  transform: rotate(180deg);
}

.logo-banner-w {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  font-size: 16px;
  display: flex;
}

.logo-banner-w.white {
  color: var(--secondary);
  font-size: 20px;
}

.sub-nav-w {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  pointer-events: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  display: flex;
}

.link-li-w {
  opacity: .7;
  pointer-events: auto;
  text-transform: none;
  cursor: pointer;
  padding: .2rem .6rem;
  transition: opacity .2s;
  position: relative;
}

.link-li-w:hover,
.link-li-w.current {
  opacity: 1;
}

.link-li-w.footer {
  color: var(--secondary);
  text-decoration: none;
}

.x-adjust-right {
  padding-right: .2rem;
}

.layer {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layer.flex-b {
  justify-content: center;
  align-items: flex-end;
}

.layer.flex-b.z-3 {
  z-index: 3;
}

.layer.hero-alt {
  padding-top: var(--nav-height);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  visibility: hidden;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: 100%;
  padding-bottom: 3rem;
  overflow: clip;
}

.layer.hero-alt.show {
  visibility: visible;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.layer.hero-alt.show.old {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-g-item {
  border-radius: var(--rounded-1);
  background-color: #0000001a;
  flex-flow: column;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.text-example-container {
  aspect-ratio: 334 / 195;
  border-radius: var(--rounded-1);
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-example-tx-w {
  justify-content: space-between;
  align-items: center;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: flex;
}

.text-effect-tx {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: .9em;
}

.text-effect-w {
  padding-top: .2em;
  padding-bottom: .2em;
}

.font-c {
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-weight: 400;
}

.font-c.hero-text {
  z-index: 2;
  text-align: center;
  letter-spacing: -.01em;
  font-size: min(14vw, 10rem);
  font-weight: 400;
  line-height: .95em;
}

.font-c.size-screen {
  font-size: 17vw;
  line-height: 1em;
}

.font-c.size-md {
  font-size: 3.125rem;
  line-height: 1em;
}

.font-c.size-md._w-ch {
  max-width: 8ch;
}

.main-he-span {
  display: inline-block;
  overflow: clip;
}

.btn-link {
  border-radius: var(--rounded-1);
  background-color: var(--primary);
  color: var(--secondary);
  cursor: pointer;
  padding: .625rem 1rem;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.btn-link:hover {
  background-color: var(--green);
  outline-color: var(--green);
  color: var(--primary);
}

.par-base {
  text-align: center;
  font-size: 1rem;
  line-height: 1.375em;
}

.par-base._w-ch {
  max-width: 50ch;
}

.sticky-w {
  padding-top: var(--y-base);
  padding-bottom: var(--y-base);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.sky-scroller {
  max-width: var(--max-w);
  border-radius: var(--rounded-1);
  pointer-events: auto;
  width: 70%;
  height: 29rem;
  overflow: clip;
}

.img-sky {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.flip-item {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  aspect-ratio: 389 / 193;
  border-radius: var(--rounded-1);
  outline-offset: 0px;
  outline: 1px solid #0000000d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: clip;
}


.flip-list-w {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.flip-list-w.list {
  flex-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  max-width: 30rem;
  display: flex;
}

.item-num {
  border-radius: var(--rounded-xs);
  background-color: #24281f1a;
  padding: .2rem;
  font-size: .625rem;
  line-height: 1em;
}

.abs-img {
  justify-content: center;
  align-items: center;
  height: 88%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.abs-img.smaller {
  height: 80%;
}

.abs-img.smaller.is--tomato {
  padding-right: 1rem;
}

.slide {
  aspect-ratio: 708 / 490;
  border-radius: var(--rounded-1);
  background-color: #a3a9fb;
  flex: none;
  width: 52rem;
  padding: 2.5rem;
  display: flex;
  overflow: clip;
}

.slides {
  cursor: grab;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-col {
  flex: 1;
}

.slide-col.flex-ve {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.slide-img {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.slide-outer {
  flex: none;
  padding-left: .75rem;
  padding-right: .75rem;
  position: relative;
}

.explainer-w {
  z-index: 5;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  width: 94%;
  height: 10rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.explainer-comp {
  border-radius: var(--rounded-1);
  background-color: var(--white);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.explainer-he {
  font-size: .875rem;
  font-weight: 600;
}

.btn {
  background-color: #efefef00;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  display: flex;
}

.btn.copy {
  border-radius: var(--rounded-1);
  outline-offset: 0px;
  cursor: pointer;
  outline: 1px solid #141b1333;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .375rem .625rem;
  transition: background-color .2s;
  display: flex;
}

.btn.flip-switch-btn {
  width: auto;
  height: auto;
  padding: .4rem;
  transition: color .2s, background-color .2s;
}

.btn.flip-switch-btn.current {
  border-radius: var(--rounded-1);
  background-color: var(--primary);
  pointer-events: none;
  color: #ffe9cf;
  pointer-events: none;
  pointer-events: none;
  background-color: #270f03;
  border-radius: .375rem;
}

.btn.slider-dot {
  background-color: #270f031a;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  transition: background-color .2s;
}

.btn.slider-dot.current {
  background-color: var(--primary);
  background-color: #270f03;
}

.btn.arrow {
  border-radius: var(--rounded-1);
  border: 1px solid #0003;
  width: auto;
  height: auto;
}

.btn.copy {
  outline-offset: 0px;
  cursor: pointer;
  border-radius: .375rem;
  outline: 1px solid #141b1333;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .375rem .625rem;
  transition: background-color .2s;
  display: flex;
}

.btn.copy:hover {
  background-color: #69e05f;
}

.btn.arrow {
  border: 1px solid #0003;
  border-radius: .375rem;
  width: auto;
  height: auto;
}

.plus-icon-w {
  aspect-ratio: 1;
  outline-offset: 0px;
  border-radius: 100%;
  outline: 1px solid #270f03;
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
  position: relative;
}

.text-block {
  font-weight: 400;
  line-height: 1em;
}

.btn-cent-w {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.plus-line {
  background-color: var(--primary);
  width: 1px;
  height: 50%;
  position: absolute;
}

.plus-line.rotate {
  width: 50%;
  height: 1px;
}

.inertia-slide {
  aspect-ratio: 517 / 439;
  border-radius: var(--rounded-1);
  background-color: #ff812df2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
}

.img-full {
  height: 100%;
}

.toggle-w {
  width: 18rem;
  height: 10rem;
  margin-bottom: 0;
  position: relative;
}

.toggle-html-input {
  opacity: 0;
}

.toggle-slider {
  cursor: pointer;
  background-color: #ffe9cf;
  border: .55rem solid #ffe9cf;
  border-radius: 10rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.toggle-ball {
  aspect-ratio: 1;
  pointer-events: none;
  background-color: #3875f9;
  border: .4rem solid #3875f9;
  border-radius: 100%;
  width: 8rem;
  transition: background-color .2s, border-color .2s;
}

.explainer-expandable-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.explainer-overflow {
  width: 100%;
  overflow: hidden;
}

.explainer-par {
  max-width: 25ch;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.div {
  cursor: pointer;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .75rem;
  position: relative;
}

.input {
  opacity: 0;
  position: absolute;
}

.span {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-line {
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.footer-line.separator {
  border-bottom: 1px solid #ffe9cf4d;
  padding-bottom: 2rem;
}

.col-half {
  flex: none;
  width: 50%;
  display: flex;
}

.col-half.items-r {
  justify-content: flex-end;
  align-items: flex-end;
}

.op-70 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .7;
  display: flex;
}

.op-7 {
  opacity: .7;
  color: #ffe9cf80;
}

._w-ch {
  max-width: 41ch;
}

.sub-nav-bg {
  background-color: #e7b6f3;
  color: var(--primary);
  border-radius: .7rem;
  padding: .4rem .3rem;
  overflow: clip;
  transform: translate(0, -200%);
}

.sub-nav-bg.show {
  transform: translate(0);
}

.current-highlight {
  border: 1px solid var(--primary);
  border-radius: var(--rounded-1);
  position: absolute;
  inset: 0%;
  background-color: var(--primary);
  z-index: -1;
}

.current-highlight:hover {
  background-color: var(--primary);
  z-index: -1;
}

.link-li-w.current {
  color: #fef8f1;
  z-index: 2;
}

.link-li-w:hover {
  color: #fef8f1;
  z-index: 2;
}

.flip-btn-w {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  margin-bottom: 2rem;
  display: flex;
}

#contact {
  background-color: var(--primary);
  color: #fef8f1;
  width: 40%;
  margin: auto;
  padding: 3rem 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 50px 50px 0 0;
}

@media screen and (max-width: 1024px) {
  #contact, 
  .slider-img {
    display: none !important;
  }
}

.contact-btn {
  letter-spacing: 3px;
  font-family: Anton, Arial, sans-serif;
  font-weight: 600;
  font-size: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fef8f1;
  cursor: pointer;
  background-color: inherit;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.contact-btn:hover {
  color: var(--secondary);
  background-color: var(--primary);
}

.contact-img {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 1rem;
}

.ext-link {
  color: var(--secondary);
  cursor: pointer;
  text-decoration: none;
}

.slider-ctrls-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.dots-w {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.arrow-btn {
  justify-content: center;
  align-items: center;
  padding: .6875rem;
  display: flex;
}

.slider-progress-w {
  background-color: #270f031a;
  border-radius: 9rem;
  min-width: 10rem;
  height: 1em;
  position: relative;
  overflow: clip;
}

.progress-bar {
  background-color: var(--primary);
  border-radius: 3rem;
  width: 50%;
  height: 100%;
}

.toggle-slider-shadow {
  background-color: var(--primary);
  opacity: .4;
  filter: blur(2px);
  border-radius: 5rem;
  position: absolute;
  inset: 0%;
  transform: translate(0, 15%);
}

.hero-running-w {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  transform: scale(1.3);
}

.alpha-video.layered {
  aspect-ratio: 1;
  width: 140%;
  position: absolute;
  transform: scaleX(-1);
}

.hero-overlay-item {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  height: 70%;
  display: flex;
}

.hero-overlay-item.sky {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-overlay-item.filler {
  pointer-events: none;
}

.sky-hero-w {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

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

.img.layer-up {
  z-index: 23;
  position: relative;
}

.img.scale-up {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.img.abs-top {
  position: absolute;
  inset: 0%;
}

.img.abs-top.z-3 {
  z-index: 3;
}

.img.multiply {
  opacity: .23;
  mix-blend-mode: multiply;
}

.hero-sky-w {
  aspect-ratio: 303 / 259;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.swap-img.top {
  object-fit: cover;
  height: 80%;
  position: absolute;
}

.hero-slider-w {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-card {
  border-radius: var(--rounded-1);
  background-color: #89dde4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-card.layer-1 {
  position: absolute;
}

.hero-card-img {
  width: 100%;
  max-width: 10rem;
}

.overflow-w {
  padding: 1rem 3rem 3rem;
  position: relative;
  top: -1rem;
  overflow: clip;
}

.scribbles-svg {
  z-index: 2;
  pointer-events: none;
  color: var(--white);
  width: 310%;
  position: absolute;
  top: -205%;
}

.overflow {
  height: 1.4em;
  overflow: clip;
}

.scroller-text {
  text-transform: uppercase;
  white-space: nowrap;
}

.scroller-line {
  background-color: var(--primary);
  color: var(--secondary);
  align-items: center;
  display: flex;
}

.scroller-line.first {
  transform: translate(0, 20%)rotate(-4deg);
}

.scroller-line.second {
  transform: translate(0, -30%)rotate(6deg);
}

.hero-img-tx-w {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: scale(2);
}

.code-block {
  display: none;
}

.explainer-comp-2 {
  background-color: #fef8f1;
  border-radius: .375rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.plus-line-2 {
  background-color: #270f03;
  width: 1px;
  height: 50%;
  position: absolute;
}

.plus-line-2.rotate {
  width: 50%;
  height: 1px;
}

.item-num-2 {
  background-color: #24281f1a;
  border-radius: .2rem;
  padding: .2rem;
  font-size: .625rem;
  line-height: 1em;
}

.sec-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.sec-2.reorganise {
  justify-content: flex-start;
  align-items: center;
}

.sec-2.scrolltrigger-sec {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400svh;
  padding-top: 0;
  padding-bottom: 0;
}

.sec-2.inertia {
  overflow: clip;
}

.flip-item-2 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  aspect-ratio: 389 / 193;
  outline-offset: 0px;
  border-radius: .375rem;
  outline: 1px solid #0000000d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.flip-item-2.is-4 {
  background-color: #ca9dfe;
}

.flip-item-2.is-6 {
  background-color: #f897b4;
}

.flip-item-2.is-2 {
  background-color: #ff812d;
}

.flip-item-2.is-3 {
  background-color: #f5c939;
}

.flip-item-2.is-5 {
  background-color: #7ae66a;
}

.comp-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 94%;
  min-width: 20vw;
  max-width: 1620px;
  display: flex;
  position: relative;
}

.sticky-w-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: sticky;
  top: 0;
}

.plus-line-3 {
  background-color: #270f03;
  width: 1px;
  height: 50%;
  position: absolute;
}

.plus-line-3.rotate {
  width: 50%;
  height: 1px;
}

.sky-scroller-2 {
  pointer-events: auto;
  border-radius: .375rem;
  width: 70%;
  max-width: 1620px;
  height: 29rem;
  overflow: clip;
}

.comp-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 94%;
  min-width: 20vw;
  max-width: 1620px;
  display: flex;
  position: relative;
}

.comp-3.video {
  max-width: 100%;
}

.plus-line-4 {
  background-color: #270f03;
  width: 1px;
  height: 50%;
  position: absolute;
}

.plus-line-4.rotate {
  width: 50%;
  height: 1px;
}

.slide-2 {
  aspect-ratio: 708 / 490;
  background-color: #89dde4;
  border-radius: .375rem;
  flex: none;
  width: 55vw;
  padding: 2.5rem;
  display: flex;
  overflow: clip;
}

.progress-bar-2 {
  background-color: #270f03;
  border-radius: 3rem;
  width: 50%;
  height: 100%;
}

.comp-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 94%;
  min-width: 20vw;
  max-width: 1620px;
  display: flex;
  position: relative;
}

.comp-4.slider-w {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.comp-4.inertia {
  flex-flow: row;
  height: 60svh;
}

.comp-4.text-exp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.comp-4.video {
  max-width: 100%;
}

.inertia-slide-2 {
  aspect-ratio: 517 / 439;
  background-color: #ff812df2;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
}

.plus-line-5 {
  background-color: #270f03;
  width: 1px;
  height: 50%;
  position: absolute;
}

.plus-line-5.rotate {
  width: 50%;
  height: 1px;
}

.text-example-container-2 {
  aspect-ratio: 334 / 195;
  color: #fef8f1;
  background-color: #270f03;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.plus-line-6 {
  background-color: #270f03;
  width: 1px;
  height: 50%;
  position: absolute;
}

.plus-line-6.rotate {
  width: 50%;
  height: 1px;
}

.text-g-item-2 {
  background-color: #0000001a;
  border-radius: .375rem;
  flex-flow: column;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.text-g-item-2:hover {
  background-color: #fef8f1;
}

.hero-btn-w {
  z-index: 3;
  position: relative;
}

.hero-stripe-w {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  font-family: Anton, Arial, sans-serif;
  font-size: 15vw;
  line-height: 1.1em;
  display: flex;
  position: fixed;
}

.hero-stripe-w.is-1 {
  position: absolute;
  transform: translate(0);
}

.hero-stripe-w.higher {
  z-index: 2;
}

.hero-stripe {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--primary);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem;
  display: flex;
}

.hero-stripe-text {
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.1em;
  position: relative;
}

.hero-inner-img {
  aspect-ratio: 1;
  flex: none;
  width: 10vw;
  position: relative;
}

.text-g-item-3 {
  background-color: #0000001a;
  border-radius: .375rem;
  flex-flow: column;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.dual-img {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dual-img-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.dual-img-shadow {
  mix-blend-mode: multiply;
  position: absolute;
}

.marquee-img {
  aspect-ratio: 1;
  width: 13rem;
  height: 100%;
}

.mobile-explainer-prompt {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  .comp {
    width: 90%;
  }

  .comp.text-exp {
    grid-template-columns: 1fr 1fr;
  }

  .comp.video {
    width: 100%;
  }

  .sub-nav-w {
    flex-flow: row;
  }

  .font-c.size-screen.overflow-cut {
    font-size: 17vw;
  }

  .abs-img {
    width: 50%;
  }

  .slide {
    width: 70vw;
  }

  .inertia-slide {
    width: 60vw;
  }

  .comp-2,
  .comp-3 {
    width: 90%;
  }

  .comp-3.video {
    width: 100%;
  }

  .slide-2 {
    width: 70vw;
  }

  .comp-4 {
    width: 90%;
  }

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

  .comp-4.video {
    width: 100%;
  }

  .inertia-slide-2 {
    width: 60vw;
  }

  .hero-stripe-w {
    font-size: 20vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    --secondary: #ffe9cf;
    --primary: #270f03;
    --y-base: 3rem;
    --nav-height: 3rem;
    --rounded-1: .375rem;
    --white: #fef8f1;
    --rounded-xs: .2rem;
  }

  .sec.hero {
    justify-content: center;
    padding-bottom: 2rem;
  }

  .sec.reorganise {
    overflow: clip;
  }

  .comp {
    width: 95%;
  }

  .comp.text-exp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .comp.toggle-w {
    top: -3rem;
  }

  .font-c.hero-text {
    font-size: 14vw;
  }

  .font-c.size-md {
    font-size: 2rem;
  }

  .font-c.size-md._w-ch {
    font-size: 2.15rem;
  }

  .sticky-w {
    height: 80svh;
  }

  .sky-scroller {
    height: 15rem;
  }

  .flip-list-w {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-template-columns: 1fr 1fr;
  }

  .flip-list-w.list {
    width: 50%;
  }

  .abs-img {
    justify-content: center;
    align-items: center;
  }

  .slide {
    padding: 1.6rem;
  }

  .slide-outer {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .explainer-w {
    filter: drop-shadow(0 2px 5px #0000001a);
    width: 80%;
    height: auto;
  }

  .explainer-comp {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    position: static;
  }

  .plus-icon-w,
  .explainer-copy-btn-w {
    display: none;
  }

  .toggle-w {
    width: 10rem;
    height: 5rem;
  }

  .toggle-slider {
    border-width: .2rem;
    align-items: center;
  }

  .toggle-ball {
    border-width: .2rem;
    width: 4rem;
    height: 4rem;
  }

  .explainer-par {
    max-width: 100%;
  }

  .input {
    opacity: 0;
  }

  .span {
    padding-top: .2rem;
  }

  .hero-running-w {
    transform: scale(1);
  }

  .img,
  .swap-img,
  .swap-img.top {
    object-fit: contain;
  }

  .overflow-w,
  .scribbles-svg {
    display: none;
  }

  .scroller-line.first {
    z-index: 2;
    position: relative;
  }

  .hero-img-tx-w {
    transform: scale(2);
  }

  .code-block {
    display: none;
  }

  .explainer-comp-2 {
    width: 100%;
    padding-bottom: 0;
    position: static;
  }

  .sec-2.reorganise {
    overflow: clip;
  }

  .flip-item-2 {
    padding: .75rem;
  }

  .comp-2 {
    width: 95%;
  }

  .sticky-w-2 {
    height: 80svh;
  }

  .sky-scroller-2 {
    height: 15rem;
  }

  .comp-3 {
    width: 95%;
  }

  .slide-2 {
    padding: 1.6rem;
  }

  .comp-4 {
    width: 95%;
  }

  .comp-4.text-exp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-stripe-w {
    font-size: 30vw;
  }

  .hero-inner-img {
    width: 26vw;
  }

  .mobile-explainer-prompt {
    border: 1px solid #0000004d;
    border-radius: 3px;
    margin-bottom: .4rem;
    padding: .3rem .6rem;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .comp {
    min-width: 80vw;
  }

  .comp.text-exp {
    grid-template-columns: 1fr;
    width: 95%;
  }

  .comp.toggle-w {
    top: -1.5rem;
  }

  .layer.hero-alt.show {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .font-c.size-md {
    margin-top: .2rem;
    font-size: 1.5rem;
  }

  .font-c.size-md._w-ch {
    font-size: 1.5rem;
  }

  .flip-item,
  .flip-list-w {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .flip-list-w.list {
    width: 100%;
  }

  .abs-img {
    justify-content: flex-end;
    align-items: center;
  }

  .slide {
    width: 80vw;
    min-height: 16rem;
    padding-left: .8rem;
    padding-right: .4rem;
  }

  .slide-col.flex-ve {
    flex: 1;
    justify-content: space-between;
  }

  .slide-outer {
    padding-right: .3rem;
  }

  .explainer-w {
    justify-content: center;
    align-items: flex-end;
  }

  .toggle-w {
    width: 9rem;
  }

  .explainer-par {
    max-width: 100%;
  }

  .footer-line {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .footer-line.separator {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .col-half {
    width: 100%;
  }

  .col-half.items-r {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero-overlay-item {
    transform: scale(2);
  }

  .hero-overlay-item.sky {
    pointer-events: none;
    transform: translate(-40%, -50%)scale(3);
  }

  .hero-overlay-item.slider {
    transform: translate(50%, 10%)scale(2);
  }

  .hero-overlay-item.run {
    pointer-events: none;
  }

  .hero-overlay-item.imgs {
    pointer-events: none;
    transform: translate(50%, -30%)scale(2);
  }

  .hero-overlay-item.text {
    pointer-events: none;
    transform: translate(0, -40%)scale(2);
  }

  .img,
  .swap-img,
  .swap-img.top {
    object-fit: contain;
  }

  .hero-slider-w {
    pointer-events: none;
  }

  .scroller-text {
    font-size: 50vw;
  }

  .flip-item-2 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .comp-2,
  .comp-3 {
    min-width: 80vw;
  }

  .slide-2 {
    width: 80vw;
  }

  .comp-4 {
    min-width: 80vw;
  }

  .comp-4.text-exp {
    grid-template-columns: 1fr;
    width: 95%;
  }

  .hero-btn-w {
    z-index: 20;
    position: relative;
  }

  .hero-stripe-w {
    font-size: 25vw;
  }
}


@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.font-card {
  color: #bfff32;
  font-size: 5em !important;
}

.slide-text {
  color: #fef8f1;
  font-size: 1.4em;
  line-height: 22px;
}

.slide-title {
  color: #fef8f1;
  font-size: 1.5em;
}

.slider-img {
  width: 200%;
  max-width: 200%;
  translate: -165px;
}

@media screen and (max-width: 767px) {
  .font-card {
    font-size: 4em !important;
  }
}
