@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

body {
  color: #334155;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

h2 {
  color: #0f172a;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h3 {
  color: #0f172a;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #334155;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: #334155;
  text-align: left;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

a {
  color: #007aff;
  text-decoration: none;
}

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

strong {
  color: #1a1b1f;
  font-weight: 500;
}

.navbar-no-shadow {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffb3;
  border-bottom: 1px solid #0000001a;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 0;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 10px;
}

.footer-dark {
  background-color: #f7fafc;
  border-top: 1px #000;
  border-bottom: 1px #e4ebf3;
  padding: 10px 30px 1px;
  position: relative;
}

.container {
  width: 1224px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.container.mini {
  max-width: 1040px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin: 40px auto;
  display: flex;
}

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

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

.footer-link {
  color: #334155;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
  display: none;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  opacity: 1;
  border-radius: 0 0 4px 4px;
  margin-top: 24px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.nav-dropdown-link-2 {
  background-color: #fff;
  border-bottom: 1px #eee;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  transition: background-color .2s;
}

.nav-dropdown-link-2:hover {
  background-color: #f0f6fe;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2._2 {
  border-bottom-style: none;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #06f;
  border-radius: 4px;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
}

.button-primary-3:hover {
  color: #fff;
  background-color: #06f;
}

.button-primary-3:active {
  background-color: #005abd;
}

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

.social {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  font-size: 14px;
  display: flex;
}

.social.space {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 40px;
  margin-top: 10px;
  position: static;
}

.social-media-icons {
  filter: grayscale();
  width: 20px;
  transition: filter .3s cubic-bezier(.645, .045, .355, 1);
}

.social-media-icons:hover {
  filter: grayscale(0%);
}

.social-icon {
  width: 20px;
}

.footer-add {
  color: #334155;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 28px;
}

.footer-bold {
  color: #334155;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.banner {
  opacity: 1;
  background-color: #f4f5f6;
  background-image: url('../images/banner-img.svg');
  background-position: 100% 62%;
  background-repeat: no-repeat;
  background-size: 65%;
  width: 100%;
  height: 100vh;
}

.banner.about-us {
  background-image: none;
  height: 60vh;
  margin-bottom: 80px;
}

.inner-banner {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.abt-glance-content {
  background-color: #eff6fd;
  border-radius: 20px;
  width: 400px;
  padding: 40px;
}

.info {
  margin-top: 75px;
}

.vision-left {
  padding-left: 0;
  padding-right: 0;
}

.section {
  color: #64748b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section.inner {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.section.inner.xl {
  margin-top: 120px;
  margin-bottom: 40px;
}

.section.bg-color {
  background-color: #eff6fd;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._2 {
  opacity: 1;
  background-image: linear-gradient(#7c9eb2, #fff);
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 100px;
}

.section.screen {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.vision-content {
  background-color: #0000;
  border-radius: 0;
  padding: 50px;
}

.about-company {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.vision-board {
  background-color: #eff6fd;
  border-radius: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.abt-glance {
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-space {
  margin-bottom: 8px;
}

.jobs-banner {
  background-color: #d4d4d4;
  height: 50vh;
  margin-bottom: 100px;
}

.job-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.accordion-item-content {
  border-top: 1px solid #0000001a;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.zippy-inside {
  background-color: #fff;
  border: 1px #0000004d;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0;
}

.accordion-toggle {
  cursor: pointer;
  background-image: url('../images/plus.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid #0000001a;
  border-bottom: 1px #0000001a;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.help-details {
  color: #0f172a;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  transition: color .2s;
  display: flex;
}

.help-details:hover {
  color: #007aff;
}

.zippy-body {
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.zippy-content {
  margin-top: 0;
}

.zippy-wrapper {
  max-width: none;
  margin-top: 20px;
}

.faq {
  color: #334155;
  margin-top: 12px;
}

.head-title-block {
  border-bottom: 1px solid #dfdfdf;
  margin-top: 60px;
  padding-bottom: 10px;
}

.field {
  border: 1.5px solid #e2e8f0;
  border-radius: 4px;
  width: 350px;
  height: 44px;
  padding-left: 14px;
}

.field:focus {
  border-color: #007dfa;
  box-shadow: 0 0 0 3px #007dfa4d;
}

.field::placeholder {
  color: #33415566;
  font-weight: 300;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #06f;
  border-radius: 40px;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
}

.button-primary-4:hover {
  color: #fff;
  background-color: #06f;
}

.button-primary-4:active {
  background-color: #005abd;
}

.button-primary-4.recap {
  margin-top: 20px;
}

.add {
  padding-top: 0;
  padding-bottom: 20px;
}

.error-note {
  color: #e30000;
  flex-direction: row;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 10px;
  display: flex;
}

.field-label {
  flex-direction: row;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.form-info {
  margin-right: 5px;
  font-weight: 500;
}

.column-contact-left {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-sm {
  color: #334155bf;
  text-align: left;
  letter-spacing: .3px;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 300;
}

.grid-1001 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.column-contact-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.error {
  flex-direction: row;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.multiple-sel {
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}

.message-error {
  border: 1.5px solid #e30000;
  border-radius: 4px;
  width: 400px;
  max-width: 500px;
  min-height: 150px;
  max-height: 400px;
  margin-bottom: 20px;
}

.message-error:focus {
  border-color: #007dfa;
  box-shadow: 0 0 0 3px #007dfa4d;
}

.message-error::placeholder {
  color: #33415566;
  font-weight: 300;
}

.checkbox-label {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.ms-checkbox-2 {
  border-width: 1.5px;
  border-color: #e2e8f0;
  border-radius: 33%;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox-2:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #06f;
}

.ms-checkbox-2.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-style: none;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-checkbox-2.w--redirected-focus {
  border-color: #007dfa;
  box-shadow: 0 0 0 3px #007dfa4d;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.add-block {
  background-color: #eff6fd;
  border-radius: 20px;
  width: 400px;
  padding: 50px;
}

.message {
  border: 1.5px solid #e2e8f0;
  border-radius: 4px;
  width: 400px;
  max-width: 500px;
  min-height: 150px;
  max-height: 400px;
  margin-bottom: 20px;
}

.message:focus {
  border-color: #007dfa;
  box-shadow: 0 0 0 3px #007dfa4d;
}

.message::placeholder {
  color: #33415566;
  font-weight: 300;
}

.error-filed {
  width: 350px;
  height: 44px;
  box-shadow: none;
  border: 1.5px solid #e30000;
  border-radius: 4px;
  padding-left: 14px;
}

.error-filed:focus {
  box-shadow: none;
  border-color: #e30000;
}

.error-filed::placeholder {
  color: #33415566;
  font-weight: 300;
}

.qa-check {
  border-top: 1px solid #d2d2d7;
  border-bottom: 1px solid #d2d2d7;
  margin-top: -1px;
  padding-top: 20px;
}

.ftr-list {
  color: #334155;
  text-align: left;
  border: 1px solid #d2d2d7;
  border-left: 1px #000;
  border-right: 1px #000;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -1px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.ftr {
  display: flex;
}

.column-right {
  padding-left: 30px;
  padding-right: 0;
}

.ftr-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1140px;
  margin-top: 20px;
  display: block;
}

.note {
  margin-top: 20px;
}

.column-left {
  padding-left: 10px;
  padding-right: 30px;
}

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

.grid-media {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.media-tile {
  background-color: #eff6fd;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 200px;
  padding: 30px;
  display: flex;
}

.hero-eyebrow {
  color: #0f172a;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.hero-eyebrow.center {
  text-align: center;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #06f;
  border-radius: 40px;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
}

.button-primary:hover {
  color: #fff;
  background-color: #06f;
}

.button-primary:active {
  background-color: #005abd;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.team-slider-wrapper {
  z-index: 0;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 30px;
  display: block;
}

.l-arrow {
  color: #0f172a;
  border: 1px solid #0f172a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-right: 0;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.team-slide-wrapper {
  width: 31.5%;
  height: auto;
  margin-right: 30px;
}

.arrow-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.arrow-block.right {
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  place-content: center space-between;
  width: 5%;
  margin: 20px 0 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.arrow-block.left {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  position: relative;
  inset: auto 0% 0%;
}

.store-btn {
  justify-content: center;
  display: flex;
}

.store-img {
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.mask-drift {
  border-radius: 20px;
  height: auto;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.zippy-header {
  margin-bottom: 20px;
}

.r-arrow {
  color: #0e0e0e;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  display: flex;
  inset: 0%;
}

.r-arrow.right {
  color: #0f172a;
  border-color: #0f172a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.android-app {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #edfff4;
  background-clip: border-box;
  border-radius: 20px;
  margin: 0;
  padding: 60px 60px 50px;
  text-decoration: none;
  transition: background-color .3s;
}

.android-app:hover {
  background-color: #ddffea;
}

.ios-app {
  color: #0d7ecb;
  text-align: left;
  background-color: #d9ecff;
  border-radius: 20px;
  padding: 60px 60px 50px;
  text-decoration: none;
  transition: background-color .3s;
}

.ios-app:hover {
  background-color: #cae4ff;
}

.tripple {
  text-align: left;
  background-color: #f7fafc;
  border-radius: 20px;
  height: 300px;
  padding: 60px 60px 50px;
}

.tripple.large {
  background-color: #f7fafc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
}

.tripple.medium {
  -webkit-text-fill-color: inherit;
  background-color: #f7fafc;
  background-clip: border-box;
  height: 430px;
  padding: 50px;
}

.platforms-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.lang-block {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.lang-img {
  width: 300px;
  max-width: 60%;
  height: 106px;
  margin-bottom: 10px;
}

.space {
  margin-top: 50px;
}

.web-folio {
  border-radius: 20px;
  width: 960px;
  box-shadow: 6px 8px 30px 2px #0000001a;
}

.screen-slider {
  z-index: 0;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  justify-content: center;
  align-items: center;
  height: auto;
}

.web-slider-arrow-r {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-right: -80px;
  padding-left: 40px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.grid-lang-body {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.mac-bar {
  background-color: #eee;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.web-slider-arrow-l {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  padding-right: 40px;
  display: flex;
}

.mac-button {
  opacity: 1;
  border-radius: 0;
  width: auto;
  height: 10px;
}

.scr-slid-l-arrow {
  width: 40px;
  height: 40px;
}

.web-folio-container {
  z-index: 0;
  color: #000;
  background-color: #0000;
  border-radius: 0 0 15px 15px;
}

.scr-slid-r-arrow {
  width: 40px;
  height: 40px;
}

.screen-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.tile {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-decoration: none;
  transition: transform .2s;
}

.tile:hover {
  transform: translate(0, -10px);
}

.tile.pink {
  opacity: 1;
  background-color: #ec4594;
  background-image: linear-gradient(140deg, #d457e9, #ec4594);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 40px 40px;
  display: flex;
  overflow: hidden;
}

.tile.purple {
  opacity: 1;
  background-color: #9e66fc;
  background-image: linear-gradient(140deg, #557cfa, #9e66fc);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 40px 40px;
  display: flex;
  overflow: hidden;
}

.tile.orange {
  opacity: 1;
  background-color: #f55502;
  background-image: linear-gradient(140deg, #f24167, #f55502);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 40px 40px;
  display: flex;
  overflow: hidden;
}

.p-center {
  text-align: center;
  margin-bottom: 12px;
}

.p-center.business {
  color: #fff;
}

.boost-block {
  margin-top: 0;
}

.bussiness-block {
  margin-top: 40px;
}

.business-icon {
  width: 140px;
  height: 90px;
  margin-bottom: 6px;
}

.color-no {
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.underline {
  text-underline-offset: 5px;
  text-underline-position: auto;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.button-primary-xl {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #06f;
  border-radius: 40px;
  width: auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
}

.button-primary-xl:hover {
  color: #fff;
  background-color: #06f;
}

.button-primary-xl:active {
  background-color: #005abd;
}

.business-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  margin-top: 20px;
}

.boost-white-area {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.banner-con {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 550px;
  display: flex;
}

.graranteed-img {
  width: 420px;
  height: 150px;
  margin-bottom: 20px;
}

.h3-white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.slider-cube {
  aspect-ratio: 2 / 3;
  text-align: left;
  background-color: #f7fafc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-col {
  max-width: 1224px;
  height: 100%;
  padding-top: 78px;
  padding-bottom: 90px;
  display: flex;
}

.con-sm {
  width: 800px;
}

.con-sm.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sec-web {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.hero {
  color: #0f172a;
  font-size: 18px;
}

.hero.center {
  text-align: center;
  line-height: 28px;
}

.hero-intro {
  color: #334155;
  font-size: 20px;
}

.hero-intro.center {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.h2-center {
  text-align: center;
  line-height: 44px;
}

.con-mini {
  width: 600px;
}

.app-icons {
  max-width: none;
  height: 50px;
  margin-bottom: 20px;
}

.tech-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.tech-menu {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 20px;
}

.tech-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.tech-grid._5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.tech-grid._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.tech-cube {
  border: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: auto;
  padding: 24px;
  display: flex;
}

.tech-img {
  object-fit: contain;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.tech {
  color: #0f172a;
  text-align: center;
  font-weight: 500;
}

.tech-link {
  background-color: #fff;
}

.tech-link.w--current {
  background-color: #fff;
  border-bottom: 2px solid #06f;
}

.grid-tech {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.grid-tech._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 1000px;
}

.icon-tech {
  filter: grayscale();
  width: 100px;
  height: 38px;
  margin-bottom: 8px;
}

.icon-tile {
  cursor: default;
  background-color: #fff;
  border-width: 1px;
  border-color: #0f172a1a #0000001a #0f172a1a #0f172a1a;
  border-bottom-style: solid;
  border-right-style: solid;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.icon-tile:hover {
  transform: translate(0);
}

.p-small {
  color: #334155;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.p-small.center {
  text-align: center;
  display: flex;
}

.growth-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}

.growth-block {
  border-right: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.growth-block.line-remove {
  border-right-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 14px;
}

.icon-tile-bottom {
  cursor: default;
  background-color: #fff;
  border-width: 1px;
  border-color: #0f172a1a #0000001a #0f172a1a #0f172a1a;
  border-bottom-style: none;
  border-right-style: solid;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.icon-tile-bottom:hover {
  transform: translate(0);
}

.icon-tile-right-lline {
  cursor: default;
  background-color: #fff;
  border-width: 1px;
  border-color: #0f172a1a #0000001a #0f172a1a #0f172a1a;
  border-bottom-style: solid;
  border-right-style: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.icon-tile-right-lline:hover {
  transform: translate(0);
}

.boost-con {
  display: flex;
}

.boost-img {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.boost {
  opacity: 1;
  background-image: linear-gradient(#0f172a66, #fff0 40%);
  padding: 30px;
  position: absolute;
  inset: 0%;
}

.boost-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.p-smal-white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.boost-area {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

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

.con-block {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.con-block._2 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.con-block._3 {
  border-top: 1px solid #0000001a;
  position: static;
}

.con-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.con-grid._2 {
  margin-top: 0;
}

.sec-ban {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clients-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.client-logo {
  width: 94px;
  height: 64px;
}

.pro-count-block {
  background-color: #06f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.pro-count {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.pro-bar {
  z-index: -1;
  background-color: #06f;
  border-radius: 10px;
  height: 6px;
  margin-top: 26px;
  position: absolute;
  left: 0%;
  right: 0%;
}

.p-pro-head {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

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

.pro-card {
  background-color: #06f;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.arrow {
  background-color: #ffffff24;
  border-radius: 40px;
  margin-right: 20px;
  padding: 20px;
}

.con-area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pro-small {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.p-white {
  color: #fff;
  margin-bottom: 0;
}

.mob-slider-cube {
  aspect-ratio: 2 / 3;
  text-align: left;
  background-color: #f7fafc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mob-sliderd {
  z-index: 1;
  aspect-ratio: 2 / 3;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mob-screens {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.mob-div-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.bottom {
  z-index: 11;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.pro-grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.pro-area {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.pro-head-cube {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.pro-grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.hero-grid {
  border-right: 1px solid #fff6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  display: flex;
}

.hero-grid.on-line {
  border-right-style: none;
}

.pro-head-title {
  text-align: center;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.pro-head-title._2 {
  color: #fff;
}

.pro-p {
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.pro-p._2 {
  color: #fff;
}

.hero-grid-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 1010px;
  margin-top: 10px;
  display: grid;
}

.hero-cta {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #06f;
  border-radius: 40px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
}

.hero-cta:hover {
  color: #fff;
  background-color: #06f;
}

.hero-cta:active {
  background-color: #005abd;
}

.ppc-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.hero-container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1224px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-con-block {
  border-bottom: 1px #0000001a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-grid-svc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.svc-cube {
  aspect-ratio: 2 / 3;
  text-align: left;
  background-color: #f7fafc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.svc-cube:hover {
  transform: translate(0, -10px);
}

.svc {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.svc-block {
  aspect-ratio: 2 / 3;
  padding: 30px;
  position: absolute;
  inset: 0%;
}

.svc-title {
  color: #0f172a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}

.svc-img {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.pro-cube {
  border-right: 1px solid #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 306px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pro-cube.remove-line {
  border-right-style: none;
}

.icon-tile--right-lline-2 {
  cursor: default;
  background-color: #fff;
  border-width: 1px;
  border-color: #0f172a1a #0000001a #0f172a1a #0f172a1a;
  border-bottom-style: none;
  border-right-style: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.icon-tile--right-lline-2:hover {
  transform: translate(0);
}

.logo {
  width: 110px;
  height: 50px;
}

.slider {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 570px;
  margin-top: 40px;
  display: flex;
}

.slide-nav-3 {
  display: none;
}

.case-study-slide {
  width: auto;
  margin-left: 10px;
  margin-right: 20px;
}

.right-arrow, .left-arrow {
  display: none;
}

.hero-section-2 {
  color: #64748b;
  background-image: url('../images/home-bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.case-study-hover {
  opacity: 0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-study-hover:hover {
  opacity: 100;
}

.popup {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #000000b3;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.form-block2 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 420px;
  padding: 20px 0 0;
  display: flex;
  box-shadow: 0 0 8px #0000001a;
}

.form-2 {
  flex-direction: row;
  align-items: flex-end;
  margin: 10px 40px 0;
}

.form-label {
  color: #334155;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.form-field {
  color: #0f172a;
  background-color: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 4px;
  width: 350px;
  height: 44px;
  margin-bottom: 8px;
  padding-left: 14px;
}

.form-field:focus {
  border-color: #007dfa;
  box-shadow: 0 0 0 3px #007dfa4d;
}

.form-field::placeholder {
  color: #33415566;
  font-weight: 300;
}

.submit-popup {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #06f;
  border-radius: 30px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
}

.submit-popup:hover {
  color: #fff;
  background-color: #06f;
}

.submit-popup:active {
  background-color: #005abd;
}

.popup-bottom {
  color: #334155;
  background-color: #0066ff0d;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 14px 20px;
  font-size: 14px;
  display: flex;
}

.popup-top {
  background-color: #0066ff0f;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 4px 12px;
  display: flex;
}

.flash-con {
  color: #334155;
  font-size: 14px;
}

.flash-icon {
  margin-right: 4px;
}

.form-title {
  box-sizing: content-box;
  color: #0f172a;
  text-align: center;
  margin: 10px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.section-popup {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.container-popup {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.popup-close {
  cursor: pointer;
  background-color: #fff;
  border-width: 1px;
  border-color: #0003;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -45px;
  margin-bottom: 14px;
  display: flex;
  box-shadow: 0 0 4px #0000004d;
}

.close-icon {
  height: 20px;
  transform: rotate(45deg);
}

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

.boost-popup-title {
  color: #fff;
  font-weight: 500;
}

.boost-popup-dicp {
  color: #fff;
}

.mob-screen {
  width: auto;
  margin-left: 10px;
  margin-right: 20px;
}

.mob-slider {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 570px;
  margin-top: 40px;
  display: flex;
}

.client-logo-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.con-block-home {
  background-color: #fff;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.con-block-home.hide {
  display: none;
}

.home-grid-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  margin-top: 0;
  display: grid;
}

.home-hero-grid {
  border-right: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 40px;
  display: flex;
}

.home-hero-grid.no-line {
  border-right-style: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-growth-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.growth-block-no-line {
  border-right: 1px #0000001a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.con-block-home-copy {
  background-color: #06f;
  background-image: none;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .tile:hover {
    transform: translate(0, -8px);
  }

  .icon-tile:hover, .icon-tile-bottom:hover, .icon-tile-right-lline:hover, .icon-tile--right-lline-2:hover {
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

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

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

  .social-media-icons {
    margin-bottom: 10px;
  }

  .banner {
    background-position: 0 60%;
    background-size: 1100px;
    margin-bottom: 100px;
  }

  .abt-glance-content {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 400px;
    padding: 40px;
    display: flex;
  }

  .section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0 40px 50px;
  }

  .section.bg-color {
    background-color: #eef6fd;
    margin-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .vision-content {
    padding: 40px 40px 30px;
  }

  .about-company {
    flex-direction: column-reverse;
    margin-bottom: 50px;
    display: flex;
  }

  .abt-glance {
    display: block;
  }

  .faq {
    margin-top: 20px;
  }

  .field, .add {
    width: 400px;
  }

  .column-contact-left {
    margin-top: 75px;
  }

  .columns-contact {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
    padding-top: 50px;
    display: flex;
  }

  .message-error {
    width: 440px;
  }

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

  .add-block {
    width: 500px;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .message {
    width: 440px;
  }

  .error-filed {
    width: 400px;
  }

  .ftr-block {
    align-items: flex-start;
    display: flex;
  }

  .column-left {
    padding-right: 20px;
  }

  .grid-media {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .media-tile {
    height: 150px;
    padding: 15px;
  }

  .team-slider-wrapper {
    margin-top: 0;
  }

  .team-slide-wrapper {
    width: 48%;
    margin-right: 5%;
  }

  .arrow-block.right, .arrow-block.left {
    width: 7%;
  }

  .mask-drift {
    width: 700px;
    height: auto;
    margin-bottom: 20px;
  }

  .zippy-header {
    margin-bottom: 50px;
  }

  .android-app, .ios-app {
    padding: 40px;
  }

  .tripple {
    height: 300px;
    padding: 40px;
  }

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

  .lang-block {
    width: 120px;
    height: 120px;
    padding-top: 10px;
  }

  .lang-img {
    max-width: 50%;
  }

  .web-folio {
    width: 700px;
    display: none;
  }

  .web-slider-arrow-r {
    margin-right: -80px;
    display: none;
  }

  .grid-lang-body {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: auto;
  }

  .web-slider-arrow-l {
    display: none;
  }

  .web-folio-container {
    height: auto;
  }

  .tile {
    flex-direction: row;
    margin-bottom: 60px;
    display: flex;
  }

  .tile.pink, .tile.purple, .tile.orange {
    align-items: center;
  }

  .business-grid {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .banner-con {
    width: 50vw;
  }

  .h3-white {
    font-size: 24px;
  }

  .slider-cube {
    padding: 40px 40px 20px;
  }

  .banner-col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-tile, .icon-tile-bottom, .icon-tile-right-lline {
    flex-direction: row;
    margin-bottom: 60px;
    display: flex;
  }

  .mob-slider-cube {
    padding: 40px 40px 20px;
  }

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

  .svc-cube {
    padding: 40px 40px 20px;
  }

  .icon-tile--right-lline-2 {
    flex-direction: row;
    margin-bottom: 60px;
    display: flex;
  }

  .hero-section-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0 40px 50px;
  }

  .form-block2 {
    margin-top: 0;
  }

  .form-field {
    width: 400px;
  }

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

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-block {
    align-items: center;
  }

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .social {
    align-items: center;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .grid-lang-body {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  ul {
    padding-left: 20px;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .footer-dark {
    padding: 20px 30px;
  }

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

  .container.center {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-content-sm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: auto;
    margin-top: 0;
  }

  .social {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .social.space {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .grid-social {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr .75fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .banner {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .banner.about-us {
    height: 40vh;
    margin-bottom: 60px;
  }

  .abt-glance-content {
    width: auto;
    padding: 10px 30px;
  }

  .info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .section {
    width: auto;
    margin-bottom: 60px;
    padding: 0 24px;
    position: static;
  }

  .section.inner {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section.bg-color {
    background-color: #eff6fd;
    padding: 40px 30px 60px;
  }

  .section._2 {
    height: auto;
    padding: 40px 0 0;
  }

  .section.screen {
    display: none;
  }

  .vision-content {
    background-color: #eff6fd;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px 30px 10px;
  }

  .about-company {
    width: auto;
  }

  .vision-board {
    background-color: #0000;
    width: auto;
  }

  .about-body {
    flex-flow: column;
    justify-content: center;
    margin-top: 30px;
    display: flex;
  }

  .abt-glance {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .jobs-banner {
    background-image: none;
    width: 100%;
    height: 30vh;
    margin-bottom: 60px;
  }

  .accordion-item-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .help-details {
    width: 85%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .zippy-body {
    max-width: none;
  }

  .zippy-wrapper {
    margin-top: 20px;
  }

  .field {
    width: 300px;
  }

  .add {
    width: auto;
  }

  .field-label {
    flex-direction: column;
    align-items: flex-start;
  }

  .column-contact-left {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .form-sm {
    margin-left: 0;
  }

  .grid-1001 {
    display: block;
  }

  .column-contact-right {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .ms-checkbox-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .columns-contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 0;
  }

  .message-error {
    width: 300px;
  }

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

  .form {
    justify-content: center;
    align-items: flex-start;
    width: 300px;
  }

  .add-block {
    width: auto;
    padding: 30px 30px 0;
  }

  .message, .error-filed {
    width: 300px;
  }

  .ftr-list {
    border-top-style: solid;
    border-bottom-style: solid;
    padding-left: 16px;
  }

  .column-right {
    padding-left: 0;
  }

  .ftr-block {
    width: auto;
    display: block;
  }

  .column-left {
    padding-left: 0;
    padding-right: 0;
  }

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

  .media-tile {
    border-radius: 10px;
    height: 130px;
    padding: 20px;
  }

  .hero-eyebrow {
    width: 100%;
    margin-bottom: 4px;
    display: block;
  }

  .team-slider-nav {
    opacity: .31;
    margin-top: 0;
    font-size: 8px;
    line-height: 30px;
    display: block;
  }

  .team-slider-wrapper {
    width: 340px;
    margin-top: 20px;
    display: block;
  }

  .team-slide-wrapper {
    width: auto;
    margin-right: 0;
  }

  .arrow-block.right, .arrow-block.left {
    width: 15%;
    display: none;
  }

  .store-img {
    max-width: none;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mask-drift {
    width: auto;
    margin-bottom: 0;
    overflow: hidden;
  }

  .zippy-header {
    margin-bottom: 0;
  }

  .ios-app {
    padding-bottom: 20px;
  }

  .tripple {
    padding: 40px 40px 30px;
  }

  .tripple.large {
    height: 440px;
  }

  .tripple.medium {
    height: auto;
    padding: 20px 40px 30px;
  }

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

  .lang-block {
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lang-img {
    width: 50px;
    max-width: none;
    height: auto;
  }

  .web-folio {
    border-radius: 8px;
    margin-top: 40px;
    display: none;
  }

  .screen-slider {
    height: auto;
  }

  .grid-lang-body {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
    margin-top: 20px;
  }

  .mac-bar {
    border-radius: 8px 8px 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    display: block;
  }

  .slide-nav-2 {
    display: none;
  }

  .mac-button {
    height: 8px;
  }

  .screen-img {
    border-radius: 0 0 8px 8px;
  }

  .tile {
    margin-bottom: 10px;
    display: block;
  }

  .tile.pink {
    flex-flow: row;
    margin-bottom: 0;
    padding: 20px;
  }

  .tile.pink:hover {
    transform: none;
  }

  .tile.purple {
    flex-flow: row;
    margin-bottom: 0;
    padding: 20px;
  }

  .tile.purple:hover {
    transform: none;
  }

  .tile.orange {
    flex-flow: row;
    margin-bottom: 10px;
    padding: 20px;
  }

  .tile.orange:hover {
    transform: none;
  }

  .p-center.business {
    text-align: left;
  }

  .boost-block {
    margin-right: 20px;
  }

  .bussiness-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .business-icon {
    width: 100px;
    height: 50px;
    margin-right: 20px;
  }

  .color-no {
    font-size: 22px;
    line-height: 28px;
  }

  .button-primary-xl {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .business-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .boost-white-area {
    flex-flow: column;
  }

  .banner-con {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-left: 0;
  }

  .graranteed-img {
    width: auto;
    max-width: none;
    height: 80px;
    margin-bottom: 10px;
  }

  .h3-white {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .slider-cube {
    border-radius: 10px;
    width: 100%;
    padding: 0;
  }

  .banner-col {
    max-width: none;
    margin-top: 68px;
    padding: 80px 30px;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .con-sm, .con-sm.center {
    width: auto;
  }

  .sec-web {
    margin-top: 70px;
    padding: 40px 30px;
  }

  .h1-center {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-intro, .hero-intro.center {
    font-size: 18px;
    line-height: 26px;
  }

  .h2-center {
    line-height: 34px;
  }

  .con-mini {
    width: auto;
  }

  .tech-tabs {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .tech-menu {
    justify-content: flex-start;
    align-items: center;
    width: 340px;
    height: 45px;
    display: flex;
    overflow: scroll;
  }

  .tech-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .tech-grid._5, .tech-grid._3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tech-cube {
    width: 150px;
    padding: 14px;
  }

  .tech-img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .tech-link {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .grid-tech {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .grid-tech._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .icon-tech {
    height: 40px;
    margin-right: 0;
    font-size: 16px;
  }

  .icon-tile {
    border-style: none;
    border-color: #000;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 12px 8px;
    display: flex;
  }

  .p-small.center {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }

  .growth-grid {
    display: block;
  }

  .growth-block {
    border-bottom: 1px solid #0000001a;
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .growth-block.line-remove {
    border-bottom-style: none;
  }

  .icon-tile-bottom {
    border-style: none;
    border-color: #000;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 12px 8px;
    display: flex;
  }

  .icon-tile-right-lline {
    border-style: none;
    border-color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 12px 8px;
    display: flex;
  }

  .boost {
    padding: 24px;
  }

  .boost-white {
    font-size: 24px;
    line-height: 30px;
  }

  .boost-area {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .h3-center {
    margin-bottom: 8px;
  }

  .con-block {
    border-bottom-style: none;
    padding: 10px 30px;
    display: block;
    position: static;
  }

  .con-block._2 {
    padding: 30px 30px 0;
  }

  .con-block._3 {
    margin-bottom: 20px;
  }

  .con-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px 0;
    display: grid;
  }

  .sec-ban {
    border-bottom-style: solid;
    margin-bottom: 60px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .client-logo {
    height: auto;
  }

  .pro-bar {
    width: 5px;
    height: 100%;
    display: none;
    inset: 0% auto;
  }

  .p-pro-head {
    text-align: center;
  }

  .pro-block {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .pro-card {
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 24px;
    padding-right: 20px;
  }

  .arrow {
    background-color: #ffffff24;
    height: 60px;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 14px;
  }

  .con-area {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .p-white {
    text-align: center;
  }

  .mob-slider-cube {
    width: auto;
    padding: 0;
  }

  .mob-div-block {
    padding: 24px;
  }

  .bottom {
    width: 100%;
    padding: 20px 14px;
  }

  .pro-grid-5 {
    flex-flow: column;
    display: flex;
  }

  .pro-area {
    border: 1px solid #0000001a;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 20px 20px;
  }

  .pro-head-cube {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: -30px;
  }

  .pro-grid-6 {
    flex-flow: column;
    display: flex;
  }

  .hero-grid {
    border-bottom: 1px solid #0000000f;
    border-right-style: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .hero-grid.on-line {
    border-bottom-style: none;
    justify-content: center;
    align-items: flex-start;
  }

  .pro-head-title {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .pro-p {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
  }

  .hero-grid-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .ppc-grid-2 {
    flex-flow: column;
    display: flex;
  }

  .hero-container {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    padding: 50px 20px;
    position: relative;
    inset: 0%;
  }

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

  .svc-cube {
    border-radius: 10px;
    width: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .svc {
    flex-flow: column;
  }

  .svc-block {
    aspect-ratio: auto;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0 0;
    display: flex;
  }

  .svc-title {
    font-size: 24px;
    font-weight: 400;
  }

  .pro-cube {
    border-right-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-tile--right-lline-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 12px 8px;
    display: flex;
  }

  .logo {
    width: 100px;
  }

  .tabs-content {
    width: auto;
  }

  .mask {
    height: auto;
    padding-bottom: 50px;
  }

  .slider {
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }

  .slide-nav-3 {
    opacity: .48;
    font-size: 9px;
    display: block;
  }

  .case-study-slide {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow, .left-arrow, .icon, .icon-2 {
    display: none;
  }

  .hero-section-2 {
    width: auto;
    height: auto;
    margin-bottom: 60px;
    padding: 70px 0 0;
    position: static;
  }

  .popup {
    display: none;
  }

  .form-block2 {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .form-2 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-label {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-field {
    width: 100%;
  }

  .submit-popup {
    border-radius: 30px;
    height: 42px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .popup-bottom {
    flex-flow: column;
  }

  .form-title {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .container-popup {
    width: auto;
    max-width: none;
  }

  .mob-screen {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mob-slider {
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }

  .client-logo-title {
    font-size: 15px;
  }

  .con-block-home {
    border-bottom-style: none;
    padding: 10px 30px;
    display: block;
    position: static;
  }

  .home-grid-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .home-hero-grid {
    border-bottom: 1px solid #ffffff1a;
    border-right-style: none;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 20px;
  }

  .home-hero-grid.no-line {
    border-bottom-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-growth-grid {
    display: block;
  }

  .growth-block-no-line {
    border-bottom: 1px solid #0000001a;
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .con-block-home-copy {
    border-bottom-style: none;
    padding: 40px 30px;
    display: block;
    position: static;
  }

  .table-btn {
    white-space: pre;
    word-break: keep-all;
  }
}

#w-node-ec5d1eb6-7c60-0ca2-e86a-542808f9af86-08f9af82, #w-node-ec5d1eb6-7c60-0ca2-e86a-542808f9af8f-08f9af82, #w-node-ec5d1eb6-7c60-0ca2-e86a-542808f9af99-08f9af82, #w-node-ec5d1eb6-7c60-0ca2-e86a-542808f9afac-08f9af82, #w-node-ec5d1eb6-7c60-0ca2-e86a-542808f9afae-08f9af82, #w-node-ec5d1eb6-7c60-0ca2-e86a-542808f9afb0-08f9af82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0ccd792-29d3-63a9-2f67-77d47b894c24-0d9150ed {
  place-self: center start;
}

#w-node-c0ccd792-29d3-63a9-2f67-77d47b894c26-0d9150ed, #w-node-c0ccd792-29d3-63a9-2f67-77d47b894c27-0d9150ed, #w-node-c0ccd792-29d3-63a9-2f67-77d47b894c28-0d9150ed, #w-node-c0ccd792-29d3-63a9-2f67-77d47b894c29-0d9150ed, #w-node-_730c7399-44b7-5e72-a92d-e1c4fa60d795-0d9150ed, #w-node-c0ccd792-29d3-63a9-2f67-77d47b894c2a-0d9150ed, #w-node-c0ccd792-29d3-63a9-2f67-77d47b894c2b-0d9150ed, #w-node-c0ccd792-29d3-63a9-2f67-77d47b894c2c-0d9150ed, #w-node-c0ccd792-29d3-63a9-2f67-77d47b894c2d-0d9150ed, #w-node-c0ccd792-29d3-63a9-2f67-77d47b894c2e-0d9150ed {
  justify-self: center;
}

#w-node-ed38bbc1-29f2-975f-8a69-cde4c773290a-28f70c05 {
  place-self: center start;
}

#w-node-ed38bbc1-29f2-975f-8a69-cde4c773290c-28f70c05, #w-node-ed38bbc1-29f2-975f-8a69-cde4c773290d-28f70c05, #w-node-ed38bbc1-29f2-975f-8a69-cde4c773290e-28f70c05, #w-node-ed38bbc1-29f2-975f-8a69-cde4c773290f-28f70c05, #w-node-ed38bbc1-29f2-975f-8a69-cde4c7732910-28f70c05, #w-node-ed38bbc1-29f2-975f-8a69-cde4c7732911-28f70c05, #w-node-ed38bbc1-29f2-975f-8a69-cde4c7732912-28f70c05, #w-node-ed38bbc1-29f2-975f-8a69-cde4c7732913-28f70c05, #w-node-ed38bbc1-29f2-975f-8a69-cde4c7732914-28f70c05, #w-node-ed38bbc1-29f2-975f-8a69-cde4c7732915-28f70c05 {
  justify-self: center;
}

#w-node-a12bf594-2d3a-e779-318c-252379627226-d465bd1b {
  place-self: center start;
}

#w-node-a12bf594-2d3a-e779-318c-252379627228-d465bd1b, #w-node-a12bf594-2d3a-e779-318c-252379627229-d465bd1b, #w-node-a12bf594-2d3a-e779-318c-25237962722a-d465bd1b, #w-node-a12bf594-2d3a-e779-318c-25237962722b-d465bd1b, #w-node-a12bf594-2d3a-e779-318c-25237962722c-d465bd1b, #w-node-a12bf594-2d3a-e779-318c-25237962722d-d465bd1b, #w-node-a12bf594-2d3a-e779-318c-25237962722e-d465bd1b, #w-node-a12bf594-2d3a-e779-318c-25237962722f-d465bd1b, #w-node-a12bf594-2d3a-e779-318c-252379627230-d465bd1b, #w-node-a12bf594-2d3a-e779-318c-252379627231-d465bd1b {
  justify-self: center;
}

#w-node-_2533859e-1cd4-ef67-8f02-388204bd3cc3-b88f0656 {
  place-self: center start;
}

#w-node-_2533859e-1cd4-ef67-8f02-388204bd3cc5-b88f0656, #w-node-_2533859e-1cd4-ef67-8f02-388204bd3cc6-b88f0656, #w-node-_2533859e-1cd4-ef67-8f02-388204bd3cc7-b88f0656, #w-node-_70f0aaac-60f4-2a13-0017-7add7854f938-b88f0656, #w-node-_2533859e-1cd4-ef67-8f02-388204bd3cc8-b88f0656, #w-node-_2533859e-1cd4-ef67-8f02-388204bd3cc9-b88f0656, #w-node-_2533859e-1cd4-ef67-8f02-388204bd3cca-b88f0656, #w-node-_2533859e-1cd4-ef67-8f02-388204bd3ccb-b88f0656, #w-node-_2533859e-1cd4-ef67-8f02-388204bd3ccc-b88f0656, #w-node-_2533859e-1cd4-ef67-8f02-388204bd3ccd-b88f0656 {
  justify-self: center;
}

#w-node-_00725f10-66c3-1818-161a-b7dd756414d0-b88f0656, #w-node-_00725f10-66c3-1818-161a-b7dd756414d4-b88f0656, #w-node-_00725f10-66c3-1818-161a-b7dd756414d8-b88f0656, #w-node-_00725f10-66c3-1818-161a-b7dd756414dc-b88f0656, #w-node-_00725f10-66c3-1818-161a-b7dd756414e0-b88f0656, #w-node-_00725f10-66c3-1818-161a-b7dd756414e4-b88f0656, #w-node-_00725f10-66c3-1818-161a-b7dd756414e8-b88f0656, #w-node-_00725f10-66c3-1818-161a-b7dd756414ec-b88f0656, #w-node-_00725f10-66c3-1818-161a-b7dd756414f0-b88f0656, #w-node-_00725f10-66c3-1818-161a-b7dd756414f4-b88f0656 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aede27a5-d9d0-84d7-3da0-b2d2879e5326-475d7b07 {
  place-self: center start;
}

#w-node-aede27a5-d9d0-84d7-3da0-b2d2879e5328-475d7b07, #w-node-aede27a5-d9d0-84d7-3da0-b2d2879e5329-475d7b07, #w-node-aede27a5-d9d0-84d7-3da0-b2d2879e532a-475d7b07, #w-node-aede27a5-d9d0-84d7-3da0-b2d2879e532b-475d7b07, #w-node-_0c4f68d4-afb9-a7a0-0556-0d04a8d752e4-475d7b07, #w-node-aede27a5-d9d0-84d7-3da0-b2d2879e532e-475d7b07, #w-node-aede27a5-d9d0-84d7-3da0-b2d2879e532d-475d7b07 {
  justify-self: center;
}

#w-node-aede27a5-d9d0-84d7-3da0-b2d2879e5330-475d7b07 {
  place-self: center;
}

#w-node-aede27a5-d9d0-84d7-3da0-b2d2879e532c-475d7b07, #w-node-aede27a5-d9d0-84d7-3da0-b2d2879e532f-475d7b07 {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-c0ccd792-29d3-63a9-2f67-77d47b894c24-0d9150ed, #w-node-ed38bbc1-29f2-975f-8a69-cde4c773290a-28f70c05, #w-node-a12bf594-2d3a-e779-318c-252379627226-d465bd1b, #w-node-_2533859e-1cd4-ef67-8f02-388204bd3cc3-b88f0656, #w-node-aede27a5-d9d0-84d7-3da0-b2d2879e5326-475d7b07 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center start;
  }

  #w-node-_08834c52-573a-4f62-38f7-803b56e9a103-475d7b07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}