@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: #69e05f;
  --rounded-xs: .2rem;
  --dark: #161616;
  --light: #d9d9d9;
  --greengrad: #6cea70;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
}

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

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

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

.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.hero.dark {
  background-color: #111;
  background-image: url('../images/SlatePaper.jpg');
  background-position: 50%;
  background-size: contain;
}

.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.footer.dark {
  background-image: url('../images/SlatePaper_1.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 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: 100%;
  max-width: none;
}

.comp.toggle-w {
  z-index: 3;
  margin-top: 87px;
  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);
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 40px;
  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 {
  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;
  background-color: #00c5c5;
  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.is-2 {
  background-color: #ff812d;
}

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

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

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

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

.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: #89dde4;
  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;
  margin-top: 0;
  padding-bottom: 0;
}

.col-half {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

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

.col-half.items-r.whitepaper {
  background-image: url('../images/GreyPaper.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 60px;
}

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

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

._w-ch {
  color: var(--dark);
}

.sub-nav-bg {
  background-color: var(--secondary);
  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%;
}

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

.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;
  background-color: #00c5c5;
  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;
}

.body {
  background-color: var(--secondary);
}

.image {
  margin-bottom: 224px;
}

.cf-gradient-span {
  background-image: linear-gradient(180deg, var(--light), #b2b43e);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-left-info-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cf-bottom-left-contain {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 175px;
  display: flex;
}

.cf-review-logo {
  filter: contrast(0%);
  object-fit: contain;
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}

.cf-view-more-line {
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cf-58px-heading {
  color: #ffffff47;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-hero-image-contain {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-hero-section-1 {
  background-color: #f3f3f3;
  background-image: linear-gradient(#fff3f312, #fff3f312), url('../images/SlatePaper_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.cf-bio-text {
  color: #d1e0ffe6;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(135deg, var(--greengrad) 20%, #399953 60%, #56ff7d 80%, #5dff4b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-mail-icon {
  filter: contrast(0%);
  color: #fff;
  margin-left: 0;
  margin-right: 10px;
}

.cf-right-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 86px;
  padding-bottom: 172px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-hero-main-image {
  opacity: .7;
  filter: saturate(50%);
  width: 70%;
  position: relative;
  bottom: 0;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-top-right-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-bottom-right-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.cf-review-text---18px---italic {
  color: #e0ebffe6;
  text-align: right;
  letter-spacing: -.16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-top-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-reviewer-image-1 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
}

.cf-review-text {
  color: #d3e2ffe6;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-reviewer-image-2 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  height: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-3 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  margin-left: -20px;
}

.cf-hero-email-text {
  color: #e6eeff;
  font-size: 18px;
}

.cf-faq-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.cf-faq-main-wrapper.horizontal {
  flex-direction: row;
  padding-top: 100px;
}

.cf-faq-section-1 {
  background-image: linear-gradient(#0000004d, #fff0 6%), linear-gradient(#626b5e7d, #626b5e7d);
  position: relative;
}

.cf-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading.left {
  color: #a2a1a1;
  letter-spacing: -1px;
  mix-blend-mode: hard-light;
  margin-top: 0;
  font-family: Vollkorn, serif;
  font-size: 68px;
  line-height: 75%;
}

.cf-faq-questions {
  color: #a2a1a1;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.cf-faq-content {
  color: #0d0e10bf;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-faq-paragraph {
  color: var(--dark);
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 156%;
}

.cf-faq-question-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-2 {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cf-faq-question-container-2.first {
  border-top: 1px solid #0d0e101a;
}

.cf-faqs-wrapper {
  width: 60%;
  padding-top: 0;
}

.cf-bottom-line {
  background-color: #0d0e101a;
  width: 100%;
  height: 1px;
}

.cf-faq-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.cf-faq-bold-text {
  color: #16161691;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.cf-faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-text-wrap {
  flex-flow: column;
  width: 35%;
  max-width: 383px;
  padding-right: 40px;
  display: flex;
}

.div-block {
  margin-left: 40px;
}

.image-2 {
  filter: brightness(75%);
}

.cf-logo-section-2 {
  background-color: #24231a73;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 173px;
}

.cf-logo-2---wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-logo-2-heading {
  color: #919191;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Vollkorn, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.cf-logos-2--wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.cf-logos-2---image-contain {
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 178px;
  height: 100px;
  display: flex;
}

.cf-logo-image {
  opacity: .8;
  mix-blend-mode: normal;
  object-fit: contain;
}

.socials {
  filter: brightness(75%);
  transition: opacity .2s;
}

.socials:hover {
  filter: brightness(110%);
}

.text-span {
  font-style: italic;
  font-weight: 400;
}

.link-block {
  text-decoration: none;
}

.cf-cta-section {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.cf-review-stars {
  width: 100%;
  max-width: 132px;
  margin-bottom: 20px;
}

.cf-cta-error-message {
  background-color: #f5cec9;
  border-radius: 4px;
  font-weight: 500;
}

.cf-reviewer-name {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 178%;
}

.cf-reviewer-name.small {
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 12px;
}

.cf-reviewer-name.small.club {
  color: #858585;
  padding-top: 14px;
  padding-bottom: 0;
  font-size: 10px;
}

.cf-reviewer-name.lg {
  font-size: 48px;
}

.cf-cta-left-contain {
  width: 45%;
  max-width: 516px;
  padding-right: 60px;
}

.cf-cta-32px-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-reviewer-position {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 178%;
}

.cf-testimonial-top-contain {
  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;
  min-width: 100%;
  display: flex;
}

.cf-cta-form-wrapper {
  background-color: #0d0d0df0;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 80px;
  display: flex;
}

.cf-cta-form-wrapper:focus {
  border: 1px #000;
}

.cf-cta-text-field {
  color: #fff;
  background-color: #191919;
  background-image: url('../images/Envelope.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 8px;
  width: 100%;
  max-width: 440px;
  height: 64px;
  margin-bottom: 0;
  padding: 4px 160px 4px 56px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 178%;
}

.cf-cta-text-field::placeholder {
  color: #ffffffb3;
}

.cf-cta-submit-button {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
  position: absolute;
  inset: 4px 4px 4px auto;
}

.cf-cta-submit-button:hover {
  background-color: var(--conversion-flow-library--light-coral);
}

.cf-cta-testimonial-text {
  color: #fff;
  flex-flow: column;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  display: flex;
}

.cf-reviewer-block {
  width: 100%;
  display: flex;
}

.cf-reviewer-info {
  flex-direction: column;
  margin-left: 16px;
  display: flex;
}

.cf-testimonial-slide-wrapper {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  padding: 40px;
  display: flex;
  box-shadow: 0 20px 40px #99999912;
}

.cf-testimonial-slide-wrapper.black {
  background-color: #191919;
  width: 60%;
  max-width: none;
}

.cf-cta-form-block {
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
}

.cf-cta-form {
  display: flex;
  position: relative;
}

.cf-cta-success-message {
  background-color: #c9fa75;
  border-radius: 4px;
  font-weight: 500;
}

.cf-reviewer-image {
  object-fit: contain;
  border-radius: 100px;
  width: 100%;
  max-width: 64px;
  height: 64px;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cf-visual-features-item.navbar.blog {
  padding-left: 20px;
  padding-right: 20px;
}

.cf-visual-features-item.navbar.right-link {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px;
}

.cf-visual-features-item.navbar.right-link:hover {
  color: var(--conversion-flow-library--light-coral);
  background-color: #0000;
}

.cf-visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.cf-visual-features-items-container.nav.pages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid #f1f3f6;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0 20px;
}

.cf-visual-features-items-container.nav.blogs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.cf-dropdown-arrow---nav-3 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-heading-and-text-contain {
  margin-left: 20px;
}

.cf-navigation-left-2 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.cf-more-link {
  text-decoration: none;
}

.cf-navigation-3-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-dropdown-nav-3 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.cf-logo-image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-nav-3-link {
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.cf-nav-3-link:hover {
  color: var(--conversion-flow-library--light-coral);
  font-weight: 500;
}

.cf-nav-3-link.w--current {
  color: #2cae76;
  font-weight: 500;
}

.cf-nav-3-link.login {
  flex: none;
  font-weight: 500;
}

.cf-nav-3-link.login.desktop {
  padding-left: 15px;
  padding-right: 15px;
}

.cf-nav-3-link.login-mob {
  display: none;
}

.cf-button {
  background-image: linear-gradient(90deg, var(--conversion-flow-library--medium-purple) 2%, var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 82%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  border-radius: 12px;
  margin-top: 17px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.cf-button:hover {
  background-color: #0d0e10;
}

.cf-button.navigation-button {
  background-color: #0d0e10;
  flex: none;
}

.cf-button.navigation-button:hover {
  background-color: #1ebd53;
}

.cf-button.navigation-button.mobile {
  display: none;
}

.cf-navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.cf-divider-nav {
  background-color: #f1f3f6;
  width: 100%;
  height: 2px;
  margin-top: 38px;
  margin-bottom: 28px;
}

.cf-dropdown-list-full-wrapper-2 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px #40454f1a;
}

.cf-dropdown-list-full-wrapper-2.blog {
  max-width: 1160px;
}

.cf-navigation-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.cf-navigation-heading.more {
  color: var(--conversion-flow-library--medium-purple);
  margin-bottom: 0;
  font-size: 20px;
}

.cf-navigation-heading.more:hover {
  color: var(--conversion-flow-library--light-coral);
}

.cf-navigation-item-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cf-visual-features-item-image-2 {
  width: 100%;
  margin-bottom: 28px;
}

.cf-visual-features-item-image-2.pages {
  max-width: 56px;
  margin-bottom: 0;
}

.cf-navigation-3-center {
  width: auto;
  display: flex;
}

.cf-navigation-drop-container-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cf-navigation-drop-container-2.features {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.cf-navigation-drop-container-2.features.pages {
  padding-right: 40px;
}

.cf-right-side-links {
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.menu-button-mob {
  display: none;
}

.cf-navigation-3-menu {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.cf-navigation-3 {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-dropdown-list--nav-3 {
  background-color: #0000;
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px #00000014;
}

.cf-dropdown-list--nav-3.w--open {
  box-shadow: none;
  width: 80%;
  padding-top: 25px;
  top: 70px;
  overflow: visible;
}

.cf-dropdown-list--nav-3.blog.w--open {
  width: 80%;
}

.cf-dropdown-toggle---nav-3 {
  grid-column-gap: 6px;
  color: #04121f;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.cf-dropdown-toggle---nav-3:hover {
  color: var(--conversion-flow-library--light-coral);
  font-weight: 500;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-nav-link-summary {
  font-family: Montserrat, sans-serif;
}

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

.div-block-3 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  min-width: 100%;
  display: flex;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-testimonial-heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.cf-testimonial-author-image-wrap {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}

.cf-t-author-username-and-date {
  color: #474747;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.cf-testimonial-card {
  background-color: #ffffff1a;
  border-radius: 10px;
  max-width: 600px;
  padding: 27px 40px 40px;
  box-shadow: 8px 23px 200px #40454f0f;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.cf-testimonial-card-bottom {
  display: flex;
}

.cf-testimonial-text {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 156%;
}

.cf-testimonial-card-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.cf-testimonial-author-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.cf-testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
}

.cf-testimonial-author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 75%, var(--conversion-flow-library--sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-toggle-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-dot.green-toggle-dot {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 17%, var(--conversion-flow-library--light-coral) 55%, var(--conversion-flow-library--sandy-brown));
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-box-plan-wrapper {
  border-bottom: 1px solid #0003;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-plan-wrapper.white-border {
  border-bottom-color: #fff3;
}

.cf-pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-hero-para {
  color: #fff;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-pricing-hero-para.sm {
  font-size: 12px;
}

.cf-pricing-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-hero-head-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-pricing-plan-content-text {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-toggle-arrow-icon {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-pricing-plan-note-text {
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.cf-white-top-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.cf-pricing-plan-text {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.cf-secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

.cf-secondary-button.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-secondary-button.pricing-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 46%, var(--conversion-flow-library--sandy-brown));
}

.cf-primary-button {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button.pricing-button {
  color: #000;
  background-color: #fff;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-primary-button.pricing-button:hover {
  background-image: linear-gradient(96deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 50%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-box {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box.green-pricing-box {
  color: #fff;
  background-color: #1d1d1d;
  border-style: none;
}

.cf-pricing-box.pricing-1-box {
  background-color: #fff;
}

.cf-pricing-hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 115%;
}

.cf-toggle-save-container {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -141% 15%;
}

.cf-pricing-box-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-toggle-contain {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-contain.white-toggle {
  background-color: #fff;
}

.cf-pricing-box-wrapper {
  margin-top: 50px;
}

.cf-pricing-box-wrapper.pricing-1-box {
  margin-top: 100px;
  position: relative;
  top: 0;
}

.cf-pricing-hero-section {
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.cf-pricing-toggle-header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-toggle-header-wrapper.pricing-header-toggle {
  justify-content: center;
}

.cf-pricing-plan-price {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 38%, var(--conversion-flow-library--coral) 73%, var(--conversion-flow-library--sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-toggle-save-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

@media screen and (min-width: 1280px) {
  .cf-cta-left-contain {
    width: 51%;
    max-width: 550px;
  }
}

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

  .cf-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .cf-faq-main-wrapper.horizontal {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 42px;
  }

  .cf-faq-content {
    padding-bottom: 24px;
  }

  .cf-faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .cf-faq-answer-wrap {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-text-wrap {
    width: 100%;
    max-width: 420px;
    margin-bottom: 100px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 40px;
  }

  .cf-cta-left-contain {
    width: 100%;
    max-width: 400px;
    margin-bottom: 60px;
  }

  .cf-cta-32px-heading {
    font-size: 30px;
  }

  .cf-cta-form-wrapper {
    flex-direction: column;
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .cf-testimonial-slide-wrapper.black {
    width: 100%;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-visual-features-item.navbar.horizontal {
    justify-content: flex-start;
    font-size: 16px;
  }

  .cf-visual-features-items-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-items-container.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: grid;
  }

  .cf-visual-features-items-container.nav.pages {
    border-right-style: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-visual-features-items-container.nav.blogs {
    grid-template-columns: 1fr 1fr;
  }

  .cf-dropdown-arrow---nav-3 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-navigation-left-2 {
    width: 20%;
  }

  .cf-dropdown-nav-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-navbar-3-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cf-nav-3-link {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .cf-nav-3-link.login {
    padding: 15px 10px;
  }

  .cf-nav-3-link.login.desktop {
    display: none;
  }

  .cf-nav-3-link.login-mob {
    display: block;
  }

  .cf-button.navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .cf-button.navigation-button.mobile {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 150px;
    margin-left: 5%;
    display: flex;
  }

  .cf-navigation-right-2 {
    width: 50%;
    margin-right: 0;
  }

  .cf-divider-nav {
    margin-top: 18px;
  }

  .cf-dropdown-list-full-wrapper-2 {
    box-shadow: none;
    padding: 0;
  }

  .cf-navigation-item-heading {
    font-size: 20px;
  }

  .cf-visual-features-item-image-2.pages {
    width: 100%;
    max-width: 56px;
  }

  .cf-navigation-3-center {
    display: block;
  }

  .cf-navigation-drop-container-2 {
    flex-direction: column;
  }

  .cf-navigation-drop-container-2.features.pages {
    align-items: flex-start;
    padding-right: 0;
  }

  .cf-right-side-links {
    width: 100%;
  }

  .menu-button-mob {
    color: #6b6768;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu-button-mob.w--open {
    color: #6b6768;
    background-color: #0000;
  }

  .cf-navigation-3-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 50px 30px #0000000f;
  }

  .cf-navigation-3 {
    display: block;
  }

  .cf-dropdown-list--nav-3.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-dropdown-list--nav-3.blog.w--open {
    width: 90%;
  }

  .cf-dropdown-toggle---nav-3 {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .cf-testimonial-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-pricing-box-plan-wrapper {
    text-align: center;
    align-items: center;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .cf-pricing-plan-text.pricing-1-plan-text {
    font-size: 40px;
  }

  .cf-secondary-button.pricing-button, .cf-primary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box {
    min-height: auto;
  }

  .cf-pricing-box.green-pricing-box, .cf-pricing-box.pricing-1-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-row.pricing-box-1 {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box-row.pricing-box-2 {
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cf-toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-toggle-save-text {
    font-size: 18px;
  }
}

@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-item {
    padding: .75rem;
  }

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

  .cf-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-bottom-right-container, .cf-top-left-contain {
    max-width: none;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-faq-main-wrapper {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-h2-heading {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-h2-heading.left {
    text-align: left;
    font-size: 40px;
  }

  .cf-logo-2-heading {
    text-align: center;
    font-size: 22px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-logos-2---image-contain {
    width: 30%;
    height: 70px;
  }

  .cf-cta-32px-heading {
    font-size: 28px;
  }

  .cf-cta-form-wrapper {
    align-items: flex-start;
    width: 90%;
    max-width: 500px;
    padding: 80px 40px;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-visual-features-item.navbar.horizontal {
    align-items: center;
  }

  .cf-visual-features-items-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cf-visual-features-items-container.nav {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .cf-visual-features-items-container.nav.pages, .cf-visual-features-items-container.nav.blogs {
    grid-template-columns: 1fr;
  }

  .cf-navigation-left-2 {
    width: 26%;
  }

  .cf-navbar-3-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-button.navigation-button {
    margin-left: 0%;
  }

  .cf-button.navigation-button.mobile {
    justify-content: center;
  }

  .cf-navigation-right-2 {
    width: 60%;
  }

  .cf-divider-nav {
    margin-top: 18px;
  }

  .cf-navigation-item-heading {
    font-size: 18px;
  }

  .menu-button-mob {
    width: 40px;
    padding-right: 10px;
  }

  .cf-dropdown-list--nav-3.w--open {
    width: 90%;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-box-plan-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-plan-note-text {
    text-align: center;
  }

  .cf-pricing-plan-text {
    font-size: 32px;
  }

  .cf-pricing-box.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .cf-pricing-box.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .cf-pricing-hero-heading {
    font-size: 42px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-wrapper {
    margin-top: 100px;
  }

  .cf-pricing-toggle-header-wrapper {
    flex-direction: column;
  }
}

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

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-faq-main-wrapper.horizontal {
    padding-bottom: 60px;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 36px;
  }

  .cf-faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-content {
    font-size: 16px;
  }

  .cf-logo-2-heading {
    font-size: 20px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-logos-2---image-contain {
    width: 29%;
    min-width: 100px;
    height: 50px;
  }

  .cf-reviewer-name, .cf-reviewer-position {
    font-size: 16px;
  }

  .cf-cta-form-wrapper {
    padding: 60px 24px;
  }

  .cf-cta-text-field {
    padding-right: 20px;
  }

  .cf-cta-submit-button {
    margin-top: 20px;
    position: static;
  }

  .cf-cta-testimonial-text {
    font-size: 16px;
  }

  .cf-reviewer-block {
    flex-direction: column;
  }

  .cf-reviewer-info {
    margin-top: 16px;
    margin-left: 0;
  }

  .cf-testimonial-slide-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cf-testimonial-slide-wrapper.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-cta-form {
    flex-direction: column;
  }

  .cf-visual-features-item.navbar {
    padding: 20px;
    font-size: 16px;
  }

  .cf-visual-features-item.navbar.right-link {
    font-size: 16px;
  }

  .cf-visual-features-items-container.nav {
    max-width: none;
  }

  .cf-visual-features-items-container.nav.pages {
    padding-right: 0;
  }

  .cf-navigation-left-2 {
    width: 40%;
  }

  .cf-navbar-3-brand {
    width: 120px;
    height: 30px;
  }

  .cf-nav-3-link {
    font-size: 16px;
  }

  .cf-nav-3-link.login {
    display: none;
  }

  .cf-button {
    padding: 16px;
    font-size: 16px;
  }

  .cf-button.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .cf-button.navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .cf-navigation-right-2 {
    width: 50%;
  }

  .cf-navigation-drop-container-2.features {
    padding: 0;
  }

  .cf-navigation-drop-container-2.features.pages {
    padding-right: 0;
  }

  .menu-button-mob {
    flex: none;
    margin-left: 0;
  }

  .cf-dropdown-toggle---nav-3 {
    font-size: 16px;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .cf-testimonial-author-image-wrap {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .cf-t-author-username-and-date {
    font-size: 14px;
  }

  .cf-testimonial-card {
    padding: 20px;
  }

  .cf-testimonial-card-bottom {
    align-items: center;
  }

  .cf-testimonial-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-testimonial-author-name {
    font-size: 18px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-pricing-box-plan-wrapper {
    width: 100%;
  }

  .cf-pricing-hero-para {
    font-size: 16px;
  }

  .cf-white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-primary-button {
    padding: 16px 20px;
  }

  .cf-pricing-box.green-pricing-box, .cf-pricing-box.pricing-1-box {
    padding: 30px 15px;
  }

  .cf-pricing-box-row.pricing-box-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-pricing-box-wrapper.pricing-1-box {
    top: -80px;
  }

  .cf-pricing-hero-section {
    padding-top: 160px;
    padding-bottom: 150px;
  }
}

#w-node-a01fd21e-a530-e45b-8eb7-8dd655305d47-21818633 {
  align-self: start;
}

#w-node-_8b0cb48c-a899-c234-4a3a-5c9de97ccc5e-21818633, #w-node-_8b0cb48c-a899-c234-4a3a-5c9de97ccc72-21818633 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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