@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 36 Pt";
  src: url('../fonts/DMSans_36pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Bold.ttf') format("truetype"), url('../fonts/DMSans-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Unbounded;
  src: url('../fonts/Unbounded-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unbounded;
  src: url('../fonts/Unbounded-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unbounded;
  src: url('../fonts/Unbounded-ExtraBold.ttf') format("truetype"), url('../fonts/Unbounded-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unbounded;
  src: url('../fonts/Unbounded-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --white: white;
  --white-description-1: #d2d2d2cc;
  --font-20: 20px;
  --font-16: 16px;
  --white-description: #ecf0fe;
  --black: #08090a;
  --h5: 1rem;
  --h4: 1.5rem;
  --h1: 56px;
  --font-42: 40px;
  --font-50: 35px;
  --h3: 2.25rem;
  --hero: 4rem;
  --primary-btn-color: #0eb64f;
  --para-color: #29292d;
  --font-28: 28px;
  --white-description-2: #9c9b9b5e;
  --primary: #13191f;
  --lh-100: 100%;
  --lh-120: 110%;
  --font-60: 60px;
  --font-18: 18px;
  --lh-150: 150%;
  --green: #0eb64f;
  --h6: .875rem;
  --para-size-2: 1.125rem;
  --h2: 3rem;
  --para-size: 1.5rem;
  --font-80: var(--font-60);
}

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

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.drak-theme {
  color: #fff;
  background-color: #08090a;
  margin: 0;
  padding: 0;
  font-family: Dmsans, Arial, sans-serif;
  font-weight: 500;
}

.drak-theme.wb,
.drak-theme.white {
  background-color: #fff;
}

.image-681 {
  width: 100%;
}

.image-681.br-12 {
  border-radius: 12px;
  width: 100%;
}

.image-681.br-12.block {
  display: none;
}

.d-100 {
  width: 100%;
  margin-top: 40px;
}

.d-100.new {
  width: 50%;
}

.d-100.mt-0 {
  margin-top: 0;
}

.d-100.mt-30 {
  margin-top: 60px;
}

.zaptalk-banner-strip {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.zaptalk-des {
  max-width: 80%;
  color: var(--white-description-1);
  font-size: var(--font-20);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

.zaptalk-des.left {
  text-align: left;
  max-width: 100%;
  font-size: 18px;
}

.zaptalk-des.solution-sub-heading {
  max-width: 100%;
  color: var(--white-description-1);
  font-size: var(--font-16);
  text-align: left;
}

.zaptalk-des.solution-sub-heading.max-80 {
  text-align: center;
  max-width: 100%;
}

.zaptalk-des.solution-sub-heading.max-80.new {
  max-width: 73%;
  color: var(--white-description);
}

.zaptalk-des.solution-sub-heading.center {
  text-align: center;
  max-width: 70%;
}

.zaptalk-des.solution-sub-heading.center.new {
  max-width: 70%;
  color: var(--white-description-1);
  text-align: center;
}

.zaptalk-des.solution-sub-heading.center.new._w-100 {
  max-width: 100%;
  color: var(--white-description-1);
}

.zaptalk-des.solution-sub-heading.new {
  color: var(--white-description);
}

.zaptalk-des.solution-sub-heading.new.black {
  color: var(--black);
  font-size: 14px;
}

.zaptalk-des.solution-sub-heading.new._w-80 {
  color: var(--white-description-1);
}

.zaptalk-des.max-w-90 {
  color: #696d6a;
}

.zaptalk-des.main {
  max-width: 79%;
  color: var(--white-description-1);
}

.zaptalk-des.max-70 {
  max-width: 100%;
}

.zaptalk-des.core-des {
  text-align: center;
  max-width: 90%;
}

.zaptalk-des.core-des.font-bold {
  font-size: var(--h4);
  font-weight: 500;
}

.get-started-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #08090a;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 10px 25px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.get-started-btn.demo {
  z-index: 900;
  color: #f5f7f9;
  background-color: #08090a;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.get-started-btn.demo.br-4._w-100 {
  border-radius: 6px;
  justify-content: center;
}

.get-started-btn.demo.pos-rel {
  z-index: 100;
}

.get-started-btn.border.br-4 {
  border-color: #08090a;
  border-radius: 6px;
  justify-content: center;
  width: 100%;
}

.get-started-btn.border.br-4.disable-btn {
  opacity: .3;
  cursor: not-allowed;
}

.get-started-btn.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.gap-20.new,
.gap-20.column {
  flex-flow: column;
  align-items: center;
}

.gap-20.column.left {
  align-items: flex-start;
}

.gap-20.column.left._w-100 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.gap-20.column.width-100 {
  width: 100%;
}

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

.gap-10.left {
  align-items: flex-start;
}

.gap-10._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gap-10._1.new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.gap-10.row {
  flex-flow: row;
  justify-content: flex-start;
}

.zaptalk-banner-sec {
  padding-top: 140px;
}

.zaptalk-banner-sec.pb-100 {
  border-bottom: 1px solid #e1ffff30;
  padding-bottom: 100px;
}

.zaptalk-banner-sec.solutions-banner {
  border-bottom: 1px solid #9c9b9b5e;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.zaptalk-banner-sec.solutions-banner.h-auto {
  border-bottom-style: none;
  height: 100%;
  padding-bottom: 100px;
}

.zaptalk-heading {
  color: var(--white);
  font-size: var(--h1);
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
}

.zaptalk-heading.left {
  text-align: left;
  font-size: 40px;
  line-height: 120%;
}

.zaptalk-heading.solution-heading {
  font-size: var(--font-42);
  text-align: left;
  line-height: 120%;
}

.zaptalk-heading.solution-heading.cta {
  font-size: var(--font-50);
  letter-spacing: -4px;
}

.zaptalk-heading.solution-heading.banner {
  font-size: var(--font-50);
  letter-spacing: -2px;
  font-weight: 500;
}

.zaptalk-heading.solution-heading.banner.about-us-heading {
  font-size: var(--font-42);
  line-height: 130%;
}

.zaptalk-heading.max-80 {
  color: #0d110e;
  text-transform: capitalize;
  width: 100%;
  max-width: 86%;
  font-weight: 700;
  line-height: 120%;
}

.strip-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.strip-menu.new-strip {
  z-index: 1;
  background-color: var(--black);
  border-radius: 7px;
  padding: 8px 18px;
  position: relative;
  overflow: hidden;
}

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

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

.gap-48.new._1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.gap-48.gap-32.left {
  align-items: flex-start;
  width: 50%;
  height: 100%;
}

.gap-48.gap-32.left.banner {
  width: 58%;
}

.gap-48.left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: flex-start;
}

._w-24 {
  width: 24px;
  height: 24px;
}

._w-24._w-16 {
  width: 20px;
  height: 20px;
}

._w-24._w-22 {
  width: 22px;
  height: 22px;
}

._w-120px {
  width: 180px;
}

._w-120px._1 {
  width: 160px;
}

.zaptalk-client-slider {
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

.zaptalk-client-slider.new {
  padding-top: 100px;
  padding-bottom: 0;
}

.zaptalk-navbar {
  background-color: #08090a;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  top: 0;
}

._w-160 {
  object-fit: contain;
  width: 120px;
  height: 60px;
}

.zaptalk-client-slide {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.zaptalk-client-slide-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

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

.text-span-53 {
  font-size: 35px;
  font-weight: 500;
}

.features-sec {
  z-index: 99;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.features-sec.new {
  padding-top: 64px;
}

.features-sec.new.pb-0 {
  padding-bottom: 0;
}

.features-sec.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.features-sec.py-100.bb-1 {
  border-bottom: 1px solid #e1ffff30;
}

.features-sec.over-hidden {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.features-sec.faqs {
  background-color: #0c0c0f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.features-sec.bb-1 {
  border-bottom: 1px solid #9c9b9b5e;
}

.features-sec.bb-1.pb-100 {
  padding-bottom: 100px;
}

.features-sec.pt-64.d-none {
  display: none;
}

.heading-1725289 {
  color: #f7f7f7;
  font-size: var(--font-20);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
}

.zaptalk-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
}

.zaptalk-heading-2.new {
  color: #fff;
  font-size: var(--font-50);
  text-align: center;
  letter-spacing: -2px;
  line-height: 120%;
}

.zaptalk-heading-2.new.font-35 {
  font-size: 35px;
}

.zaptalk-heading-2.new.font-50 {
  font-size: var(--font-50);
}

.zaptalk-heading-2.new.font-50.left {
  text-align: left;
}

.zaptalk-heading-2.new._w-90 {
  max-width: 70%;
  font-size: var(--font-50);
  letter-spacing: -4px;
  font-weight: 500;
}

.zaptalk-heading-2.new.d-none {
  display: none;
}

.zaptalk-heading-2.fetutes-headings {
  font-size: var(--font-50);
  text-align: center;
  letter-spacing: -2px;
  font-weight: 500;
}

.zaptalk-heading-2.fetutes-headings.max-80 {
  max-width: 71%;
  line-height: 120%;
}

.zaptalk-slide-img {
  filter: grayscale();
  justify-content: center;
  width: 120px;
  display: flex;
}

.navllink {
  color: #f5f7f9;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}

.navllink.get-started-btn {
  color: #0d110e;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
}

.navllink.get-started-btn.mr-90 {
  color: var(--black);
  border-radius: 8px;
  margin-left: 160px;
}

.brand-3 {
  height: 100%;
}

.div-block {
  margin-top: 50px;
}

.why-us-card-main {
  border-top: 1px solid #e1ffff30;
  border-bottom: 1px solid #e1ffff30;
  margin-top: 40px;
  display: flex;
}

.why-us-card-main._2 {
  border-top-style: none;
  margin-top: 0;
}

.why-us-card-min {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-right: 1px solid #e1ffff30;
  flex-flow: column;
  align-items: flex-start;
  width: 33.3%;
  padding: 50px;
  display: flex;
}

.why-us-card-min.right {
  border-right-style: none;
}

.why-us-card-min.wi-50 {
  width: 50%;
  position: relative;
}

.heading-1725290 {
  color: #f5f7f9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 110%;
}

.paragraph-190 {
  color: var(--white-description-1);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

._w-100 {
  width: 100%;
}

._w-100.h-500 {
  border-radius: 12px 0 0 12px;
  height: 100%;
}

._w-100.br-20 {
  object-fit: cover;
  border: 1px solid #e1ffff30;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

._w-100.d-flex.spave-between.center {
  align-items: center;
}

._w-100.d-flex.spave-between.start {
  align-items: flex-start;
}

._w-100.d-flex.gap-10.row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

._w-100.solutions-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

._w-100.solutions-grid.features-grid {
  grid-template-columns: 1fr;
}

._w-100.h-100 {
  border-radius: 20px;
  height: 100%;
}

._w-100.gap-25 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

._w-100.gap-25.mt-80 {
  margin-top: 80px;
}

.footer {
  background-color: #08090a;
  padding-top: 64px;
  padding-bottom: 0;
}

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

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

.heading-1725291 {
  color: #f5f7f9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-191 {
  color: var(--white-description-1);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.footer-logo-main {
  width: 100%;
  max-width: 80%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.grid.new {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-logo-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.width-24 {
  width: 24px;
  height: 24px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.paragraph-192 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 140%;
}

.qulick-links {
  color: #f5f7f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.features-tabs {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.content-container {
  justify-content: center;
  width: 62%;
  display: flex;
}

.image-container {
  text-align: center;
  width: 100%;
  display: none;
}

.image-container.active {
  display: block;
}

.tabs-container {
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.tabs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab {
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  transition: background-color .3s;
}

.tab-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.progress-bar-container {
  background-color: #e1ffff4a;
  width: 100%;
  height: 2px;
  margin-top: 10px;
}

.progress-bar {
  color: #fff;
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: relative;
}

.tabs-links-heading {
  color: #f5f7f982;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.tabs-links-des {
  color: #f5f7f982;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 140%;
}

.display-none {
  display: none;
}

.container-wenext {
  width: 100%;
  max-width: 980px;
}

.paragraph-193 {
  color: #f5f7f9;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
}

.div-block-4 {
  background-color: #08090a;
  border-top: 1px solid #e1ffff30;
  justify-content: center;
  margin-top: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.list-item-27 {
  list-style-type: none;
}

.list-item-27.mt-20 {
  margin-top: 20px;
}

.sub-heading {
  color: #f5f7f9;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.sub-heading.sub-heading-2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 150%;
}

.container-photonx {
  justify-content: flex-start;
  align-items: center;
  max-width: 980px;
}

.list-11 {
  color: #ecf0fe;
  margin-bottom: 0;
  padding-left: 25px;
  list-style-type: disc;
}

.home-hero-paragraph {
  color: #ecf0fe;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.home-hero-paragraph.s-16 {
  font-size: 16px;
}

.home-hero-paragraph.s-16.s-14 {
  margin-top: 5px;
  font-size: 14px;
}

.home-hero-paragraph.s-16.mt-16,
.home-hero-paragraph.mt-20 {
  margin-top: 20px;
}

.div-block-1483 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.div-block-1483.bb-1 {
  border-bottom: 1px solid #e1ffff30;
  padding-bottom: 40px;
}

.privacy-policy {
  border-bottom: 1px solid #e1ffff30;
  padding-top: 140px;
  padding-bottom: 64px;
}

.div-block-1482 {
  border-bottom: 1px solid #e1ffff30;
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.date {
  color: #ecf0fe;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.date.link {
  border: 1px solid #e1ffff30;
  padding: 10px;
}

.list-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: disc;
  display: flex;
}

.banner-heading {
  color: #13191f;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 110%;
  overflow: visible;
}

.banner-heading.align-left {
  color: #f5f7f9;
  text-align: left;
  margin-top: 10px;
  font-size: 80px;
}

.banner-heading.align-left.font-50 {
  font-size: var(--hero);
}

.banner-heading.text-left {
  text-align: left;
}

.banner-heading.text-left.mr-b-20 {
  margin-bottom: 20px;
  line-height: 100%;
}

.policy-span {
  color: #f5f7f9;
  font-weight: 600;
}

.policy-links {
  color: #0eb64f;
  font-weight: 600;
  text-decoration: none;
}

.blogs-sec {
  border-bottom: 1px solid #e1ffff30;
  padding-top: 140px;
  padding-bottom: 64px;
}

.blogs-sec.white-bg {
  background-color: #fff;
  background-image: none;
}

.blogs-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.blogs-grid.new {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-columns: 1fr;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blogs-grid.blogs-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #75929230;
  border-radius: 12px;
}

.blogs-grid.blog-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #75929230;
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.dot {
  background-color: #ddddddcf;
  border-radius: 50px;
  width: 8px;
  height: 8px;
}

.dot.primary {
  background-color: var(--primary-btn-color);
}

.date-para {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 300;
  text-decoration: none;
}

.date-para.new {
  font-size: 16px;
  line-height: 150%;
}

.date-para.blog-desc {
  height: 70px;
  color: var(--para-color);
  font-size: 15px;
  line-height: 150%;
  overflow: hidden;
}

.date-para.light {
  color: var(--para-color);
  font-size: 14px;
  font-weight: 400;
}

.date-blog {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blogs-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

.blogs-heading.mini {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.blogs-heading.mini.blogs-main {
  font-size: 16px;
  line-height: 150%;
}

.blogs-heading.blogs-inner-heading {
  font-size: 60px;
  line-height: 100%;
}

.blogs-heading.blogs-inner-heading.new {
  font-size: 42px;
  line-height: 130%;
}

.gap-25 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.gap-25.center {
  align-items: center;
}

.blog-gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.blog-gap-20.pb-40 {
  padding-bottom: 40px;
}

.blog-gap-20.pb-40.border-bottom {
  border-bottom: 1px solid #000;
}

.blog-gap-20.p-0 {
  padding-left: 0;
}

.blog-gap-20.p-20 {
  padding: 20px;
}

.blog-gap-20.border-bottom {
  border-bottom: 1px solid var(--para-color);
  padding-bottom: 40px;
}

.gap-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.gap-15.row {
  flex-flow: row;
}

.gap-15.gap-20 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-60.gap-30 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.blogs-mini-grd {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hidden {
  border-radius: 20px;
  width: 100%;
  height: 320px;
  overflow: clip;
}

.hidden.blogs-card {
  border-radius: 8px 8px 0 0;
  height: 250px;
}

._w-60px {
  filter: grayscale();
  object-fit: cover;
  border-radius: 50px;
  width: 60px;
  height: 60px;
}

._w-60px.filter-none {
  filter: none;
  border-radius: 0;
  width: 40px;
  height: 40px;
}

.heading-1725292 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-194 {
  color: #ecf0fe;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 100%;
}

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

.d-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  width: 100%;
  display: flex;
}

.d-flex.spave-between {
  justify-content: space-between;
}

.d-flex.new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: 16px;
  text-decoration: none;
}

.d-flex.column {
  flex-flow: column;
}

.d-flex.column.gap-20 {
  flex-flow: row;
}

.d-flex.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.border-top {
  border-top: 1px solid #e1ffff30;
}

.bloger-content {
  margin-top: 64px;
}

.bloger-content.new {
  margin-top: 40px;
}

.blog-featured-img {
  width: 100%;
  height: 450px;
}

.blog-featured-img.br-20 {
  border-radius: 20px;
}

.body-2 {
  padding: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-133 {
  color: var(--white);
  font-weight: 500;
}

.heading-132 {
  color: var(--black);
  font-weight: 500;
}

.templates-rich-text {
  max-width: 75%;
}

.templates-rich-text.bg {
  background-color: #fbfbfb;
  border-radius: 8px;
}

.templates-rich-text blockquote {
  color: var(--black);
  border-left-color: #0eab4b;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.templates-rich-text a {
  color: #0eb64f;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.templates-rich-text li {
  color: var(--para-color);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.templates-rich-text p {
  color: var(--para-color);
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
}

.templates-rich-text h1 {
  color: var(--black);
  text-align: left;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
}

.templates-rich-text h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.templates-rich-text h4 {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 28px;
}

.templates-rich-text h2 {
  color: var(--black);
  margin-top: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.templates-rich-text ul {
  margin-top: 10px;
  padding-left: 20px;
}

.bold-text-10 {
  color: #181d27;
}

.collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-blogs-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

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

.div-block-1484 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.paragraph-195 {
  margin-bottom: 0;
}

.link-block-2 {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

.image-683 {
  width: 100px;
}

.image-683._w-130px {
  width: 120px;
}

.image-684 {
  border-radius: 20px;
  width: 100%;
  height: 400px;
}

.image-685 {
  border: 1px solid #e1ffff30;
  border-radius: 20px;
  width: 100%;
}

.text-highlight {
  color: #0eb64f;
}

.gap-100 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.gap-100.mt-0 {
  margin-top: 0;
}

.features-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.div-block-1485 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.font-32 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.font-16 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.features-list-items {
  font-weight: 300;
}

._w-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e1ffff30;
  border-right-style: none;
  flex-flow: column;
  align-items: center;
  width: 25%;
  padding: 25px;
  display: flex;
}

._w-25.right-card {
  border-right-style: solid;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

._w-25.left-card {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.font-15 {
  color: var(--white-description-1);
  font-size: var(--font-16);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

.font-15.mh-60 {
  min-height: 80px;
  font-size: var(--font-16);
  line-height: 150%;
}

.font-15.center {
  text-align: center;
}

.font-15.max-70 {
  max-width: 60%;
}

.font-15.max-70.text-center {
  text-align: center;
}

.font-24 {
  margin-top: 0;
  margin-bottom: 0;
}

.font-24.fw-600 {
  border-left: 3px solid #0ea849;
  padding-left: 10px;
  font-weight: 500;
}

.solutions-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #e1ffff30;
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
}

.solutions-box.sm {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 25px;
}

.div-block-1486 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-banner {
  margin-top: 140px;
}

.container-2 {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-63 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  color: #121212;
  text-align: center;
  font-size: 66px;
  font-weight: 400;
  line-height: 116%;
  text-decoration: none;
}

.paragraph-12 {
  color: #202020;
  text-align: center;
  max-width: 700px;
  font-size: 20px;
  line-height: 32px;
}

.heading-160 {
  color: #535862;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.heading-160.pos-relative {
  position: relative;
}

.heading-160.no-wrap {
  white-space: nowrap;
}

.new-pricing-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-pricing-content-1 {
  border-top: 1px solid #e9eaeb;
  padding: 24px 24px 0;
}

.new-pricing-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

.new-pricing-tab-pane {
  height: 100%;
}

.paragraph-104 {
  color: #181d27;
  font-weight: 500;
}

.paragraph-102 {
  color: #535862;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.paragraph-102.min-70 {
  color: #696d6a;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-102.min-20 {
  color: #696d6a;
  min-height: 70px;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-102.min-20.new {
  min-height: 80px;
}

.paragraph-102.min-20.yearly-enterprise {
  min-height: 88px;
}

.paragraph-102.min-90 {
  color: #696d6a;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-102.min-90.yearly-essentails.monthly.new {
  min-height: 91px;
}

.paragraph-102.min-90.yearly-essentails.monthly.new._1 {
  min-height: 80px;
}

.new-pricing-tabs {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

._w-24px {
  width: 24px;
  height: 24px;
}

.new-pricing-tab-pane-card {
  background-color: #fff;
  border: 1px solid #e9eaeb;
  border-radius: 12px;
  height: 670px;
  box-shadow: 0 12px 16px -4px #0a0d1214, 0 4px 6px -2px #0a0d1208, 0 2px 2px -1px #0a0d120a;
}

.new-pricing-tab-pane-card.active {
  border-width: 1px;
  border-color: #84adff;
  height: 810px;
}

.new-pricing-tab-pane-card.active.monthly-active {
  height: 872px;
}

.new-pricing-tab-pane-card.active.new {
  border-color: #0eb64f;
  position: relative;
}

.new-pricing-tab-pane-card.active.new.monthly {
  height: 820px;
}

.new-pricing-tab-pane-card.active.new.h-1300,
.new-pricing-tab-pane-card.active.new.h-1100 {
  height: 1320px;
}

.new-pricing-tab-pane-card.enterprise-yearly {
  height: 750px;
}

.new-pricing-tab-pane-card.enterprise-yearly._1 {
  height: 760px;
}

.new-pricing-tab-pane-card.enterprise-yearly.one.h-900 {
  height: 1530px;
}

.new-pricing-tab-pane-card.enterprise-yearly.one.h-1100 {
  height: 1440px;
}

.new-pricing-tab-pane-card.enterprise-yearly.one.h-1200 {
  height: 1500px;
}

.new-pricing-tab-pane-card.essentials-yearly {
  height: 960px;
}

.new-pricing-tab-pane-card.essentials-yearly.new {
  height: 710px;
}

.new-pricing-tab-pane-card.essentials-yearly.h-1000 {
  height: 960px;
}

.new-pricing-tab-pane-card.essentials-monthly {
  height: 690px;
}

.new-pricing-tab-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.most-popular {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.most-popular._1 {
  padding-bottom: 10px;
}

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

.new-pricing-tab-pane-card-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.new-pricing-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-span-54 {
  color: #0d110e;
  font-size: 32px;
  font-weight: 600;
}

.active-new-pricing-tab-pane-card {
  border: 1px solid #155eef;
  border-radius: 12px;
  height: 890px;
  padding: 2px;
}

.active-new-pricing-tab-pane-card.monthly-active {
  height: 879px;
}

.active-new-pricing-tab-pane-card.yearly-active {
  height: 817px;
}

.new-pricing-main {
  height: 100%;
}

.text-31 {
  color: #121212;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.gap-16.mb-5 {
  margin-bottom: 8px;
}

.gap-16.mb-5.business,
.gap-16.mb-20 {
  margin-bottom: 14px;
}

.gap-16.mb-20.mb-0 {
  margin-bottom: 18px;
}

.gap-16.mb-20.mb-0.yearly-enterprise {
  margin-bottom: 2px;
}

.gap-16.mb-20.yearly-essential {
  margin-bottom: 0;
}

.new-pricing-tab-menu {
  background-color: #fff;
  border: 1px solid #e9eaeb;
  border-radius: 12px;
  padding: 6px;
  display: flex;
  width: 100%;
  max-width: 29%;
  justify-content: center;
}

.blue-strip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eff4ff;
  border: 1px solid #b2ccff;
  border-radius: 50px;
  align-items: center;
  padding: 4px 10px 4px 12px;
  display: flex;
}

.blue-strip.small {
  color: #0d110e;
  background-color: #0d110e05;
  border-color: #0d110e;
  border-radius: 6px;
  margin-bottom: 0;
  padding-right: 12px;
  font-weight: 500;
}

.new-pricing-text {
  color: #696d6a;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.new-pricing-text.mb-24 {
  margin-bottom: 24px;
}

.button-7 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 68px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.button-7.secondary.active {
  color: #121212;
  transition: all .3s;
  transform: translate(0);
}

.button-7.secondary.active:hover {
  border-color: #121212;
  transform: translate(0, -2px)translate(0);
  box-shadow: 0 12px 8px #bdbdbd40;
}

.button-7.secondary.active.new {
  color: #414651;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.new-pricing {
  z-index: 99;
  padding-top: 50px;
  position: relative;
}

.new-pricing-tab-links {
  color: #696d6a;
  background-color: #0000;
  border-radius: 6px;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.new-pricing-tab-links.w--current {
  color: #414651;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 1px 3px #0a0d121a, 0 1px 2px -1px #0a0d121a;
}

.new-pricing-tab-links._1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  align-items: center;
  /* width: 70%; */
  display: flex;
}

.new-pricing-tab-links._1.w--current {
  color: #0d110e;
}

.get-started-for-free {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
  transform: translate(0);
}

.div-block-2124 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.div-block-2124.center {
  justify-content: center;
}

.heading-161 {
  color: #0d110e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.primary-round-button {
  grid-column-gap: 8px;
  background-color: #0b68ff;
  border-radius: 78px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.primary-round-button.primary.active {
  border: 1px solid #0b68ff;
  border-radius: 50px;
  transition: all .3s;
}

.primary-round-button.primary.active:hover {
  transform: translate(0, -2px);
  box-shadow: 0 8px 12px #0003;
}

.primary-round-button.primary.active.pricing-btn {
  color: #fff;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
}

.new-pricing-tab-content {
  width: 100%;
  padding-top: 20px;
}

.most-strip {
  padding-top: 24px;
}

.most-recommanded-strip {
  z-index: -9;
  color: #0eb64f;
  text-align: center;
  background-color: #0eb64f1a;
  border-radius: 12px 12px 0 0;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 12px 16px;
  font-weight: 500;
  position: absolute;
  top: -39px;
  left: 0;
  box-shadow: 0 0 5px #0003;
}

.text-block-59 {
  color: #000;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.form-text-field-2 {
  color: #000;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all .4s ease-out;
}

.form-text-field-2:hover,
.form-text-field-2:focus {
  border: 1px solid #3100f7;
  border-radius: 5px;
}

.form-text-field-2::placeholder {
  color: #959494;
  font-weight: 600;
}

.heading-144 {
  color: #161616;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-891 {
  z-index: 9999;
  background-color: #271f1fab;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-896 {
  display: block;
}

.textarea-2 {
  color: #000;
  border-radius: 5px;
  margin-bottom: 20px;
}

.textarea-2:hover,
.textarea-2:focus {
  border: 1px solid #3100f7;
}

.textarea-2::placeholder {
  color: #959494;
  font-weight: 600;
}

.div-block-894 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.paragraph-86 {
  color: #5f5f5f;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.code-embed-8 {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.div-block-895 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.app-primary-button {
  background-color: #0eb64f;
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 20px;
  display: block;
}

.success-message {
  background-color: #0000;
}

.div-block-892 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-692 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.div-block-692.mx-90 {
  max-width: 93%;
}

.founders-choice-sec {
  z-index: 9;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.founders-choice-sec.b-none {
  border-bottom-style: none;
}

.paragraph-131 {
  color: var(--white-description);
  font-size: var(--font-16);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 150%;
}

.founders-choice-lottie {
  width: 100%;
  height: 240px;
  position: relative;
  top: -40px;
}

.div-block-694 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 240px;
  padding: 10px;
  overflow: hidden;
}

.div-block-728 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.cards-heading-20 {
  color: var(--white);
  font-size: var(--font-20);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-128 {
  color: #5a5d5e;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-128.white {
  color: var(--white-description);
  font-size: var(--font-20);
}

.card-1 {
  background-color: var(--black);
  border: 1px solid #2a2d4d;
  border-radius: 20px;
}

.card-1.z-1 {
  border-style: solid;
  border-color: #e1ffff30;
  width: 100%;
}

.card-1.z-1.founder-cards {
  flex-flow: column;
  justify-content: flex-end;
  height: 320px;
  display: flex;
  position: relative;
}

.div-block-695 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-695.new {
  padding: 20px;
}

.heading-159 {
  color: #13191f;
  margin: 0;
  font-size: 80px;
  line-height: 100%;
}

.heading-159.head-white {
  width: 100%;
  max-width: 982px;
  color: var(--white);
  font-size: var(--font-42);
  font-weight: 600;
}

.div-block-685 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-691 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.div-block-691.mb-60 {
  align-items: center;
  margin-bottom: 60px;
}

.better-lottie {
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-704 {
  z-index: 300;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-846 {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-846:hover {
  box-shadow: none;
  transform: translate(0);
}

.paragraph-133 {
  color: #eee;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.lighit-button-link {
  border: 1px solid #fff0;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.image-355 {
  width: 100%;
  height: 140px;
}

.div-block-703 {
  z-index: 500;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.div-block-312 {
  z-index: 1;
  background-image: linear-gradient(#eeeeeeed 18%, #101221 64%, #9e9fa4f5 72%, #eee 93%, #101221 100%, #343542fc);
  border-radius: 50%;
  width: 100%;
  height: 387px;
  padding: 1px;
  position: absolute;
  top: -190px;
  box-shadow: inset 0 0 100px #0a0c21, 0 2px 5px #0003;
}

.div-block-702 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: repeating-linear-gradient(#171823, #010314);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-main-div {
  display: flex;
}

.engagement-models-lottie {
  width: 100%;
  height: 290px;
}

.engagement-cards {
  border: 1px solid #2a2d4d;
  border-radius: 20px;
  width: 100%;
  height: auto;
  position: static;
  overflow: hidden;
  box-shadow: 0 4px 20px #000;
}

.paragraph-134 {
  color: #eee;
  min-height: 115px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-698 {
  width: 100%;
}

.paragraph-67 {
  color: #eee;
  min-height: 115px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.link-block-16 {
  height: 100%;
  text-decoration: none;
}

.div-99997 {
  border: 2px solid #020415;
  border-radius: 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  position: relative;
  left: -22px;
  overflow: hidden;
}

.engagement-inner-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 0 0 50px;
  display: flex;
}

._w-250 {
  z-index: 500;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  display: flex;
  position: relative;
}

.image-268 {
  width: 100%;
  height: 100%;
}

.dark-box {
  z-index: 4;
  opacity: 0;
  background-color: #010314;
  border-radius: 50px;
  width: 18%;
  height: 65%;
  position: absolute;
  top: 10px;
  left: auto;
  right: 17px;
}

.image-198 {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.div-block-472 {
  width: 100%;
  max-width: 170px;
  height: 50px;
  display: flex;
  position: absolute;
  bottom: -16%;
}

.engagement-content-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 0 15px;
  display: flex;
}

.div-block-473 {
  border: 2px solid #020415;
  border-radius: 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  overflow: hidden;
}

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

.light-button-text {
  color: #010314;
  white-space: nowrap;
  font-size: 16px;
  line-height: 100%;
}

.div-block-731 {
  width: 100%;
  height: 100%;
}

.light-arrow-div {
  z-index: 1;
  background-color: #010314;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-99998 {
  border: 2px solid #020415;
  border-radius: 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  position: relative;
  left: -35px;
  overflow: hidden;
}

.heading-89 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.heading-89.fixed-cost-heading {
  padding-left: 0;
}

.mode-of-engagement-cards {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: block;
  position: relative;
}

.div-block-733 {
  position: relative;
}

.image-285 {
  z-index: 2;
  width: 100%;
  max-width: 170px;
  position: absolute;
  inset: 10% 0% 0% 5%;
}

.div-block-724 {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-724:hover {
  box-shadow: none;
  transform: translate(0);
}

.div-99999 {
  border: 2px solid #020415;
  border-radius: 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  position: relative;
  left: -10px;
  overflow: hidden;
}

.engagement-image-div {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 241px;
  padding: 0;
  display: flex;
  position: relative;
}

.engagement-image-div.manage-team-header {
  padding: 15px;
}

.engagement-image-div.engagements-third-card {
  background-image: none;
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  padding: 30px 30px 0;
}

.div-block-313 {
  background-color: #141621;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.div-block-701 {
  z-index: 150;
  border: 1px solid #2a2d4d;
  border-radius: 20px;
  height: 100%;
  position: relative;
  box-shadow: 0 4px 20px #000;
}

.div-block-700 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  display: grid;
}

.div-block-471 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  display: flex;
  position: relative;
}

.image-197 {
  z-index: 2;
  width: 100%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: relative;
}

.div-block-708 {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 175px;
  display: flex;
  position: absolute;
  bottom: -1px;
}

.up-arrow {
  position: absolute;
  top: 4px;
  left: 3px;
}

.image-286 {
  z-index: 3;
  width: 100%;
  max-width: 170px;
  position: absolute;
  inset: auto 5% 19% auto;
}

.engagement-sec {
  z-index: 9;
  background-color: #010314;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.image-287 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.gradient-circle-outer {
  z-index: 1;
  background-image: linear-gradient(#eeeeeeed 18%, #101221 64%, #9e9fa4f5 72%, #101221 99%, #eee 93%, #343542fc);
  background-position: 0 0;
  border-radius: 50%;
  width: 100%;
  height: 390px;
  padding: 1px 1px 2px;
  position: absolute;
  top: -230px;
  box-shadow: inset 0 0 100px #0a0c21;
}

.gradient-circle-inner {
  z-index: 1;
  background-color: #141621;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.down-arrow {
  opacity: 0;
  position: absolute;
  top: 35px;
  right: 35px;
}

.div-block-709 {
  z-index: 20;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: relative;
}

.div-block-709.left-10px {
  z-index: 10;
  position: absolute;
  left: -6px;
}

.div-block-709.rigth {
  right: -10px;
}

.div-block-709.left--30px {
  position: absolute;
  left: 67px;
}

.heading-164 {
  color: #fff;
  margin-top: 0;
  font-size: 80px;
  line-height: 110%;
}

.light-arrow-div-2 {
  background-color: #010314;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-699 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: none;
}

.light-button {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 10px 10px 30px;
}

.engagement-link {
  color: #fff;
  width: 100%;
  height: auto;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.heading-165 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.image-686 {
  width: 50%;
}

.founder-cards-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

._w-40 {
  width: 40px;
  height: 40px;
}

.paragraph {
  color: #5a5a5a;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragraph.font-16 {
  min-height: 120px;
  color: var(--white-description);
  font-size: 16px;
  line-height: 24px;
}

.paragraph.font-16.min-height-96 {
  min-height: 96px;
}

.paragraph.font-26 {
  font-size: var(--font-28);
}

.swiper-slide {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  position: relative;
  box-shadow: 0 20px 48px #1212120f;
}

.swiper-slide.magic-sceret-swiper-slide {
  background-color: var(--black);
  border: 1px solid #e1ffff30;
  height: auto;
}

.swiper-slide.magic-sceret-swiper-slide.blue-bg {
  box-shadow: none;
  border: 1px solid #e9eaeb;
}

.swiper-slide.magic-sceret-swiper-slide.br-none {
  border-style: none;
  padding: 0;
}

.swiper-slide.magic-sceret-swiper-slide {
  height: auto;
}

.swiper-slide.magic-sceret-swiper-slide.green-bg {
  box-shadow: none;
  background-image: linear-gradient(#ecfdf3, #fff);
  border: 1px solid #e9eaeb;
}

.swiper-slide.magic-sceret-swiper-slide.blue-bg {
  box-shadow: none;
  background-image: linear-gradient(0deg, #f8f9fc, #f4f3ff);
  border: 1px solid #e9eaeb;
}

.swiper-slide.magic-sceret-swiper-slide.orange-bg {
  box-shadow: none;
  background-image: linear-gradient(#fffaeb, #fff);
  border: 1px solid #e9eaeb;
}

.swiper-slide.magic-sceret-swiper-slide.light-green-bg {
  box-shadow: none;
  background-image: linear-gradient(#ebfdff, #fff);
  border: 1px solid #e9eaeb;
}

.swiper-slide.magic-sceret-swiper-slide.purple-bg {
  box-shadow: none;
  background-image: linear-gradient(#f4f3ff, #fff);
  border: 1px solid #e9eaeb;
}

.swiper-slide.magic-sceret-swiper-slide.what-wenext-slide {
  border-radius: 8px;
}

.frame-1410085672 {
  grid-column-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gap-24 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.learn-more-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #004eeb;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: block;
}

.testimonial-arrow-1 {
  color: #fff;
  width: 20px;
  height: 20px;
}

.testimonial-arrow-1._w-30 {
  filter: grayscale();
  width: 30px;
  height: 30px;
}

._w-20 {
  width: 20px;
  height: 20px;
}

.sybill-slider-contnet-heading {
  color: #121212;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}

.sybill-slider-contnet-heading.font-20 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

._w-56 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.swiper-button-prev {
  background-color: unset;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.swiper-button-prev:hover {
  opacity: .85;
}

.swiper-button-prev.swiper1-button-prev.use-cases-prev-btn {
  -webkit-backdrop-filter: drop-shadow(0 1px #0a0d120d);
  backdrop-filter: drop-shadow(0 1px #0a0d120d);
  border-color: #e9eaeb;
  border-radius: 10px;
}

.swiper-button-prev.testimonial-arrow {
  border-style: none solid none none;
  border-color: #e1ffff30;
  border-radius: 0%;
  width: 50%;
  height: 50px;
}

.why-sybill-heading-right {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 35%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.why-sybill-heading-right.testimonial-arrows {
  grid-column-gap: 0px;
  justify-content: flex-start;
  max-width: 40%;
}

.swiper-button-next {
  background-color: unset;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.swiper-button-next.custom-swiper-button-next {
  border: 1px solid #0b68ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.swiper-button-next.custom-swiper-button-next:hover {
  opacity: .85;
}

.swiper-button-next.custom-swiper-button-next.swiper1-button-next.use-cases-next-btn {
  filter: drop-shadow(0 1px 2px #0a0d120d);
  border-color: #e9eaeb;
  border-radius: 10px;
}

.swiper-button-next.testimonial-arrow {
  border-color: #e1ffff30;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  display: flex;
}

.div-block-5 {
  display: flex;
}

.why-sybill-section {
  background-color: #f1f6ff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.why-sybill-section.black-why-sybill-section {
  background-color: var(--black);
  border-bottom: 1px solid #e1ffff30;
  padding-top: 60px;
  padding-bottom: 60px;
}

.why-sybill-section.black-why-sybill-section.py-128 {
  padding-top: 128px;
  padding-bottom: 100px;
}

.why-sybill-heading {
  color: #121212;
  text-align: center;
  letter-spacing: -.01em;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.why-sybill-heading.text-left {
  text-align: left;
}

.why-sybill-heading.text-left.black-why-sybill-heading {
  color: var(--white);
  font-size: var(--font-50);
  letter-spacing: -2px;
  font-weight: 600;
}

.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-highlight-2 {
  color: #155eef;
}

._w-28 {
  width: 28px;
  height: 28px;
}

.testimonial-arrow {
  color: #fff;
  width: 20px;
  height: 20px;
}

.testimonial-arrow._w-30 {
  filter: grayscale();
  width: 30px;
  height: 30px;
}

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

.gap-8.left {
  align-items: flex-start;
}

.gap-8.left._4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.why-sybill-heading-left {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 65%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.swiper {
  width: 100%;
  height: auto;
  overflow: visible;
}

.swiper.swiper-custom-wrapper {
  margin-top: 60px;
}

.swiper.swiper-custom-wrapper.dark-swiper {
  border: 1px solid #e1ffff30;
}

.swiper.swiper-custom-wrapper.dark-swiper.b-none,
.swiper.swiper-custom-wrapper.dark-swiper.what-wenext {
  border-style: none;
}

.author-name {
  font-size: var(--font-16);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.author-role {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.bold-text-11 {
  font-weight: 600;
}

.solution-banner-image {
  z-index: 999;
  width: 100%;
  position: absolute;
  top: 29%;
  right: -60%;
}

.banner-wapper {
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.new-strip {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-2131 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.div-block-2132 {
  background-color: #ffffff4d;
  border-radius: 5px;
  padding: 1px;
}

.banner-image-layer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-image-layer._2,
.banner-image-layer._3 {
  top: auto;
}

.key-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.heading-1725293 {
  font-size: var(--font-20);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.key-features-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.testimonial-text {
  color: var(--white-description);
  font-size: var(--font-20);
  font-weight: 500;
  line-height: 130%;
}

.testimonial {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.testimonial-author {
  filter: grayscale();
  width: 40%;
}

.faq-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-section.background-image-white {
  background-color: #fff;
  padding-top: 40px;
}

.faq-section.background-image-white.crm-autofill-faqs-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq-section.background-image-white.crm-autofill-faqs-sec.pt-80 {
  padding-top: 80px;
}

.new-accordion-item {
  cursor: pointer;
  border: 1px solid #ffffff30;
  border-radius: 16px;
  width: 100%;
  padding: 24px;
}

.new-faqs-para {
  color: #5a5a5a;
  margin-top: 15px;
  font-size: 18px;
  line-height: 150%;
}

.new-faqs-para.new-para {
  color: var(--white-description-1);
  font-size: 16px;
  line-height: 28px;
}

.product-card-summary-heading-c {
  color: #121212;
  text-align: center;
  text-transform: none;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-22.rotate {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.new-accordion-header {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-1097 {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.new-accordion-arrow {
  filter: grayscale();
  width: 24px;
  height: 24px;
}

.div-block-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.new-accordion-heading {
  color: #1a1a1acc;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

.new-accordion-heading.new-heading {
  color: var(--white);
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 100%;
}

.text-30 {
  color: #121212;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.see-less-btn {
  display: none;
}

.secondary-button {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.secondary-button.secondary {
  border-radius: 50px;
  transition: all .3s;
}

.secondary-button.secondary:hover {
  transform: translate(0, -2px);
  box-shadow: 0 12px 8px #bdbdbd40;
}

.new-faqs-inner {
  margin-top: 60px;
  padding: 0 40px 40px;
}

.new-faqs-inner.p-0 {
  justify-content: center;
  padding: 0;
  display: flex;
}

.new-accordion {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.new-accordion.boxes-wrapper {
  max-width: 80%;
}

.list-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.faqs-list {
  color: var(--white-description-1);
}

.cta-sec {
  border-bottom: 1px solid #ffffff30;
  width: 100%;
  height: 88vh;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.cta-content {
  width: 60%;
}

.cta-content-main {
  justify-content: flex-end;
  display: flex;
}

.cta-images {
  width: 72%;
  height: 100%;
  position: absolute;
  top: 15%;
  left: -38%;
}

.cta-img-1 {
  border: 1px solid #ffffff30;
  border-bottom-style: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
}

.cta-img-2 {
  z-index: 99;
  border: 1px solid #ffffff30;
  border-bottom-style: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
}

.div-block-2133 {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.new-get-started-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-btn-color);
  color: var(--black);
  border-radius: 50px;
  align-items: center;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-2134 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  height: 18px;
  display: flex;
  overflow: hidden;
}

.arrows-anim {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-end;
  width: 26px;
  display: flex;
  overflow: hidden;
}

.new-book-demo-btn {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50px;
  align-items: center;
  padding: 15px 35px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.book-a-demo-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  height: 18px;
  display: flex;
  overflow: hidden;
}

.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.new-strip-bg {
  background-color: #ffffff03;
  position: absolute;
  inset: 0;
}

.new-strip-wrapper-bg {
  background-image: linear-gradient(#fff6 40%, #ffffff1a 60%);
  position: absolute;
  inset: auto;
}

.new-strip-wrapper {
  position: relative;
  inset: 2px;
  overflow: hidden;
}

.banner-image-layer-1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rabbit-cycle-video {
  width: 100%;
  height: 440px;
}

.div-block-158 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-45 {
  color: var(--white-description-2);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
}

.div-block-155 {
  width: 70%;
}

.div-block-246 {
  position: static;
  top: -60%;
  right: 59px;
}

.div-block-246.rabbit-cycle {
  position: absolute;
  top: -50%;
  right: -52px;
}

.paragraph-41 {
  color: var(--white-description-1);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-41.min-50 {
  min-height: 50px;
}

.div-block-160 {
  width: 50%;
}

.section-27 {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.what-sets-apart-bg {
  z-index: -1;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -80%);
}

.what-sets-apart-bg._w-75 {
  width: 75%;
  top: 41%;
}

.paragraph-124 {
  color: #5a5d5e;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-157 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-44 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 110%;
}

.image-116 {
  position: absolute;
  inset: -20% 0% 0% auto;
}

.div-block-156 {
  width: 50%;
}

.div-block-159 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.div-block-159.md-industry,
.div-block-159.mt-40 {
  margin-top: 0;
}

.santr-body {
  color: #fff;
  background-color: #00040b;
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
}

.container-anim {
  width: 100%;
  max-width: 980px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar {
  background-color: #0000;
  align-items: center;
  width: 100%;
  top: 25px;
}

.brand-4 {
  align-items: center;
  height: 100%;
  display: flex;
}

.logo {
  width: 50px;
}

.nav-links {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.nav-links.cart {
  margin-left: 40px;
  font-size: 16px;
}

.dropdown-toggle {
  color: #fff;
  font-size: 1px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.get-started {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  height: 50px;
  color: var(--primary);
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.get-started.blue {
  background-color: var(--primary);
  color: var(--white);
  background-image: linear-gradient(#074fda, #185ce4);
}

.nav-bar {
  border: 1px solid #fff3;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 20px 0 24px;
  display: flex;
}

.navbar-bg {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #00000026;
  border-radius: 50px;
  width: 100%;
  padding: 5px;
}

.santr-banner {
  background-image: url('../images/banner-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.santr-banner-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.santra-wrapper-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.santra-wrapper-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  position: relative;
}

.santr-banner-strip-heading {
  font-size: 15px;
  line-height: var(--lh-100);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.santr-banner-strip {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff2b;
  border-radius: 30px;
  align-items: center;
  padding: 10px;
  display: flex;
}

.heading-1725294 {
  font-size: 53px;
  line-height: var(--lh-120);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph-196 {
  font-size: var(--font-16);
  margin-bottom: 0;
}

.banner-btns {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.banner-btns.blue {
  color: var(--primary);
}

.contact-us {
  color: #fff;
  background-color: #020813;
  border-radius: 30px;
  height: 50px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

.contact-us-layer {
  background-image: linear-gradient(43deg, #13191f, #fff);
  border-radius: 50px;
  padding: 1px;
  text-decoration: none;
  box-shadow: 0 -4px 14.4px #ffffff1c;
}

.santr-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.santr-right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.banner-image-1 {
  z-index: 999;
  border-radius: 15px;
  width: 85%;
  position: relative;
}

.banner-image-1._2 {
  z-index: 9;
  width: 75%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 8%;
  transform: rotate(-9deg);
}

.banner-image-1._3 {
  z-index: 9;
  width: 75%;
  height: 90%;
  position: absolute;
  top: 5%;
  right: -8%;
  transform: rotate(10deg);
}

.spin {
  width: 580px;
  position: absolute;
  top: -10%;
  right: -10%;
}

.banner-content {
  margin-top: 100px;
}

.robo {
  justify-content: flex-start;
  align-items: flex-end;
  width: 180px;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: -10%;
  transform: rotate(-20deg);
}

.security {
  z-index: 99;
  position: absolute;
  right: -20%;
  transform: rotate(7deg);
}

.robo-img {
  width: 220px;
  position: absolute;
  bottom: -34px;
  left: -11%;
  transform: rotate(-30deg);
}

.sm-img {
  position: absolute;
  inset: -10%;
}

.sm-img-right {
  position: absolute;
  top: -20%;
  right: -10%;
}

.get-started-anim {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 50px;
  color: var(--primary);
  display: flex;
  transform: translate(0, 13px);
}

.get-started-anim._2 {
  transform: translate(0, 20px);
}

.div-block-2135 {
  display: none;
}

.contact-us-2 {
  transform: translate(0, 40px);
}

.contact-us-1 {
  transform: translate(0);
}

.logo-slide-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.logo-sliders {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  min-width: 130%;
  display: flex;
}

.d-flex-20 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.width-150px {
  width: 150px;
}

.width-150px.lg {
  width: 100px;
}

.why-business-sec {
  background-image: none;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.why-business-sec.bg {
  background-image: url('../images/integration-bg.jpg');
  background-size: 100% 100%;
  margin-top: 200px;
  padding-bottom: 100px;
}

.why-business-sec.bg.mt-0 {
  background-image: url('../images/integration-bg.jpg');
  background-size: 100% 100%;
  margin-top: 0;
}

.why-business-sec.bg._1 {
  background-image: url('../images/bg.png');
  overflow: hidden;
}

.why-business-sec.pb-100 {
  background-image: none;
  background-size: auto;
  height: 50vh;
  padding-bottom: 100px;
  position: sticky;
  top: 100px;
}

.why-business-sec.white-bg {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.title-center.mb-60 {
  z-index: 99;
  margin-bottom: 60px;
  position: relative;
}

.title-center.sticky {
  position: sticky;
  top: 100px;
}

.h2-heading {
  font-size: var(--font-60);
  line-height: var(--lh-120);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.h2-heading.center {
  text-align: center;
}

.h2-heading.center.max-64 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 60%, #b2b2b2 90%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 74%;
}

.h2-heading.center.max-64._1 {
  max-width: 69%;
  line-height: var(--lh-120);
}

.h2-heading.center.max-64.caps {
  font-size: 100px;
}

.h2-heading.center.max-64.font-lg {
  font-size: 80px;
}

.h2-heading.center.max-64.new {
  max-width: 60%;
}

.h2-heading.center.max-64.black {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.h2-heading.f-42 {
  font-size: var(--font-42);
}

.para {
  font-size: var(--font-18);
  line-height: var(--lh-150);
  margin-bottom: 0;
}

.para.center {
  text-align: center;
}

.para.center.max-64 {
  max-width: 78%;
}

.para.center.max-64._1 {
  max-width: 64%;
}

.para.center.max-64.black {
  color: #000;
}

.para.sm {
  color: #fffc;
  font-size: var(--font-16);
  margin-top: 10px;
}

.para.font-500 {
  font-weight: 500;
}

.why-business-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.why-business-grid._2 {
  grid-template-columns: 1.5fr 1.5fr;
  margin-top: 16px;
}

.why-business-card {
  background-image: url('../images/business-img-bg.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  padding: 20px;
}

.span-white {
  color: #fff;
  font-weight: 500;
}

.paragraph-172 {
  color: #e7e7e7;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-1440 {
  border-radius: 15px;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.script {
  display: none;
}

.heading-1725261 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.image-522 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-1436 {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-1438 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ibm-mono-27-700-2 {
  color: #121212;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.div-block-1437 {
  position: relative;
}

.new-best-card {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(60.5px);
  backdrop-filter: blur(60.5px);
  cursor: pointer;
  background-color: #00040b;
  background-image: linear-gradient(215deg, #202129cc, #0c0d0fcc 60%);
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 60px;
  display: flex;
  position: sticky;
  top: 120px;
}

.new-best-card.c5 {
  z-index: 0;
  background-color: #0000;
  border-width: 0;
  border-color: #0000;
  min-height: 30vh;
  top: 370px;
}

.new-best-card.c2 {
  z-index: 2;
  top: 170px;
}

.new-best-card.c4 {
  z-index: 4;
  flex-flow: column;
  top: 270px;
}

.new-best-card.c3 {
  z-index: 3;
  top: 220px;
}

.heading-chip-ttl {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 29px;
  padding: 8px 17px;
  text-decoration: none;
  display: flex;
}

.div-block-1439 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-521 {
  width: 100%;
}

.best-in-class-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.new-stacked-sec {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.new-stacked-sec.why-business-sec {
  background-color: #00040b;
  background-image: none;
  background-size: auto;
}

.div-block-1441 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.new-stacked-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.smarter-ai-agents-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  height: 100%;
  position: relative;
}

.smarter-ai-agents-grid._1 {
  grid-template-columns: 1.2fr 1fr;
}

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

.div-block-2138 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.white-line {
  background-image: radial-gradient(circle, #fff9, #fff0);
  width: 1px;
  height: 80%;
  position: absolute;
  left: 45%;
}

.white-line._1 {
  left: 54%;
}

.white-line.new {
  width: 100%;
  height: 1px;
  position: static;
}

.image-687 {
  width: 40px;
}

.div-block-2139 {
  background-image: linear-gradient(#00040b, #00040dbf 10%, #00040b5c 52%, #00040bd9 87%, #00040b);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-2140 {
  width: 100%;
  height: 100%;
  position: relative;
}

.gradient-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-image: linear-gradient(25deg, #3436415c, #0c0d0f5c);
  border: 1px solid #fff3;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  height: 250px;
  padding: 20px;
  transition: all .35s;
  display: flex;
  position: absolute;
  top: 15px;
  left: 10%;
}

.gradient-card._1 {
  top: 38%;
  left: auto;
  right: 10%;
}

.gradient-card._1._4 {
  top: 120%;
}

.gradient-card._2 {
  top: 78%;
}

.gradient-card.unset {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  height: 400px;
  position: static;
  transform: rotate(-4deg);
}

.gradient-card.unset.last {
  transform: rotate(4deg);
}

.heading-1725295 {
  font-size: var(--font-20);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-2141 {
  justify-content: space-between;
  display: flex;
}

.text-block-60 {
  color: #0d110e;
  font-size: 16px;
}

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

.div-block-2143 {
  position: sticky;
  top: 100px;
}

.div-block-2144 {
  height: 200vh;
  position: relative;
}

.our-impact-main {
  height: 100vh;
  position: relative;
}

.code-embed-9 {
  width: 100%;
  height: 100%;
}

.div-block-2145 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-2146 {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 100px;
}

.div-block-2147 {
  justify-content: flex-end;
  display: flex;
}

.div-block-2148 {
  margin-left: 100px;
}

.div-block-2149 {
  padding-left: 100px;
}

.div-block-2150 {
  justify-content: flex-end;
  display: flex;
}

.div-block-2151 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-1446 {
  width: 100%;
}

.dep-hor-cards-wrapper-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-top: 40px;
  display: flex;
  position: sticky;
}

.dep-hor-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0000;
  background-image: linear-gradient(#343641fa, #0c0d0ffa 60%);
  border: 1px solid #fff3;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  min-width: 650px;
  padding: 20px;
  transition: all .8s;
  display: flex;
}

.dep-hor-card.mini {
  flex-flow: row;
  align-items: flex-start;
  width: 50%;
  min-width: auto;
  height: auto;
}

.dep-hor-card.mini._2 {
  margin-top: 0;
  position: relative;
  top: 60px;
}

.div-block-1447 {
  z-index: 1;
  position: relative;
}

.deployment-content {
  z-index: 5;
  width: 100%;
  position: sticky;
  top: 95px;
  overflow: hidden;
}

.image-688 {
  width: 100%;
  height: 100%;
}

.deployment-bg-layer {
  background-color: #ce111108;
  background-image: linear-gradient(90deg, #161616, #ce11110f);
  border-radius: 50px 0 0% 50px;
  width: 350px;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-1444 {
  justify-content: center;
  display: flex;
  position: relative;
}

.sec-heading-h2 {
  color: #fff;
  letter-spacing: -2px;
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
}

.sec-heading-h2.slide-bottom-200ms.center.font-50 {
  font-size: 50px;
}

.div-block-1445 {
  border-radius: 15px;
  width: 100%;
  min-height: 170px;
  overflow: hidden;
}

.deployment-sec-two {
  background-color: #161616;
  height: 250vh;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.deployment-sec-two.six-cards {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.deployment-sec-two.six-cards.why-business-sec {
  background-color: #010409;
  background-image: none;
  background-size: auto;
  height: 120vh;
  margin-top: 0;
  padding-bottom: 0;
}

.engagement-model-content {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

.meeami-container {
  max-width: 980px;
}

.div-block-2152 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._w-50 {
  border-radius: 50px;
  width: 50px;
}

.heading-1725296 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.paragraph-197 {
  margin-bottom: 0;
}

.div-block-2153 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2154 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

._80 {
  width: 120px;
}

.paragraph-198 {
  font-size: 18px;
  line-height: var(--lh-150);
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-2155 {
  height: 50vh;
}

.div-block-2156 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.image-middle {
  position: absolute;
  top: 50px;
}

.width-120px {
  width: 80px;
}

.image-row-1 {
  z-index: 99;
  opacity: .6;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #ddd3;
  border-radius: 50px;
  padding: 15px;
  position: absolute;
  top: 36%;
  left: 33%;
}

.image-row-1._2 {
  top: 37%;
  left: 60%;
}

.image-row-1._3 {
  top: 45%;
  left: 20%;
}

.image-row-1._3._4 {
  top: 55%;
  left: 45%;
}

.image-row-1._3._5 {
  left: 75%;
}

.image-row-1._3._6 {
  top: 60%;
  left: 2%;
}

.image-row-1._3._7 {
  top: 77%;
  left: 30%;
}

.image-row-1._3._8 {
  top: 78%;
  left: 59%;
}

.image-row-1._3._9 {
  top: 69%;
  left: 85%;
}

.our-impact-heading-mini {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.our-impact-para-mini {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.heading-1725297 {
  margin-top: 0;
  font-size: 50px;
  line-height: 110%;
}

.div-block-2158 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.max-width-50 {
  width: 40%;
}

.sticky-card-animation {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 120vh;
  display: flex;
}

.sticky {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 50px;
}

.the-founders-choice {
  margin-top: 60px;
  position: sticky;
  top: 0;
}

.heading-1725298 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
}

.heading-1725299 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-199 {
  margin-bottom: 0;
}

.bfc-main {
  width: 100%;
  padding-left: 60px;
  display: flex;
  position: sticky;
  top: 220px;
}

.div-block-2160 {
  height: 100%;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28vw;
  display: flex;
}

.column._2 {
  margin-top: 10vw;
}

.img-wrapper {
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 20px;
  width: 300px;
  height: 400px;
  margin-bottom: 6vw;
  position: relative;
  overflow: hidden;
}

.wrapper {
  height: 170vw;
}

.heading {
  text-align: center;
}

.div-block-2161 {
  position: sticky;
  top: 0;
}

.img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.our-team-gallery-sec {
  background-color: #fff;
}

.container {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  display: flex;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.div-block-2162 {
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2163 {
  width: 70%;
}

.image-690 {
  margin-left: -100px;
}

.image-691 {
  margin-right: -100px;
}

.slide-content {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

._50px {
  width: 50px;
}

.text-white {
  color: var(--white);
  font-weight: 500;
}

.list-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.grid-2 {
  background-color: #fff;
  border-radius: 70px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  align-items: center;
  padding: 20px;
}

.heading-1725300 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.heading-1725300.white {
  color: var(--white);
  font-weight: 500;
}

.heading-1725301 {
  background-color: var(--primary-btn-color);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-2164 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.div-block-2165 {
  background-color: var(--primary-btn-color);
  border-radius: 50px;
  flex-flow: row;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-2166 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.image-692 {
  width: 50px;
}

.div-block-2167 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
}

.paragraph-200 {
  font-size: var(--font-16);
  line-height: var(--lh-150);
  margin-bottom: 0;
  font-weight: 400;
}

.image-693 {
  width: 35px;
}

.div-block-2168 {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-2169 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #9c9b9b5e;
  border-radius: 8px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  width: 100%;
}

.paragraph-201 {
  color: var(--white-description-1);
  font-size: 16px;
  line-height: var(--lh-150);
  font-weight: 400;
}

.our-mission {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #09120d;
  border-left: 2px #0eb64f;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-202 {
  color: var(--white-description-1);
  margin-bottom: 0;
  font-weight: 300;
}

.heading-1725302 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.image-694 {
  width: 24px;
}

.image-694.d-none {
  display: none;
}

.div-block-2170 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 8px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-5 {
  z-index: 99;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  position: relative;
}

.div-block-2171 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2172 {
  z-index: 99;
  margin-top: 80px;
  position: relative;
}

.tablet-mockup-animation {
  z-index: 2;
  margin-top: 80px;
  position: relative;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.ipad-mockup {
  position: relative;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-screen.overflow-hidden {
  overflow: hidden;
}

.screenshot-scroll {
  width: 100%;
}

.ipad-shape {
  z-index: 2;
  width: 100%;
  position: relative;
}

.image-695 {
  width: 100%;
}

.get-started-btn-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

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

.paragraph-30 {
  color: #7c7c7c;
  margin-bottom: 0;
}

.sybill-swiss-sec {
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.bg-strip {
  width: 80%;
  position: absolute;
  top: 140px;
  left: -20%;
}

.sybill-swiss-code.none {
  display: none;
}

.div-block-618 {
  z-index: 9;
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.madison-prof {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.sybill-swiss {
  padding-top: 160px;
  padding-bottom: 96px;
  position: relative;
}

.sybill-swiss.pt-100.pb-0 {
  padding-top: 130px;
  padding-bottom: 0;
}

.heading-126 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.image-274 {
  border-radius: 100px;
  width: 44px;
}

.text-animations {
  color: #a4a7ae;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.text-animations.lg-none {
  display: none;
}

.text-animations.md-none {
  max-width: 110%;
}

.div-block-2093 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-anim {
  height: 170vh;
  position: relative;
}

.scroll-anim.scroll-anim-homev2 {
  height: 300vh;
}

.div-block-2094 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 12px 16px;
  display: flex;
}

.div-block-2094.top {
  align-items: flex-start;
}

.paragraph-203 {
  color: #7c7c7c;
  margin-bottom: 0;
}

.heading-chip-ttl-2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 29px;
  padding: 8px 17px;
  text-decoration: none;
  display: flex;
}

.title-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.border-48 {
  background-color: #d1e0ff;
  width: 48px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -49px;
}

.para-title {
  color: #5a5a5a;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.para-title.center {
  text-align: center;
}

.para-title.center.max-width-80 {
  max-width: 78%;
}

.para-title.font-14 {
  color: #535862;
  font-size: 16px;
  line-height: 150%;
}

.h-100vh {
  position: relative;
}

.pt-100 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pt-100.colomun {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  padding-bottom: 0;
}

.pt-100.colomun.new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding-top: 64px;
}

.count-number {
  color: #004eeb;
  background-color: #eff4ff;
  border: 1px solid #b2ccff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.heading-titles {
  text-align: center;
  max-width: 65%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
}

.heading-titles.max-width-80 {
  max-width: 66%;
}

.caputures-box {
  background-color: #fff;
  border: 2px solid #d1e0ff;
  border-radius: 12px;
  transition: all .4s;
  position: relative;
}

.introducing-sybill-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2173 {
  z-index: 9;
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.buyer-on-demand-sec {
  padding-top: 100px;
  padding-bottom: 0;
}

.buyer-on-demand-sec.pb-0.padding-bottom-0 {
  padding-top: 130px;
  padding-bottom: 0;
}

.lg-block.new {
  position: sticky;
  top: 100px;
}

.ibm-mono-27-700 {
  color: #121212;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.heading-1725303 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.image-696 {
  border-radius: 100px;
  width: 44px;
}

.black-text {
  color: #181d27;
  font-weight: 600;
}

.grid-20 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-204 {
  color: #5a5a5a;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-204.font-16 {
  color: #717680;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-204.font-16.min-height-96 {
  min-height: 150px;
  color: var(--white);
  font-weight: 300;
}

.gap-24-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.code-embed {
  color: #fff;
  width: 20px;
  height: 20px;
}

.div-block-2174 {
  display: flex;
}

._w-56-2 {
  filter: drop-shadow(0 1px 2px #0a0d120d);
  background-color: #fff;
  border: 1px solid #e9eaeb;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  box-shadow: inset 0 -2px #0a0d120d, inset 0 0 0 1px #0a0d122e;
}

.code-embed-2 {
  color: #fff;
  width: 20px;
  height: 20px;
}

.core-problem-sec {
  padding-top: 64px;
  padding-bottom: 64px;
}

.core-problem-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #e1ffff30;
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  padding: 50px;
  display: flex;
  box-shadow: 0 2px 5px #970505;
}

.core-problem-card.shadow-none {
  box-shadow: none;
}

.heading-1725304 {
  text-align: center;
  border: 1px solid #e1ffff30;
  border-radius: 6px;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  box-shadow: 0 2px 5px #f3e3e333;
}

.div-block-2175 {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.image-697 {
  width: 24px;
  transform: rotate(180deg);
}

.div-block-2176 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  display: flex;
}

._32nd-btn-color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.play-text {
  z-index: 5;
  color: #fff;
  position: relative;
}

._32nn-btn-color-wrap-blur {
  z-index: 2;
  filter: blur(5px);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.btn-color-wrap._1st {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #0eb64f 42%, #fff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -24%;
  left: -11%;
}

.btn-color-wrap._3rd {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(251deg, #0eb64f 14%, #fff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 52%;
  left: auto;
  right: -27%;
}

.btn-color-wrap._2nd {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(251deg, #0eb64f 13%, #fff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -15%;
  left: auto;
  right: 54%;
}

.btn-color-wrap._4th {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #0eb64f, #fff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 53%;
  left: auto;
  right: 5%;
}

._32nd-btn {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 0 0 34px #0eb64f14;
}

._32nd-btn:hover {
  box-shadow: none;
}

._32nd-btn:active {
  box-shadow: 0 8px 30px #006aff33;
}

._32-btn-bg {
  z-index: 3;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 56px;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

._32-btn-bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.feature-body {
  color: var(--black);
  font-family: Dmsans, Arial, sans-serif;
  font-size: var(--h5);
  font-weight: 400;
}

.heading-1725305 {
  max-width: 70%;
  color: var(--black);
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 110%;
}

.text-span-55 {
  color: var(--primary-btn-color);
}

.feature-navbar {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
}

.feature-navbar:where(.w-variant-15336ad8-57b7-7b6b-7f0e-1897dce30924) {
  background-color: #171717;
}

.nav-link {
  padding: 0;
}

.nav-link.w--current {
  color: var(--primary-btn-color);
}

.wenext-brand {
  width: 150px;
  height: 50px;
  position: relative;
}

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

.navmenu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 73%;
  display: flex;
}

.navmenu:where(.w-variant-15336ad8-57b7-7b6b-7f0e-1897dce30924) {
  width: 75%;
}

.div-block-2178 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.primary-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green);
  background-color: var(--primary-btn-color);
  color: var(--white);
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  text-decoration: none;
  display: flex;
}

.primary-btn:where(.w-variant-0660acb7-1ea6-f326-a467-4979e71f2e67) {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--green);
}

.primary-btn.white-bg {
  background-color: var(--white);
  color: var(--primary-btn-color);
}

.div-block-2179 {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-2180 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2180:where(.w-variant-15336ad8-57b7-7b6b-7f0e-1897dce30924) {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-2181 {
  background-image: none;
  background-size: auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible !important;
}

.hero-sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.feature-hero {
  z-index: 89;
  color: #090a0b;
  max-width: 90%;
  font-size: var(--hero);
  text-align: center;
  margin: 0;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.feature-hero.mw-100 {
  max-width: 100%;
}

.div-block-2182 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-span-56 {
  color: var(--green);
}

.feature-para {
  z-index: 89;
  color: #4a4a4c;
  max-width: 100%;
  font-size: var(--h4);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 150%;
  position: relative;
}

.div-block-2183 {
  z-index: 20;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2183:where(.w-variant-11e838ac-4f47-ac41-1404-742e9321f3b8) {
  flex-flow: row-reverse;
}

.code-embed-10 {
  width: 20px;
  height: 20px;
}

.code-embed-10:where(.w-variant-0660acb7-1ea6-f326-a467-4979e71f2e67) {
  display: none;
}

.secondary-btn {
  border: 1px solid var(--primary-btn-color);
  background-color: var(--white);
  color: var(--primary-btn-color);
  border-radius: 12px;
  padding: 12px 15px;
  text-decoration: none;
}

.secondary-btn.green-bg,
.secondary-btn.width-100:where(.w-variant-5ef7acf7-4863-19d4-2dcd-2c3216eea1cd) {
  border-color: var(--white);
  background-color: var(--green);
  color: var(--white);
}

.div-block-2184 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-container {
  background-color: var(--white);
  border-radius: 16px;
  height: 500px;
  min-height: 500px;
  margin-top: 50px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.demo-video {
  width: 100%;
  height: 100%;
}

.div-block-2185 {
  background-color: var(--white);
  width: 70px;
  height: 70px;
  color: var(--primary-btn-color);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 50px #0eb64f80;
}

.code-embed-11 {
  -webkit-text-stroke-color: var(--green);
  width: 40px;
  height: 40px;
}

.section-28 {
  height: 100vh;
}

.ellipse-1 {
  z-index: -10;
  background-color: var(--primary-btn-color);
  opacity: .75;
  filter: blur(10000px);
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 90px;
  left: -200px;
}

.ellipse-2 {
  z-index: -15;
  opacity: .75;
  filter: blur(1000px);
  background-color: #fff3d6;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 110px;
}

.ellipse-3 {
  z-index: -20;
  background-color: var(--primary-btn-color);
  opacity: .75;
  filter: blur(10000px);
  border-radius: 100%;
  width: 650px;
  height: 650px;
  position: absolute;
  bottom: 0;
  right: -330px;
}

.automate-scale-sec {
  z-index: 90;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.text-block-61 {
  color: var(--green);
  font-size: var(--para-size-2);
}

.div-block-2186 {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.h2 {
  font-size: var(--h2);
  text-align: center;
  margin: 20px 0 0;
  font-weight: 600;
  line-height: 130%;
}

.h2.mt-0 {
  margin-top: 0;
}

.h2.mt-0.mw-75 {
  max-width: 65%;
}

.h2.white {
  width: 100%;
  color: var(--white);
  margin-top: 0;
  font-size: 44px;
  line-height: 130%;
}

.text-span-57 {
  color: var(--green);
}

.para-24 {
  color: var(--para-color);
  font-size: var(--h4);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 140%;
}

.para-24.mw-65 {
  max-width: 65%;
}

.div-block-2187 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px solid #08090a1a;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 30px;
}

.image-698 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.div-block-2188 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  overflow: hidden;
}

.div-block-2188.div-2 {
  grid-template-columns: 1fr 1.75fr;
}

.div-block-2189 {
  background-color: #d1f1db;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.image-699 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-2190 {
  background-image: url('../images/Union.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-700 {
  width: 85%;
  height: 280px;
}

.image-701 {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.text-block-62 {
  font-size: var(--h3);
}

.title {
  font-size: var(--h3);
  text-align: left;
  margin: 15px 0 0;
  line-height: 120%;
}

.features-para {
  font-size: var(--para-size-2);
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 140%;
}

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

.div-block-2191 {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.div-block-2192 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-2193 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #08090a1a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.div-block-2194 {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

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

.image-703.fill {
  object-fit: fill;
}

.div-block-2195 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-span-58 {
  color: var(--green);
}

.div-block-2196 {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.div-block-2197 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2198 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 30px #0000000d;
}

.div-block-2198.g-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.volumes-sec {
  z-index: 100;
  padding-bottom: 100px;
  position: relative;
}

.volumes-sec.pt_100 {
  padding-top: 100px;
}

.text-block-63 {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 100%;
}

.text-block-64 {
  font-size: var(--h4);
  font-weight: 500;
  line-height: 130%;
}

.div-block-2199 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2199.flex-row {
  flex-flow: row;
  align-items: center;
}

.div-block-2200 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2201 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-704 {
  width: 50px;
  height: 50px;
}

.image-704.img-cover {
  object-fit: contain;
}

.paragraph-205 {
  color: var(--para-color);
  font-size: var(--para-size-2);
  margin-bottom: 0;
  line-height: 140%;
}

.div-block-2202 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.text-block-66 {
  font-size: var(--para-size-2);
  line-height: 130%;
}

.div-block-2203 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.feature-cta {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(45deg, #0cba51, #15512b);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -70px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.feature-cta:where(.w-variant-4f7cd714-236d-7a51-2879-f9122c903600) {
  margin-bottom: 0;
}

.div-block-2205 {
  z-index: 20;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
  position: relative;
}

.heading-1725306 {
  margin: 0;
}

.ctra-feature:where(.w-variant-4f7cd714-236d-7a51-2879-f9122c903600) {
  margin-bottom: 100px;
}

.text-block-67 {
  font-size: var(--h4);
}

.cta-description {
  color: #b6e8ca;
  width: 100%;
  font-size: var(--h4);
  text-align: center;
  font-weight: 300;
  line-height: 140%;
}

.image-705 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-new {
  background-color: var(--black);
  padding-bottom: 0;
}

.footer-new.pt-50 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-706 {
  width: 100%;
  height: 100%;
}

.div-block-2206 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2206.color-none {
  color: #0000;
  -webkit-text-stroke-color: white;
}

.div-block-2207 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2207.flex-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
}

.text-block-68 {
  color: var(--white);
  font-size: var(--para-size-2);
  font-weight: 500;
  line-height: 100%;
}

.text-block-69 {
  color: var(--white);
  font-size: var(--h5);
  line-height: 140%;
  text-decoration: none;
}

.text-block-69.color-faded {
  color: #929292;
  font-size: var(--h6);
  transition: all .1s linear;
}

.text-block-69.color-faded:hover {
  color: #fff;
}

.div-block-2208 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2209 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: flex-start;
  display: flex;
}

.div-block-2209.gap-70 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.div-block-2210 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-2210.px-0 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-31 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-2211 {
  color: var(--white);
  border-top: 1px solid #fff3;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-2212 {
  background-color: var(--black);
}

.link-block-17 {
  color: var(--white);
  text-decoration: none;
}

.link-block-18 {
  color: var(--white);
}

.link-block-19 {
  width: 150px;
  height: 50px;
  text-decoration: none;
}

.div-block-2213 {
  position: relative;
}

.div-block-2214 {
  z-index: 10;
  background-color: var(--green);
  opacity: .5;
  filter: blur(1000px);
  border-radius: 100%;
  width: 600px;
  height: 800px;
  position: absolute;
  bottom: -600px;
  left: -330px;
  overflow-x: hidden;
}

.div-block-2215 {
  z-index: 1;
  opacity: .5;
  filter: blur(1000px);
  background-color: #fff3d6;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: -180px;
  right: 180px;
}

.div-block-2216 {
  z-index: -10;
  background-color: var(--green);
  opacity: .6;
  filter: blur(1000px);
  border-radius: 100%;
  width: 600px;
  height: 700px;
  position: absolute;
  top: -200px;
  right: -320px;
}

.div-block-2217 {
  overflow: hidden;
}

.div-block-2218 {
  z-index: 1;
  background-color: var(--green);
  opacity: .5;
  filter: blur(1000px);
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: -700px;
  right: -200px;
}

.div-block-2219 {
  z-index: 1;
  background-color: var(--white);
  filter: blur(1000px);
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
}

.text-block-70 {
  line-height: 100%;
}

.code-embed-12 {
  width: 30px;
  height: 31px;
}

.div-block-2223 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: -37px;
  left: 70px;
}

.text-block-71 {
  white-space: nowrap;
  align-items: flex-start;
  font-style: italic;
  font-weight: 400;
  display: flex;
  position: absolute;
  bottom: -10px;
  left: 40px;
}

.div-block-2224 {
  position: relative;
}

.div-block-2225 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.div-block-2225.pt-0 {
  padding-top: 0;
}

.div-block-2225.pb-0 {
  padding-bottom: 0;
}

.section-32 {
  padding-top: 100px;
}

.chip {
  z-index: 89;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(45deg, #daffe9, #f4fff899);
  border: 1px solid #c9efd8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px 2px #c9efd8;
}

.code-embed-13 {
  width: 18px;
  height: 18px;
}

.text-block-72 {
  color: var(--green);
  font-size: var(--h6);
  font-weight: 500;
  line-height: 100%;
}

.div-block-2226 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.x {
  color: var(--green);
}

.div-block-2227 {
  z-index: 98;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-707 {
  width: 25px;
  height: 25px;
}

.hero-wrapper {
  position: relative;
  overflow-x: hidden;
}

.div-block-2229 {
  z-index: -10;
  background-color: var(--green);
  opacity: .75;
  filter: blur(10000px);
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-2230 {
  z-index: -10;
  background-color: var(--green);
  opacity: .75;
  filter: blur(1000px);
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: 150px;
  right: 0;
}

.div-block-2231 {
  z-index: -10;
  opacity: .75;
  filter: blur(1000px);
  background-color: #fff3d6;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.image-708 {
  width: 20px;
  height: 20px;
}

.image-708:where(.w-variant-0660acb7-1ea6-f326-a467-4979e71f2e67) {
  display: none;
}

.categories-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-2232 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border: 1px solid #08090a1a;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 30px;
  display: grid;
}

.div-block-2232:where(.w-variant-bff5ba35-e544-e686-b11f-881b8ac7c23a) {
  background-color: #fff;
  border: 1px solid #08090a1a;
  border-radius: 20px;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
}

.text-block-73 {
  font-size: var(--h4);
  font-weight: 600;
  line-height: 140%;
}

.text-block-73.mb-10 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.text-block-74 {
  color: #e91d1d;
  font-size: var(--h6);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100%;
}

.text-block-74.color-green {
  color: var(--primary-btn-color);
}

.paragraph-206 {
  color: var(--para-color);
  font-size: var(--h5);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-206:where(.w-variant-bff5ba35-e544-e686-b11f-881b8ac7c23a) {
  line-height: 140%;
}

.div-block-2233 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2234 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-75 {
  color: var(--green);
  font-size: var(--h4);
  font-weight: 600;
  line-height: 100%;
}

.image-709 {
  width: 18px;
  height: 18px;
}

.text-block-76 {
  font-size: var(--h5);
  font-weight: 400;
  line-height: 120%;
}

.div-block-2235 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: var(--h5);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.div-block-2236 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-207 {
  color: var(--para-color);
  font-size: var(--para-size-2);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.div-block-2237 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2238 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2239 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-710 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.div-block-2240 {
  background-image: linear-gradient(126.59deg, #bbe9c8, #d2f2df);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 560px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-711 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: -30px;
}

.image-712 {
  width: 20px;
  height: 20px;
}

.image-713 {
  width: 18px;
  height: 18px;
}

.slot {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
}

.div-block-2241 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-714 {
  display: none;
}

.image-714:where(.w-variant-0660acb7-1ea6-f326-a467-4979e71f2e67),
.white-arrow,
.white-arrow:where(.w-variant-0660acb7-1ea6-f326-a467-4979e71f2e67),
.code-embed-14 {
  width: 20px;
  height: 20px;
}

.book-a-demo {
  border: 1px solid var(--green);
  background-color: var(--white);
  color: var(--green);
  font-size: var(--para-size-2);
  border-radius: 12px;
  padding: 12px 15px;
  text-decoration: none;
}

.book-a-demo:where(.w-variant-11b3e7db-a143-9964-46b2-a23c24379593) {
  background-color: var(--green);
  color: var(--white);
}

.div-block-2242 {
  z-index: 30;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.div-block-2242.mt-40 {
  z-index: 89;
  margin-top: 40px;
}

.nav-drop-down {
  padding: 0 20px 0 0;
}

.nav-drop-down:where(.w-variant-15336ad8-57b7-7b6b-7f0e-1897dce30924) {
  color: #9eff98;
}

.av-link {
  flex-flow: row;
}

.icon {
  font-size: var(--h6);
  margin-right: 0;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: none;
  background-color: #0000;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
  left: -90px;
}

.dropdown-link {
  border-radius: 8px;
  width: 100%;
  margin: 0;
  padding: 8px;
  transition: color .3s, background-color .3s;
}

.dropdown-link.w--current {
  color: var(--primary-btn-color);
}

.div-block-2243 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  min-width: 310px;
  color: var(--para-color);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-start;
  padding: 15px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  box-shadow: 2px 6px 20px #00000021;
}

.div-block-2241 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-2244 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faq-sec:where(.w-variant-ecf5bfb9-3b3e-b58a-514d-3cdbf797e8ae) {
  padding-top: 0;
}

.div-block-2245 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.faq-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-2247 {
  justify-content: center;
  display: flex;
}

.faq-question {
  font-size: var(--para-size-2);
  font-weight: 500;
  line-height: 150%;
}

.faq-answer {
  max-width: 90%;
  color: var(--para-color);
  font-size: var(--h5);
  margin-bottom: 0;
  line-height: 150%;
}

.faq-head {
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2249 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
}

.minus {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.plus {
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-trigger {
  border-bottom: 1px solid #08090a1a;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-2251 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.slot-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
}

.div-block-2252 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2253 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  font-size: var(--h6);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  font-weight: 400;
  display: flex;
}

.div-block-2254 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.body-3 {
  font-family: Dmsans, Arial, sans-serif;
}

.section-33 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.button {
  z-index: 10;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 12px;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.left-up {
  background-image: linear-gradient(90deg, #fff0, #ffffffe0);
  width: 200%;
  height: 1px;
  position: absolute;
  bottom: 200px;
  left: -152px;
  transform: none;
}

.wrap {
  position: relative;
}

.top-left {
  background-image: linear-gradient(90deg, #fff0, #ffffffe0);
  width: 200%;
  height: 1px;
  position: absolute;
  top: 0;
  left: -300px;
}

.right-down {
  background-image: linear-gradient(-90deg, #fff0, #ffffffe0);
  width: 200%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: -300px;
}

.bottom-right {
  background-image: linear-gradient(270deg, #000, #fff);
  width: 200%;
  height: 1px;
  position: absolute;
  top: 210px;
  right: -152px;
}

.container-holder {
  height: 21px;
  overflow: hidden;
}

.section-34 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outline {
  z-index: 2;
  color: #0000;
  letter-spacing: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2f2f2f;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 220px;
  font-weight: 700;
  line-height: 100%;
  display: none;
  position: relative;
}

.text-wrapper {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.fill {
  z-index: 1;
  opacity: 1;
  color: #3330;
  letter-spacing: 10px;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: #0000;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 220px;
  font-weight: 700;
  line-height: 100%;
}

.fill.out-line {
  color: #3330;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
}

.radial {
  z-index: 10;
  opacity: 1;
  mix-blend-mode: darken;
  background-color: red;
  background-image: radial-gradient(circle, #fff0, #000 16%);
  border: 1px solid red;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: none;
}

.out-line {
  z-index: 20;
  color: #0000;
  letter-spacing: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff61;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 220px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
}

.section-main {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.filled {
  z-index: 2;
  color: #fff9;
  padding: 20px 20px 50px;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 23.5vw;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.out-lined {
  z-index: 1;
  opacity: .75;
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff87;
  padding: 20px 20px 50px;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 23.5vw;
  font-weight: 700;
  line-height: 100%;
}

.custom-cursor {
  display: block;
}

.section-35 {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-35:where(.w-variant-5c2d9790-173a-fb85-91f1-3fc6bc2e1d8e) {
  background-color: #fff;
  padding-top: 0;
}

.section-35.d-none {
  display: block;
}

.image-715 {
  object-fit: cover;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.drop-down {
  line-height: 130%;
}

.code-embed-16 {
  width: 18px;
  height: 18px;
}

.feature-drop-down {
  width: 100%;
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 10px;
  text-decoration: none;
  display: flex;
}

.feature-drop-down.w--current {
  color: var(--green);
  border-radius: 12px;
  padding: 12px 10px;
  background-color: #d7f3e1 !important;
}

.div-block-2256 {
  width: 100%;
}

.section-36 {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 40px;
}

.section-37 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.section-37:where(.w-variant-5c2d9790-173a-fb85-91f1-3fc6bc2e1d8e) {
  display: none;
}

.div-block-2257 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #929292;
  justify-content: space-between;
  align-items: center;
  max-width: 75%;
  padding: 40px;
  display: flex;
  position: relative;
}

.text-block-78 {
  color: var(--white);
  font-size: 18px;
  line-height: 120%;
}

.text-block-78.para {
  opacity: .6;
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
}

.div-block-2258 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-20 {
  color: #050505;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-2259 {
  background-image: linear-gradient(45deg, #fff0, #606060);
  width: 80px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -80px;
}

.div-block-2259.angle-90 {
  top: -40px;
  left: -40.5px;
  transform: none;
}

.div-block-2259.angle-90.angle-180 {
  inset: auto -81px -1px auto;
  transform: none;
}

.div-block-2259.angle-90.angle-180.angle-360 {
  bottom: -40px;
  right: -40.5px;
  transform: none;
}

.div-block-2260 {
  display: none;
}

.whatsapp-link {
  z-index: 99999;
  background-color: #25d366;
  border: 2px solid #25d366;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: fixed;
  bottom: 40px;
  right: 40px;
  overflow: hidden;
}

.whatsapp-link.none {
  width: 50px;
  height: 50px;
}

.wa-white {
  z-index: 41;
  width: 20px;
  height: 20px;
  position: absolute;
}

.wa-green {
  z-index: 12;
  width: 20px;
  height: 20px;
  position: absolute;
}

.div-block-1862 {
  z-index: 10;
  background-color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
}

.code-embed-17 {
  width: 40px;
  height: 40px;
}

.div-block-2261 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-79 {
  max-width: 90%;
  color: var(--para-color);
  font-size: 12px;
  line-height: 150%;
}

.div-block-2262 {
  width: 18px;
  height: 18px;
}

.top_left-bottom {
  background-image: linear-gradient(45deg, #fff0, #929292);
  width: 110px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -105px;
}

.bottom_right {
  background-image: linear-gradient(300deg, #fff0, #929292);
  width: 110px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: -110px;
}

.top_left-up {
  background-image: linear-gradient(#fff0, #929292);
  width: 1px;
  height: 75px;
  position: absolute;
  top: -70px;
  left: -1px;
}

.bottom_right_down {
  background-image: linear-gradient(#929292, #fff0);
  width: 1px;
  height: 75px;
  position: absolute;
  bottom: -75px;
  right: -1px;
}

.div-block-2263:where(.w-variant-5c2d9790-173a-fb85-91f1-3fc6bc2e1d8e) {
  background-color: #000;
}

.feature-hero-span {
  color: var(--green);
}

.text-span-59 {
  font-size: 20px;
  text-decoration: line-through;
}

.div-block-2264 {
  background-color: #535862;
  width: 60px;
  height: 2px;
  display: none;
  position: absolute;
  bottom: 11px;
  left: -2px;
  transform: rotate(-7deg);
}

.div-block-2265 {
  position: relative;
}

.text-block-80 {
  color: #535862;
  text-align: center;
}

.div-block-2266 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body {
  color: #fff;
  background-color: #08090a;
  font-family: Dmsans, Arial, sans-serif;
  font-weight: 500;
}

.logo-white {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-dark {
  width: 100%;
  height: 100%;
}

.theme-dark {
  color: #fff;
  background-color: #08090a;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.navlink {
  padding: 0;
}

.navlink:where(.w-variant-15336ad8-57b7-7b6b-7f0e-1897dce30924) {
  color: #9eff98;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.navlink.w--current {
  color: var(--green);
}

.theme-light {
  color: var(--black);
  font-family: Dmsans, Arial, sans-serif;
  font-size: var(--h5);
  font-weight: 500;
  line-height: 100%;
}

.code-embed-18 {
  width: 24px;
  height: 24px;
}

.div-block-2267 {
  border-top: 1px solid #999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-81 {
  color: #929292;
  font-size: 14px;
  line-height: 130%;
}

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

.div-block-2270 {
  padding: 100px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle-2.w--open {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-2271 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.section-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-2272 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  min-height: 300px;
  padding: 3rem;
  display: flex;
}

.div-block-2273 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-716 {
  height: 200px;
  position: static;
}

.image-717 {
  background-color: #fff;
  width: 100px;
  height: 100px;
}

.heading-1725307 {
  color: #161616;
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-208 {
  color: #5f5f5f;
  text-align: center;
  max-width: 90%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 120%;
}

.paragraph-208.text-black {
  color: #161616;
  max-width: 100%;
}

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

.div-block-2275 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.div-block-2276 {
  z-index: 122;
  background-color: #08090a;
  border: 1px solid #f0f4f7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 75px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
  overflow: hidden;
}

.div-block-2277 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-2278 {
  border: 1px solid #f0f4f7;
  border-radius: 10px;
  width: 110px;
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  overflow: hidden;
}

.div-block-2279 {
  background-color: #fff;
  width: 1px;
  min-height: 40px;
  margin-left: 0;
}

.div-block-2280 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.image-719 {
  width: 100%;
  height: 100%;
}

.image-100-my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e1ffff30;
  grid-template-columns: .25fr 1fr;
}

.heading-1725308 {
  font-size: var(--font-16);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-2282 {
  border-bottom: 1px solid #e1ffff30;
  border-right: 1px solid #e1ffff30;
  padding: 10px;
}

.div-block-2282.right-none {
  border-right-style: none;
}

.div-block-2282.right-none.b-none,
.div-block-2282.b-none {
  border-bottom-style: none;
}

.image-720 {
  object-fit: fill;
  border: 1px solid #e1ffff30;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.div-block-2283 {
  width: 100%;
  height: 700px;
  box-shadow: 0 2px 5px #0003;
}

.blogs-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-block-21 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--primary-btn-color);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.image-721 {
  width: 18px;
  transform: rotate(180deg);
}

.div-block-2284 {
  width: 25%;
  height: 100%;
  position: sticky;
  top: 100px;
}

.heading-1725309 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-2285 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.soical-links {
  background-color: #f9fafb;
  border: 1px solid #e6eaf0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #f7f7f71c;
}

.text-block-359 {
  color: #fffc;
  font-weight: 400;
  line-height: 160%;
}

.div-block-2286 {
  background-color: #0b1220;
  background-image: url('../images/_x32_.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  padding: 20px;
  position: sticky;
  top: 90px;
}

.div-block-2286.d-none {
  display: block;
}

.div-block-2286.d-none.display {
  display: none;
}

.div-block-2287 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.toc-link {
  color: #6b6f75;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.toc-link.w--current {
  color: #2f6bff;
}

.text-block-358 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-2288 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f9fafb;
  border: 1px solid #e6eaf0;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.text-block-357 {
  color: #0b1220;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.vt-primary-2 {
  color: #fff;
  background-color: #2f6bff;
  border-radius: 100px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 8px 10px -5px #bfdbfe;
}

.vt-primary-2.box-shadow-none {
  box-shadow: none;
}

.vt-primary-2.box-shadow-none.width-100 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.social-icon {
  width: 22px;
}

.none {
  display: none;
}

.wrap-2 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.toc-link-2 {
  color: #6b6b6b;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.toc-link-2.w--current {
  color: #2f6bff;
}

.toc-link-2.toc-parent {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.child {
  color: #6b6b6b;
  padding-left: 15px;
  font-size: .875rem;
  text-decoration: none;
}

.child.toc-child {
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 1rem;
  line-height: 130%;
}

.text-block-391 {
  line-height: 130%;
}

.paragraph-209 {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-2290 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2291,
.div-block-2292 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blogs-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.div-block-2293 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 15px;
  display: flex;
}

.div-block-2294 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(204deg, #0eb64f00 48%, #0eb64f99 66%, #0eb64f00 91%);
  border-radius: 8px;
  padding: 2px 2px 4px;
}

.featured-heading {
  color: var(--green);
  background-image: linear-gradient(45deg, #daffe9, #f4fff899);
  border: 1px solid #c9efd8;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
}

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

.new-theme {
  background-color: #171717;
  font-family: Alexandria, sans-serif;
}

.new-hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
}

.div-block-2296 {
  width: 100%;
  height: 100%;
}

.div-block-2297 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #9eff98;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 60px;
  display: grid;
}

.new-h1 {
  color: #0e0e0e;
  margin: 0;
  font-family: Unbounded, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.word-the {
  display: inline-block;
  position: relative;
}

.faq-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stats-para {
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.footer-image-wrapper {
  z-index: 15;
  width: 420px;
  margin-top: -110px;
  margin-bottom: 20px;
  position: relative;
}

.metrics-content-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.timeline-subtext {
  color: #6a6a6a;
  font-size: 16px;
}

.brand-5 {
  width: 120px;
}

.footer-label {
  color: #9eff98;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 130%;
}

.nav-link-2 {
  color: #9eff98;
  padding: 0;
  font-family: Alexandria, sans-serif;
  font-weight: 300;
}

.results-section {
  background-color: #171717;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wenext-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ecosystem-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.text-block-3 {
  color: #198340;
}

.hero-section {
  background-color: #171717;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 50px;
  display: flex;
  overflow: hidden;
}

.results-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.results-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #9eff98;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.setup-section-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.result-progess-bar {
  background-color: #8eed88;
  border-radius: 11px;
  width: 100%;
  height: 5px;
}

.hero-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.setup-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 46%;
  padding: 20px;
  display: flex;
}

.section-label {
  color: #198340;
}

.hero-metrics-wrapper {
  z-index: 20;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 70%;
  box-shadow: none;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #eaeaea33;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  position: relative;
}

.link-text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.footer-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.whyus-label {
  color: #198340;
  font-family: Alexandria, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

.whyus-label.color-white {
  color: #d9d9d9;
}

.setup-image-wrapper {
  width: 250px;
}

.button-arrow {
  width: 45px;
}

.work-tab-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.hero-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0e0e0e;
  background-color: #d9d9d933;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  font-size: 26px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.ecosystem-label {
  color: #198340;
}

.hero-para {
  color: #0e0e0e;
  max-width: 83%;
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
}

.result-metrics-warpper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.wa-image2 {
  z-index: 3;
  position: absolute;
}

.timeline-progress-bar-fill {
  background-color: #5caf57;
  width: 3px;
  height: 0%;
}

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

.eco-point-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-image-wrapper {
  width: 120px;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.card-image-wrapper.down {
  width: 200px;
  top: 90px;
}

.footer-socials-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 30px;
  display: flex;
}

.footer-image {
  width: 100%;
}

.footer-button-text {
  color: #9eff98;
  font-size: 30px;
  font-weight: 300;
}

.text-block-4 {
  color: #d9d9d9;
  text-align: center;
  font-weight: 300;
}

.results-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats-card-warpper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading {
  z-index: 30;
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: Unbounded, sans-serif;
  font-size: 76px;
  line-height: 130%;
  position: relative;
}

.timeline-circle {
  z-index: 2;
  background-color: #d9d9d9;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: relative;
}

.setup-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.whyus-card-link-wrapper {
  z-index: 9;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 100%;
}

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

.results-para-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.setup-para {
  color: #d9d9d9;
}

.card-image {
  width: 100%;
  height: 100%;
}

.footer-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eco-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.clients-image-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.results-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.whyus-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-wrapper-s {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-tag {
  color: #333;
  font-size: 12px;
  line-height: 130%;
}

.whyus-card-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #d9d9d933;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 17px 15px 20px;
  display: flex;
}

.text-block-13 {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.hero-metrics-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.timeline-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.solution-label {
  z-index: 10;
  color: #9eff98;
  background-color: #d9d9d933;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 8px 25px;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

.solution-label.color-green {
  z-index: 9;
  color: #188340;
}

.solution-label.po-ab {
  opacity: 0;
  color: #198340;
  background-color: #b6b1b133;
  position: absolute;
}

.setup-section {
  background-color: #f6f6f6;
  padding: 100px 50px 0;
}

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

.nav-button-wrapper.lg-none {
  display: none;
}

.faq-que {
  color: #0e0e0e;
  font-size: 20px;
  font-weight: 600;
}

.setup-image {
  width: 100%;
}

.whyus-section {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 60px;
}

.div-block-17 {
  display: none;
}

.tools-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.solution-image-wrapper {
  display: block;
}

.solution-image-wrapper.h-300 {
  height: 400px;
}

.nav-content-s {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-arrow-wrapper {
  background-color: #0e0e0e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.setup-card-text {
  color: #d9d9d9;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.faq-label {
  color: #198340;
}

.timeline-heading {
  color: #0e0e0e;
  font-size: 20px;
}

.ecosystem-section {
  background-color: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 100px;
}

.link-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-4 {
  z-index: 25;
  color: #fff;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

.tools-section {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 50px;
}

.result-card-name {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #423f3f1a;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 15px;
  display: flex;
}

.stats-section {
  background-color: #171717;
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden;
}

.tools-card-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.label-text {
  white-space: nowrap;
}

.work-tab-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  padding-left: 10px;
  display: grid;
}

.tools-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-section {
  background-color: #171717;
  padding-top: 60px;
  padding-bottom: 100px;
}

.clients-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #d2d2d2;
  font-size: 20px;
  font-weight: 400;
}

.wa-image4 {
  z-index: 2;
  position: absolute;
}

.client-name {
  color: #000;
  font-size: 16px;
  line-height: 130%;
}

.timeline-icon-wrapper {
  width: 50px;
}

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

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

.result-card-metrics-name {
  color: #198340;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.result-card-matrix {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.client-details-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-context-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.main-container-w {
  max-width: 980px;
}

.social-wrapper {
  width: 36px;
  height: 36px;
}

.wa-image5 {
  z-index: 1;
  position: absolute;
}

.section-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
  position: relative;
}

.whyus-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.setup-card-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wa-image3 {
  z-index: 4;
  position: absolute;
}

.footer-socials {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.meta-wrapper {
  min-width: 100px;
}

.section-heading {
  color: #000;
  text-align: left;
  margin: 0;
  font-family: Unbounded, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
}

.section-heading.middle {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading.green {
  opacity: 0;
  color: #198340;
  max-width: 100%;
  margin: 0;
  font-family: Unbounded, sans-serif;
  font-size: 60px;
  font-weight: 500;
  position: absolute;
  top: 0;
}

.section-heading.green.green-1 {
  color: #9eff98;
  margin-bottom: 0;
}

.section-heading.white {
  color: #fff;
  text-align: center;
  max-width: 70%;
}

.section-heading.lightgreen {
  color: #9eff98;
  text-align: center;
}

.section-heading.lightgreen.size {
  max-width: 100%;
}

.section-heading.lightgreen.small {
  font-size: 50px;
}

.section-heading.lh-130 {
  line-height: 120%;
}

.section-heading.color-light-green {
  color: #9eff98;
  max-width: 100%;
}

.tools-card-image-stretch {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.timeline-progess-bar {
  background-color: #d9d9d9;
  width: 3px;
  height: 91%;
  position: absolute;
  left: 6px;
}

.hero-heading {
  color: #0e0e0e;
  margin: 0;
  font-family: Unbounded, sans-serif;
  font-size: 64px;
  line-height: 120%;
}

.result-progress-fill {
  background-color: #198340;
  border-radius: 11px;
  width: 50%;
  height: 5px;
}

.hero-section-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 20px;
  display: flex;
  position: relative;
}

.work-tab-text-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.solution-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.solution-content-wrapper.black {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #171717;
  padding-top: 60px;
  padding-bottom: 60px;
}

.solution-content-wrapper.position-abs {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #171717;
  padding-top: 60px;
  padding-bottom: 60px;
}

.result-metrics {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-button-text {
  color: #0e0e0e;
  font-family: Alexandria, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-2299 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: flex;
}

.tools-card-image-wrapper {
  width: 30px;
}

.tools-card {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #1c1c1c;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 15px 15px 0;
  display: flex;
}

.link-heading {
  color: #9eff98;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 300;
}

.whyus-card-heading {
  color: #9eff98;
  max-width: 75%;
  margin: 0;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.solution-section {
  z-index: 100;
  background-color: #171717;
  padding-top: 40px;
  padding-bottom: 0;
}

.social-icon-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-questions-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.work-tab {
  background-color: #0000;
  border: 1px solid #1e1e1e;
  border-radius: 100px;
  padding: 8px 48px;
  font-weight: 300;
}

.work-tab.w--current {
  color: #9eff98;
  background-color: #1e1e1e;
}

.wa-image1 {
  z-index: 2;
}

.stats-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading-span {
  color: #9eff98;
  font-size: 120px;
}

.setup-cards-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  width: 100%;
  display: flex;
}

.result-para {
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.timeline-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tools-card-text {
  color: #9eff98;
  font-weight: 400;
  line-height: 130%;
}

.stats-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.work-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.brand-logo-image {
  width: 100%;
}

.result-card-label {
  color: #000;
  font-size: 14px;
}

.text-block-5 {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.results-para {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

.arrow-wrapper.hide {
  display: none;
}

.client-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.eco-para {
  font-size: 20px;
}

.tools-card-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding: 30px 40px;
  display: grid;
}

.faq-para {
  font-size: 20px;
}

.heading-4 {
  color: #9eff98;
  font-family: Alexandria, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

.solution-text-wrapper.black {
  position: absolute;
  top: 0;
}

.work-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 14px;
  text-decoration: none;
}

.nav-button.primary {
  background-color: #9eff98;
  border-width: 0;
  border-color: #020711;
  padding: 15px 20px;
}

.text-block-14 {
  color: #0e0e0e;
  font-size: 26px;
  font-weight: 500;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.navbar-2 {
  background-color: #171717;
}

.result-metrics-text {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.tools-card-heading {
  color: #9eff98;
  font-size: 80px;
  font-weight: 500;
  line-height: 85%;
}

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

.nav-content-wrapper-w {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.whyus-card {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  color: #fff;
  background-color: #1c1c1c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 290px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.whyus-card:hover {
  color: #9eff98;
}

.faq-section-2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.results-label {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

.clients-label {
  color: #9eff98;
}

.ecosystem-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.heading-5 {
  color: #000;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.works-section {
  background-color: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.stats-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-img {
  color: #9eff98;
  background-color: #010101;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  font-size: 18px;
  display: flex;
}

.stats-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-que-wrapper {
  background-color: #d9d9d952;
  border: 1px solid #0000001c;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.main-bg {
  opacity: 1;
  background-color: #aaffa5;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-722 {
  z-index: 10;
  width: 55%;
  height: 110%;
  position: absolute;
  bottom: -205px;
  right: -155px;
  transform: none;
}

.text-block-393 {
  color: #0e0e0e;
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

.text-block-393.white {
  color: #fff;
  max-width: 80%;
  font-size: 27px;
}

.text-block-393.fs-22 {
  opacity: 0;
  max-width: 80%;
  position: absolute;
  top: 0;
}

.card-img-1 {
  z-index: 5;
  width: 170px;
  position: absolute;
  bottom: 40px;
  right: 10px;
}

.card-img-1.card-img-2 {
  width: 150px;
  bottom: 25px;
  right: -5px;
}

.card-img-1.card-img-3 {
  width: 160px;
}

.card-img-1.card-img-5 {
  width: 150px;
}

.card-img-1.card-img-6 {
  width: 200px;
  bottom: 60px;
}

.div-block-2300 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-container {
  background-color: #1c1c1c;
  border-radius: 35px;
  width: 100%;
  padding: 60px 30px 100px;
}

.image-723 {
  width: 100%;
  height: 100%;
}

.image-724 {
  margin-top: -20px;
}

.span-1 {
  color: #9eff98;
  font-size: 120px;
  line-height: 100%;
}

.div-block-2301 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-2302 {
  background-color: #fffafa2e;
  width: 1px;
}

.image-725 {
  z-index: 5;
  height: 500px;
  position: absolute;
}

.image-726 {
  height: 480px;
}

.image-726.one {
  z-index: 5;
  position: absolute;
}

.image-726.two {
  z-index: 4;
  position: absolute;
}

.image-726.three {
  z-index: 3;
  position: absolute;
}

.image-726.four {
  z-index: 2;
  position: absolute;
}

.image-726.five {
  z-index: 1;
  position: absolute;
}

.image-727 {
  width: 120px;
}

.image-727._w-85 {
  width: 70px;
}

.div-block-2303 {
  height: 300vh;
  position: relative;
}

.sticked-div {
  height: 80vh;
  position: sticky;
  top: 100px;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.lottie {
  height: 360px;
}

.div-block-2305 {
  position: relative;
}

.div-block-2306 {
  height: 100%;
  position: relative;
}

.chips {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.div-block-2307 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-19 {
  justify-content: center;
  align-items: center;
  width: 25px;
  display: flex;
}

.code-embed-20 {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.new-header-container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.new-navbar {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Geist, sans-serif;
}

.new-nav {
  color: #000000b3;
  text-transform: capitalize;
  padding: 0;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.nav-link-3,
.nav-link-4 {
  padding: 0;
}

.div-block-2308 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.div-block-2309 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.code-embed-21 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 10px;
  display: flex;
}

.new-nav-dropdown {
  color: #000000b3;
  padding: 0 20px 0 0;
  font-weight: 500;
  line-height: 140%;
}

.icon-2 {
  margin-right: 0;
}

.dropdown-list-2 {
  padding: 20px;
}

.dropdown-list-2.w--open {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  min-width: 300px;
  max-width: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.new-dropdown-link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 6px;
  align-items: center;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.dropdown-link-3,
.dropdown-link-4 {
  padding: 0;
}

.dropdown-2 {
  z-index: 9090;
  position: relative;
}

.image-728 {
  width: 20px;
  height: 20px;
}

.div-block-2310 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block-394 {
  color: #00000078;
  text-transform: capitalize;
}

.code-embed-22 {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
}

.chip {
  font-size: 11px !important;
  line-height: 150% !important;
  font-weight: 400;
  color: #0eb64f;
  background-color: #0eb64f1a;
  border-radius: 6px;
  padding: 5px 10px !important;
}

@media screen and (min-width: 1280px) {
  .drak-theme.white {
    background-color: #fff;
  }

  .zaptalk-des.solution-sub-heading.max-80.new {
    max-width: 60%;
  }

  .zaptalk-des.max-w-90 {
    max-width: 66%;
  }

  .zaptalk-des.main {
    max-width: 69%;
  }

  .zaptalk-des.core-des {
    max-width: 100%;
  }

  .get-started-btn.demo.br-4 {
    border-radius: 6px;
  }

  .get-started-btn.border {
    border-color: #08090a;
  }

  .get-started-btn.border.br-4.disable-btn {
    opacity: .3;
    cursor: not-allowed;
  }

  .gap-20.column {
    flex-flow: column;
    align-items: center;
  }

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

  .zaptalk-heading.left {
    font-size: 45px;
  }

  .zaptalk-heading.solution-heading.banner.about-us-heading {
    max-width: 80%;
  }

  .zaptalk-heading.max-80 {
    width: 100%;
    max-width: 76%;
  }

  .features-sec.new:where(.w-variant-d7a22936-2eff-06d3-ccc4-355172415327) {
    background-color: #43b97f;
  }

  .navllink.get-started-btn.mr-90 {
    margin-left: 300px;
  }

  .heading-1725290 {
    font-size: 27px;
  }

  .container-wenext {
    max-width: 1120px;
  }

  .container-wenext:where(.w-variant-15336ad8-57b7-7b6b-7f0e-1897dce30924) {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-photonx {
    max-width: 1120px;
  }

  .banner-heading {
    width: 90%;
  }

  .blogs-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .blogs-grid.blog-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .blog-gap-20,
  .blog-gap-20.p-20 {
    padding-left: 40px;
  }

  .blog-gap-20.border-bottom {
    padding-left: 0;
  }

  .gap-15 {
    max-width: 90%;
  }

  .gap-15.gap-20 {
    max-width: 100%;
  }

  .hidden.blogs-card {
    height: 280px;
  }

  .font-24.mh-60 {
    min-height: 60px;
  }

  .component-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border: 1px solid #e1ffff30;
    flex-flow: column;
    align-items: flex-start;
    padding: 24px;
    display: flex;
  }

  .font-26 {
    color: #f5f7f9;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 500;
  }

  .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-2 {
    max-width: 1200px;
  }

  .heading-17 {
    color: #eff;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .paragraph-102 {
    font-size: 15px;
    font-weight: 400;
  }

  .paragraph-102.min-20 {
    color: #696d6a;
    font-size: 15px;
  }

  .paragraph-102.min-20.new {
    min-height: 81px;
  }

  .paragraph-102.min-20.yearly-enterprise {
    min-height: 82px;
  }

  .paragraph-102.min-90 {
    min-height: 81px;
  }

  .paragraph-102.min-90.yearly-essentails.monthly.new {
    min-height: 80px;
  }

  .paragraph-102.min-90.yearly-essentails.monthly.new._1 {
    min-height: 82px;
  }

  .new-pricing-tab-pane-card {
    height: 640px;
  }

  .new-pricing-tab-pane-card.active {
    border-style: none;
    height: 750px;
  }

  .new-pricing-tab-pane-card.active.monthly-active {
    height: 875px;
  }

  .new-pricing-tab-pane-card.active.new {
    border-style: solid;
    height: 1000px;
  }

  .new-pricing-tab-pane-card.active.new.monthly {
    height: 800px;
  }

  .new-pricing-tab-pane-card.active.new.h-1300,
  .new-pricing-tab-pane-card.active.new.h-1100 {
    height: 1280px;
  }

  .new-pricing-tab-pane-card.enterprise-yearly._1 {
    height: 770px;
  }

  .new-pricing-tab-pane-card.enterprise-yearly.one {
    height: 1080px;
  }

  .new-pricing-tab-pane-card.enterprise-yearly.one.h-900 {
    height: 1480px;
  }

  .new-pricing-tab-pane-card.enterprise-yearly.one.h-1100,
  .new-pricing-tab-pane-card.enterprise-yearly.one.h-1200 {
    height: 1450px;
  }

  .new-pricing-tab-pane-card.essentials-yearly,
  .new-pricing-tab-pane-card.essentials-yearly.h-1000 {
    height: 940px;
  }

  .new-pricing-tab-grid {
    max-width: 85%;
    padding-bottom: 10px;
  }

  .active-new-pricing-tab-pane-card.monthly-active {
    height: 881px;
  }

  .active-new-pricing-tab-pane-card.yearly-active {
    border-color: #0d110e;
    height: 758px;
  }

  .new-pricing-main {
    justify-content: center;
    display: flex;
  }

  .gap-16.mb-5 {
    margin-bottom: -2px;
  }

  .gap-16.mb-20 {
    margin-bottom: 4px;
  }

  .gap-16.mb-20.mb-0 {
    margin-bottom: 17px;
  }

  .gap-16.mb-20.mb-0.yearly-enterprise {
    margin-bottom: 0;
  }

  .gap-16.mb-20.essentials {
    margin-bottom: 15px;
  }

  .gap-16.mb-20.yearly-essential {
    margin-bottom: 0;
  }

  .new-pricing-tab-links {
    cursor: pointer;
  }

  .new-pricing-tab-links._1.w--current,
  .heading-161 {
    color: #0d110e;
  }

  .div-block-692.mx-90 {
    width: 100%;
    max-width: 80%;
  }

  .engagement-content-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-285 {
    max-width: 190px;
  }

  .image-286 {
    max-width: 190px;
    bottom: 12%;
  }

  .sybill-slider-contnet-heading {
    margin-bottom: 20px;
  }

  .solution-banner-image {
    width: 100%;
    top: 29%;
    right: -60%;
  }

  .faq-section.background-image-white {
    padding-top: 60px;
  }

  .product-card-summary-heading-c {
    margin-top: 0;
    margin-bottom: 0;
  }

  .what-sets-apart-bg._w-75 {
    top: 43%;
  }

  .container-anim {
    max-width: 1120px;
  }

  .santra-wrapper-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .santr-banner-strip-heading {
    font-size: 16px;
  }

  .heading-1725294 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff 60%, #b2b2b2 90%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 59px;
  }

  .santr-right {
    width: 92%;
  }

  .banner-image-1 {
    border-radius: 19px;
  }

  .banner-image-1._2 {
    border-radius: 17px;
  }

  .spin {
    width: 700px;
    top: -21%;
    right: -9%;
  }

  .banner-content {
    margin-top: 220px;
  }

  .h2-heading {
    font-size: var(--font-60);
    line-height: var(--lh-120);
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff 60%, #b2b2b2 90%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
  }

  .h2-heading.center {
    text-align: center;
  }

  .h2-heading.center.max-64 {
    max-width: 64%;
  }

  .para {
    font-size: 18px;
    line-height: var(--lh-150);
    margin-bottom: 0;
  }

  .para.center {
    text-align: center;
  }

  .para.center.max-64 {
    max-width: 64%;
  }

  .div-block-2136 {
    margin-top: 40px;
  }

  .why-business-card {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-1436 {
    max-width: 1200px;
  }

  .new-best-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    top: 95px;
  }

  .new-best-card.c2 {
    top: 135px;
  }

  .new-best-card.c4 {
    top: 215px;
  }

  .new-best-card.c3 {
    top: 175px;
  }

  .div-block-1439 {
    max-width: 1200px;
  }

  .image-521 {
    height: 300px;
    position: relative;
    left: -20px;
  }

  .smarter-ai-agents-grid._1 {
    grid-template-columns: 1.2fr 1fr;
  }

  .white-line {
    left: 44%;
  }

  .white-line._1 {
    left: 54.5%;
  }

  .dep-hor-cards-wrapper-2 {
    margin-top: 30px;
  }

  .deployment-content {
    top: 90px;
  }

  .deployment-sec-two {
    height: 400vh;
  }

  .engagement-model-content {
    font-size: 20px;
  }

  .meeami-container {
    max-width: 1200px;
  }

  .img-wrapper {
    width: 350px;
    height: 450px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .para-title.font-14 {
    font-size: 17px;
  }

  .heading-titles.max-width-80 {
    max-width: 60%;
  }

  .core-problem-card {
    max-width: 80%;
  }

  .div-block-2177 {
    justify-content: center;
    display: flex;
  }

  .navmenu {
    width: 69%;
  }

  .navmenu:where(.w-variant-15336ad8-57b7-7b6b-7f0e-1897dce30924) {
    width: 71%;
  }

  .feature-hero {
    max-width: 80%;
  }

  .feature-hero.mw-100 {
    max-width: 85%;
  }

  .feature-para {
    max-width: 75%;
  }

  .ellipse-1 {
    top: 150px;
  }

  .ellipse-3 {
    right: -300px;
  }

  .h2.white {
    max-width: 90%;
  }

  .image-700 {
    height: 300px;
  }

  .div-block-2199.flex-row {
    align-items: flex-end;
  }

  .cta-description {
    max-width: 85%;
  }

  .div-block-2252 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-208 {
    max-width: 80%;
  }

  .div-block-2279 {
    min-height: 40px;
  }

  .div-block-2281 {
    height: 420px;
  }

  .div-block-2286.d-none.display {
    display: none;
  }

  .social-icon {
    width: 18px;
  }

  .new-h1 {
    font-size: 72px;
  }

  .nav-link-2 {
    justify-content: center;
    align-items: center;
  }

  .hero-section {
    padding-top: 100px;
  }

  .hero-text-wrapper {
    max-width: 88%;
  }

  .setup-card {
    width: 100%;
  }

  .hero-metrics-wrapper {
    max-width: 60%;
  }

  .card-image-wrapper {
    width: 190px;
  }

  .footer-heading {
    max-width: 80%;
  }

  .whyus-card-link-wrapper {
    margin-left: 20px;
  }

  .results-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-content-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .whyus-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .setup-card-text {
    font-size: 20px;
  }

  .work-tab-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-container-w {
    max-width: 1200px;
  }

  .section-heading.middle {
    max-width: none;
  }

  .section-heading.lightgreen.size {
    max-width: 80%;
  }

  .section-heading.lightgreen.small {
    max-width: none;
  }

  .section-heading.lh-130 {
    font-size: 50px;
  }

  .hero-heading {
    font-size: 72px;
  }

  .hero-section-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tools-card {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .whyus-card-heading {
    max-width: 75%;
  }

  .setup-cards-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-image-wrapper {
    width: 550px;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr .5fr .5fr .5fr .75fr;
  }

  .tools-card-heading {
    font-size: 100px;
  }

  .image-722 {
    bottom: -230px;
    right: -160px;
  }

  .card-img-1 {
    width: 196px;
    bottom: 40px;
  }

  .card-img-1.card-img-2 {
    width: 180px;
    right: -10px;
  }

  .card-img-1.card-img-3 {
    width: 200px;
    bottom: 55px;
  }

  .card-img-1.card-img-5 {
    width: 180px;
    bottom: 45px;
  }

  .card-img-1.card-img-6 {
    width: 230px;
    bottom: 50px;
    right: -10px;
  }

  .card-img-1.card-img-4 {
    bottom: 30px;
    right: -5px;
  }

  .div-block-2301 {
    justify-content: space-between;
  }

  .tabs-2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .zaptalk-des.solution-sub-heading.max-80.new {
    max-width: 60%;
  }

  .zaptalk-des.solution-sub-heading.new._w-80 {
    max-width: 90%;
  }

  .zaptalk-des.main {
    max-width: 64%;
  }

  .zaptalk-des.core-des {
    max-width: 92%;
  }

  .zaptalk-heading.left {
    font-size: 50px;
  }

  .zaptalk-heading.max-80 {
    max-width: 72%;
  }

  .zaptalk-heading.max-90 {
    max-width: 90%;
  }

  .navllink.get-started-btn.mr-90 {
    margin-left: 340px;
  }

  .container-wenext {
    max-width: 1200px;
  }

  .container-wenext:where(.w-variant-15336ad8-57b7-7b6b-7f0e-1897dce30924) {
    max-width: 1320px;
  }

  .hidden.blogs-card {
    height: 320px;
  }

  .paragraph-102.min-70 {
    min-height: 63px;
  }

  .paragraph-102.min-20.new {
    min-height: 84px;
  }

  .paragraph-102.min-20.yearly-enterprise {
    min-height: 87px;
  }

  .paragraph-102.min-90 {
    min-height: 75px;
  }

  .paragraph-102.min-90.yearly-essentails {
    min-height: 86px;
  }

  .paragraph-102.min-90.yearly-essentails.main {
    min-height: 95px;
  }

  .paragraph-102.min-90.yearly-essentails.monthly.new,
  .paragraph-102.min-90.yearly-essentails.monthly.new._1 {
    min-height: 87px;
  }

  .new-pricing-tab-pane-card.active {
    height: 790px;
  }

  .new-pricing-tab-pane-card.active.monthly-active {
    height: 843px;
  }

  .new-pricing-tab-pane-card.active.new.h-1300 {
    height: 1220px;
  }

  .new-pricing-tab-pane-card.active.new.h-1100 {
    height: 1240px;
  }

  .new-pricing-tab-pane-card.enterprise-yearly._1 {
    height: 760px;
  }

  .new-pricing-tab-pane-card.enterprise-yearly.one {
    height: 1060px;
  }

  .new-pricing-tab-pane-card.enterprise-yearly.one.h-900 {
    height: 1430px;
  }

  .new-pricing-tab-pane-card.enterprise-yearly.one.h-1100 {
    height: 1400px;
  }

  .new-pricing-tab-grid {
    max-width: 90%;
  }

  .active-new-pricing-tab-pane-card.monthly-active {
    height: 851px;
  }

  .active-new-pricing-tab-pane-card.yearly-active {
    height: 797px;
  }

  .gap-16.mb-5 {
    margin-bottom: 3px;
  }

  .gap-16.mb-20.mb-0 {
    margin-bottom: 12px;
  }

  .gap-16.mb-20.essentials {
    margin-bottom: 10px;
  }

  .engagement-content-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .swiper-slide {
    position: relative;
  }

  .swiper-button-prev {
    background-color: unset;
    border: 1px solid #fff;
    position: static;
    top: 0%;
    transform: none;
  }

  .div-block-158 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-155 {
    width: 70%;
  }

  .what-sets-apart-bg._w-75 {
    top: 50%;
  }

  .container-anim {
    max-width: 1350px;
  }

  .navbar {
    top: 80px;
  }

  .santra-wrapper-content {
    padding-bottom: 140px;
  }

  .heading-1725294 {
    font-size: 70px;
  }

  .santr-right {
    width: 85%;
  }

  .banner-image-1 {
    width: 80%;
  }

  .spin {
    top: -15%;
    right: -1%;
  }

  .banner-content {
    margin-top: 360px;
  }

  .new-best-card {
    top: 120px;
  }

  .new-best-card.c2 {
    top: 170px;
  }

  .new-best-card.c4 {
    top: 270px;
  }

  .new-best-card.c3 {
    top: 220px;
  }

  .image-521 {
    height: auto;
    left: auto;
  }

  .gradient-card._1 {
    top: 28%;
    right: 17%;
  }

  .gradient-card._1._4 {
    top: 90%;
  }

  .gradient-card._2 {
    top: 58%;
  }

  .dep-hor-cards-wrapper-2 {
    margin-top: 60px;
  }

  .deployment-content {
    top: 95px;
  }

  .sec-heading-h2.slide-bottom-200ms.center.font-50 {
    font-size: 60px;
  }

  .deployment-sec-two {
    height: 259vh;
  }

  .div-block-2155 {
    height: 90vh;
  }

  .image-middle {
    top: 140px;
  }

  .image-row-1 {
    top: 38%;
  }

  .image-row-1._2 {
    top: 40%;
  }

  .image-row-1._3 {
    top: 44%;
  }

  .image-row-1._3._4 {
    top: 56%;
  }

  .image-row-1._3._5 {
    top: 49%;
    left: 72%;
  }

  .image-row-1._3._6 {
    top: 61%;
  }

  .image-row-1._3._7 {
    top: 76%;
  }

  .image-row-1._3._8 {
    top: 78%;
  }

  .image-row-1._3._9 {
    top: 69%;
  }

  .img-wrapper {
    width: 400px;
    height: 500px;
  }

  .image-690 {
    margin-left: -50px;
  }

  .image-691 {
    margin-right: -50px;
  }

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

  .scroll-anim {
    height: 160vh;
    padding-bottom: 0;
  }

  .scroll-anim.scroll-anim-homev2 {
    height: 200vh;
  }

  .feature-hero {
    max-width: 70%;
  }

  .feature-hero.mw-100 {
    max-width: 80%;
  }

  .ellipse-1 {
    top: 110px;
  }

  .ellipse-3 {
    right: -270px;
  }

  .h2.white {
    max-width: 70%;
  }

  .image-700 {
    height: 320px;
  }

  .section-main {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-77 {
    color: #fff;
    letter-spacing: 20px;
    font-family: Dmsans, Arial, sans-serif;
    font-size: 300px;
    font-weight: 700;
    line-height: 100%;
  }

  .text-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .out-lined {
    z-index: 1;
  }

  .paragraph-208 {
    max-width: 75%;
  }

  .vt-primary-2.box-shadow-none.width-100 {
    justify-content: center;
  }

  .new-h1 {
    font-size: 80px;
  }

  .div-block-2298 {
    position: relative;
  }

  .hero-text-wrapper {
    max-width: 79%;
  }

  .hero-metrics-wrapper {
    max-width: 50%;
  }

  .card-image-wrapper {
    width: 180px;
  }

  .card-image-wrapper.down {
    width: 220px;
  }

  .main-container-w {
    max-width: 1320px;
  }

  .section-heading.green.green-1 {
    font-size: 68px;
  }

  .section-heading.color-light-green {
    max-width: 90%;
  }

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

  .image-722 {
    bottom: -200px;
    right: -160px;
  }

  .card-img-1 {
    width: 230px;
    bottom: 10px;
  }

  .card-img-1.card-img-2 {
    width: 210px;
    bottom: -20px;
  }

  .card-img-1.card-img-6 {
    width: 250px;
  }

  .tabs-2 {
    max-width: 75%;
  }
}

@media screen and (min-width: 1920px) {
  .container-wenext:where(.w-variant-15336ad8-57b7-7b6b-7f0e-1897dce30924) {
    max-width: 1680px;
  }

  .paragraph-102.min-20.yearly-enterprise {
    min-height: 86px;
  }

  .paragraph-102.min-90.yearly-essentails.monthly.new {
    min-height: 85px;
  }

  .solution-banner-image {
    top: 22%;
  }

  .banner-wapper {
    align-items: center;
  }

  .navbar {
    top: 40px;
  }

  .santra-wrapper-content {
    padding-bottom: 0;
  }

  .santr-right {
    width: 85%;
    margin-left: 100px;
  }

  .banner-image-1 {
    border-radius: 21px;
    width: 90%;
  }

  .spin {
    right: -8%;
  }

  .banner-content {
    margin-top: 220px;
  }

  .gradient-card {
    left: 25%;
  }

  .gradient-card._1 {
    top: 25%;
    right: 18%;
  }

  .gradient-card._1._4 {
    top: 80%;
  }

  .gradient-card._2 {
    top: 50%;
  }

  .gradient-card.unset {
    width: 20%;
  }

  .div-block-2155 {
    justify-content: center;
    height: 70vh;
    display: flex;
  }

  .div-block-2156 {
    max-width: 80%;
  }

  .image-middle {
    top: 140px;
  }

  .image-row-1 {
    top: 38%;
    left: 31%;
  }

  .image-row-1._2 {
    top: 42%;
  }

  .image-row-1._3._4 {
    top: 55%;
  }

  .image-row-1._3._6 {
    top: 59%;
  }

  .image-row-1._3._7 {
    top: 75%;
  }

  .image-row-1._3._8 {
    top: 76%;
  }

  .image-row-1._3._9 {
    top: 67%;
  }

  .div-block-2158 {
    max-width: 80%;
  }

  .sticky-card-animation {
    align-items: center;
  }

  .bfc-main {
    padding-left: 140px;
  }

  .img-wrapper {
    width: 550px;
    height: 650px;
  }

  .ellipse-1 {
    opacity: 1;
    left: -90px;
  }

  .ellipse-3 {
    right: -200px;
  }

  .ecosystem-content-wrapper {
    place-items: center;
  }

  .card-image {
    width: 100%;
    height: 100%;
  }

  .results-card-wrapper {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-section {
    padding-top: 100px;
  }

  .main-container-w {
    max-width: 1680px;
  }

  .section-heading-wrapper {
    max-width: 70%;
  }

  .tools-card-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .image-722 {
    width: 40%;
    height: 110%;
    bottom: -170px;
    right: -180px;
  }

  .image-723 {
    height: auto;
  }

  .tabs-2 {
    max-width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .image-681.br-12.none {
    display: none;
  }

  .image-681.br-12.block {
    display: block;
  }

  .zaptalk-des {
    font-size: 18px;
  }

  .zaptalk-banner-sec.solutions-banner {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .zaptalk-heading {
    font-size: 50px;
  }

  .gap-48.gap-32.left.banner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  ._w-120px {
    width: 150px;
  }

  .zaptalk-navmenu {
    background-color: #08090a;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 220px;
  }

  .features-sec.new {
    padding-bottom: 40px;
  }

  .features-sec.bb-1 {
    padding-top: 80px;
  }

  .features-sec.pt-64 {
    padding-bottom: 0;
  }

  .zaptalk-heading-2.new {
    font-size: 36px;
  }

  .navllink {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 24px;
  }

  .navllink.get-started-btn.mr-90 {
    margin-left: 0;
  }

  .brand-3 {
    align-items: center;
    height: 50px;
    display: flex;
  }

  .why-us-card-min {
    padding: 20px;
  }

  .heading-1725290 {
    font-size: 20px;
    line-height: 130%;
  }

  ._w-100.h-500 {
    height: auto;
  }

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

  .features-tabs {
    margin-top: 20px;
  }

  .container-wenext {
    max-width: 720px;
  }

  .image-682 {
    width: 24px;
    height: 24px;
  }

  .menu-button {
    background-color: #08090a;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #08090a !important;
  }

  .container-photonx {
    max-width: 720px;
  }

  .privacy-policy {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .banner-heading.align-left,
  .banner-heading.text-left.mr-b-20 {
    font-size: 50px;
  }

  .blogs-grid.blogs-main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 20px;
  }

  .blogs-heading.mini {
    font-size: 18px;
  }

  .blogs-heading.blogs-inner-heading.new {
    font-size: 46px;
  }

  .blog-gap-20.p-20 {
    padding: 0;
  }

  .gap-15.row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .hidden {
    height: 220px;
  }

  .templates-rich-text blockquote {
    font-size: 28px;
  }

  .templates-rich-text h3 {
    margin-top: 40px;
    font-size: 28px;
  }

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

  .container-2 {
    max-width: 700px;
  }

  .heading-17 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-12 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-102.min-70 {
    min-height: 60px;
  }

  .paragraph-102.min-90.yearly-essentails.monthly {
    min-height: 80px;
  }

  .new-pricing-tab-pane-card {
    width: 330px;
    height: 890px;
  }

  .new-pricing-tab-pane-card.enterprise-yearly {
    height: 640px;
  }

  .new-pricing-tab-grid {
    overflow: auto;
  }

  .text-31 {
    text-align: center;
  }

  .gap-16.mb-5 {
    margin-bottom: 3px;
  }

  .gap-16.mb-20,
  .gap-16.mb-20.mb-0 {
    margin-bottom: 0;
  }

  .gap-16.mb-20.mb-0.monthly-enterprise {
    margin-bottom: 18px;
  }

  .gap-16.mb-20.essentials {
    margin-bottom: 17px;
  }

  .get-started-for-free {
    text-align: center;
    width: 100%;
  }

  .div-block-2124 {
    justify-content: center;
  }

  .new-pricing-tab-content {
    padding-top: 20px;
  }

  .most-recommanded-strip {
    z-index: -9;
  }

  .div-block-692 {
    grid-template-columns: 1fr 1fr;
  }

  .founders-choice-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .founders-choice-lottie {
    width: 100%;
    height: 240px;
    top: -20px;
  }

  .card-1 {
    max-width: 350px;
    height: auto;
    min-height: 467px;
  }

  .heading-159 {
    font-size: 50px;
  }

  .div-block-691 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 3.5fr 2fr;
  }

  .div-block-702 {
    height: 100%;
  }

  .engagement-cards {
    max-width: 350px;
    min-height: 0;
  }

  .mode-of-engagement-cards {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-701 {
    height: 100%;
  }

  .div-block-700 {
    grid-template-columns: 2fr 1.5fr;
  }

  .engagement-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .heading-164 {
    font-size: 50px;
  }

  .div-block-699 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph.font-16 {
    min-height: 216px;
  }

  .paragraph.font-16.min-height-96 {
    min-height: 0;
  }

  .why-sybill-section.black-why-sybill-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-sybill-heading,
  .why-sybill-heading.text-left {
    font-size: 46px;
  }

  .solution-banner-image {
    max-width: 720px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-section.background-image-white.crm-autofill-faqs-sec.pt-80 {
    padding-top: 60px;
  }

  .product-card-summary-heading-c {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 130%;
  }

  .new-faqs-inner.p-0 {
    margin-top: 40px;
  }

  .rabbit-cycle-video {
    height: 440px;
  }

  .heading-45 {
    margin-top: 0;
  }

  .div-block-246.rabbit-cycle {
    top: -20%;
  }

  .section-27 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-157 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

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

  .image-116 {
    top: -1%;
  }

  .div-block-159.md-industry {
    margin-top: 30px;
  }

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

  .div-block-1438 {
    top: 70px;
  }

  .new-best-card {
    border-radius: 10px;
    min-height: 0;
    padding-bottom: 40px;
  }

  .new-stacked-sec {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .div-block-1441 {
    width: 50%;
  }

  .new-stacked-heading {
    font-size: 32px;
  }

  .dep-hor-cards-wrapper-2 {
    margin-top: 30px;
  }

  .dep-hor-card {
    min-width: 300px;
  }

  .deployment-content {
    top: 90px;
  }

  .sec-heading-h2.slide-bottom-200ms.center.font-50 {
    font-size: 40px;
  }

  .deployment-sec-two {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .engagement-model-content {
    font-size: 18px;
  }

  .meeami-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .div-block-618 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .sybill-swiss {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sybill-swiss.pt-100 {
    padding-bottom: 60px;
  }

  .sybill-swiss.pt-100.pb-0 {
    padding-top: 64px;
  }

  .sybill-swiss.pt-100.pb-0.pt-80 {
    padding-top: 80px;
  }

  .text-animations {
    font-size: 40px;
  }

  .text-animations.md-none {
    max-width: 100%;
  }

  .text-animations.lg-none {
    color: #1570ef;
    font-size: 36px;
  }

  .div-block-2093 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .scroll-anim {
    height: unset;
  }

  .scroll-anim.scroll-anim-homev2 {
    height: auto;
  }

  .title-contents {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .border-48 {
    width: 60px;
    height: 1px;
    top: auto;
    bottom: -32px;
    right: 45%;
    transform: rotate(90deg);
  }

  .pt-100 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .pt-100.colomun.new {
    padding-top: 40px;
  }

  .heading-titles {
    max-width: 100%;
    font-size: 46px;
  }

  .heading-titles.max-width-80 {
    max-width: 90%;
  }

  .caputures-box {
    max-width: 70%;
  }

  .introducing-sybill-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-2173 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .buyer-on-demand-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .buyer-on-demand-sec.pb-0.padding-bottom-0 {
    padding-top: 64px;
  }

  .grid-20 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .paragraph-204.font-16.min-height-96 {
    min-height: 0;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .navmenu {
    background-color: var(--white);
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 30px;
  }

  .navmenu:where(.w-variant-15336ad8-57b7-7b6b-7f0e-1897dce30924) {
    background-color: #090909;
  }

  .div-block-2178 {
    width: 100%;
  }

  .div-block-2180 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .feature-hero {
    max-width: 95%;
    font-size: var(--h1);
  }

  .feature-para {
    max-width: 90%;
    font-size: var(--font-20);
  }

  .video-container {
    height: 400px;
    min-height: 400px;
  }

  .ellipse-1,
  .ellipse-2,
  .ellipse-3 {
    opacity: .5;
  }

  .automate-scale-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-61 {
    font-size: var(--h5);
  }

  .h2 {
    max-width: 90%;
    font-size: var(--font-42);
    line-height: 120%;
  }

  .h2.mt-0,
  .h2.white {
    max-width: 100%;
  }

  .para-24 {
    font-size: var(--font-20);
  }

  .div-block-2189 {
    background-color: #0000;
    background-image: linear-gradient(126deg, #c9edd4, #d9f4e3);
  }

  .title {
    font-size: var(--h4);
    margin-top: 10px;
  }

  .features-para {
    font-size: var(--h5);
    margin-top: 10px;
  }

  .image-702 {
    object-fit: contain;
  }

  .div-block-2194 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .div-block-2196 {
    grid-template-columns: 1fr;
  }

  .div-block-2198 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .volumes-sec {
    padding-bottom: 60px;
  }

  .text-block-63 {
    font-size: var(--h3);
  }

  .text-block-64,
  .paragraph-205 {
    font-size: var(--h5);
  }

  .cta-description {
    font-size: var(--font-18);
  }

  .image-706 {
    width: 100%;
  }

  .text-block-68 {
    font-size: var(--h5);
  }

  .div-block-2210 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2210.px-0 {
    flex-flow: column;
  }

  .link-block-19 {
    width: 235px;
  }

  .div-block-2220 {
    width: 100%;
    margin-top: 30px;
  }

  .menu-button-2 {
    color: var(--green);
    font-size: var(--h4);
    background-color: #0000;
    padding: 0;
    font-weight: 700;
  }

  .menu-button-2.w--open {
    color: var(--green);
    background-color: #0000;
  }

  .div-block-2221 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-2222 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-2223 {
    transform: scale(.75);
  }

  .text-block-71 {
    bottom: -20px;
    left: 10px;
  }

  .div-block-2232 {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .div-block-2240 {
    width: 50%;
    height: 400px;
    min-height: 300px;
  }

  .nav-drop-down {
    width: 100%;
    padding-right: 0;
  }

  .nav-drop-down.w--open {
    width: 100%;
  }

  .icon {
    margin-right: 0;
    padding: 0;
  }

  .dropdown-list.w--open {
    width: 100%;
    padding-top: 30px;
    position: static;
    left: 0;
  }

  .div-block-2243 {
    width: 100%;
    box-shadow: none;
    border: 1px solid #29292d1a;
  }

  .div-block-2245 {
    width: 90%;
  }

  .faq-question {
    max-width: 75%;
  }

  .faq-head {
    align-items: flex-start;
  }

  .button {
    font-size: 15px;
  }

  .text-wrap {
    overflow: hidden;
  }

  .filled {
    left: -13px;
  }

  .div-block-2257 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .text-block-78 {
    text-align: center;
  }

  .whatsapp-link {
    width: 50px;
    height: 50px;
  }

  .wa-white,
  .wa-green {
    width: 25px;
    height: 25px;
  }

  .navlink {
    width: 100%;
    margin: 0;
  }

  .div-block-2269 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-2286.d-none {
    display: none;
  }

  .div-block-2286.d-none.display {
    display: block;
  }

  .div-block-2289 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .social-icon {
    width: 15px;
  }

  .div-block-2295 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .footer-image-wrapper {
    width: 350px;
    margin-top: 20px;
  }

  .timeline-subtext {
    font-size: 14px;
  }

  .footer-label {
    font-size: 20px;
  }

  .nav-link-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .hero-section {
    min-height: auto;
  }

  .results-card {
    padding: 16px 30px;
  }

  .setup-card {
    margin-left: auto;
    margin-right: auto;
  }

  .section-label {
    font-size: 20px;
  }

  .hero-metrics-wrapper {
    max-width: 100%;
  }

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

  .text-block-2 {
    white-space: nowrap;
    font-size: 14px;
  }

  .whyus-label,
  .ecosystem-label {
    font-size: 20px;
  }

  .hero-para {
    max-width: 100%;
    font-size: 20px;
  }

  .card-image-wrapper {
    width: 150px;
    position: static;
  }

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

  .footer-button-text {
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .footer-heading {
    font-size: 40px;
    line-height: 160%;
  }

  .whyus-card-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .setup-para {
    font-size: 20px;
  }

  .results-card-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .navigation-wrapper-s {
    background-color: #276fff;
    flex-flow: column;
    height: calc(100vh - 90px);
  }

  .section-subtext {
    font-size: 20px;
  }

  .setup-section {
    padding-top: 50px;
  }

  .nav-button-wrapper.md-none {
    display: none;
  }

  .nav-button-wrapper.lg-none {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .faq-que {
    font-size: 14px;
    font-weight: 400;
  }

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

  .ecosystem-image-wrapper {
    display: flex;
  }

  .button-arrow-wrapper {
    width: 40px;
    height: 40px;
  }

  .faq-label {
    font-size: 20px;
  }

  .timeline-heading {
    font-size: 18px;
  }

  .ecosystem-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .tools-section {
    padding-top: 60px;
  }

  .work-tab-text,
  .label-text {
    font-size: 20px;
  }

  .clients-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-6 {
    text-align: center;
    font-size: 18px;
  }

  .result-card-metrics-name {
    line-height: 120%;
  }

  .result-card-matrix {
    font-size: 24px;
  }

  .main-container-w {
    max-width: 720px;
  }

  .section-heading,
  .section-heading.green,
  .section-heading.lightgreen.small {
    font-size: 40px;
  }

  .paragraph-5 {
    font-size: 20px;
  }

  .timeline-progess-bar {
    height: 96%;
  }

  .hero-heading {
    font-size: 48px;
  }

  .menu-button-3.w--open {
    background-color: #276fff;
  }

  .hero-section-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tools-card-image-wrapper {
    width: 32px;
  }

  .link-heading {
    font-size: 14px;
  }

  .whyus-card-heading {
    max-width: 90%;
    font-size: 20px;
  }

  .footer-heading-span {
    font-size: 80px;
  }

  .setup-cards-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .result-para {
    margin: 0;
    font-size: 16px;
  }

  .tools-card-text {
    font-size: 20px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .results-para {
    font-size: 20px;
  }

  .tools-card-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 0;
  }

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

  .hero-image-wrapper {
    width: 350px;
    bottom: -25%;
  }

  .text-block-14 {
    font-size: 18px;
  }

  .tools-card-heading {
    font-size: 50px;
  }

  .whyus-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .results-label {
    font-size: 20px;
  }

  .whyus-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .heading-5 {
    font-size: 24px;
  }

  .works-section {
    padding-top: 30px;
  }

  .faq-que-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-722 {
    display: none;
  }

  .text-block-393 {
    font-size: 18px;
  }

  .text-block-393.white,
  .text-block-393.fs-22 {
    max-width: 100%;
  }

  .div-block-2300 {
    grid-template-columns: 1.5fr;
  }

  .span-1 {
    font-size: 100px;
  }

  .lottie {
    width: 100%;
    height: 200px;
  }

  .div-block-2305 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .image-681.br-12.none {
    display: none;
  }

  .image-681.br-12.block {
    display: block;
  }

  .d-100.new._w-100 {
    width: 100%;
  }

  .zaptalk-des {
    max-width: 90%;
    font-size: 16px;
  }

  .zaptalk-banner-sec.pb-100 {
    padding-bottom: 60px;
  }

  .zaptalk-heading {
    font-size: 40px;
  }

  .gap-48.gap-32.left._w-100 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .zaptalk-client-slider {
    padding-bottom: 64px;
  }

  .text-span-53 {
    font-size: 28px;
  }

  .features-sec {
    padding-top: 0;
  }

  .features-sec.new {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .features-sec.pt-64 {
    padding-top: 64px;
  }

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

  .zaptalk-heading-2.fetutes-headings {
    font-size: var(--h3);
    line-height: 120%;
  }

  .why-us-card-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .why-us-card-min {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom: 1px solid #e1ffff30;
    width: 100%;
  }

  .why-us-card-min.wi-50 {
    width: 100%;
  }

  ._w-100.h-500 {
    border-radius: 12px;
    height: 400px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .footer-logo-main {
    max-width: 100%;
  }

  .features-tabs {
    flex-flow: row-reverse wrap-reverse;
  }

  .content-container {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tabs-container {
    width: 100%;
  }

  .tabs {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    overflow: auto;
  }

  .tab {
    white-space: nowrap;
    width: 50%;
  }

  .tabs-links-des {
    font-size: 14px;
  }

  .container-wenext {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-heading {
    font-size: 25px;
  }

  .container-photonx {
    margin-left: 20px;
    margin-right: 20px;
  }

  .list-10 {
    padding-left: 0;
  }

  .banner-heading.align-left {
    font-size: 40px;
  }

  .banner-heading.text-left.mr-b-20 {
    font-size: 64px;
    line-height: 90%;
  }

  .blogs-grid {
    grid-template-columns: 1fr;
  }

  .blogs-grid.blogs-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 20px;
  }

  .blogs-heading.blogs-inner-heading.new {
    font-size: 36px;
  }

  .gap-25 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-gap-20.p-20 {
    padding: 0;
  }

  .gap-15.row {
    flex-flow: wrap;
  }

  .mt-60.gap-30 {
    margin-top: 40px;
  }

  .hidden {
    height: 180px;
  }

  .d-flex.column.gap-20 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .templates-rich-text blockquote,
  .templates-rich-text h3 {
    font-size: 26px;
  }

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

  .div-block-1484 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .new-pricing-tab-pane-card {
    height: 680px;
  }

  .text-31,
  .get-started-for-free {
    font-size: 14px;
  }

  .div-block-692 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .founders-choice-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .founders-choice-lottie {
    top: 0;
  }

  .div-block-728 {
    justify-content: flex-start;
  }

  .paragraph-128,
  .paragraph-128.white {
    font-size: 16px;
  }

  .heading-159,
  .heading-159.head-white {
    font-size: 32px;
  }

  .div-block-691 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 3.5fr;
    align-items: center;
    display: flex;
  }

  .paragraph-133 {
    font-size: 16px;
  }

  .mode-of-engagement-cards {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .div-block-700 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap-reverse;
    grid-template-columns: 2fr;
    display: flex;
  }

  .engagement-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .image-686 {
    width: 120px;
  }

  .paragraph.font-16 {
    min-height: 0;
  }

  .why-sybill-section {
    padding-top: 60px;
  }

  .why-sybill-section.black-why-sybill-section {
    padding-bottom: 60px;
  }

  .why-sybill-heading,
  .why-sybill-heading.text-left {
    font-size: 34px;
  }

  .text-highlight-2 {
    line-height: 120%;
  }

  .solution-banner-image {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .key-features-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-section.background-image-white.crm-autofill-faqs-sec.pt-80 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .product-card-summary-heading-c {
    font-size: 28px;
    line-height: 120%;
  }

  .new-accordion-arrow {
    justify-content: center;
    width: 10%;
    display: flex;
  }

  .div-block-7 {
    margin-bottom: 40px;
  }

  .new-accordion-heading {
    width: 90%;
    font-size: 20px;
  }

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

  .new-faqs-inner {
    margin-top: 40px;
  }

  .rabbit-cycle-video {
    margin-top: -18px;
  }

  .div-block-158 {
    flex-flow: column-reverse;
    align-items: flex-start;
  }

  .div-block-155 {
    width: 100%;
  }

  .div-block-246.rabbit-cycle {
    margin-top: -40px;
    position: static;
    top: -22%;
    right: -93px;
  }

  .section-27 {
    overflow: hidden;
  }

  .image-116 {
    width: 148px;
  }

  .div-block-159 {
    margin-top: 0;
  }

  .div-block-159.md-industry {
    align-items: flex-start;
  }

  .paragraph-172 {
    font-size: 16px;
  }

  .div-block-1440 {
    width: 50%;
  }

  .div-block-1436 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .new-best-card {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-stacked-sec {
    padding-bottom: 30px;
  }

  .new-stacked-heading {
    font-size: 24px;
  }

  .dep-hor-cards-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
  }

  .dep-hor-card {
    width: auto;
    min-width: 0;
  }

  .deployment-content {
    position: relative;
    top: 0;
  }

  .sec-heading-h2 {
    width: 100%;
    font-size: 42px;
  }

  .sec-heading-h2.slide-bottom-200ms.center {
    font-size: 40px;
    line-height: 120%;
  }

  .deployment-sec-two {
    height: auto;
  }

  .engagement-model-content {
    font-size: 18px;
  }

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

  .grid-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .sybill-swiss {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sybill-swiss.pt-100 {
    padding-top: 60px;
  }

  .text-animations {
    font-size: 25px;
    line-height: 150%;
  }

  .text-animations.lg-none {
    font-size: 34px;
    line-height: 120%;
    display: block;
  }

  .scroll-anim {
    height: unset;
  }

  .heading-chip-ttl-2 {
    margin-bottom: 0;
  }

  .title-contents {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .para-title.center {
    font-size: 16px;
  }

  .para-title.center.max-width-80 {
    max-width: 100%;
  }

  .pt-100.colomun {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-titles {
    max-width: 100%;
    font-size: 35px;
    line-height: 130%;
  }

  .heading-titles.max-width-80 {
    max-width: 100%;
  }

  .caputures-box {
    max-width: 85%;
  }

  .introducing-sybill-title {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .buyer-on-demand-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .buyer-on-demand-sec.pb-0 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .buyer-on-demand-sec.pb-0.padding-bottom-0 {
    padding-top: 64px;
  }

  .navmenu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px 30px 30px;
  }

  .hero-sec {
    height: 100vh;
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .feature-hero {
    max-width: 100%;
    font-size: 44px;
  }

  .demo-video {
    object-fit: cover;
  }

  .ellipse-1,
  .ellipse-2,
  .ellipse-3 {
    opacity: .4;
  }

  .h2.mt-0 {
    font-size: var(--h3);
  }

  .h2.mt-0.mw-75 {
    max-width: 85%;
  }

  .h2.white {
    font-size: var(--h3);
  }

  .para-24.mw-65 {
    max-width: 100%;
  }

  .div-block-2188 {
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1.75fr;
    display: flex;
  }

  .div-block-2188.div-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
    display: flex;
  }

  .div-block-2189 {
    min-height: 100%;
  }

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

  .div-block-2192 {
    grid-template-columns: 1fr;
  }

  .volumes-sec {
    overflow: hidden;
  }

  .feature-cta {
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-2207 {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .div-block-2207.flex-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-2209.gap-70 {
    flex-flow: wrap;
  }

  .div-block-2210 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-2223 {
    transform: scale(.65);
  }

  .div-block-2225.pb-0 {
    padding-top: 50px;
  }

  .div-block-2240 {
    width: 70%;
  }

  .image-711 {
    margin-bottom: 0;
  }

  .faq-question {
    font-size: var(--para-size-2);
  }

  .faq-answer {
    font-size: var(--h6);
  }

  .section-main {
    overflow: hidden;
  }

  .section-37 {
    padding: 0;
  }

  .div-block-2257 {
    max-width: 80%;
    padding: 30px;
  }

  .blogs-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link-block-21 {
    font-size: 12px;
  }

  .image-721 {
    display: none;
  }

  .soical-links {
    padding: 5px;
  }

  .div-block-2286.d-none.display {
    display: none;
  }

  .div-block-2288 {
    padding: 10px;
  }

  .vt-primary-2.box-shadow-none.width-100 {
    align-items: center;
  }

  .social-icon {
    width: 16px;
  }

  .div-block-2292 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .stats-para {
    font-size: 18px;
  }

  .footer-image-wrapper {
    width: 280px;
  }

  .timeline-subtext {
    line-height: 100%;
  }

  .footer-label {
    font-size: 18px;
  }

  .wenext-wrapper {
    width: 150px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .setup-card {
    width: 100%;
  }

  .link-text {
    font-size: 14px;
    line-height: 100%;
  }

  .whyus-label {
    font-size: 18px;
  }

  .work-tab-image-wrapper {
    width: 210px;
  }

  .ecosystem-label,
  .hero-para,
  .text-block-4 {
    font-size: 18px;
  }

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

  .setup-para,
  .section-subtext {
    font-size: 18px;
  }

  .footer-button {
    padding: 10px 15px;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .setup-card-text {
    font-size: 16px;
  }

  .faq-label {
    font-size: 18px;
  }

  .timeline-heading {
    font-size: 17px;
    line-height: 100%;
  }

  .paragraph-4 {
    font-size: 26px;
  }

  .work-tab-text {
    white-space: nowrap;
    font-size: 16px;
  }

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

  .text-block-6 {
    font-size: 16px;
  }

  .timeline-icon-wrapper {
    width: 30px;
  }

  .main-container-w {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-wrapper {
    width: 26px;
  }

  .meta-wrapper {
    width: 100px;
  }

  .section-heading,
  .section-heading.green,
  .section-heading.color-light-green {
    font-size: 32px;
  }

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

  .timeline-progess-bar {
    left: 20px;
  }

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

  .hero-section-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-18 {
    grid-template-columns: .25fr 2fr;
  }

  .whyus-card-heading {
    font-size: 18px;
  }

  .faq-questions-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-heading-span {
    font-size: 60px;
  }

  .setup-cards-wrapper {
    align-items: center;
  }

  .tools-card-text {
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .results-para,
  .eco-para,
  .faq-para {
    font-size: 18px;
  }

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

  .text-block-14 {
    font-size: 16px;
  }

  .footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr .75fr .75fr .75fr 1fr;
  }

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

  .results-label {
    font-size: 18px;
  }

  .clients-label {
    font-size: 20px;
  }

  .whyus-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-5,
  .text-block-393.white,
  .text-block-393.fs-22 {
    font-size: 20px;
  }

  .span-1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 479px) {
  .d-100 {
    margin-top: 30px;
  }

  .zaptalk-des,
  .zaptalk-des.solution-sub-heading.max-80,
  .zaptalk-des.solution-sub-heading.center.new {
    max-width: 100%;
  }

  .zaptalk-des.solution-sub-heading.new {
    text-align: center;
  }

  .zaptalk-des.solution-sub-heading.new._w-80 {
    font-size: var(--h5);
  }

  .zaptalk-des.solution-sub-heading.new.mt-20 {
    margin-top: 20px;
  }

  .zaptalk-des.main {
    max-width: 90%;
  }

  .gap-20 {
    flex-flow: wrap;
    justify-content: center;
  }

  .gap-10._1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .zaptalk-heading {
    font-size: 35px;
  }

  .zaptalk-heading.solution-heading.banner {
    font-size: var(--font-50);
  }

  .zaptalk-heading.solution-heading.banner.about-us-heading {
    text-align: center;
    font-size: 32px;
  }

  .zaptalk-heading.max-90 {
    font-size: 32px;
  }

  ._w-120px {
    width: 130px;
  }

  .text-span-53 {
    font-size: 24px;
  }

  .zaptalk-heading-2.new,
  .zaptalk-heading-2.fetutes-headings {
    font-size: 28px;
  }

  .why-us-card-min {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .why-us-card-min.wi-50 {
    width: 100%;
  }

  ._w-100.h-500 {
    height: 280px;
  }

  ._w-100.d-flex.spave-between.center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  ._w-100.d-flex.gap-10.row {
    flex-flow: wrap;
  }

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

  .footer-logo-main {
    max-width: 100%;
  }

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

  .tabs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tab {
    width: 100%;
  }

  .container-wenext {
    margin: 0;
    padding: 0 15px;
  }

  .container-photonx {
    margin-left: 20px;
    margin-right: 20px;
  }

  .list-10 {
    padding-left: 10px;
  }

  .banner-heading.align-left {
    font-size: 33px;
  }

  .banner-heading.text-left.mr-b-20 {
    font-size: 46px;
    line-height: 88%;
  }

  .blogs-heading {
    font-size: 28px;
  }

  .gap-15.gap-20 {
    justify-content: flex-start;
  }

  .hidden {
    height: 250px;
  }

  ._w-60px {
    width: 40px;
    height: 40px;
  }

  .templates-rich-text {
    width: 100%;
    max-width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .div-block-1484 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-683._w-130px {
    width: 100px;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-102.min-70.business {
    min-height: 96px;
  }

  .new-pricing-tabs {
    align-items: center;
    overflow: auto;
  }

  .new-pricing-tab-pane-card {
    width: 320px;
  }

  .gap-16.mb-5 {
    margin-bottom: -5px;
  }

  .new-pricing-tab-menu {
    display: flex;
  }

  .blue-strip {
    align-items: flex-start;
  }

  .button-7.secondary.active {
    padding-left: 12px;
    padding-right: 12px;
  }

  .get-started-for-free {
    text-align: center;
    font-size: 12px;
  }

  .vectors-wrapper-23 {
    display: none;
  }

  .primary-round-button.primary.active {
    padding-left: 16px;
    padding-right: 16px;
  }

  .new-pricing-tab-content {
    padding-top: 0;
  }

  .div-block-892 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .paragraph-128.white {
    font-size: 16px;
  }

  .engagement-content-div {
    align-items: flex-start;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .light-button-text {
    font-size: 14px;
  }

  .why-sybill-heading-right {
    max-width: 100%;
    margin-top: 10px;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .why-sybill-heading-left {
    max-width: 100%;
  }

  .key-features-grid {
    grid-template-columns: 1fr;
  }

  .faq-section.background-image-white {
    padding-top: 0;
  }

  .faq-section.background-image-white.crm-autofill-faqs-sec.pt-80 {
    padding-top: 40px;
  }

  .new-faqs-para {
    font-size: 16px;
  }

  .new-accordion-heading.new-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .text-30 {
    text-align: center;
    font-size: 12px;
  }

  .secondary-button.secondary {
    padding-left: 10px;
    padding-right: 14px;
  }

  .new-faqs-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-158 {
    flex-flow: column-reverse;
  }

  .div-block-155 {
    width: 100%;
  }

  .div-block-246.rabbit-cycle {
    margin-top: -45px;
    position: static;
  }

  .div-block-160.put-people-first {
    width: 100%;
  }

  .heading-44 {
    font-size: 28px;
  }

  .image-116 {
    width: 100px;
    display: none;
  }

  .div-block-156.put-people-first {
    width: 100%;
  }

  .div-block-159 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-159.md-industry {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .div-block-159.mt-40 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-1440 {
    width: 100%;
  }

  .div-block-1436 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .ibm-mono-27-700-2 {
    font-size: 12px;
  }

  .new-best-card.c2 {
    top: 140px;
  }

  .new-best-card.c4 {
    top: 180px;
  }

  .new-best-card.c3 {
    top: 160px;
  }

  .div-block-1439 {
    display: none;
  }

  .div-block-1441 {
    width: 100%;
  }

  .new-stacked-heading {
    font-size: 24px;
  }

  .dep-hor-cards-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .dep-hor-card {
    width: 100%;
  }

  .sec-heading-h2 {
    font-size: 32px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    margin-top: -25px;
  }

  .div-block-2171 {
    align-items: center;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .sybill-swiss-sec {
    position: static;
  }

  .text-animations.lg-none {
    font-size: 26px;
    line-height: 140%;
  }

  .border-48 {
    right: 40%;
  }

  .para-title.center {
    font-size: 16px;
  }

  .heading-titles {
    font-size: 30px;
    line-height: 130%;
  }

  .caputures-box {
    max-width: 1005%;
  }

  .ibm-mono-27-700 {
    font-size: 12px;
  }

  .div-block-2174 {
    flex-flow: column;
  }

  .wenext-brand.w--current {
    width: 100px;
  }

  .navmenu {
    padding: 30px 12px;
  }

  .div-block-2180 {
    width: 100%;
  }

  .hero-sec {
    padding-bottom: 60px;
  }

  .feature-hero {
    max-width: 100%;
    font-size: 32px;
    font-weight: 600;
  }

  .feature-para {
    max-width: 100%;
    font-size: var(--h6);
  }

  .div-block-2183 {
    flex-flow: column;
  }

  .secondary-btn.green-bg,
  .secondary-btn.width-100 {
    text-align: center;
    width: 100%;
  }

  .video-container {
    height: 250px;
    min-height: 250px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-video {
    object-fit: cover;
  }

  .div-block-2185 {
    width: 50px;
    height: 50px;
  }

  .code-embed-11 {
    width: 20px;
    height: 20px;
  }

  .ellipse-1,
  .ellipse-2,
  .ellipse-3 {
    opacity: .25;
  }

  .h2 {
    max-width: 100%;
    font-size: var(--font-28);
  }

  .h2.mt-0 {
    font-size: var(--font-28);
  }

  .h2.mt-0.mw-75:where(.w-variant-ecf5bfb9-3b3e-b58a-514d-3cdbf797e8ae) {
    max-width: 100%;
  }

  .h2.white {
    font-size: var(--h4);
  }

  .para-24 {
    font-size: var(--h5);
  }

  .div-block-2189 {
    min-height: 200px;
  }

  .features-para {
    font-size: 14px;
  }

  .div-block-2197 {
    grid-template-columns: 1fr;
  }

  .div-block-2198.g-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-cta {
    padding: 50px 20px;
  }

  .cta-description {
    font-size: var(--h5);
  }

  .div-block-2207.flex-left {
    flex-flow: column;
    align-items: flex-start;
  }

  .text-block-69.color-faded {
    font-size: var(--h6);
    white-space: normal;
  }

  .div-block-2209 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .div-block-2209.gap-70 {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
  }

  .div-block-2221 {
    width: 100%;
    padding: 0;
  }

  .text-block-70 {
    font-size: 14px;
  }

  .div-block-2223 {
    display: none;
  }

  .text-block-72 {
    font-size: 12px;
  }

  .div-block-2229,
  .div-block-2230,
  .div-block-2231 {
    opacity: .5;
  }

  .categories-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-2232 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2240 {
    width: 100%;
    height: 230px;
    min-height: auto;
  }

  .div-block-2242.mt-40 {
    flex-flow: row;
    margin-top: 20px;
  }

  .div-block-2243 {
    min-width: 260px;
  }

  .div-block-2245:where(.w-variant-ecf5bfb9-3b3e-b58a-514d-3cdbf797e8ae) {
    width: 95%;
  }

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

  .div-block-2257 {
    padding: 20px;
  }

  .text-block-78 {
    font-size: 18px;
  }

  .div-block-2268 {
    opacity: .5;
  }

  .div-block-2270 {
    padding: 100px;
  }

  .text-block-82,
  .text-block-83 {
    font-size: var(--h6);
  }

  .div-block-2278 {
    margin-left: -5px;
  }

  .div-block-2279 {
    margin-left: 10px;
  }

  .div-block-2284,
  .none {
    display: none;
  }

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

  .footer-image-wrapper {
    width: 180px;
    margin: 0;
  }

  .footer-label {
    line-height: 100%;
  }

  .results-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ecosystem-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-6 {
    width: 25px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 100%;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .results-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .setup-card {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-metrics-wrapper {
    flex-flow: row-reverse wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-end;
    place-items: center;
    display: flex;
  }

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

  .footer-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: stretch;
  }

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

  .work-tab-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 15px;
  }

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

  .footer-socials-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-right-width: 0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-button-text {
    font-size: 14px;
    line-height: 100%;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 100%;
  }

  .stats-card-warpper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-heading {
    font-size: 24px;
  }

  .timeline-circle {
    display: none;
  }

  .image-5 {
    width: 20px;
  }

  .setup-para {
    font-size: 16px;
  }

  .eco-heading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .results-card-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq-content-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-subtext {
    font-size: 16px;
  }

  .footer-button {
    padding: 5px 5px 5px 10px;
  }

  .hero-metrics-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-4 {
    width: 100%;
  }

  .setup-section {
    padding: 50px 15px;
  }

  .whyus-section {
    padding-bottom: 50px;
  }

  .ecosystem-image-wrapper {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-arrow-wrapper {
    width: 26px;
    height: 26px;
  }

  .setup-card-text {
    font-size: 14px;
  }

  .ecosystem-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .tools-section,
  .stats-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .work-tab-text {
    font-size: 14px;
  }

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

  .work-tab-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

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

  .text-block-6 {
    font-size: 14px;
    line-height: 120%;
  }

  .image-7 {
    width: 25px;
  }

  .whyus-content-wrapper {
    align-items: stretch;
  }

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

  .section-heading.green {
    margin-bottom: 30px;
    font-size: 29px;
  }

  .section-heading.lightgreen.small {
    max-width: 100%;
    font-size: 30px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .timeline-progess-bar {
    height: 49%;
    display: none;
    left: 19px;
  }

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

  .div-block-2299 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .whyus-card-heading {
    font-size: 17px;
  }

  .solution-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .work-tab {
    padding: 5px 15px;
  }

  .footer-heading-span {
    font-size: 42px;
  }

  .setup-cards-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
    display: flex;
  }

  .result-para {
    font-size: 14px;
  }

  .results-para {
    text-align: center;
    font-size: 16px;
  }

  .eco-para {
    font-size: 16px;
  }

  .tools-card-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .hero-image-wrapper {
    width: 250px;
    bottom: -18%;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 100%;
  }

  .footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .results-label {
    line-height: 100%;
  }

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

  .whyus-card-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .works-section {
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .span-1 {
    font-size: 64px;
  }

  .div-block-2302 {
    width: 100%;
    height: 1px;
  }

  .sticked-div {
    height: auto;
  }

  .div-block-2305 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

.theme-light .feature-navbar .wenext-brand .logo-white {
  display: none;
}

.theme-light .feature-navbar {
  background: white;
}

.theme-dark .feature-navbar .wenext-brand .logo-dark {
  display: none;
}

.theme-dark .feature-navbar {
  background: #08090A;
}

.theme-dark .feature-navbar .navlink {
  color: #F5F7F9
}

.theme-dark .feature-navbar .nav-drop-down {
  color: #F5F7F9
}

.theme-dark .feature-navbar .icon {
  color: #F5F7F9
}

.theme-light .feature-navbar .navlink {
  color: #08090A
}

.theme-light .feature-navbar .nav-drop-down {
  color: #08090A
}

.theme-light .feature-navbar .icon {
  color: #08090A
}

.feature-navbar .navlink.w--current {
  color: #0eb64f !important;
}

/* Mobile menu theming */
@media (max-width: 991px) {

  /* Light pages */
  .theme-light .w-nav-overlay .w-nav-menu {
    background: white;
  }

  .theme-light .w-nav-overlay .w-nav-link,
  .theme-light .w-nav-overlay .w-dropdown-toggle {
    color: #08090A;
  }

  /* Dark pages */
  .theme-dark .w-nav-overlay .w-nav-menu {
    background: #08090A;
  }

  .theme-dark .w-nav-overlay .w-nav-link,
  .theme-dark .w-nav-overlay .w-dropdown-toggle {
    color: #F5F7F9;
  }
}


#w-node-_1cee8849-3a14-6353-2533-46bdc45087aa-342f8fe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8209058-2931-bc36-8c82-b84fc8adb629-9276e26e,
#w-node-_1ae880bb-2bcb-9371-b53f-c5e875b767cb-5b7ed71f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_170cdc1d-9def-75c9-db31-688243600235-43600234 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_170cdc1d-9def-75c9-db31-688243600235-43600234:where(.w-variant-bff5ba35-e544-e686-b11f-881b8ac7c23a) {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_170cdc1d-9def-75c9-db31-688243600235-43600234:where(.w-variant-44f5ecd1-7205-15c6-3d32-17f86fc8e714) {
  grid-row: 1 / 2;
  grid-column-end: 2;
}

#w-node-_170cdc1d-9def-75c9-db31-688243600252-43600234 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_170cdc1d-9def-75c9-db31-688243600252-43600234:where(.w-variant-bff5ba35-e544-e686-b11f-881b8ac7c23a) {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_170cdc1d-9def-75c9-db31-688243600252-43600234:where(.w-variant-44f5ecd1-7205-15c6-3d32-17f86fc8e714) {
  grid-column: 2 / 3;
}

#w-node-_34b06844-0822-f7d0-52be-885411eaade3-4ef57ba2,
#w-node-_76615ddb-eec2-1397-f206-f9d4fa3a0c1d-9ab38e11,
#w-node-d6f88167-68e9-ea1c-0367-201bb2a99f31-b9f9c2c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d3db0dd-1ca1-a3cf-adcd-ed16d19f19a1-5df88377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d3db0dd-1ca1-a3cf-adcd-ed16d19f1c06-5df88377 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1d3db0dd-1ca1-a3cf-adcd-ed16d19f1aa7-5df88377 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {

  #w-node-b8209058-2931-bc36-8c82-b84fc8adb639-9276e26e,
  #w-node-b8209058-2931-bc36-8c82-b84fc8adb643-9276e26e,
  #w-node-_1ae880bb-2bcb-9371-b53f-c5e875b767db-5b7ed71f,
  #w-node-_1ae880bb-2bcb-9371-b53f-c5e875b767e5-5b7ed71f,
  #w-node-_34b06844-0822-f7d0-52be-885411eaadf3-4ef57ba2,
  #w-node-_34b06844-0822-f7d0-52be-885411eaadfd-4ef57ba2,
  #w-node-_76615ddb-eec2-1397-f206-f9d4fa3a0c2d-9ab38e11,
  #w-node-_76615ddb-eec2-1397-f206-f9d4fa3a0c37-9ab38e11,
  #w-node-d6f88167-68e9-ea1c-0367-201bb2a99f41-b9f9c2c5,
  #w-node-d6f88167-68e9-ea1c-0367-201bb2a99f4b-b9f9c2c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1d3db0dd-1ca1-a3cf-adcd-ed16d19f1c06-5df88377 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dmsans 36 Pt';
  src: url('../fonts/DMSans_36pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype'), url('../fonts/DMSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-ExtraBold.ttf') format('truetype'), url('../fonts/Unbounded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}