:root {
  --midnight-blue: var(--black);
  --accent-1: var(--primary);
  --background: var(--card-bg-primary);
  --black: var(--black-text);
  --date: #8e8e8f;
  --white: var(--white-text);
  --tabs: var(--white);
  --white-smoke: #ebebeb;
  --stroke: #f0f0f0;
  --gainsboro: gainsboro;
  --line: #e4e4e4;
  --silver: #c6c6c6;
  --light-grey: #d4d4d4;
  --divider: #e8e8e8;
  --card-bg-primary: #f7f9ff;
  --secondary-text: #6e6e6e;
  --black-text: #191919;
  --light-blue: #3d6ef5;
  --banner-blue: #3d6ef5;
  --card-bg-secondary: #e6edff;
  --primary: #1d4ed8;
  --accent-2: #ec612a;
  --scroll: #6f6f6f;
  --dim-grey: #5b5a5a;
  --dark-slate-blue: #414370;
  --usesaaskit-stroke-1: #cecece;
  --usesaaskit-primary: #fd536e;
  --card-grey-shade: #fbfbfb;
  --white-text: #fff;
}

body {
  color: var(--midnight-blue);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 125%;
}

h2 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: var(--midnight-blue);
  text-align: left;
  text-decoration: none;
}

a.w--current {
  background-color: #fff;
  font-size: 18px;
}

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

li {
  font-size: 20px;
  line-height: 38px;
}

strong {
  font-weight: 500;
}

blockquote {
  border-left: 5px solid var(--accent-1);
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 16px 40px 16px 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
}

figure {
  margin-bottom: 10px;
}

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

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

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

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

