:root {
  --font-family: Satoshi, Arial, sans-serif;
  --light: #efefef;
  --background: #0f1013;
  --grey: #59595b;
  --elevation: #18191c;
  --accent: #126fff;
  --white: white;
  --body-regular: 20px;
  --h1: 100px;
  --h2: 48px;
  --body-big: 22px;
  --black: black;
  --h3: 30px;
  --subtitles: 26px;
}

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

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

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

.link-dropdown {
  font-family: var(--font-family);
  color: var(--light);
  padding: 8px 24px 8px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
}

.link-dropdown:hover {
  background-color: var(--background);
}

.brand-navbar {
  max-width: none;
  height: 100%;
}

.dropdown-list.w--open {
  border: 1px solid var(--grey);
  background-color: var(--elevation);
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-chevron-dropdown {
  opacity: .8;
  width: 20px;
  height: 20px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown {
  font-size: 16px;
}

.right-navbar {
  background-color: #212225;
  border-radius: 60px;
  justify-content: flex-end;
  align-items: center;
  padding: 6px;
  display: flex;
}

.navbar {
  -webkit-text-stroke-color: #282523;
  color: #282523;
  background-color: #0f1013;
  border-bottom: 1px solid #ecf6f21f;
  height: 122px;
  position: static;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-nav {
  color: #efefef;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.cta {
  grid-column-gap: 40px;
  background-color: var(--accent);
  color: #efefef;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6px 6px 24px;
  text-decoration: none;
  display: flex;
}

.cta.nav-cta {
  grid-column-gap: 20px;
  background-color: var(--accent);
  height: 48px;
  padding-right: 4px;
}

.cta.outline-accent {
  border: 1px solid var(--accent);
  color: var(--light);
  background-color: #126fff00;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
}

.cta.outline-accent.hide.hidein {
  display: none;
}

.cta.white-cta {
  background-color: var(--light);
  color: var(--accent);
}

.cta.white-cta.hide {
  display: none;
}

.cta.hide {
  grid-column-gap: 20px;
}

.cta.normal-button {
  opacity: 1;
  color: var(--light);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 24px;
  transition: opacity .2s;
}

.cta.normal-button:hover {
  opacity: .92;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px 8px 16px;
  display: flex;
}

.icon-cta {
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.text-dropdown {
  font-family: var(--font-family);
  color: #efefef;
  font-weight: 400;
  line-height: 130%;
}

.circle-cta {
  background-color: var(--accent);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.circle-cta.accent-circle {
  background-color: var(--accent);
}

.circle-cta.white {
  background-color: var(--white);
}

.link-brand-navbar {
  color: #126fff;
  align-items: center;
  height: 50px;
  display: flex;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.home-b-hero {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.moving-text-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.accent.cta-section.mobile {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.accent.hide {
  display: none;
}

.section.accent.hero-abiut-c, .section.values-sticky {
  position: relative;
}

.section.values-sticky.mobile {
  display: none;
}

.section.abstarct-light-section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.hero-home-c {
  padding-top: 20px;
  padding-bottom: 40px;
}

.section.hero-general, .section._40.b60 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section.desktop-hide {
  display: none;
}

.section.accent.cta-section {
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.testimonials-wide-sectin {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.top-padding-24 {
  padding-top: 24px;
  padding-bottom: 60px;
}

.section.combo-halves-section {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section.hero-home {
  padding-top: 0;
}

.section.accent {
  background-color: #126fff;
  padding-top: 80px;
}

.main-container {
  width: 100%;
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.master-hero-home-b {
  justify-content: flex-end;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.right-hero-home-b {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tag {
  border-right: 6px solid var(--accent);
  border-left: 6px solid var(--accent);
  color: var(--light);
  background-color: #212225;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  display: flex;
}

.tag.on-accent {
  border-right-color: var(--light);
  border-left-color: var(--light);
  background-color: #2c7fff;
}

.text-block {
  font-family: var(--font-family);
  color: var(--light);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

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

.text-block.callback {
  font-size: 18px;
}

.body {
  background-color: var(--background);
  font-family: var(--font-family);
  color: var(--light);
  font-size: var(--body-regular);
  font-weight: 500;
  line-height: 130%;
}

.master-home-b {
  justify-content: flex-end;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.master-hero-title {
  color: var(--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.heading-1 {
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.heading-1.center {
  text-align: center;
  font-weight: 500;
}

.heading-1.center.new {
  font-size: var(--h2);
}

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

.limit-subtitle-home {
  max-width: 738px;
}

.subtitle {
  color: var(--light);
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.subtitle.centre._23px {
  font-size: 22px;
}

.subtitle.body-big {
  font-size: var(--body-big);
}

.subtitle.new-size {
  margin-top: 30px;
  font-size: 22px;
  line-height: 130%;
}

.subtitle._16-size {
  font-size: 18px;
}

.subtitle.hero-2 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.flex-cta.mg-top-64 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.flex-cta.hode {
  display: none;
}

.flex-cta.mg-top-16 {
  margin-top: 16px;
}

.flex-cta.mg-top-8 {
  margin-top: 8px;
}

.flex-cta.mg-top-20 {
  display: none;
}

.wrap-abstract-home {
  z-index: 5;
  width: 58%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-abstract-hero-b {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.overlay-abstract {
  background-image: linear-gradient(90deg, #0f101300, #0f1013);
  width: 70%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-2 {
  font-weight: 400;
}

.grid-combo-halves {
  z-index: 10;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  position: relative;
}

.right-combo-halves {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 539px;
  display: flex;
}

.top-combo-halves {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 592px;
  margin-bottom: 8px;
  display: flex;
}

.left-heading-tag {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-heading-tag.mg-bottom-80 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
}

.left-heading-tag.mg-bottom-80.centre {
  justify-content: flex-start;
  align-items: flex-start;
}

.left-heading-tag.mg-bottom-80.centre.mobile {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.no-margins {
  color: var(--light);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.no-margins.h3 {
  font-size: 28px;
  line-height: 140%;
}

.no-margins.h3.centre {
  text-align: center;
}

.no-margins.h3.black {
  color: var(--black);
}

.no-margins.h3.new-size {
  font-size: 30px;
  line-height: 130%;
}

.no-margins.size {
  text-align: center;
  max-width: 1250px;
}

.no-margins.new-size {
  font-size: 44px;
}

.no-margins._30-size {
  font-size: 30px;
}

.no-margins.home {
  line-height: 140%;
}

.no-margins.centre-landscape {
  font-size: var(--h2);
  text-align: left;
}

.text-span-2 {
  color: var(--accent);
}

.paragraph-big {
  color: var(--light);
  font-size: var(--body-regular);
  font-weight: 400;
  line-height: 140%;
}

.paragraph-big.left {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.text-span-3, .text-span-4 {
  color: var(--accent);
}

.wrap-image-combo {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.image-combo-halves {
  width: 100%;
  height: 100%;
}

.abstract-combo-kalves {
  z-index: 5;
  width: 30%;
  max-width: 290px;
  position: absolute;
  inset: auto 0% 6% auto;
}

.grid-usps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-usps {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--elevation);
  text-decoration: none;
  -webkit-text-decoration-color: var(--light);
  text-decoration-color: var(--light);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.icon-usp-thirds {
  height: 28px;
}

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

.text-block-3 {
  color: var(--light);
  font-size: 18px;
  font-weight: 400;
}

.text-read-more {
  color: var(--accent);
}

.text-block-4.size {
  font-weight: 400;
}

.text-span-5 {
  color: var(--accent);
}

.master-service-list {
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-service-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-service-list.bottom-mg {
  padding-bottom: 20px;
}

.h3-hervice-list {
  opacity: 1;
  color: var(--accent);
  font-size: var(--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 130%;
}

.h3-hervice-list.service {
  opacity: 1;
  font-size: 26px;
}

.h3-hervice-list.font-increase {
  font-size: 34px;
}

.icon-service-lsit._148 {
  transform-style: preserve-3d;
  width: 100px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.icon-service-lsit.size {
  vertical-align: baseline;
  width: 125px;
  height: 125px;
}

.right-service-lsit {
  color: var(--light);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-span-6 {
  color: var(--accent);
}

.master-moving-text {
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
}

.inside-moving-text {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-moving-text {
  grid-column-gap: 40px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-moving-text {
  color: var(--light);
  flex: none;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.circle-moving-text {
  background-color: var(--accent);
  border-radius: 50%;
  flex: none;
  width: 22px;
  height: 22px;
}

.centre-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.centre-tag-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--light);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-7 {
  color: var(--accent);
}

.master-target-tabs {
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--light);
  background-color: #212225;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 6px;
  display: flex;
}

.tab-link {
  text-align: center;
  background-color: #212225;
  border-radius: 80px;
  width: auto;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  line-height: 180%;
}

.tab-link.w--current {
  background-color: var(--accent);
  text-align: center;
  border-radius: 80px;
  width: auto;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  line-height: 180%;
}

.text-block-5, .text-block-6, .text-block-7 {
  color: var(--light);
}

.tab-mask {
  width: 90%;
}

.tab-pane {
  width: 100%;
}

.inside-tab-pane {
  color: var(--white);
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 340px;
  padding-bottom: 100px;
  padding-left: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-target-tab {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-target-tab {
  background-image: linear-gradient(90deg, #212331e6, #21233166 40%, #21233100);
  position: absolute;
  inset: 0%;
}

.wrap-target-pane {
  z-index: 10;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
  position: relative;
}

.h3-target-pane {
  font-size: 48px;
  font-weight: 500;
  line-height: 125%;
}

.text-block-8 {
  font-weight: 400;
}

.flex-heading.mg-bottom-100 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.flex-heading.mg-botom {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.right-heading {
  color: var(--light);
  max-width: 488px;
}

.grid-process-fourths {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-process-4-numbers {
  opacity: .7;
  color: var(--light);
  text-align: center;
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
}

.wrap-circle-process {
  color: var(--light);
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.circle-process {
  z-index: 10;
  border: 2px solid var(--light);
  background-color: var(--accent);
  border-radius: 50%;
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}

.line-circle-fourths {
  background-color: var(--light);
  opacity: .4;
  width: 74%;
  height: 1px;
  position: absolute;
}

.bottom-procees-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--light);
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.text-block-9 {
  text-align: center;
  font-weight: 400;
}

.text-block-9.size {
  font-size: 18px;
}

.grid-sticky-halves {
  z-index: 10;
  grid-column-gap: 64px;
  grid-template-rows: auto;
  position: relative;
}

.left-sticky-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: relative;
}

.left-sticky-halves.size {
  max-width: none;
}

.sticky-halves {
  position: sticky;
  top: 120px;
}

.column-halves {
  grid-row-gap: 24px;
  color: var(--light);
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.column-halves.move-up {
  padding-top: 0;
}

.tile-value-sticky {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--elevation);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 32px;
  display: flex;
  box-shadow: 0 2px 30px #1d34330d;
}

.circle-stick-value-check {
  background-color: var(--accent);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.icon-check-circle {
  width: 40px;
  height: 40px;
}

.bottom-values-half {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.grid-values-half {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.abstract-values-halves {
  width: 13%;
  position: absolute;
  inset: auto 0% 30%;
}

.text-block-10 {
  font-weight: 400;
}

.right-heading-tag {
  max-width: 488px;
}

.grid-case-halves {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.tile-case {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--elevation);
  color: var(--light);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 600px;
  height: 100%;
  padding: 48px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 30px #5c6f8d12;
}

.tile-case:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px #78818124;
}

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

.logo-case {
  max-width: 400px;
  height: 120px;
  margin-left: -18px;
}

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

.stat-case {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-stat-case {
  color: var(--accent);
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.text-extra-info {
  opacity: .5;
  margin-bottom: 4px;
  line-height: 122%;
}

.footer {
  background-color: var(--elevation);
  color: var(--light);
  padding-top: 80px;
  padding-bottom: 60px;
}

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

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

.brand-link-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  display: flex;
}

.brand-footer {
  height: 100%;
  display: block;
}

.master-contnet-footer {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-contact-lsit {
  grid-column-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.single-contact-lsit.contact-one {
  grid-column-gap: 12px;
}

.icon-conatact-lsit {
  width: 24px;
  height: 24px;
}

.icon-conatact-lsit.contact-one {
  width: 32px;
  height: 32px;
}

.text-block-11 {
  color: var(--light);
  font-size: var(--body-big);
  font-weight: 400;
  text-decoration: none;
}

.grid-footer-link {
  grid-column-gap: 32px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.coloumn-footer-link {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-footer-link {
  font-size: 20px;
  font-weight: 500;
}

.wrap-footer-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--light);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.divider-footer {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

.divider-footer.section-between {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-footer.section-between.remove-40 {
  margin-top: 0;
}

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

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

.master-ball-abstarct {
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 230px;
  padding-bottom: 230px;
  position: relative;
}

.master-heading-text {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.single-ball-heading {
  color: var(--light);
}

.single-ball-heading.second-heading {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.heading-2.accent {
  color: var(--accent);
}

.image-ball-background {
  z-index: 5;
  object-fit: scale-down;
  width: 75%;
  max-width: 100%;
  height: 175%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: -38% 0% 0% 35%;
}

.master-ball-cta {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  position: relative;
}

.master-contnet-cta {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.master-contnet-cta.centre {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  padding-left: 20px;
}

.heading-3 {
  color: var(--light);
  text-align: left;
  padding-top: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.heading-3.quote {
  font-size: 45px;
}

.little-subtitle {
  color: var(--light);
  text-align: left;
  max-width: none;
}

.text-span-8 {
  color: var(--accent);
}

.grid-blog-thirds {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.tile-blog {
  background-color: var(--elevation);
  color: var(--light);
  border-radius: 12px;
  flex-flow: column;
  height: 100%;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-imag-blog {
  position: relative;
  overflow: hidden;
}

.bottom-blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 32px 0;
  display: flex;
}

.text-style-h3 {
  font-size: var(--subtitles);
  margin-top: 0;
  font-weight: 500;
  line-height: 140%;
}

.icon-blog {
  object-fit: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto 32px 32px;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  inset: 0%;
}

.container-hero {
  max-width: 1700px;
  padding-left: 24px;
  padding-right: 24px;
}

.master-hero-1 {
  color: var(--light);
  background-image: linear-gradient(90deg, #212331cc, #2123314d 54%, #21233100), url('../images/Hero-Banner-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 300px 60px 60px;
  display: flex;
  position: relative;
}

.master-hero-1.mobile {
  background-image: linear-gradient(90deg, #212331cc, #2123314d 54%, #21233100), url('../images/Hero-Banner-10.webp');
}

.master-contnet {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  line-height: 130%;
  display: flex;
}

.title-wrap.contact {
  color: #efefef;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 500;
  line-height: 120%;
}

.heading-5 {
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.limit-subtitle {
  max-width: 900px;
}

.scroll-down {
  position: absolute;
  inset: auto 100px 0% auto;
}

.text-span-9 {
  color: var(--accent);
}

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

.tile-service-third {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--elevation);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.bottom-service-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 1122px;
  padding-left: 24px;
  padding-right: 24px;
}

.master-moving-integrations {
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.inner-moving-integrations {
  grid-column-gap: 2vw;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 200vw;
  display: flex;
}

.single-circles {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-single-integrations {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 11vw;
  max-width: 350px;
  height: 11vw;
  max-height: 350px;
  display: flex;
}

.icon-integration {
  height: 70%;
}

.wrap-tech-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.grid-faq {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.left-faq-halves {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 460px;
  display: flex;
}

.right-faq-halves {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.expandable-single-faq {
  background-color: var(--elevation);
  cursor: pointer;
  border-radius: 24px;
  padding: 32px 40px;
}

.expandable-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-expandable {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  line-height: 120%;
}

.plus-expandable {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: var(--light);
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.expandable-buttom {
  transform-origin: 50% 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.faq-paragraph {
  transform-origin: 50% 0;
  color: var(--light);
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
}

.text-span-10 {
  color: var(--accent);
}

.grid-contact-one {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.image-contact-0ne {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: 590px;
}

.right-contact-one {
  width: 100%;
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.tile-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--elevation);
  color: var(--light);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px 56px;
  display: flex;
}

.tile-contact.contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  min-width: 0;
}

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

.h2-contact-one {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}

.divider-contact-tie {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
}

.bottom-contact-one {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.text-block-12 {
  font-weight: 400;
}

.right-contact-form {
  background-color: var(--elevation);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  overflow: visible;
}

.text-contact-form {
  color: var(--light);
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 130%;
}

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

.contact-form {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-field {
  border: 1px solid var(--grey);
  background-color: var(--elevation);
  color: var(--light);
  border-radius: 12px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

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

.text-field::placeholder {
  color: #efefef66;
}

.text-field.message {
  border-radius: 12px;
  height: 138px;
}

.line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-line-1st-half {
  margin-right: 0;
  position: static;
  inset: 0%;
}

.imahe-line-2-half {
  transform-style: preserve-3d;
  margin-top: -3px;
  margin-left: -1px;
  transform: translate(0, -3px)rotateX(-180deg)rotateY(0)rotateZ(0);
}

.contnet-bottom-box {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--light);
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  display: flex;
}

.content-box-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--accent);
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 250px;
  padding: 24px;
  display: flex;
}

.paragraph {
  font-weight: 400;
}

.grid-sticky-halves-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.right-carrer-halves {
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.tile-carrer-value {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--light);
  color: var(--black);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.icon-carrer-value {
  width: 48px;
  height: 48px;
}

.bottom-carrer-value {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-13 {
  font-size: 16px;
  font-weight: 400;
}

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

.text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  color: var(--accent);
}

.publisher-text {
  color: var(--light);
  font-size: 26px;
  font-weight: 300;
  line-height: 130%;
}

.quote-image {
  position: static;
  inset: -23% auto 0% 0%;
}

.text-span-15, .text-span-16, .text-span-17, .text-span-18 {
  color: var(--accent);
}

.text-block-17 {
  font-weight: 400;
}

.text-span-19 {
  color: var(--accent);
}

.text-block-18 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-19, .text-block-20 {
  font-weight: 400;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 18px;
  font-weight: 400;
}

.text-block-21 {
  font-weight: 400;
}

.tile-features {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.tile-features.single-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.feature-icon-wrapper {
  background-color: var(--accent);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.feature-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.tech-stack-title-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.tech-stack-imagr-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.tech-stack-imagr-wrapper.wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
}

.tech-stack-imagr-wrapper.hide {
  display: none;
}

.image {
  width: 150px;
  height: 30px;
}

.image.resize {
  width: 100px;
}

.image-2 {
  width: 120px;
}

.image-2.resize {
  width: 100px;
}

.image-3 {
  width: 120px;
}

.image-4 {
  width: 150px;
}

.image-4.resize {
  width: 100px;
}

.case-study-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.case-title {
  font-size: var(--body-regular);
}

.case-para {
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

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

.feature-title {
  color: var(--accent);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.bold-text-2 {
  font-size: 60px;
  font-weight: 500;
}

.text-span-20, .text-span-21, .text-span-22, .success-message, .text-span-23, .text-span-24 {
  color: var(--accent);
}

.h3-hervice-list-2 {
  opacity: 1;
  color: #126fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}

.h3-hervice-list-2.font-increase {
  font-size: 34px;
}

.h3-hervice-list-3 {
  opacity: 1;
  color: #126fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}

.h3-hervice-list-3.font-increase {
  font-size: 34px;
}

.h3-hervice-list-4 {
  opacity: 1;
  color: #126fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}

.h3-hervice-list-4.font-increase {
  font-size: 34px;
}

.h3-hervice-list-4.service {
  opacity: 1;
  font-size: 26px;
}

.no-margins-2 {
  color: #efefef;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.no-margins-2.h3 {
  font-size: 28px;
}

.no-margins-2.h3.new-size {
  font-size: 30px;
  line-height: 130%;
}

.text-span-25 {
  color: #126fff;
}

.no-margins-3 {
  color: #efefef;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.no-margins-3.h3 {
  font-size: 28px;
}

.no-margins-3.h3.new-size {
  font-size: 30px;
  line-height: 130%;
}

.no-margins-3.h3.footer-note {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.no-margins-3.h3.centre {
  text-align: center;
}

.no-margins-3.h3.black {
  color: #000;
}

.no-margins-3.size {
  text-align: center;
  max-width: 1250px;
}

.no-margins-3.new-size {
  font-size: 44px;
}

.no-margins-3.new {
  font-size: 47px;
}

.no-margins-3.h3 {
  font-size: 28px;
  line-height: 140%;
}

.text-span-26 {
  color: #126fff;
}

.inside-tab-pane-2 {
  color: #fff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 340px;
  padding-bottom: 100px;
  padding-left: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-27 {
  color: #126fff;
}

.text-block-24 {
  font-weight: 400;
}

.tag-2 {
  color: #efefef;
  background-color: #212225;
  border-left: 6px solid #126fff;
  border-right: 6px solid #126fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  display: flex;
}

.main-container-2 {
  width: 100%;
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-big-2 {
  color: #efefef;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.centre-tag-heading-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #efefef;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-2 {
  grid-column-gap: 40px;
  color: #efefef;
  background-color: #126fff;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6px 6px 24px;
  text-decoration: none;
  display: flex;
}

.cta-2.outline-accent {
  color: #efefef;
  background-color: #126fff00;
  border: 1px solid #126fff;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
}

.cta-2.outline-accent.hide.hidein {
  display: none;
}

.cta-2.hide {
  grid-column-gap: 20px;
}

.cta-2.nav-cta {
  grid-column-gap: 20px;
  background-color: #126fff;
  height: 48px;
  padding-right: 4px;
}

.cta-2.normal-button {
  opacity: 1;
  color: #efefef;
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 24px;
  transition: opacity .2s;
}

.cta-2.normal-button:hover {
  opacity: .92;
}

.cta-2.white-cta {
  color: #126fff;
  background-color: #efefef;
}

.cta-2.white-cta.hide {
  display: none;
}

.text-block-25 {
  font-weight: 400;
}

.tag-3 {
  color: #efefef;
  background-color: #212225;
  border-left: 6px solid #126fff;
  border-right: 6px solid #126fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  display: flex;
}

.plus-line-2 {
  background-color: #efefef;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.plus-line-2.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.main-container-3 {
  width: 100%;
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.circle-cta-2 {
  background-color: #126fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.circle-cta-2.accent-circle {
  background-color: #126fff;
}

.faq-paragraph-2 {
  transform-origin: 50% 0;
  color: #efefef;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
}

.paragraph-big-3 {
  color: #efefef;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.expandable-single-faq-2 {
  cursor: pointer;
  background-color: #18191c;
  border-radius: 24px;
  padding: 32px 40px;
}

.left-sticky-halves-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #efefef;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: relative;
}

.left-sticky-halves-2.size {
  max-width: none;
}

.heading-expandable-2 {
  color: #efefef;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-26 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.divider-footer-2 {
  background-color: #59595b;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

.divider-footer-2.section-between {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-contact-tie-2 {
  background-color: #59595b;
  width: 100%;
  height: 1px;
}

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

.heading-6.center {
  text-align: center;
  font-weight: 500;
}

.heading-6.center.new {
  font-size: 48px;
}

.text-field-2 {
  color: #efefef;
  background-color: #18191c;
  border: 1px solid #59595b;
  border-radius: 12px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

.text-field-2:focus {
  border-color: #126fff;
}

.text-field-2::placeholder {
  color: #efefef66;
}

.text-field-2.message {
  border-radius: 12px;
  height: 138px;
}

.text-block-27 {
  color: #efefef;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.main-container-4 {
  width: 100%;
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.right-contact-form-2 {
  background-color: #18191c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  overflow: visible;
}

.tile-contact-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #efefef;
  background-color: #18191c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px 56px;
  display: flex;
}

.tile-contact-2.contact {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  width: 100%;
  min-width: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.success-message-2 {
  color: #126fff;
}

.paragraph-big-4 {
  color: #efefef;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-big-4.left {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.text-span-28 {
  color: #126fff;
}

.left-top-footer-2 {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.divider-footer-3 {
  background-color: #59595b;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

.divider-footer-3.section-between {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-footer-3.section-between.remove-40 {
  margin-top: 0;
}

.footer-2 {
  color: #efefef;
  background-color: #18191c;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-link-2 {
  color: #efefef;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.main-container-5 {
  width: 100%;
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-span-29 {
  color: var(--accent);
}

.circle-cta-3 {
  background-color: #126fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.circle-cta-3.white {
  background-color: #fff;
}

.text-block-28 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.circle-cta-4 {
  background-color: #126fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.circle-cta-4.white {
  background-color: #fff;
}

.text-block-29 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.column-halves-2 {
  grid-row-gap: 24px;
  color: #efefef;
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.column-halves-2.move-up {
  padding-top: 0;
}

.bottom-procees-fourths-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #efefef;
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.inside-tab-pane-3 {
  color: #fff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 340px;
  padding-bottom: 100px;
  padding-left: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-30 {
  font-weight: 400;
}

.right-heading-2 {
  color: #efefef;
  max-width: 488px;
}

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

.text-process-4-numbers-2 {
  opacity: .7;
  color: #efefef;
  text-align: center;
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
}

.contnet-bottom-box-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #efefef;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  display: flex;
}

.circle-moving-text-2 {
  background-color: #126fff;
  border-radius: 50%;
  flex: none;
  width: 22px;
  height: 22px;
}

.link-dropdown-2 {
  color: #efefef;
  padding: 8px 24px 8px 16px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
}

.link-dropdown-2:hover {
  background-color: #0f1013;
}

.content-box-right-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #126fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 250px;
  padding: 24px;
  display: flex;
}

.text-block-31 {
  text-align: center;
  font-weight: 400;
}

.grid-usps-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
}

.text-block-32 {
  color: #efefef;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 500;
  line-height: 120%;
}

.circle-stick-value-check-2 {
  background-color: #126fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.bottom-values-half-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-service-thirds-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-30, .text-span-31 {
  color: #126fff;
}

.tile-carrer-value-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  background-color: #efefef;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.text-span-32 {
  color: #126fff;
}

.wrap-image-combo-2 {
  border-radius: 12px;
  width: 75%;
  position: relative;
  left: 150px;
  overflow: hidden;
}

.icon-integration-2 {
  height: 46%;
}

.text-block-33 {
  color: #efefef;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.tabs-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #efefef;
  background-color: #212225;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.text-block-34 {
  font-weight: 400;
}

.footer-3 {
  color: #efefef;
  background-color: #18191c;
  padding-top: 80px;
  padding-bottom: 60px;
}

.little-subtitle-2 {
  color: #efefef;
  text-align: left;
  max-width: none;
}

.image-ball-background-2 {
  z-index: 5;
  object-fit: scale-down;
  width: 75%;
  max-width: 100%;
  height: 175%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: -45% 0% 0%;
}

.text-block-35 {
  font-weight: 400;
}

.text-dropdown-2 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

.master-hero-title-2 {
  color: #efefef;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.tile-blog-2 {
  color: #efefef;
  background-color: #18191c;
  border-radius: 12px;
  flex-flow: column;
  height: 100%;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tag-4 {
  color: #efefef;
  background-color: #212225;
  border-left: 6px solid #126fff;
  border-right: 6px solid #126fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  display: flex;
}

.tag-4.on-accent {
  background-color: #2c7fff;
  border-left-color: #efefef;
  border-right-color: #efefef;
}

.master-ball-cta-2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.single-ball-heading-2 {
  color: #efefef;
}

.single-ball-heading-2.second-heading {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-36 {
  font-weight: 400;
}

.heading-8 {
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.navbar-2 {
  -webkit-text-stroke-color: #282523;
  color: #282523;
  background-color: #0f1013;
  border-bottom: 1px solid #ecf6f21f;
  height: 122px;
  position: static;
}

.text-span-33 {
  color: #126fff;
}

.text-block-37.hide {
  display: none;
}

.text-stat-case-2 {
  color: #126fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.text-read-more-2 {
  color: #126fff;
}

.master-top-case-2 {
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tile-service-third-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #18191c;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.tab-mask-2 {
  width: 100%;
}

.tile-usps-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #18191c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.main-container-6 {
  width: 100%;
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.circle-cta-5 {
  background-color: #126fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.circle-cta-5.white {
  background-color: #fff;
}

.circle-cta-5.accent-circle {
  background-color: #126fff;
}

.text-span-34 {
  color: #126fff;
}

.centre-heading-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.master-hero-2 {
  color: #efefef;
  background-image: linear-gradient(90deg, #212331cc, #2123314d 54%, #21233100), url('../images/Hero-Home-C-.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 250px 60px 60px;
  display: flex;
  position: relative;
}

.text-style-h3-2 {
  margin-top: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
}

.master-moving-text-2 {
  border-top: 2px solid #126fff;
  border-bottom: 2px solid #126fff;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
}

.right-contact-form-3 {
  background-color: #18191c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  overflow: visible;
}

.tile-value-sticky-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #18191c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 32px;
  display: flex;
  box-shadow: 0 2px 30px #1d34330d;
}

.text-span-35 {
  color: #126fff;
}

.circle-single-integrations-2 {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 11vw;
  max-width: 350px;
  height: 11vw;
  max-height: 350px;
  display: flex;
}

.faq-paragraph-3 {
  transform-origin: 50% 0;
  color: #efefef;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
}

.text-span-36 {
  color: #126fff;
}

.heading-9 {
  color: #efefef;
  text-align: left;
  padding-top: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.circle-process-2 {
  z-index: 10;
  background-color: #126fff;
  border: 2px solid #efefef;
  border-radius: 50%;
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}

.grid-service-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #59595b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-nav-2 {
  color: #efefef;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  font-weight: 400;
}

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

.heading-10.accent {
  color: #126fff;
}

.dropdown-list-2.w--open {
  background-color: #18191c;
  border: 1px solid #59595b;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-case-2 {
  max-width: 140px;
  height: 42px;
}

.expandable-single-faq-3 {
  cursor: pointer;
  background-color: #18191c;
  border-radius: 24px;
  padding: 32px 40px;
}

.centre-tag-heading-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #efefef;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle-2 {
  color: #efefef;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.subtitle-2.centre._23px {
  font-size: 22px;
}

.subtitle-2._16-size {
  font-size: 18px;
}

.subtitle-2.new-size {
  margin-top: 30px;
  font-size: 22px;
  line-height: 130%;
}

.text-span-37 {
  color: #126fff;
}

.text-block-39 {
  color: #efefef;
}

.grid-footer-link-2 {
  grid-column-gap: 32px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

.wrap-circle-process-2 {
  color: #efefef;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.right-service-lsit-2 {
  color: #efefef;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-40 {
  color: #efefef;
}

.tab-link-2 {
  text-align: center;
  background-color: #212225;
  border-radius: 80px;
  width: auto;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  line-height: 180%;
}

.tab-link-2.w--current {
  text-align: center;
  background-color: #126fff;
  border-radius: 80px;
  width: auto;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  line-height: 180%;
}

.line-circle-fourths-2 {
  opacity: .4;
  background-color: #efefef;
  width: 74%;
  height: 1px;
  position: absolute;
}

.text-moving-text-2 {
  color: #efefef;
  flex: none;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-41 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-42 {
  color: #efefef;
}

.text-span-38 {
  color: #126fff;
}

.text-block-43 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-43.accent {
  color: #126fff;
}

.tile-case-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #efefef;
  background-color: #18191c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 600px;
  height: 100%;
  padding: 48px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 30px #5c6f8d12;
}

.tile-case-2:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px #78818124;
}

.text-contact-form-2 {
  color: #efefef;
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 130%;
}

.master-slider-testimonials {
  margin-top: 64px;
}

.slider-testimonials {
  background-color: #ddd0;
  height: auto;
}

.mask-testimonials {
  height: auto;
}

.slide-nav {
  display: none;
}

.slide-testimonial {
  height: auto;
}

.grid-slider {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.left-slider {
  grid-row-gap: 40px;
  background-color: var(--elevation);
  border-radius: 160px 12px 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 160px 48px 48px;
  display: flex;
}

.wrap-slider {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.top-slider-contnet {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-testimonial-start {
  font-size: 80px;
  line-height: 80px;
}

.text-testimonal-last {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.divider-slider {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
}

.imgae-slider {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.arrow-testimonial {
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 64px;
  height: 64px;
  padding-left: 2px;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: -125px 0% auto auto;
}

.arrow-testimonial:hover {
  transform: scale(1.1);
}

.arrow-testimonial.left-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-right: 2px;
  right: 72px;
}

.arrow-testimonial.right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.icon-slider {
  width: 28px;
  height: 28px;
}

.grid-hero-2 {
  grid-column-gap: 65px;
  grid-template-rows: auto;
}

.left-hero-2 {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-wrap-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 500;
  line-height: 120%;
}

.span-accent {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.limit-hero-2 {
  max-width: 620px;
}

.marque-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-overlay {
  z-index: 9;
  background-image: linear-gradient(#0f1013, #0f101399 43%, #0f101300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.marquee-overlay.bottom {
  background-image: linear-gradient(0deg, #0f1013, #0f101399 48%, #0f101300);
  top: auto;
  bottom: -1px;
}

.marquee-coloumn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.marquee-image-wrap {
  border-radius: 12px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.grid-abouct-c {
  z-index: 10;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  position: relative;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.heading-13 {
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.right-half {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-about-number {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-start-stat {
  font-size: 162px;
  font-weight: 700;
  line-height: 100%;
}

.text-subtitle-stat {
  font-size: 28px;
  line-height: 120%;
}

.section-sales-mockup {
  background-color: var(--black);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-sales-mockup.new {
  height: auto;
  min-height: auto;
  padding-top: 80px;
}

.section-sales-mockup.mobile {
  display: none;
}

.contaoner-sales-mockup {
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-third-ockups {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-mockup-link {
  mix-blend-mode: normal;
  width: 100%;
  margin-bottom: 24px;
  transition: transform .3s;
}

.mockup-image {
  border: 1px solid #fcfcfc26;
  border-radius: 16px;
  width: 100%;
}

.text-dropdown-3 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

.navbar-3 {
  -webkit-text-stroke-color: #282523;
  color: #282523;
  background-color: #0f1013;
  border-bottom: 1px solid #ecf6f21f;
  height: 122px;
  position: static;
}

.circle-cta-6 {
  background-color: #126fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.circle-cta-6.white {
  background-color: #fff;
}

.nav-menu-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-list-3.w--open {
  background-color: #18191c;
  border: 1px solid #59595b;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-44 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-44.callback {
  font-size: 18px;
}

.text-block-45 {
  font-weight: 400;
}

.text-span-39 {
  color: #126fff;
}

.master-hero-title-3 {
  color: #efefef;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.tag-5 {
  color: #efefef;
  background-color: #212225;
  border-left: 6px solid #126fff;
  border-right: 6px solid #126fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  display: flex;
}

.tag-5.on-accent {
  background-color: #2c7fff;
  border-left-color: #efefef;
  border-right-color: #efefef;
}

.main-container-7 {
  width: 100%;
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.circle-cta-7 {
  background-color: #126fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.circle-cta-7.white {
  background-color: #fff;
}

.circle-cta-7.accent-circle {
  background-color: #126fff;
}

.text-block-46 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-47 {
  font-weight: 400;
}

.tech-stack-title-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.tech-stack-title-wrapper-2.hide {
  display: none;
}

.feature-icon-wrapper-2 {
  background-color: #126fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.case-title-2 {
  font-size: 20px;
}

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

.text-block-48 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-49 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-49.accent {
  color: #126fff;
}

.case-study-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-50 {
  text-align: center;
  font-weight: 400;
}

.text-block-50.size {
  font-size: 18px;
}

.text-block-51 {
  font-size: 16px;
  font-weight: 400;
}

.text-span-40 {
  color: #126fff;
}

.bottom-service-thirds-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-halves-3 {
  grid-row-gap: 24px;
  color: #efefef;
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.column-halves-3.move-up {
  padding-top: 0;
}

.text-block-53 {
  font-weight: 400;
}

.tile-value-sticky-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #18191c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 32px;
  display: flex;
  box-shadow: 0 2px 30px #1d34330d;
}

.text-block-54 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-55 {
  font-weight: 400;
}

.circle-single-integrations-3 {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 11vw;
  max-width: 350px;
  height: 11vw;
  max-height: 350px;
  display: flex;
}

.text-block-56 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-56.accent {
  color: #126fff;
}

.text-block-57 {
  font-weight: 400;
}

.tile-blog-3 {
  color: #efefef;
  background-color: #18191c;
  border-radius: 12px;
  flex-flow: column;
  height: 100%;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-style-h3-3 {
  margin-top: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-58 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-59 {
  font-weight: 400;
}

.expandable-single-faq-4 {
  cursor: pointer;
  background-color: #18191c;
  border-radius: 24px;
  padding: 32px 40px;
}

.text-block-60 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text-span-41 {
  color: #126fff;
}

.text-block-61 {
  color: #efefef;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.success-message-3 {
  color: #126fff;
}

.right-contact-form-4 {
  background-color: #18191c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  overflow: visible;
}

.grid-footer-link-3 {
  grid-column-gap: 32px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.footer-4 {
  color: #efefef;
  background-color: #18191c;
  padding-top: 80px;
  padding-bottom: 60px;
}

.text-span-42, .text-span-43 {
  color: var(--accent);
}

.publisher-text-2 {
  color: #efefef;
  font-size: 26px;
  font-weight: 300;
  line-height: 130%;
}

.master-ball-cta-3 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-14 {
  color: #efefef;
  text-align: left;
  padding-top: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.heading-14.quote {
  font-size: 45px;
}

.text-span-44, .text-span-45, .text-span-46, .text-span-47 {
  font-size: 75px;
}

.column-halves-4 {
  grid-row-gap: 24px;
  color: #efefef;
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.column-halves-4.move-up {
  padding-top: 0;
}

.bottom-values-half-3 {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-62 {
  font-weight: 400;
}

.text-block-63 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-64 {
  font-weight: 400;
}

.bottom-values-half-4 {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-65 {
  color: #efefef;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

@media screen and (max-width: 479px) {
  .brand-navbar {
    width: 100%;
    height: auto;
  }

  .dropdown-list.w--open {
    z-index: 999;
    width: 100%;
    overflow: scroll;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--elevation);
    border: 1px solid #2123314d;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 94%;
    max-width: 440px;
    max-height: 90vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 40px 32px;
    font-size: 22px;
    overflow: scroll;
  }

  .dropdown {
    color: #333;
    font-size: 22px;
    display: block;
  }

  .right-navbar {
    border: 0 #000;
    padding: 0;
  }

  .navbar {
    background-color: var(--background);
    border-bottom: 1px solid #ecf6f21f;
    height: 72px;
    font-weight: 500;
    position: relative;
    inset: 0% 0% auto;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-nav {
    color: var(--light);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    display: block;
  }

  .cta {
    grid-column-gap: 20px;
    background-color: var(--accent);
    color: var(--light);
    height: 52px;
    padding-right: 6px;
  }

  .cta.nav-cta {
    display: none;
  }

  .cta.outline-accent.horizontal {
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .cta.hide {
    display: none;
  }

  .dropdown-toggle {
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-brand-navbar {
    width: 90%;
    height: auto;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.home-b-hero {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.top-padding-24.mobile-24 {
    padding-top: 30px;
  }

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

  .section.accent.cta-section.mobile {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.accent.mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.accent.hero-abiut-c {
    padding-top: 40px;
  }

  .section.values-sticky.desktop {
    display: none;
  }

  .section.values-sticky.mobile {
    display: block;
  }

  .section.hero-general.mobile-padding {
    padding-top: 60px;
  }

  .section._40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._40.b60 {
    padding-bottom: 60px;
  }

  .section._40.b60.mobile-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.mobile-hide {
    display: none;
  }

  .section.desktop-hide {
    display: block;
  }

  .section.mobiel-announcement {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section.accent.cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.testimonials-wide-sectin {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.top-padding-24 {
    padding-bottom: 40px;
  }

  .section.combo-halves-section {
    padding-top: 20px;
  }

  .section.accent {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.accent.mobile-padding {
    padding-top: 60px;
  }

  .section.accent.bottom-mg {
    padding-bottom: 20px;
  }

  .section.accent.bottom-mg.mobile {
    padding-bottom: 40px;
  }

  .main-container {
    color: var(--light);
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-hero-home-b {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .tag {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-button {
    background-color: var(--accent);
    border-radius: 50px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    background-color: var(--accent);
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: visible;
  }

  .line-menu.first-line {
    background-color: #efefef;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .line-menu.second-line {
    background-color: #efefef;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .text-block.white {
    color: var(--light);
    font-size: 18px;
  }

  .master-home-b {
    padding-top: 0;
    padding-bottom: 0;
  }

  .master-hero-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
  }

  .heading-1.center.new {
    text-align: left;
    font-size: 30px;
  }

  .limit-subtitle-home {
    text-align: center;
  }

  .subtitle {
    text-align: left;
    font-size: 16px;
  }

  .subtitle.centre {
    text-align: center;
  }

  .subtitle.centre._23px {
    text-align: left;
    font-size: 16px;
    line-height: 130%;
  }

  .subtitle._23-size {
    font-size: 23px;
  }

  .subtitle.body-big {
    font-size: 16px;
  }

  .subtitle.new-size {
    margin-top: 0;
    font-size: 16px;
    line-height: 130%;
  }

  .subtitle._16-size, .subtitle.hero-2 {
    font-size: 16px;
  }

  .flex-cta.horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .flex-cta.horizontal.hide {
    display: none;
  }

  .flex-cta.hide {
    display: flex;
  }

  .flex-cta.hide.mobile, .flex-cta.mg-top-8.hide {
    display: none;
  }

  .flex-cta.mg-top-16 {
    margin-top: 16px;
  }

  .flex-cta.mg-top-8.hide {
    display: none;
  }

  .flex-cta.mg-top-20 {
    margin-top: 60px;
    display: block;
  }

  .wrap-abstract-home {
    width: 100%;
    inset: 0% 0% auto;
  }

  .overlay-abstract {
    background-image: linear-gradient(90deg, #0f101300, #0f1013);
    width: 100%;
    height: 66%;
    inset: auto 0% 0%;
  }

  .text-block-2 {
    text-align: center;
    font-size: 14px;
  }

  .grid-combo-halves {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .right-combo-halves {
    justify-content: center;
    align-items: flex-start;
  }

  .top-combo-halves, .left-heading-tag {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-heading-tag.mg-bottom-80 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .left-heading-tag.mg-bottom-80.centre.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .no-margins {
    text-align: left;
    font-size: 30px;
  }

  .no-margins.h3 {
    text-align: left;
    font-size: 24px;
  }

  .no-margins.h3.centre {
    text-align: left;
    font-size: 22px;
  }

  .no-margins.h3.centre._26-size {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
  }

  .no-margins.h3.black {
    font-size: 28px;
  }

  .no-margins.h3.new-size {
    font-size: 22px;
  }

  .no-margins.h3.cxo {
    font-size: 18px;
  }

  .no-margins.size {
    text-align: left;
    width: 100%;
    max-width: 1321px;
    font-size: 26px;
  }

  .no-margins.new-size {
    font-size: 30px;
    line-height: 130%;
  }

  .paragraph-big {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-big.left {
    text-align: left;
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph-big.resize {
    font-size: 12px;
  }

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

  .tile-usps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .bold-text {
    font-size: 12px;
    font-weight: 500;
  }

  .text-block-4 {
    text-align: left;
    font-size: 14px;
  }

  .text-block-4.size {
    font-size: 12px;
  }

  .master-service-list {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-service-list {
    grid-template-columns: 1fr 1fr;
    padding: 30px 10px;
  }

  .h3-hervice-list {
    font-size: 30px;
  }

  .h3-hervice-list.font-increase {
    font-size: 22px;
  }

  .icon-service-lsit {
    width: 148px;
  }

  .icon-service-lsit.size {
    width: 80px;
    height: 80px;
  }

  .master-moving-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-moving-text {
    font-size: 22px;
  }

  .circle-moving-text {
    width: 14px;
    height: 14px;
  }

  .centre-heading {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .centre-tag-heading {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .master-target-tabs.horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    display: flex;
    overflow: scroll;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 24px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    display: flex;
  }

  .tab-link.w--current {
    width: 100%;
  }

  .tab-mask {
    flex-flow: row;
    display: flex;
    overflow: scroll;
  }

  .inside-tab-pane {
    padding: 200px 32px 40px;
  }

  .inside-tab-pane.horizontal {
    border-radius: 12px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 300px;
    min-width: 300px;
    height: 400px;
    padding: 20px;
    overflow: visible;
  }

  .image-target-tab.horizontal {
    border-radius: 12px;
    width: 300px;
    height: 100%;
    left: 0%;
  }

  .overlay-target-tab {
    width: 171.055px;
  }

  .overlay-target-tab.horizontal {
    border-radius: 12px;
    width: 300px;
  }

  .wrap-target-pane {
    grid-row-gap: 10px;
  }

  .h3-target-pane {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 27px;
  }

  .h3-target-pane.resize {
    font-size: 18px;
  }

  .text-block-8 {
    font-size: 14px;
    font-weight: 400;
  }

  .flex-heading.mg-bottom-100 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
  }

  .flex-heading.mg-botom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .grid-process-fourths {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: start;
  }

  .text-process-4-numbers {
    font-size: 50px;
  }

  .wrap-circle-process {
    margin-bottom: 0;
    display: none;
  }

  .bottom-procees-fourths {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .text-block-9.size {
    text-align: left;
    font-size: 14px;
    line-height: 130%;
  }

  .grid-sticky-halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .left-sticky-halves, .left-sticky-halves.size {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-halves {
    padding-top: 0;
  }

  .column-halves.move-up {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    overflow: scroll;
  }

  .tile-value-sticky {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    min-width: 250px;
    height: 400px;
    padding: 50px 32px;
  }

  .tile-value-sticky.cxo-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 20px;
  }

  .circle-stick-value-check {
    width: 80px;
    height: 80px;
  }

  .circle-stick-value-check.cxo-mobile {
    width: 35px;
    height: 35px;
  }

  .bottom-values-half {
    grid-row-gap: 10px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-small.cxo {
    font-size: 14px;
  }

  .grid-values-half {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-values-half.cxo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .abstract-values-halves {
    width: 31vw;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .grid-case-halves {
    grid-template-columns: 1fr;
  }

  .tile-case {
    border-radius: 12px;
    width: 100%;
    padding: 0 24px 24px;
  }

  .master-top-case {
    grid-row-gap: 40px;
  }

  .master-top-case.mobile {
    grid-row-gap: 0px;
  }

  .flex-top-footer {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-top-footer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .single-contact-lsit.contact-one {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .single-contact-lsit.contact-one.hide {
    display: none;
  }

  .icon-conatact-lsit.contact-one.phone {
    width: 28px;
    height: 28px;
  }

  .text-block-11 {
    font-size: 18px;
    font-weight: 400;
  }

  .grid-footer-link {
    grid-column-gap: 24px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrap-footer-link {
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .divider-footer.section-between {
    background-color: var(--grey);
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider-footer.section-between._40 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .divider-footer.section-between.remove-40 {
    margin-bottom: 0;
  }

  .divider-footer.section-between.mobile-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrap-legal-footer {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .master-ball-abstarct {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
  }

  .image-ball-background.mobile {
    left: 0%;
  }

  .master-ball-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .master-contnet-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .master-contnet-cta.centre {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .master-contnet-cta.centre.mobile {
    width: 100%;
    padding-left: 20px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 30px;
    line-height: 130%;
  }

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

  .heading-3.quote.mobile-quote {
    font-size: 30px;
  }

  .grid-blog-thirds {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: scroll;
  }

  .tile-blog {
    width: 100%;
    min-width: 300px;
    padding-bottom: 80px;
  }

  .bottom-blog {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-style-h3 {
    font-size: 21px;
    line-height: 140%;
  }

  .icon-blog {
    vertical-align: baseline;
    width: 30px;
    height: 30px;
    top: auto;
    left: 20px;
  }

  .blog-image {
    height: 200px;
  }

  .container-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .master-hero-1 {
    background-image: linear-gradient(174deg, #212331cc, #2123314d 54%, #21233100), url('../images/Hero-Banner-2.webp');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 12px;
    padding: 325px 32px 20px 20px;
  }

  .master-hero-1.mobile {
    background-image: linear-gradient(9deg, #212331cc, #2123314d 100%, #21233100), url('../images/Hero-Banner-10.webp');
    background-position: 0 0, 90% 0;
  }

  .master-contnet {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-wrap.contact {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .scroll-down {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    right: 0%;
  }

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

  .tile-service-third.mobile {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 20px;
  }

  .bottom-service-thirds {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-medium.bottom-bg {
    margin-bottom: 30px;
  }

  .circle-single-integrations {
    width: 30vw;
    height: 30vw;
  }

  .wrap-tech-text {
    margin-top: 20px;
  }

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

  .left-faq-halves {
    justify-content: flex-start;
    align-items: center;
  }

  .expandable-single-faq {
    border-radius: 12px;
    padding: 20px 24px;
  }

  .heading-expandable {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
  }

  .grid-contact-one {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-contact-one.mobile {
    margin-top: 40px;
  }

  .right-contact-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tile-contact {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 44px 32px;
  }

  .h2-contact-one {
    text-align: left;
  }

  .h2-contact-one.mobile {
    font-size: 24px;
  }

  .bottom-contact-one {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .text-block-12 {
    text-align: left;
    font-size: 16px;
  }

  .contact-form {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form.mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .text-field.mobile {
    width: 100%;
    height: 52px;
  }

  .line {
    display: none;
  }

  .contnet-bottom-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .content-box-right {
    justify-content: center;
    align-items: flex-start;
    height: 225px;
    padding: 24px;
  }

  .paragraph {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .grid-sticky-halves-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .tile-carrer-value {
    padding: 24px;
  }

  .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
    font-size: 16px;
  }

  .divider {
    background-color: var(--grey);
    width: auto;
    height: 1px;
  }

  .publisher-text {
    font-size: 26px;
    font-weight: 400;
  }

  .quote-image {
    width: 40px;
    height: 40px;
  }

  .text-block-17 {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-18, .text-block-19 {
    font-size: 14px;
  }

  .text-block-20 {
    font-size: 14px;
    font-weight: 400;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .tile-features {
    grid-template-columns: 1fr 1fr;
  }

  .feature-wrapper {
    justify-content: flex-start;
    align-items: center;
    line-height: 130%;
  }

  .feature-icon-wrapper {
    width: 18px;
    height: 18px;
  }

  .feature-text {
    font-size: 14px;
    line-height: 130%;
  }

  .tech-stack-title-wrapper {
    overflow: hidden;
  }

  .case-study-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .case-title {
    font-size: 18px;
  }

  .feature-title {
    line-height: 30px;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .bold-text-3 {
    font-size: 18px;
    line-height: 135%;
  }

  .h3-hervice-list-2 {
    font-size: 30px;
  }

  .h3-hervice-list-2.font-increase {
    font-size: 22px;
  }

  .h3-hervice-list-3 {
    font-size: 30px;
  }

  .h3-hervice-list-3.font-increase {
    font-size: 22px;
  }

  .h3-hervice-list-4 {
    font-size: 30px;
  }

  .h3-hervice-list-4.font-increase {
    font-size: 22px;
  }

  .no-margins-2 {
    text-align: left;
    font-size: 30px;
  }

  .no-margins-2.h3 {
    text-align: left;
    font-size: 24px;
  }

  .no-margins-2.h3.new-size {
    font-size: 22px;
  }

  .no-margins-3 {
    text-align: left;
    font-size: 30px;
  }

  .no-margins-3.h3.new-size {
    font-size: 22px;
  }

  .no-margins-3.h3.centre {
    text-align: left;
    font-size: 22px;
  }

  .no-margins-3.h3.centre._26-size {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
  }

  .no-margins-3.h3.black {
    font-size: 28px;
  }

  .no-margins-3.size {
    text-align: left;
    width: 100%;
    max-width: 1321px;
    font-size: 26px;
  }

  .no-margins-3.new-size {
    font-size: 30px;
    line-height: 130%;
  }

  .no-margins-3.new {
    font-size: 32px;
  }

  .no-margins-3.h3 {
    text-align: left;
    font-size: 24px;
  }

  .no-margins-3.h3.cxo {
    font-size: 18px;
  }

  .text-block-23 {
    font-size: 14px;
    font-weight: 400;
  }

  .inside-tab-pane-2 {
    padding: 200px 32px 40px;
  }

  .inside-tab-pane-2.horizontal {
    border-radius: 12px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 300px;
    min-width: 300px;
    height: 400px;
    padding: 20px;
    overflow: visible;
  }

  .text-block-24 {
    font-size: 14px;
    font-weight: 400;
  }

  .tag-2 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-container-2 {
    color: #efefef;
    padding-left: 18px;
    padding-right: 18px;
  }

  .paragraph-big-2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-big-2.resize {
    font-size: 12px;
  }

  .centre-tag-heading-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-2 {
    grid-column-gap: 20px;
    color: #efefef;
    background-color: #126fff;
    height: 52px;
    padding-right: 6px;
  }

  .cta-2.outline-accent.horizontal {
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .cta-2.nav-cta {
    display: none;
  }

  .cta-2.white-cta {
    width: 65%;
  }

  .cta-2.hide {
    display: none;
  }

  .text-block-25 {
    font-size: 14px;
  }

  .tag-3 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-container-3 {
    color: #efefef;
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-paragraph-2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
  }

  .paragraph-big-3 {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

  .expandable-single-faq-2 {
    border-radius: 12px;
    padding: 20px 24px;
  }

  .left-sticky-halves-2, .left-sticky-halves-2.size {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-expandable-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-26 {
    color: #126fff;
  }

  .divider-footer-2.section-between {
    background-color: #59595b;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider-footer-2.section-between.mobile-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-6 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
  }

  .heading-6.center.new {
    text-align: left;
    font-size: 30px;
  }

  .text-field-2.mobile {
    width: 100%;
    height: 52px;
  }

  .text-block-27 {
    font-size: 18px;
    font-weight: 400;
  }

  .main-container-4 {
    color: #efefef;
    padding-left: 18px;
    padding-right: 18px;
  }

  .tile-contact-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 44px 32px;
  }

  .paragraph-big-4 {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-big-4.left {
    text-align: left;
    font-size: 16px;
    line-height: 140%;
  }

  .left-top-footer-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .divider-footer-3.mobile {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider-footer-3.section-between {
    background-color: #59595b;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider-footer-3.section-between.remove-40.mobile {
    margin-top: 40px;
  }

  .divider-footer-3.section-between.remove-40 {
    margin-bottom: 0;
  }

  .main-container-5 {
    color: #efefef;
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-28 {
    color: #126fff;
  }

  .text-block-28.white {
    color: #efefef;
    font-size: 18px;
  }

  .text-block-29 {
    color: #126fff;
  }

  .text-block-29.white {
    color: #efefef;
    font-size: 18px;
  }

  .column-halves-2 {
    padding-top: 0;
  }

  .column-halves-2.move-up {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    overflow: scroll;
  }

  .bottom-procees-fourths-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .inside-tab-pane-3 {
    padding: 200px 32px 40px;
  }

  .text-block-30 {
    text-align: center;
    font-size: 14px;
  }

  .grid-thirds-2 {
    grid-template-columns: 1fr;
  }

  .text-process-4-numbers-2 {
    font-size: 50px;
  }

  .contnet-bottom-box-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .circle-moving-text-2 {
    width: 14px;
    height: 14px;
  }

  .content-box-right-2 {
    justify-content: center;
    align-items: flex-start;
    height: 225px;
    padding: 24px;
  }

  .grid-usps-2 {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 48px;
  }

  .circle-stick-value-check-2 {
    width: 80px;
    height: 80px;
  }

  .circle-stick-value-check-2.cxo-mobile {
    width: 35px;
    height: 35px;
  }

  .bottom-values-half-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-carrer-value-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 24px;
  }

  .text-block-33 {
    font-size: 18px;
    font-weight: 400;
  }

  .tabs-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 24px;
  }

  .text-block-34 {
    font-size: 14px;
  }

  .text-block-35 {
    font-size: 14px;
    font-weight: 400;
  }

  .master-hero-title-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-blog-2 {
    width: 100%;
    min-width: 300px;
    padding-bottom: 80px;
  }

  .tag-4 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .master-ball-cta-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-36 {
    text-align: left;
    font-size: 16px;
  }

  .wrap-menu-button-2 {
    grid-row-gap: 7px;
    background-color: #126fff;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: visible;
  }

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

  .navbar-2 {
    background-color: #0f1013;
    border-bottom: 1px solid #ecf6f21f;
    height: 72px;
    font-weight: 500;
    position: relative;
    inset: 0% 0% auto;
  }

  .text-block-37 {
    font-size: 16px;
  }

  .text-block-37.hide {
    display: none;
  }

  .master-top-case-2 {
    grid-row-gap: 40px;
  }

  .tile-service-third-2.mobile {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .tab-mask-2 {
    flex-flow: row;
    display: flex;
    overflow: scroll;
  }

  .main-container-6 {
    color: #efefef;
    padding-left: 18px;
    padding-right: 18px;
  }

  .centre-heading-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .master-hero-2 {
    background-image: linear-gradient(174deg, #212331cc, #2123314d 54%, #21233100), url('../images/Hero-Home-C-.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 12px;
    padding: 325px 32px 32px;
  }

  .text-style-h3-2 {
    font-size: 21px;
    line-height: 140%;
  }

  .master-moving-text-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tile-value-sticky-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    min-width: 250px;
    height: 400px;
    padding: 50px 32px;
  }

  .circle-single-integrations-2 {
    width: 30vw;
    height: 30vw;
  }

  .faq-paragraph-3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
  }

  .text-block-38 {
    text-align: left;
    font-size: 14px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 130%;
  }

  .grid-service-list-2 {
    grid-template-columns: 1fr 1fr;
    padding: 30px 10px;
  }

  .menu-button-2 {
    background-color: #126fff;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .link-nav-2 {
    color: #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    display: block;
  }

  .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #18191c;
    border: 1px solid #2123314d;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 94%;
    max-width: 440px;
    max-height: 90vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 40px 32px;
    font-size: 22px;
    overflow: scroll;
  }

  .bold-text-4 {
    font-size: 12px;
    font-weight: 500;
  }

  .paragraph-5 {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .heading-10 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
  }

  .dropdown-list-2.w--open {
    z-index: 999;
    width: 100%;
    overflow: scroll;
  }

  .expandable-single-faq-3 {
    border-radius: 12px;
    padding: 20px 24px;
  }

  .centre-tag-heading-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .subtitle-2 {
    text-align: left;
    font-size: 16px;
  }

  .subtitle-2.centre {
    text-align: center;
  }

  .subtitle-2.centre._23px {
    text-align: left;
    font-size: 16px;
    line-height: 130%;
  }

  .subtitle-2._23-size {
    font-size: 23px;
  }

  .subtitle-2._16-size {
    font-size: 16px;
  }

  .subtitle-2.new-size {
    margin-top: 0;
    font-size: 16px;
    line-height: 130%;
  }

  .grid-footer-link-2 {
    grid-column-gap: 24px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrap-circle-process-2 {
    margin-bottom: 40px;
    display: none;
  }

  .tab-link-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    display: flex;
  }

  .tab-link-2.w--current {
    width: 100%;
  }

  .text-moving-text-2 {
    font-size: 22px;
  }

  .text-block-41 {
    font-size: 16px;
  }

  .text-block-43 {
    color: #126fff;
  }

  .text-block-43.white {
    color: #efefef;
    font-size: 18px;
  }

  .text-block-43.accent {
    font-size: 18px;
  }

  .tile-case-2 {
    border-radius: 12px;
    width: 100%;
    padding: 24px;
  }

  .mask-testimonials {
    margin-bottom: 20px;
  }

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

  .left-slider {
    border-top-left-radius: 80px;
    padding: 40px;
  }

  .imgae-slider {
    margin-bottom: 0;
  }

  .arrow-testimonial.left-arrow {
    position: absolute;
    top: auto;
    left: 0%;
    right: auto;
  }

  .arrow-testimonial.right-arrow {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
  }

  .grid-hero-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .left-hero-2 {
    margin-top: 0;
  }

  .heading-11 {
    font-size: 38px;
  }

  .marque-wrap {
    height: 450px;
    margin-top: 20px;
  }

  .marquee-overlay {
    height: 100px;
  }

  .marquee-coloumn.column-one {
    height: 100%;
  }

  .marquee-image-wrap {
    height: auto;
  }

  .grid-abouct-c {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-12 {
    font-size: 38px;
  }

  .right-half {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .single-about-number {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-start-stat {
    font-size: 35px;
    font-weight: 500;
  }

  .text-subtitle-stat {
    font-size: 16px;
  }

  .section-sales-mockup {
    overflow: scroll;
  }

  .section-sales-mockup.new {
    padding-top: 40px;
  }

  .section-sales-mockup.desktop {
    display: none;
  }

  .section-sales-mockup.mobile {
    height: auto;
    display: block;
    overflow: hidden;
  }

  .contaoner-sales-mockup {
    overflow: hidden;
  }

  .grid-third-ockups {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: 100%;
    overflow: scroll;
  }

  .sales-mockup-column.first-column {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    display: flex;
    overflow: clip;
  }

  .sales-mockup-column.second-column, .sales-mockup-column.last-column {
    display: flex;
  }

  .sales-mockup-link {
    border-radius: 16px;
    width: 300px;
    height: auto;
    overflow: hidden;
  }

  .mockup-image {
    border-radius: 18px;
    width: 500px;
    height: 538px;
    overflow: visible;
  }

  .wrap-menu-button-3 {
    grid-row-gap: 7px;
    background-color: #126fff;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: visible;
  }

  .navbar-3 {
    background-color: #0f1013;
    border-bottom: 1px solid #ecf6f21f;
    height: 72px;
    font-weight: 500;
    position: relative;
    inset: 0% 0% auto;
  }

  .nav-menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #18191c;
    border: 1px solid #2123314d;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 94%;
    max-width: 440px;
    max-height: 90vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 40px 32px;
    font-size: 22px;
    overflow: scroll;
  }

  .dropdown-list-3.w--open {
    z-index: 999;
    width: 100%;
    overflow: scroll;
  }

  .text-block-44 {
    color: #126fff;
  }

  .text-block-45 {
    text-align: center;
    font-size: 14px;
  }

  .master-hero-title-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tag-5 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-container-7 {
    color: #efefef;
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-46 {
    color: #126fff;
  }

  .text-block-46.white {
    color: #efefef;
    font-size: 18px;
  }

  .text-block-47 {
    font-size: 14px;
  }

  .tech-stack-title-wrapper-2 {
    display: none;
    overflow: hidden;
  }

  .feature-icon-wrapper-2 {
    width: 18px;
    height: 18px;
  }

  .case-title-2 {
    font-size: 18px;
  }

  .text-block-48 {
    font-size: 16px;
  }

  .text-block-49 {
    color: #126fff;
  }

  .case-study-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-50.size {
    text-align: left;
    font-size: 14px;
    line-height: 130%;
  }

  .bottom-service-thirds-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-52 {
    font-size: 14px;
    font-weight: 400;
  }

  .column-halves-3 {
    padding-top: 0;
  }

  .column-halves-3.move-up {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    overflow: scroll;
  }

  .text-block-53 {
    font-size: 14px;
  }

  .tile-value-sticky-3 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    min-width: 250px;
    height: 400px;
    padding: 50px 32px;
  }

  .tile-value-sticky-3.cxo-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 20px;
  }

  .text-block-54 {
    color: #126fff;
  }

  .text-block-55 {
    font-size: 14px;
  }

  .circle-single-integrations-3 {
    width: 30vw;
    height: 30vw;
  }

  .text-block-56 {
    color: #126fff;
  }

  .text-block-57 {
    font-size: 14px;
    font-weight: 400;
  }

  .tile-blog-3 {
    width: 100%;
    min-width: 300px;
    padding-bottom: 80px;
  }

  .text-style-h3-3 {
    font-size: 21px;
    line-height: 140%;
  }

  .text-block-58 {
    color: #126fff;
  }

  .text-block-58.white {
    color: #efefef;
    font-size: 18px;
  }

  .text-block-59 {
    font-size: 14px;
  }

  .expandable-single-faq-4 {
    border-radius: 12px;
    padding: 20px 24px;
  }

  .text-block-60 {
    color: #126fff;
  }

  .text-block-61 {
    font-size: 18px;
    font-weight: 400;
  }

  .grid-footer-link-3 {
    grid-column-gap: 24px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .publisher-text-2 {
    font-size: 26px;
    font-weight: 400;
  }

  .master-ball-cta-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-14 {
    font-size: 30px;
    line-height: 130%;
  }

  .heading-14.quote {
    font-size: 3px;
  }

  .heading-14.quote.mobile-quote, .text-span-44, .text-span-45, .text-span-46, .text-span-47 {
    font-size: 30px;
  }

  .column-halves-4 {
    padding-top: 0;
  }

  .column-halves-4.move-up {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    overflow: scroll;
  }

  .bottom-values-half-3 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-62 {
    font-size: 14px;
  }

  .text-block-63 {
    color: #126fff;
  }

  .text-block-64 {
    font-size: 14px;
  }

  .bottom-values-half-4 {
    grid-row-gap: 10px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-65 {
    color: #126fff;
  }
}

#w-node-_42e0cff5-cd6e-c98f-c189-5310bb57af2b-011798e2, #w-node-_42e0cff5-cd6e-c98f-c189-5310bb57af32-011798e2 {
  place-self: start stretch;
}

#w-node-beb5781c-fc3c-bf46-9e25-4e5241954a3c-b6947c11 {
  place-self: center start;
}

#w-node-dcb49a01-a330-385b-d3a8-e75040da111b-b6947c11 {
  justify-self: end;
}

#w-node-bdacbc00-9ab9-ab54-3250-0e5f0de0936a-b6947c11 {
  place-self: stretch stretch;
}

#w-node-_00b419b5-eba5-42ac-1e16-c13d4591e962-b6947c11 {
  justify-self: end;
}

#w-node-_71fca9cc-4bed-28b5-ef4e-d29d02a2eb06-b6947c11, #w-node-e94360c7-f11b-83f8-c59a-5c620747ce31-b6947c11, #w-node-e3e6d0fd-748f-94b3-6a4b-642082de24ca-b6947c11 {
  place-self: stretch stretch;
}

#w-node-e3e6d0fd-748f-94b3-6a4b-642082de24db-b6947c11 {
  justify-self: end;
}

#w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7cf-b6947c11 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7d5-b6947c11, #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7db-b6947c11, #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7e1-b6947c11, #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7e7-b6947c11 {
  place-self: start center;
}

#w-node-_13045b3a-4855-5bac-8d8e-b4577fdeec14-b6947c11, #w-node-_13045b3a-4855-5bac-8d8e-b4577fdeec2a-b6947c11 {
  place-self: center;
}

#field.w-node-_13045b3a-4855-5bac-8d8e-b4577fdeec36-b6947c11 {
  grid-area: 3 / 1 / 4 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-dcb49a01-a330-385b-d3a8-e75040da111b-b6947c11 {
    order: -9999;
  }

  #w-node-bdacbc00-9ab9-ab54-3250-0e5f0de0936a-b6947c11 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_71fca9cc-4bed-28b5-ef4e-d29d02a2eb06-b6947c11, #w-node-e94360c7-f11b-83f8-c59a-5c620747ce31-b6947c11, #w-node-e3e6d0fd-748f-94b3-6a4b-642082de24ca-b6947c11 {
    justify-self: center;
  }

  #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7c7-b6947c11 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7c9-b6947c11 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7cb-b6947c11 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7cd-b6947c11 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7d5-b6947c11 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7db-b6947c11 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7e1-b6947c11 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dc1780a4-72ea-6a57-f60a-6ac4e094f7e7-b6947c11 {
    grid-area: 4 / 2 / 5 / 3;
  }
}


@font-face {
  font-family: 'WF Visual Sans';
  src: url('../fonts/65258e6f74892e61c00dc42e_WFVisualSans-SemiBold.woff2') format('woff2'), url('../fonts/65258e6ffaf4654a99eceefd_WFVisualSans-SemiBoldText.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WF Visual Sans';
  src: url('../fonts/65258e6f9f50f2d876a4f384_WFVisualSans-RegularText.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WF Visual Sans';
  src: url('../fonts/65258e6fb4479820549d1044_WFVisualSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}