@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome Brands;
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome Duotone;
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --border-color: #262626;
  --primary: #df0;
  --dark-background: #0d0d0d;
  --white: white;
  --black: black;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #ccc;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.nav-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wbs-nav-center-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand-block {
  flex: 1;
}

.wbs-nav-center-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-center {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  padding-top: 2.2rem;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
}

.wbs-nav-center-menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #17171799;
  border: 1px solid #262626;
  border-radius: 250px;
  padding: 0 8px;
}

.navbar-link {
  color: #7a7a7a;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.navbar-link:hover, .navbar-link.w--current {
  color: #ccc;
}

.navbar-link.hidden {
  display: none;
}

.nav-block {
  flex: 0 auto;
}

.menu-button {
  background-color: #f7f7f7;
  border-radius: 10px;
}

.menu-button.w--open {
  background-color: #08b54f;
}

.brand-logo {
  width: 180px;
}

.brand-link {
  flex: 1;
}

.dark-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #7a7a7a;
  text-align: center;
  text-transform: capitalize;
  background-color: #17171799;
  border: 1px solid #262626;
  border-radius: 250px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.dark-button:hover {
  color: #ccc;
}

.dark-button.try-button {
  position: relative;
  overflow: hidden;
}

.floating-image {
  object-fit: cover;
}

.floating-image.left {
  border-radius: 20px;
  padding-left: 64px;
}

.floating-image.right {
  padding-right: 64px;
}

.floating-image.middle {
  width: 30%;
}

.hero-content {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-content {
  z-index: 1;
  position: relative;
}

.wbs-spacing-42 {
  height: 1.3rem;
}

.icon {
  font-family: Font Awesome, sans-serif;
  font-weight: 900;
}

.icon.brands {
  font-family: Font Awesome Brands, sans-serif;
  font-weight: 400;
}

.mockup {
  text-align: center;
  margin-top: 56px;
}

.hero-title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-lead-text {
  color: #7a7a7a;
  max-width: 537px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.pause {
  font-family: Font Awesome, sans-serif;
  font-weight: 900;
  display: none;
}

.buttons-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
}

.neon-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0d0d0d;
  text-align: center;
  text-transform: capitalize;
  background-color: #df0;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  min-width: 35%;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.neon-button:hover {
  box-shadow: 0 6px 18px #ddff004d;
}

.neon-button.delete {
  margin-top: 10px;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 4fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100vw;
  padding-top: 12rem;
  padding-bottom: 4rem;
  display: grid;
  overflow: hidden;
}

.wbs-spacing-43 {
  height: 1.875rem;
}