.section.world {
  background-image: url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/67e3c32d7789c5274167663d_map.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 92%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero-grid {
  padding-top: 120px;
}

.section.dark {
  background-color: #f9f9f9;
}

.section.footer {
  background-color: var(--background);
  padding: 0 0 0;
}

.navbar {
  border-bottom: 0px solid var(--stroke);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  height: 6rem;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.transparent {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: block;
  position: static;
}

.navbar.transparent.common {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navbar-container {
  object-fit: fill;
  background-color: #fff0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar-container.transparent {
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navbar-container.transparent.custom-3 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.navbar-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--accent-1);
  grid-template-rows: 100%;
  grid-template-columns: 200px auto 130px 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  max-width: 1280px;
  height: 100%;
  display: flex;
  position: relative;
  top: auto;
}

.navbar-grid.around {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1280px;
  position: static;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.brand-navbar {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.brand-navbar.w--current {
  background-color: #fff0;
}

.dropdown-nav {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: static;
}

.dropdown-nav.desktop-nav {
  font-family: Space Grotesk;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.dropdown-toggle-nav {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  display: flex;
  position: static;
}

.dropdown-toggle-nav:focus {
  color: var(--midnight-blue);
  text-align: right;
  overflow-wrap: normal;
  border: 0 #000;
  flex: 0 auto;
  text-decoration: none;
}

.dropdown-toggle-nav.w--open {
  max-width: 1059px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(0);
}

.dropdown-toggle-nav.white {
  color: var(--white);
}

.dropdown-toggle-nav.white.w--open {
  max-width: 300px;
}

.dropdown-chevron-nav {
  color: var(--midnight-blue);
  text-align: left;
  background-color: #0000;
  align-items: stretch;
  max-width: 100%;
  height: auto;
  margin-left: 7px;
  display: flex;
}

.dropdown-chevron-nav:focus {
  color: var(--midnight-blue);
}

.dropdown-chevron-nav.white {
  color: var(--white);
}

.dropdown-list-nav {
  max-width: 200px;
  top: 0;
  box-shadow: 0 1px 20px #4e4e4e1a;
}

.dropdown-list-nav.w--open {
  z-index: 99;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--midnight-blue);
  background-color: var(--white);
  box-shadow: none;
  color: var(--midnight-blue);
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 760px;
  min-width: auto;
  max-width: none;
  min-height: 420px;
  max-height: none;
  margin-top: 40px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 60px auto auto;
}

.dropdown-list-nav.custom-width.w--open {
  background-color: #0000;
  border-width: 0;
  justify-content: space-between;
  width: 760px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  top: 60px;
  left: auto;
  right: auto;
}

.dropdown-list-nav.custom-width._2.w--open {
  margin-top: 0;
  padding-top: 36px;
}

.navbar-links {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-20 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-link-20.w--current {
  color: #424bd1;
}

.nav-link-20.individual-navlink {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
  padding-left: 12px;
  padding-right: 12px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-20.individual-navlink.white {
  color: var(--white);
  font-size: 16px;
  display: flex;
}

.arrow-button {
  background-color: #1d4ed8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.body {
  background-color: #fff;
  font-family: Manrope, sans-serif;
}

.link-block-3.white.none, .link-block-3.white.none.hide {
  display: none;
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-3.white.none, .link-block-3.white.none.hide {
  display: none;
}

.link-block-3.white {
  color: var(--white);
  margin-left: auto;
  display: flex;
}

.link-block-3.white.none, .link-block-3.white.none.hide {
  display: none;
}

.div-block-44 {
  background-color: #1d4ed8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  color: #1d4ed8;
  width: 26px;
  height: 20px;
  position: absolute;
  inset: auto;
}

.image-9._2 {
  width: 20px;
  height: 20px;
}

.text-block-6 {
  color: #191919;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.text-block-6.bold-text-52 {
  font-size: 18px;
  font-weight: 600;
}

.text-block-6.white {
  color: #fff;
}

.div-block-45 {
  background-color: #1d4ed8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-home.second.dark._2, .container-home.second.overflow {
  overflow: visible;
}

.container-home.second.overflow.techscroll, .container-home.second.work {
  padding-left: 0;
  padding-right: 0;
}

.container-home {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  line-height: 125%;
  position: relative;
  top: 0;
  overflow: hidden;
}

.container-home.second.dark._2, .container-home.second.overflow {
  overflow: visible;
}

.container-home.second.overflow.techscroll, .container-home.second.work {
  padding-left: 0;
  padding-right: 0;
}

.container-home.blog-banner {
  border-radius: 0;
}

.container-home.no-border {
  border-radius: 0;
  overflow: visible;
}

.container-home.second {
  background-color: var(--white);
  text-align: left;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  display: block;
}

.container-home.second.service {
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

.container-home.second.service.overflow {
  overflow: visible;
}

.container-home.second.service.right {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.container-home.second.dark._2, .container-home.second.overflow {
  overflow: visible;
}

.container-home.second.overflow.techscroll, .container-home.second.work {
  padding-left: 0;
  padding-right: 0;
}

.container-home.second.colored {
  overflow: visible;
}

.container-home.second.black {
  background-color: #0000;
  background-image: none;
  border-radius: 20px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.container-home.second.dark {
  background-color: #0000;
}

.container-home.second.dark._2, .container-home.second.overflow {
  overflow: visible;
}

.container-home.second.overflow.techscroll {
  padding-left: 0;
  padding-right: 0;
}

.container-home.third {
  background-color: var(--white);
  background-image: none;
  border-radius: 0;
}

.container-home.hero {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: block;
}

.cta-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.image-10 {
  color: #1d4ed8;
  width: 26px;
  height: 20px;
  position: absolute;
  inset: auto;
}

.cta-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1d4ed8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.section-home {
  color: #191919;
  background-color: #fff;
  width: auto;
  height: auto;
  max-height: none;
  padding: 5rem 4rem;
  display: block;
  overflow: hidden;
}

.section-home.service {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-home.service._2 {
  background-color: #252525;
  background-image: linear-gradient(90deg, #191919, #252525);
}

.section-home.service.custom {
  background-color: var(--white);
  padding-bottom: 60px;
}

.section-home.service.hero {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/685bbe6f32551a26ab848087_658856.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding: 0 100px 5rem;
  display: flex;
}

.section-home.service.hero.cloud {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/685bbed54d6cc91426aac18d_2151252464.webp");
}

.section-home.service.hero.customdev {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/685bbf1714b33e7ffdec2c7a_18697.webp");
}

.section-home.service.hero.legacy {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/685bc49ed2a7f5e0251a32e0_41856.webp");
}

.section-home.service.hero.web.tech-1 {
  background-image: linear-gradient(#00000024, #0000000d), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/6866218ab604d17196a8d9bf_9d0e05a76343b7c9053b1346a7b401d6_20112208_2010.w018.n001.516B.p15.516.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 90vh;
}

.section-home.service.hero.web.tech-1.nextjs {
  background-image: linear-gradient(#0000007d, #0000000d), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/68663707102e38d0c6eab7bc_249785fc6b231661a9f1822f84854ef8_21281626_1645.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-home.service.hero.web.tech-1.node {
  background-image: linear-gradient(#000000ab, #0000003b), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/68666bc916c93a3fb142131a_12198.avif");
}

.section-home.service.hero.web.tech-1.aws {
  background-image: linear-gradient(#000000cf, #00000070), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/686b5cfa055df95b7650d0e5_5508.avif");
}

.section-home.service.hero.web.tech-1.figma {
  background-image: linear-gradient(#00000024, #0000000d), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/686b619482bddc7185070138_21173239_6407367.avif");
}

.section-home.service.hero.web.renewable {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/6870a8447f886f6222962637_9254977_1526.avif");
}

.section-home.service.hero.web.electric {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/6870f96009ec30781cfaaf66_30749.avif");
}

.section-home.service.hero.web.travel {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/6870fa148713b6219e382bf7_d1150dd905147717cc0a723a570b73e7_2149272097.avif");
}

.section-home.service.hero.web.estate {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/687489d5134c80a2c1b3b8e6_21.avif");
}

.section-home.service.hero.web.education {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/68748a7b751aa2670765f13d_1db4383aea1aeec58400778d0016598e_9751.avif");
}

.section-home.service.hero.web.insurance {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/68748db9803e8ed1faf9701f_2815.avif");
}

.section-home.service.hero.web.govt {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/68788edb6fd9e1575a967c30_9f303347fcfff8aed288f74af953b525_361.avif");
}

.section-home.service.hero.uiux {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/685bcd435e7c6b2ff35b00f7_20471.webp");
}

.section-home.service.hero.ai {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/685d2c0ad69567935e841bd0_27827.webp");
}

.section-home.service.hero.ai.service-hero-section {
  width: 100%;
  display: flex;
}

.section-home.service.hero.mobile {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/685d2c541391aab79624af71_31074.webp");
}

.section-home.service.hero.android {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/685d2c90b6e2afd0d3410b17_413.webp");
}

.section-home.service.hero.ios {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/685d2cd52bff5e05f792d0ba_1404.webp");
}

.section-home.service.hero.cross {
  background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/686b80ca10d360f05a34c9de_d2c229650e524eb23114c01f025a9795_209%20(1).avif");
}

.section-home.service.custom--b {
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.section-home.service.blue {
  background-color: var(--accent-1);
}

.section-home.service.blue.overflow {
  background-image: linear-gradient(90deg, #000, #252525);
  height: auto;
  overflow: visible;
}

.section-home.service.contact-1 {
  background-image: linear-gradient(#00000030, #0003), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/68303379c559054a9421d9d1_freepik__upload__20327.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  height: 60vh;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.section-home.vector {
  padding-bottom: 60px;
}

.section-home.v1 {
  flex-flow: column;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 0 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-home.v1.contact {
  margin-top: 0;
}

.section-home.v1.blogs {
  margin-top: 0;
  margin-bottom: 1rem;
}

.section-home.v1.blogs.hide {
  display: block;
}

.section-home.v1.featured {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.section-home.v1.featured.hide {
  display: block;
}

.section-home.v1.featured._2 {
  padding-bottom: 5rem;
  overflow: visible;
}

.section-home.v1.our-work {
  margin-top: 5rem;
  margin-bottom: 0;
}

.section-home.v1.our-work.custom {
  margin-top: 5rem;
}

.section-home.v1.blog-banner {
  background-color: var(--stroke);
  justify-content: flex-start;
  height: 45%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.section-home.v1.blog-banner._2 {
  background-color: var(--white);
  height: 50%;
  padding-top: 2rem;
  padding-bottom: 0;
}

.section-home.v1.hero {
  background-color: #fff0;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.section-home.v1.black {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/683ed63002676eb46a2eeccb_20ad59180a1155b8732c5e0fd0f0fe31_Grid-Vector.svg"), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/683ed5decf95b279ff2cecc3_bd4edf26c40ec2eb0345de3cd52eb79b_Light%20Rays%20Effect.svg");
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-clip: border-box;
  height: auto;
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-home.v1.dark {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/683ed63002676eb46a2eeccb_20ad59180a1155b8732c5e0fd0f0fe31_Grid-Vector.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-home.v1.overflow {
  overflow: visible;
}

.text-block-8 {
  color: #191919;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.text-block-8.primary-button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.split-lines {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 61px;
}

.split-lines.whatwedo {
  text-align: left;
  width: 130vw;
  margin-top: 0;
  line-height: 64px;
}

.split-lines.single-blog {
  text-align: left;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 58px;
}

.split-lines.white {
  color: #f9f8ff;
  margin-top: 0;
}

.split-lines.white.right {
  text-align: left;
  margin-bottom: 12px;
  font-weight: 700;
}

.split-lines.new {
  margin-top: 0;
  font-size: 42px;
  line-height: 52px;
}

.split-lines.new.white {
  margin-bottom: 12px;
}

.split-lines.tech-scroll {
  text-align: left;
  margin-top: 8px;
}

.title-wrapp-animated {
  position: relative;
}

.heading-wrap {
  aspect-ratio: auto;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.info-para {
  color: #191919;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.info-para.whatwedo {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.info-para.author {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.info-para.author.time {
  color: var(--secondary-text);
}

.name-client {
  color: var(--secondary-text);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.company-numbers-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: flex;
  overflow: hidden;
}

.company-numbers-wrapper.service {
  padding-left: 0;
  padding-right: 0;
}

.company-numbers-wrapper.service.tech-1 {
  margin-top: 40px;
}

.detail-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.main-detail-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.testimonial-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #b8b8b8;
  border-bottom: 8px solid #000;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px;
  display: flex;
}

.testimonial-wrapper.service {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
}

.testimonial-wrapper.service.bottom-margin {
  margin-bottom: 20px;
}

.clients-heading {
  font-family: Manrope, sans-serif;
  position: static;
}

.image-23 {
  width: auto;
  height: 300px;
  display: block;
  position: static;
  overflow: visible;
}

.description-content {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.description-content.service {
  font-size: 16px;
}

.client-image-wrapper {
  width: 0;
  min-width: 180px;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials {
  margin-top: 60px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

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

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

.number-content {
  text-align: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 150%;
}

.number-content.service {
  color: var(--black);
  font-size: 50px;
  font-weight: 400;
}

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

.review-content {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
}

.casestyudy-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.casestudy-labels {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.casestudy-title {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.casestudy-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.casestudy-content-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.casestudy-link {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #191919;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-25 {
  aspect-ratio: 3 / 2;
  max-height: 380px;
}

.casestudy-para {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.tag {
  background-color: #f7f9ff;
  border: 1px solid #6e6e6e;
  border-radius: 21px;
  flex: 0 auto;
  padding: 6px 22px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.casestudy-title-wrapper {
  font-family: Manrope, sans-serif;
}

.casestudy-image-wrapper {
  align-self: center;
  width: auto;
  height: 340px;
  min-height: 0;
}

.casestudy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #000;
  border-bottom-width: 6px;
  border-radius: 12px;
  flex-flow: column;
  min-height: 750px;
  padding: 30px 40px;
  display: flex;
}

.section-black {
  background-color: var(--black);
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-link-two {
  color: #191919;
  margin-top: 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

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

.footer-link-two.w--current {
  font-size: 16px;
}

.footer-link-two.link-all {
  color: var(--accent-1);
  text-decoration: underline;
}

.footer-copyright {
  color: #191919;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.conditions {
  color: #6e6e6e;
  text-decoration: underline;
}

.footer-light-copy {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 4rem;
  display: flex;
  position: relative;
}

.footer-link-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  height: auto;
  display: grid;
}

.brand-info-container {
  width: 20vw;
  margin-top: 12px;
  font-weight: 500;
  text-decoration: none;
}

.privacy-policy {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.image-30 {
  width: 28px;
}

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

.footer-brand {
  text-decoration: none;
}

.footer-social-link {
  margin-left: 12px;
}

.links-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.main-mail-container {
  margin-top: 32px;
}

.footer-wrapper-two {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.mail-title {
  color: #6e6e6e;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.mail-title.info {
  color: #1d4ed8;
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: underline;
}

.terms-and-conditions {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.footer-title {
  color: var(--accent-1);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.main-link-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.footer-block-two {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 120%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
}

.h2 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
}

.h2.blogs {
  font-weight: 600;
  line-height: 38px;
}

.h2.blogs.only-for-blogs {
  text-align: left;
}

.h2.what-we-do {
  margin-bottom: 30px;
}

.h2.center {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 52px;
}

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

.h2.left.white {
  color: var(--background);
}

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

.image-31 {
  height: 40px;
}

.button-show {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: var(--accent-1);
  font-weight: 500;
}

.image-44 {
  height: 44px;
}

.heading-19 {
  margin-top: 0;
  font-size: 60px;
  font-weight: 600;
}

.background-video {
  background-image: linear-gradient(201deg, #000000a3, #000000d9);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  max-height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-90 {
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
}

.blank-div {
  height: 6rem;
}

.paragraph-36 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

.hidebar {
  z-index: 9999;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 6rem;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.tabs {
  margin-top: 60px;
}

.tab-link-tab-1 {
  color: #2e2e2e;
  background-color: #fff;
  border-bottom: 2px solid #ababab;
  border-radius: 2px;
  font-weight: 500;
}

.tab-link-tab-1.w--current {
  border-bottom: 2px solid var(--accent-1);
  color: var(--accent-1);
  background-color: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
}

.tabs-content {
  margin-top: 5rem;
}

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

.div-block-93 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-block-94 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 48px;
  max-width: 48px;
  height: 100%;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.paragraph-37 {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-53 {
  align-self: flex-start;
  width: 100%;
  height: 100%;
}

.div-block-112 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gradient-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.div-block-113 {
  background-color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/68414bb140173afe7fad757d_7b19bacf954f74d0b1d8b6305bd9b9c6_100%25%20grid.svg");
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #000;
  border-bottom-width: 8px;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding: 40px;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 28px 30px;
  display: flex;
}

.paragraph-48 {
  text-align: center;
  background-color: #0000;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.grid-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.paragraph-49 {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 0;
}

.paragraph-49.left-right {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 28px;
}

.glow-effect-wrapper {
  z-index: -1;
  pointer-events: none;
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.copy-me-button {
  z-index: 1;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.2rem;
  transition: transform .2s ease-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.copy-me-button:hover {
  transform: scale(1.05);
}

.star-2 {
  opacity: .37;
  filter: blur(5px);
  max-width: 115%;
}

.lottie {
  width: 150%;
  height: 150%;
  position: absolute;
  inset: auto;
}

.lottie.horizontal {
  transform: rotate(90deg);
}

.glow-circle {
  filter: blur(20px);
  background-color: #45beff;
  border-radius: 100000000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.glow-circle._50-opacity {
  opacity: .5;
  opacity: .5;
  background-image: radial-gradient(circle, #000, #3be8ff);
}

.text-block {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #a5a5a5, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 28px;
}

.glow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.glow-wrapper._2 {
  width: 200px;
  height: 200px;
}

.button-spacing {
  z-index: 3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #000000cf;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  border-radius: 8px;
  padding: 16px 60px;
  font-family: Varela Round, sans-serif;
  line-height: 1;
  transition: all .6s;
  position: relative;
}

.button-container {
  z-index: 1;
  background-color: #ffffff26;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-116 {
  background-image: linear-gradient(152deg, #ffffff59, #ffffffa8);
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  min-height: 340px;
  padding: 12px;
  display: flex;
}

.video {
  border-radius: 8px;
}

.grid-21 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.div-block-121 {
  border: 1px solid #000;
  border-bottom-width: 8px;
  border-radius: 22px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 40px 0;
  display: flex;
  overflow: hidden;
}

.paragraph-52 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.div-block-122 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 330px;
  margin-top: 10px;
  display: flex;
  overflow: visible;
}

.div-block-122.secondary {
  height: 260px;
  padding: 12px;
}

.paragraph-53 {
  margin-bottom: auto;
}

.div-block-123 {
  border: 1px solid #000;
  border-bottom-width: 8px;
  border-radius: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.div-block-124 {
  margin-bottom: auto;
}

.div-block-125 {
  border: 1px solid #000;
  border-bottom-width: 8px;
  border-radius: 22px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.div-block-126 {
  border: 1px solid #000;
  border-bottom-width: 8px;
  border-radius: 22px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.div-block-127 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-128, .div-block-129 {
  width: 50%;
}

.component {
  border-top: 2px solid #fff;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 20px 0;
  display: flex;
}

.paragraph-54 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.tech-heading {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 0;
}

.div-block-131 {
  align-self: flex-start;
}

.div-block-132 {
  align-self: flex-start;
  margin-left: 20px;
}

.div-block-133 {
  width: 40%;
  margin-left: auto;
}

.paragraph-55 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-134 {
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-left: 12px;
  display: flex;
}

.div-block-136 {
  background-color: #f1f1f1;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-136.tech {
  padding: 0;
}

.div-block-137 {
  margin-left: 40px;
}

.paragraph-56 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#1d4ed8, #1d4ed87d);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  min-width: 110px;
  max-width: 370px;
  margin-bottom: 0;
  font-size: 200px;
  line-height: 240px;
}

.div-block-138 {
  width: auto;
  height: auto;
  min-height: auto;
  overflow: visible;
}

.paragraph-57 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-58 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-139 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-140 {
  background-image: url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/68467a918a5f31ba4f2d3639_ecdd9e3fb61f85c89a66ca1f0274aa66_freepik__expand__91562.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  height: 550px;
  padding: 40px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.div-block-140.tech-scroll {
  background-image: url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/6864f03cd434f2bdf5cbad6f_Team-image.avif");
}

.div-block-141 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54 {
  font-weight: 700;
}

.heading-3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

.your {
  color: #000;
  font-size: 24px;
  line-height: 25.2px;
}

.your.bottom-39 {
  margin-bottom: 39px;
}

.heading-hire {
  color: #000;
  margin-top: 2vh;
  margin-bottom: 5vh;
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 1;
}

.grid-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 1.375rem;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 22.9688rem;
  margin-bottom: 3rem;
  margin-left: auto;
}

.grid-2._2 {
  grid-template-columns: 1fr 1fr;
  margin-left: 0;
}

.hire-2-col {
  grid-column-gap: 20px;
  grid-row-gap: 6vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hire-2-col.xs {
  grid-row-gap: 3vh;
  grid-template-columns: 1fr;
}

.hire-label {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.field_label {
  z-index: 1;
  color: #6669;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  transition: all .3s;
  position: relative;
}

.field_label.large {
  transform: translate(0, 34px);
}

.success-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.form-block-2 {
  height: 100%;
}

.success {
  text-align: left;
  background-color: #0000;
  height: 100%;
  padding: 10vh 0;
}

.field {
  z-index: 2;
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 28.8px;
  position: relative;
}

.send-message {
  background-color: var(--accent-1);
  color: #fff;
  border-radius: 10px;
  margin-top: 60px;
  padding: 1rem 3rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  transition: all .3s;
}

.send-message:hover {
  background-color: var(--primary);
}

.send-message:active {
  color: #000;
  background-color: #fff;
}

.thankyou {
  color: #000;
  margin-bottom: 64px;
  font-size: 7.5rem;
  line-height: 1;
}

.footer-link {
  color: #fff;
  text-align: left;
  cursor: none;
  align-items: flex-start;
  width: 100%;
  margin-right: 2.96875rem;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-link.black {
  color: #000;
  cursor: pointer;
  cursor: pointer;
}

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

.col {
  flex: 1;
  position: relative;
}

.black-line-animation {
  z-index: 3;
  background-color: #000;
  width: 0%;
  height: 1px;
  transition: all .6s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hire-content-wrapper {
  width: 100%;
  height: 100%;
}

.hire-main-wrapper {
  grid-column-gap: 3vw;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.full-width {
  background-color: #ebecf0;
  width: 100%;
  height: auto;
  padding: 5rem;
  overflow: hidden;
}

.text {
  align-items: center;
  margin-top: 8.25rem;
  display: flex;
  position: sticky;
  top: 11.875rem;
  transform: rotate(-90deg);
}

.text.logo {
  letter-spacing: -.5px;
  flex-direction: row;
  margin-top: 6.75rem;
  font-size: 18px;
  line-height: 25px;
  position: static;
}

.text.logo.is--hire {
  cursor: auto;
  cursor: auto;
  margin-top: 3.4rem;
  margin-left: -2rem;
}

.code-embed {
  margin-bottom: 60px;
}

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

.code-embed-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}

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

.div-block-147 {
  max-width: 240px;
  min-height: auto;
  max-height: 240px;
  margin-top: auto;
}

.div-block-147.top {
  max-width: 240px;
  max-height: 240px;
}

.top {
  margin-top: 8px;
}

.div-block-148 {
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-61 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-149 {
  background-color: var(--accent-1);
  width: 50%;
  height: 100%;
  min-height: 100%;
  padding: 20px;
}

.div-block-149.full {
  background-color: var(--stroke);
  color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 420px;
  max-height: 100%;
  padding: 40px 30px 30px;
  display: flex;
}

.div-block-149.full.technology {
  height: 355px;
}

.div-block-150 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 0;
  display: flex;
}

.link-block-7 {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.div-block-151 {
  border-bottom: 1px solid var(--stroke);
  -webkit-text-stroke-color: var(--accent-2);
  width: 100%;
  padding: 20px 20px 12px;
}

.text-block-16 {
  background-color: var(--stroke);
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
}

.div-block-152 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
  position: relative;
}

.text-block-17 {
  font-size: 14px;
  font-weight: 600;
}

.paragraph-62 {
  color: var(--black);
  font-weight: 500;
}

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

.checkbox-field, .checkbox-field-2, .checkbox-field-3 {
  color: var(--scroll);
  margin-top: 4px;
}

.div-block-154 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.checkbox-field-4 {
  color: var(--scroll);
}

.navbar-2 {
  background-color: #0000;
  max-width: 1280px;
  height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-62 {
  height: 40px;
}

.brand {
  margin-right: auto;
}

.brand.w--current {
  background-color: #0000;
}

.image-65 {
  display: none;
}

.code-embed-3 {
  width: 100%;
  margin-top: 70px;
}

@media screen and (min-width: 1280px) {
  .navbar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar.transparent {
    align-self: center;
    width: 100%;
  }

  .navbar-container.transparent {
    max-width: none;
  }

  .nav-menu {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .navbar-links {
    font-size: 20px;
  }

  .paragraph-big-3.date.paragraph-margin-0.top-margin.center {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .nav-link-20.individual-navlink {
    font-size: 20px;
  }

  .nav-link-20.individual-navlink.white {
    font-size: 20px;
    display: flex;
  }

  .project-heading-h2.no-margins-0.center {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .container-home.second.service {
    display: block;
  }

  .container-home.second.service.banner {
    flex-flow: row;
    display: flex;
  }

  .container-home.second.work {
    padding-left: 0;
    padding-right: 0;
  }

  .section-home.service.custom--b {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-home.service.blue.overflow {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .section-home.vector {
    background-position: 50%;
  }

  .number-content.service {
    color: var(--black);
    font-size: 50px;
  }

  .footer-link-wrapper {
    grid-column-gap: 6rem;
  }

  .footer-wrapper-two {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .image-31 {
    height: 44px;
  }

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

  .div-block-66 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-44 {
    height: 44px;
  }

  .background-video {
    justify-content: space-between;
    align-items: stretch;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-90 {
    align-self: center;
  }

  .paragraph-36 {
    margin-bottom: 40px;
  }

  .div-block-113 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .common-navbar {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-3 {
    width: 100%;
  }

  .nav-menu-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .image-62 {
    height: 44px;
  }

  .collection-item-6 {
    min-height: 270px;
  }
}

@media screen and (min-width: 1440px) {
  .main-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar.transparent {
    align-self: center;
    width: 100%;
  }

  .navbar-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1280px;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .navbar-container.transparent {
    max-width: none;
  }

  .navbar-container.transparent.custom-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-grid {
    align-self: center;
    width: 100%;
  }

  .dropdown-list-nav.w--open {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .submenu-master-careers {
    top: 120px;
  }

  .grid-4.normal-grid4, .grid-4.reverse-grid4, .grid-4.normal-grid4, .grid-4.reverse-grid4 {
    border-bottom: 0px solid var(--secondary-text);
  }

  .project-heading-h2.no-margins-0 {
    font-family: Manrope, sans-serif;
    font-size: 28px;
    font-weight: 500;
  }

  .container-home.second {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-home.second.service {
    display: block;
  }

  .container-home.second.service._2 {
    display: flex;
  }

  .section-home {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-home.v1.hero {
    width: 100%;
  }

  .section-home.service.hero.ai.service-hero-section {
    text-align: left;
    text-align: left;
    text-align: left;
    justify-content: space-between;
    align-items: stretch;
  }

  .section-home.service.custom--b {
    display: flex;
  }

  .section-home.service.blue.overflow {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .section-home.vector {
    background-position: 50%;
  }

  .split-lines.single-blog {
    margin-top: 0;
  }

  .company-numbers-wrapper.service {
    justify-content: space-between;
    align-items: center;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .number-content.service {
    color: var(--black);
    font-size: 50px;
    font-weight: 400;
  }

  .review-content {
    color: var(--black-text);
  }

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

  .footer-light-copy {
    background-color: #fff;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .footer-link-wrapper {
    grid-column-gap: 7rem;
    place-items: start;
  }

  .footer-wrapper-two {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .main-link-wrapper {
    width: 100%;
  }

  .h2 {
    color: var(--black);
    font-size: 32px;
  }

  .rtb {
    line-height: 140%;
  }

  .image-31 {
    height: 44px;
  }

  .image-32 {
    aspect-ratio: auto;
    margin-right: 20px;
  }

  .image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .single-blog-wrapper {
    margin-bottom: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-36 {
    aspect-ratio: 3 / 2;
  }

  .blog-content-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .blog-author {
    margin-top: 20px;
  }

  .text-block-11 {
    background-color: #fff;
    border-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .empty-state {
    display: block;
  }

  .div-block-48 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-block-52 {
    object-fit: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
    overflow: visible;
  }

  .collection-item {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-53 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .date {
    color: var(--accent-1);
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
  }

  .read-time {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
  }

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

  .div-block-61 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .para-new-service {
    font-size: 56px;
    line-height: 68px;
  }

  .background-video {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-90 {
    align-self: center;
  }

  .blank-div {
    height: 6rem;
  }

  .paragraph-36 {
    margin-bottom: 40px;
  }

  .hidebar {
    display: none;
  }

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

  .div-block-113 {
    width: 92%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .common-navbar {
    display: flex;
  }

  .navbar-2 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
  }

  .navbar-2.navbar-2-wrapper {
    max-width: 100%;
  }

  .div-block-156 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    display: flex;
  }

  .div-block-169 {
    width: 100%;
    max-width: 1280px;
  }

  .heading-25 {
    margin-bottom: 0;
  }

  .div-block-170 {
    width: 50%;
    max-width: 1280px;
  }

  .collection-item-6 {
    min-height: 270px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar.transparent {
    align-self: center;
    width: 100%;
  }

  .navbar-container.transparent {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-grid {
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-list-nav.w--open {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 1080px;
    display: flex;
  }

  .container-home.second.service {
    display: block;
  }

  .container-home.second.service._2 {
    display: flex;
  }

  .section-home.service.hero {
    background-image: linear-gradient(#0009, #000000fa), url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/6819f2053ae42c1883283dc8_11727.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-home.service.blue.overflow {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .section-home.vector {
    background-size: 370px;
  }

  .number-content.service {
    font-size: 48px;
  }

  .footer-link-wrapper {
    grid-column-gap: 7rem;
    place-items: start center;
  }

  .footer-block-two {
    align-items: flex-start;
  }

  .div-block-78 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 86%;
  }

  .heading-19 {
    margin-bottom: 20px;
  }

  .background-video {
    background-image: linear-gradient(201deg, #000000a3, #000000d9);
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .div-block-90 {
    align-self: center;
  }

  .paragraph-36 {
    margin-bottom: 40px;
  }

  .grid-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
  }

  .div-block-93 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-94 {
    width: 100%;
    min-width: 48px;
    max-width: 48px;
    height: 100%;
    min-height: 48px;
    max-height: 48px;
  }

  .image-53 {
    width: 100%;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

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

  .div-block-113 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-125 {
    align-items: stretch;
  }

  .common-navbar {
    display: flex;
  }

  .navbar-2 {
    justify-content: space-between;
    align-self: center;
    width: 100%;
  }

  .nav-menu-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-25 {
    margin-bottom: 0;
  }

  .heading-27, .heading-29 {
    text-decoration: underline;
  }

  .collection-item-6 {
    min-height: 280px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 20px;
  }

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

  .section.world {
    background-size: contain;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .main-container {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .main-container.secondary.center {
    justify-content: center;
    align-items: center;
  }

  .paragraph-big {
    text-align: center;
  }

  .space-32 {
    height: 60px;
  }

  .space-80 {
    height: 40px;
    display: block;
  }

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

  .grid-halves.halves-pricing {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-halves.halves-pricing {
    grid-row-gap: 80px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-halves.halves-pricing.cooperative-grid {
    grid-row-gap: 55px;
    grid-row-gap: 55px;
  }

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

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

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

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

  .grid-thirds.grid-cols-1md-grid-rows-2 {
    grid-column-gap: 20px;
    grid-row-gap: 46px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    display: grid;
  }

  .sub-heading, .sub-heading.text-center-md-text-start, .sub-heading.text-center-md-text-start {
    text-align: center;
  }

  .content-text-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-cover {
    object-fit: fill;
  }

  .image-cover.project-image-cover {
    object-fit: contain;
    object-fit: contain;
    flex: 0 auto;
  }

  .feature-card-main {
    padding: 32px;
  }

  .feature-card-main.communication-channels-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-form-wrap {
    width: 95%;
    max-width: 95%;
  }

  .cta-column {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-wrap-big {
    padding-top: 0;
  }

  .business-column {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .business-card-wrap {
    margin-left: 0;
  }

  .space-48 {
    display: block;
  }

  .service-marquee-card {
    height: 440px;
    padding: 55px;
  }

  .cta-list.gap-24 {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .limit-620 {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-block {
    min-height: 540px;
  }

  .sticky-business-card {
    padding: 24px;
  }

  .home-c-cta {
    padding: 40px;
  }

  .industry-hero-container {
    width: 96%;
    max-width: 1200px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .design-process-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.2fr;
  }

  .space-56 {
    display: none;
  }

  .blog-image-wrap {
    height: 25vw;
  }

  .cta-four {
    grid-column-gap: 40px;
    padding: 24px;
  }

  .about-content-wrap.flex-flex-col-items-center-justify-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .content.about-member-wrapper {
    justify-content: center;
  }

  .image-wrap {
    height: auto;
  }

  .image-wrap.project-image-wrapper {
    width: 100%;
  }

  .image-wrap.mobile {
    display: block;
  }

  .image-wrap.mobile-hide {
    display: none;
  }

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

  .heading-wrap-faq-halves {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .expandable-master {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar.transparent {
    width: 100%;
    min-width: 100%;
  }

  .navbar-container.transparent {
    min-width: 100%;
  }

  .navbar-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-grid.around {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .nav-menu {
    z-index: 999999;
    grid-row-gap: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--black) var(--black) var(--white-smoke);
    background-color: #fff;
    border-radius: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    min-height: auto;
    max-height: 100vh;
    padding: 16px 24px 40px;
    position: absolute;
    top: 6rem;
    overflow: visible;
    box-shadow: 0 1px 20px #8787871a;
  }

  .brand-navbar.w--current {
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .dropdown-nav {
    border: 1px #000;
    border-bottom: 1px solid #f3efef;
    justify-content: flex-start;
    width: auto;
    height: auto;
    font-size: 18px;
    display: block;
  }

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

  .dropdown-toggle-nav {
    justify-content: flex-start;
    margin: 0;
    padding: 22px 0 6px;
    font-size: 16px;
  }

  .dropdown-toggle-nav.w--open {
    margin-left: 0;
    display: flex;
  }

  .dropdown-toggle-nav.white {
    color: var(--black);
  }

  .dropdown-list-nav.w--open {
    border-style: none;
    border-color: var(--divider);
    background-color: var(--white);
    box-shadow: none;
    position: static;
  }

  .dropdown-list-nav.custom-width.w--open {
    width: 100%;
    padding-top: 0;
  }

  .dropdown-list-nav.custom-width._2.w--open {
    justify-content: flex-start;
    width: 100%;
    min-width: 100%;
    padding-top: 0;
  }

  .nav-cta {
    margin-right: 0;
    display: block;
  }

  .submenu-master-careers {
    justify-content: flex-start;
    align-items: stretch;
    overflow: scroll;
  }

  .deparment-careers {
    padding-bottom: 64px;
  }

  .list-careers {
    grid-template-columns: 1fr 1fr;
  }

  .careers-single-hero-container {
    -webkit-text-fill-color: inherit;
    background-position: 100% 100%;
    background-size: auto 100%;
    background-clip: border-box;
  }

  .columns-single-career {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .column-left-single-career, .column-right-single-career {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-section-blog-overview {
    padding-left: 0;
    padding-right: 0;
  }

  .resource-hero-container {
    padding: 180px 14px;
  }

  .resource-hero-container.success-story-hero-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .resource-hero-container.success-story-hero-container.partnership-programming-hero-image {
    background-position: 50% 35%;
    background-size: 100%;
    background-attachment: scroll;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .menu-button {
    border-radius: 12px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 9999;
    background-color: #0000;
  }

  .hamburger-icon {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
  }

  .hamburger-wrap {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .coklumn-left-business {
    flex-direction: column;
  }

  .coklumn-left-business.sticky-column {
    position: static;
  }

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

  .content-right-side {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .team-card-3 {
    max-width: none;
  }

  .card-4 {
    background-color: var(--card-bg-primary);
    color: var(--black);
    max-width: none;
    font-family: Manrope, sans-serif;
  }

  .image-cover-5 {
    object-fit: cover;
  }

  .image-cover-6 {
    object-fit: contain;
  }

  .business-image-wrap-2.big {
    height: 180px;
  }

  .heading-6 {
    font-size: 36px;
  }

  .section-center-heading {
    width: 100%;
  }

  .section-left-subheading.blue-subheading {
    color: var(--black);
    font-weight: 500;
  }

  .mega-h1-2 {
    font-size: 70px;
  }

  .mega-h1-2._404-heading.sm-center {
    text-align: center;
    text-align: center;
    text-align: center;
    font-size: 50px;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-links {
    font-size: 16px;
  }

  .div-block-17 {
    margin-top: 30px;
  }

  .mega-h1-3 {
    font-size: 70px;
  }

  .mega-h1-3.h1-55 {
    font-size: 55px;
  }

  .mega-h1-3.h1-55.no-margins-5 {
    font-size: 50px;
  }

  .mega-h1-3.h1-55.hero-text {
    font-size: 60px;
  }

  .tech-content-2 {
    padding: 0 24px 24px 0;
  }

  .tech-content-2.project-wrapper {
    justify-content: center;
    align-items: center;
  }

  .paragraph-big-3.date {
    text-align: center;
    text-align: center;
  }

  .heading-15 {
    font-size: 32px;
  }

  .main-title-wrap-2 {
    text-align: left;
    width: 100%;
  }

  .title-2 {
    font-size: 60px;
  }

  .title-2.hero-heading-700 {
    text-align: center;
    text-align: center;
    font-size: 40px;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-content.justify-center-md-justify-start {
    text-align: left;
    text-align: left;
    align-items: center;
  }

  .subtitle-3.date.sm-center {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .sticky-business-card-2 {
    padding: 24px;
  }

  .limit-684 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-4.normal-grid4 {
    grid-template-columns: 1fr;
  }

  .grid-4.reverse-grid4 {
    flex-flow: column-reverse;
    display: flex;
  }

  .nav-link-20 {
    text-align: left;
    justify-content: center;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .nav-link-20.individual-navlink {
    border-bottom: 1px solid var(--white-smoke);
    justify-content: flex-start;
    align-items: center;
    padding: 22px 0 6px;
    font-size: 16px;
  }

  .nav-link-20.individual-navlink.white {
    color: var(--black);
  }

  .project-heading-h2 {
    text-align: center;
    font-size: 32px;
  }

  .project-heading-h2.no-margins-0 {
    text-align: center;
    text-align: center;
  }

  .link-block-3 {
    opacity: 0;
    padding-left: 220px;
    display: none;
  }

  .link-block-3.white {
    opacity: 1;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    display: flex;
    position: relative;
  }

  .link-block-3.white.none {
    opacity: 1;
    display: flex;
  }

  .link-block-3.white.none.hide {
    display: none;
  }

  .link-block-3.no-hide {
    opacity: 1;
    padding-left: 0;
    display: flex;
  }

  .text-block-6 {
    color: #191919;
  }

  .container-home {
    width: 100%;
  }

  .container-home.second {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section-home.service.hero.web.tech-1.nextjs, .section-home.service.hero.web.tech-1.node, .section-home.service.hero.web.tech-1.aws, .section-home.service.hero.web.tech-1.figma {
    height: 100vh;
  }

  .section-home.v1 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .section-home.v1.hero {
    margin-bottom: 0;
    padding-bottom: 3rem;
  }

  .section-home.v1.our-work.custom {
    margin-top: 3rem;
  }

  .section-home.service.hero.web.tech-1.nextjs, .section-home.service.hero.web.tech-1.node, .section-home.service.hero.web.tech-1.aws, .section-home.service.hero.web.tech-1.figma {
    height: 100vh;
  }

  .section-home.service.hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-home.service.hero.web.tech-1.nextjs, .section-home.service.hero.web.tech-1.node, .section-home.service.hero.web.tech-1.aws, .section-home.service.hero.web.tech-1.figma, .section-home.service.hero.web.tech-1.nextjs, .section-home.service.hero.web.tech-1.node, .section-home.service.hero.web.tech-1.aws, .section-home.service.hero.web.tech-1.figma, .section-home.service.hero.web.tech-1.nextjs, .section-home.service.hero.web.tech-1.node, .section-home.service.hero.web.tech-1.aws, .section-home.service.hero.web.tech-1.figma, .section-home.service.hero.web.tech-1.nextjs, .section-home.service.hero.web.tech-1.node, .section-home.service.hero.web.tech-1.aws, .section-home.service.hero.web.tech-1.figma {
    height: 100vh;
  }

  .section-home.service.custom--b {
    display: none;
  }

  .section-home.service.blue.overflow {
    height: auto;
  }

  .section-home.service.contact-1 {
    display: none;
  }

  .text-block-8 {
    color: #191919;
  }

  .split-lines {
    font-size: 2.75rem;
  }

  .split-lines.whatwedo {
    width: 100%;
  }

  .split-lines.new {
    line-height: 52px;
  }

  .info-para.whatwedo {
    text-align: left;
    text-align: left;
  }

  .h4 {
    height: auto;
  }

  .company-numbers-wrapper {
    width: 100%;
  }

  .company-numbers-wrapper.service {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .review-content {
    font-size: 16px;
  }

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

  .image-25 {
    width: 100%;
  }

  .casestudy-image-wrapper {
    height: auto;
  }

  .section-black {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-light-copy {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .footer-link-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 60px;
  }

  .brand-info-container {
    width: 100%;
    margin-top: 12px;
  }

  .footer-bottom {
    flex-flow: row;
  }

  .links-container {
    justify-content: space-between;
  }

  .footer-wrapper-two {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .terms-and-conditions {
    flex-flow: column;
  }

  .main-link-wrapper {
    max-width: none;
  }

  .footer-block-two {
    width: 100%;
  }

  .h2.left.white {
    font-size: 2.75rem;
  }

  .rtb {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    overflow: auto;
  }

  .menu-1-1 {
    width: auto;
    margin-left: auto;
  }

  .about-us-title {
    flex-flow: column;
  }

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

  .single-blog-wrapper {
    flex-flow: column;
  }

  .image-36 {
    max-width: 630px;
    overflow: visible;
  }

  .image-37 {
    overflow: visible;
  }

  .div-block-48 {
    width: 100%;
    overflow: visible;
  }

  .main-blog-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 90vw;
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div-block-56, .div-block-59 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-61 {
    margin-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-62 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .grid-10, .grid-11 {
    grid-template-columns: 1fr;
  }

  .div-block-66 {
    justify-content: center;
    align-items: center;
  }

  .image-43 {
    width: 100%;
  }

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

  .new-service-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .new-service-wrapper.tech-variant {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-70, .div-block-71 {
    width: 100%;
  }

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

  .div-block-73 {
    height: 400px;
    display: none;
  }

  .div-block-75.light {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .div-block-78, .div-block-78.tech-1, .div-block-78.tech-1 {
    width: 100%;
  }

  .heading-19 {
    font-size: 52px;
  }

  .background-video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hidebar {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

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

  .slider01_slide {
    width: 380px;
  }

  .slider01_mask {
    width: 50%;
  }

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

  .testimonial-card1_item {
    height: 660px;
  }

  .div-block-99 {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    top: 250px;
  }

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

  .logos-marquee {
    display: none;
  }

  .div-block-112 {
    min-width: 100%;
  }

  .div-block-113 {
    flex-flow: row;
  }

  .div-block-114 {
    flex-flow: column;
  }

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

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

  .div-block-122.secondary {
    overflow: hidden;
  }

  .div-block-122.secondary.seesaw {
    padding-top: 50px;
  }

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

  .div-block-128, .div-block-129 {
    width: auto;
  }

  .div-block-132 {
    width: 40%;
  }

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

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .grid-2 {
    z-index: 99;
    grid-column-gap: 1.375rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hire-label {
    display: none;
  }

  .footer-link {
    margin-right: 0;
  }

  .full-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .code-embed {
    margin-bottom: 0;
  }

  .div-block-148 {
    flex-flow: column;
    flex: 1;
  }

  .div-block-149.full {
    flex-flow: column;
    display: none;
  }

  .div-block-150 {
    flex: 1;
    align-items: stretch;
    width: 100%;
  }

  .navbar-2 {
    display: flex;
  }

  .nav-menu-2 {
    z-index: 99999;
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    min-width: 100%;
    padding: 16px 24px 40px;
  }

  .image-63 {
    height: 50px;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .menu-button-2.w--open:lang(en) {
    background-color: #0000;
  }

  .image-65 {
    margin-left: 10px;
    display: block;
  }

  .div-block-157 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-158 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

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

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

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

  .div-block-171 {
    flex-flow: column;
  }

  .div-block-171._2 {
    height: auto;
    position: static;
  }

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

  .div-block-173 {
    width: 100%;
    display: none;
  }

  .div-block-173._2 {
    display: block;
    position: static;
  }

  .collection-item-6 {
    min-height: 320px;
    margin-bottom: 0;
  }

  .collection-list-wrapper-4 {
    display: none;
  }

  .div-block-176 {
    flex-flow: column;
  }

  .div-block-177, .blog-sticky-section, .image-67 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  blockquote {
    font-size: 20px;
    line-height: 160%;
  }

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

  .section.world {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .main-container.secondary.center {
    justify-content: center;
    align-items: center;
  }

  .paragraph-big {
    text-align: center;
    font-weight: 400;
  }

  .paragraph-big.section-center-subheading {
    font-size: 16px;
  }

  .space-80 {
    height: 40px;
  }

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

  .grid-halves.halves-pricing.team-member-grid {
    grid-row-gap: 80px;
    grid-row-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

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

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

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

  .grid-thirds.grid-cols-1md-grid-rows-2 {
    grid-row-gap: 32px;
  }

  .span-accent-1 {
    margin-bottom: 8px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .logos-master {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-image {
    height: 31px;
  }

  .image-cover {
    aspect-ratio: 3 / 2;
  }

  .product-block {
    flex-direction: column;
  }

  .number-wrap {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .number-tile.right {
    border-bottom: 1px none var(--stroke);
    border-bottom: 1px #f0f0f0;
    border-right-style: none;
  }

  .number-tile.right {
    border-bottom: 1px none var(--stroke);
    border-bottom: 1px #f0f0f0;
    border-right-style: none;
  }

  .number-tile.middle {
    border-style: none;
    border-top-width: 1px;
    border-top-color: #f0f0f0;
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .number-tile.right {
    border-bottom: 1px #f0f0f0;
    border-right-style: none;
  }

  .text-accent-1 {
    font-size: 48px;
  }

  .cta-column {
    flex-direction: column;
    width: 100%;
  }

  .cta-right-column {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .business-card-grid {
    grid-template-columns: 1fr;
  }

  .review-detail-wrap {
    flex-direction: column;
  }

  .review-divider {
    width: 50%;
    height: 1px;
  }

  .service-marquee-card {
    padding: 24px;
  }

  .marketing-grid, .marketing-grid.reverse, .marketing-grid.reverse {
    grid-template-columns: 1fr;
  }

  .marketing-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .marketing-logos-wrap {
    order: 1;
    align-self: center;
    height: 400px;
  }

  .home-b-cta-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .home-b-cta-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-c-cta {
    flex-direction: column;
    align-items: center;
  }

  .blog-image-wrap {
    height: 50vw;
  }

  .cta-card {
    max-width: none;
  }

  .cta-four {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .about-image-wrap._404-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    left: auto;
  }

  .pricing-title {
    font-size: 52px;
  }

  .pricing-title.member-name {
    text-align: center;
    text-align: center;
  }

  .image-wrap.project-image-wrapper {
    height: 250px;
  }

  .pricing-purchase {
    left: -12px;
  }

  .social-image-footer {
    width: 80%;
  }

  .week-text {
    opacity: 0;
  }

  .roadmap-foreground {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .roadmap-stage-master.ideation, .roadmap-stage-master.design, .roadmap-stage-master.ideation, .roadmap-stage-master.design {
    width: 100%;
  }

  .roadmap-info-tile {
    min-width: 0;
  }

  .roadmap-info-tile.ideation-tile {
    left: auto;
    right: auto;
  }

  .roadmap-info-tile.design-tile {
    inset: 110% auto auto;
  }

  .navbar.transparent.common {
    background-color: var(--white);
    background-color: var(--white);
    background-color: var(--white);
  }

  .navbar-container.transparent.custom-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-grid.around {
    justify-content: flex-start;
  }

  .nav-menu {
    height: 100vh;
    max-height: 100vh;
    top: 6rem;
  }

  .brand-navbar, .brand-navbar.w--current {
    padding-left: 0;
  }

  .dropdown-toggle-nav {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 6px;
    padding-right: 0;
  }

  .dropdown-toggle-nav.white {
    color: var(--black);
  }

  .dropdown-list-nav.custom-width.w--open, .dropdown-list-nav.custom-width._2.w--open, .dropdown-list-nav.custom-width.w--open, .dropdown-list-nav.custom-width._2.w--open, .dropdown-list-nav.custom-width._2.w--open {
    padding-top: 0;
  }

  .nav-cta {
    display: block;
  }

  .link-sub-nav {
    border: 1px solid var(--gainsboro);
    background-color: var(--background);
    border-radius: 40px;
    flex: none;
    height: 32px;
    margin-right: 1vw;
    padding-top: 0;
  }

  .link-sub-nav.w--current {
    border-color: var(--white);
    background-color: var(--accent-1);
    color: var(--background);
    margin-right: 0;
  }

  .submenu-master-careers {
    align-items: center;
    overflow: scroll;
  }

  .deparment-careers {
    padding-bottom: 48px;
  }

  .list-careers {
    grid-template-columns: 1fr;
  }

  .careers-single-hero-container {
    background-position: 90%;
  }

  .blog-section-blog-overview {
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: clip;
  }

  .resource-hero-container {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .resource-hero-container.success-story-hero-container {
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .resource-hero-container.success-story-hero-container.partnership-programming-hero-image {
    background-size: 100% 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-flex-left.back-to-home {
    justify-content: center;
  }

  .hamburger-icon {
    width: 50px;
    height: 50px;
  }

  .hamburger-wrap {
    margin-left: auto;
  }

  .column-right-business {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-h1 {
    font-size: 24px;
  }

  .content-right-side {
    width: 100%;
  }

  .team-card-3, .card-4 {
    max-width: none;
  }

  .business-card-big-2 {
    grid-template-columns: 1fr;
    padding: 32px 0;
  }

  .business-card-2 {
    padding: 32px;
  }

  .image-cover-6 {
    object-fit: contain;
  }

  .paragraph-big-2 {
    font-weight: 400;
  }

  .logos-master-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-image-2 {
    height: 31px;
  }

  .heading-6 {
    font-size: 32px;
  }

  .section-center-heading {
    width: 100%;
    line-height: 124%;
  }

  .div-block-12 {
    justify-content: center;
    width: 60%;
  }

  .mega-h1-2 {
    font-size: 54px;
  }

  .mega-h1-2._404-heading {
    text-align: center;
    text-align: center;
  }

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

  .cta-left-column-2.gray {
    margin-left: auto;
    margin-right: auto;
  }

  .mega-h1-3 {
    font-size: 54px;
  }

  .mega-h1-3.h1-55 {
    font-size: 50px;
  }

  .mega-h1-3.h1-55.no-margins-5 {
    font-size: 40px;
  }

  .mega-h1-3.h1-55.hero-text {
    font-size: 52px;
  }

  .tech-content-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 24px;
  }

  .paragraph-big-3 {
    font-weight: 400;
  }

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

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

  .title-2 {
    text-align: left;
    font-size: 54px;
    line-height: 120%;
  }

  .title-2.hero-heading-700 {
    text-align: center;
    text-align: center;
    font-size: 36px;
    line-height: 48px;
  }

  .hero-content.justify-center-md-justify-start {
    text-align: center;
    text-align: center;
  }

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

  .subtitle-3.date.sm-center {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .nav-link-20.individual-navlink {
    padding-right: 0;
  }

  .nav-link-20.individual-navlink.white {
    color: var(--black);
  }

  .project-heading-h2 {
    text-align: center;
    font-size: 30px;
  }

  .project-heading-h2.no-margins-0 {
    text-align: center;
    text-align: center;
  }

  .link-block-3 {
    display: none;
  }

  .link-block-3.white {
    z-index: auto;
    opacity: 1;
    z-index: auto;
    opacity: 1;
    display: flex;
  }

  .container-home.second.service.right {
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 33rem;
    display: none;
  }

  .section-home {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-home.service.hero.web.tech-1, .section-home.service.hero.web.tech-1.nextjs {
    height: 100vh;
  }

  .section-home.v1.featured {
    align-items: stretch;
  }

  .section-home.v1.our-work.custom {
    margin-top: 4rem;
  }

  .section-home.service {
    padding: 3rem 1rem;
  }

  .section-home.service.hero.web.tech-1, .section-home.service.hero.web.tech-1.nextjs {
    height: 100vh;
  }

  .section-home.service.hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-home.service.hero.web.tech-1, .section-home.service.hero.web.tech-1.nextjs {
    height: 100vh;
  }

  .section-home.service.hero.web.tech-1.aws, .section-home.service.hero.web.tech-1, .section-home.service.hero.web.tech-1.nextjs {
    height: 100vh;
  }

  .section-home.service.hero.web.tech-1.aws, .section-home.service.hero.web.tech-1, .section-home.service.hero.web.tech-1.nextjs {
    height: 100vh;
  }

  .section-home.service.hero.web.tech-1.aws, .section-home.service.hero.web.tech-1.nextjs {
    height: 100vh;
  }

  .section-home.service.hero.web.tech-1.node {
    height: 110vh;
  }

  .section-home.service.hero.web.tech-1.aws {
    height: 100vh;
  }

  .section-home.service.blue.overflow {
    height: auto;
  }

  .section-home.service.contact-1 {
    justify-content: flex-end;
    align-items: flex-end;
    height: 120vh;
    padding-bottom: 0;
  }

  .split-lines {
    width: 100%;
    font-size: 2.5rem;
    line-height: 50px;
  }

  .split-lines.l {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .info-para {
    width: 100%;
  }

  .info-para.whatwedo {
    text-align: left;
    text-align: left;
  }

  .h4 {
    height: auto;
  }

  .h4.only-blogs {
    font-size: 30px;
    line-height: 44px;
  }

  .name-client {
    font-size: 16px;
  }

  .company-numbers-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
  }

  .description-content {
    font-size: 1rem;
  }

  .review-content-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .number-content {
    font-size: 2.25rem;
  }

  .review-content {
    font-size: 1rem;
  }

  .casestudy-content-container {
    margin-top: 0;
  }

  .casestudy-image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-light-copy {
    padding-top: 2rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }

  .brand-info-container {
    width: 100%;
    margin-top: 12px;
  }

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 20px;
  }

  .footer-wrapper-two {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-social-block-two {
    margin-top: 0;
    margin-left: 0;
  }

  .terms-and-conditions {
    flex-flow: row;
  }

  .main-link-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-block-two {
    max-height: none;
  }

  .h2 {
    font-size: 30px;
    line-height: 46px;
  }

  .h2.left {
    font-size: 27px;
    line-height: 40px;
  }

  .h2.left.white {
    line-height: 50px;
  }

  .h2.center {
    font-size: 30px;
    line-height: 46px;
  }

  .rtb {
    width: 100%;
  }

  .menu-1-1 {
    margin-left: auto;
  }

  .image-31 {
    height: 44px;
  }

  .image-32 {
    margin-right: 0;
  }

  .image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .single-blog-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .image-36 {
    max-width: 400px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .div-block-56 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-59 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-61 {
    margin-bottom: 50px;
  }

  .div-block-62 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image-43 {
    width: 100%;
  }

  .new-service-wrapper.tech-variant {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-75 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-16 {
    width: 100%;
  }

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

  .div-block-78.tech-1 {
    width: 100%;
  }

  .heading-19 {
    font-size: 2.75rem;
  }

  .background-video {
    height: 120vh;
    max-height: 120vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hidebar {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .tabs-menu {
    justify-content: flex-start;
    align-items: center;
  }

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

  .testimonial-person_img-wrap {
    opacity: 1;
    display: block;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .slider01_mask {
    width: 80%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial-person_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-card1_item {
    height: 560px;
    padding: 1.5rem;
  }

  .div-block-99 {
    padding-left: 20px;
    padding-right: 20px;
    top: 280px;
  }

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

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .gradient-h2 {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .div-block-114 {
    flex-flow: column;
  }

  .div-block-115 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-48 {
    font-size: 24px;
  }

  .div-block-127 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-128, .div-block-129 {
    width: auto;
  }

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

  .div-block-132 {
    width: 35%;
  }

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

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

  .timeline10_circle {
    margin-top: 2.25rem;
  }

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

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

  .div-block-141 {
    flex-flow: row;
  }

  .heading-hire {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 55px;
    font-size: 64px;
    line-height: 1.04688;
  }

  .success-down {
    margin-top: 3rem;
  }

  .hire-2-col {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .success {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .thankyou {
    margin-bottom: 34px;
    font-size: 3rem;
  }

  .col {
    margin-bottom: 48px;
  }

  .hire-main-wrapper {
    flex-direction: column;
  }

  .full-width {
    background-size: 180px;
    height: auto;
    padding: 1.25rem 1.25rem 5rem;
  }

  .code-embed {
    margin-bottom: 0;
  }

  .div-block-145 {
    overflow: clip;
  }

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

  .brand {
    padding-left: 0;
  }

  .div-block-157 {
    z-index: 9;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-171._2 {
    height: auto;
  }

  .image-66 {
    width: auto;
  }

  .heading-29 {
    font-size: 24px;
    line-height: 32px;
  }

  .collection-item-6 {
    min-height: auto;
    margin-bottom: 32px;
  }

  .link-block-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-78 {
    font-size: 20px;
  }

  .collection-item-7 {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
  }

  h3 {
    font-size: 22px;
  }

  .section.world {
    background-image: url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/67e3c32d7789c5274167663d_map.svg");
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .section.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-big {
    text-align: center;
    margin-top: 16px;
  }

  .paragraph-big.section-center-subheading {
    margin-bottom: 0;
    font-size: 16px;
  }

  .space-80 {
    height: 40px;
  }

  .grid-halves {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .grid-thirds {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-thirds.communication-channels-grid {
    grid-row-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .link-block-with-line {
    font-size: 16px;
  }

  .sub-heading {
    font-size: 18px;
  }

  .content-text-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-cover {
    aspect-ratio: 3 / 2;
    width: auto;
    height: auto;
  }

  .image-cover.project-image-cover {
    text-align: left;
    object-fit: contain;
    text-align: left;
    object-fit: contain;
    height: 100%;
  }

  .product-block {
    text-align: center;
  }

  .feature-card-main.scalable-card {
    flex-direction: column;
  }

  .text-bold {
    text-align: left;
  }

  .cta-left-inner {
    text-align: center;
    max-width: 480px;
  }

  .cta-form-wrap {
    width: 100%;
    max-width: 100%;
  }

  .cta-column {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-right-column {
    padding: 40px 24px;
  }

  .title-wrap-big {
    padding: 0 0 40px;
  }

  .title-wrap-big.title-wrap-big-2 {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-b-slider {
    padding-left: 32px;
    padding-right: 32px;
  }

  .review-detail-wrap {
    text-align: center;
  }

  .review-detail {
    text-align: center;
    align-items: center;
  }

  .tab-block, .home-c-cta {
    padding: 24px;
  }

  .industry-hero-container {
    width: 92%;
  }

  .design-process-image-wrap {
    padding: 16px;
  }

  .space-56 {
    display: block;
  }

  .blog-image-wrap {
    height: 63vw;
  }

  .about-image-wrap {
    width: 105%;
    left: -16px;
  }

  .content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-title {
    font-size: 40px;
  }

  .pricing-title.member-name {
    text-align: center;
    text-align: center;
  }

  .pricing-review {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .pricing-review-detail {
    align-items: center;
  }

  .image-wrap {
    align-items: center;
    width: auto;
    height: auto;
  }

  .image-wrap.project-image-wrapper, .image-wrap.project-image-wrapper.right-side-image, .image-wrap.project-image-wrapper, .image-wrap.project-image-wrapper.right-side-image, .image-wrap.project-image-wrapper.right-side-image {
    object-fit: fill;
    height: 200px;
  }

  .pricing-purchase {
    align-items: center;
    width: 94%;
    bottom: -50%;
    left: auto;
  }

  .pricing-purchase-title {
    flex-direction: column;
    align-items: center;
  }

  .roadmap-master {
    width: auto;
    overflow: visible;
  }

  .roadmap-foreground, .roadmap-info-tile {
    padding: 16px;
  }

  .roadmap-paragraph {
    font-size: 14px;
  }

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

  .navbar-container.transparent {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-container.transparent.custom-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu {
    aspect-ratio: auto;
    border-width: 1px;
    border-color: var(--white) var(--white) var(--white-smoke);
    object-fit: fill;
    height: 100vh;
    min-height: 0;
    max-height: 100vh;
    padding-bottom: 170px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    overflow: auto;
  }

  .dropdown-toggle-nav {
    justify-content: flex-start;
    padding: 20px 16px 6px;
    transition: all .4s ease-in-out;
  }

  .dropdown-toggle-nav.w--open {
    transition-property: none;
    transform: none;
  }

  .dropdown-list-nav {
    pointer-events: auto;
    display: none;
  }

  .dropdown-list-nav.w--open {
    border-radius: 0;
    padding: 24px 8px;
    display: block;
    box-shadow: 0 1px 20px #4e4e4e1a;
  }

  .nav-cta {
    display: block;
  }

  .marketing-icons-combo {
    width: auto;
  }

  .marketing-logo-wrap {
    width: 24vw;
    height: 24vw;
  }

  .marketing-logo-image {
    width: 80%;
    height: 80%;
  }

  .submenu-master-careers {
    justify-content: flex-start;
    padding-left: 16px;
    overflow: scroll;
  }

  .list-careers {
    grid-template-columns: 1fr;
  }

  .careers-single-hero-container {
    background-image: url("https://cdn.prod.website-files.com/67e3c32d7789c52741676135/67e3c32d7789c527416765bd_career-single-page.jpg");
    background-position: 0 0;
    width: 100%;
    padding: 100px 24px;
  }

  .column-left-single-career, .column-right-single-career {
    padding-left: 0;
    padding-right: 0;
  }

  .apply-tile-career-single {
    grid-row-gap: 16px;
  }

  .blog-section-blog-overview {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .resource-hero-container {
    background-position: 50%;
    background-size: 100% 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 110px 14px;
  }

  .resource-hero-container.success-story-hero-container {
    background-size: cover;
    padding: 30px 24px;
  }

  .resource-hero-container.success-story-hero-container.partnership-programming-hero-image {
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .resource-single-inner-container {
    max-width: none;
  }

  .hamburger-icon {
    width: 40px;
    height: 40px;
  }

  .hamburger-wrap {
    display: flex;
  }

  .content-right-side {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 530px;
    display: flex;
  }

  .single-wrap-pages {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .name.text-2xl, .partner-name {
    font-size: 20px;
  }

  .card-4.review-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-lg {
    font-size: 18px;
  }

  .business-card-big-2 {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .business-card-2 {
    padding: 24px;
  }

  .business-image-wrap-2 {
    height: 180px;
  }

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

  .text-1-5 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
  }

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

  .paragraph-big-2 {
    font-size: 16px;
    line-height: 120%;
  }

  .our-team-wrapper {
    grid-row-gap: 40px;
    margin-top: 0;
  }

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

  .roadmap-main-container {
    max-width: 1280px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-center-heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .section-left-subheading.blue-subheading {
    text-align: center;
    text-align: center;
    font-size: 18px;
  }

  .rich-text-block-8 {
    text-align: left;
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .div-block-12 {
    width: 80%;
  }

  .mega-h1-2 {
    text-align: center;
    font-size: 11vw;
  }

  .blog-hero-section-heading {
    font-size: 30px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-paragraph-2 {
    text-align: left;
  }

  .heading-9 {
    text-align: left;
    font-size: 22px;
  }

  .paragraph-7 {
    text-align: left;
  }

  .mega-h1-3 {
    font-size: 11vw;
  }

  .mega-h1-3.h1-55 {
    font-size: 36px;
  }

  .mega-h1-3.h1-55.no-margins-5 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .mega-h1-3.h1-55.hero-text {
    font-size: 36px;
  }

  .mega-h1-3.h1-55.hero-text.no-margins-5 {
    line-height: 48px;
  }

  .tech-content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-big-3 {
    font-size: 18px;
    line-height: 150%;
  }

  .paragraph-big-3.date, .subtitle-2-date {
    font-size: 18px;
  }

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

  .title-wrap-big-2 {
    padding: 24px 0;
  }

  .main-title-wrap-2 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-2 {
    font-size: 11vw;
    line-height: 120%;
  }

  .title-2.hero-heading-700 {
    font-size: 36px;
    line-height: 48px;
  }

  .title-2.hero-heading-700.left {
    text-align: left;
  }

  .title-2.hero-heading-700.left.center {
    text-align: center;
    text-align: center;
  }

  .hero-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-block-with-line-2, .link-block-with-line-3, .link-block-with-line-4 {
    font-size: 16px;
  }

  .nav-link-20 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-20.individual-navlink {
    border-bottom-color: #ebebeb;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-4 {
    text-align: left;
  }

  .link-block-3 {
    display: none;
  }

  .cta-button {
    height: 56px;
  }

  .section-home {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section-home.service.hero.ai, .section-home.service.hero.mobile {
    height: 130vh;
  }

  .section-home.service.hero.android, .section-home.service.hero.ios {
    height: 120vh;
  }

  .section-home.v1 {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
    overflow: visible;
  }

  .section-home.v1.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .section-home.v1.our-work.custom {
    margin-top: 4rem;
  }

  .section-home.v1.overflow {
    margin-bottom: 3rem;
  }

  .section-home.v1._2 {
    height: auto;
  }

  .section-home.service {
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-home.service._2.black {
    padding-bottom: 3rem;
  }

  .section-home.service.hero.ai, .section-home.service.hero.mobile {
    height: 130vh;
  }

  .section-home.service.hero.android, .section-home.service.hero.ios {
    height: 120vh;
  }

  .section-home.service.black, .section-home.service._2.black, .section-home.service._2.black {
    padding-bottom: 3rem;
  }

  .section-home.service.hero {
    height: 130vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-home.service.hero.customdev {
    height: 120vh;
  }

  .section-home.service.hero.ai, .section-home.service.hero.mobile {
    height: 130vh;
  }

  .section-home.service.hero.android, .section-home.service.hero.ios, .section-home.service.hero.customdev {
    height: 120vh;
  }

  .section-home.service.hero.legacy {
    height: 130vh;
  }

  .section-home.service.hero.web {
    height: 120vh;
  }

  .section-home.service.hero.web.tech-1 {
    height: 110vh;
    min-height: 110vh;
    max-height: 110vh;
  }

  .section-home.service.hero.web.tech-1.nextjs {
    height: 110vh;
    min-height: 110vh;
  }

  .section-home.service.hero.web.tech-1.node {
    height: 110vh;
    min-height: 120vh;
    max-height: 120vh;
  }

  .section-home.service.hero.web.tech-1.aws {
    height: 130vh;
  }

  .section-home.service.hero.uiux {
    height: 120vh;
  }

  .section-home.service.hero.ai, .section-home.service.hero.mobile {
    height: 130vh;
  }

  .section-home.service.hero.android, .section-home.service.hero.ios {
    height: 120vh;
  }

  .section-home.service.blue.overflow {
    height: auto;
    padding-bottom: 3rem;
  }

  .section-home.service.contact-1 {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .section-home.service.black {
    padding-bottom: 3rem;
  }

  .split-lines {
    font-size: 2.25rem;
    line-height: 44px;
  }

  .split-lines.whatwedo {
    line-height: 36px;
  }

  .split-lines.new {
    font-size: 2.25rem;
    line-height: 44px;
  }

  .split-lines.new.white {
    line-height: 50px;
  }

  .split-lines.l {
    font-size: 2.25rem;
    line-height: 44px;
  }

  .info-para {
    font-size: 1rem;
  }

  .info-para.whatwedo {
    text-align: left;
    text-align: left;
  }

  .h4 {
    height: auto;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .company-numbers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-wrapper {
    flex-flow: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-wrapper.service.bottom-margin {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-23 {
    width: auto;
  }

  .testimonials {
    padding-bottom: 0;
    overflow: hidden;
  }

  .review-content {
    font-size: 1rem;
  }

  .casestudy-labels {
    flex-flow: wrap;
  }

  .casestudy-title {
    font-size: 1rem;
  }

  .casestudy-content-container {
    margin-top: 0;
  }

  .image-25 {
    max-height: 240px;
  }

  .tag {
    font-size: 14px;
  }

  .casestudy-image-wrapper {
    height: auto;
    margin-bottom: 10px;
  }

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

  .footer-link-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .brand-info-container {
    margin-top: 12px;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 20px;
  }

  .links-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-wrapper-two {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
    margin-left: 0;
  }

  .main-link-wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-block-two {
    margin-top: 0;
  }

  .h2, .h2.left {
    font-size: 26px;
  }

  .h2.left {
    font-size: 26px;
  }

  .h2.left.white {
    font-size: 2.25rem;
    line-height: 44px;
  }

  .h2.center {
    font-size: 26px;
    line-height: 42px;
  }

  .menu-1-1 {
    margin-left: auto;
    padding-left: 0;
  }

  .image-31 {
    height: 40px;
  }

  .image-32 {
    margin-right: 0;
    display: block;
  }

  .image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: center;
    width: 92%;
    height: auto;
    margin-top: 30px;
  }

  .grid-7 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .image-36, .collection-list-wrapper {
    width: 100%;
  }

  .featured-title {
    font-size: 16px;
  }

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

  .image-40, .image-41, .image-42 {
    display: none;
  }

  .div-block-61 {
    margin-bottom: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-43 {
    width: 100%;
  }

  .new-service-wrapper.tech-variant {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .para-new-service.new {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 44px;
  }

  .para-new-service.white {
    font-size: 2.5rem;
    line-height: 44px;
  }

  .faq_column {
    flex-flow: column;
  }

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

  .faq_question {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq_card-title {
    font-size: 1rem;
  }

  .faq_card-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-78 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-78.tech-1 {
    width: 100%;
  }

  .heading-19 {
    font-size: 2.5rem;
  }

  .background-video {
    height: 120vh;
    max-height: 120vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blank-div {
    height: 8rem;
  }

  .paragraph-36 {
    font-size: 16px;
    line-height: 28px;
  }

  .hidebar {
    padding-left: 14px;
    padding-right: 14px;
    display: block;
  }

  .tabs-menu {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: auto;
  }

  .tabs {
    width: 100%;
    overflow: hidden;
  }

  .div-block-96 {
    height: 0;
  }

  .slider01_slide {
    width: 280px;
    margin-right: 1rem;
  }

  .slider01_mask {
    width: 95%;
  }

  .testimonial-card1_item {
    height: 620px;
  }

  .div-block-99 {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    top: 500px;
  }

  .client-logo {
    object-position: 0% 50%;
  }

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

  .gradient-h2 {
    font-size: 2.25rem;
    line-height: 40px;
  }

  .div-block-113 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-115 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-116 {
    min-height: 250px;
  }

  .div-block-121 {
    padding-left: 20px;
    padding-right: 30px;
    overflow: hidden;
  }

  .div-block-122 {
    flex-flow: row;
    align-self: center;
    height: 300px;
    overflow: hidden;
  }

  .div-block-122.secondary, .div-block-122._2, .div-block-122.secondary, .div-block-122._2 {
    height: 200px;
  }

  .div-block-123, .div-block-125, .div-block-126 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .component {
    flex-flow: column;
  }

  .div-block-132 {
    width: 100%;
    margin-left: 0;
  }

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

  .div-block-137 {
    margin-left: 0;
  }

  .paragraph-56 {
    display: none;
  }

  .your {
    font-size: 20px;
  }

  .success-down {
    margin-top: 8rem;
  }

  .field {
    border-radius: 0;
  }

  .code-embed {
    margin-bottom: 0;
  }

  .div-block-145 {
    height: auto;
  }

  .div-block-145._2 {
    justify-content: center;
    align-items: flex-start;
    height: 350px;
    display: flex;
  }

  .code-embed-2 {
    width: 440px;
    margin-bottom: 70px;
    margin-left: -40px;
  }

  .image-58, .image-59 {
    display: block;
  }

  .div-block-148 {
    min-width: 100%;
  }

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

  .common-navbar {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-70, .bold-text-71 {
    font-size: 20px;
  }

  .navbar-2 {
    position: relative;
    top: 0;
  }

  .container-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .brand {
    padding-left: 0;
  }

  .image-63 {
    height: 40px;
  }

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

  .image-65 {
    margin-top: 16px;
    margin-left: 0;
  }

  .div-block-157 {
    top: 104vh;
  }

  .div-block-157.native {
    top: 124vh;
  }

  .div-block-158 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-162, .div-block-164 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-29 {
    font-size: 20px;
    line-height: 28px;
  }

  .collection-item-6 {
    min-height: auto;
    margin-bottom: 24px;
  }

  .link-12 {
    display: none;
  }
}

#w-node-_22ff3485-6f95-892d-ec72-e51fb8d54ad8-41676136 {
  align-self: center;
}

#w-node-_9c4bf55a-aef2-4aa4-5ede-15294b0a7abf-41676136 {
  place-self: auto;
}

#w-node-_10da9ffe-2b1a-5155-c8fb-dfa385c2603e-41676136 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_627db557-dfb6-a085-8d2f-d0cacd09b4cb-41676136, #w-node-b70c749f-69db-ab88-50b6-8a3992fa0a6b-41676136 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_542f88ea-bafe-08ed-e36a-d8c55d1d0cbe-41676136 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45688630-7f16-3ad9-2c6d-33debd9301cf-32274988, #w-node-_07a23ad2-0c63-c91f-685e-578feeb62314-32274988 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_10da9ffe-2b1a-5155-c8fb-dfa385c2603e-41676136, #w-node-_542f88ea-bafe-08ed-e36a-d8c55d1d0cbe-41676136 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}
