:root {
  --heading--h1: 4.3rem;
  --heading--heading-lineheight: 120%;
  --heading--h2: 3.5rem;
  --heading--h3: 2.75rem;
  --heading--h4: 2rem;
  --heading--h5: 1.3rem;
  --heading--h6: 1.25rem;
  --font: Exo, sans-serif;
  --text-secondary: #393961;
  --text-primary: #00003e;
  --heading--h2-mobile: 2.5rem;
  --heading--h4-mobile: 1.5rem;
  --spacing--section-h-m-padding: 6rem;
  --spacing--section-w-padding: 1rem;
  --gray: #ecedef;
  --spacing--max-width: 80rem;
  --spacing--title-spacing: 2rem;
  --accent-color: #fd6b00;
  --heading--h5-mobile: 1.25rem;
  --text-size--display: 13.125rem;
  --text-size--huge: 3.5rem;
  --text-size--large: 1.5rem;
  --text-size--text-lineheight: 150%;
  --text-size--medium: 1.25rem;
  --text-size--medium-mobile: 1rem;
  --text-size--regular: 1rem;
  --text-size--regular-mobile: .875rem;
  --primary-cta: #00003e;
  --text-size--small: .85rem;
  --spacing--gap: 2rem;
  --spacing--related-gap: .5rem;
  --spacing--border-radius: 0rem;
  --spacing--section-h-s-padding: 3rem;
  --cta-hover: #484876;
  --heading--h1-mobile: 2rem;
  --divider: #8e8e8e;
  --text-size--small-mobile: .75rem;
}

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

