:root {
  --accessible-components--white-smoke: whitesmoke;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--green: #00ffa7;
}

body {
  color: #94979c;
  background-color: #0c0e12;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: #f7f7f7;
  text-align: center;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: #f7f7f7;
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.22222;
}

h3 {
  color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33333;
}

p {
  margin-bottom: 0;
}

a {
  color: #cecfd2;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

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

.section.navbar-section {
  z-index: 999;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.section.footer-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.hero-section {
  padding-bottom: 120px;
  overflow: visible;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0c0e124d;
  border-radius: 999px;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.navbar-right {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.navbar-right.mobile {
  display: none;
}

.brand-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1b263b;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #00c27e;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 0 0 1px #0a0d122e, 0 -2px #0a0d120d, 0 1px 2px #0a0d120d;
}

.button:where(.w-variant-10030eb7-f4ca-4fc1-05c4-66bd3e5a5d17), .button:where(.w-variant-5f041ab3-caae-ac34-3a65-a1277c6e89d0) {
  padding: 10px 18px;
}

.button:hover {
  background-color: #00a46b;
}

.button:active {
  background-color: #008359;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-middle {
  z-index: 2;
  flex: none;
  position: relative;
}

.navbar-bg {
  z-index: 0;
  opacity: 1;
  background-color: #0c0e12;
  border: 1px solid #000;
  border-radius: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 24px 56px;
  position: absolute;
  inset: 10px 0%;
  box-shadow: 0 10px 16px -3px #14151a14, 0 3px 5px -2px #14151a0d;
}

.navbar-left {
  z-index: 1;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.menu-button {
  z-index: 1;
}

.container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.container.navbar-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container.desktop-padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.navbar-line {
  opacity: 0;
  background-color: #e8e8ea;
  height: 1px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-animation-trigger {
  z-index: 9999;
  width: 100vw;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #cecfd2;
  text-align: center;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 1.6;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: #5cfdc5;
}

.nav-link.w--current {
  color: #cecfd2;
}

.nav-link.w--current:hover {
  color: #5cfdc5;
}

.button-arrow {
  background-image: url("https://cdn.prod.website-files.com/686d5140f6b17abc07bf8498/686d5140f6b17abc07bf84a0_button-arrow-right-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 16px;
  height: 16px;
}

.hidden {
  display: none;
}

.page-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-blur {
  filter: blur(100px);
  background-image: linear-gradient(#00ffa780, #00ffa700);
  border-radius: 999px;
  width: 816px;
  height: 816px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -200px auto auto -15%;
}

.home-hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 52.63%;
  max-width: 57ch;
  display: flex;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #57ffc4;
  background-color: #001911;
  border: 1px solid #00422b;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  display: flex;
  box-shadow: 0 12px 16px -4px #0a0d1214, 0 4px 6px -2px #0a0d1208, 0 2px 2px -1px #0a0d120a;
}

.heading-1 {
  color: #f7f7f7;
  text-align: left;
  letter-spacing: -1.2px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

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

.text-xl.ch-60 {
  max-width: 60ch;
}

.button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #cecfd2;
  text-align: center;
  background-color: #0c0e12;
  border: 1px solid #373a41;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 0 0 1px #0a0d122e, 0 -2px #0a0d120d, 0 1px 2px #0a0d120d;
}

.button-secondary:where(.w-variant-10030eb7-f4ca-4fc1-05c4-66bd3e5a5d17), .button-secondary:where(.w-variant-5f041ab3-caae-ac34-3a65-a1277c6e89d0) {
  padding: 10px 18px;
}

.button-secondary:hover {
  background-color: #0e131d;
}

.button-secondary:active {
  background-color: #080f1d;
}

.heading-2 {
  color: #f7f7f7;
  letter-spacing: -.72px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.22222;
}

.cta {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cta-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 70ch;
  display: flex;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
  display: none;
}

.faq-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-icon {
  border: 2px solid #61656c;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-header {
  align-items: center;
  display: flex;
}

.faq-label-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.faq-icon-line-2 {
  background-color: #61656c;
  width: 70%;
  height: 2px;
  position: absolute;
}

.faq-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 40%;
  display: flex;
  position: sticky;
  top: 24px;
}

.faq-icon-line-1 {
  background-color: #61656c;
  width: 2px;
  height: 70%;
  box-shadow: 0 2px 5px #0003;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.faq-item {
  cursor: pointer;
  border: 1px solid #0a0f2914;
  border-radius: 10px;
  margin-bottom: 10px;
  line-height: 1.6em;
  box-shadow: 0 1px 2px #14151a0d;
}

.faq-title {
  color: #f7f7f7;
  font-size: 18px;
  font-weight: 600;
}

.faq-title-wrapper {
  flex: 1;
  padding: 16px 20px;
}

.content-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-header.medium {
  max-width: 768px;
}

.content-header.medium.padding-32 {
  max-width: 800px;
  padding-left: 32px;
  padding-right: 32px;
}

.faq-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 55%;
  display: flex;
}

.faq-answer-text {
  line-height: 1.5;
}

.faq-answer-wrapper {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-answer {
  padding: 0 20px 16px;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-link {
  color: #94979c;
  font-size: 14px;
}

.footer-link:hover {
  color: #f7f7f7;
}

.text-lg {
  color: #cecfd2;
  font-size: 18px;
  line-height: 1.55556;
}

.text-lg.color-soft {
  color: #94979c;
}

.footer-text {
  font-size: 14px;
}

.green {
  color: var(--accessible-components--green);
}

.green.br-span {
  display: block;
}

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

.space-0 {
  width: 100%;
  height: 0;
}

.line {
  background-color: #22262f;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

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

.metric-value-wrapper {
  display: flex;
}

.metric-value {
  color: #f7f7f7;
  text-align: center;
  letter-spacing: -1.2px;
  text-align: center;
  letter-spacing: -1.2px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.22222;
}

.metric-label {
  color: #94979c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 42.11%;
  max-width: 55vh;
  display: flex;
  position: relative;
}

.hero-bg-image {
  opacity: .08;
  width: 100%;
  display: none;
  position: absolute;
  inset: -25% 0% 0%;
}

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

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

.tab-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  color: #94979c;
  background-color: #0000;
  background-image: none;
  border-radius: 12px 12px 0 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  overflow: clip;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  border-color: var(--accessible-components--green);
  filter: grayscale(0%);
  color: var(--accessible-components--green);
  background-color: #0000;
  background-image: linear-gradient(#29ffb4, #0000 75%);
  border-bottom-style: none;
}

.tabs-menu {
  z-index: 1;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  overflow: auto;
}

.tab-link-icon {
  z-index: 1;
  object-fit: contain;
  width: 40px;
  height: 40px;
  position: relative;
}

.tab-link-bg {
  background-color: #0c0e12;
  border-radius: 12px 12px 0 0;
  display: none;
  position: absolute;
  inset: 1px;
}

.tab-link-text {
  z-index: 1;
  position: relative;
}

.tabs-content {
  margin-top: -8px;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-content-wrapper {
  color: #cecfd2;
  background-image: linear-gradient(#19996c00 30%, #29ffb4);
  border-radius: 0 12px 12px;
  padding: 40px;
  position: relative;
}

.tab-content-bg {
  background-color: #0c0e12;
  border-radius: 0 12px 12px;
  position: absolute;
  inset: 1px;
}

.tab-content {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.tab-image {
  object-fit: cover;
  border-radius: 12px;
}

.tab-label-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 44.01%;
  display: flex;
}

.features {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 15vh;
}

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

.feature-link {
  color: #94979c;
  writing-mode: vertical-rl;
  background-color: #0000;
  border-left: 1px solid #94979c;
  padding: 24px 12px;
  font-weight: 600;
  transform: rotate(180deg);
}

.feature-link.w--current {
  border-left-color: var(--accessible-components--green);
  color: var(--accessible-components--green);
  background-color: #0000;
}

.feature-link.current {
  color: #00ffa7;
  border-left-color: #00ffa7;
}

.feature-tabs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-tab-pane {
  width: 100%;
}

.feature-tabs-content {
  width: 100%;
  margin-left: 40px;
}

.feature-tab-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #cecfd2;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.4fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: flex;
}

.feature-image-wrapper {
  aspect-ratio: 1 / 1.2;
  background-image: linear-gradient(90deg, #003321, #008053);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  overflow: clip;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
}

.ts_trigger {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.ts_trigger.is-1 {
  top: 100vh;
}

.ts_trigger.is-2 {
  top: 200vh;
}

.ts_trigger.is-3 {
  top: 300vh;
}

.features-wrapper {
  height: 300vh;
}

.feature-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.feature-number-image {
  object-fit: contain;
  width: 132px;
  height: 87.0781px;
}

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

.feature-arrow-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-arrow-left {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #0c0e124d;
  background-image: url("https://cdn.prod.website-files.com/686d5140f6b17abc07bf8498/686d5140f6b17abc07bf84db_chevron-left.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #22262f;
  border-radius: 999px;
  flex: none;
  width: 44px;
  height: 44px;
  transition: all .2s;
}

.feature-arrow-left:hover {
  background-color: #0c0e128f;
  border-color: #3d465a;
}

.feature-arrow-left.right {
  background-image: url("https://cdn.prod.website-files.com/686d5140f6b17abc07bf8498/686d5140f6b17abc07bf84da_chevron-right.svg");
}

.feature-arrow-right {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #0c0e124d;
  background-image: url("https://cdn.prod.website-files.com/686d5140f6b17abc07bf8498/686d5140f6b17abc07bf84da_chevron-right.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #22262f;
  border-radius: 999px;
  flex: none;
  width: 44px;
  height: 44px;
  transition: all .2s;
}

.feature-arrow-right:hover {
  background-color: #0c0e128f;
  border-color: #3d465a;
}

.feature-arrow-right.right {
  background-image: url("https://cdn.prod.website-files.com/686d5140f6b17abc07bf8498/686d5140f6b17abc07bf84da_chevron-right.svg");
}

.section-blur {
  opacity: .6;
  filter: blur(100px);
  background-image: linear-gradient(#00ffa780, #00ffa700);
  border-radius: 999px;
  width: 816px;
  height: 816px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 60vh -30% auto auto;
}

.section-blur._2 {
  opacity: .4;
  filter: blur(80px);
  opacity: .4;
  top: 177.4vh;
  left: -30%;
  right: auto;
}

.spline-wrapper {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: -86px 0% 0%;
}

.spline-scene {
  z-index: 0;
  opacity: .1;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.spline-cover {
  z-index: 1;
  background-image: linear-gradient(0deg, #0c0e12, #0000 20%);
  position: absolute;
  inset: 0%;
}

.tabs-box {
  position: sticky;
  top: 15vh;
}

.tabs-wrapper {
  height: 300vh;
  position: relative;
}

.ts_trigger-2 {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.ts_trigger-2.is-1 {
  top: 50vh;
}

.ts_trigger-2.is-2 {
  top: 100vh;
}

.ts_trigger-2.is-3 {
  top: 150vh;
}

.ts_trigger-2.is-4 {
  top: 200vh;
}

.tab-image-wrapper {
  background-image: linear-gradient(#00ffa71f, #00ffa700);
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  width: 52.48%;
  padding: 16px;
}

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

.mockup-content {
  width: 82%;
  height: 74.2%;
  margin-left: -.3%;
  position: absolute;
  inset: 18.05% auto auto;
  overflow: clip;
}

.mockup-image {
  position: relative;
}

.phone-box-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 42.11%;
  max-width: 45vh;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.phone-mockup-content {
  width: 82%;
  height: 75.9%;
  position: absolute;
  inset: 15.4% auto auto;
  overflow: clip;
}

.phone-mockup-image {
  position: relative;
}

.phone-box-vh {
  height: 300vh;
}

.phone-box-big-wrapper {
  position: sticky;
  top: 100px;
}

.phone-dec-1 {
  width: 28%;
  max-width: 35vh;
  position: absolute;
  inset: 10% auto auto 0%;
}

.phone-dec-2 {
  width: 30%;
  max-width: 35vh;
  position: absolute;
  inset: auto auto 10% 0%;
}

.phone-dec-3 {
  width: 25%;
  max-width: 30vh;
  position: absolute;
  inset: 20% 0% auto auto;
}

.phone-dec-4 {
  width: 30%;
  max-width: 30vh;
  position: absolute;
  inset: auto 0% 10% auto;
}

@media screen and (min-width: 1280px) {
  .text-xl {
    font-size: 20px;
  }

  .footer-link, .footer-text {
    font-size: 16px;
  }

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

  .tab-link {
    font-size: 18px;
  }

  .feature-tab-content {
    grid-template-columns: .9fr 1.1fr;
  }
}

@media screen and (min-width: 1920px) {
  .hero-blur {
    left: -8%;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-blur {
    left: -8%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.navbar-section {
    position: relative;
  }

  .section.hero-section {
    padding-bottom: 64px;
  }

  .nav-menu {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #0c0e12;
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 24px;
  }

  .navbar-right.desktop {
    display: none;
  }

  .navbar-right.mobile {
    justify-content: flex-start;
    align-items: center;
    padding: 16px 8px;
    display: flex;
  }

  .navbar {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-middle {
    position: static;
  }

  .navbar-bg {
    display: none;
  }

  .navbar-left {
    width: auto;
    margin-right: 0;
  }

  .menu-button {
    background-color: #0000;
    background-image: url("https://cdn.prod.website-files.com/686d5140f6b17abc07bf8498/686d5140f6b17abc07bf84a8_Right%20Action.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    padding: 0;
    right: 4px;
  }

  .menu-button.w--open {
    background-color: #0000;
    background-image: url("https://cdn.prod.website-files.com/686d5140f6b17abc07bf8498/686d5140f6b17abc07bf84af_681f26a631967eadfda66ba6_navbar-X.svg");
    background-position: 50%;
    background-size: 32px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.desktop-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link:hover {
    color: #cecfd2;
    background-color: #0000;
  }

  .nav-link:active {
    color: #cecfd2;
  }

  .hero-blur {
    opacity: .4;
    filter: blur(50px);
    left: -29px;
  }

  .home-hero {
    flex-flow: column;
  }

  .hero-header {
    width: 100%;
    max-width: none;
  }

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

  .dashboard-intro-bg {
    inset: auto 0% 0%;
  }

  .dashboard-intro {
    height: auto;
  }

  .faq-content {
    width: 35%;
  }

  .content-header.medium.padding-32 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-list {
    width: 65%;
  }

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

  .footer-content {
    justify-content: space-between;
    width: 100%;
  }

  .footer-link, .footer-text {
    font-size: 16px;
  }

  .metric-value {
    font-size: 48px;
  }

  .hero-image-wrapper {
    order: -1;
    width: 50%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-decorative {
    width: 20vw;
    max-width: 250px;
  }

  .hero-bg-image {
    min-width: 1000px;
  }

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

  .tabs-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-icon {
    width: 40px;
    height: 40px;
  }

  .tabs-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-content-wrapper {
    padding: 32px;
  }

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

  .tab-label-wrapper {
    width: 100%;
  }

  .features {
    position: static;
  }

  .feature-link-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .feature-link {
    writing-mode: horizontal-tb;
    border-bottom: 1px solid #94979c;
    border-left-style: none;
    padding: 12px 24px;
    transform: none;
  }

  .feature-link.w--current {
    border-bottom-color: var(--accessible-components--green);
  }

  .feature-tabs {
    flex-flow: column;
  }

  .feature-tabs-content {
    margin-left: 0;
  }

  .feature-tab-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: .5fr 1.4fr;
    display: flex;
  }

  .feature-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 60%;
    height: auto;
    padding: 32px 32px 0;
  }

  .ts_trigger {
    display: none;
  }

  .features-wrapper {
    height: auto;
  }

  .feature-content {
    width: 50%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-blur {
    opacity: .2;
    filter: blur(50px);
    top: 87.4vh;
    left: auto;
  }

  .section-blur._2 {
    opacity: .2;
    filter: blur(50px);
    opacity: .2;
    top: 223.3vh;
  }

  .spline-wrapper {
    display: none;
  }

  .tabs-box {
    position: static;
  }

  .tabs-wrapper {
    height: auto;
  }

  .ts_trigger-2 {
    display: none;
  }

  .tab-image-wrapper {
    width: 100%;
  }

  .phone-box-wrapper {
    order: -1;
    width: 50%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-box-big-wrapper {
    top: 15vw;
  }

  .phone-dec-1, .phone-dec-2, .phone-dec-4 {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.phone-box-section {
    background-position: 0 80%, 100% 20%;
    background-size: 50px, 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .nav-menu {
    width: auto;
  }

  .navbar-right.mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-button {
    right: 6px;
  }

  .container.mobile-padding-0, .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .badge {
    padding: 12px 16px;
    font-size: 14px;
  }

  .badge-icon {
    width: 20px;
    height: 20px;
  }

  .heading-1 {
    letter-spacing: -.8px;
    font-size: 40px;
  }

  .text-xl.ch-60 {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .features-text {
    font-size: 16px;
  }

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

  .cta-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .text.lg {
    font-size: 16px;
  }

  .faq-content {
    width: 100%;
    position: relative;
    top: 0;
  }

  .faq-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-list {
    width: 100%;
  }

  .faq-answer {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 30px;
  }

  .footer {
    text-align: center;
  }

  .footer-content {
    flex-flow: column;
  }

  .metric-value {
    font-size: 40px;
  }

  .metric-label {
    font-size: 16px;
  }

  .hero-bg-image {
    min-width: 1000px;
  }

  .tab-link-icon {
    width: 32px;
    height: 32px;
  }

  .tab-content-wrapper {
    padding: 24px;
  }

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

  .tab-image, .tab-label-wrapper {
    width: 100%;
  }

  .feature-link-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .feature-link {
    flex: none;
  }

  .feature-tab-content {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-image-wrapper {
    order: 1;
    width: 100%;
  }

  .feature-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-number-image {
    width: 100px;
    height: 100px;
  }

  .feature-arrow-wrapper {
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    inset: 16px 15px auto auto;
  }

  .spline-wrapper {
    min-width: 1000px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    align-items: stretch;
  }

  .navbar-right.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .brand-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 0;
    font-size: 1.1rem;
  }

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

  .heading-1 {
    font-size: 36px;
  }

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

  .button-wrapper.mobile-col-1 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cta {
    align-items: stretch;
  }

  .fs_numbercount-1_wrapper {
    grid-template-columns: 1fr;
  }

  .footer-menu {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 320px;
  }

  .line {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .metrics {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .metric-value {
    font-size: 28px;
  }

  .metric-label {
    font-size: 14px;
  }

  .hero-image-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-image-decorative {
    width: 30vw;
    bottom: -17px;
    left: -6px;
  }

  .tab-link, .feature-link {
    min-width: 55vw;
  }

  .phone-box-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .phone-dec-1, .phone-dec-2, .phone-dec-3, .phone-dec-4 {
    display: none;
  }
}
