: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, .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.combo-halves-section {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

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

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

.section.accent {
  background-color: var(--accent);
  padding-top: 80px;
}

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

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

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

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

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

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

.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-8 {
  margin-top: 8px;
}

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

.no-margins {
  color: var(--light);
  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.new-hsize {
  font-size: 46px;
}

.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: 56px;
  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 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%;
}

.h2-contact-one.mobile.new {
  font-size: 29px;
}

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

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

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

.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.size {
  text-align: center;
  max-width: 1250px;
}

.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;
  height: 52px;
  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.pad {
  padding-left: 6px;
}

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

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

.text-block-27.new {
  font-size: 20px;
}

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

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

.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, .text-span-30, .text-span-31 {
  color: var(--accent);
}

.cta-3 {
  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-3.height-52 {
  text-align: center;
  width: 100%;
  height: 52px;
  padding-left: 6px;
}

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

@media screen and (max-width: 479px) {
  .brand-navbar {
    width: 180px;
    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.combo-halves-section {
    padding-top: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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: var(--light);
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .line-menu.second-line {
    background-color: var(--light);
    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 {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

  .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: 40px;
  }

  .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 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 20px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 26px;
    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;
    padding-right: 20px;
  }

  .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: 24px;
  }

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

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

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

  .h2-contact-one.mobile.new {
    font-size: 22px;
  }

  .bottom-contact-one {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .bottom-contact-one.grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .feature-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 130%;
  }

  .feature-icon-wrapper {
    width: 18px;
    height: 18px;
  }

  .feature-text {
    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 {
    text-align: left;
    font-size: 24px;
  }

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

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

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

  .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 {
    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-field-2.message {
    overflow: auto;
  }

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

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

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

  .left-top-footer-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .divider-footer-3.mobile {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .main-container-5 {
    color: #efefef;
    padding-left: 18px;
    padding-right: 18px;
  }

  .cta-3 {
    grid-column-gap: 20px;
    color: #efefef;
    background-color: #126fff;
    height: 52px;
    padding-right: 6px;
  }
}

#w-node-_6c4aeae6-04d7-6cb3-48fb-e6e4e333a246-17a844a1, #w-node-_6c4aeae6-04d7-6cb3-48fb-e6e4e333a24d-17a844a1, #w-node-_6c4aeae6-04d7-6cb3-48fb-e6e4e333a254-17a844a1, #w-node-_6c4aeae6-04d7-6cb3-48fb-e6e4e333a25b-17a844a1 {
  place-self: start stretch;
}

#w-node-_48c8f328-576f-5e16-e173-ceeac1b8f395-17a844a1, #w-node-_8fc3c50e-59ee-245b-5cf6-28d2e8abd2a0-17a844a1, #w-node-_7eb0c936-98b8-b9a9-7139-adead03ecac9-17a844a1, #w-node-_59c0a603-9e22-043f-b7b0-3b6bd75c38bf-17a844a1, #w-node-_47ebefc3-ab70-30de-f69a-4ef63e4f1f6f-17a844a1, #w-node-_645056ce-8cf8-590c-16a3-a84e3d209114-17a844a1, #w-node-ea95fedb-1954-2ca3-c022-c753d0b4f60f-17a844a1, #w-node-e75a1ce8-feed-ed9c-0e41-2358d9ea2c11-17a844a1 {
  place-self: stretch stretch;
}

#w-node-_04157e29-e7aa-5f0d-08f2-9e28059ecb1f-17a844a1 {
  place-self: center start;
}

#w-node-_04157e29-e7aa-5f0d-08f2-9e28059ecb30-17a844a1 {
  place-self: stretch stretch;
}

#w-node-c15b1ca7-8579-f9c8-8a39-25aecd857ead-17a844a1, #w-node-c15b1ca7-8579-f9c8-8a39-25aecd857eb8-17a844a1, #w-node-c15b1ca7-8579-f9c8-8a39-25aecd857ec3-17a844a1 {
  place-self: center stretch;
}

#w-node-a20ab902-f88f-251e-16e4-258a8f497944-17a844a1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a20ab902-f88f-251e-16e4-258a8f49794a-17a844a1, #w-node-a20ab902-f88f-251e-16e4-258a8f497950-17a844a1, #w-node-a20ab902-f88f-251e-16e4-258a8f497956-17a844a1, #w-node-a20ab902-f88f-251e-16e4-258a8f49795c-17a844a1 {
  place-self: start center;
}

#w-node-a099c226-38b6-013d-3df4-ede56f2e9971-17a844a1, #w-node-a099c226-38b6-013d-3df4-ede56f2e9987-17a844a1 {
  place-self: center;
}

#message.w-node-e193f83b-76f1-f212-d9fe-ddc3f0050a37-17a844a1 {
  grid-area: 3 / 1 / 4 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-_48c8f328-576f-5e16-e173-ceeac1b8f395-17a844a1, #w-node-_8fc3c50e-59ee-245b-5cf6-28d2e8abd2a0-17a844a1, #w-node-_7eb0c936-98b8-b9a9-7139-adead03ecac9-17a844a1, #w-node-_59c0a603-9e22-043f-b7b0-3b6bd75c38bf-17a844a1, #w-node-_47ebefc3-ab70-30de-f69a-4ef63e4f1f6f-17a844a1, #w-node-_645056ce-8cf8-590c-16a3-a84e3d209114-17a844a1, #w-node-ea95fedb-1954-2ca3-c022-c753d0b4f60f-17a844a1, #w-node-e75a1ce8-feed-ed9c-0e41-2358d9ea2c11-17a844a1 {
    justify-self: center;
  }

  #w-node-c15b1ca7-8579-f9c8-8a39-25aecd857eac-17a844a1 {
    justify-self: end;
  }

  #w-node-c15b1ca7-8579-f9c8-8a39-25aecd857ead-17a844a1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c15b1ca7-8579-f9c8-8a39-25aecd857eb7-17a844a1 {
    justify-self: end;
  }

  #w-node-c15b1ca7-8579-f9c8-8a39-25aecd857eb8-17a844a1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c15b1ca7-8579-f9c8-8a39-25aecd857ec2-17a844a1 {
    justify-self: end;
  }

  #w-node-c15b1ca7-8579-f9c8-8a39-25aecd857ec3-17a844a1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a20ab902-f88f-251e-16e4-258a8f49793c-17a844a1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a20ab902-f88f-251e-16e4-258a8f49793e-17a844a1 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-a20ab902-f88f-251e-16e4-258a8f497940-17a844a1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a20ab902-f88f-251e-16e4-258a8f497942-17a844a1 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a20ab902-f88f-251e-16e4-258a8f49794a-17a844a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a20ab902-f88f-251e-16e4-258a8f497950-17a844a1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a20ab902-f88f-251e-16e4-258a8f497956-17a844a1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a20ab902-f88f-251e-16e4-258a8f49795c-17a844a1 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-a099c226-38b6-013d-3df4-ede56f2e9983-17a844a1 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #name.w-node-e193f83b-76f1-f212-d9fe-ddc3f0050a33-17a844a1 {
    justify-self: auto;
  }

  #message.w-node-e193f83b-76f1-f212-d9fe-ddc3f0050a37-17a844a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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