:root {
  --_colors---white: white;
  --_colors---blue-light: #61ddff;
  --_colors---black-700: #282828;
  --_colors---blue-400: #1ac3f6;
  --_colors---blue-primary: #0029f6;
  --_colors---blue-black: #5f6980;
  --_colors---blue-dark: #001890;
  --_colors---gradient-light: #d5ebff;
  --_colors---light-grey: #d6d6d6;
  --_colors---software-dev: #00a6dc;
  --_colors---txt-blue: #011992;
  --_colors---software-dev-btn: #015b79;
  --_colors---indigo-900: #0a195c;
  --_colors---grey: #888;
  --_colors---bento-dark: #333;
  --_colors---soft-txt: #67d3f5;
  --_colors---it-text: #9ed6e6;
  --_colors---it-bg: #e8f5ff;
  --_colors---consul: #434343;
  --_colors---its-txt: #5692ff;
  --base-bg: red;
  --_colors---it-consulbtn: #2f434f;
}

.nav-item {
  color: var(--_colors---white);
  cursor: pointer;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.nav-item:hover {
  color: var(--_colors---blue-light);
}

.nav-item.w--current {
  color: var(--_colors---blue-light);
  flex-flow: column;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.nav-item.service-page,
.nav-item.services {
  color: var(--_colors---black-700);
}

.nav-item.services:hover {
  color: var(--_colors---blue-400);
}

.header-max-width {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.header {
  z-index: 10000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5rem 0;
  display: flex;
  position: fixed;
}

.header-content {
  z-index: 10000;
  background-color: var(--_colors---blue-primary);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 13px 0 40px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.header-content.service-page,
.header-content.services {
  background-color: var(--_colors---white);
}

.main {
  z-index: 3;
  background-color: var(--_colors---white);
  flex-flow: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.fixedfooter {
  z-index: 1;
  background-color: var(--_colors---blue-primary);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 415px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.footerinnercontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 4.38rem 1rem 0;
  display: block;
}

.section-footer-height {
  width: 100%;
  height: 415px;
  padding-bottom: 0;
  display: block;
}

.navigation {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-nav-item a {
  color: var(--_colors---white);
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.dropdown-nav-item.service-page {
  color: var(--_colors---blue-black);
}

.dropdown-nav-item.services {
  color: var(--_colors---black-700);
}
.dropdown-nav-item.services a {
  color: var(--_colors---black-700);
}

.nav-contact-container {
  background-color: var(--_colors---white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  padding: 10px;
  display: flex;
}

.nav-contact-container.service-page {
  background-color: var(--_colors---black-700);
}

.dropdown-toggle {
  height: 100%;
  padding: 10px 40px 10px 16px;
}

.dropdown-toggle:hover {
  color: var(--_colors---blue-light);
}

.nav-dropdown {
  height: 100%;
}

.nav-services-list.w--open {
  background-color: var(--_colors---white);
  border-radius: 10px;
}

.nav-services-list.dropdown-anim {
  margin-top: 0;
  top: 2rem;
  overflow: hidden;
}

.nav-services-list.dropdown-anim.w--open {
  background-color: var(--_colors---blue-primary);
  border-radius: 8px;
  margin-top: 0;
}

.nav-services-list.dropdown-anim.service-page.w--open,
.nav-services-list.dropdown-anim.services {
  background-color: var(--_colors---white);
}

.nav-services-item {
  color: var(--_colors---white);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.nav-services-item:hover {
  background-color: var(--_colors---blue-dark);
}

.nav-services-item.service-page {
  color: var(--_colors---black-700);
}

.nav-services-item.service-page:hover {
  background-color: var(--_colors---gradient-light);
}

.nav-services-item.service-page.w--current {
  color: var(--_colors---blue-light);
}

.nav-services-item.services {
  color: var(--_colors---black-700);
}

.nav-services-item.services:hover {
  background-color: var(--_colors---light-grey);
}

.nav-services-item.services.w--current {
  color: var(--_colors---blue-400);
}

.footer-content {
  flex-flow: row;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.footer-lower {
  text-align: left;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  transform: translate(0, 10px);
}

.footer-nav {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: end;
  width: 37.1875rem;
  height: 100%;
  display: grid;
}

.footer-nav-col {
  flex-flow: column;
  display: flex;
}

.footer-nav-col.xtra-width {
  width: 100%;
}

.footer-nav-heading {
  color: var(--_colors---white);
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.1225rem;
  font-weight: 500;
  line-height: 1.47rem;
}

.footer-nav-item {
  color: var(--_colors---white);
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.footer-nav-item:hover {
  text-decoration: underline;
}

.footer-nav-item.w--current {
  color: var(--_colors---blue-light);
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1rem;
  line-height: 1.47rem;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.h1-home {
  color: var(--_colors---black-700);
  letter-spacing: -0.45rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 7.5rem;
}

.body {
  background-image: linear-gradient(
    180deg,
    var(--_colors---gradient-light),
    var(--_colors---white)
  );
  flex-flow: column;
  align-items: center;
  display: block;
}

.home-hero {
  grid-column-gap: 3.56rem;
  grid-row-gap: 3.56rem;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-hero._404 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_colors---blue-light);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 3.25rem;
  padding: 0.75rem 1.75rem;
  text-decoration: none;
  display: flex;
}

.button-primary:hover,
.button-primary.button-secondary {
  background-color: var(--_colors---blue-400);
}

.button-primary.button-secondary:hover {
  background-color: var(--_colors---software-dev);
}

.button-primary.button-secondary.bg-blue {
  background-color: var(--_colors---txt-blue);
}

.button-primary.button-secondary.bg-blue:hover {
  background-color: var(--_colors---blue-primary);
}

.button-primary.button-secondary.software-dev {
  background-color: var(--_colors---software-dev-btn);
}

.button-primary.button-secondary.software-dev:hover {
  background-color: var(--_colors---software-dev);
}

.button-primary.bg-white {
  background-color: var(--_colors---white);
}

.button-primary.bg-white:hover {
  background-color: var(--_colors---blue-light);
}

.button-primary.bg {
  background-color: var(--_colors---white);
}

.button-primary.bg:hover {
  background-color: var(--_colors---blue-light);
}

.button-primary-text {
  color: var(--_colors---black-700);
  letter-spacing: -0.0125rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
}

.button-primary-text.white,
.button-primary-text.software-dev,
.button-primary-text.it-consul {
  color: var(--_colors---white);
}

.home-hero-lower {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 6.75rem;
  display: flex;
}

.home-hero-text-right {
  color: var(--_colors---indigo-900);
  letter-spacing: -0.15rem;
  max-width: 34.375rem;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.home-hero-text-right.mobile {
  display: none;
}

.home-hero-lower-col {
  flex-flow: column;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.empty-space {
  width: 100%;
  height: 100%;
}

.home-hero-img-container {
  z-index: 10;
  border-radius: 30px;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.section-about {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 5rem;
  display: block;
}

.tag {
  width: auto;
  height: 32px;
  display: flex;
  position: sticky;
  top: 25vh;
}

.tag.tag-unlinked {
  position: static;
}

.tag-text {
  border: 1px solid var(--_colors---black-700);
  border-radius: 100px;
  padding: 0.25rem 0.88rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.text-block-upper-p {
  color: var(--_colors---grey);
  text-align: right;
  letter-spacing: -0.06563rem;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 3.375rem;
}

.social-img-container {
  background-color: var(--_colors---grey);
  border-radius: 1.5rem;
  width: 41rem;
  max-width: 38.625rem;
  height: 29.8125rem;
  overflow: hidden;
}

.social-text-container {
  width: 100%;
  max-width: 34.1875rem;
  margin-top: auto;
  margin-bottom: auto;
}

.h2 {
  letter-spacing: -0.09375rem;
  max-width: 34.1875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 3.9375rem;
}

.paragraph-2 {
  color: var(--_colors---blue-black);
  text-align: left;
  max-width: 36.5265rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.section-services-bluebg {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--_colors---blue-dark);
  background-image: linear-gradient(
    180deg,
    var(--_colors---blue-dark),
    var(--_colors---blue-primary)
  );
  flex-flow: column;
  width: 100%;
  padding: 5rem 0;
  display: flex;
}

.services-container {
  background-color: var(--_colors---white);
  border-radius: 1.875rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem;
  display: block;
}

.h3 {
  color: var(--_colors---black-700);
  letter-spacing: -0.09375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 3.9375rem;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.bento-container-home {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.h3-white {
  color: var(--_colors---white);
  text-align: center;
  letter-spacing: -0.15625rem;
  max-width: 52.625rem;
  margin: 0 auto;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 3.9375rem;
  font-weight: 600;
  line-height: 4.565rem;
}

.body-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.body-text.white-text {
  color: var(--_colors---white);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.bento-grid {
  grid-column-gap: 0.59rem;
  grid-row-gap: 0.59rem;
  grid-template-rows: 22rem 22rem;
  grid-template-columns: 1fr 19.5312rem 19.5313rem;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 3.75rem;
  display: grid;
}

.bento {
  background-color: var(--_colors---blue-light);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.bento.bento-bg-white {
  background-color: var(--_colors---white);
}

.bento.bento-bg-grey {
  background-color: var(--_colors---light-grey);
}

.bento.bento-bg-dark {
  background-color: var(--_colors---bento-dark);
}

.bento.bento-bg-gradient {
  background-image: linear-gradient(
    180deg,
    var(--_colors---blue-dark),
    var(--_colors---blue-primary)
  );
}

.section-challenges {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  padding: 5rem 0 8rem;
  display: flex;
}

.h3-challenges {
  color: var(--_colors---black-700);
  text-align: center;
  letter-spacing: -0.09375rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 3.9375rem;
}

.h3-challenges.blue {
  color: var(--_colors---txt-blue);
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: block;
}

.paragraph-4 {
  color: var(--_colors---black-700);
  text-align: center;
  max-width: 57.375rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.section-support {
  width: 100%;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-6 {
  position: relative;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(
    180deg,
    var(--_colors---blue-dark),
    var(--_colors---blue-primary)
  );
  border-radius: 1.875rem;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 3.75rem 1.25rem;
  display: flex;
}

.heading {
  color: var(--_colors---white);
  letter-spacing: -0.15625rem;
  max-width: 40rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 3.9375rem;
  font-weight: 600;
  line-height: 4.5625rem;
}

.paragraph-6 {
  color: var(--_colors---white);
  max-width: 30.3125rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.bento-heading {
  letter-spacing: -0.05063rem;
  max-width: 31.25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.bento-heading.text-blue {
  color: var(--_colors---blue-primary);
}

.bento-heading.text-white {
  color: var(--_colors---white);
}

.h1 {
  color: var(--_colors---black-700);
  letter-spacing: -0.375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 6.875rem;
}

.about-hero {
  grid-column-gap: 4.38rem;
  grid-row-gap: 4.38rem;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
  display: flex;
}

.about-text-section {
  margin-left: auto;
  font-family:
    Noto Sans,
    sans-serif;
  font-weight: 400;
}

.about-text-section.it-consultancy {
  margin-left: auto;
  font-weight: 400;
}

.div-block-7 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.div-block-8 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.about-ball {
  background-color: var(--_colors---blue-light);
  border-radius: 100px;
  width: 7rem;
  height: 7rem;
  margin-bottom: 0.8rem;
  margin-left: 0.8rem;
  display: flex;
}

.section-why--choose {
  width: 100%;
  max-width: 1280px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 3.9375rem;
  font-weight: 600;
  line-height: 4.5625rem;
}

.bento-container-about {
  grid-column-gap: 0.59rem;
  grid-row-gap: 0.59rem;
  grid-template-rows: 22rem 22rem;
  grid-template-columns: 19.5313rem 1fr 19.5313rem;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3.5rem;
  display: grid;
}

.section-empowered {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 5rem;
  display: flex;
}

.bg-gradient-wrapper {
  background-image: linear-gradient(
    180deg,
    var(--_colors---gradient-light),
    white
  );
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 13.32rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: inline-flex;
}

.bg-gradient-wrapper._404 {
  height: 100vh;
  padding-top: 0;
}

.bg-gradient-wrapper.pp-pages {
  padding-bottom: 10rem;
}

.servicepage-hero {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  padding: 13.32rem 5rem 80px;
}

.servicepage-hero.it-service {
  z-index: 5;
  background-image: linear-gradient(
    180deg,
    var(--_colors---blue-dark),
    var(--_colors---blue-primary)
  );
  min-height: 100vh;
  padding-top: 10rem;
  position: relative;
}

.servicepage-hero.software-dev {
  z-index: 5;
  background-image: linear-gradient(#005976, #00a6dc);
  padding-top: 10rem;
  position: relative;
}

.servicepage-hero.it-consultancy {
  z-index: 5;
  background-image: linear-gradient(#040e14, #2f4450);
  padding-top: 10rem;
  position: relative;
}

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

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

.h1-2 {
  color: var(--_colors---white);
  letter-spacing: -0.375rem;
  margin-top: 0;
  margin-bottom: 1.88rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 6.875rem;
}

.h1-2.it-service,
.h1-2.it-consultancy {
  max-width: 40.5rem;
}

.services-hero-text-container {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.text-block-upper-p-2 {
  color: #5692ff;
  text-align: right;
  letter-spacing: -0.06563rem;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 3.375rem;
}

.text-block-upper-p-2.software-dev {
  color: var(--_colors---soft-txt);
  font-weight: 400;
}

.text-block-upper-p-2.it-consultancy {
  color: var(--_colors---it-text);
  font-weight: 400;
}

.div-block-12 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-13 {
  background-color: #61ddff;
  border-radius: 100px;
  width: 7rem;
  height: 7rem;
  margin-bottom: 0.8rem;
  margin-left: 0.8rem;
}

.paragraph-9 {
  color: var(--_colors---white);
  max-width: 40.5rem;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.section-servicepage01 {
  grid-column-gap: 3.62rem;
  grid-row-gap: 3.62rem;
  flex-flow: column;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
}

.div-block-14 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.h2-servicepage {
  color: var(--_colors---black-700);
  text-align: center;
  letter-spacing: -0.09375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 3.9375rem;
}

.p-servicepage {
  color: var(--_colors---blue-black);
  text-align: center;
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.p-servicepage.alt {
  max-width: 62.25rem;
}

.tab-container {
  border: 1px solid #000;
  border-radius: 1.5rem;
  width: 100%;
  max-width: 1280px;
  height: 33.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.div-block-16 {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  align-items: center;
  width: 100%;
  max-width: 44.4375rem;
  padding: 2.38rem 2rem;
  display: flex;
}

.image-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.paragraph-10 {
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.tab-img-container {
  background-color: #d6d6d6;
  width: 100%;
  max-width: 35.5626rem;
  height: 100%;
}

.tab-content-select {
  width: 100%;
}

.section-servicepage02 {
  background-color: #83d9fb;
  border-radius: 1.875rem;
  width: 100%;
  max-width: 1280px;
  padding: 5rem 4.81rem;
}

.section-servicepage02.blue {
  background-color: var(--_colors---it-bg);
}

.section-servicepage02.bg-it {
  background-image: linear-gradient(#deeaed, #deeaed00);
}

.section-servicepage02.bg-sf {
  background-image: linear-gradient(#e8faff, #e8faff00);
}

.section-servicepage02.bg-it-s {
  background-image: linear-gradient(#e8f5ff, #e8f5ff00);
}

.h3-servicepage {
  color: var(--_colors---black-700);
  text-align: center;
  letter-spacing: -0.09375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 3.9375rem;
}

.h3-servicepage.blue {
  color: var(--_colors---txt-blue);
}

.section-servicepage02-heading-container {
  grid-column-gap: 0.88rem;
  grid-row-gap: 0.88rem;
  flex-flow: column;
  display: flex;
}

.paragraph-11 {
  color: var(--_colors---blue-black);
  text-align: center;
  margin-bottom: 2.5rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.div-block-17 {
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.div-block-18 {
  background-color: #0000;
  border-radius: 1.5rem;
  width: 100%;
  max-width: 32.25rem;
  height: 27.5625rem;
  overflow: visible;
}

.div-block-18.color {
  background-color: #0000;
}

.div-block-19 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--_colors---blue-black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 31.3125rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  display: flex;
}

.heading-2 {
  color: var(--_colors---black-700);
  letter-spacing: -0.09375rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 2.8125rem;
}

.heading-2.blue {
  color: var(--_colors---txt-blue);
}

.paragraph-13,
.paragraph-14 {
  margin-bottom: 0;
}

.section-servicepage03 {
  background-color: var(--_colors---indigo-900);
  border-radius: 1.875rem;
  width: 100%;
  max-width: 1280px;
  margin: 5rem auto;
  padding: 5rem 3.75rem;
}

.section-servicepage03.it-services {
  background-image: linear-gradient(
    180deg,
    var(--_colors---blue-dark),
    var(--_colors---blue-primary)
  );
}

.section-servicepage03.software-development {
  background-image: linear-gradient(#005976, #00a6dc);
}

.section-servicepage03.it-consultancy {
  background-color: var(--_colors---consul);
  background-image: linear-gradient(#040e14, #2f4450);
}

.servicepage-03-heading {
  color: var(--_colors---white);
  text-align: center;
  letter-spacing: -0.15625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 3.9375rem;
  font-weight: 600;
  line-height: 4.5625rem;
}

.servicepage03-uppercards {
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.servicepage03-lowercards {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  justify-content: center;
  margin-top: 2.12rem;
  display: flex;
}

.servicepage03-cards {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.servicepage03-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 20.5rem;
  display: flex;
}

.servicepage03-card-image {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.servicepage03-card-txt {
  color: var(--_colors---white);
  text-align: center;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.div-block-20 {
  justify-content: center;
  display: flex;
}

.div-block-21 {
  margin-top: 2.5rem;
}

.contact-hero {
  grid-column-gap: 4.38rem;
  grid-row-gap: 4.38rem;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 13.32rem 1.5rem 5rem;
  display: flex;
}

.heading-3 {
  letter-spacing: -0.375rem;
  margin: 0 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 6.875rem;
}

.paragraph-16 {
  color: #888;
  text-align: right;
  letter-spacing: -0.06563rem;
  width: 100%;
  max-width: 56.0623rem;
  margin-bottom: 0;
  margin-left: auto;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 3.375rem;
  display: block;
}

.paragraph-18 {
  color: #888;
  width: 100%;
  max-width: 62.1875rem;
  margin-left: auto;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 3.375rem;
}

.div-block-22 {
  background-image: linear-gradient(
    180deg,
    var(--_colors---gradient-light),
    white
  );
  width: 100%;
}

.contact-form {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: #f0f0f0;
  border-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 69.25rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.25rem;
  display: flex;
}

.contact-form-heading {
  color: var(--_colors---black-700);
  text-align: center;
  letter-spacing: -0.125rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 103px;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 3.25rem;
}

.div-block-23 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.div-block-24,
.div-block-25 {
  width: 100%;
}

.form-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text-field {
  border: 1px solid #d0d5dd;
  border-radius: 1.625rem;
  height: 3.25rem;
  margin-bottom: 0;
  padding: 16px;
}

.text-field.area {
  min-height: 15.625rem;
}

.submit-button {
  background-color: var(--_colors---blue-primary);
  color: var(--_colors---white);
  border-radius: 100px;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.field-label {
  color: var(--_colors---blue-black);
  margin-bottom: 0.5rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.icon-embed-small {
  color: var(--_colors---black-700);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.max-width-large {
  width: 100%;
}

.misc-faq-01-paragraph {
  color: var(--_colors---blue-black);
  width: 100%;
  max-width: 34.1875rem;
  margin-bottom: 1.5rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.misc-faq-01-paragraph.title {
  color: var(--_colors---black-700);
  margin-bottom: 1.5rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.1875rem;
  line-height: 2.125rem;
}

.trigger {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-weight: 500;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  color: var(--_colors---black-700);
  letter-spacing: -0.09375rem;
  font-size: 2.625rem;
  line-height: 3.9375rem;
}

.text-size-medium.text-weight-bold.bespoke {
  color: var(--_colors---black-700);
}

.text-size-medium.text-weight-bold {
  color: #e4e4e4;
}

.faq1_accordion {
  border-bottom: 1px solid #d6d6d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}
.faq1_accordion:last-child {
  border-bottom: none;
}

.faq1_icon-wrapper {
  align-self: center;
  width: 2rem;
  display: flex;
}

.faq1_answer {
  height: auto;
  margin-left: auto;
  overflow: hidden;
}

.faq1_component {
  justify-content: center;
  margin-top: 4.38rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  justify-content: space-between;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.faq-image-container {
  border-radius: 1rem;
  width: 5.375rem;
  height: 5.375rem;
  overflow: hidden;
}

.faq-image-container.faq-open {
  width: 329px;
  height: 329px;
}

.trigger-n-content-container {
  width: 50%;
  display: block;
}

.faq-inner-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
  display: flex;
}

.faq-btn-container {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.div-block-28 {
  padding-top: 1.5rem;
}

.div-block-29 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
  position: static;
}

.sticky-col {
  align-items: stretch;
  width: 100px;
  height: 320px;
  display: flex;
}

.div-block-31 {
  padding-top: 52px;
}

.image-4 {
  color: var(--_colors---blue-dark);
  -webkit-text-stroke-color: var(--_colors---blue-black);
  display: none;
}

.btn-arrow-svg {
  color: var(--_colors---black-700);
  -webkit-text-stroke-color: var(--_colors---blue-black);
  display: flex;
}

.div-block-32 {
  border-radius: 24px;
  overflow: hidden;
}

.skip-to-content {
  z-index: 100000000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  font-family:
    Noto Sans,
    sans-serif;
  text-decoration: none;
  display: inline-flex;
  position: absolute;
  left: -100%;
}

.skip-to-content:focus {
  z-index: 10000;
  background-color: var(--_colors---white);
  color: var(--_colors---black-700);
  font-size: 1rem;
  font-weight: 500;
  top: 15%;
  left: 10%;
}

.icon {
  color: var(--_colors---white);
}

.icon.service-page {
  color: var(--_colors---blue-black);
}

.icon.services {
  color: var(--_colors---black-700);
}

.nav-wrapper-mobile {
  display: none;
  overflow: hidden;
}

.hamburger {
  display: none;
}

.div-block-34 {
  display: flex;
}

.faq-mobile.mobile-bb,
.faq-mobile.mobile-bottom-faq,
.footer-mobile {
  display: none;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_answer-2 {
  overflow: hidden;
}

.bento-mobile-swiper {
  display: none;
}

.swiper {
  width: 100%;
  max-width: 1280px;
  height: 255px;
  overflow: visible;
}

.swiper.swiper-it {
  height: 18rem;
  padding: 10px;
  overflow: visible;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.swiper-slide.serv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  border: 1px solid #d6d6d6;
  border-radius: 8.208px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 255px;
  padding: 20px 25px;
  display: flex;
}

.swiper-slide.serv:hover {
  background-color: var(--_colors---it-bg);
}

.paragraph-20,
.about-text-mobile,
.swiper-container-about {
  display: none;
}

.service-hero-img {
  margin-left: 0;
}

.paragraph-21 {
  display: none;
}

.image-7 {
  margin-left: 0;
}

.paragraph-22 {
  display: none;
}

.text-span-4 {
  font-family:
    Noto Sans,
    sans-serif;
  font-weight: 400;
}

.services-hero-txt-img-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  display: flex;
}

.services-title {
  flex-flow: column;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-39 {
  width: 60%;
  display: flex;
}

.hero-img-flex {
  width: 100%;
  max-width: 505px;
  height: 100%;
  max-height: 505px;
  overflow: visible;
}

.paragraph-24 {
  display: none;
}

.text-span-6 {
  font-family:
    Noto Sans,
    sans-serif;
  font-weight: 400;
}

.nav-logo-container {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mail-icon-black.service-page,
.mail-icon-white {
  display: none;
}

.mail-icon-white.service-page,
.div-block-40 {
  display: block;
}

.paragraph-25 {
  color: var(--_colors---grey);
  margin-bottom: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  display: none;
  overflow: visible;
}

.div-block-41 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.5rem;
}

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

.h1-404 {
  color: var(--_colors---black-700);
  text-align: center;
  letter-spacing: -0.375rem;
  margin-top: 0;
  margin-bottom: 4rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 6.875rem;
}

.h1-404._404 {
  margin-bottom: 2rem;
}

.paragraph-26 {
  color: var(--_colors---blue-black);
  text-align: center;
  letter-spacing: -0.06563rem;
  margin-bottom: 0;
  font-size: 2.1875rem;
  line-height: 3.375rem;
}

.div-block-42 {
  width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-2 {
  font-family:
    Noto Sans,
    sans-serif;
}

.paragraph-27 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.div-block-43 {
  max-width: 80rem;
}

.div-block-44 {
  justify-content: center;
  width: 100%;
  padding-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.div-block-45 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.challenges-tab {
  grid-column-gap: 0.62rem;
  grid-row-gap: 0.62rem;
  color: var(--_colors---blue-primary);
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
  border: 1px solid #d6d6d6;
  border-radius: 0.5625rem;
  flex-flow: column;
  justify-content: center;
  width: auto;
  margin-bottom: 0;
  padding: 0.75rem 1.75rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  display: flex;
}

.challenges-tab.text-dark {
  color: var(--_colors---indigo-900);
}

.challenges-tab.text-software {
  color: var(--_colors---software-dev);
}

.challenges-tab.blue {
  color: var(--_colors---txt-blue);
}

.div-block-47 {
  grid-column-gap: 0.62rem;
  grid-row-gap: 0.62rem;
  flex-flow: wrap;
  justify-content: center;
  display: none;
}

.div-block-48 {
  grid-column-gap: 0.62rem;
  grid-row-gap: 0.62rem;
  justify-content: center;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 0.62rem;
  grid-row-gap: 0.62rem;
  display: flex;
}

.bento-01-home,
.bento-02-home,
.bento-03-home,
.bento-04-home {
  width: 12.2355rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-28 {
  letter-spacing: -0.03375rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.text-span-7 {
  font-weight: 600;
}

.image-10 {
  width: 12.2805rem;
  position: absolute;
  inset: 0% 0% auto 60px;
}

.image-11 {
  width: 12.2355rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-29 {
  color: var(--_colors---white);
  letter-spacing: -0.03375rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.text-span-8 {
  font-weight: 600;
}

.paragraph-31 {
  letter-spacing: -0.03375rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.6225rem;
}

.text-span-9 {
  font-weight: 600;
}

.image-12 {
  width: 8.843rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-32 {
  color: var(--_colors---white);
  max-width: 31.25rem;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.text-span-10 {
  font-weight: 600;
}

.image-13 {
  width: 12.3rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-14 {
  width: 100%;
}

.div-block-50 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 1;
}

.image-15 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-16 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.image-18 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-19,
.image-20,
.image-21 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-52 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.div-block-53 {
  width: 100%;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.div-block-54 {
  width: 40%;
  z-index: 1;
}

.div-block-55 {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.submit-success {
  color: #5db85d;
  text-align: center;
  font-family:
    Noto Sans,
    sans-serif;
  font-weight: 500;
  line-height: 2rem;
}

.submit-fail {
  color: #d84040;
  text-align: center;
  font-family:
    Noto Sans,
    sans-serif;
  font-weight: 500;
  line-height: 2rem;
}

.lottie-animation {
  display: flex;
}

.nav-contact-services {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  padding: 10px;
  display: flex;
}

.nav-mail-black {
  display: none;
}

.error-message {
  margin-top: 2rem;
}

.div-block-56 {
  width: 50%;
}

.dk {
  text-align: left;
}

.div-block-57 {
  margin-top: 0;
}

.icon-embed-custom-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  transform: translate(0, 10px);
}

.text-span-11 {
  color: var(--_colors---txt-blue);
  font-weight: 600;
}

.text-span-12 {
  font-weight: 600;
}

.italic-text {
  color: var(--_colors---it-text);
}

.italic-text-2 {
  color: var(--_colors---soft-txt);
}

.italic-text-3 {
  color: var(--_colors---its-txt);
}

.serv-slide-img-container {
  text-align: center;
}

.slide-inner {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  transform: translate(0);
}

.para-serv-slide {
  color: #011992;
  text-align: center;
  margin-bottom: 0;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}

.para-serv-slide.software {
  color: var(--_colors---software-dev-btn);
}

.swiper-slide-copy.serv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: grab;
  border: 1px solid #d6d6d6;
  border-radius: 8.208px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  display: flex;
}

.serv-cards-container {
  flex-flow: row;
  justify-content: center;
  display: none;
}

.serv-cards-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.lottie-animation-2,
.lottie-animation-3,
.lottie-animation-4 {
  width: 100%;
  height: 100%;
}

.div-block-58 {
  background-color: var(--_colors---blue-primary);
  background-image: linear-gradient(
    180deg,
    var(--_colors---blue-dark),
    var(--_colors---blue-primary)
  );
}

.div-block-59 {
  background-image: linear-gradient(#005976, #00a6dc);
}

.div-block-60 {
  background-image: linear-gradient(#040e14, #2f4450);
}

@media screen and (max-width: 991px) {
  .nav-item {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header-content {
    height: 54px;
    padding: 10px;
  }

  .image {
    width: 105px;
    height: 34px;
  }

  .fixedfooter,
  .section-footer-height {
    display: none;
  }

  .navigation {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .dropdown-nav-item {
    font-size: 14px;
  }

  .nav-contact-container {
    width: 40px;
    height: 40px;
  }

  .dropdown-toggle {
    vertical-align: baseline;
    padding-left: 8px;
    padding-right: 40px;
  }

  .home-hero {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-bottom: 0;
  }

  .home-hero-text-right {
    text-align: right;
    max-width: 25rem;
    font-size: 1.75rem;
  }

  .section-about {
    padding-bottom: 2.5rem;
  }

  .text-block-upper-p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
    display: none;
  }

  .social-img-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-text-container {
    max-width: 100%;
  }

  .h2 {
    text-align: center;
    max-width: 100%;
    margin-top: 1.5rem;
  }

  .paragraph-2 {
    max-width: 100%;
  }

  .section-services-bluebg {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 2.5rem 0;
  }

  .services-container {
    padding: 2rem 2rem 2.5rem;
  }

  .h3 {
    font-size: 2.375rem;
    line-height: 2.9375rem;
  }

  .body-text.white-text {
    display: block;
  }

  .bento-grid {
    grid-template-rows: minmax(auto, 2.25fr) auto auto auto;
    grid-template-columns: 3.75fr;
    grid-auto-rows: minmax(auto, 1fr);
    padding-top: 2.5rem;
  }

  .bento,
  .bento.bento-bg-white {
    height: 15rem;
  }

  .section-challenges {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 2.5rem 1.5rem;
  }

  .section-support {
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .bento-heading,
  .bento-heading.text-blue {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .h1 {
    font-size: 4.25rem;
    line-height: 4.875rem;
  }

  .about-hero {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .about-text-section,
  .about-ball {
    display: none;
  }

  .section-why--choose {
    padding: 2.5rem 1.5rem;
  }

  .section-heading {
    font-size: 2.9375rem;
    line-height: 3.5625rem;
  }

  .bento-container-about {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 19.5313rem;
    margin-top: 2.5rem;
  }

  .section-empowered {
    flex-flow: column;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bg-gradient-wrapper {
    padding-top: 10rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bg-gradient-wrapper.pp-pages {
    padding-bottom: 5rem;
  }

  .servicepage-hero.it-service,
  .servicepage-hero.software-dev,
  .servicepage-hero.it-consultancy {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .h1-2.it-service,
  .h1-2.software-dev,
  .h1-2.it-consultancy {
    font-size: 4.25rem;
    line-height: 4.875rem;
  }

  .text-block-upper-p-2 {
    display: none;
  }

  .paragraph-9 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-servicepage02 {
    padding: 2.5rem;
  }

  .div-block-17 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-18 {
    max-width: 100%;
  }

  .div-block-19 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section-servicepage03 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 2.5rem;
  }

  .servicepage03-uppercards {
    grid-column-gap: 3.25rem;
    grid-row-gap: 3.25rem;
    flex-flow: column;
  }

  .servicepage03-lowercards {
    flex-flow: column;
    margin-top: 3.25rem;
  }

  .servicepage03-card {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-hero {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-3 {
    font-size: 4.25rem;
    line-height: 4.875rem;
  }

  .contact-form-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .misc-faq-01-paragraph.title {
    letter-spacing: -0.025rem;
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }

  .text-size-medium.text-weight-bold {
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
  }

  .text-size-medium.text-weight-bold.footer {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .trigger-n-content-container {
    width: 50%;
    display: block;
  }

  .div-block-29 {
    flex-flow: column;
    margin-top: 2.5rem;
  }

  .sticky-col {
    width: 200px;
    height: 33px;
  }

  .div-block-31 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .code-embed-3 {
    text-align: left;
    display: none;
  }

  .footer-mobile {
    background-color: var(--_colors---blue-primary);
    border-top-left-radius: 1.87rem;
    border-top-right-radius: 1.87rem;
    flex-flow: column;
    display: flex;
  }

  .footer-mobile-content {
    padding-top: 2.81rem;
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }

  .footer-mobile-lower {
    margin-top: 2.75rem;
  }

  .faq1_question {
    border-bottom: 1px solid #fff3;
    margin-bottom: 1.25rem;
  }

  .faq1_list-2 {
    width: 70%;
    margin-top: 1.88rem;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper.swiper-it {
    height: 16rem;
  }

  .swiper-wrapper {
    align-items: center;
    display: flex;
  }

  .swiper-slide.serv {
    width: 255px;
    height: 255px;
  }

  .paragraph-20 {
    color: var(--_colors---grey);
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    display: block;
  }

  .text-span {
    color: var(--_colors---black-700);
  }

  .about-text-mobile {
    color: var(--_colors---grey);
    margin-bottom: 0;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    display: block;
  }

  .text-span-2 {
    color: var(--_colors---black-700);
  }

  .paragraph-21 {
    color: #5692ff;
    margin-bottom: 0;
    padding-top: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    display: block;
  }

  .text-span-3 {
    color: var(--_colors---white);
    font-family:
      Noto Sans,
      sans-serif;
    font-weight: 500;
  }

  .paragraph-22 {
    color: #61ddff;
    margin-bottom: 0;
    padding-top: 1rem;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    display: block;
  }

  .text-span-4 {
    color: var(--_colors---white);
  }

  .paragraph-24 {
    color: var(--_colors---it-text);
    margin-bottom: 0;
    padding-top: 1rem;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    display: block;
  }

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

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

  .paragraph-25 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-41 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h1-404 {
    font-size: 4.25rem;
    line-height: 4.875rem;
  }

  .h1-404._404 {
    margin-bottom: 1rem;
  }

  .paragraph-27 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 32px;
  }

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

  .div-block-44 {
    padding-top: 2.5rem;
  }

  .div-block-45 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .challenges-tab {
    white-space: normal;
  }

  .div-block-48,
  .div-block-49 {
    flex-flow: column;
  }

  .paragraph-28 {
    max-width: 50%;
  }

  .image-10 {
    inset: 0% 0% auto auto;
  }

  .paragraph-29,
  .paragraph-31 {
    max-width: 50%;
  }

  .image-12 {
    width: 12.3rem;
  }

  .paragraph-32 {
    max-width: 50%;
  }

  .image-16,
  .image-17 {
    object-fit: none;
  }

  .image-20,
  .image-21 {
    object-fit: contain;
  }

  .div-block-52 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .submit-success,
  .submit-fail {
    font-size: 1.25rem;
  }

  .nav-contact-services {
    width: 40px;
    height: 40px;
  }

  .image-26,
  .image-27 {
    object-fit: cover;
  }

  .image-28 {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .logo-container.w--current {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%);
  }

  .nav-item,
  .nav-item.w--current {
    font-size: 24px;
  }

  .header-max-width {
    position: relative;
  }

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

  .header-content {
    z-index: 10;
    border-radius: 27px;
    flex-flow: column;
    width: 100%;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .navigation,
  .nav-contact-container {
    display: none;
  }

  .h1-home {
    margin-bottom: 0;
    display: flex;
  }

  .home-hero-lower {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    flex-flow: column;
    height: 12rem;
  }

  .home-hero-text-right {
    display: none;
  }

  .home-hero-text-right.mobile {
    display: flex;
  }

  .home-hero-lower-col {
    align-items: flex-start;
    width: 100%;
  }

  .empty-space,
  .text-block-upper-p {
    display: none;
  }

  .h3-white {
    font-size: 2.375rem;
    line-height: 2.9375rem;
  }

  .bento-grid {
    flex-flow: column;
    grid-template-rows: minmax(auto, 1fr) auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .bento {
    padding: 1.5rem;
  }

  .section-challenges {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .div-block-6 {
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading {
    font-size: 2.9375rem;
    line-height: 3.5625rem;
  }

  .bento-heading,
  .bento-heading.text-blue {
    max-width: 15rem;
  }

  .bento-container-about {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 19.5313rem;
    height: auto;
    display: flex;
  }

  .about-custom-wrapper {
    flex-flow: column;
    display: flex;
  }

  .contact-hero {
    padding-top: 10rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .contact-form {
    padding-left: 1.5rem;
    padding-right: 2.5rem;
  }

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

  .trigger {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .trigger-n-content-container {
    width: 100%;
  }

  .faq-inner-wrapper {
    flex-flow: column-reverse;
  }

  .faq-btn-container {
    margin-bottom: 1.5rem;
  }

  .div-block-29 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

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

  .nav-wrapper-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0;
    margin-top: 0;
    padding-top: 0;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
    position: static;
    inset: 0%;
    overflow: hidden;
  }

  .hamburger {
    cursor: pointer;
    width: 24px;
    height: auto;
    display: inline-flex;
  }

  .div-block-33 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .mobile-nav-link {
    color: var(--_colors---white);
    text-align: center;
    border-bottom: 1px solid #fff3;
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family:
      Noto Sans,
      sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: block;
  }

  .mobile-nav-link.w--current {
    color: var(--_colors---blue-light);
    padding-bottom: 0.75rem;
  }

  .mobile-nav-link.remove-bb {
    border-bottom-style: none;
  }

  .mobile-nav-link.service-page {
    color: var(--_colors---black-700);
    border-bottom-color: #e1ffe133;
  }

  .mobile-nav-link.service-page.w--current {
    color: var(--_colors---blue-light);
  }

  .mobile-nav-link.service-page.last-item {
    margin-bottom: 0.62rem;
  }

  .mobile-nav-link.services {
    color: var(--_colors---black-700);
  }

  .mobile-nav-link.services.w--current {
    color: var(--_colors---blue-400);
  }

  .code-embed-3 {
    display: none;
  }

  .faq1_question {
    border-bottom: 1px solid #fff3;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_question.margin-top {
    margin-top: 1rem;
  }

  .faq1_list-2 {
    width: 90%;
  }

  .swiper.swiper-it {
    padding-left: 0;
    overflow: hidden;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .swiper-slide.serv {
    cursor: grab;
    width: 14rem;
    height: 14rem;
  }

  .paragraph-20 {
    color: var(--_colors---grey);
    flex-flow: row;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    display: block;
  }

  .text-span {
    color: var(--_colors---black-700);
  }

  .about-text-mobile,
  .paragraph-22 {
    font-weight: 400;
  }

  .services-hero-txt-img-container {
    flex-flow: column-reverse;
  }

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

  .hero-img-flex {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .nav-logo-container {
    position: static;
    transform: none;
  }

  .div-block-41 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .h1-404._404 {
    margin-bottom: 1rem;
  }

  .paragraph-26 {
    margin-bottom: 0.5rem;
    line-height: 2.7rem;
  }

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

  .paragraph-28,
  .paragraph-29,
  .paragraph-31,
  .paragraph-32 {
    max-width: 60%;
  }

  .image-16,
  .image-17 {
    object-fit: contain;
  }

  .nav-contact-services {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header-max-width {
    max-width: 100%;
  }

  .header-content {
    padding: 10px 20px;
  }

  .main {
    display: flex;
    overflow: hidden;
  }

  .main.services-main {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }

  .fixedfooter,
  .section-footer-height {
    display: none;
  }

  .footer-links {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .h1-home {
    margin-bottom: 2.5rem;
  }

  .home-hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-bottom: 2.5rem;
  }

  .button-primary {
    padding: 0.5rem 1.12rem;
  }

  .home-hero-lower {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    flex-flow: column;
    height: 8rem;
    margin-bottom: 1.5rem;
  }

  .home-hero-text-right {
    font-size: 1.25rem;
    display: none;
  }

  .home-hero-text-right.mobile {
    text-align: right;
    letter-spacing: -0.075rem;
    width: 100%;
    max-width: 18rem;
    line-height: 1.5rem;
    display: block;
  }

  .home-hero-lower-col {
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .empty-space {
    display: none;
  }

  .home-hero-img-container {
    height: auto;
  }

  .section-about {
    padding-bottom: 2.5rem;
    display: block;
  }

  .text-block-upper-p {
    text-align: left;
    display: none;
  }

  .social-img-container {
    width: 100%;
    height: auto;
    min-height: 23.1225rem;
  }

  .h2 {
    text-align: center;
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 1rem;
  }

  .section-services-bluebg {
    padding: 0.94rem 0;
    display: block;
  }

  .services-container {
    padding: 1rem;
    display: block;
  }

  .h3 {
    letter-spacing: -0.06rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .bento-container-home {
    display: block;
  }

  .h3-white {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .body-text.white-text {
    margin-bottom: 0;
  }

  .bento-grid {
    display: none;
  }

  .section-challenges {
    padding: 2.5rem 10px;
    display: block;
  }

  .h3-challenges {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-4,
  .paragraph-4 {
    margin-bottom: 1rem;
  }

  .section-support {
    padding-bottom: 2.5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1.25rem;
    flex-flow: column-reverse;
    padding: 10rem 1.88rem 1.88rem;
  }

  .heading {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }

  .paragraph-6 {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }

  .h1 {
    text-align: left;
    letter-spacing: -0.19875rem;
    font-size: 3.5rem;
    line-height: 3.75rem;
  }

  .about-hero {
    grid-column-gap: 1.62rem;
    grid-row-gap: 1.62rem;
    padding-bottom: 2.5rem;
  }

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

  .about-text-section.it-consultancy {
    display: block;
  }

  .about-ball {
    display: none;
  }

  .section-why--choose {
    padding-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .bento-container-about {
    display: none;
  }

  .section-empowered {
    flex-flow: column;
    padding-bottom: 2.5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bg-gradient-wrapper {
    padding-top: 5.8rem;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .bg-gradient-wrapper._404 {
    padding-top: 7rem;
  }

  .servicepage-hero.it-service {
    padding: 1.5rem 0.94rem 2.5rem;
  }

  .servicepage-hero.software-dev {
    z-index: 5;
    padding: 1.5rem 0.94rem 2.5rem;
    position: relative;
  }

  .servicepage-hero.it-consultancy {
    padding: 1.5rem 0.94rem 2.5rem;
  }

  .h1-2.it-service {
    letter-spacing: -0.19875rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 3.32rem;
    line-height: 3.75rem;
  }

  .h1-2.software-dev {
    letter-spacing: -0.19875rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 3.3125rem;
    line-height: 3.75rem;
  }

  .h1-2.it-consultancy {
    font-size: 3.3125rem;
    line-height: 3.75rem;
  }

  .text-block-upper-p-2,
  .div-block-12 {
    display: none;
  }

  .paragraph-9 {
    letter-spacing: -0.1125rem;
    margin-bottom: 0;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 2.375rem;
  }

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

  .section-servicepage01 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2.5rem 0;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h2-servicepage {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .p-servicepage {
    margin-bottom: 0;
  }

  .tab-container {
    display: flex;
  }

  .section-servicepage02 {
    padding: 1.88rem 0.94rem 0.94rem;
  }

  .h3-servicepage {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .section-servicepage02-heading-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .div-block-17 {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    flex-flow: column-reverse;
    padding-top: 1.88rem;
  }

  .div-block-17.col-reverse {
    flex-flow: wrap;
  }

  .div-block-18 {
    height: 20.5625rem;
    max-height: 27.5625rem;
  }

  .div-block-19 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 1.875rem;
  }

  .paragraph-13.with-btn {
    margin-bottom: 1.25rem;
  }

  .section-servicepage03 {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    padding: 1.88rem;
  }

  .servicepage03-inner {
    display: block;
  }

  .servicepage-03-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .servicepage03-uppercards {
    grid-column-gap: 2.12rem;
    grid-row-gap: 2.12rem;
    flex-flow: column;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .servicepage03-lowercards {
    grid-column-gap: 2.12rem;
    grid-row-gap: 2.12rem;
    flex-flow: column;
    margin-top: 0;
  }

  .servicepage03-cards {
    margin-top: 0;
  }

  .div-block-20 {
    justify-content: flex-start;
  }

  .contact-hero {
    grid-column-gap: 1.06rem;
    grid-row-gap: 1.06rem;
    align-items: flex-start;
    padding: 5.255rem 0 2.5rem;
  }

  .heading-3 {
    letter-spacing: -0.16875rem;
    padding-top: 0.56rem;
    padding-bottom: 0.56rem;
    font-size: 2.8125rem;
    line-height: 3.75rem;
  }

  .div-block-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form {
    margin-bottom: 2.5rem;
    padding: 1.88rem 0.88rem;
  }

  .contact-form-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5rem;
    line-height: 3rem;
  }

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

  .submit-button:disabled {
    background-color: var(--_colors---grey);
    opacity: 0.7;
  }

  .text-size-medium.text-weight-bold.footer {
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.47rem;
  }

  .faq1_accordion {
    display: none;
  }

  .faq1_component {
    margin-top: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-29 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .sticky-col {
    height: auto;
    display: block;
  }

  .div-block-31 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .skip-to-content {
    display: none;
  }

  .nav-wrapper-mobile {
    height: 0;
  }

  .mobile-nav-link.service-page {
    border-bottom-style: dashed;
    border-bottom-color: var(--_colors---blue-black);
    color: var(--_colors---black-700);
  }

  .code-embed-3 {
    display: none;
  }

  .faq-mobile-img-container {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 20.65rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-6 {
    object-fit: cover;
    border-radius: 1.5rem;
  }

  .faq-mobile {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    flex-flow: column;
    padding-top: 1.88rem;
    padding-bottom: 1.88rem;
    display: flex;
  }

  .faq-mobile.mobile-bb {
    border-bottom: 1px solid #d6d6d6;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .faq-mobile.mobile-bottom-faq {
    padding-top: 2.5rem;
    padding-bottom: 0;
    display: flex;
  }

  .faq-mobile-heading {
    text-align: left;
    letter-spacing: -0.09375rem;
    margin-top: 0;
    margin-bottom: 0;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.875rem;
  }

  .faq-mobile-subhead {
    color: #252933;
    letter-spacing: -0.025rem;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6875rem;
  }

  .div-block-35 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    display: flex;
  }

  .faq-mobile-para {
    color: var(--_colors---blue-black);
    margin-bottom: 0;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .div-block-36 {
    max-width: 7.3125rem;
  }

  .footer-mobile {
    background-color: var(--_colors---blue-primary);
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
    flex-flow: column;
    display: flex;
  }

  .footer-mobile-content {
    padding: 2.81rem 1.88rem 0;
  }

  .footer-mobile-lower {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .faq1_question {
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_accordion-2 {
    padding-bottom: 0;
  }

  .faq1_accordion-2.footer-bb {
    border-bottom-color: var(--_colors---blue-primary);
  }

  .faq1_list-2 {
    width: 100%;
    margin-top: 1.88rem;
  }

  .bento-mobile-swiper {
    background-color: var(--_colors---blue-primary);
    padding-bottom: 2rem;
    display: block;
  }

  .swiper.home-bento-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .swiper-slide {
    width: 18.3125rem;
    height: 18.3125rem;
  }

  .swiper-slide.home-bento-swiper-slide {
    background-color: var(--_colors---grey);
    cursor: grab;
    border-radius: 1.25rem;
    width: 18.3125rem;
    height: 20.6rem;
    overflow: hidden;
  }

  .swiper-slide.home-bento-swiper-slide.large {
    height: 25rem;
  }

  .swiper-slide.serv {
    width: 14rem;
    height: 14rem;
  }

  .home-bento-slide-content {
    flex-flow: column-reverse;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 1.88rem;
    display: flex;
    position: relative;
  }

  .home-bento-slide-content.bg-white {
    background-color: var(--_colors---white);
  }

  .home-bento-slide-content.bg-dark {
    background-color: var(--_colors---black-700);
  }

  .home-bento-slide-content.bg-grey {
    background-color: var(--_colors---light-grey);
  }

  .home-bento-slide-content.bg-lightblue {
    background-color: var(--_colors---blue-light);
  }

  .home-bento-slide-content.bg-gradient {
    background-image: linear-gradient(
      180deg,
      var(--_colors---blue-dark),
      var(--_colors---blue-primary)
    );
  }

  .home-slider-title {
    text-align: center;
    margin-bottom: 0;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .home-slider-title.text-blue {
    color: var(--_colors---blue-primary);
  }

  .home-slider-title.text-white {
    color: var(--_colors---white);
  }

  .paragraph-20 {
    color: var(--_colors---grey);
    letter-spacing: -0.0375rem;
    margin-bottom: 0;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }

  .text-span {
    color: #333;
  }

  .about-text-mobile {
    color: var(--_colors---grey);
    letter-spacing: -0.0375rem;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }

  .text-span-2 {
    color: var(--_colors---black-700);
  }

  .swiper-container-about {
    display: block;
  }

  .service-hero-img {
    margin-left: 0;
  }

  .paragraph-21 {
    color: #5692ff;
    letter-spacing: -0.0375rem;
    margin-bottom: 0;
    padding-top: 0;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8rem;
    display: block;
  }

  .text-span-3 {
    color: var(--_colors---white);
  }

  .image-7 {
    margin-left: 0;
  }

  .paragraph-22 {
    color: #61ddff;
    letter-spacing: -0.0375rem;
    margin-bottom: 0;
    padding-top: 0;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8rem;
  }

  .text-span-4 {
    color: var(--_colors---white);
  }

  .services-hero-txt-img-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    margin-top: 5rem;
    margin-bottom: 0;
  }

  .services-title {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-39 {
    width: 100%;
    margin-top: 1.56rem;
    margin-bottom: 1.56rem;
  }

  .hero-img-flex {
    width: 100%;
  }

  .paragraph-24 {
    color: var(--_colors---it-text);
    padding-top: 0;
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8rem;
    display: block;
  }

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

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

  .paragraph-25 {
    color: var(--_colors---grey);
    font-family:
      Noto Sans,
      sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }

  .div-block-41 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .h1-404 {
    text-align: left;
    letter-spacing: -0.19875rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 3.3125rem;
    line-height: 3.75rem;
  }

  .h1-404._404 {
    text-align: center;
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .paragraph-26 {
    letter-spacing: -0.0375rem;
    font-size: 1.25rem;
    line-height: 1.7rem;
  }

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

  .div-block-44,
  .div-block-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-47 {
    padding-top: 2.5rem;
  }

  .paragraph-28,
  .paragraph-29,
  .paragraph-31,
  .paragraph-32 {
    text-align: center;
    max-width: 100%;
  }

  .image-16,
  .image-17 {
    object-fit: scale-down;
  }

  .div-block-52 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .image-22,
  .image-23,
  .image-24,
  .image-25 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-success,
  .submit-fail {
    font-size: 1rem;
  }

  .swiper-slide-copy {
    width: 18.3125rem;
    height: 18.3125rem;
  }

  .swiper-slide-copy.home-bento-swiper-slide {
    background-color: var(--_colors---grey);
    cursor: grab;
    border-radius: 1.25rem;
    width: 18.3125rem;
    height: 20.6rem;
    overflow: hidden;
  }

  .swiper-slide-copy.home-bento-swiper-slide.large {
    height: 25rem;
  }
}

#w-node-_713b2741-2984-aaf6-b6b0-7f4916368c38-dfdbe5a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_561de1fd-065e-b431-7d53-36d6dd080c37-dfdbe5a9,
#w-node-_310de97d-bf77-109a-b81a-310935619d86-dc50e3af {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_51913a2b-4dd1-7942-fbaa-6337e228829d-dc50e3af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_561de1fd-065e-b431-7d53-36d6dd080c37-dfdbe5a9,
  #w-node-_7819f2d3-b177-2e9a-b451-745c6accda3c-dfdbe5a9,
  #w-node-_333e71f3-b5c5-8ff5-7fe9-8518abfc704c-dfdbe5a9,
  #w-node-_310de97d-bf77-109a-b81a-310935619d86-dc50e3af,
  #w-node-_518a7023-d32d-0541-aaaa-c28d3625cda3-dc50e3af,
  #w-node-_97262458-f71b-e9ca-c6cc-9f5c1059771c-dc50e3af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
