:root {
  --color--background-color: white;
  --fonts--heading-font: Fredoka, sans-serif;
  --color--font-color: #000;
  --color--blue: #3b82f6;
  --fonts--paragraph-font: "Nunito Sans", sans-serif;
  --color--paragraph-color: #1d1d1d;
  --color--bluedark: #1e3a8a;
  --color--bluelight: #93c5fd;
  --color--grey-sections: #f1f1f1;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --color--money-green: #34d594;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-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 {
  background-color: var(--color--background-color);
  font-family: var(--fonts--heading-font);
  color: var(--color--font-color);
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  color: var(--color--blue);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 200px;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  font-family: var(--fonts--paragraph-font);
  color: var(--color--paragraph-color);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: var(--color--font-color);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: var(--fonts--paragraph-font);
  color: var(--color--paragraph-color);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-right: 2px solid var(--color--bluedark);
  border-left: 2px solid var(--color--bluedark);
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: DM Sans;
  font-size: 16px;
}

.white-colors-show-case {
  background-color: #fff;
  border-radius: 300px;
  width: 54px;
  height: 54px;
  box-shadow: 0 0 9px #00000047;
}

.yellow-color-show-case {
  background-color: var(--color--bluedark);
  border-radius: 300px;
  width: 54px;
  height: 54px;
}

.yellow-color-show-case.blue {
  background-color: var(--color--bluelight);
}

