@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --dark-slate-blue: #165090;
  --midnight-blue: #0d344c;
  --dodger-blue: #009bfa;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.dakfo-logo {
  color: #164e91;
  max-width: 90%;
}

.icon-social-footer {
  width: 24px;
  height: 24px;
}

.top-footer {
  color: #171717;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.limit-home-subtitle {
  width: 100%;
  max-width: 976px;
  margin-top: 32px;
}

.master-projects-slider {
  margin-top: 64px;
  margin-bottom: 80px;
  position: relative;
}

.overlay-impression {
  z-index: 5;
  background-color: #03030366;
  background-image: linear-gradient(#030303, #03030342 19%, #03030300 34% 72%, #03030342 85%, #030303);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-accent {
  color: #f4f4f4;
  background-color: #164e91;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 32px;
  line-height: 18px;
  transition: transform .2s;
  display: flex;
}

.cta-accent:hover {
  background-color: #135983;
  transform: scale(1.07);
}

.cta-accent.nav-cta {
  color: #fff;
  background-color: #164e91;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  display: inline-flex;
}

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

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

.master-checklist {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-checklist.mg-top-16 {
  margin-top: 16px;
}

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

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

.grid-thirds-contact-tiles.mg-top-80 {
  margin-top: 80px;
}

.wrap-contact-tile-text {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-footer {
  color: #171717;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap-image-halves {
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.grid-image-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.text-block {
  color: #171717;
  font-size: 18px;
  line-height: 120%;
}

.image-cta-section {
  border-radius: 8px;
  flex: none;
  width: 100%;
  max-width: 360px;
}

.image-cta-section._1 {
  object-fit: cover;
  height: 404px;
}

.image-cta-section._2 {
  object-fit: cover;
  height: 273px;
}

.image-cta-section._3 {
  object-fit: cover;
  height: 404px;
}

.image-cta-section._4 {
  object-fit: cover;
  height: 272px;
}

.image-cta-section._5 {
  object-fit: cover;
  height: 404px;
}

.image-cta-section._6 {
  object-fit: cover;
  height: 273px;
}

.move-cta-images {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-wrap-center {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 60px;
  display: flex;
}

.image-image-impression {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-white {
  color: #fff;
  background-color: #165090;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  transition: transform .2s;
  display: flex;
}

.cta-white:hover {
  transform: scale(1.06);
}

.cta-white.light {
  background-color: #3898ec;
}

.master-home-headings {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.master-home-headings.hero {
  margin-left: -60px;
  position: relative;
  top: -30px;
}

.legal-footer {
  font-size: 16px;
  line-height: 130%;
}

.dropdown-list.w--open {
  text-align: center;
  background-color: #000;
  border: 1px solid #ffffff30;
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-link {
  color: #171717;
  padding: 20px 12px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link.w--current {
  color: #171717;
}

.wrap-logos {
  opacity: .7;
  flex: 1;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.single-cta-images {
  grid-column-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-wrap-cta-section {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider-projects {
  background-color: #ddd0;
  width: 64%;
  height: auto;
  position: static;
}

.dropdown-link {
  color: #eee;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 12px;
  font-size: 16px;
}

.dropdown-link:hover {
  background-color: #ffffff0d;
}

.dropdown-link.w--current {
  color: #fff;
}

.wrap-content-image-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.master-cta-images {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.mask-projects-slider {
  height: auto;
  position: static;
  overflow: visible;
}

.master-home-hero-lines {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  max-width: 140px;
  margin-top: 28px;
  display: flex;
}

.color-fill-cta-section {
  z-index: 10;
  background-color: #a0bf21;
  height: 300px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.wrap-links-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-contact-tile {
  object-fit: contain;
  width: 64px;
  height: 64px;
}

.footer {
  border-top: 1px solid #2829431a;
  padding-top: 88px;
  padding-bottom: 32px;
}

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

.text-stat {
  color: #164e91;
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
}

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

.section-image-impression {
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 800px;
  max-height: 1200px;
  display: flex;
  position: relative;
}

.no-margins {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.no-margins.tc {
  text-transform: capitalize;
  font-weight: 500;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

.slide-projects {
  height: auto;
  margin-right: 24px;
}

.main-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Satoshi, sans-serif;
}

.subtitle {
  color: #171717;
  font-size: 24px;
  line-height: 130%;
}

.subtitle.white {
  color: #f4f4f4;
}

.top-right-footer {
  grid-column-gap: 100px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 4px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 9px;
  font-size: 16px;
  display: flex;
}

.navbar {
  color: #fff;
  background-color: #0000;
  height: 72px;
}

.bottom-left-footer {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-image-halves {
  border-radius: 8px;
  width: 100%;
}

.image-image-halves.cover {
  object-fit: cover;
  height: 480px;
}

.single-checklist {
  grid-column-gap: 10px;
  color: #171717;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Satoshi, sans-serif;
}

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

.section.hero-home {
  color: #171717;
  padding-top: 120px;
  padding-bottom: 16px;
}

.section.cta-section {
  background-color: var(--dark-slate-blue);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section.services {
  padding-top: 160px;
}

.section.products {
  margin-top: 80px;
  margin-bottom: 80px;
}

.image-hero-home {
  object-fit: cover;
  border-radius: 60px;
  flex: 1;
  max-width: 200px;
  height: 90px;
  margin-top: 24px;
  display: block;
}

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

.heading-links-footer {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.image-logo {
  max-width: 127px;
  height: 45px;
}

.top-text {
  color: #009bfa;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}

.master-logos {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #171717;
}

.single-stat-image-halves {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-h1 {
  color: #171717;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.home-h1.white {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 60%;
}

.single-home-hero-line {
  transform-origin: 0%;
  background-color: #cfe240;
  width: 100%;
  height: 4px;
}

.link-footer {
  color: #171717;
  font-size: 16px;
  text-decoration: none;
}

.link-footer.w--current {
  color: #171717;
}

.divider-hero-home {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  margin-top: 50px;
}

.arrow-projects-slider {
  background-color: #145a97;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 2px;
  transition: background-color .2s;
  display: flex;
  bottom: -132%;
  left: -78%;
}

.arrow-projects-slider:hover {
  background-color: #0d3e79;
}

.arrow-projects-slider.left-arrow {
  background-color: #165090;
  width: 56px;
  height: 56px;
  padding-left: 0;
  padding-right: 2px;
  bottom: -22%;
}

.top-left-footer {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.paragraph-big {
  font-size: 20px;
  line-height: 140%;
}

.brand-link-footer {
  height: 48px;
}

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

.social-link-footer {
  color: #171717;
}

.icon-check {
  width: 24px;
  height: 24px;
}

.tile-elevation {
  color: #fff;
  background-color: #171717;
  text-decoration: none;
  transition: background-color .2s;
}

.tile-elevation.contact {
  grid-row-gap: 64px;
  background-color: #165090;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.tile-elevation.contact:hover {
  background-color: #0d3e79;
}

.tile-elevation.service-small-tile {
  grid-row-gap: 40px;
  background-color: #164e91;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

.tile-elevation.service-small-tile:hover {
  background-color: #0d3f79;
}

.tile-elevation.sticky-halves-tile {
  grid-row-gap: 24px;
  background-color: #164e91;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.tile-elevation.contact-tile {
  grid-row-gap: 64px;
  background-color: #3387d1;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.tile-elevation.contact-tile:hover {
  background-color: #164e91;
}

.tile-elevation.office-tile {
  grid-row-gap: 32px;
  background-color: #164e91;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.tile-elevation.service-big-tile {
  grid-row-gap: 40px;
  background-color: #164e91;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

.tile-elevation.service-big-tile:hover {
  background-color: #1d5fad;
}

.text-heading-3 {
  font-size: 28px;
  line-height: 120%;
}

.divider-footer {
  background-color: #28294333;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 32px;
}

.text-impression {
  z-index: 10;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, sans-serif;
  font-size: 80px;
  line-height: 120%;
  display: flex;
  position: relative;
}

.paragraph-mega {
  font-size: 22px;
  line-height: 120%;
}

.paragraph-mega.opacity-80 {
  opacity: .8;
}

.master-stats-image-halves {
  grid-column-gap: 64px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

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

.text-block-5 {
  font-size: 16px;
  line-height: 120%;
}

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

.grid.test {
  margin-top: 250px;
}

.top-service-small {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-service-small {
  object-fit: contain;
  width: 64px;
  height: 64px;
}

.wrap-service-small-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  display: flex;
}

.no-margins-title {
  color: #dbf1ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
}

.no-margins-title.white {
  color: #f4f4f4;
}

.no-margins-title.dark {
  color: #171717;
}

.text-read-more {
  color: #dbf1ff;
  font-weight: 500;
}

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

.sub-text-block.white {
  color: #f4f4f4;
}

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

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

.image-project {
  object-fit: cover;
  height: 380px;
}

.link-project-tile {
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.icon-project-tile-detail {
  width: 32px;
  height: 32px;
}

.single-project-tile-detail {
  grid-column-gap: 8px;
  opacity: .8;
  color: #171717;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-project-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-project-name {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
}

.tile-blog {
  grid-row-gap: 32px;
  color: #fff;
  flex-direction: column;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.tile-blog:hover {
  transform: scale(.98);
}

.image-wrap-blog-thirds {
  border-radius: 4px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-blog-thirds {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bottom-blog {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.no-margins-3 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

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

.section-hero-a {
  z-index: 10;
  background-color: #f0f6f8;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 85vh;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-arrow {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.description {
  z-index: 50;
  background-color: #164e91;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.block-hero-a {
  z-index: 20;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 50px 50px;
  display: flex;
  position: relative;
}

.icon-arrow-b {
  width: 10px;
  max-width: none;
  height: 10px;
  position: absolute;
  transform: translate(-120%, 120%);
}

.line-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.hero-service {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.grid-hero-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  font-family: Satoshi, sans-serif;
}

.icon-arrow-a {
  width: 10px;
  max-width: none;
  height: 10px;
}

.hero-a {
  z-index: 20;
  width: 100%;
  max-width: 1200px;
}

.line-1px {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.link-hero-service {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.text-hero-service {
  color: #a0bf21;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.description-block {
  width: 100%;
  padding: 20px 32px 25px;
}

.line-full {
  background-color: #a0bf21;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block.details {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: 0;
}

.logo-moving-testimonial {
  object-fit: contain;
  object-position: 0% 50%;
  width: 156px;
  height: 42px;
}

.text-span, .text-span-2 {
  color: #a0bf21;
}

.move-about-gallery {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-wrap-about {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-stat-2 {
  color: #eb622b;
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
}

.no-margins-4 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

.section-2.hero-about {
  padding-top: 120px;
  overflow: hidden;
}

.section-2.hero-services, .section-2.hero-careers {
  padding-top: 120px;
}

.single-center-stat {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.master-about-gallery {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.grid-stats-wide {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.left-sticky {
  position: relative;
}

.columns-sticky {
  display: flex;
}

.master-sticky-tiles {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

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

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

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

.wrap-text-career-value {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-text-2 {
  color: #eb622b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.content-left-career-values {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.icon-values {
  object-fit: contain;
  width: 56px;
  height: 56px;
  margin-bottom: 32px;
}

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

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

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

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

.text-accent {
  color: #a0bf21;
  font-size: 15px;
  font-weight: 500;
}

.cta-white-2 {
  color: #030303;
  background-color: #eb622b;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  transition: transform .2s;
  display: flex;
}

.cta-white-2:hover {
  transform: scale(1.06);
}

.office-details-wrap-about {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-contact-grids {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.circle-link-office {
  background-color: #cfe240;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .2s;
  display: flex;
}

.circle-link-office:hover {
  background-color: #a0bf21;
}

.image-office {
  border-radius: 2px;
  width: 100%;
}

.icon-circle-link {
  filter: contrast(0%);
  width: 22px;
  height: 22px;
}

.grid-offices-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.office-links-wrap-about-b {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-wrap-office {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrap-services {
  text-align: center;
  margin-bottom: 64px;
}

.grid-services-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-service-big {
  object-fit: contain;
  width: 64px;
  height: 64px;
}

.wrap-service-big-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-service-big {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.big-heading.white {
  color: #f4f4f4;
}

.big-heading.white.smaller {
  text-transform: capitalize;
  font-size: 4rem;
}

.big-heading.white.center {
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
}

.text-impression-2 {
  z-index: 10;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 80px;
  line-height: 120%;
  display: flex;
  position: relative;
}

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

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

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

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.plus-line {
  background-color: #09264c;
  border-radius: 1px;
  width: 18px;
  height: 1px;
}

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

.expandable-single {
  cursor: pointer;
  border-top: 1px solid #09264c4d;
  padding: 26px 0;
}

.wrap-left-faq {
  width: 100%;
  max-width: 440px;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.title-wrap-careers {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

.success-message {
  color: #1c3433;
  background-color: #75fb91;
  border-radius: 24px;
}

.left-wrap-contact-section {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.paragraph-big-2 {
  font-size: 18px;
  line-height: 130%;
}

.link-social {
  background-color: #faebe300;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: #faebe333;
}

.text-area {
  background-color: #fff;
  border: 1px solid #2829431a;
  border-radius: 6px;
  padding-top: 16px;
  padding-bottom: 60px;
  font-size: 16px;
}

.text-area:focus {
  color: #282943;
  border: 1px solid #424bd0;
}

.form-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.circle-link-contact {
  background-color: #164e91;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.input-wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.text-contact-detail {
  color: #333;
  margin: 0;
}

.wrap-contact-links {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-contact-section {
  width: 24px;
  height: 24px;
}

.icon-social {
  width: 32px;
  height: 32px;
}

.tile-contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #282943;
  background-color: #fafafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 578px;
  padding: 48px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px #1d34330f;
}

.text-heading {
  color: #333;
  font-size: 28px;
  font-weight: 500;
  line-height: 122%;
}

.right-side-contact-link {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.link-contact {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 120%;
}

.cta-accent-2 {
  color: #1c3433;
  background-color: #75fb91;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-accent-2:hover {
  background-color: #5ee67a;
}

.text-field-contact {
  color: #1c3433;
  background-color: #fff;
  border: 1px solid #2829434d;
  border-radius: 8px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

.text-field-contact:focus {
  color: #1c3433;
  border: 1px solid #1c3433;
}

.text-field-contact::placeholder {
  color: #1c34337a;
}

.section-3 {
  color: #1c3433;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-3.darker {
  background-color: #efeadf;
}

.section-3.darker.contact-section {
  background-color: #faf9f5;
}

.divider-contact {
  background-color: #28294333;
  width: 100%;
  height: 1px;
}

.grid-contact {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.form-block-contact {
  margin-bottom: 0;
}

.wrap-socials-contact {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label-form {
  color: #282943;
  margin-bottom: 12px;
  font-weight: 500;
}

.section-4 {
  color: #1c3433;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-4.creame {
  background-color: #f4f1eb;
}

.container-small {
  max-width: 950px;
  padding-left: 24px;
  padding-right: 24px;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-for-button {
  z-index: 2;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  position: relative;
}

.animation-color-bg {
  z-index: 15;
  background-color: #0089df;
  width: 450%;
  height: 100%;
  display: none;
  position: absolute;
  transform: skew(-60deg);
}

.absolute-block {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.link-large {
  color: #193472;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
}

.link-large.left {
  text-align: left;
}

.regular-grid-column {
  border-left: .5em solid #164e91;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 4em;
  display: flex;
  overflow: hidden;
}

.service-type {
  color: #193472;
  letter-spacing: 1.5px;
  margin-right: 24px;
  line-height: 24px;
  display: inline;
}

.chessboard {
  z-index: 5;
  border: 1px solid #a0bcff1a;
  transition: background-color .5s, border-color .5s;
  position: relative;
}

.chessboard:hover {
  background-color: #a0bcff12;
  border-color: #a0bcff33;
}

.chessboard.is-90-opacity {
  background-color: #064dfae6;
}

.chessboard.is-70-opacity {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #064dfab3;
}

.chessboard.is-10-opacity {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #064dfa1a;
}

.chessboard.is-25-opacity {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #064dfa40;
}

.chessboard-grid-2 {
  z-index: 2;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-top: 5.5em;
  position: absolute;
  inset: 0%;
}

.title-wrapper {
  margin-bottom: 32px;
}

.regular-hero {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 7em;
  display: flex;
  position: static;
}

.sidebar-wrapper {
  background-color: #fafafa;
  border-radius: 6px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 0 5px 29px #0000001c;
}

.sidebar-wrapper.product-detail-menu {
  margin-top: 0;
}

.grid-button-item {
  overflow: hidden;
}

.hero-background-color {
  z-index: 15;
  mix-blend-mode: multiply;
  background-color: #0c0c248c;
  background-image: linear-gradient(90deg, #0c0c2494, #01257c1a);
  position: absolute;
  inset: 0%;
}

.hero-grid {
  z-index: 20;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.explore-background {
  z-index: 1;
  background-color: #0c389f;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero---products {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.hero---products.page-hero-sec {
  z-index: 1;
  overflow: visible;
}

.content-section {
  z-index: 2;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}

.content-section.product-detail {
  padding-top: 30px;
}

.hide {
  display: none;
}

.sidebar-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.sidebar-image.single {
  background-image: url('../images/IMG_3879.jpg');
  background-position: 0 0;
  background-size: contain;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-animation-trigger._3d-for-image {
  width: 115%;
  height: 115%;
  position: absolute;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.is-hero-page-title {
  color: #fff;
  text-align: left;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.3em;
}

.explore-text-2 {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-indent: .5em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  position: relative;
}

.container-9 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.flex-item-0 {
  flex-direction: column;
  flex: 1;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.flex-item-0._40-percent {
  flex: 0 auto;
  width: 30%;
}

.flex-item-0.single {
  margin-left: 26px;
  padding-left: 20px;
}

.flex-grid-wrapped {
  flex-flow: wrap;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: -40px;
  display: flex;
}

.flex-grid-wrapped.gutter-20 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -50px;
}

.explore-link-button {
  letter-spacing: .5em;
  background-color: #0089df;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 8em;
  padding: 1em;
  text-decoration: none;
  transition: letter-spacing .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.explore-link-button:hover {
  letter-spacing: .8em;
}

.product-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  place-items: stretch stretch;
  display: grid;
}

.explore-icon-2 {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
  position: absolute;
  right: 5em;
}

.title-wrap-projects {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-projects.left-align {
  align-items: flex-start;
}

.item-service-tag {
  flex: none;
  display: flex;
}

.list-services {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.master-find-project {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

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

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

.list-wrap-services {
  flex: none;
}

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

.text-heading-4 {
  font-size: 28px;
  line-height: 120%;
}

.text-heading-4.opacity-80 {
  opacity: .8;
}

.text-heading-5 {
  font-size: 28px;
  line-height: 120%;
}

.item-service-tag-2 {
  flex: none;
  display: flex;
}

.tag-service-filter {
  color: #fff;
  background-color: #0000;
  border: 1px solid #607cd1;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.tag-service-filter:hover {
  background-color: #ffffff14;
}

.tag-service-filter.w--current {
  color: #000;
  background-color: #eb622b;
  border-color: #eb622b;
}

.icon-service-tag {
  width: 24px;
  height: 24px;
  margin-right: 9px;
}

.product-cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 76%;
  height: auto;
  position: static;
  overflow: visible;
}

.product-cover._60 {
  width: 63%;
}

.product-cover._100 {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.product-cover._100.fit {
  object-fit: scale-down;
}

.product-cover._50, .product-cover.full {
  object-fit: scale-down;
  width: 100%;
}

.product-cover._40, .product-cover.scale-down {
  object-fit: scale-down;
  width: 72%;
}

.text-block-6 {
  color: #193472;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-6.main-title {
  color: #164e91;
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.grey-line {
  background-color: #cfe240;
  flex: 1;
  height: 1px;
}

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

.sidebar-wrapper-2 {
  background-color: #fafafa;
  border-radius: 6px;
  margin-top: 100px;
  overflow: hidden;
  box-shadow: 0 5px 29px #0000001c;
}

.maindropwrap {
  background-color: #fff;
  width: 100%;
}

.maindroplist.w--open {
  width: 280px;
  position: relative;
}

.maindroplist.maindroptog.maindroplink.sub-product {
  color: #1b243a;
  border-color: #193472;
  padding-left: 32px;
  font-family: Montserrat, sans-serif;
}

.maindroplist.maindroptog.maindroplink.sub-product:hover {
  color: #1b243a;
  background-color: #fafafa;
}

.maindroplist.maindroptog.maindroplink.sub-product.w--current {
  border-color: #193472;
}

.product-image-wrapper {
  justify-content: center;
  height: 180px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  overflow: visible;
}

.maindroptog {
  border: 1px #000;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .35s ease-in-out;
}

.maindroptog.no-dropdown {
  padding-left: 20px;
}

.maindroptog:hover {
  background-color: #eff9ff;
}

.maindroptog.w--open {
  color: #fff;
  background-color: #eff9ff;
  width: 100%;
  padding-left: 40px;
}

.maindroplink {
  aspect-ratio: auto;
  color: #164e91;
  background-color: #fff;
  border-bottom-color: #03030040;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.maindroplink.w--current {
  color: #164e91;
  font-weight: 600;
}

.client-wrap {
  white-space: nowrap;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.project-wrap {
  border-radius: 0;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 16px;
  text-decoration: none;
  box-shadow: 0 0 16px #00000005;
}

.title-wrap-careers-copy {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.alumni-block {
  max-width: 340px;
  margin-right: 40px;
}

.h3-large-title {
  font-size: 40px;
  line-height: 48px;
}

.left-arrow {
  color: #232a37;
  background-color: #fff;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  font-size: 14px;
  inset: auto auto -15% 0%;
}

.left-arrow.grey-100 {
  background-color: #f3f6fb;
}

.button {
  color: #ebeefa;
  text-align: center;
  white-space: nowrap;
  background-color: #161c27;
  border: 2px solid #161c27;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, border .2s, background-color .3s;
  display: flex;
  position: relative;
}

.button:hover {
  color: #161c27;
  background-color: #fff;
  border: 2px solid #161c27;
}

.container {
  z-index: auto;
  width: 93%;
  max-width: 1080px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-left: 3px;
  position: relative;
}

.paragraph-width {
  flex: none;
  max-width: 740px;
  padding-top: 16px;
  font-size: 16px;
  line-height: 32px;
}

.right-arrow {
  color: #232a37;
  background-color: #fff;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  font-size: 14px;
  inset: auto auto -15% 74px;
}

.right-arrow.grey-100 {
  background-color: #f3f6fb;
}

.slide-nav {
  display: none;
}

.title-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.mask-courses {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.header-title-block {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.header-accent-wrap {
  flex: none;
  margin-right: 72px;
  position: relative;
}

.slider-educator {
  background-color: #0000;
  align-items: center;
  width: auto;
  max-width: 400px;
  height: auto;
  display: flex;
}

.arrow {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.edu-title {
  padding-top: 6px;
  padding-bottom: 12px;
  font-size: 1.2rem;
  display: block;
}

.illustration {
  width: 100%;
  max-width: 50%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.illustration._90 {
  max-width: 90%;
}

.illustration._80 {
  max-width: 80%;
}

.illustration._60 {
  max-width: 60%;
}

.arrow-head {
  margin-top: -3px;
  margin-left: -8px;
  font-size: 16px;
}

.product-card {
  cursor: pointer;
}

.product-card.block {
  color: #101010;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.product-card.block.p {
  background-color: #164e9108;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 620px;
  text-decoration: none;
  transition: background-color .3s;
}

.product-card.block.p:hover {
  background-color: #164e911a;
}

.paragraph-large {
  color: #161c27;
  text-align: left;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.text-block-8 {
  flex: 1;
  margin-top: auto;
  padding: 40px 20px 20px;
}

.line {
  background-color: #101010;
  width: 36px;
  height: 2px;
}

.section_loop-marquee {
  z-index: 1;
  grid-row-gap: 1.5rem;
  background-image: url('../images/svg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  max-width: 100%;
  height: 100px;
  margin-top: 46px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.loop-marquee_heading {
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
}

.loop-marquee-logo-wrapper {
  display: flex;
}

.loop-marquee-item-holder {
  flex: none;
  display: flex;
}

.loop-marquee_item-top {
  grid-column-gap: 1.5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.loop-marquee_brand-logo {
  grid-column-gap: 1.5rem;
  flex: none;
  display: flex;
}

.loop-marquee-brand-logo {
  height: 5.2em;
  margin-right: 1.8rem;
}

.loop-marquee_item-bottom {
  grid-column-gap: 1.5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.container-10 {
  width: 100%;
  max-width: 1300px;
}

.marquee {
  padding-top: 40px;
  padding-bottom: 40px;
}

.marquee-anime, .marquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.client-logo {
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 130px;
  padding: 10px;
  box-shadow: 0 0 10px #0003;
}

.div-block-2 {
  overflow: hidden;
}

.single-block {
  flex-direction: column;
  flex: 1;
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.single-block._40-percent {
  flex: 0 auto;
  width: 30%;
}

.title-wrapper-3 {
  margin-bottom: 32px;
}

.breadcrumbs {
  z-index: 99;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #a0bcff54;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 2.5em;
  padding-left: .2em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.breadcrumbs.products {
  margin-top: 0;
  margin-bottom: 80px;
}

.breadcrumb-link {
  opacity: .7;
  color: var(--midnight-blue);
  letter-spacing: .4em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  padding: .5em 3em;
  font-family: Montserrat, sans-serif;
  font-size: .55em;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.breadcrumb-link:hover, .breadcrumb-link.w--current {
  opacity: 1;
}

.breadcumb {
  font-size: 1em;
}

.breadcrumb-icon {
  opacity: .5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
}

.breadcrumb-icon.dark {
  color: #171717;
}

.image-page {
  object-fit: contain;
  width: 30%;
  margin-top: -10%;
  margin-right: 23px;
}

.heading-title {
  color: #193472;
  margin-top: 42px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.rich-text {
  color: #1b243a;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.marker {
  width: 100%;
  height: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.marker._1 {
  object-fit: cover;
  height: 404px;
}

.title-wrapper-4 {
  margin-bottom: 32px;
}

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

.product-container {
  z-index: auto;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-left: 3px;
  position: relative;
}

.gray100line {
  background-color: #e3e3e3;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 60px;
}

.flexwrapper {
  display: flex;
}

.flexinner {
  flex: 0 auto;
  width: 50%;
  height: 100%;
}

.numtext {
  color: #9b9b9b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.sectiontitleen {
  color: #3b3b3b;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.pkrblackmobile {
  color: #818181;
  font-size: 15px;
  font-weight: 500;
  line-height: 200%;
  display: none;
}

.pkrblack {
  color: #1b243a;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}

.maincta {
  color: #fff;
  background-color: #154f91;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-left: 0;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.ctatext {
  align-items: center;
  display: flex;
}

.iconfontaction {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.iconfontaction.marginleft {
  margin-left: 10px;
}

.flexinnerimgbox {
  text-align: right;
  flex: 0 auto;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  position: relative;
  top: 18px;
}

.mainrightimg {
  max-width: 240px;
}

.mainrightimg._100 {
  max-width: 270px;
}

.mainrightimg.wide {
  max-width: 280px;
}

.cardwrapper {
  margin-top: 100px;
  margin-left: -10px;
  margin-right: -10px;
}

.card {
  background-color: #f8f8f8;
  padding: 36px 32px;
}

.iconcircle {
  background-color: #1a428a1a;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.cardicon {
  height: 50px;
}

.boxmaintextkrcard {
  color: #3b3b3b;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.pkrsub {
  color: #4a4a4a;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 200%;
}

.grey-block_wrapper {
  background-color: #f5f5f54d;
  margin-top: 0;
  padding: 36px 26px 60px;
}

.icon-green {
  color: #49aa6c;
}

.icon-2 {
  color: #51ae74;
}

.flex-item-20 {
  flex-direction: column;
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.flex-item-20._40-percent {
  flex: 0 auto;
  width: 30%;
}

.flex-item-20.single {
  margin-left: 26px;
  padding-left: 20px;
}

.datamoisture {
  color: #fff;
  background-color: #154f91;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-left: 0;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.product-full {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .master-home-headings.hero {
    margin-left: -140px;
  }

  .master-logos {
    width: 83%;
  }

  .home-h1.white {
    font-size: 70px;
  }

  .link-large {
    padding-left: 6px;
    padding-right: 6px;
    line-height: 35px;
  }

  .product-cover {
    width: 60%;
  }

  .sidebar-wrapper-2 {
    margin-top: -166px;
  }

  .project-wrap {
    padding-bottom: 16px;
  }

  .loop-marquee-brand-logo {
    height: 6em;
  }

  .text-block-9 {
    font-size: 1.2rem;
  }

  .breadcumb {
    font-size: 1.2em;
  }

  .image-page {
    align-self: flex-start;
    margin-top: 36px;
  }
}

@media screen and (min-width: 1920px) {
  .master-home-headings.hero {
    margin-left: 0;
  }

  .master-logos {
    width: 62%;
  }

  .home-h1.white {
    font-size: 80px;
  }

  .container-9 {
    max-width: 1480px;
  }

  .product-image-wrapper {
    height: 260px;
  }

  .project-wrap {
    padding-top: 16px;
    padding-bottom: 22px;
  }

  .loop-marquee-brand-logo {
    height: 6.5em;
  }

  .text-block-9 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  .top-footer {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .limit-home-subtitle {
    text-align: center;
  }

  .second-home-heading-wrap {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .grid-thirds-contact-tiles {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds-contact-tiles.mg-top-80 {
    grid-template-columns: 1fr;
  }

  .bottom-footer {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .grid-image-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-cta-section {
    max-width: 270px;
  }

  .nav-menu-2 {
    background-color: #1a1a1a;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    width: 98%;
    max-width: 400px;
    max-height: 80vh;
    margin-top: 16px;
    margin-left: auto;
    margin-right: 24px;
    padding: 24px;
    display: flex;
    overflow: scroll;
  }

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

  .menu-button-2.w--open {
    background-color: #eb622b;
  }

  .master-home-headings {
    text-align: center;
    align-items: center;
  }

  .master-home-headings.hero {
    margin-left: 0;
  }

  .dropdown-list.w--open {
    width: 100%;
    margin-bottom: 12px;
    position: static;
  }

  .nav-link {
    font-size: 24px;
  }

  .wrap-logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 440px;
  }

  .slider-projects {
    width: 70%;
  }

  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .wrap-content-image-halves {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .master-home-hero-lines {
    max-width: 320px;
  }

  .color-fill-cta-section {
    height: 270px;
  }

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

  .first-home-heading-wrap {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

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

  .subtitle {
    font-size: 22px;
  }

  .dropdown-toggle {
    font-size: 24px;
  }

  .image-image-halves {
    object-fit: cover;
    height: 100%;
    max-height: 400px;
  }

  .section.projects-slider-section {
    padding-bottom: 120px;
  }

  .image-hero-home {
    max-width: 130px;
    height: 60px;
    margin-top: 0;
  }

  .line-menu {
    background-color: #eb622b;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.first-line {
    background-color: #164e91;
    width: 28px;
  }

  .line-menu.second-line {
    background-color: #164e91;
    width: 18px;
  }

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

  .single-stat-image-halves {
    text-align: center;
    align-items: center;
  }

  .dropdown {
    display: block;
  }

  .home-h1.white {
    font-size: 2.8rem;
    line-height: 50%;
  }

  .arrow-projects-slider {
    inset: auto auto -105px 77px;
  }

  .arrow-projects-slider.left-arrow {
    left: 0;
    right: auto;
  }

  .top-left-footer {
    text-align: center;
    align-items: center;
  }

  .tile-elevation.service-big-tile {
    padding: 32px;
  }

  .text-impression {
    width: 80%;
    font-size: 65px;
    line-height: 110%;
  }

  .paragraph-mega {
    font-size: 20px;
  }

  .icon-project-tile-detail {
    width: 28px;
    height: 28px;
  }

  .text-project-name {
    font-size: 25px;
  }

  .section-hero-a {
    margin-bottom: 10px;
  }

  .block-hero-a {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-hero-services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .grid-stats-wide {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
    max-width: 640px;
  }

  .grid-offices-halves {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-service-big {
    grid-row-gap: 48px;
  }

  .text-impression-2 {
    width: 80%;
    font-size: 65px;
    line-height: 110%;
  }

  .left-faq {
    padding-left: 0;
  }

  .right-faq {
    padding-right: 0;
  }

  .grid-careers-gallery {
    height: 45vw;
    min-height: 0;
  }

  .left-wrap-contact-section {
    align-items: flex-start;
    width: 100%;
    padding-right: 24px;
  }

  .right-side-contact-link {
    text-align: left;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-contact {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading.is-hero-page-title {
    font-size: 4.5em;
  }

  .explore-link-button {
    min-height: 7em;
  }

  .product-collection-list {
    grid-column-gap: 42px;
    grid-template-columns: 1fr 1fr;
  }

  .section-6.hero-projects {
    padding-top: 80px;
  }

  .tag-service-filter {
    height: 44px;
  }

  .product-image-wrapper {
    height: 350px;
  }

  .container {
    width: 90%;
    margin-left: 35px;
    margin-right: auto;
  }

  .title-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .header-title-block {
    margin-bottom: 32px;
  }

  .header-accent-wrap {
    margin-right: 32px;
  }

  .illustration {
    display: none;
  }

  .product-card.block.p {
    flex-direction: row;
    align-items: center;
    height: 280px;
  }

  .loop-marquee-brand-logo {
    height: 4.2em;
  }

  .product-container {
    width: 90%;
    margin-left: 35px;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .second-home-heading-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 10px;
  }

  .grid-thirds-contact-tiles.mg-top-80 {
    margin-top: 48px;
  }

  .master-home-headings {
    grid-row-gap: 0px;
  }

  .dropdown-list.w--open {
    border-color: #ffffff47;
  }

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

  .slider-projects {
    width: 84%;
  }

  .master-home-hero-lines {
    min-width: 240px;
    display: none;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .first-home-heading-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .wrap-links-footer {
    align-items: center;
  }

  .text-stat {
    font-size: 54px;
  }

  .section-image-impression {
    min-height: 600px;
    max-height: 900px;
  }

  .top-right-footer {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .image-hero-home {
    height: 50px;
  }

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

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

  .home-h1.white {
    font-size: 2.6rem;
  }

  .arrow-projects-slider {
    inset: auto auto -80px 75px;
  }

  .arrow-projects-slider.left-arrow {
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }

  .paragraph-big {
    font-size: 19px;
  }

  .tile-elevation.service-small-tile {
    padding: 32px;
  }

  .tile-elevation.service-big-tile {
    padding: 48px;
  }

  .text-impression {
    font-size: 44px;
  }

  .description {
    display: none;
  }

  .grid-hero-services {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .text-stat-2 {
    font-size: 54px;
  }

  .columns-sticky {
    flex-direction: column;
  }

  .right-sticky {
    margin-top: 40px;
  }

  .master-sticky {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .top-text-2 {
    font-size: 16px;
  }

  .content-left-career-values {
    align-items: center;
  }

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

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

  .big-heading.white.smaller, .big-heading.white.center {
    font-size: 2.7rem;
  }

  .text-impression-2 {
    font-size: 44px;
  }

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

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .wrap-left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .limit-594 {
    max-width: 460px;
  }

  .left-wrap-contact-section {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
  }

  .paragraph-big-2 {
    text-align: left;
  }

  .regular-grid-column {
    flex-wrap: wrap;
  }

  .chessboard.phone-with-bg {
    background-color: #064dfae6;
  }

  .chessboard.is-90-opacity.phone-is-transparent {
    background-color: #0000;
  }

  .chessboard-grid-2 {
    padding-top: 4em;
  }

  .regular-hero {
    padding-top: 12em;
    padding-bottom: 8em;
  }

  .sidebar-wrapper {
    margin-top: 0;
  }

  .heading.is-hero-page-title {
    font-size: 4em;
  }

  .flex-item-0._40-percent {
    width: auto;
  }

  .flex-grid-wrapped.gutter-20 {
    flex-direction: column-reverse;
  }

  .explore-link-button {
    min-height: 6em;
  }

  .product-collection-list {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .explore-icon-2 {
    right: 1.7em;
  }

  .grid-projects-halves {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-wrapper-2 {
    margin-top: 0;
  }

  .product-image-wrapper {
    height: 240px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .client-wrap {
    max-width: 100%;
  }

  .h3-large-title {
    margin-bottom: 16px;
  }

  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .header-title-block {
    flex-wrap: wrap;
  }

  .single-block._40-percent {
    width: auto;
  }

  .breadcrumbs {
    justify-content: flex-start;
    top: 4em;
    overflow: auto;
  }

  .breadcrumb-link {
    white-space: nowrap;
    flex: none;
  }

  .breadcrumb-icon {
    flex: none;
  }

  .product-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-item-20._40-percent {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .cta-accent.nav-cta {
    display: none;
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-image-halves {
    grid-row-gap: 56px;
  }

  .image-cta-section {
    max-width: 220px;
  }

  .nav-menu-2 {
    width: 94%;
    margin-right: auto;
  }

  .menu-button-2 {
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .slider-projects {
    width: 100%;
  }

  .color-fill-cta-section {
    height: 220px;
  }

  .section-image-impression {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 35vh;
    padding-bottom: 35vh;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtitle {
    font-size: 20px;
  }

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

  .section.hero-home {
    padding-top: 80px;
  }

  .image-hero-home {
    max-width: 44vw;
    height: 45px;
    margin-top: 17px;
  }

  .home-h1.white {
    font-size: 1.7rem;
  }

  .arrow-projects-slider {
    width: 56px;
    height: 56px;
    left: 65px;
  }

  .brand-link-navbar {
    width: 40vw;
    max-width: 153px;
    height: auto;
    padding-left: 0;
  }

  .tile-elevation.contact, .tile-elevation.contact-tile, .tile-elevation.service-big-tile {
    padding: 32px;
  }

  .text-impression {
    width: 87%;
    font-size: 11vw;
  }

  .master-stats-image-halves {
    grid-row-gap: 48px;
    justify-content: center;
  }

  .master-project-tile-details {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bottom-project-tile {
    grid-row-gap: 32px;
  }

  .text-project-name {
    font-size: 26px;
    line-height: 135%;
  }

  .section-hero-a {
    margin-bottom: 6px;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-2.hero-about, .section-2.hero-services {
    padding-top: 80px;
  }

  .grid-stats-wide {
    grid-template-columns: 1fr;
  }

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

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

  .grid-offices-halves {
    grid-row-gap: 32px;
  }

  .text-impression-2 {
    width: 87%;
    font-size: 11vw;
  }

  .left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .expandable-single {
    padding: 16px 0;
  }

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

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

  .limit-594 {
    max-width: 260px;
  }

  .grid-careers-gallery {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .left-wrap-contact-section {
    padding-right: 0;
  }

  .text-contact-detail {
    font-size: 16px;
  }

  .wrap-contact-links {
    width: 100%;
  }

  .tile-contact-form {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .wrap-socials-contact {
    flex-wrap: wrap;
    display: flex;
  }

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

  .grid-for-button {
    grid-template-columns: 1fr 1fr;
  }

  .regular-grid-column {
    padding-left: 2.5em;
    padding-right: 2em;
  }

  .regular-hero {
    padding-top: 8em;
    padding-bottom: 5em;
  }

  .heading.is-hero-page-title {
    font-size: 2.9em;
  }

  .explore-link-button {
    align-items: flex-start;
    padding-left: 1.7em;
    padding-right: 1.7em;
  }

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

  .explore-icon-2 {
    right: 2em;
  }

  .tag-service-filter {
    height: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-wrap {
    max-width: 80%;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .title-wrapper-2 {
    align-items: center;
  }

  .mask-courses {
    height: 100%;
  }

  .header-accent-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .product-card.block.p {
    height: 400px;
  }

  .loop-marquee_heading {
    display: none;
  }

  .loop-marquee-brand-logo {
    height: 3.2em;
    margin-right: .6rem;
  }

  .breadcrumb-link {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .product-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .gray100line {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .flexwrapper {
    flex-direction: column-reverse;
  }

  .flexinner {
    width: 100%;
  }

  .numtext {
    font-size: 12px;
  }

  .sectiontitleen {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }

  .pkrblackmobile {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 170%;
    display: block;
  }

  .pkrblack {
    font-size: 14px;
    line-height: 170%;
    display: none;
  }

  .maincta {
    margin-top: 40px;
  }

  .flexinnerimgbox {
    width: 100%;
  }

  .mainrightimg {
    width: 100%;
    margin-bottom: 30px;
  }

  .cardwrapper {
    margin-top: 80px;
  }

  .column {
    margin-top: 30px;
  }

  .datamoisture {
    margin-top: 40px;
  }
}

#w-node-fc3e1565-5e97-5d34-40f3-25f069550e5d-364b07b5, #w-node-fc3e1565-5e97-5d34-40f3-25f069550e5f-364b07b5, #w-node-fc3e1565-5e97-5d34-40f3-25f069550eb1-364b07b5, #w-node-fc3e1565-5e97-5d34-40f3-25f069550ec8-364b07b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fdb9608a-b7d3-7f1e-a9e3-e8963446df6c-3446df6b, #w-node-fdb9608a-b7d3-7f1e-a9e3-e8963446df73-3446df6b, #w-node-fdb9608a-b7d3-7f1e-a9e3-e8963446df7a-3446df6b, #w-node-_062f8c20-8f9b-d3e5-3b2e-bb0f1908feb3-09243f27, #w-node-_062f8c20-8f9b-d3e5-3b2e-bb0f1908feb8-09243f27, #w-node-_062f8c20-8f9b-d3e5-3b2e-bb0f1908febd-09243f27, #w-node-_062f8c20-8f9b-d3e5-3b2e-bb0f1908fec2-09243f27, #w-node-_3039b83a-1cfa-3406-1a61-1d2ee8fe754a-09243f27, #w-node-_3039b83a-1cfa-3406-1a61-1d2ee8fe7551-09243f27, #w-node-_3039b83a-1cfa-3406-1a61-1d2ee8fe7558-09243f27, #w-node-_3039b83a-1cfa-3406-1a61-1d2ee8fe755f-09243f27, #w-node-_3039b83a-1cfa-3406-1a61-1d2ee8fe7566-09243f27, #w-node-_3039b83a-1cfa-3406-1a61-1d2ee8fe756d-09243f27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb12634-fad3-b528-2e19-38265b2f7edc-09243f27, #w-node-_8eb12634-fad3-b528-2e19-38265b2f7ef3-09243f27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2ee0a62c-b7dc-ff82-3728-3b1e179ff0e7-f8e5a944, #w-node-_2ee0a62c-b7dc-ff82-3728-3b1e179ff0e8-f8e5a944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_304db7c4-208f-5703-1e1b-84d7a3fce9f9-a3fce9f6, #w-node-_304db7c4-208f-5703-1e1b-84d7a3fcea24-a3fce9f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-baa1f90b-fed3-e8ac-6463-200001bcb95d-c1bdc11c, #w-node-_471b4cbc-09fb-494d-86b8-e640fe98797e-c1bdc11c, #w-node-_4c448de7-b10b-53fb-2e12-82a1e6c1648f-c1bdc11c, #w-node-_0899ab9a-88f6-adb1-9dbc-a98685fdca86-c1bdc11c, #w-node-c1c368db-8595-0719-51d6-8d2c904b8c3c-c1bdc11c, #w-node-e211a318-df7b-36da-6647-b6d7e1f32c88-c1bdc11c, #w-node-b62f9f23-9030-eede-94d1-0d5d8eb82361-c1bdc11c, #w-node-d6ba0f5a-1489-84f0-4c91-681e579d64df-c1bdc11c, #w-node-_54368024-41e8-9161-1e9b-570ee6bb1c5f-c1bdc11c, #w-node-_89253d5d-d7e8-a6b6-384d-f2be342d5a58-c1bdc11c, #w-node-_68a5dbf8-5577-738c-ffed-2a515db9af20-c1bdc11c, #w-node-_7a4b3e33-f7ec-3cc7-8078-2e2ce72b7809-c1bdc11c, #w-node-_7b84652f-c65f-a577-5aa6-40d8a1774409-c1bdc11c, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-8aa982de, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b6f-8aa982de, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b78-8aa982de, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b81-8aa982de, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-b968b115, #w-node-dc10bdbc-ecb8-87b7-2295-bfb23212d60d-b968b115, #w-node-_2f540506-ce5e-85b1-0486-c74751d9aba4-b968b115, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-b5a408a0, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b6f-b5a408a0, #w-node-cde11d7f-e83e-4e11-7554-42d811c08a53-a45369ef, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-a45369ef, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b6f-a45369ef, #w-node-_48e7465d-8e64-48a8-b5bb-f4ce3495b2c0-a45369ef, #w-node-_23ead566-890a-b141-9367-190cc0b9e1b9-a45369ef, #w-node-_4270592a-f24b-2ffa-a130-93e7d9d9d743-a45369ef, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-404e31f0, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b6f-404e31f0, #w-node-_386d2d90-b20c-a17a-476f-bf7db222baf6-404e31f0, #w-node-_5d0816e4-4758-7c3f-cc00-0368f3754dc7-404e31f0, #w-node-a027a6e9-afbe-4bed-0d4a-cb725ec7c834-404e31f0, #w-node-_08234db3-41a5-8b5d-7749-90f6504d2f49-404e31f0, #w-node-eaf79b8e-711e-5d96-d583-c7a6b6c34435-404e31f0, #w-node-a059993f-5438-1d7e-9c9c-f00aad9ef313-404e31f0, #w-node-e34dc2bd-c285-ca80-ff37-f056eb289d44-404e31f0, #w-node-b512c825-1f55-a9d8-6ad4-08208501dbd8-404e31f0, #w-node-_819df10b-b98a-6cd3-ee6e-8d2ef2b06ea5-404e31f0, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-ddc19484, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b6f-ddc19484, #w-node-_7111c4b4-c091-db79-2068-040361d3a884-ddc19484, #w-node-_77dad171-8898-ee7e-7633-5535147debc9-ddc19484, #w-node-aab1b84f-433d-8b2b-0c75-92f9acb3c214-ddc19484, #w-node-_68a0b4f2-4ef6-7aa8-420e-a6f49fecdff6-61344d92, #w-node-_32032f32-e926-2bd3-2260-b29e77c15826-61344d92, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b6f-61344d92, #w-node-_161322dd-5c48-1f9d-a3d8-63b1208bb079-61344d92, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-61344d92, #w-node-_9d204852-fd7d-5307-2ef5-9bb56e245a53-61344d92, #w-node-_2fa49e20-6374-61fd-f5b7-a5264d6d07df-6dd0fa2e, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-6dd0fa2e, #w-node-_9cc35176-d660-0ffa-2e35-4428b4786a96-6dd0fa2e, #w-node-_7efbb26e-8305-fc42-f4e7-630c6f1e1785-6dd0fa2e, #w-node-_3c502a6f-2f0e-5e39-5167-f7660e6eabfa-6dd0fa2e, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b6f-6dd0fa2e, #w-node-_470174b6-89f5-eaba-fd30-4278f5e5be0e-6dd0fa2e, #w-node-_9beefe5e-17d0-4c95-892c-6d1534ea7c93-6dd0fa2e, #w-node-_89e85ed3-fa3c-44bf-d1ac-2885d6361c25-6dd0fa2e, #w-node-c638c47d-9e11-b021-2863-defe421478f4-6dd0fa2e, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-6fae51ee, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b6f-6fae51ee, #w-node-_004f5f47-a44f-e249-15a1-ccbd809c0cd4-6fae51ee, #w-node-_2cf1bd3e-6e06-5bfd-9e24-31765598db98-6fae51ee, #w-node-_66a17156-3ac0-5dd5-4e5a-5399e2ce9359-6fae51ee, #w-node-_3d76ba57-0f44-690f-4eea-10febc7ed47d-6fae51ee, #w-node-_1e4b0556-3826-8230-5a33-fa0c2aaaaed8-6fae51ee, #w-node-ef6d0391-70f6-93a6-0923-4b54b5200734-6fae51ee, #w-node-_14fa8bf1-3b14-43c5-7b1a-1d81d7c81e7d-6fae51ee, #w-node-ebcdfe41-6fe9-10b0-e502-5b90be32a36d-6fae51ee, #w-node-_2da201e5-6549-803f-a69d-f11010acaef7-6fae51ee, #w-node-_6377dcc7-13c3-b7c3-4a38-c6e42d223a5b-6fae51ee, #w-node-_4f08189d-a7c7-9752-adf4-f78b3a98a437-6fae51ee, #w-node-_00d3312e-2bd9-0020-fe75-c6fcae5f2d22-6fae51ee, #w-node-ace76f88-ca71-72a4-d234-9bb78ae464ee-6fae51ee, #w-node-e43950d5-3af0-47c6-c817-55ac99d39a6d-6fae51ee, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-87708a07, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-58376c71, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-53c623f0, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b66-73c8e875, #w-node-_4c4256b6-79c5-683d-444e-3081cc755b6f-73c8e875, #w-node-_004f5f47-a44f-e249-15a1-ccbd809c0cd4-73c8e875, #w-node-_2cf1bd3e-6e06-5bfd-9e24-31765598db98-73c8e875, #w-node-e5112dfc-8680-ed8c-332d-4ce6e3051839-73c8e875, #w-node-_9d7969bb-d64c-091c-66c2-8b7a0c7f160f-73c8e875, #w-node-a0408dee-e72d-4af4-8a17-0bff072fc9b2-73c8e875, #w-node-a33672b2-9c93-a824-8fd8-c07401956695-73c8e875 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fc3e1565-5e97-5d34-40f3-25f069550e5f-364b07b5 {
    order: -9999;
  }

  #w-node-_304db7c4-208f-5703-1e1b-84d7a3fce9f9-a3fce9f6 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}