h1 {
  font-size: var(--heading--h1);
  line-height: var(--heading--heading-lineheight);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h2 {
  font-size: var(--heading--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  font-size: var(--heading--h3);
  line-height: var(--heading--heading-lineheight);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-size: var(--heading--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-size: var(--heading--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 18px;
}

.body {
  font-family: var(--font);
  color: var(--text-secondary);
  flex-flow: column;
  display: block;
  overflow: visible;
}

.heading {
  border: 1px none var(--text-primary);
  color: var(--text-primary);
  line-height: var(--heading--heading-lineheight);
}

.heading-2 {
  color: var(--text-primary);
  font-size: var(--heading--h2);
  line-height: var(--heading--heading-lineheight);
  text-align: center;
  border: 1px #000;
}

.heading-3 {
  color: var(--text-primary);
  line-height: var(--heading--heading-lineheight);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
}

.heading-3.centered {
  font-size: var(--heading--h3);
  text-align: center;
}

.heading-4 {
  color: var(--text-primary);
  font-size: var(--heading--h4);
  line-height: var(--heading--heading-lineheight);
}

.heading-4.c {
  text-align: center;
}

.heading-4.centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-5 {
  color: var(--text-primary);
  font-size: var(--heading--h5);
  line-height: var(--heading--heading-lineheight);
  font-weight: 700;
}

.heading-5.centered {
  text-align: center;
}

.heading-6 {
  color: var(--text-primary);
  font-size: var(--heading--h6);
  line-height: var(--heading--heading-lineheight);
  font-weight: 700;
}

.heading-6.centered {
  text-align: center;
}

.section-m {
  padding: var(--spacing--section-h-m-padding) var(--spacing--section-w-padding);
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.section-m.m.light {
  padding-top: var(--spacing--section-h-m-padding);
  padding-bottom: var(--spacing--section-h-m-padding);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-m.gray {
  background-color: var(--gray);
  overflow: visible;
}

.section-m.team {
  background-image: url('../images/team-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  overflow: visible;
}

.section-m.hero {
  background-image: url('../images/head_bg.svg');
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4vw;
  padding-bottom: 4vw;
  overflow: visible;
}

.section-m.international-team {
  background-image: url('../images/international-team-bg.svg');
  background-position: 100% 99%;
  background-size: auto;
}

.section-m.newpage {
  background-color: var(--text-primary);
}

.logo-holder {
  max-width: var(--spacing--max-width);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  width: auto;
  min-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
  left: 0;
  overflow: hidden;
}

.container {
  max-width: var(--spacing--max-width);
  grid-column-gap: var(--spacing--title-spacing);
  grid-row-gap: var(--spacing--title-spacing);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
}

.heading-7 {
  color: var(--accent-color);
}

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

.section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .75rem;
  display: flex;
}

.section-header.in-dib {
  padding-bottom: .75rem;
}

.section-header.centered {
  max-width: var(--spacing--max-width);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.display {
  font-size: var(--text-size--display);
  display: none;
}

.huge {
  font-size: var(--text-size--huge);
  line-height: var(--heading--heading-lineheight);
}

.large {
  color: var(--text-secondary);
  font-size: var(--text-size--large);
  line-height: var(--text-size--text-lineheight);
}

.medium {
  color: var(--text-secondary);
  font-size: var(--text-size--medium);
  line-height: var(--text-size--text-lineheight);
  margin-bottom: 0;
  font-weight: 700;
}

.medium.r {
  padding-bottom: 24px;
  font-weight: 400;
}

.regular {
  color: var(--text-secondary);
  font-size: var(--text-size--regular);
  line-height: var(--text-size--text-lineheight);
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.regular.b {
  margin-bottom: 0;
  font-weight: 700;
}

.regular.left.long.m {
  font-weight: 600;
}

.regular.centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.regular.bold {
  border: 0px solid var(--text-primary);
  color: var(--primary-cta);
  font-weight: 700;
}

.regular.reg {
  font-weight: 300;
}

.small {
  color: var(--text-secondary);
  font-size: var(--text-size--small);
  line-height: var(--text-size--text-lineheight);
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.small.bold {
  margin-bottom: 0;
  font-weight: 700;
}

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

.small.linked {
  text-decoration: underline;
}

.div-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-2.projects {
  max-width: var(--spacing--max-width);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.grid-2 {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.container-2 {
  max-width: var(--spacing--max-width);
  grid-column-gap: var(--spacing--title-spacing);
  grid-row-gap: var(--spacing--title-spacing);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.review-box {
  grid-column-gap: var(--spacing--related-gap);
  grid-row-gap: var(--spacing--related-gap);
  border: 1px solid var(--text-secondary);
  border-radius: var(--spacing--border-radius);
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.reviews-wrapper {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-img {
  width: 100%;
  max-width: none;
  height: auto;
}

.div-block-5 {
  grid-column-gap: var(--spacing--related-gap);
  grid-row-gap: var(--spacing--related-gap);
  flex-flow: column;
  display: flex;
}

.feature {
  grid-column-gap: var(--spacing--related-gap);
  grid-row-gap: var(--spacing--related-gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  margin-left: 16px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.div-block-7 {
  max-width: var(--spacing--max-width);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.section-content {
  max-width: var(--spacing--max-width);
  grid-column-gap: var(--spacing--title-spacing);
  grid-row-gap: var(--spacing--title-spacing);
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.section-s {
  padding: var(--spacing--section-h-s-padding) var(--spacing--section-w-padding);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.section-s.inner-hero {
  background-image: url('../images/inner-hero-bg.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section-s.titleonly {
  max-width: var(--spacing--max-width);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 1rem;
}

.div-block-8 {
  grid-column-gap: var(--spacing--related-gap);
  grid-row-gap: var(--spacing--related-gap);
  flex-flow: column;
  display: flex;
}

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

.image {
  display: none;
}

.image._1 {
  display: block;
}

.button {
  background-color: var(--primary-cta);
  border-radius: 4px;
  flex: 0 auto;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--cta-hover);
}

.button.fill {
  width: 100%;
}

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

.heading-8 {
  border: 0px solid var(--text-primary);
  color: var(--text-primary);
  line-height: var(--heading--heading-lineheight);
}

.hero-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  max-width: 800px;
  display: flex;
}

.div-block-10 {
  max-width: var(--spacing--max-width);
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block-10.mob {
  display: none;
}

.div-block-11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.navbar-logo-left {
  z-index: 999;
  padding-right: var(--spacing--section-w-padding);
  padding-left: var(--spacing--section-w-padding);
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #fff9;
  background-clip: padding-box;
  display: block;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  max-width: var(--spacing--max-width);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  width: auto;
  margin-bottom: 0;
  padding: 1rem 0;
  position: static;
}

.container-3 {
  max-width: var(--spacing--max-width);
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--text-primary);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  border-right: 0 solid #000;
  border-bottom: 2px solid var(--gray);
  color: var(--text-primary);
}

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

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

.nav-link.active {
  border-bottom: 3px solid var(--accent-color);
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

.cta {
  display: flex;
}

.statistics {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: var(--text-secondary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.statistics._2 {
  border-right-width: 0;
}

.statistics._3 {
  border-bottom-width: 0;
  border-right-width: 0;
}

.statistics._4 {
  border-bottom-width: 0;
}

.statistics._5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
}

.statistics._6, .statistics._7, .statistics.bottom-stroke {
  border-bottom-width: 0;
}

.statistics.bottom-right {
  border-bottom-width: 0;
  border-right-width: 0;
}

.statistics.btm {
  border-right-width: 0;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-14 {
  position: static;
}

.div-block-15 {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team {
  grid-column-gap: var(--spacing--related-gap);
  grid-row-gap: var(--spacing--related-gap);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-4 {
  display: none;
}

.icon {
  width: 40px;
  height: 40px;
}

.footer {
  background-color: var(--gray);
  padding: 4rem 1rem;
}

.contact-methods {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-method {
  grid-column-gap: var(--text-size--regular-mobile);
  grid-row-gap: var(--text-size--regular-mobile);
  display: flex;
}

.team-members {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin-top: 6px;
}

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

.contact-method1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.disclaimer {
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 140%;
}

.disclaimer.b {
  font-weight: 700;
}

.div-block-17 {
  grid-column-gap: var(--spacing--related-gap);
  grid-row-gap: var(--spacing--related-gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.div-block-20 {
  border-bottom: 1px solid #bfbfbf;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  display: flex;
}

.socials {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  max-width: 32px;
  display: none;
}

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

.div-block-22 {
  border-bottom: 1px solid #bfbfbf;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.5rem;
  display: flex;
}

.tertiary-cta {
  color: var(--text-primary);
  font-size: var(--text-size--small);
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
}

.image-7 {
  vertical-align: baseline;
}

.body-2 {
  font-family: var(--font);
}

.form-block {
  border: 1px solid var(--text-primary);
  padding: 1rem;
  display: block;
  position: static;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 4px;
  flex-flow: column;
  padding: .2rem .5rem;
  display: flex;
}

.div-block-23.message {
  padding-bottom: 6rem;
}

.field-label {
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 600;
}

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

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

.employee-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.employee {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

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

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

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

.image-8 {
  display: none;
}

.section {
  margin-bottom: 0;
  display: block;
}

.section.partners {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block-32 {
  max-width: var(--spacing--max-width);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-33 {
  grid-column-gap: 0;
  grid-row-gap: 0;
  flex-flow: column;
  display: flex;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.fields {
  border: 1px solid var(--divider);
  color: var(--text-primary);
  background-color: #fff0;
  border-radius: 4px;
  min-height: 4px;
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.fields:hover {
  background-color: #f5f5f5;
  opacity: 0.75;
  border-width: 1px;
}

.fields:active, .fields:focus {
  border-width: 1px;
  border-color: var(--text-primary);
}

.fields::placeholder {
  color: var(--cta-hover);
}

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

.textarea {
  border: 1px solid var(--divider);
  color: var(--text-primary);
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}

.textarea:hover {
  background-color: #f5f5f5;
  opacity: 0.75;
  border-width: 1px;
}

.textarea:focus {
  border-color: var(--text-primary);
  background-color: #f5f5f5;
}

.textarea::placeholder {
  color: var(--cta-hover);
}

.div-block-37 {
  max-width: var(--spacing--max-width);
}

.success-message {
  background-color: #ddd0;
}

.div-block-38 {
  max-width: var(--spacing--max-width);
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  display: block;
  overflow: visible;
}

.year {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--text-primary);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--text-primary);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-primary);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--text-primary);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-primary);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  text-decoration-style: solid;
}

.project-descriptions {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.project {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: var(--text-primary);
  border-right-style: solid;
  border-right-width: 0;
  border-right-color: var(--text-primary);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-primary);
  border-left-style: solid;
  border-left-width: 0;
  border-left-color: var(--text-primary);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.project.nostroke {
  border-bottom-width: 0;
}

.image-9 {
  border: 1px solid var(--text-primary);
}

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

.heading-9 {
  color: var(--text-primary);
  line-height: var(--heading--heading-lineheight);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-42 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.projects {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--text-primary);
  border-radius: 0;
  flex-flow: column;
  display: flex;
}

.solutions-made {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-illustration-desktop {
  height: 100%;
  max-height: 100%;
  display: block;
}

.project-illustration-desktop.mob {
  display: none;
}

.bulletpoints {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.section-2 {
  background-color: var(--text-primary);
}

.div-block-47, .div-block-49, .div-block-50 {
  display: none;
}

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

.project-illustartion-m {
  display: none;
}

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

.utility-page-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 659px;
  display: flex;
}

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

.ml-0 {
  margin-left: 0;
}

.body-3, .body-4 {
  font-family: var(--font);
}

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

.image-11 {
  display: block;
}

.image-12 {
  display: none;
}

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

.div-block-56.mobe {
  display: none;
}

.image-15 {
  display: block;
}

.image-17 {
  width: 210px;
  max-width: none;
}

.image-19, .image-20 {
  max-width: 148px;
}

.container-4 {
  overflow: visible;
}

.link, .link-2 {
  color: var(--text-secondary);
}

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

.heading-11 {
  width: 100%;
  display: block;
}

.body-5 {
  font-family: var(--font);
}

.image-21 {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: var(--heading--h2-mobile);
  }

  .heading-3 {
    text-align: center;
  }

  .heading-3.centered, .heading-4.centered {
    font-size: var(--heading--h4-mobile);
  }

  .heading-6, .heading-6.centered {
    text-align: center;
  }

  .section-m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .section-m.team {
    background-position: 100% 100%;
    background-size: contain;
  }

  .section-m.hero {
    background-position: 40% 100%;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-m.contact-us {
    padding-bottom: 1.5rem;
  }

  .logo-holder {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .heading-7 {
    font-size: var(--heading--h5-mobile);
  }

  .section-header {
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
  }

  .section-header.in-dib {
    padding-bottom: 0;
  }

  .medium {
    font-size: var(--text-size--medium-mobile);
  }

  .regular, .regular.b {
    text-align: left;
  }

  .regular.left {
    font-size: var(--text-size--regular);
    text-align: left;
    width: 100%;
  }

  .regular.left.long {
    text-align: left;
  }

  .regular.h {
    font-size: var(--text-size--regular);
    text-align: left;
  }

  .regular.bold.l, .regular.l {
    text-align: left;
  }

  .regular.c {
    text-align: center;
  }

  .small {
    font-size: var(--text-size--regular-mobile);
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    place-items: start center;
    width: 100%;
  }

  .feature {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-6 {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .section-s.inner-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .image._1 {
    max-width: 70%;
  }

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

  .heading-8 {
    font-size: var(--heading--h1-mobile);
    text-align: center;
  }

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

  .div-block-10.mob {
    display: block;
  }

  .div-block-10.mob.x {
    justify-content: center;
    align-items: center;
    max-width: 6012230%;
    padding-left: 40px;
    display: flex;
  }

  .div-block-10.des {
    display: none;
  }

  .navbar-logo-left {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .container-3 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .nav-menu-wrapper {
    z-index: 999;
    background-color: #0000;
  }

  .nav-menu-two {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: auto;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    list-style-type: none;
    display: flex;
    transform: translate3d(0, 0, 2px);
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    margin-right: -8px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
    border-radius: 4px;
    overflow: visible;
  }

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

  .statistics {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

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

  .div-block-16 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team {
    flex-flow: column;
    width: 100%;
  }

  .image-2 {
    flex: 0 auto;
    display: none;
  }

  .image-3, .image-4, .image-5, .image-6 {
    display: none;
  }

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

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

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

  .form-block {
    width: 100%;
  }

  .employee {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-27 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-28 {
    grid-column-gap: 16px;
  }

  .div-block-28.banking-mobile {
    flex-flow: column;
    display: flex;
  }

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

  .movement.mobile, .div-block-29, .div-block-30 {
    display: none;
  }

  .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-8 {
    justify-content: flex-start;
    display: inline-flex;
  }

  .section {
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section.partners {
    width: 80%;
  }

  .div-block-32 {
    width: 200%;
  }

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

  .div-block-36 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .div-block-38 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

  .project-descriptions {
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem;
  }

  .project {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-9 {
    color: var(--text-primary);
  }

  .div-block-42, .div-block-43 {
    justify-content: flex-start;
    align-items: center;
  }

  .project-illustration-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 80%;
    display: block;
  }

  .project-illustration-desktop.mob {
    display: block;
  }

  .div-block-48, .div-block-49, .div-block-50 {
    max-width: 50%;
    display: block;
  }

  .div-block-51, .div-block-52, .project-illustration-d {
    display: none;
  }

  .project-illustartion-m {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 80%;
    display: block;
  }

  .image-10 {
    max-width: 100%;
  }

  .product-ill, .image-11 {
    display: none;
  }

  .image-12 {
    max-width: 60%;
    display: block;
  }

  .image-13 {
    max-width: 90%;
  }

  .div-block-55 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .div-block-56.mobe {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-14 {
    max-width: 60%;
  }

  .image-16 {
    max-width: 80%;
  }

  .image-17, .image-18, .image-19, .image-20 {
    width: 143px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: var(--heading--h4-mobile);
  }

  .section-m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-m.hero {
    background-position: 500% 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .regular {
    font-size: var(--text-size--regular-mobile);
  }

  .regular.b {
    font-size: var(--text-size--regular-mobile);
    text-align: left;
  }

  .regular.left, .regular.h {
    font-size: var(--text-size--regular-mobile);
  }

  .div-block-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .reviews-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .section-content {
    justify-content: space-between;
    align-items: center;
  }

  .section-s.inner-hero {
    background-position: 663% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .heading-8 {
    font-size: var(--heading--h1-mobile);
  }

  .div-block-10.mob {
    max-width: 70%;
  }

  .navbar-logo-left {
    position: sticky;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .div-block-20 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
  }

  .div-block-22 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .year {
    font-size: 3rem;
  }

  .heading-9 {
    text-align: center;
  }

  .div-block-48, .div-block-49, .div-block-50 {
    max-width: 70%;
  }

  .image-13 {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    max-width: none;
  }

  .heading-3 {
    line-height: var(--heading--heading-lineheight);
    text-align: center;
    max-width: none;
  }

  .section-m {
    padding-top: var(--heading--h5);
  }

  .section-m.gray {
    width: auto;
    overflow: visible;
  }

  .section-m.team {
    width: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-m.hero {
    background-position: 300% 100%;
  }

  .section-m.contact-us {
    padding-bottom: 1.3rem;
  }

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

  .section-header {
    padding-bottom: .5rem;
  }

  .regular {
    text-align: center;
  }

  .regular.b {
    text-align: left;
    line-height: 120%;
  }

  .regular.left {
    text-align: left;
    width: auto;
  }

  .regular.centered, .regular.h {
    font-size: var(--text-size--regular-mobile);
  }

  .regular.l {
    text-align: left;
  }

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

  .grid-2 {
    width: auto;
  }

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

  .section-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    display: flex;
  }

  .section-s.inner-hero {
    padding-bottom: 0;
  }

  .div-block-8 {
    width: auto;
    max-width: none;
  }

  .image._1 {
    max-width: 100%;
    display: none;
  }

  .div-block-10 {
    display: block;
  }

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

  .div-block-10.mob.x {
    padding-left: 20px;
  }

  .div-block-10.des {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

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

  .statistics {
    border-right-width: 1px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .statistics._2 {
    border-right-width: 1px;
  }

  .statistics._3 {
    border-top: 0px solid var(--text-secondary);
  }

  .statistics._4 {
    border-bottom-width: 1px;
    border-left: 0 solid #000;
    border-right-width: 0;
  }

  .statistics._5 {
    border-bottom-width: 1px;
    border-right-width: 0;
  }

  .statistics._7 {
    border-top: 0 solid #000;
    border-bottom-width: 1px;
    border-right-width: 0;
  }

  .statistics.bottom-stroke {
    border-bottom-width: 0;
    border-right-width: 1px;
  }

  .statistics.bottom-stroke.mob2 {
    border-bottom-width: 1px;
    border-right-width: 0;
  }

  .statistics.bottom-right {
    border-left-width: 1px;
  }

  .statistics.bottom-right.mob {
    border-left-width: 0;
  }

  .statistics.btm {
    border-right-width: 1px;
  }

  .statistics.mmob {
    border-right-width: 0;
  }

  .div-block-13 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .div-block-15 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .div-block-16 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .team {
    flex-flow: row;
  }

  .icon {
    width: 32px;
  }

  .contact-methods {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .contact-method1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

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

  .div-block-21 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tertiary-cta {
    font-size: var(--text-size--small);
  }

  .form-block {
    padding: 1rem;
  }

  .div-block-27 {
    grid-template-columns: 1fr;
  }

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

  .philosophy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .movement.mobile {
    flex-flow: column;
    display: none;
  }

  .div-block-38 {
    overflow: visible;
  }

  .project-descriptions {
    padding: 1rem;
  }

  .heading-9 {
    font-size: var(--heading--h4-mobile);
  }

  .div-block-46 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .div-block-50 {
    max-width: 1001%;
  }

  .project-illustartion-m {
    max-width: 90%;
  }

  .image-12, .image-13 {
    max-width: 100%;
  }

  .div-block-56.mobe {
    min-width: auto;
    max-width: 100%;
    display: flex;
  }

  .image-14 {
    max-width: 90%;
  }

  .image-18 {
    width: 120px;
  }
}

#w-node-a90aabd1-3b6c-7e61-f79a-a625dc8691d0-d63268f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_39db87ed-baf5-f46f-3d13-16aa8f07ccf2-d63268f4 {
  place-self: center;
}

#w-node-_4c0effa5-6aba-6083-5fde-51b4d9f15c8e-d63268f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_96039838-ad86-e051-12cb-6dc6abc7a9c6-d63268f4, #w-node-_96039838-ad86-e051-12cb-6dc6abc7a9c8-d63268f4, #w-node-_96039838-ad86-e051-12cb-6dc6abc7a9ca-d63268f4, #w-node-_96039838-ad86-e051-12cb-6dc6abc7a9cc-d63268f4, #w-node-_96039838-ad86-e051-12cb-6dc6abc7a9ce-d63268f4, #w-node-_96039838-ad86-e051-12cb-6dc6abc7a9d0-d63268f4 {
  place-self: auto center;
}

#w-node-_60be3763-dbd0-0b9f-120f-8a895389356b-d63268f4 {
  place-self: center;
}

#w-node-_60be3763-dbd0-0b9f-120f-8a8953893574-d63268f4 {
  place-self: center;
}

#w-node-b9555b86-0e29-3f5c-1be6-e71d666186f4-d63268f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d54a4929-fefa-b0ba-e274-4f85a73d2152-d63268f4, #w-node-_0c766ee2-c0ff-b262-e7d3-1f2ffe0bf96f-d63268f4, #w-node-_50370c1f-7e85-737d-24c6-3fb90d4d3057-d63268f4, #w-node-_5e5d2cd8-0f14-0a3c-3d84-a6ea72db127a-d63268f4, #w-node-_93786832-9073-6378-ceaf-6b022a91265d-d63268f4, #w-node-_68238eed-12ca-01b5-494d-8e69ed8d37d1-d63268f4 {
  place-self: auto;
}

#w-node-b9555b86-0e29-3f5c-1be6-e71d666186eb-d63268f4 {
  place-self: center;
}

#w-node-_203865f3-0da9-4663-69e2-a08cff124e9e-d63268f4 {
  place-self: center;
}

#w-node-d31a15b9-cfac-f4f9-70bc-26dbe21a40b5-d63268f4 {
  place-self: center;
}

#w-node-_531692b6-349d-7db0-d9d4-2239d228c3e8-d63268f4 {
  place-self: center;
}

#w-node-_48db045b-891f-8bad-5ec6-4d660c6c3c54-0c6c3c51 {
  place-self: center;
}

#contact-form.w-node-_48db045b-891f-8bad-5ec6-4d660c6c3c60-0c6c3c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0630a10-509d-7288-cf85-f0726620d6ab-980bfb1d {
  place-self: center;
}

#w-node-a0630a10-509d-7288-cf85-f0726620d6b9-980bfb1d {
  place-self: center;
}

#w-node-e626b4e5-365a-035a-e838-feb553093321-980bfb1d, #w-node-a0630a10-509d-7288-cf85-f0726620d6ec-980bfb1d, #w-node-_182522fa-c7ac-b455-ae81-10878abd985c-980bfb1d, #w-node-_8260febc-f699-1019-d4da-4d08fc208d9d-980bfb1d, #w-node-f0afb925-d3b3-09e2-fcca-d4b970d5a6a7-980bfb1d, #w-node-_22be02b2-bbc7-54f3-aace-164a182f476e-980bfb1d, #w-node-c0ec7a82-16ab-9e8c-04c2-fd0b15c701b3-980bfb1d, #w-node-_84686643-c418-d5c2-072f-0db078567057-980bfb1d, #w-node-a6b8239a-af18-6bb6-a3d8-25e3a92e5940-980bfb1d {
  place-self: center;
}

#w-node-a6b8239a-af18-6bb6-a3d8-25e3a92e594a-980bfb1d {
  place-self: center end;
}

#w-node-a6b8239a-af18-6bb6-a3d8-25e3a92e5956-980bfb1d {
  place-self: start;
}

#w-node-a6b8239a-af18-6bb6-a3d8-25e3a92e5958-980bfb1d {
  place-self: center end;
}

#w-node-_5692cd53-d7e5-f823-8137-3d36fd778e73-980bfb1d, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7a63-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7a8d-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7ab8-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7add-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7ae0-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7ae2-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7b08-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7b2d-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7b30-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7b32-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7b5b-ee8ed35e, #w-node-f93f0b00-1510-4e1e-26fc-b174dbea7b84-ee8ed35e {
  place-self: center;
}

#w-node-_0a0b035a-5dd1-afe7-e526-1fdce2bc16e4-455bba55 {
  place-self: auto center;
}

#w-node-_0a0b035a-5dd1-afe7-e526-1fdce2bc16e6-455bba55 {
  place-self: center;
}

#w-node-_0a0b035a-5dd1-afe7-e526-1fdce2bc16f0-455bba55 {
  place-self: auto center;
}

#w-node-_0a0b035a-5dd1-afe7-e526-1fdce2bc16f3-455bba55 {
  justify-self: center;
}

#w-node-_0a0b035a-5dd1-afe7-e526-1fdce2bc16f5-455bba55 {
  place-self: center;
}

#w-node-_0a0b035a-5dd1-afe7-e526-1fdce2bc1700-455bba55 {
  justify-self: center;
}

#w-node-_0a0b035a-5dd1-afe7-e526-1fdce2bc1702-455bba55 {
  place-self: center;
}

#w-node-_0a0b035a-5dd1-afe7-e526-1fdce2bc170c-455bba55 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a90aabd1-3b6c-7e61-f79a-a625dc8691d0-d63268f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_60be3763-dbd0-0b9f-120f-8a8953893574-d63268f4 {
    place-self: auto start;
  }

  #w-node-a0630a10-509d-7288-cf85-f0726620d6b9-980bfb1d {
    place-self: auto;
  }

  #w-node-e626b4e5-365a-035a-e838-feb553093321-980bfb1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-a0630a10-509d-7288-cf85-f0726620d6ec-980bfb1d, #w-node-_182522fa-c7ac-b455-ae81-10878abd985c-980bfb1d, #w-node-f0afb925-d3b3-09e2-fcca-d4b970d5a6a7-980bfb1d, #w-node-c0ec7a82-16ab-9e8c-04c2-fd0b15c701b3-980bfb1d {
    justify-self: center;
  }

  #w-node-a6b8239a-af18-6bb6-a3d8-25e3a92e5958-980bfb1d {
    place-self: center end;
  }

  #w-node-_5692cd53-d7e5-f823-8137-3d36fd778e7b-980bfb1d {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a6b8239a-af18-6bb6-a3d8-25e3a92e5949-980bfb1d {
    order: 0;
  }
}