.yellow-color-show-case.orange {
  background-color: var(--color--blue);
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-background {
  background-color: #d8d8d8;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-background-padding {
  padding: 40px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.navbar-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  align-items: center;
  width: auto;
  max-width: none;
  height: 50px;
  padding: 4px 4px 4px 5px;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  border: 1px solid var(--color--grey-sections);
  background-color: var(--color--bluedark);
  font-family: var(--fonts--paragraph-font);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  color: #fff;
  background-color: #222;
}

.button.navbar-button {
  background-color: var(--color--bluedark);
  color: var(--color--background-color);
  border-style: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 41px;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 400;
  transition: background-position .25s, background-color .45s;
  display: flex;
}

.button.navbar-button:hover {
  background-color: #292929;
}

.button.navbar-button.download-app {
  align-items: baseline;
  font-size: 14px;
  font-weight: 500;
}

.button.transparent {
  border-color: var(--color--grey-sections);
  color: var(--color--grey-sections);
  background-color: #fff0;
  transition-property: color, background-color;
}

.button.transparent:hover {
  color: #adadad;
}

.button.white {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0f0f0f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 42px;
  font-size: 16px;
  display: flex;
}

.button.white:hover {
  background-color: #fff;
}

.button.white.download-app {
  color: var(--color--font-color);
  border-radius: 12px;
  align-items: baseline;
}

.button.form-button {
  background-color: var(--color--bluelight);
  color: #fff;
  border: 1px solid #b27cff;
  border-radius: 8px;
  height: 42px;
  padding: 10px 22px;
  font-size: 14px;
  transition-property: border-color, background-color;
}

.button.form-button:hover {
  background-color: #640d7e;
  border-color: #922ab1;
}

.button.download-app {
  color: var(--color--background-color);
}

.style-guide-box-holder {
  background-color: #fff;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section.grey-section {
  background-color: var(--color--grey-sections);
}

.section.hero-section {
  margin-top: -72px;
  margin-bottom: 60px;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #eee;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cols-text {
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-size: 20px;
  line-height: 1.5;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-holder {
  width: auto;
  height: 100%;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.nav-menu-link-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-link-container {
  flex: 1;
  justify-content: center;
  height: 100%;
  display: flex;
}

.brand-image {
  width: 36px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  display: flex;
}

.nav-links {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  font-family: var(--fonts--paragraph-font);
  color: var(--color--paragraph-color);
  border-bottom: 3px solid #fff0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 9px 12px 8px;
  font-size: 14px;
  transition: background-color .6s;
  display: flex;
}

.nav-link.w--current {
  background-color: var(--color--blue);
  color: #fff;
}

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  font-family: var(--fonts--heading-font);
  color: var(--color--font-color);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link {
  color: var(--color--paragraph-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: var(--color--blue);
}

.footer-divider {
  border-top: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  padding-top: 40px;
  display: flex;
}

.footer-copyright-center {
  text-transform: uppercase;
  font-size: 15px;
}

.black-link {
  color: var(--color--font-color);
  text-decoration: underline;
  transition: color .375s;
}

.black-link:hover {
  color: #a1a1a1;
}

.title {
  color: var(--color--bluedark);
  -webkit-text-stroke-color: var(--color--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.black-text {
  color: var(--color--font-color);
}

.featured-logo-wrapper {
  width: 110px;
}

.title-container {
  max-width: 762px;
}

.paragraph-holder {
  max-width: 465px;
}

.early-access-card {
  perspective: 1500px;
  width: 100%;
  min-width: 370px;
  position: relative;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
  display: flex;
}

.early-access-title-holder {
  max-width: 349px;
}

.power-feature-card-container {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-heading {
  font-size: 20px;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.hide {
  display: none;
}

.pricing-tag {
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 100px;
  padding: 9px 16px;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

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

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-field {
  color: var(--color--font-color);
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  width: 100%;
  max-width: 500px;
  height: 60px;
  margin-bottom: 0;
  font-size: 16px;
  transition: border-color .45s, box-shadow .425s;
}

.text-field:hover {
  border-color: #fff;
}

.text-field:focus {
  border-color: var(--color--bluedark);
}

.text-field::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

.submit-button {
  background-color: var(--color--bluedark);
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 14px 2px 2px;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button:hover {
  background-color: #0f56c3;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #333;
  border: 1px solid #aa5252;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #ff00041f;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-container {
  border-right: 1px solid #ddd;
  min-width: 270px;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #fff;
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: var(--color--font-color);
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  border-right: 3px solid var(--color--bluedark);
  opacity: 1;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  filter: invert();
  width: 100%;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #ebebeb;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040, 1px 1px 14px #00000040, 0 21px 36px #635bff21;
}

.figma-file-container.center {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.figma-file-icon-holder {
  width: 41px;
  min-width: 41px;
  height: 41px;
}

.figla-file-icon {
  filter: invert();
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.figma-header {
  font-size: 24px;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  border-radius: 20px;
  width: 100%;
}

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

.sticky {
  position: sticky;
  top: 85px;
}

.link {
  color: var(--color--font-color);
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.brand {
  width: auto;
  padding-bottom: 0;
}

.brand.w--current {
  width: auto;
}

.reviews-logos-holder {
  align-items: center;
  padding-bottom: 8em;
  display: flex;
  overflow: hidden;
}

.deploying-app-title-holder {
  max-width: 440px;
  margin-bottom: 20px;
}

.deploying-app-link-holder {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.deploying-app-images-holder {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.deploying-app-paragraph-holder {
  max-width: 530px;
}

.gradient-line {
  opacity: .5;
  background-image: linear-gradient(to right, #ebebeb00, #ebebeb 17% 81%, #ebebeb00);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.tab-link {
  background-color: #19191b;
  border: 1px solid #2f2f2f;
  border-radius: 16px;
  height: 100%;
  padding: 23px;
  transition: border-color .425s;
}

.tab-link:hover {
  border-color: #8a8a8a;
}

.tab-link.w--current {
  background-color: #1b1c1d;
  border-color: #fff;
}

.footer-signup-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 320px;
  display: flex;
}

.footer-title {
  color: var(--color--blue);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.success-message {
  color: var(--color--background-color);
  background-color: #191919;
  border: 1px solid #5d5d5d;
  border-radius: 5px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.social-media-holder {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.social-media-container {
  width: 24px;
}

.social-media-image {
  width: 100%;
}

.footer-container {
  z-index: 2;
  background-color: var(--color--background-color);
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}

.footer-brand-holder {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  display: flex;
}

.footer-brand {
  width: 40px;
}

.hero-center-text-holder {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gradient-text {
  background-image: linear-gradient(90deg, var(--color--bluedark), var(--color--bluelight) 54%, var(--color--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
}

.hero-paragraph-holder {
  max-width: 680px;
  font-size: 16px;
}

.hero-phone-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-phone-container {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 400px 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 120%;
  padding-top: 100px;
  display: grid;
  position: relative;
}

.hero-section-phone-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-section-phone-holder.cta {
  width: 400px;
  margin-bottom: -26%;
}

.hero-section-phone-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.hero-section-phone-screenshot-holder {
  padding: 5%;
  position: absolute;
  inset: 0%;
}

.hero-section-phone-screenshot-image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.home-hero-holder {
  padding-top: 80px;
  overflow: hidden;
}

.hero-card-image-holder {
  width: 100%;
  max-width: 370px;
  height: 360px;
  display: flex;
  position: relative;
}

.hero-card-image {
  perspective: 1500px;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.hero-card-image.flip {
  transform: scale(1);
}

.blured-bg {
  z-index: -1;
  background-image: linear-gradient(225deg, var(--color--bluedark), var(--color--bluelight) 51%, var(--color--blue) 64%);
  opacity: .37;
  filter: blur(120px);
  border-radius: 400px;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -5%;
}

.blured-bg.pricing {
  opacity: .76;
  width: 100%;
  height: 430px;
  top: 11%;
}

.reviews-logos-container {
  grid-column-gap: 90px;
  flex-direction: row;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.title-holder {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.reviews-logos {
  min-width: 130px;
  height: 60px;
  display: flex;
}

.reviews-logos-wrapper {
  margin-left: 60px;
  position: relative;
}

.reviews-logo-image {
  width: 100%;
  max-height: 60px;
}

.features-title-holder {
  max-width: 760px;
}

.fetaures-paragraph-holder {
  max-width: 642px;
}

.data-collection {
  padding-top: 65px;
  padding-bottom: 65px;
}

.data-collection-tab-holder {
  padding-top: 58px;
  padding-bottom: 58px;
}

.tab-link-tab-2 {
  border: 1px solid var(--color--bluelight);
  background-color: var(--color--background-color);
  color: var(--color--font-color);
  border-radius: 8px;
  margin-right: 12px;
  padding: 14px 36px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color .275s, border-color .2s, background-color .35s;
}

.tab-link-tab-2.w--current {
  border: 1px solid var(--color--bluedark);
  background-color: var(--color--bluedark);
  color: var(--color--background-color);
  border-radius: 8px;
}

.tabs-content {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-pane-holder {
  border-radius: 22px;
  width: 100%;
  overflow: hidden;
}

.tab-pane {
  width: 100%;
}

.data-collection-stats-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.style-heading-04 {
  color: var(--color--bluedark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 600;
}

.data-collection-spacing {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.data-collection-stats {
  grid-column-gap: 40px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats {
  align-items: center;
  display: flex;
}

.stats-line {
  background-image: linear-gradient(180deg, var(--color--bluedark), var(--color--bluelight) 53%, var(--color--blue));
  flex: none;
  width: 6px;
  height: 100%;
}

.stats-number-holder {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 24px;
}

.stats-number {
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 500;
}

.stats-description {
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.collaborate-grid-holder {
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.collaborate-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.collaborate-grid._02 {
  grid-template-columns: .75fr 1fr;
}

.collaborate-content-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.tag {
  font-family: var(--fonts--paragraph-font);
  color: #5757cc;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.collaborate-button-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 31px;
  display: flex;
}

.collaborante-image-holder {
  background-image: linear-gradient(to bottom, var(--color--bluedark), var(--color--bluelight) 52%, var(--color--blue));
  perspective: 1500px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 70px 42px;
  display: flex;
  overflow: hidden;
}

.collaborate-image {
  object-fit: fill;
  border-radius: 14px;
  width: 100%;
  box-shadow: 0 5px 5px #00000040;
}

.pricing-header-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 120px;
  display: flex;
}

.pricing-tab-menu {
  justify-content: flex-end;
  display: flex;
  top: -105px;
}

.pricing-table-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-table {
  z-index: 1;
  background-color: var(--color--background-color);
  border-radius: 11px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: relative;
}

.pricing-table.middle {
  height: 100%;
  margin: 1px;
}

.pricing-tags {
  color: #34d594;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 4px 6px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.pricing-tags.blue {
  color: var(--color--bluelight);
}

.pricing-tags.orange {
  color: var(--color--blue);
}

.pricing-price {
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

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

.pricing-list {
  padding-left: 0;
  list-style-type: none;
}

.pricing-check {
  width: 14px;
  min-width: 14px;
}

.pricing-check-icon {
  width: 100%;
}

.pricing-text {
  font-family: var(--fonts--paragraph-font);
  color: var(--color--font-color);
  font-size: 18px;
}

.list-item {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.pricing-button-holder {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.pricing-gradient {
  background-image: linear-gradient(135deg, var(--color--bluedark), var(--color--bluelight) 50%, var(--color--blue));
  border-radius: 11px;
  position: absolute;
  inset: 0%;
}

.pricing-block {
  position: relative;
}

.pricing-tabs {
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.pricing-tab {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.pricing-content {
  width: 100%;
}

.cta-holder {
  grid-row-gap: 40px;
  background-color: var(--color--grey-sections);
  border-radius: 36px;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  display: flex;
  overflow: hidden;
}

.cta-icon-holder {
  justify-content: center;
  align-items: center;
  width: 85px;
  margin-bottom: 10px;
  display: flex;
}

.cta-icon {
  width: 100%;
  max-width: 100%;
}

.cta-heading {
  text-align: center;
  max-width: 528px;
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: 600;
}

.cta-content {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-card {
  perspective: 1500px;
}

.image {
  width: auto;
  height: 170px;
}

.paragraph {
  color: var(--color--bluedark);
  font-size: 28px;
}

.bold-text {
  font-family: var(--fonts--heading-font);
  color: var(--color--blue);
  font-size: 24px;
}

.paragraph-2 {
  font-size: 18px;
}

.heading, .heading-2 {
  font-size: 150px;
}

.heading-3 {
  font-size: 200px;
}

.text-span {
  color: var(--color--blue);
  font-weight: 900;
}

.bold-text-2 {
  font-family: var(--fonts--heading-font);
  color: var(--color--blue);
  font-size: 24px;
  font-weight: 900;
}

.bold-text-3 {
  font-weight: 500;
}

.mai-blue, .text-span-3 {
  font-family: var(--fonts--heading-font);
  color: var(--color--blue);
  font-size: 24px;
  font-weight: 900;
}

.text-span-4 {
  font-family: var(--fonts--heading-font);
  color: var(--color--blue);
  font-weight: 900;
}

.text-span-5 {
  color: var(--color--blue);
  font-size: 72px;
  font-weight: 700;
}

.bold-text-4 {
  color: var(--color--bluedark);
}

.text-block {
  color: var(--color--blue);
  align-items: flex-end;
  font-size: 48px;
  font-weight: 700;
  display: flex;
}

.container-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.container-3 {
  max-width: 0;
  display: block;
}

.container-4 {
  flex: 0 auto;
  max-width: none;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.paragraph-3 {
  font-weight: 700;
}

.image-2, .image-3, .image-4 {
  border-radius: 16px;
}

.cf-home-tab-link {
  color: var(--color--font-color);
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--color--blue);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  height: 100%;
  min-height: 689px;
  display: flex;
  overflow: visible;
}

.cf-sms {
  height: 100%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-tabs-content-text {
  color: #000c;
  margin-bottom: 36px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  color: var(--color--font-color);
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-features-section-4 {
  background-color: var(--color--background-color);
  color: var(--color--font-color);
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-tabs-sub-heading {
  color: var(--color--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-black-small-button {
  background-color: var(--color--bluedark);
  text-align: center;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-color: var(--color--blue);
}

.cf-tabs-header-text {
  color: var(--color--font-color);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-tabs-content {
  border-radius: 12px;
  height: 900px;
  padding-top: 0;
  box-shadow: 0 2px 5px #0003;
}

.cf-tabs-right-tab {
  background-color: var(--color--blue);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding: 40px 54px 40px 64px;
  display: flex;
  position: relative;
}

.cf-email {
  height: 100%;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Fredoka, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  max-height: none;
  position: static;
  overflow: clip;
}

.image-6 {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  overflow: clip;
}

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

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

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

.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-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-content-wrapper.pricing-3-content {
  max-width: 260px;
  margin-bottom: 0;
  margin-right: 10px;
}

.cf-pricing-plan-content-text {
  letter-spacing: .5px;
  font-family: Nunito Sans, 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-secondary-button {
  background-color: var(--color--bluedark);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--color--blue);
  color: #fff;
}

.cf-secondary-button.middle-price-button {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  font-weight: 600;
}

.cf-secondary-button.middle-price-button:hover {
  background-color: #e5e5e5;
}

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

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

.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-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-pricing-plan-price.pricing-3-price {
  color: var(--color--bluedark);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
}

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

.cf-toggle-save-text.black {
  color: #000;
}

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

.cf-pricing-3-box-plan-block {
  border-right: 1px solid #002e2433;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 40px;
  display: flex;
}

.cf-pricing-3-box-plan-block._2 {
  border-right-color: #fff3;
}

.cf-pricing-3-box {
  grid-column-gap: 60px;
  background-color: #fff;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 60px;
  display: grid;
  box-shadow: 0 10px 100px #0000001a;
}

.cf-pricing-3-box.middle-block {
  color: #fff;
  background-color: #000;
}

.cf-pricing-price-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-name {
  color: var(--color--blue);
  margin-bottom: 16px;
  font-family: Fredoka, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.cf-pricing-plan-name.white {
  color: #fff;
}

.cf-pricing-3-toggle-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.cf-pricing-price-container {
  border-top: 1px solid #002e2433;
  border-bottom: 1px solid #002e2433;
  flex: none;
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cf-pricing-3-blocks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.cf-pricing-plan-amount-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-description {
  color: #0b141fb3;
  text-align: center;
  max-width: 270px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-pricing-plan-description.middle-para {
  color: #ffffffb3;
}

.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 {
  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 {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Fredoka, sans-serif;
}

.cf-gradient-span {
  color: var(--color--blue);
  -webkit-text-stroke-color: var(--color--blue);
  -webkit-text-fill-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Fredoka, sans-serif;
}

.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(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.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-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-faq-questions {
  color: #0d0e10;
  width: 90%;
  font-family: Fredoka, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

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

.cf-faq-paragraph {
  color: #0d0e10bf;
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  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 {
  margin-bottom: 32px;
  font-family: Fredoka, 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 {
  width: 35%;
  max-width: 383px;
}

.text-span-6, .text-span-7 {
  color: var(--color--blue);
  font-family: Fredoka, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-span-8 {
  font-weight: 700;
}

.text-span-9 {
  color: var(--color--blue);
  font-family: Fredoka, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.bold-text-5 {
  font-family: Fredoka, sans-serif;
}

.text-block-3 {
  color: var(--color--blue);
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  color: var(--color--blue);
  font-family: Fredoka, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 200px;
}

.cf-cta-text {
  z-index: 1;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 140%;
  position: relative;
}

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

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  inset: 11% auto auto 3%;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  inset: auto auto 18% 8%;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  inset: auto 6% 15% auto;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  inset: 40% auto auto -1%;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  inset: 14% -2% auto auto;
}

.cf-arrow-button {
  color: #fff;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button:hover {
  background-color: var(--color--blue);
  background-position: 88%;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  color: var(--color--font-color);
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 72px;
  line-height: 110%;
  position: relative;
}

.text-span-15 {
  font-family: var(--fonts--heading-font);
  color: var(--color--blue);
  font-size: 86px;
  font-weight: 700;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-4 {
  min-width: auto;
  max-width: 500px;
  font-size: 18px;
}

.text-span-16 {
  font-family: var(--fonts--heading-font);
  color: var(--color--blue);
  font-size: 24px;
  font-weight: 700;
}

.text-span-17 {
  color: var(--conversion-flow-library--coral);
}

.cf-wrapper-1200px-2 {
  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-green-top-heading {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.cf-pricing-plan-tick-icon-2 {
  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-plan-small-text-2 {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

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

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

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

.cf-toggle-arrow-icon-2 {
  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-pricing-plan-text {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.cf-secondary-button-2 {
  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-2:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

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

.cf-secondary-button-2.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-2 {
  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.pricing-highlighted {
  color: #fff;
  background-color: #000;
  max-width: 277px;
  padding: 23px 20px;
}

.cf-pricing-box.pricing-box-alternative {
  width: 31%;
  max-width: 277px;
  padding: 24px 20px;
}

.cf-toggle-save-container-2 {
  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-2 {
  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-pricing-box-wrapper {
  margin-top: 50px;
}

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

.cf-pricing-plan-price-2 {
  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-pricing-plan-price-2.pricing-alternative {
  font-size: 34px;
}

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

.cf-toggle-save-text-2.black {
  color: #000;
}

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

.cf-home-pricing-wrapper {
  flex-direction: column;
  display: flex;
}

.cf-pricing-2-price-card-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-pricing-header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.cf-pricing-plan-link {
  color: #000;
  text-decoration: none;
}

.cf-pricing-heading {
  font-family: Montserrat, sans-serif;
}

.cf-features-section-1-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 140px;
}

.cf-features-section-1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.cf-features-section-1 {
  background-color: var(--color--background-color);
  color: var(--color--font-color);
}

.cf-features-section-1-block-paragraph {
  color: var(--color--font-color);
  text-align: center;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.cf-block-h5-heading {
  color: var(--color--bluedark);
  margin-top: 24px;
  margin-bottom: 5px;
  font-family: Fredoka, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-1-grid-cell {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 14px 100px #0000000d;
}

.cf-features-section-1-grid-cell.black {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.cf-58px-heading---white {
  color: var(--color--blue);
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 100px;
  margin-bottom: 48px;
  font-family: Fredoka, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.cf-features-section-1-image-contain {
  object-fit: contain;
}

.heading-4 {
  font-family: var(--fonts--heading-font);
  text-align: center;
  font-size: 72px;
  font-weight: 700;
}

.text-span-18, .text-span-19 {
  color: var(--conversion-flow-library--coral);
  font-family: Fredoka, sans-serif;
  font-weight: 700;
}

.div-block-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: auto;
  display: flex;
}

.text-block-4 {
  font-family: var(--fonts--heading-font);
  color: var(--color--blue);
  font-size: 32px;
  font-weight: 700;
}

.text-span-20, .text-span-21 {
  font-family: var(--fonts--heading-font);
  color: var(--conversion-flow-library--coral);
  font-weight: 700;
}

.text-block-5 {
  margin-bottom: 20px;
  font-weight: 300;
}

.text-block-6 {
  color: var(--color--bluedark);
  margin-bottom: 10px;
  font-weight: 300;
}

.italic-text {
  font-size: 10px;
}

.text-span-22, .text-span-23 {
  font-size: 20px;
}

.paragraph-5 {
  text-align: right;
  font-size: 12px;
}

.text-span-24 {
  color: var(--color--blue);
}

.bold-text-6 {
  font-size: 72px;
}

.text-span-25 {
  font-family: var(--fonts--heading-font);
  color: var(--color--blue);
  font-size: 24px;
  font-weight: 700;
}

.text-span-26 {
  font-family: var(--fonts--heading-font);
  color: var(--color--background-color);
  font-size: 22px;
}

.text-span-27 {
  font-family: var(--fonts--heading-font);
  font-size: 20px;
  font-weight: 700;
}

.mai-white {
  font-family: var(--fonts--heading-font);
  font-size: 22px;
  font-weight: 700;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
  font-size: 18px;
}

.tabs-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.text-span-28 {
  color: var(--color--blue);
}

@media screen and (min-width: 1280px) {
  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .hero-card-image-holder {
    height: 420px;
  }

  .pricing-content {
    width: 100%;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-wrapper.cta-wrapper {
    padding-bottom: 200px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar-container {
    grid-column-gap: 80px;
  }

  .nav-menu-link-holder {
    grid-row-gap: 20px;
    background-color: #fff;
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link-container {
    height: auto;
  }

  .nav-menu {
    height: auto;
    padding-left: 0;
  }

  .nav-links {
    grid-row-gap: 20px;
    flex-direction: column;
    height: auto;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-divider {
    margin-top: 60px;
    padding-top: 20px;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    border-radius: 8px;
    padding: 10px;
    transition: background-color .4s;
  }

  .menu-button.w--open {
    background-color: var(--color--bluedark);
    border-radius: 8px;
    padding: 10px;
  }

  .footer-container {
    border-radius: 20px;
  }

  .hero-phone-holder {
    padding-bottom: 120px;
  }

  .hero-phone-container {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
  }

  .hero-section-phone-screenshot-image {
    border-radius: 20px;
  }

  .hero-card-image-holder {
    height: 160px;
  }

  .title-holder {
    padding-top: 30px;
  }

  .data-collection {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .data-collection-stats-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .style-heading-04 {
    font-size: 28px;
  }

  .collaborate-grid {
    grid-column-gap: 30px;
  }

  .collaborante-image-holder {
    border-radius: 8px;
    padding: 22px;
  }

  .pricing-tab-menu {
    padding-bottom: 24px;
    top: auto;
  }

  .pricing-table-grid {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .cf-pricing-plan-content-item.pricing-3-content-item {
    margin-bottom: 10px;
  }

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

  .cf-pricing-3-box-plan-block {
    padding-right: 9px;
  }

  .cf-pricing-3-box {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-pricing-3-blocks-wrapper {
    grid-row-gap: 20px;
  }

  .cf-pricing-plan-amount-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .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-cta-text {
    font-size: 22px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

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

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

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

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

  .cf-pricing-box.pricing-highlighted, .cf-pricing-box.pricing-box-alternative {
    width: 80%;
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .cf-pricing-2-price-card-section {
    margin-bottom: 100px;
  }

  .cf-features-section-1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .border-box {
    padding: 2px;
  }

  .section.overflow-hidden {
    overflow: hidden;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .footer-link {
    text-align: left;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .tab-link {
    justify-content: center;
    display: flex;
  }

  .hero-phone-container {
    padding-top: 82px;
  }

  .reviews-logos-container {
    grid-column-gap: 30px;
  }

  .reviews-logos {
    min-width: 100px;
  }

  .tab-pane-holder {
    border-radius: 12px;
  }

  .collaborate-grid {
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
  }

  .collaborate-grid._02 {
    flex-direction: column-reverse;
  }

  .cta-heading {
    font-size: 42px;
  }

  .image {
    height: 102px;
  }

  .heading-3 {
    font-size: 120px;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

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

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

  .cf-pricing-plan-content-wrapper.pricing-3-content {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .cf-pricing-3-box-plan-block {
    border-bottom: 1px solid #002e2433;
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box {
    border-radius: 20px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-pricing-price-container.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cf-pricing-plan-amount-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .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-wrapper {
    width: 90%;
  }

  .cf-wrapper.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .cf-cta-circle {
    display: none;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

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

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

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

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

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

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

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

  .cf-pricing-box.pricing-highlighted, .cf-pricing-box.pricing-box-alternative {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

  .cf-pricing-header-wrapper {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-bottom: 60px;
  }

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

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

@media screen and (max-width: 479px) {
  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.navbar-container {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navbar {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .featured-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .early-access-card {
    min-width: 0;
  }

  .power-feature-card-container {
    border-radius: 20px;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

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

  .footer-signup-holder {
    width: 100%;
  }

  .form {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-phone-container {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .hero-section-phone-holder {
    z-index: 5;
    width: 240px;
  }

  .hero-section-phone-holder.cta {
    width: 80%;
  }

  .hero-card-image-holder {
    width: 140px;
  }

  .hero-card-image-holder._03 {
    left: -47px;
  }

  .blured-bg {
    opacity: .33;
    filter: blur(50px);
    width: 400px;
    height: 400px;
  }

  .tab-link-tab-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    display: flex;
  }

  .data-collection-stats {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .stats-description {
    font-size: 16px;
  }

  .pricing-tab {
    align-items: flex-start;
  }

  .cta-heading {
    margin-top: 29px;
    margin-bottom: 29px;
    padding: 10px;
    font-size: 32px;
  }

  .hero-card._01 {
    position: absolute;
    inset: 21% auto auto 0%;
  }

  .hero-card._02 {
    position: absolute;
    inset: 37% 0% auto auto;
  }

  .hero-card._03 {
    z-index: 5;
    position: absolute;
    inset: auto auto 17% 0%;
  }

  .hero-card._04 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .image {
    height: 85px;
  }

  .heading-3 {
    font-size: 100px;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

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

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

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

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

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

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

  .cf-pricing-3-box-plan-block {
    width: 90%;
  }

  .cf-pricing-3-box {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cf-pricing-plan-name {
    font-size: 38px;
  }

  .cf-pricing-3-blocks-wrapper {
    display: flex;
  }

  .cf-pricing-plan-amount-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .cf-pricing-plan-description, .cf-pricing-plan-description.middle-para {
    font-size: 16px;
  }

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

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

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

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

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

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

  .cf-arrow-button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

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

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

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

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

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

  .cf-pricing-box.pricing-highlighted, .cf-pricing-box.pricing-box-alternative {
    width: 90%;
  }

  .cf-pricing-2-price-card-section {
    margin-bottom: 0;
  }

  .cf-features-section-1-wrapper {
    padding-bottom: 100px;
  }

  .cf-features-section-1-grid {
    max-width: none;
  }

  .cf-features-section-1-block-paragraph {
    font-size: 18px;
  }

  .cf-block-h5-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

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

#w-node-_0ca86054-05d7-3132-dbdb-ef7e3379e3f6-8859b0db, #w-node-_0c684335-918c-f765-979f-8bced67f7913-8859b0db, #w-node-ec4139b9-2f9b-487c-56d8-bab7b29247f8-8859b0db, #w-node-_2ea26615-1f2d-f940-4255-41e059308978-8859b0db, #w-node-_4130dd8a-da09-c877-f6b4-c1326edd76cd-8859b0db, #w-node-c0c286dd-49bb-d488-890d-0db8d549cfb1-8859b0db, #w-node-c583a2df-3b4a-0332-bc8e-ad5d5349e8f9-8859b0db, #w-node-_269096b8-3720-f967-c7b0-889f5cbacc66-8859b0db, #w-node-_59555aee-14fa-a649-eefd-a0219a7dbe38-8859b0db, #w-node-_505f0ea8-259a-3a95-8ead-a4af1a2460d3-8859b0db, #w-node-_75e07dbe-7879-5e9f-3030-013cfe582ec8-8859b0db, #w-node-_829530d7-5611-fb8e-1e6c-48098ea7d74d-8859b0db, #w-node-_570a3245-e2cd-675f-7038-312461ada22b-8859b0db, #w-node-_7be3dff8-544d-78b5-37c9-2e7c6505d64b-8859b0db, #w-node-_7be3dff8-544d-78b5-37c9-2e7c6505d641-8859b0db, #w-node-d02217aa-8b63-242a-a037-7e43143925e9-8859b0db, #w-node-d02217aa-8b63-242a-a037-7e4314392606-8859b0db, #w-node-e92bf484-a605-4132-f141-4518468af7e2-468af7d9, #w-node-e92bf484-a605-4132-f141-4518468af7ef-468af7d9, #w-node-_11f444d1-d14b-dd72-5474-d42b35208090-aa42cea9, #w-node-_11f444d1-d14b-dd72-5474-d42b352080cc-aa42cea9, #w-node-_0ca86054-05d7-3132-dbdb-ef7e3379e3f6-e7ddc783, #w-node-_0c684335-918c-f765-979f-8bced67f7913-e7ddc783, #w-node-ec4139b9-2f9b-487c-56d8-bab7b29247f8-e7ddc783, #w-node-_2ea26615-1f2d-f940-4255-41e059308978-e7ddc783, #w-node-_4130dd8a-da09-c877-f6b4-c1326edd76cd-e7ddc783, #w-node-c0c286dd-49bb-d488-890d-0db8d549cfb1-e7ddc783, #w-node-c583a2df-3b4a-0332-bc8e-ad5d5349e8f9-e7ddc783, #w-node-_269096b8-3720-f967-c7b0-889f5cbacc66-e7ddc783, #w-node-_59555aee-14fa-a649-eefd-a0219a7dbe38-e7ddc783, #w-node-_505f0ea8-259a-3a95-8ead-a4af1a2460d3-e7ddc783, #w-node-_75e07dbe-7879-5e9f-3030-013cfe582ec8-e7ddc783, #w-node-_829530d7-5611-fb8e-1e6c-48098ea7d74d-e7ddc783, #w-node-_570a3245-e2cd-675f-7038-312461ada22b-e7ddc783, #w-node-_7be3dff8-544d-78b5-37c9-2e7c6505d64b-e7ddc783, #w-node-_7be3dff8-544d-78b5-37c9-2e7c6505d641-e7ddc783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #agency-pricing.w-node-_11f444d1-d14b-dd72-5474-d42b352080c6-aa42cea9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


