:root {
  --secondary-yellow: #cfb53b;
  --dark: #141414;
  --white: white;
  --white-30: #ffffff4d;
  --brand: #51a2b8;
  --white-50: #ffffff80;
  --white-60: #fff9;
  --white-10: #ffffff1a;
  --alliance-no: "Alliance No", sans-serif;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

.body {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 72px;
  font-family: Alliance No, sans-serif;
  font-size: 20px;
  line-height: 125%;
  overflow: visible;
}

.navbar {
  z-index: 10;
  background-color: var(--dark);
  border: 1px solid #000;
  border-bottom-color: #242424;
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
}

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

.brand-link-navbar {
  height: 36px;
  position: relative;
}

.brand-navbar {
  height: 100%;
}

.right-navbar {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.dropdown-toggle {
  grid-column-gap: 4px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 9px;
  font-size: 14px;
  display: flex;
}

.icon-chevron-dropdown {
  width: 20px;
  height: 20px;
}

.dropdown-list.w--open {
  border: 1px solid var(--white-30);
  background-color: var(--dark);
  border-radius: 2px;
}

.dropdown-link {
  color: var(--white);
  width: 100%;
  padding: 12px;
  font-size: 14px;
}

.dropdown-link.w--current {
  color: var(--brand);
}

.nav-link {
  color: var(--white);
  padding: 20px 12px;
  font-size: 14px;
  text-decoration: none;
}

.wrap-buttons-nav {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrap-buttons-nav.careers-job-button {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.wrap-buttons-nav.margin-top-200 {
  margin-top: 200px;
}

.cta-main {
  text-decoration: none;
}

.cta-main.nav-cta {
  grid-column-gap: 5px;
  border: 1px solid var(--white);
  background-color: var(--dark);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  display: flex;
}

.cta-main.nav-cta.button-border-brand-color {
  grid-column-gap: 5px;
  border-color: var(--secondary-yellow);
}

.cta-main.nav-cta.btn-form-contact {
  width: auto;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
}

.cta-main.nav-cta.btn-form-contact.form-button {
  text-align: center;
}

.cta-main.nav-cta.mobile-hide {
  grid-column-gap: 5px;
  border-color: var(--white-50);
  background-color: var(--secondary-yellow);
  height: 36px;
}

.cta-main.nav-cta.mobile-hide.option {
  background-color: orange;
}

.cta-main.nav-cta.mobile-hide.pky {
  background-color: #962306;
}

.cta-main.nav-cta.color-yellow {
  border-color: var(--secondary-yellow);
}

.text-cta {
  color: var(--white);
  margin-bottom: 1px;
  font-size: 14px;
  text-decoration: none;
}

.text-cta.button-text-brand-color, .text-cta.color-yellow {
  color: var(--secondary-yellow);
}

.icon-cta {
  width: 18px;
  height: 18px;
  font-size: 14px;
}

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

.section.big {
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.section.big.display-none {
  display: none;
}

.section.big.remove-bottom-space-40 {
  padding-bottom: 40px;
}

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

.section.hero-about.display-none {
  display: none;
}

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

.section.top-big {
  padding-top: 120px;
}

.section.hero-about-c {
  padding-bottom: 100px;
}

.section.hero-about-c.remove-bottom-margin-40 {
  padding-bottom: 60px;
}

.section.bottom-big {
  padding-bottom: 120px;
}

.section.thin-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.section.remove-top-space {
  padding-top: 0;
}

.section.remove-top-space.remove-bottom-space {
  padding-bottom: 0;
}

.section.remove-bottom-margin-40 {
  padding-bottom: 40px;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.padding-bottom-zero {
  padding-bottom: 0;
}

.main-container {
  max-width: 1496px;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-heading-animation {
  z-index: 5;
  grid-column-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: -100px;
}

.wrap-heading-animation.vertical-heading-center {
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-heading-animation.vertical-heading-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.h1-animation-one {
  text-transform: none;
  font-size: 40px;
  font-weight: 400;
}

.title-sub-glow {
  filter: blur(11px);
  text-transform: uppercase;
  color: #38c5de;
  width: 110%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 0%;
}

.flex-hero-home-a {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.flex-hero-home-a.text-center {
  z-index: 5;
  text-align: center;
  margin-top: 0;
  position: relative;
  top: -69px;
}

.limit-430 {
  max-width: 430px;
}

.text-block-2 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

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

.background-video-home-a {
  height: 100vh;
  min-height: 70px;
  max-height: 1200px;
}

.flex-heading-text {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-heading-text {
  max-width: 500px;
}

.left-heading-text.column-sticky-about {
  max-width: 590px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.no-margins.with-icon {
  display: flex;
}

.no-margins.margin-top-200 {
  margin-top: 200px;
}

.no-margins.margin-top-200.solution-text {
  font-size: 20px;
}

.right-heading-text {
  max-width: 712px;
}

.big-text {
  color: var(--white-60);
  font-size: 26px;
  font-weight: 400;
  line-height: 125%;
}

.big-text.margin-top-60 {
  margin-top: 60px;
}

.big-text-highlight {
  color: var(--white);
}

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

.divider-animation {
  background-color: var(--white-30);
  background-image: linear-gradient(90deg, var(--white), var(--brand) 50%, var(--brand));
  width: 100%;
  height: 1px;
}

.divider-animation.light-color-divider {
  background-image: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.center-heading.mg-bottom-80 {
  margin-bottom: 80px;
}

.center-heading.mg-bottom-56 {
  margin-bottom: 56px;
}

.big-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 400;
  line-height: 120%;
}

.big-h2.margin-top-30 {
  margin-top: 30px;
  font-size: 38px;
}

.big-h2.margin-top-30.footer-sub-heading {
  font-size: 26px;
}

.big-h2.margin-top-60 {
  margin-top: 60px;
}

.big-h2.color-yellow {
  color: var(--secondary-yellow);
}

.h2-fade-out {
  color: var(--white-60);
}

.grid-projects-home-a {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  margin-top: 140px;
}

.left-projects-home-a {
  flex-flow: column;
  display: flex;
}

.wrap-project-home-a-one {
  flex-flow: column;
  width: 90%;
  max-width: 590px;
  margin-bottom: 290px;
  margin-left: auto;
  display: flex;
}

.link-project-halves {
  grid-row-gap: 32px;
  color: var(--white);
  flex-flow: column;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.wrap-image-project-halves {
  justify-content: space-between;
  width: 100%;
  height: 480px;
  display: flex;
  overflow: hidden;
}

.wrap-image-project-halves.wrap-image-one {
  min-height: 600px;
}

.wrap-image-project-halves.wrap-image-three {
  min-height: 460px;
}

.wrap-image-project-halves.wrap-image-two {
  min-height: 580px;
}

.wrap-image-project-halves.wrap-image-four {
  min-height: 410px;
}

.image-project {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.bottom-project-halves {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-link-project-home-a {
  width: 32px;
  height: 32px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.wrap-project-home-a-three {
  flex-flow: column;
  width: 80%;
  max-width: 460px;
  margin-left: auto;
  display: flex;
}

.right-projects-home-a {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 530px;
  display: flex;
}

.wrap-project-home-a-two {
  flex-flow: column;
  width: 100%;
  max-width: 590px;
  margin-bottom: 180px;
  margin-left: auto;
  display: flex;
}

.wrap-project-home-a-four {
  flex-flow: column;
  width: 80%;
  max-width: 460px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.master-moving-text {
  width: 100%;
  overflow: hidden;
}

.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 {
  flex: none;
  font-size: 70px;
  line-height: 120%;
}

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

.relative-thirds-gallery {
  height: 250vh;
  position: relative;
}

.sticky-thirds-gallery {
  position: sticky;
  top: 10vh;
}

.grid-thirds-gallery {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-thirds-gallery-small {
  z-index: 1;
  perspective-origin: 100%;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 60vh;
  position: relative;
  transform: perspective(2000px);
}

.image-thirds-gallery-small.image-left, .image-thirds-gallery-small.image-right {
  perspective: 2000px;
  transform: none;
}

.image-thirds-gallery-big {
  z-index: 2;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 80vh;
  position: relative;
}

.master-process-circles {
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  max-width: 864px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-process-circle {
  grid-column-gap: 72px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.big-process-circle {
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  font-size: 70px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  overflow: hidden;
}

.right-process-circle {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.paragraph-big {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
}

.paragraph-big.opacity-60 {
  color: var(--white-60);
  font-size: 18px;
}

.paragraph-big.opacity-60.faq-heading {
  font-size: 41px;
}

.paragraph-big.opacity-60.margin-bottom-20 {
  margin-bottom: 20px;
}

.paragraph-big.opacity-60.address-and-number, .paragraph-big.new-service-section {
  font-size: 18px;
}

.paragraph-big.paragaph-medium {
  font-size: 16px;
  line-height: 125%;
}

.master-moving-testimonials {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.inside-moving-testimonial, .single-moving-testimonial {
  grid-column-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tile-no-hover {
  grid-row-gap: 40px;
  border: 1px solid var(--white-30);
  border-radius: 4px;
  flex: none;
  max-width: none;
  padding: 32px;
  display: flex;
}

.tile-no-hover.testimonial-tile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 660px;
  max-width: 660px;
  min-height: 465px;
  padding: 55px;
}

.tile-no-hover.testimonial-tile.ballogy {
  background-image: url('../images/Ballogy.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.testimonial-tile.igs {
  background-image: url('../images/Indi-game.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.testimonial-tile.data-eco {
  background-image: url('../images/Data-Ecosystem-Company.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.testimonial-tile.aiblockch {
  background-image: url('../images/AI--Blockchain-Airspace-System-Startup.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
}

.tile-no-hover.sitcky-process-tile.sr-ai-0 {
  background-image: url('../images/agentic-ai.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-ai-1 {
  background-image: url('../images/Generative-AI.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-ai-2 {
  background-image: url('../images/Analytics.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-ai-3 {
  background-image: url('../images/Data-Augmentation.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-ai-4 {
  background-image: url('../images/Labeling.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-ai-5 {
  background-image: url('../images/Industrial-IoT.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-bs-1 {
  background-image: url('../images/Web.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-bs-2 {
  background-image: url('../images/Mobile.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-bs-3 {
  background-image: url('../images/Architecture.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-br-4 {
  background-image: url('../images/QA.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-bs-5 {
  background-image: url('../images/DevOps.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-wb-1 {
  background-image: url('../images/Tokens.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-wb-2 {
  background-image: url('../images/Smart-Contracts.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-wb-3 {
  background-image: url('../images/Enterprise-Blockchain.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-ar-1 {
  background-image: url('../images/Augmented-Reality.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-ar-2 {
  background-image: url('../images/Virtual-Reality.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-ar-3 {
  background-image: url('../images/Digital-Twins.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-ar-4 {
  background-image: url('../images/Simulations.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.sitcky-process-tile.sr-ar-5 {
  background-image: url('../images/Cave-VR.webp');
  background-position: 50%;
  background-size: cover;
}

.tile-no-hover.blog-tile {
  flex-flow: column;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.logo-testimonial-tile {
  height: 32px;
}

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

.wrap-testimonial-tile-person {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-person-testimonial-tile {
  filter: saturate(0%);
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.wrap-name-testimonial-tile {
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-small {
  font-size: 18px;
  line-height: 135%;
}

.paragraph-small.margin-top-60 {
  margin-top: 60px;
}

.text-position-small {
  color: var(--secondary-yellow);
  font-size: 14px;
}

.flex-heading-left.mg-bottom-64 {
  margin-bottom: 64px;
}

.grid-expertises-halves {
  grid-template-rows: auto;
}

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

.h3-expertises {
  color: var(--white-60);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
}

.divider-expertises-top {
  background-color: var(--white-30);
  width: 100%;
  height: 1px;
}

.divider-expertises-general {
  background-color: var(--white-10);
  width: 100%;
  height: 1px;
}

.footer {
  padding-top: 80px;
  padding-bottom: 40px;
}

.master-footer {
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

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

.brand-link-footer {
  width: 100%;
  max-width: 360px;
}

.grid-footer-contact {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.link-footer-contact {
  color: var(--white-60);
  font-size: 28px;
  line-height: 126%;
  text-decoration: none;
}

.second-footer {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.heading-footer-links {
  margin-bottom: 8px;
}

.link-footer {
  color: var(--white-60);
  text-decoration: none;
}

.legal-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-legal-footer {
  color: var(--white-60);
  font-size: 14px;
}

.footer-contact {
  font-size: 22px;
}

.big-circle-inner {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  display: flex;
}

.list-scroll-over-projects {
  flex-flow: column;
  display: flex;
  position: relative;
}

.item-scroll-over-project {
  position: sticky;
  top: 0;
}

.link-scroll-over-project {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 1200px;
  display: flex;
  position: relative;
}

.overlay-scroll-project {
  grid-row-gap: 32px;
  background-image: linear-gradient(#141414cc, #141414b3 39%, #14141400);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-left: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-scroll-project-name {
  color: var(--white);
  max-width: 580px;
  font-size: 50px;
  line-height: 100%;
  text-decoration: none;
}

.grid-logos {
  grid-column-gap: 24px;
  grid-row-gap: 140px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: stretch;
}

.image-logo {
  opacity: .5;
  filter: hue-rotate() blur() saturate(0%) contrast(0%) brightness(200%);
}

.h1-animation-two {
  color: var(--white);
}

.moving-images-master-about-a {
  width: 100vw;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.moving-images-inside-hero-b {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.moving-image-hero-b {
  width: 32%;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  margin-left: -1vw;
  position: absolute;
  inset: auto 0% -2%;
}

.master-center-about-block {
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-two-stats {
  grid-column-gap: 120px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.text-stat {
  font-size: 70px;
  line-height: 110%;
}

.text-stat.small-counter {
  font-size: 46px;
}

.grid-team {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-team {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.image-team {
  border-radius: 4px;
  width: 100%;
}

.image-team.avatarr {
  filter: contrast(0%) grayscale();
}

.wrap-team-name {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-faq {
  padding-left: 40px;
  padding-right: 40px;
}

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

.right-faq {
  padding-left: 10px;
  padding-right: 10px;
}

.master-expandable {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.expandable-single {
  border-top: 1px solid var(--white-30);
  padding: 26px 0;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
}

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

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

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

.expandable-bottom {
  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(--white-60);
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 14px;
}

.industry-single-expandable {
  border-top: 1px solid var(--white-30);
  padding-top: 30px;
  padding-bottom: 30px;
}

.industry-top-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr .5fr;
  grid-auto-flow: row;
  align-content: stretch;
}

.industry-h3-home-c {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

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

.project-focus {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.sep-brand-color {
  color: var(--brand);
}

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

.grid-hero-about {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.container-hero-about {
  width: 100%;
  max-width: 600px;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-left-hero-about {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.limit-540 {
  width: 100%;
  max-width: 540px;
}

.master-hero-about-gallery {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-insides-gallery {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inside-hero-about-gallery {
  grid-column-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-hero-about {
  flex: none;
  height: 100%;
  max-height: 360px;
}

.gradient-hero-about {
  background-image: linear-gradient(90deg, #141414, #14141400);
  width: 40%;
  max-width: 300px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-hero-about.right-gradient {
  background-image: linear-gradient(270deg, #141414, #14141400);
  inset: 0% 0% 0% auto;
}

.columns-sticky {
  display: flex;
}

.left-sticky {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.master-sticky {
  position: sticky;
  top: 100px;
}

.content-left-sticky-process {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.right-sticky {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.master-sticy-process {
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

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

.tab-content {
  border: 1px solid var(--white-30);
  border-radius: 8px;
  padding: 24px;
}

.services-slider {
  background-color: #0000;
  min-height: 700px;
}

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

.tab-image {
  border-radius: 4px;
  width: 100%;
}

.slide-one {
  height: 100%;
  min-height: 500px;
}

.content-wrap-tab-inside {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 490px;
  display: flex;
}

.slide-nav {
  display: none;
}

.paragaph-medium {
  margin-bottom: 0;
  font-size: 16px;
}

.services-list {
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 16px;
  line-height: 150%;
}

.know-more {
  margin-top: 220px;
}

.cs-text {
  color: var(--white-60);
  margin-bottom: 30px;
}

.cs-text.color-yellow {
  color: var(--secondary-yellow);
}

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

.let-arrow-section {
  margin-top: 10px;
  display: flex;
}

.let-arrow {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}

.pcs-section {
  display: flex;
}

.pcs-right-col {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.pcs-image {
  border-radius: 4px;
}

.pcs-heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.pcs-text {
  color: var(--secondary-yellow);
  margin-top: 20px;
}

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

.text-field-underline {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  background-color: #14141400;
  width: 49.2%;
  height: 52px;
  margin-bottom: 0;
  padding: 0;
}

.text-field-underline:focus {
  color: var(--white);
}

.text-field-underline::placeholder {
  color: var(--white-60);
}

.text-field-underline.field-100 {
  width: 100%;
}

.text-field-underline.select-box {
  color: var(--white-60);
}

.text-field-underline.select-box:focus {
  background-color: var(--dark);
  color: var(--white);
}

.title-wrap-blog {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-blog.top-blog-title {
  justify-content: center;
  align-items: flex-start;
}

.post-title {
  font-weight: 400;
}

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

.image-greyscale {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrap-blog-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.vertical-scroll-wrapper {
  position: relative;
  overflow: hidden;
}

.track-vertical {
  flex-flow: column;
  width: auto;
  display: flex;
  position: relative;
}

.heading-large {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 44px;
}

.heading-large.rotate-text._1 {
  color: var(--brand);
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.heading-large.rotate-text._2 {
  filter: blur(5px);
  color: var(--brand);
  text-transform: uppercase;
  display: block;
}

.heading-large.rotate-text._3 {
  display: block;
}

.heading-large.rotate-text._4, .heading-large.rotate-text._5 {
  text-transform: uppercase;
  display: block;
}

.heading-large.rotate-text._2-copy {
  color: var(--brand);
  text-transform: uppercase;
  display: block;
}

.background-video {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.wrap-heading-animation-copy {
  z-index: 5;
  grid-column-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
  position: relative;
  top: -100px;
}

.wrap-heading-animation-copy.vertical-heading-center {
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-heading-animation-copy.vertical-heading-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.iot-title-text {
  display: block;
  position: absolute;
}

.quantum-cryptography-glow {
  filter: blur(15px);
  color: var(--brand);
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.1rem;
  line-height: 4.4rem;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.heading-2 {
  color: var(--brand);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  position: relative;
}

.title-sub {
  text-transform: uppercase;
  color: #38c5de;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  position: relative;
}

.robotics-title-text {
  opacity: 1;
  display: block;
  position: absolute;
}

.blockchain {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 4.4rem;
  position: relative;
}

.blockchain-glow {
  filter: blur(15px);
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.1rem;
  line-height: 4.4rem;
  position: absolute;
  inset: 0% 0% 0% -5px;
}

.robotics {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 4.4rem;
  position: relative;
}

.robotics-glow {
  filter: blur(15px);
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.1rem;
  line-height: 4.4rem;
  position: absolute;
  inset: 0% 0% 0% -3px;
}

.quantum-cryptography-title-text-copy {
  opacity: 1;
  position: relative;
}

.quantum-cryptography {
  z-index: 2;
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 4.4rem;
  position: relative;
}

.autonomy {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 4.4rem;
  position: relative;
}

.autonomy-glow {
  filter: blur(15px);
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.1rem;
  line-height: 4.4rem;
  position: absolute;
  inset: 0% 0% 0% -5px;
}

.italic-text, .italic-text-2 {
  font-weight: 700;
}

.iot {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 4.4rem;
  position: relative;
}

.iot-glow {
  filter: blur(15px);
  color: var(--white);
  text-transform: capitalize;
  width: 150%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.1rem;
  line-height: 4.4rem;
  position: absolute;
  inset: 0% 0% 0% -2px;
}

.ai-glow {
  filter: blur(15px);
  color: var(--white);
  text-transform: capitalize;
  width: 150%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.1rem;
  line-height: 4.4rem;
  position: absolute;
  inset: 0% 0% 0% 3px;
}

.ai {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 4.4rem;
  position: relative;
}

.ai-title-text {
  display: block;
  position: absolute;
}

.blockchain-title-text-copy {
  opacity: 1;
  display: block;
  position: absolute;
}

.autonomy-title-text {
  display: block;
  position: absolute;
}

.title-sub-section {
  position: relative;
}

.quantum-cryptography-glows {
  z-index: 1;
  filter: blur(11px);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 4.4rem;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-color: #00000091;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 300px;
  display: flex;
}

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

.wrap-image-blog {
  overflow: hidden;
}

.image-blog {
  object-fit: cover;
  width: 100%;
  max-height: 250px;
}

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

.text-heading-3 {
  color: var(--white);
  font-size: 28px;
  line-height: 130%;
}

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

.grid-careers-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
  min-height: 530px;
  margin-top: 64px;
}

.image-careers-hero {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.solutions-list {
  font-size: 18px;
  line-height: 140%;
}

.image {
  object-fit: cover;
  object-position: 100% 50%;
  min-height: 300px;
}

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

.perks-icon {
  max-width: 80px;
}

.perks-text {
  font-size: 20px;
  font-weight: 400;
}

.image-2 {
  max-width: 60px;
}

.service-icon-image {
  max-width: 60px;
  margin-right: 30px;
}

.service-and-expertise {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overlay-vid {
  z-index: -1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-span {
  font-style: italic;
}

.about-heading-bold, .careers-heading-bold, .footer-sub-title-bold {
  font-weight: 700;
}

.about-main-image {
  margin-top: 40px;
}

.form {
  margin-bottom: 8px;
}

.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-text-input {
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-header {
  color: var(--white);
  font-size: 20px;
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-back {
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.pop-up-exit-button {
  opacity: .2;
  filter: invert();
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-up-wrapper.muhammad-shoaib-siddique, .pop-up-wrapper.azita-kahromi, .pop-up-wrapper.abrar-awan, .pop-up-wrapper.hasnain-nazir, .pop-up-wrapper.harris-mukarram, .pop-up-wrapper.waqar-sadiq, .pop-up-wrapper.saqib-iqbal {
  display: none;
}

.pop-up-box {
  background-color: var(--dark);
  cursor: auto;
  border-radius: 8px;
  max-width: 750px;
  padding: 40px 40px 32px;
  position: relative;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-paragraph {
  color: var(--white-60);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-policy {
  color: var(--white-60);
  margin-top: 10px;
  font-size: 14px;
}

.form-policy-bold {
  font-weight: 400;
}

.form-policy-bold:hover {
  color: var(--secondary-yellow);
}

.form-policy-link {
  color: var(--white);
}

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

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

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

.heading-3 {
  text-align: left;
  font-size: 30px;
  line-height: 36px;
}

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

.indus-link-block {
  color: var(--white);
  font-style: normal;
  text-decoration: none;
  display: block;
}

.technology-title-text {
  display: block;
  position: absolute;
}

.technology {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 4.4rem;
  position: relative;
}

.technology-glow {
  filter: blur(15px);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.1rem;
  line-height: 4.4rem;
  position: absolute;
  inset: 0% 0% 0% -5px;
}

.blog-pagination {
  margin-top: 40px;
}

.page-next, .page-back {
  border-color: var(--white-30);
  background-color: var(--dark);
  color: var(--white);
  border-radius: 4px;
}

.mobile-show-section {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.home-cs-section {
  color: var(--white);
  width: 100%;
}

.text-with-heading {
  font-size: 22px;
  font-weight: 700;
}

.footer-terms, .top-blog-section {
  display: flex;
}

.success-msg, .error-msg {
  background-color: var(--dark);
}

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

.text-block-5 {
  color: var(--secondary-yellow);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #1a1a1a;
    border-radius: 12px;
    flex-flow: column;
    width: 98%;
    max-width: 400px;
    max-height: 80vh;
    margin-top: 16px;
    margin-left: auto;
    margin-right: 24px;
    padding: 24px;
    display: flex;
    overflow: scroll;
  }

  .dropdown {
    display: block;
  }

  .dropdown-link {
    text-align: center;
  }

  .nav-link {
    display: block;
  }

  .cta-main.nav-cta, .cta-main.nav-cta.button-border-brand-color {
    height: 36px;
  }

  .cta-main.nav-cta.btn-form-contact.form-button {
    line-height: 1em;
  }

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

  .section.big.padding-top-zero {
    padding-top: 0;
  }

  .section.top-big, .section.hero-about-c {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h1-animation-one, .title-sub-glow {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .flex-heading-text {
    flex-flow: column;
    display: flex;
  }

  .left-heading-text {
    margin-bottom: 40px;
  }

  .left-heading-text.column-sticky-about {
    max-width: 100%;
  }

  .no-margins, .no-margins.margin-top-200.solution-text {
    font-size: 18px;
  }

  .big-text, .big-text.margin-bottom-24px {
    font-size: 16px;
  }

  .big-h2 {
    font-size: 24px;
  }

  .big-h2.margin-top-30.footer-sub-heading {
    font-size: 18px;
  }

  .h2-fade-out {
    font-size: 16px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .big-process-circle {
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 200px;
  }

  .paragraph-big, .paragraph-big.opacity-60, .paragraph-big.opacity-60.margin-bottom-20, .paragraph-big.opacity-60.address-and-number, .paragraph-big.new-service-section {
    font-size: 16px;
  }

  .tile-no-hover.testimonial-tile {
    min-width: 360px;
    max-width: 360px;
    min-height: 360px;
    padding: 25px;
  }

  .tile-no-hover.sitcky-process-tile {
    padding: 40px;
  }

  .tile-no-hover.blog-tile {
    padding: 10px;
  }

  .footer {
    padding-top: 40px;
  }

  .heading-footer-links {
    font-size: 18px;
  }

  .link-footer {
    font-size: 14px;
  }

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

  .text-stat.small-counter {
    font-size: 26px;
  }

  .industry-h3-home-c {
    font-size: 18px;
  }

  .industry-arrow {
    max-width: 35%;
  }

  .footer-button-area {
    align-items: flex-start;
  }

  .icon-sticky-process {
    max-width: 80px;
  }

  .paragaph-medium {
    font-size: 16px;
  }

  .know-more, .cs-text, .pcs-heading {
    font-size: 18px;
  }

  .pcs-text {
    font-size: 16px;
  }

  .text-field-underline {
    width: 48.5%;
  }

  .post-title {
    font-size: 24px;
    line-height: 125%;
  }

  .title-sub {
    font-size: 24px;
    line-height: 30px;
  }

  .blockchain, .blockchain-glow, .robotics, .robotics-glow, .quantum-cryptography, .autonomy, .autonomy-glow, .iot, .iot-glow, .ai-glow, .ai, .quantum-cryptography-glows {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .text-heading-3 {
    font-size: 18px;
  }

  .solutions-list {
    font-size: 14px;
  }

  .perks-text {
    font-size: 16px;
    line-height: 20px;
  }

  .pop-up-button {
    position: relative;
  }

  .menu-button {
    background-color: #212121;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--white-30);
  }

  .wrap-menu-button {
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .line-menu {
    background-color: var(--white);
    border-radius: 4px;
    height: 2px;
    padding: 0;
  }

  .line-menu.first-line {
    width: 28px;
  }

  .line-menu.second-line {
    width: 18px;
  }

  .num-cir {
    font-size: 50px;
  }

  .list-item {
    font-size: 17px;
  }

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

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

  .technology, .technology-glow {
    font-size: 2rem;
    line-height: 2.4rem;
  }

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

@media screen and (max-width: 767px) {
  .section.padding-top-20 {
    padding-top: 20px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .tile-no-hover.sitcky-process-tile {
    padding: 10px;
  }

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

  .industry-top-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .industry-arrow {
    display: none;
  }

  .footer-button-area {
    flex-flow: wrap-reverse;
    display: flex;
  }

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

  .text-field-underline {
    width: 100%;
  }

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

  .pop-up-form {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .wrap-buttons-nav.mobile-hidden {
    display: none;
  }

  .cta-main.nav-cta.btn-form-contact {
    text-align: center;
    width: 100%;
  }

  .cta-main.nav-cta.btn-form-contact.form-button {
    width: auto;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-main.nav-cta.mobile-hide {
    display: none;
  }

  .section.hero-about-c {
    padding-top: 0;
  }

  .section.hero-about-c.mobile-padding-bottom-zero {
    padding-bottom: 0;
  }

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

  .section.mobile-padding-top-zero, .section.padding-top-zero {
    padding-top: 0;
  }

  .wrap-heading-animation {
    top: 0;
  }

  .h1-animation-one {
    font-size: 18px;
  }

  .flex-hero-home-a.text-center {
    top: 10px;
  }

  .text-block-2.mobile-padding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .no-margins.margin-top-200.solution-text {
    margin-top: 60px;
  }

  .right-heading-text {
    max-width: 100%;
  }

  .center-heading.mobile-padding-top-40 {
    padding-top: 40px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .single-process-circle {
    flex-flow: column;
    display: flex;
  }

  .tile-no-hover.testimonial-tile {
    min-width: 260px;
    max-width: 260px;
    min-height: 400px;
  }

  .tile-no-hover.testimonial-tile.ballogy, .tile-no-hover.testimonial-tile.igs, .tile-no-hover.testimonial-tile.data-eco, .tile-no-hover.testimonial-tile.aiblockch {
    min-height: 450px;
  }

  .brand-link-footer {
    width: 70%;
  }

  .grid-footer-contact {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .second-footer {
    flex-flow: column;
    display: flex;
  }

  .column-footer-links {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .legal-footer {
    flex-flow: column;
    display: flex;
  }

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

  .grid-logos {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .wrap-two-stats {
    flex-flow: column;
    display: flex;
  }

  .single-stat-left {
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .grid-team, .industry-top-grid, .grid-hero-about {
    grid-template-columns: 1fr;
  }

  .master-hero-about-gallery.mobile-padding-lr-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .columns-sticky {
    flex-flow: column;
    display: flex;
  }

  .left-sticky, .right-sticky.sticky-process {
    padding-left: 0;
    padding-right: 0;
  }

  .master-sticy-process {
    margin-top: 40px;
  }

  .tab-content {
    padding: 10px;
  }

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

  .know-more {
    margin-top: 40px;
  }

  .know-more.mobile-hidden {
    display: none;
  }

  .pcs-section {
    flex-flow: column;
    display: flex;
  }

  .pcs-right-col {
    padding-left: 10px;
  }

  .wrap-heading-animation-copy {
    top: 0;
  }

  .blockchain, .blockchain-glow, .robotics, .robotics-glow, .autonomy, .autonomy-glow, .iot, .iot-glow, .ai-glow, .ai {
    transform: translate(0, 100%);
  }

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

  .image {
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 170px;
  }

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

  .perks-icon {
    max-width: 65px;
  }

  .service-icon-image {
    max-width: 40px;
  }

  .careers-heading-bold {
    font-size: 18px;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }

  .technology, .technology-glow {
    transform: translate(0, 100%);
  }

  .mobile-show-section {
    display: flex;
  }

  .top-blog-section {
    flex-flow: column;
    grid-template-columns: 1fr;
  }
}

#w-node-ea1a1572-7f94-03bd-a46b-11d856d064e2-fbea1606 {
  justify-self: center;
}

#w-node-_1c58230f-4476-a1d0-f4a8-25ec74d0046f-b5a28963 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1c58230f-4476-a1d0-f4a8-25ec74d0047d-b5a28963 {
  place-self: center end;
}

#w-node-_1c58230f-4476-a1d0-f4a8-25ec74d00485-b5a28963 {
  align-self: center;
}

#w-node-_1c58230f-4476-a1d0-f4a8-25ec74d0048d-b5a28963 {
  place-self: center end;
}

#w-node-_1c58230f-4476-a1d0-f4a8-25ec74d00495-b5a28963 {
  align-self: center;
}

#w-node-_1c58230f-4476-a1d0-f4a8-25ec74d004a3-b5a28963 {
  place-self: center end;
}

#w-node-_1c58230f-4476-a1d0-f4a8-25ec74d004ab-b5a28963 {
  align-self: center;
}

#w-node-_1c58230f-4476-a1d0-f4a8-25ec74d004b9-b5a28963 {
  place-self: center end;
}

#w-node-cee88105-ffca-eaf7-40bc-dce720d819d4-20d819d1, #w-node-cee88105-ffca-eaf7-40bc-dce720d819d5-20d819d1, #w-node-cee88105-ffca-eaf7-40bc-dce720d819d6-20d819d1, #w-node-cee88105-ffca-eaf7-40bc-dce720d819d7-20d819d1, #w-node-cee88105-ffca-eaf7-40bc-dce720d819d8-20d819d1, #w-node-cee88105-ffca-eaf7-40bc-dce720d819d9-20d819d1, #w-node-cee88105-ffca-eaf7-40bc-dce720d819da-20d819d1, #w-node-cee88105-ffca-eaf7-40bc-dce720d819db-20d819d1 {
  place-self: center;
}

#w-node-_770efa86-3dda-eef6-4742-4a4abcc316b0-bcc316ac {
  place-self: center stretch;
}

#w-node-_770efa86-3dda-eef6-4742-4a4abcc316b1-bcc316ac {
  place-self: stretch stretch;
}

#w-node-_770efa86-3dda-eef6-4742-4a4abcc316b2-bcc316ac {
  place-self: center stretch;
}

#w-node-_65fb482b-8e85-bcd1-2076-d244feed0196-1bf8672e {
  place-self: center;
}

#w-node-ffe65466-9036-f20a-01b5-16a1cda5477b-1bf8672e {
  place-self: stretch stretch;
}

#w-node-_1d6750ca-c7a1-5f32-1732-db1f8cd2d6f9-1bf8672e {
  place-self: center start;
}

#w-node-_65fb482b-8e85-bcd1-2076-d244feed0196-bed56c18 {
  place-self: center;
}

#w-node-ffe65466-9036-f20a-01b5-16a1cda5477b-bed56c18 {
  place-self: stretch stretch;
}

#w-node-_4e2d4adb-99f6-151f-8da8-5886f7af96d3-bed56c18 {
  place-self: center start;
}

#w-node-_65fb482b-8e85-bcd1-2076-d244feed0196-87b270ca {
  place-self: center;
}

#w-node-ffe65466-9036-f20a-01b5-16a1cda5477b-87b270ca {
  place-self: stretch stretch;
}

#w-node-_9fdfeac0-fe83-f970-5343-008268b4d613-87b270ca {
  place-self: center start;
}

#w-node-_65fb482b-8e85-bcd1-2076-d244feed0196-e1d565cf {
  place-self: center;
}

#w-node-ffe65466-9036-f20a-01b5-16a1cda5477b-e1d565cf {
  place-self: stretch stretch;
}

#w-node-_4e2d4adb-99f6-151f-8da8-5886f7af96d3-e1d565cf {
  place-self: center start;
}

#w-node-_42274420-4fc1-5902-aaaa-14a3cba4134b-7f6a3141 {
  place-self: center;
}

#w-node-_42274420-4fc1-5902-aaaa-14a3cba41355-7f6a3141 {
  place-self: stretch stretch;
}

#w-node-_241308e3-9fd6-416c-22e8-5de4d6b263a1-8b810ce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_241308e3-9fd6-416c-22e8-5de4d6b263af-8b810ce8 {
  place-self: center end;
}

#w-node-_241308e3-9fd6-416c-22e8-5de4d6b263b6-8b810ce8 {
  align-self: center;
}

#w-node-_241308e3-9fd6-416c-22e8-5de4d6b263be-8b810ce8 {
  place-self: center end;
}

#w-node-_241308e3-9fd6-416c-22e8-5de4d6b263c5-8b810ce8 {
  align-self: center;
}

#w-node-_241308e3-9fd6-416c-22e8-5de4d6b263d3-8b810ce8 {
  place-self: center end;
}

#w-node-_241308e3-9fd6-416c-22e8-5de4d6b263da-8b810ce8 {
  align-self: center;
}

#w-node-_241308e3-9fd6-416c-22e8-5de4d6b263e8-8b810ce8 {
  place-self: center end;
}

#w-node-eacb4c46-8917-5d9b-fe84-2beb033b514b-8b810ce8 {
  align-self: center;
}

#w-node-ca15b5bb-50e1-3d21-8c4b-115d69503e88-8b810ce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710dfecb-d7bc-ccca-c3c3-5959266c47bf-8b810ce8 {
  place-self: center end;
}

#w-node-_646b3705-ff81-c03e-9845-956514e52c2e-8b810ce8 {
  align-self: center;
}

#w-node-_646b3705-ff81-c03e-9845-956514e52c32-8b810ce8 {
  place-self: center end;
}

#w-node-_3641949b-d057-0912-8e91-b3ca5d4f7b0a-8b810ce8 {
  align-self: center;
}

#w-node-_3641949b-d057-0912-8e91-b3ca5d4f7b0e-8b810ce8 {
  place-self: center end;
}

#w-node-_81e8de91-3f8b-661c-b7b1-83fa60984d7f-8b810ce8 {
  align-self: center;
}

#w-node-_81e8de91-3f8b-661c-b7b1-83fa60984d83-8b810ce8 {
  place-self: center end;
}

#w-node-_65fb482b-8e85-bcd1-2076-d244feed0196-bda7d7f2 {
  place-self: center;
}

#w-node-ffe65466-9036-f20a-01b5-16a1cda5477b-bda7d7f2 {
  place-self: stretch stretch;
}

#w-node-_65fb482b-8e85-bcd1-2076-d244feed0196-d1d2cb63 {
  place-self: center;
}

#w-node-ffe65466-9036-f20a-01b5-16a1cda5477b-d1d2cb63 {
  place-self: stretch stretch;
}

#w-node-_65fb482b-8e85-bcd1-2076-d244feed0196-34659974 {
  place-self: center;
}

#w-node-ffe65466-9036-f20a-01b5-16a1cda5477b-34659974 {
  place-self: stretch stretch;
}

#w-node-_65fb482b-8e85-bcd1-2076-d244feed0196-bc953480 {
  place-self: center;
}

#w-node-ffe65466-9036-f20a-01b5-16a1cda5477b-bc953480 {
  place-self: stretch stretch;
}

#w-node-_65fb482b-8e85-bcd1-2076-d244feed0196-da4f9c7d, #w-node-_65fb482b-8e85-bcd1-2076-d244feed0196-a6288b9e {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-ea1a1572-7f94-03bd-a46b-11d856d064e2-fbea1606 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Alliance No';
  src: url('../fonts/Alliance-No.1-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No';
  src: url('../fonts/Alliance-No.1-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}