.xl-header {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(225deg, #fffff7 19%, #727267);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 94px;
}

.hero-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-container {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gradient {
  background-image: linear-gradient(to right, #0000, #0d0d0d 85%);
  width: 100px;
  height: 150px;
  position: absolute;
  bottom: 5%;
}

.gradient.left {
  background-image: linear-gradient(to right, #0d0d0d 15%, #0000 100%, #0000);
  display: none;
}

.gradient.right {
  display: none;
}

.clients-tag {
  color: #7a7a7a;
  text-align: center;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.animated-logos {
  display: none;
  overflow: hidden;
}

.section {
  flex-flow: column;
  width: 100%;
  padding: 6rem 5%;
  display: flex;
  position: relative;
}

.section.hidden {
  display: none;
}

.section.split {
  padding-left: 2%;
  padding-right: 2%;
}

.section.wide {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.clients-wrapper-three {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.subheader {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.glyph {
  color: #333;
  font-family: Font Awesome, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.glyph.neon {
  color: #df0;
  font-size: 18px;
  font-weight: 400;
}

.glyph.neon.brand {
  font-family: Font Awesome Brands, sans-serif;
  display: block;
}

.subtext {
  color: #df0;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.split-word {
  color: #ccc;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 60px;
}

.cards-grid-container {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.card-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 250px;
  margin-bottom: 16px;
  overflow: hidden;
}

.card-image.horizontal-image {
  width: 50%;
  height: 200px;
  position: relative;
  right: 0;
}

.large-header {
  color: #ccc;
  text-align: center;
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 400;
  line-height: 60px;
}

.large-header.linear-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fffff7, #727267);
  -webkit-background-clip: text;
  background-clip: text;
}

.large-header.linear-text.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.large-header.linear-text.form {
  margin-bottom: 10px;
}

.cards-flex {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 26px;
}

.cards-flex.mini {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 820px;
  padding-bottom: 16px;
}

.dark-card {
  background-color: #161616;
  background-image: linear-gradient(#161616cc, #0000 50%, #161616cc), url('../images/65d5efc7d6e554ae0330c1c3_honey-comb-1.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #262626;
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
}

.dark-card.linear {
  background-image: linear-gradient(#1e1e1e, #141414);
  width: 100%;
}

.dark-card.linear.horizontal {
  flex-direction: row;
  align-items: stretch;
}

.dark-card.linear.horizontal.mini {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #161616;
  background-image: none;
  border-radius: 12px;
  width: auto;
  padding: 12px 16px;
}

.basic-text {
  color: #7a7a7a;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.medium-header {
  color: #ccc;
  text-transform: capitalize;
  margin-top: 0;
  font-weight: 400;
}

.medium-header.mg0 {
  margin-bottom: 0;
}

.card-content {
  justify-content: center;
  width: 50%;
}

.card-icon {
  background-color: #131313e6;
  border-top: 1px solid #262626;
  border-left: 1px solid #262626;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  display: flex;
}

.max-width-large {
  max-width: 700px;
}

.large-fa-icon {
  color: #bdff05;
  font-family: Font Awesome, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.spark-price-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-side-flat-tab-parent.spark-flex-middle {
  align-items: flex-start;
  display: flex;
}

.spark-pricing-tab-pane {
  padding: 8px;
}

.spark-pricing-bottom {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.spark-foreground-primary {
  color: #fff;
  font-weight: 600;
  display: none;
}

.spark-checked-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.spark-checked-item.spark-half-width {
  font-family: Inter, sans-serif;
}

.spark-full-pricing-column {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}

.spark-full-pricing-column.spark-simple-shadow-tiny {
  background-color: #161616e6;
  border: 1px solid #262626;
  border-radius: 24px;
  padding: 16px;
  overflow: hidden;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: #df0;
}

.spark-left-side-pricing-info {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  color: #df0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.spark-left-side-pricing-info.spark-reduce-margin-bottom {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.spark-side-flat {
  color: #000;
  background-color: #0000;
  border-bottom: 3px solid #df0;
  width: 100%;
  padding: 48px 24px;
  transition: border-color .3s, color .15s;
}

.spark-side-flat:hover {
  color: #5532fa;
  border-bottom-color: #df0;
}

.spark-side-flat.w--current {
  background-color: #0000;
  border-bottom-color: #df0;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.spark-stacked-flat-tabs-menu {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-right: 10%;
  display: inline-block;
  position: sticky;
  top: 100px;
}

.spark-pricing-top {
  text-align: center;
  border-bottom: 1px solid #00000029;
  flex-direction: column;
  padding: 32px 16px;
  display: flex;
}

.spark-pricing-top.spark-thick-top-pricing {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 38px 48px;
}

.spark-pricing-information {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.spark-foreground-secondary-2 {
  color: #000000c2;
}

.spark-foreground-secondary-2.spark-no-bottom {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.spark-features-included {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border-bottom: 1px solid #00000029;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.spark-features-included.spark-two-column {
  flex-flow: wrap;
  justify-content: center;
}

.vibrant-link {
  color: #df0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.spark-button {
  color: #fff;
  background-color: #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.spark-button:hover {
  background-color: #1e116e;
}

.spark-button.spark-full-width {
  color: #0d0d0d;
  text-align: center;
  text-transform: capitalize;
  background-color: #df0;
  width: 100%;
  font-size: 16px;
}

.spark-button.spark-full-width:hover {
  box-shadow: 0 6px 18px #ddff004d;
}

.spark-large-plan-name {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-flexed-price {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.section-padding-global {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-container-medium {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-faq2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.faq-title {
  color: #ccc;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.combine-faq2_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.combine-faq2_accordion {
  background-color: #161616;
  border: 1px solid #262626;
  border-radius: 1.25rem;
}

.faq-answer {
  color: #7a7a7a;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4 {
  color: #7a7a7a;
}

.wbs-cta-8-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-section {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #161616;
  border: 1px solid #262626;
  border-radius: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem;
  display: grid;
  position: relative;
}

.cta-section.comb-back {
  background-image: linear-gradient(#161616, #87878700 54%, #161616), url('../images/65d5b5a5654e6379b41b859a_honey-comb-1.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.footer-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-divider-two {
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-social-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.footer-legal-link {
  color: #7a7a7a;
  margin-left: 24px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.footer-legal-link:hover {
  color: #ccc;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.company-link {
  color: #7a7a7a;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
}

.company-link:hover {
  color: #ccc;
}

.footer-copyright {
  color: #7a7a7a;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-subscribe {
  color: #ccc;
  padding: 40px 5%;
  position: relative;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-social-link-three {
  opacity: .4;
  color: #ccc;
  text-align: center;
  flex: 1;
  width: 10%;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Font Awesome Brands, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-social-link-three:hover {
  opacity: .85;
}

.footer-link {
  color: #7a7a7a;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.beta-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
}

.pop-up-main {
  z-index: 2;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #26262626;
  background-image: linear-gradient(#161616cc, #0000 50%, #161616cc), url('../images/65d5efc7d6e554ae0330c1c3_honey-comb-1.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 22px;
  width: 100%;
  max-width: 640px;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

.success-message {
  outline-offset: 0px;
  color: #ccc;
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  outline: 0 #0000;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.beta-cta {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #4b4b4b00;
  border-radius: 6px;
  padding: 15px 20px;
  font-weight: 600;
}

.blury-input {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #ccc;
  text-align: left;
  background-color: #4b4b4b40;
  border: 1px solid #3d3d3d;
  border-radius: 100px;
  height: 100%;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  transition: border .3s ease-in-out;
}

.blury-input:focus-visible, .blury-input[data-wf-focus-visible] {
  color: #ccc;
  border-color: #656565;
  margin-left: auto;
  margin-right: auto;
}

.blury-input::placeholder {
  color: #ccc;
  font-family: Inter, sans-serif;
}

.blury-input.pad16 {
  height: auto;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.blury-input.textfield {
  resize: none;
  border-radius: 16px;
  height: 15rem;
}

.blury-input.textfield::placeholder {
  color: #7a7a7a;
}

.checked-lottie {
  height: 12rem;
}

.success {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-stroke-color: transparent;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pop-up-container {
  z-index: 999;
  color: #fff;
  background-color: #0d0d0dcc;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.pop-up-container.call {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pop-up-container.feedback {
  display: none;
}

.form-group {
  grid-column-gap: 8px;
  flex-flow: row;
  margin-top: 4px;
  display: flex;
}

.form-group.vertical {
  flex-flow: column;
}

.close-modal {
  border: 1px solid var(--border-color);
  background-color: #1d1d1d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Font Awesome, sans-serif;
  font-weight: 900;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: -16px;
  right: -16px;
}

.close-modal:hover {
  color: var(--primary);
  background-color: #313131;
}

.dark {
  background-color: var(--dark-background);
}

.image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
}

.hero-section {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.rich-text-block {
  font-family: Inter, sans-serif;
}

.spark-text {
  color: #7a7a7a;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.outer-space-close {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.select {
  color: #ccc;
  background-image: url('../images/solar_alt-arrow-down-outline.svg');
  background-position: 96% 42%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Inter, sans-serif;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.form-block.pad26 {
  text-align: center;
  padding-left: 26%;
  padding-right: 26%;
}

.warning-message {
  color: #7a7a7a;
  text-align: left;
  margin-top: 14px;
  font-size: 11px;
}

.link {
  color: #ccc;
  font-weight: 600;
}

.form-header {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}

.app-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.store-badge {
  border: 1px solid #252525;
  border-radius: 8px;
  height: 50px;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.form {
  width: 100%;
  height: 100%;
}

.minisub {
  text-align: center;
  max-width: 92%;
  font-size: 12px;
  font-weight: 300;
}

.header-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.call-text {
  color: #ccc;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 600;
}

.call-text.no-text {
  display: none;
}

.number {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.call-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .wbs-nav-center-right {
    display: none;
  }

  .navbar-center {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #0d0d0dd9;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .wbs-nav-center-menu {
    background-color: #171717cc;
    border-radius: 30px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-link {
    color: #b3b3b3;
    text-align: center;
  }

  .menu-button {
    color: #ccc;
    background-color: #17171799;
    border: 1px solid #262626;
    border-radius: 100%;
    padding: 16px;
    font-size: 28px;
  }

  .menu-button.w--open {
    background-color: #17171799;
  }

  .floating-image.left {
    padding-left: 32px;
  }

  .floating-image.right {
    padding-right: 32px;
  }

  .mockup.card {
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero-lead-text {
    max-width: 460px;
  }

  .hero {
    grid-row-gap: 40px;
    padding-top: 8rem;
  }

  .xl-header {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.2em;
  }

  .hero-container {
    max-width: 100%;
  }

  .section-container {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .section.wide {
    padding-top: 8rem;
  }

  .clients-wrapper-three {
    align-items: center;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
  }

  .card-image {
    height: 300px;
  }

  .cards-flex {
    flex-wrap: wrap;
  }

  .cards-flex.mini {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-side-flat-tab-parent.spark-flex-middle {
    flex-direction: column;
  }

  .spark-pricing-tab-pane {
    padding: 0;
  }

  .spark-checked-item.spark-half-width {
    width: 50%;
  }

  .spark-side-flat, .spark-side-tabs-content.spark-full-width-mobile {
    width: 100%;
  }

  .spark-stacked-flat-tabs-menu {
    width: auto;
    margin-bottom: 64px;
    margin-right: 5%;
    position: static;
  }

  .spark-features-included {
    padding-left: 64px;
    padding-right: 64px;
  }

  .section-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cta-section {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 40px;
  }

  .footer-container {
    max-width: 728px;
  }

  .footer-social-block {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .beta-cta {
    max-width: 90%;
  }

  .pop-up-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .dark-button {
    font-size: 14px;
  }

  .hero-content {
    width: 80%;
  }

  .mockup {
    width: 60%;
  }

  .mockup.card {
    display: none;
  }

  .hero-lead-text {
    max-width: 350px;
  }

  .buttons-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .neon-button {
    font-size: 14px;
  }

  .hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .xl-header {
    font-size: 3rem;
  }

  .gradient.left {
    height: 150px;
    display: block;
  }

  .gradient.right {
    display: block;
    right: 0%;
  }

  .clients-image-three {
    object-fit: cover;
    width: 18%;
    margin-bottom: 30px;
  }

  .animated-logos {
    justify-content: space-between;
    display: flex;
  }

  .section.wide {
    padding-bottom: 2rem;
  }

  .clients-wrapper-three {
    justify-content: space-between;
    min-height: 120px;
    padding-right: 10px;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
  }

  .large-header.linear-text {
    font-size: 36px;
  }

  .basic-text.form-text {
    max-width: 72%;
  }

  .spark-side-tabs-content, .spark-stacked-flat-tabs-menu {
    width: 100%;
  }

  .spark-features-included.spark-two-column {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta-section {
    grid-template-columns: 1fr;
  }

  .footer-social-block {
    margin-top: 10px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    order: 1;
    margin-top: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .pop-up-main {
    max-width: 400px;
  }

  .beta-cta {
    grid-template-columns: 1fr;
  }

  .pop-up-container {
    padding: 2rem 2%;
  }

  .select {
    background-position: 94% 42%;
  }

  .form-block.pad26 {
    padding-left: 8%;
    padding-right: 8%;
  }

  .form-header {
    text-align: center;
  }

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

  .number {
    font-size: 20px;
  }

  .call-block {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {
  .dark-button {
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .hero-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .buttons-container {
    grid-column-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    max-width: 240px;
  }

  .neon-button {
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .xl-header {
    font-size: 2.1rem;
  }

  .section-container {
    max-width: 100%;
  }

  .gradient.left, .gradient.right {
    bottom: 7%;
  }

  .clients-image-three {
    margin-bottom: 0;
  }

  .clients-wrapper-three {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
  }

  .split-word {
    font-size: 32px;
    line-height: 42px;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
  }

  .card-image {
    height: 200px;
  }

  .large-header.linear-text {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 38px;
  }

  .dark-card.linear {
    padding: 14px;
  }

  .dark-card.linear.horizontal {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-content {
    width: 100%;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-checked-item.spark-half-width {
    width: 100%;
  }

  .spark-left-side-pricing-info.spark-reduce-margin-bottom {
    justify-content: center;
  }

  .spark-hold-pricing {
    text-align: center;
    width: 100%;
  }

  .spark-side-flat {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .spark-side-tabs-content.spark-full-width-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .spark-pricing-top.spark-thick-top-pricing {
    grid-row-gap: 16px;
    text-align: center;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-features-included {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vibrant-link {
    line-height: 1.3;
  }

  .spark-large-plan-name {
    font-size: 1.2rem;
  }

  .section-padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-section {
    padding: 20px;
  }

  .footer-container {
    max-width: none;
  }

  .footer-social-block {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-link-three {
    width: 10%;
  }

  .beta-header {
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .pop-up-main {
    max-width: 280px;
  }

  .blury-input.pad16 {
    font-size: 12px;
  }

  .pop-up-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .form-group {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .store-badge {
    height: 40px;
  }

  .number {
    line-height: 40px;
  }
}

#w-node-d61fa65f-4ccf-223d-7372-f1dbeaaf7afb-fc906369 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d61fa65f-4ccf-223d-7372-f1dbeaaf7b13-fc906369 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a8059852-4eaf-67a2-6728-9b7cc9a4ef75-fc906369, #w-node-_05aca973-763e-099a-f8d3-ebce5b6001ae-fc906369, #w-node-_412a528e-575f-b047-192b-a526f8c2be83-fc906369, #w-node-_0ce56ef5-118b-8d65-9365-a9d9a4898681-fc906369, #w-node-_692c14ec-4895-2e2c-e6d9-aa215f9ae593-fc906369, #w-node-ec7d37a6-b816-cfb8-fdbe-c688433c8cf8-fc906369, #w-node-_73b9af58-e333-4a40-e9f4-fe5d35409173-fc906369 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d61fa65f-4ccf-223d-7372-f1dbeaaf7afd-fc906369 {
    order: -9999;
  }

  #w-node-a8059852-4eaf-67a2-6728-9b7cc9a4ef75-fc906369, #w-node-_05aca973-763e-099a-f8d3-ebce5b6001ae-fc906369, #w-node-_412a528e-575f-b047-192b-a526f8c2be83-fc906369 {
    justify-self: end;
  }

  #w-node-_57f52d4c-a691-2471-96cd-0ff7ec15ec7d-fc906369 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome Brands';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome Duotone';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}