:root {
  --blue--950: #000b5c;
  --container-width--full\<deleted\|variable-972b2ed6-5faf-9257-8c60-f1b72b5d023c\>: 1440px;
  --container-width--col-2\<deleted\|variable-710258df-6378-acf9-bd87-0afafc775573\>: 184px;
  --white: white;
  --green--200: #c8e9a0;
  --green--300: #c7e8a1;
  --blue--700: #0017c7;
  --green--400: #acdd74;
  --beige--200: #f7ebdf;
  --blue--800: #001299;
  --blue--500: #1a34ff;
  --blue--50: #d6dbff;
  --blue--100: #c2c9ff;
  --beige--100: #fbf5ef;
  --beige--300: #eccfb1;
  --blue--200: #99a5ff;
  --beige--500: #d49454;
  --blue--600: #001cf0;
  --blue--300: #6b7cff;
  --blue--400: #4258ff;
  --blue--900: #000d70;
  --green--800: #3a5a16;
  --green--500: #91d247;
  --green--50: #f5fbef;
  --green--950: #101906;
  --green--600: #75b42c;
  --green--100: #ebf7de;
  --green--700: #588721;
  --green--900: #1d2d0b;
  --grey--50: #f4f4f6;
  --grey--200: #d4d5de;
  --grey--600: #646981;
  --grey--100: #ebecef;
  --grey--400: #a0a3b5;
  --grey--300: #c0c2ce;
  --grey--950: #0d0e11;
  --grey--700: #4a4d5f;
  --grey--500: #81859d;
  --grey--900: #191a20;
  --grey--800: #31333f;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--blue--950);
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1.2;
}

a {
  color: var(--blue--950);
  text-decoration: none;
}

.nav {
  width: var(--container-width--full\<deleted\|variable-972b2ed6-5faf-9257-8c60-f1b72b5d023c\>);
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  height: 80px;
  padding: 16px 108px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sulitdigital-logo-men {
  width: var(--container-width--col-2\<deleted\|variable-710258df-6378-acf9-bd87-0afafc775573\>);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vector {
  object-fit: cover;
}

.content-wrapper {
  grid-column-gap: 72px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-item-wrapper {
  grid-column-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.button-style {
  grid-column-gap: 12px;
  background-color: var(--blue--950);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.forum {
  object-fit: cover;
  overflow: hidden;
}

.label-style {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.hero-section {
  background-color: #fff;
  background-image: url('../images/hero-section.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 800px;
  min-height: 800px;
  padding-top: 120px;
  padding-left: 108px;
  padding-right: 108px;
  text-decoration: none;
  display: flex;
}

.content-wrapper-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.hero-content {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.col-7 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 704px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
}

.text-3 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 92px;
  text-decoration: none;
}

.col-5 {
  flex: 0 calc(33.3333% - .75rem);
}

.punktde_ffm_158-1 {
  object-fit: cover;
}

.tags-section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 999px;
  flex-flow: row;
  flex: 1 0 auto;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: none;
  padding: 1.5rem .75rem;
  text-decoration: none;
  display: flex;
  position: static;
  left: auto;
}

.tags-section.slidein-onscroll {
  flex-flow: row;
  width: auto;
  min-width: 100%;
  max-width: none;
}

.button-style-2 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1.2px solid #000b5c;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.label-style-2 {
  color: #000b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.section-intro-people {
  background-image: linear-gradient(#fff 0% 12%, #000b5c 12% 86%, #fff 86% 100%);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 1048px;
  padding: 13px 108px;
  text-decoration: none;
  display: flex;
}

.image-gallery {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1224px;
  text-decoration: none;
  display: flex;
}

.frame-85 {
  object-fit: cover;
  overflow: hidden;
}

.content-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  padding-left: 208px;
  padding-right: 208px;
  text-decoration: none;
  display: flex;
}

.content-style {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.text-5 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.section-intro-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 108px;
  text-decoration: none;
  display: flex;
}

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

.text-6, .text-7 {
  color: #000b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.quote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 108px 96px;
  text-decoration: none;
  display: flex;
}

.col-12-center {
  grid-row-gap: 10px;
  background-color: #f7ebdf;
  background-image: url('../images/col-12-center.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  height: 456px;
  min-height: 456px;
  padding: 80px 156px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrapper-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 296px;
  text-decoration: none;
  display: flex;
}

.content-wrapper-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 912px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #000b5c;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.text-with-cta-and-image {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 80px 108px;
  text-decoration: none;
  display: flex;
}

.col-6 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 600px;
  height: auto;
  padding-top: 36px;
  padding-bottom: 36px;
  text-decoration: none;
  display: block;
}

.content-wrapper-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.text-10 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.button-style-3 {
  grid-column-gap: 12px;
  background-color: #c7e8a1;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.label-style-3 {
  color: #000b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.col-6-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.color-element {
  background-color: #000b5c;
  position: absolute;
  top: 37.252px;
  left: 0;
  overflow: hidden;
}

.image {
  object-fit: cover;
  overflow: hidden;
}

.footer {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service {
  grid-row-gap: 72px;
  background-color: #000b5c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 405px;
  padding: 51px 108px 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-wrapper-6 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.adress-wrapper {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 288px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.standort-frankfurt-groe-seestrae-26-a-60486-frankfurt-a-m-49-69 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.service-nav {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact-teaser {
  grid-row-gap: 12px;
  background-color: #c8e9a0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 524px;
  height: 405px;
  padding: 16px 108px 32px 48px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.motive {
  object-fit: cover;
}

.frame-91 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.text-14 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.text-h1-bold {
  z-index: 10;
  color: var(--blue--950);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 4.4em;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.text-h1-bold.margin-bottom-24px {
  z-index: 5;
  font-size: 4.4rem;
  position: relative;
}

.text-h1-bold.margin-bottom-8vw {
  margin-bottom: 8vw;
  font-size: 4.1em;
}

.text-h1-bold.white {
  color: var(--white);
}

.text-h1-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.text-h2-bold {
  color: var(--blue--950);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

.text-h2-bold.white {
  color: var(--white);
  font-size: 3.2rem;
}

.text-h2-bold.white.margin-bottom-16px {
  margin-bottom: 16px;
}

.text-h2-bold.white.margin-bottom-8px {
  margin-bottom: 8px;
}

.text-h2-bold.margin-bottom-24 {
  margin-bottom: 24px;
}

.text-h2-bold.margin-bottom-16 {
  margin-bottom: 16px;
}

.text-h2-bold.margin-bottom-16.margin-top-4em {
  margin-top: 4em;
}

.text-h2-bold.margin-bottom-16.margin-top-1em {
  margin-top: 1em;
}

.text-h2-bold.center {
  text-align: center;
}

.text-h2-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.text-h3-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
}

.text-h3-bold.margin-bottom-24px {
  flex: 0 auto;
  margin-bottom: 16px;
}

.text-h3-bold.margin-bottom-8px {
  margin-bottom: 8px;
}

.text-h3-bold.blue {
  color: var(--blue--950);
}

.text-h3-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.text-h4-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2;
}

.text-h4-bold.margin-bottom-16px {
  margin-bottom: 16px;
}

.text-h4-bold.center {
  text-align: center;
}

.text-h4-bold.vw {
  text-align: center;
  font-size: 3.8vw;
}

.text-h4-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.text-quote-bold {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
}

.text-quote-bold.margin-bottom-24px {
  color: var(--blue--950);
  display: block;
}

.text-quote-bold.margin-bottom-24px.green {
  color: var(--green--200);
  font-size: 3rem;
}

.text-quote-bold.white {
  color: var(--white);
}

.text-quote-bold.white.margin-top-80px {
  margin-top: 80px;
}

.text-quote-bold.white.margin-top-80px.margin-bottom-96px {
  margin-bottom: 96px;
}

.text-quote-bold.slidein-onscroll {
  font-size: 2.4em;
  font-weight: 600;
}

.text-quote-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.text-body-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-body-bold.margin-bottom-16px {
  margin-bottom: 16px;
}

.text-body-regular {
  z-index: 6;
  max-width: none;
  color: var(--blue--950);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
}

.text-body-regular:hover {
  color: var(--blue--950);
}

.text-body-regular.white {
  color: var(--white);
  font-size: 1.5em;
}

.text-body-regular.blue.margin-bottom-48px {
  margin-bottom: 48px;
}

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

.text-body-regular.center.slidein-onscroll_02:hover {
  color: var(--blue--950);
}

.text-body-bold-uppercase {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-body-regular-uppercase {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5;
}

.text-skyline-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.text-skyline-regular {
  z-index: 9;
  color: var(--blue--950);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.text-skyline-regular.white {
  color: var(--white);
}

.text-skyline-regular.margin-top-24px {
  margin-top: 24px;
}

.text-skyline-bold-uppercase {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.text-skyline-regular-uppercase {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

.text-base-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-base-regular {
  color: var(--blue--950);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-base-regular.white {
  color: var(--white);
}

.text-base-bold-uppercase {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-base-regular-uppercase {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-caption-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-caption-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

.text-caption-regular.margin-bottom-24px {
  font-size: .9em;
}

.text-caption-regular.line-height-1-3 {
  line-height: 1.3;
}

.text-caption-regular.margin-bottom-16px {
  margin-bottom: 16px;
}

.text-caption-bold-uppercase {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-caption-regular-uppercase {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.section {
  padding: 64px 108px;
}

.container {
  max-width: 1224px;
}

.nav-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 80px;
  padding: 16px 108px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrapper-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sulitdigital-logo-men-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 184px;
  padding-top: 9px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vector-2 {
  object-fit: cover;
}

.content-wrapper-7 {
  grid-column-gap: 72px;
  flex: auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav-item-wrapper-2 {
  grid-column-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #000b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.button-style-4 {
  grid-column-gap: 12px;
  background-color: #000b5c;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.label-style-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.section-intro-people-2 {
  background-image: linear-gradient(#fff, #fff 12%, #000b5c 12% 86%, #fff 86%, #fff);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1048px;
  padding: 13px 0;
  text-decoration: none;
  display: flex;
}

.image-gallery-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1224px;
  text-decoration: none;
  display: flex;
}

.frame-92 {
  object-fit: cover;
  overflow: hidden;
}

.content-wrapper-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  padding-left: 208px;
  padding-right: 208px;
  text-decoration: none;
  display: flex;
}

.content-style-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.text-17 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.section-intro-text-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 108px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000b5c;
  flex-flow: row;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.quote-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 108px 96px;
  text-decoration: none;
  display: flex;
}

.col-12-center-2 {
  grid-row-gap: 10px;
  background-color: #f7ebdf;
  background-image: url('../images/col-12-center.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  height: 456px;
  min-height: 456px;
  padding: 80px 156px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrapper-4 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 296px;
  text-decoration: none;
  display: flex;
}

.content-wrapper-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 912px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #000b5c;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.button-blue {
  grid-column-gap: 12px;
  background-color: #000b5c;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.label-style-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-with-cta-and-image-2 {
  grid-column-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 80px 108px;
  text-decoration: none;
  display: flex;
}

.col-6-3 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 432.264px;
  padding-top: 36px;
  padding-bottom: 36px;
  text-decoration: none;
  display: flex;
}

.content-wrapper-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.text-21 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.button-green {
  grid-column-gap: 12px;
  background-color: var(--green--200);
  height: 48px;
  color: var(--blue--950);
  border-radius: 80px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.button-green:hover {
  background-color: var(--green--200);
  color: var(--blue--950);
  background-image: linear-gradient(#0000000d, #0000000d);
}

.button-green:active {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.label-style-6 {
  color: #000b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.col-6-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.color-element-2 {
  background-color: #000b5c;
  position: absolute;
  top: 37.252px;
  left: 0;
  overflow: hidden;
}

.footer-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-2 {
  grid-row-gap: 72px;
  background-color: #000b5c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 405px;
  padding: 51px 108px 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-wrapper-11 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.adress-wrapper-2 {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 288px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.standort-frankfurt-groe-seestrae-26-a-60486-frankfurt-a-m-49-70 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-23 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.service-nav-2 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact-teaser-2 {
  grid-row-gap: 12px;
  background-color: #c8e9a0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 524px;
  height: 405px;
  padding: 16px 108px 32px 48px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.motive-2 {
  object-fit: cover;
}

.frame-93 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.text-25 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.button-style-7 {
  grid-column-gap: 12px;
  background-color: #000b5c;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.label-style-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.container-2 {
  max-width: 1224px;
}

.section-2 {
  padding-left: 108px;
  padding-right: 108px;
}

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

.content-wrapper-12 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 912px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #000b5c;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.content-wrapper-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 912px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #000b5c;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.button-style-8 {
  border: 1px solid #9747ff;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
}

.type-primary-state-default-icon-none {
  grid-column-gap: 12px;
  background-color: var(--blue--950);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.type-ghost-state-default-icon-none {
  grid-column-gap: 12px;
  border: 1.2px solid var(--blue--950);
  background-color: var(--white);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #000b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.type-secondary-state-default-icon-none {
  grid-column-gap: 12px;
  background-color: var(--green--300);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-primary-state-hover-icon-none {
  grid-column-gap: 12px;
  background-color: var(--blue--700);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-ghost-state-hover-icon-none {
  grid-column-gap: 12px;
  border: 1.2px solid var(--blue--950);
  background-color: var(--blue--950);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-secondary-state-hover-icon-none {
  grid-column-gap: 12px;
  background-color: var(--green--400);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-primary-state-default-icon-alone {
  grid-column-gap: 12px;
  background-color: var(--blue--950);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.type-ghost-state-default-icon-alone {
  grid-column-gap: 12px;
  border: 1.2px solid var(--blue--950);
  background-color: var(--white);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.type-secondary-state-default-icon-alone {
  grid-column-gap: 12px;
  background-color: var(--green--300);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.type-primary-state-hover-icon-alone {
  grid-column-gap: 12px;
  background-color: var(--blue--700);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.type-ghost-state-hover-icon-alone {
  grid-column-gap: 12px;
  border: 1.2px solid var(--blue--950);
  background-color: var(--blue--950);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.type-secondary-state-hover-icon-alone {
  grid-column-gap: 12px;
  background-color: var(--green--400);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.type-primary-state-default-icon-right {
  grid-column-gap: 12px;
  background-color: var(--blue--950);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-ghost-state-default-icon-right {
  grid-column-gap: 12px;
  border: 1.2px solid var(--blue--950);
  background-color: var(--white);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-secondary-state-default-icon-right {
  grid-column-gap: 12px;
  background-color: var(--green--300);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-primary-state-hover-icon-right {
  grid-column-gap: 12px;
  background-color: var(--blue--700);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-ghost-state-hover-icon-right {
  grid-column-gap: 12px;
  border: 1.2px solid var(--blue--950);
  background-color: var(--blue--950);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-secondary-state-hover-icon-right {
  grid-column-gap: 12px;
  background-color: var(--green--400);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-primary-state-default-icon-left {
  grid-column-gap: 12px;
  background-color: var(--blue--950);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
  position: static;
}

.type-ghost-state-default-icon-left {
  grid-column-gap: 12px;
  border: 1.2px solid var(--blue--950);
  background-color: var(--white);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-secondary-state-default-icon-left {
  grid-column-gap: 12px;
  background-color: var(--green--300);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-primary-state-hover-icon-left {
  grid-column-gap: 12px;
  background-color: var(--blue--700);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-ghost-state-hover-icon-left {
  grid-column-gap: 12px;
  border: 1.2px solid var(--blue--950);
  background-color: var(--blue--950);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.type-secondary-state-hover-icon-left {
  grid-column-gap: 12px;
  background-color: var(--green--400);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.label-style-8 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.label-style-9 {
  color: var(--blue--950);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.forum-2 {
  background-color: #fff;
  overflow: hidden;
}

.button-style-9 {
  border: 1px solid #9747ff;
  border-radius: 5px;
  overflow: hidden;
}

.leistung, .cases, .ber-uns {
  color: #000b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neulis Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.page-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.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, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.container-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.navbar {
  background-color: var(--beige--200);
  flex-flow: row;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  width: 1440px;
  margin-left: 108px;
  margin-right: 108px;
  display: flex;
  position: static;
}

.navbar.nav-2 {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
}

.brand {
  padding-right: 4rem;
  position: static;
}

.menu-button-2 {
  position: static;
}

.nav-3 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1224px;
  max-width: 1224px;
  height: 5rem;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.wrapper-5 {
  background-color: var(--white);
  flex: 2 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.sulitdigital-logo-men-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 184px;
  padding-top: 9px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vector-3 {
  object-fit: cover;
}

.content-wrapper-14 {
  grid-column-gap: 4rem;
  flex: 2 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-item-wrapper-3 {
  grid-column-gap: 4rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #000b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.button-style-10 {
  grid-column-gap: 12px;
  background-color: #000b5c;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.label-style-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.button {
  background-color: var(--blue--950);
  color: var(--white);
  border-radius: 24px;
  padding: 12px 24px;
  font-size: 18px;
}

.container-5 {
  background-color: #a21616;
  width: 100%;
  max-width: none;
  height: 90px;
}

.div-block {
  background-color: var(--blue--950);
  width: 100%;
  height: 90px;
}

.hero-heading-left {
  background-color: var(--white);
  background-image: url('../images/hero-section.png');
  background-position: 0 0;
  background-size: 2048px;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

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

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

.margin-bottom-24px.text-skyline-regular {
  color: var(--blue--950);
}

.margin-bottom-24px.text-body-regular {
  color: var(--blue--950);
  text-align: left;
  line-height: 36px;
}

.button-primary-blue {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--blue--950);
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 80px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 12px 32px;
  font-size: 1rem;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-primary-blue:hover {
  background-color: var(--blue--800);
  background-image: linear-gradient(42deg, var(--blue--950), var(--blue--700));
  color: #fff;
}

.button-primary-blue:active, .button-primary-blue:focus {
  background-color: var(--blue--500);
}

.shadow-two {
  box-shadow: -20px 20px 0 -4px var(--blue--950);
}

.navbar-logo-left {
  background-color: #fff0;
  background-image: linear-gradient(#0000, #0000);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 6.75em;
}

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

.navbar-logo-left-container.shadow-three {
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

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

.nav-menu-two {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  min-width: auto;
  color: var(--blue--950);
  text-align: center;
  letter-spacing: .05rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: var(--blue--950);
  font-weight: 700;
  text-decoration: none;
}

.nav-link-2:active {
  color: var(--blue--800);
}

.nav-link-2:focus {
  font-weight: 700;
}

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

.nav-link-2.w--current {
  text-align: center;
  letter-spacing: .02rem;
  font-size: 1.125em;
  line-height: 1.3;
}

.nav-link-2.text-caption-regular {
  color: var(--blue--950);
}

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

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

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

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

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

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

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

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

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[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-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

.tags-section-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1224px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.button-ghost {
  grid-column-gap: 12px;
  border: 1.2px solid var(--blue--950);
  height: 48px;
  color: var(--blue--950);
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 80px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.button-ghost:hover {
  background-color: var(--blue--50);
  color: var(--blue--950);
}

.button-ghost:active, .button-ghost:focus {
  background-color: var(--blue--100);
}

.label-style-11 {
  color: #000b5c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.section-intro-people-3 {
  background-image: linear-gradient(#fff, #fff 12%, #000b5c 12% 86%, #fff 86%, #fff);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 1048px;
  padding: 13px 108px;
  text-decoration: none;
  display: flex;
}

.image-chain {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.image-chain.slidein-onscroll {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
}

.frame-94 {
  object-fit: cover;
  overflow: hidden;
}

.content-wrapper-15 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1224px;
  padding-left: 64px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
}

.content-style-5 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.text-32 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.hero-without-image {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

.hero-without-image-2 {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 64px 30px;
  position: relative;
}

.container-quote {
  background-color: var(--beige--100);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/doubleSwirlGreen.webp');
  background-position: 90% 25%;
  background-repeat: no-repeat;
  background-size: 68%;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 156px;
  display: flex;
}

.quote-with-cta-dark {
  background-color: var(--white);
  border: 1px solid #0000;
  padding: 0;
  position: relative;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

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

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

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

._2-col-image-right {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 64px 30px 80px;
  position: relative;
}

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

.nav-logo {
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 48px;
}

.shadow-hard-left-blue {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
}

.container-full-height {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-only-section {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-8 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-dark {
  background-color: var(--blue--950);
  background-image: linear-gradient(90deg, var(--blue--950), var(--blue--950) 66%, var(--green--200) 66%, var(--green--200));
  width: auto;
  color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6.75em;
  display: block;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

.footer-divider {
  background-color: var(--green--200);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--green--200);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.button-primary-blue-copy {
  background-color: var(--blue--950);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  mix-blend-mode: normal;
  border-radius: 120px;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-blue-copy:hover {
  background-color: var(--blue--500);
  color: #fff;
}

.button-primary-blue-copy:active, .button-primary-blue-copy:focus {
  background-color: var(--blue--500);
}

.button-gho {
  border: 1.2px solid var(--blue--950);
  background-color: var(--white);
  width: auto;
  min-width: auto;
  color: var(--blue--950);
  white-space: nowrap;
  object-fit: fill;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  display: flex;
}

.button-gho:hover, .button-gho:focus {
  background-color: var(--blue--950);
  color: var(--white);
}

.footer-3 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-3 {
  grid-row-gap: 72px;
  background-color: #000b5c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 405px;
  padding: 51px 108px 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-wrapper-16 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.adress-wrapper-3 {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 288px;
  text-decoration: none;
  display: flex;
}

.text-33 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.standort-frankfurt-groe-seestrae-26-a-60486-frankfurt-a-m-49-71 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-34 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.service-nav-3 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact-teaser-3 {
  grid-row-gap: 12px;
  background-color: #c8e9a0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 524px;
  height: 405px;
  padding: 16px 108px 32px 48px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.motive-3 {
  object-fit: cover;
}

.frame-95 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-6 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-35 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.text-36 {
  color: #000b5c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.button-style-11 {
  grid-column-gap: 12px;
  background-color: #000b5c;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.label-style-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

._8-cols {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 66%;
  display: flex;
}

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

.footer-blue {
  background-color: var(--blue--950);
  border-bottom: 1px solid #e4ebf3;
  padding: 64px 30px 80px;
  position: relative;
}

.container-9 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--white);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover, .footer-link-two:focus {
  color: var(--green--200);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.column {
  background-color: var(--green--200);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 48px;
  display: flex;
}

.footer-nav {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-2 {
  padding-left: 0;
  padding-right: 48px;
}

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

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

.image-4 {
  margin-top: -64px;
  margin-left: 80px;
}

.container-11 {
  width: 100%;
  margin-top: 0;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.column-3 {
  background-color: var(--blue--950);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 80px 0;
  display: block;
}

.column-4 {
  flex: 1 0 auto;
  padding: 80px 48px 80px 0;
}

.columns-2, .columns-2-copy {
  background-color: var(--blue--950);
}

.image-5 {
  align-self: flex-end;
  width: 50%;
  margin-top: 0;
  margin-left: 64px;
  display: block;
}

.column-6 {
  background-color: var(--green--200);
  flex-flow: column;
  flex: 1 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 48px 80px;
  display: flex;
}

.bodywrapper {
  margin-left: auto;
  margin-right: auto;
  font-family: neulis-sans, sans-serif;
  font-size: 16px;
}

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

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

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

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

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

.margin-bottom-24px-2.text-skyline-regular {
  color: var(--blue--950);
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.hero-heading-left-gradient-bottom {
  background-color: var(--white);
  background-image: url('../images/Leistungen.svg'), linear-gradient(180deg, var(--white), var(--white) 80%, var(--beige--300) 80%, var(--beige--300));
  background-position: 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-60 {
  width: 100%;
  max-width: 1224px;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  background-color: var(--beige--300);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-61 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  max-width: 1224px;
  display: flex;
}

.section-outer {
  background-color: #fff0;
  padding: 4em 6.75em;
}

.section-outer.bg-gr {
  background-image: url('../images/sulit.digital_arrow_ani_start.svg');
  background-position: -90% 40%;
  background-repeat: no-repeat;
  background-size: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-outer.bg-gr.height-30vh {
  background-image: url('../images/sulit_swirl_equal_loops.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 92%;
  min-height: 30vh;
}

.section-outer.bg-gr.height-30vh.bg-gradient-bottom {
  background-image: linear-gradient(180deg, var(--white), var(--white) 75%, var(--beige--200) 80%, var(--beige--200));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
}

.section-outer.bg-gr.height-30vh.bg-hero-cases {
  background-color: var(--blue--950);
  background-image: url('../images/sulit_swirl_loops_straight.svg');
  background-position: 50% 90%;
  background-size: auto 60%;
}

.section-outer.bg-gr.height-30vh.bg-hero-cases-detail {
  background-color: var(--blue--950);
  background-image: url('../images/swirlCases.svg');
  background-position: 0%;
  background-size: 100%;
}

.section-outer.bg-gr.full-h {
  height: calc(84vh - 80px);
}

.section-outer.bg-blue {
  background-color: var(--blue--950);
}

.section-outer.bg-blue-white-gradient {
  background-image: linear-gradient(0deg, #fff0, var(--white) 20%, var(--blue--950) 20%, var(--blue--950) 80%, var(--white) 80%, #fff0);
}

.section-outer.bg-beige, .section-outer.bg-beige-white-gradient {
  background-color: var(--beige--200);
}

.section-outer.padding-top-bottom-4em {
  padding-top: 4em;
  padding-bottom: 4em;
}

.section-outer.margin-bottom-32px {
  margin-bottom: 32px;
}

.section-outer.height-30vh {
  min-height: 30vh;
}

.section-outer.height-30vh.bg-hero-cases-detail {
  background-image: linear-gradient(180deg, var(--beige--200), var(--beige--200) 80%, var(--white) 80%, white);
}

.section-outer.height-30vh.bg-leistungen-gradient-bottom {
  background-image: url('../images/sulit_swirl–circle.svg'), linear-gradient(180deg, var(--white), var(--white) 80%, var(--beige--200) 80%, var(--beige--200));
  background-position: 60%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 84%, auto;
}

.section-outer.height-30vh.bg-beige-service {
  background-color: var(--beige--200);
}

.container-62 {
  background-color: var(--beige--300);
}

.grid-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .583333fr) minmax(0, .416667fr);
  grid-auto-columns: minmax(0, 1fr);
}

.container-site-width {
  background-color: #0000;
  flex-flow: wrap;
  max-width: 1224px;
  display: block;
  overflow: hidden;
}

.container-site-width.flex-center {
  width: 100%;
}

.container-site-width.flex-center.quote-box-light {
  background-color: var(--beige--200);
  background-image: url('../images/doubleSwirlGreen.webp');
  background-position: 80% -10vh;
  background-repeat: no-repeat;
  background-size: 60vw;
}

.container-site-width.flex-center.quote-box-dark {
  background-color: var(--blue--950);
  background-image: url('../images/quoteDark.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.container-site-width.flex-center.flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-site-width.margin-left-10px {
  margin-left: auto;
  padding-left: 10px;
}

.container-site-width.spread {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.grid-item {
  width: auto;
}

.image-6 {
  width: 100%;
}

.heading {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-wrapper {
  aspect-ratio: 16 / 9;
}

.image-wrapper.margin-20px-left {
  aspect-ratio: 3 / 2;
  margin-left: 20px;
}

.image-wrapper.margin-bottom-16px {
  margin-bottom: 16px;
}

.image-wrapper.hide.portrait {
  flex: 16.4%;
}

.image-wrapper.landscape {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  flex: 60%;
}

.image-wrapper.portrait {
  aspect-ratio: 2 / 3;
  object-fit: fill;
  flex: 40%;
}

.image-wrapper.margin-20px-right {
  aspect-ratio: 3 / 2;
  margin-left: 0;
  margin-right: 1.25rem;
}

.grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.font-size-test {
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  line-height: 1.3;
}

.font-size-test.white {
  font-size: 48px;
}

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

.flex-7-cols {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 58.333%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-7-cols.margin-top-bottom-3em {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.flex-7-cols.margin-top-bottom-3em.no-margin-top {
  margin-top: 0;
}

.flex-7-cols.margin-top-4em {
  margin-top: 4em;
}

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

.flex-9-cols {
  background-color: #0000;
  width: 58.333%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-9-cols.margin-top-bottom-64 {
  width: 75%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.flex-9-cols.margin-top-bottom-64.flex-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-9-cols.margin-top-bottom-80 {
  width: 75%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.flex-9-cols.margin-top-bottom-80.flex-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.col-60pc {
  flex: 1 0 calc(50% - .75rem);
  width: 60%;
  padding-right: 2rem;
}

.col-60pc.single {
  flex-grow: 0;
}

.col-auto {
  flex: 0 calc(50% - 12px);
  display: flex;
}

.column-2-copy {
  padding-left: 0;
  padding-right: 48px;
}

.flex-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: stretch;
}

.flex-2-columns.bg-graphic {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 1rem;
  overflow: visible;
}

.flex-2-columns.margin-top-24px {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  align-items: stretch;
  margin-top: 24px;
}

.flex-2-columns.wrap-down {
  flex-flow: wrap;
}

.flex-2-columns.wrap-up {
  flex-flow: wrap-reverse;
}

.flex-2-columns.middle {
  justify-content: flex-start;
  align-items: center;
  max-height: none;
}

.cols-6 {
  object-fit: none;
  flex-flow: column;
  flex: 1 0 calc(50% - 12px);
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.cols-6.centered-h {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cols-6.slidein-onscroll_02.centered {
  justify-content: center;
  align-items: center;
}

.grid-services {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: ". . ."
                 ". . ."
                 ". . Area"
                 ". . Area"
                 / minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.service-grid-item {
  background-color: var(--white);
  min-width: 160px;
  max-width: 480px;
  min-height: 220px;
  padding: 24px;
}

.service-grid-item:hover {
  box-shadow: 0 3px 14px #000b5c1a;
}

.service-grid-item.grid-teaser {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--green--300);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 36px;
  display: flex;
}

.service-grid-item.grid-contact-teaser {
  background-color: var(--green--200);
}

.padding-top-bottom-3em {
  padding-top: 3em;
  padding-bottom: 3em;
}

.tabs {
  width: 100%;
}

.tabs-menu {
  width: auto;
  margin-right: 0;
}

.col-50pc {
  flex-flow: column;
  flex: 1 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.outline-box {
  border: 0px solid var(--blue--800);
  background-color: var(--white);
  object-fit: fill;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.625em;
  display: flex;
  box-shadow: 0 0 14px 3px #000b5c0f;
}

.outline-box.slidein-onscroll_01, .outline-box.slidein-onscroll_02 {
  flex: 1;
}

.font-size-test-2 {
  color: var(--blue--950);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
}

.font-size-test-2.margin-bottom-8vw {
  margin-bottom: 8vw;
  font-size: 4.1em;
}

.flex-block {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  line-height: 1.3;
}

.code-embed {
  width: 0;
  height: 0;
}

.col-70pc {
  flex: none;
  width: 70%;
}

.col-70pc.single {
  flex-grow: 0;
}

.flex-v {
  flex-flow: column;
}

.flex-v.margin-top-64 {
  margin-top: 64px;
}

.flex-v.margin-top-bottom-2vh {
  margin-top: 4em;
  margin-bottom: 6em;
}

.flex-v.margin-top-4em {
  margin-top: 4em;
}

.flex-v.margin-top-4em.margin-bottom-8em {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8em;
}

.flex-v.margin-top-4em.margin-bottom-8em.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.space-xl {
  min-height: 12em;
  margin-bottom: 0;
}

.icon-left-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-circle {
  min-width: 3.2em;
  max-width: none;
}

.icon-circle.small {
  min-width: 2.4em;
}

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

.tabs-menu-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--blue--950);
  background-color: var(--green--200);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.tabs-active {
  background-color: var(--green--200);
  color: var(--blue--950);
  border-radius: 48px;
  padding: 12px 32px;
}

.tab-link-tab-2 {
  background-color: var(--green--200);
  border-radius: 48px;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 1.3;
}

.tab-link-tab-2:hover {
  background-color: var(--green--200);
  color: var(--blue--950);
  border: 0 solid #000;
  font-weight: 600;
  text-decoration: none;
}

.tab-link-tab-2.w--current {
  background-color: var(--blue--950);
  color: var(--white);
  border-radius: 48px;
  padding: 12px 32px;
}

.tab-link-tab-1 {
  background-color: var(--green--200);
  border-radius: 48px;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 1.3;
}

.tab-link-tab-1:hover {
  background-color: var(--green--200);
  color: var(--blue--950);
  font-weight: 600;
  text-decoration: none;
}

.tab-link-tab-1.w--current {
  background-color: var(--blue--950);
  color: var(--white);
}

.link-block {
  color: var(--blue--950);
  text-decoration: none;
}

.link-block:hover {
  color: var(--blue--700);
  text-decoration: none;
}

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

.link-block:focus {
  color: var(--blue--700);
}

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

.link-block-2:hover {
  color: var(--blue--700);
  text-decoration: none;
}

.flex-8-cols {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66.6667%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-8-cols.margin-top-bottom-3em {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.flex-8-cols.margin-top-4em {
  margin-top: 4em;
}

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

.contact-wrapper.centered-h {
  justify-content: flex-start;
}

.contact-wrapper.self-centered-h {
  justify-content: flex-start;
  align-items: flex-start;
}

.space-2em {
  height: 2em;
}

.flex-7-5-cols {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 4rem;
  padding-bottom: 0;
  display: flex;
}

.case-col-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  flex-flow: column;
  flex: 1 0 calc(58.3333% - 12px);
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
}

.case-col-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1 0 calc(41.6667% - 12px);
  display: flex;
}

.case-col-5.slidein-onscroll_03 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.cases-thumb-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  aspect-ratio: 16 / 9;
  background-color: var(--blue--200);
  color: #e1dfe0;
  object-fit: cover;
}

.image-8 {
  aspect-ratio: 16 / 9;
}

.flex-6-6-cols {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 4rem;
  padding-bottom: 0;
  display: flex;
}

.case-col-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  flex-flow: column;
  flex: 1 0 calc(50% - 12px);
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
}

.hero-image-portrait {
  aspect-ratio: auto;
  background-color: var(--blue--950);
  object-fit: fill;
  width: auto;
  height: auto;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  margin-right: 1.2em;
  box-shadow: 0 4px 16px #000b5c26;
}

.hero-image-portrait.slidein-onscroll {
  margin-left: auto;
  margin-right: auto;
}

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

.cols-7 {
  flex: 1 0 calc(58.3333% - 12px);
}

.cols-5 {
  flex: 1 0 calc(41.6667% - 12px);
}

.cols-7-single {
  width: calc(58.3333% - 12px);
  min-width: auto;
  display: block;
}

.cols-9-single {
  width: calc(75% - 12px);
  min-width: auto;
  display: block;
}

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

.grid-6.image-collage {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
}

.cols-9 {
  flex: 1 0 calc(75% - 12px);
}

.cols-9.padding-top-bottom-80 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.cols-3 {
  flex: 1 0 calc(25% - 24px);
  min-width: auto;
  margin-right: 0;
  display: flex;
}

.flex-4-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.flex-4-columns.bg-graphic {
  background-image: url('../images/swirl8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.flex-4-columns.margin-top-24px {
  flex-flow: wrap-reverse;
  align-items: stretch;
  margin-top: 24px;
}

.card-location {
  background-color: var(--green--200);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.card-text-container {
  padding: 1.5em 24px 2.8em;
}

.grid-test {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: ". . ."
                 ". . ."
                 ". . Area"
                 ". . Area"
                 / minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.grid-test-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: ". . ."
                 ". . ."
                 ". . Area"
                 ". . Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 200px;
}

.grid-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.grid-tab-technology {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". Area Area"
                 / 1fr 1fr 1fr;
}

.grid-tab-services {
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr;
}

.grid-area-contact-teaser {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--green--200);
  flex-flow: wrap;
  padding: 24px;
  display: flex;
}

.ingrid-flex-h {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: calc(50% - 1.5em);
  display: flex;
}

.space-4em {
  height: 4em;
}

.text-block {
  align-self: baseline;
  line-height: 1.4;
}

.div-block-3 {
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.space-s {
  min-height: 4em;
}

.section-4 {
  z-index: -1;
  background-color: #fff0;
  position: relative;
}

.container-quote-dark {
  background-color: var(--blue--950);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/quoteDark.svg');
  background-repeat: no-repeat;
  background-size: 90%;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 156px;
  display: flex;
}

.container-site-width-ticker {
  background-color: #0000;
  flex-flow: row;
  align-items: center;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.container-site-width-ticker.flex-center {
  width: 100%;
}

.container-site-width-ticker.flex-center.quote-box-light {
  background-color: var(--beige--200);
  background-image: url('../images/doubleSwirlGreen.webp');
  background-position: 80% -10vh;
  background-repeat: no-repeat;
  background-size: 60vw;
}

.container-site-width-ticker.flex-center.quote-box-dark {
  background-color: var(--blue--950);
  background-image: url('../images/quoteDark.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.container-site-width-ticker.margin-left-10px {
  margin-left: auto;
  padding-left: 10px;
}

.container-site-width-ticker.spread {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.image-scale-down {
  aspect-ratio: auto;
  object-fit: cover;
}

.footer-dark-full {
  background-color: var(--blue--950);
  width: auto;
  color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6.75em;
  display: block;
  position: relative;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.logo-block {
  color: #000;
  flex: none;
  padding: 24px;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.circle-ani {
  z-index: 1;
  width: 30%;
  position: absolute;
  inset: 11% 12% auto auto;
}

.circle-ani-big {
  z-index: 1;
  width: 44%;
  position: absolute;
  inset: 6% 18% auto auto;
}

.space-l {
  min-height: 10em;
  margin-bottom: 0;
}

.image-wrapper-stack {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: 100%;
  max-width: none;
  position: static;
}

.image-wrapper-stack.margin-20px-left {
  aspect-ratio: 3 / 2;
  margin-left: 20px;
}

.image-wrapper-stack.margin-bottom-16px {
  margin-bottom: 16px;
}

.image-wrapper-stack.hide.portrait {
  flex: 16.4%;
}

.image-wrapper-stack.landscape {
  flex: 24.5%;
}

.image-wrapper-stack.portrait {
  flex: 16.4%;
}

.image-03 {
  z-index: 3;
  position: relative;
  box-shadow: 0 0 18px 4px #000b5c1c;
}

.image-01 {
  z-index: 1;
  margin-top: -241px;
  margin-left: -2rem;
  position: relative;
  box-shadow: 0 0 18px 4px #000b5c1c;
}

.image-02 {
  z-index: 2;
  margin-top: -236px;
  margin-left: -1rem;
  position: relative;
  box-shadow: 0 0 18px 4px #000b5c1c;
}

.list-item {
  text-align: center;
  min-width: 8rem;
}

.list-item-2 {
  text-align: center;
  min-width: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.list-item-3 {
  text-align: center;
  min-width: 8rem;
}

.image-container-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-10 {
  aspect-ratio: auto;
  object-fit: cover;
}

.image-container-wrap-reverse {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-facts {
  grid-column-gap: .9rem;
  grid-row-gap: 2rem;
  grid-template: ". Area Area Area Area . . . Area-2 Area-2"
                 ". Area Area Area Area . Area-3 Area-3 Area-3 ."
                 ". . . . . . Area-3 Area-3 Area-3 ."
                 "Area-4 Area-4 . Area-5 Area-5 . . Area-6 Area-6 Area-6"
                 "Area-4 Area-4 . Area-5 Area-5 . . Area-6 Area-6 Area-6"
                 ". . . . . . . . . ."
                 ". Area-7 Area-7 Area-7 Area-7 . Area-8 Area-8 Area-8 ."
                 ". Area-7 Area-7 Area-7 Area-7 . . . . ."
                 ". . . . Area-9 Area-9 . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  display: grid;
}

.text-fact-xl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neulis-sans, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-fact-xl.margin-bottom-24px {
  color: var(--blue--950);
  display: block;
}

.text-fact-xl.margin-bottom-24px.green {
  color: var(--green--200);
  font-size: 3rem;
}

.text-fact-xl.white {
  color: var(--white);
}

.text-fact-xl.white.margin-top-80px {
  margin-top: 80px;
}

.text-fact-xl.white.margin-top-80px.margin-bottom-96px {
  margin-bottom: 96px;
}

.text-fact-xl.slidein-onscroll {
  font-size: 2.4em;
  font-weight: 600;
}

.text-fact-xl.vw {
  font-size: 8vw;
}

.text-facts-caption-xl {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
}

.text-facts-caption-xl.vw {
  font-size: 3.8vw;
}

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

.image-11.slidein-onscroll_02 {
  object-fit: fill;
}

.col-65pc {
  flex: none;
  width: 65%;
}

.col-65pc.single {
  flex-grow: 0;
}

.text-block-2:hover {
  text-decoration: none;
}

.col-100pc {
  flex: none;
  width: 100%;
}

.col-100pc.single {
  flex-grow: 0;
}

.grid-facts2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  display: grid;
}

.grid-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.cols-4 {
  flex: 1 0 calc(33.3333% - 12px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.cols-4.margin-right-1rem {
  margin-right: 1rem;
}

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

.image-13 {
  aspect-ratio: 3 / 2;
  object-fit: scale-down;
}

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

.link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-4 {
  background-color: var(--blue--800);
  color: var(--blue--800);
}

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

.link-footer:hover {
  color: var(--green--200);
}

.link-body-text:hover {
  color: var(--blue--700);
}

.slider-img-wrapper {
  max-height: 28vh;
}

.slider-img-wrapper.landscape {
  aspect-ratio: 3 / 2;
  width: 24rem;
  max-width: none;
  max-height: none;
}

.slider-img-wrapper.portrait {
  aspect-ratio: 2 / 3;
  height: 20rem;
  max-height: none;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.slider {
  background-color: #fff0;
}

.slide, .slide-2, .slide-3 {
  background-color: var(--white);
}

.icon, .icon-2 {
  color: var(--blue--50);
}

.image-slider {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 999px;
  flex-flow: row;
  flex: 1 0 auto;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: none;
  padding: 1.5rem .75rem;
  text-decoration: none;
  display: flex;
  position: static;
  left: auto;
}

.image-slider.slidein-onscroll {
  flex-flow: row;
  width: auto;
  min-width: 100%;
  max-width: none;
}

.list {
  padding-left: 2rem;
  font-size: 1.5rem;
  list-style-type: decimal;
}

.list-item-numbered {
  margin-top: .4rem;
  margin-bottom: .4rem;
  padding-left: .4rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.list-item-numbered.no-indent {
  padding-left: 0;
}

.list-item-4, .list-item-5 {
  list-style-type: none;
}

.list-2 {
  list-style-type: decimal;
}

.nested-list {
  padding-left: 1rem;
}

.nested-list.no-indent {
  padding-left: 0;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13 {
  list-style-type: none;
}

.list-item-none {
  margin-top: .8rem;
  margin-bottom: .8rem;
  padding-left: .4rem;
  font-size: 1.5rem;
  line-height: 1.5;
  list-style-type: none;
}

.list-item-a {
  list-style-type: lower-alpha;
}

@media screen and (max-width: 991px) {
  .col-5 {
    flex: 0 40%;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .tags-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-around;
    align-items: center;
  }

  .text-h1-bold {
    word-break: normal;
    font-family: neulis-sans, sans-serif;
    font-size: 4em;
  }

  .text-h1-bold.margin-bottom-24px {
    font-size: 4rem;
  }

  .text-h2-bold {
    margin-bottom: .1em;
    font-size: 2.625em;
  }

  .text-h2-bold.margin-bottom-24px {
    margin-bottom: 1rem;
  }

  .text-h2-bold.white {
    font-family: Montserrat, sans-serif;
  }

  .text-h3-bold {
    font-size: 2em;
  }

  .text-h4-bold {
    font-size: 1.6em;
  }

  .text-h4-bold.vw {
    font-size: 7vw;
  }

  .text-quote-bold {
    font-size: 2em;
    line-height: 1.1;
  }

  .text-quote-bold.slidein-onscroll {
    font-size: 1.8em;
    font-weight: 600;
  }

  .text-body-regular {
    font-size: 1.25em;
    line-height: 1.6;
  }

  .text-body-regular.white {
    font-size: 20px;
  }

  .text-skyline-regular {
    font-size: 1.6em;
  }

  .section-intro-people-2, .quote-2 {
    max-width: 768px;
  }

  .text-with-cta-and-image-2, .footer-2 {
    flex-flow: wrap-reverse;
    max-width: 769px;
  }

  .contact-teaser-2 {
    max-width: 768px;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    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 {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-left {
    background-position: -100px 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: -40px;
  }

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

  .margin-bottom-24px.text-skyline-regular {
    flex: 1;
  }

  .navbar-logo-left {
    z-index: 9999;
    padding: 1em 3em;
    position: relative;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .tags-section-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .section-intro-people-3 {
    height: auto;
    padding: 12px 32px;
  }

  .image-chain {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper-15 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-style-5 {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-two {
    width: 100%;
    max-width: 1224px;
  }

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

  .container-quote {
    max-width: 1224px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 64px;
    padding-right: 64px;
  }

  .quote-with-cta-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

  ._2-col-image-right {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._2-col {
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 4px;
  }

  .shadow-hard-left-blue {
    width: 100%;
    max-width: none;
  }

  .container-full-height {
    max-width: 728px;
  }

  .text-only-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  ._8-cols, ._4-cols {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-9 {
    flex-flow: wrap-reverse;
  }

  .container-10 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .column {
    flex-flow: wrap;
    flex: 0 auto;
    align-self: auto;
    padding-left: 64px;
    display: block;
  }

  .column-2 {
    padding-left: 32px;
    padding-right: 64px;
  }

  .image-4 {
    margin-left: 48px;
  }

  .columns {
    flex-flow: wrap-reverse;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    padding-bottom: 80px;
    padding-left: 48px;
    padding-right: 24px;
  }

  .columns-3 {
    flex-flow: wrap-reverse;
    flex: 1;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .column-5 {
    background-color: var(--green--200);
    flex: 1;
    display: block;
  }

  .column-6 {
    background-color: var(--green--200);
    object-fit: fill;
    padding: 24px 48px 80px;
  }

  .container-12 {
    max-width: 728px;
  }

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

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

  .hero-heading-left-gradient-bottom {
    background-position: -100px 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-60 {
    max-width: 728px;
  }

  .section-outer {
    padding: 3em;
  }

  .section-outer.bg-gr.height-30vh {
    background-position: 170%;
  }

  .section-outer.bg-gr.height-30vh.bg-hero-cases {
    background-position: 20% 92%;
    background-size: auto 40%;
  }

  .section-outer.padding-top-bottom-4em {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section-outer.margin-bottom-32px {
    margin-bottom: 0;
  }

  .section-outer.height-30vh.bg-hero-cases-detail {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-outer.height-30vh.bg-beige.bg-hero-contact {
    background-position: 100%;
  }

  .section-outer.height-30vh.bg-beige-service {
    background-color: var(--beige--200);
    min-height: 15vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-outer.height-30vh.bg-beige-service.bg-hero-contact {
    background-position: 100%;
  }

  .container-site-width.flex-center {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-site-width.flex-center.quote-box-light {
    background-size: 100vw;
  }

  .image-wrapper {
    box-sizing: border-box;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
  }

  .image-wrapper.margin-20px-left {
    aspect-ratio: 3 / 2;
    max-width: 100%;
    margin-left: 0;
  }

  .image-wrapper.landscape {
    flex-basis: 60%;
  }

  .image-wrapper.margin-20px-right {
    aspect-ratio: 3 / 2;
    max-width: 100%;
    margin-left: 0;
  }

  .font-size-test {
    font-size: 24px;
    line-height: 1.3;
  }

  .flex-7-cols {
    background-color: #0000;
    width: 100%;
  }

  .flex-7-cols.margin-top-bottom-3em {
    width: 100%;
  }

  .flex-9-cols {
    background-color: #0000;
    width: 58.3333%;
  }

  .col-60pc {
    flex-basis: 100%;
    width: auto;
  }

  .column-2-copy {
    padding-left: 32px;
    padding-right: 64px;
  }

  .flex-2-columns {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .flex-2-columns.bg-graphic {
    flex-flow: wrap;
  }

  .flex-2-columns.margin-top-24px {
    flex-flow: column;
  }

  .cols-6 {
    flex-basis: 100%;
  }

  .service-grid-item {
    max-width: none;
  }

  .font-size-test-2 {
    font-family: neulis-sans, sans-serif;
    font-size: 80px;
    font-weight: 700;
  }

  .col-70pc {
    width: 100%;
  }

  .flex-v.margin-top-4em.margin-bottom-8em {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .flex-v.margin-top-4em.margin-bottom-8em.right {
    margin-top: 1rem;
  }

  .space-xl {
    min-height: 6vh;
  }

  .icon-circle.small {
    min-width: 2.4em;
  }

  .tab-technologie {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-8-cols {
    background-color: #0000;
    width: 58.3333%;
  }

  .case-col-7, .case-col-5 {
    flex-basis: calc(50% - 12px);
  }

  .image-9 {
    aspect-ratio: 16 / 9;
  }

  .cols-7, .cols-5 {
    flex-basis: 100%;
  }

  .cols-9-single {
    width: 100%;
  }

  .cols-9.padding-top-bottom-80 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cols-3 {
    flex-basis: calc(50% - 24px);
  }

  .flex-4-columns.bg-graphic {
    flex-flow: wrap;
  }

  .grid-test {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-columns: minmax(200px, 1fr);
    justify-items: stretch;
    width: 100%;
  }

  .grid-test-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template: "." 200px
    / 1fr;
    grid-auto-columns: 200px;
    display: grid;
  }

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

  .grid-tab-technology {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   "Area Area"
                   / 1fr 1fr;
  }

  .grid-tab-services {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   "Area Area"
                   / 1fr 1fr;
  }

  .grid-area-contact-teaser {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-color: var(--green--200);
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 220px;
    padding: 24px;
    display: block;
  }

  .ingrid-flex-item {
    flex: auto;
  }

  .ingrid-flex-h {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .space-4em {
    height: 4em;
  }

  .space-4em.hide-tablet {
    height: 0;
  }

  .text-block {
    white-space: nowrap;
    word-break: keep-all;
  }

  .container-quote-dark {
    background-position: 50%;
    max-width: 1224px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-site-width-ticker {
    margin-left: auto;
    margin-right: auto;
  }

  .container-site-width-ticker.flex-center {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-site-width-ticker.flex-center.quote-box-light {
    background-size: 100vw;
  }

  .footer-dark-full {
    padding-left: 0;
    padding-right: 0;
  }

  .circle-ani {
    width: 60%;
    top: 12%;
    right: 2%;
  }

  .circle-ani-big {
    width: 80%;
    top: 12%;
    right: 2%;
  }

  .space-l {
    min-height: 4vh;
  }

  .image-wrapper-stack {
    box-sizing: border-box;
    object-fit: fill;
    flex: 0 auto;
    width: 60%;
  }

  .image-wrapper-stack.margin-20px-left {
    aspect-ratio: 3 / 2;
    max-width: 100%;
    margin-left: 0;
  }

  .image-01 {
    margin-top: -65%;
  }

  .image-02 {
    margin-top: -63%;
  }

  .image-container-wrap {
    flex-basis: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-container-wrap-reverse {
    flex-flow: row-reverse;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-fact-xl {
    font-size: 5em;
    line-height: 1.1;
  }

  .text-fact-xl.slidein-onscroll {
    font-size: 1.8em;
    font-weight: 600;
  }

  .text-fact-xl.vw {
    font-size: 12vw;
  }

  .text-facts-caption-xl.vw {
    font-size: 6vw;
  }

  .col-65pc, .col-100pc {
    width: 100%;
  }

  .cols-4 {
    flex-basis: 100%;
  }

  .flex-block-2 {
    height: 80%;
  }

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

  .image-slider {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-around;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .col-5 {
    flex-grow: 1;
    flex-basis: 100%;
  }

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

  .text-h1-bold {
    font-size: 3.4em;
  }

  .text-h1-bold.margin-bottom-24px {
    font-size: 3rem;
    line-height: 100%;
  }

  .text-h2-bold {
    font-size: 2.25em;
    line-height: 120%;
  }

  .text-h4-bold {
    font-size: 1.4em;
  }

  .text-quote-bold {
    font-size: 1.8em;
  }

  .text-quote-bold.margin-bottom-24px {
    font-size: 36px;
    line-height: 120%;
  }

  .text-quote-bold.margin-bottom-24px.green {
    font-size: 2rem;
  }

  .text-body-regular {
    font-size: 1.25em;
    line-height: 1.6;
  }

  .text-skyline-regular {
    font-size: 1.4em;
  }

  .text-caption-regular {
    font-size: 1em;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

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

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

  .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-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .hero-heading-left {
    padding: 60px 24px;
  }

  .margin-bottom-24px.text-skyline-regular {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .margin-bottom-24px.text-body-regular {
    font-size: 20px;
    line-height: 150%;
  }

  .navbar-logo-left {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

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

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

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

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

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

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

  .nav-dropdown-list-2.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-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .section-intro-people-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-chain {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .content-wrapper-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-31.text-h2-bold.margin-bottom-24px {
    font-size: 36px;
    line-height: 110%;
  }

  .text-32.text-body-regular {
    font-size: 20px;
    line-height: 150%;
  }

  .hero-without-image, .hero-heading-center, .hero-without-image-2 {
    padding: 60px 15px;
  }

  .container-quote {
    background-position: 90% 16%;
    background-size: 110%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .quote-with-cta-dark {
    padding: 0;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

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

  ._2-col-image-right, .text-only-section {
    padding: 60px 24px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-dark {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .footer-blue {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-nav {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .column-6 {
    background-color: var(--green--200);
  }

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

  .hero-heading-left-gradient-bottom {
    padding: 60px 24px;
  }

  .section-outer {
    padding: 3em 2em 2em;
  }

  .section-outer.bg-gr.height-30vh {
    background-position: 150% 80%;
    background-size: contain;
    min-height: 20vh;
  }

  .section-outer.bg-gr.height-30vh.bg-hero-cases {
    background-position: 30% 94%;
  }

  .section-outer.padding-top-bottom-4em {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section-outer.margin-bottom-32px {
    margin-bottom: 0;
  }

  .section-outer.height-30vh.bg-beige.bg-hero-contact {
    background-position: 100% 90%;
    background-size: auto 60%;
  }

  .section-outer.height-30vh.bg-leistungen-gradient-bottom {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }

  .section-outer.height-30vh.bg-beige-service.bg-hero-contact {
    background-position: 100% 90%;
    background-size: auto 60%;
  }

  .container-site-width.flex-center {
    justify-content: flex-start;
    align-items: center;
  }

  .container-site-width.margin-left-10px {
    padding-left: 0;
  }

  .service-grid-item {
    width: 100%;
    min-width: 160px;
    max-width: 480px;
    min-height: 220px;
  }

  .outline-box {
    padding: 2em;
  }

  .font-size-test-2.margin-bottom-24px {
    font-size: 56px;
    line-height: 100%;
  }

  .col-70pc {
    width: 100%;
  }

  .flex-v.margin-top-4em.margin-bottom-8em.right {
    margin-top: .5rem;
  }

  .space-xl {
    min-height: 4vh;
  }

  .flex-7-5-cols, .flex-6-6-cols {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
  }

  .cols-9-single {
    width: 100%;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    width: auto;
  }

  .grid-tab-technology {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "Area"
                   / 1fr;
  }

  .grid-tab-services {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "Area"
                   / 1fr;
  }

  .ingrid-flex-h {
    flex-flow: column;
  }

  .container-quote-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-site-width-ticker {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-site-width-ticker.flex-center {
    justify-content: flex-start;
    align-items: center;
  }

  .container-site-width-ticker.margin-left-10px {
    padding-left: 0;
  }

  .footer-dark-full {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .circle-ani {
    width: 67%;
    top: 8%;
  }

  .circle-ani-big {
    width: 94%;
    top: 9%;
    left: auto;
    right: 20px;
  }

  .space-l {
    min-height: 6vh;
  }

  .image-wrapper-stack {
    width: 80%;
  }

  .image-01 {
    margin-top: -65%;
  }

  .image-02 {
    margin-top: -63%;
  }

  .image-container-wrap, .image-container-wrap-reverse {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-fact-xl {
    font-size: 4em;
  }

  .text-fact-xl.margin-bottom-24px {
    font-size: 36px;
    line-height: 120%;
  }

  .text-fact-xl.margin-bottom-24px.green, .text-facts-caption-xl {
    font-size: 2rem;
  }

  .text-facts-caption-xl.vw {
    font-size: 6vw;
  }

  .col-65pc, .col-100pc {
    width: 100%;
  }

  .grid-8 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  .text-h1-bold {
    font-size: 2em;
  }

  .text-h1-bold.margin-bottom-24px {
    font-size: 2.6rem;
  }

  .text-h1-bold.white {
    margin-top: 1rem;
  }

  .text-h2-bold.white {
    font-size: 2.25rem;
  }

  .text-h2-bold.margin-bottom-24 {
    margin-bottom: .75rem;
    font-size: 1.4em;
  }

  .text-h2-bold.margin-bottom-24.white {
    font-size: 2.25rem;
  }

  .text-h2-bold.center {
    font-size: 1.4em;
  }

  .text-h2-bold.slidein-onscroll {
    font-size: 1.8em;
  }

  .text-h3-bold.slidein-onscroll {
    font-size: 1.4em;
  }

  .text-h4-bold {
    font-size: 1.2em;
  }

  .text-h4-bold.margin-bottom-16px {
    margin-bottom: 16px;
  }

  .text-h4-bold.vw {
    font-size: 10vw;
  }

  .text-quote-bold {
    letter-spacing: 1px;
    font-size: 1.1rem;
  }

  .text-quote-bold.margin-bottom-24px {
    letter-spacing: .0625rem;
    font-size: 1.3rem;
  }

  .text-quote-bold.margin-bottom-24px.green {
    font-size: 1.6rem;
  }

  .text-quote-bold.slidein-onscroll {
    font-size: 1.2em;
  }

  .text-body-regular {
    font-size: 1.1em;
  }

  .text-body-regular.blue.margin-bottom-48px {
    margin-bottom: 1.5rem;
  }

  .text-body-regular-uppercase.margin-bottom-24px {
    font-size: 1em;
  }

  .text-skyline-regular {
    font-size: 1.2em;
  }

  .button-green {
    border-radius: 8px;
  }

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

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

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

  .button-primary-blue {
    border-radius: 999px;
    line-height: 1.5;
    display: flex;
  }

  .button-primary-blue:hover {
    background-color: var(--blue--800);
    background-image: linear-gradient(27deg, black, var(--blue--950) 12%, var(--blue--700));
  }

  .button-primary-blue:active {
    background-color: var(--blue--950);
  }

  .button-primary-blue:focus {
    background-color: var(--blue--700);
  }

  .navbar-logo-left {
    padding: .5em 1em .2em;
  }

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

  .button-ghost {
    border-radius: 8px;
  }

  .image-chain.slidein-onscroll {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .container-quote {
    background-position: 20% 25%;
    background-size: 160%;
    max-width: none;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .container-full-height, .container-8 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-nav {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .column-4 {
    padding-left: 24px;
    padding-right: 48px;
  }

  .column-6 {
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-12, .container-60 {
    max-width: none;
  }

  .section-outer {
    padding-top: 1.5rem;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-outer.bg-gr {
    background-position: 90% 3%;
    background-size: 60%;
    padding-top: 1rem;
  }

  .section-outer.bg-gr.height-30vh {
    background-position: 140%;
    background-size: auto 100%;
    min-height: 15vh;
  }

  .section-outer.bg-gr.height-30vh.bg-hero-cases {
    background-position: 30% 91%;
    background-size: auto 30%;
    min-height: 15vh;
  }

  .section-outer.bg-blue-white-gradient {
    background-image: linear-gradient(0deg, #fff0, var(--white) 10%, var(--blue--950) 10%, var(--blue--950) 90%, var(--white) 90%, #fff0);
  }

  .section-outer.bg-beige {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }

  .section-outer.padding-top-bottom-4em {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section-outer.margin-bottom-32px {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-outer.margin-bottom-32px.end {
    padding-bottom: 2rem;
  }

  .section-outer.height-30vh.bg-hero-cases-detail {
    background-image: linear-gradient(180deg, var(--beige--200), var(--beige--200) 82%, var(--white) 82%, white);
    min-height: 15vh;
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .section-outer.height-30vh.bg-beige.bg-hero-contact {
    background-position: 100% 0;
    background-size: auto 40%;
  }

  .section-outer.height-30vh.bg-leistungen-gradient-bottom {
    min-height: 15vh;
    padding-top: .5em;
    padding-bottom: 0;
  }

  .section-outer.height-30vh.bg-beige-service {
    min-height: auto;
  }

  .section-outer.height-30vh.bg-beige-service.bg-hero-contact {
    background-position: 100% 0;
    background-size: auto 40%;
  }

  .image-wrapper.landscape {
    flex-shrink: 0;
    flex-basis: 100%;
  }

  .image-wrapper.portrait {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .outline-box {
    padding: 1.2em;
  }

  .space-xl {
    min-height: 2vh;
  }

  .tabs-content.padding-top-bottom-3em {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }

  .tab-link-tab-2 {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 1em;
  }

  .tab-link-tab-2.w--current, .tab-link-tab-1 {
    letter-spacing: .02rem;
    padding-left: 22px;
    padding-right: 22px;
  }

  .tab-link-tab-1.w--current {
    font-size: 1em;
  }

  .cols-9-single {
    width: 100%;
  }

  .space-1em {
    margin-bottom: 1em;
  }

  .space-s {
    min-height: 2em;
  }

  .container-quote-dark {
    background-size: cover;
    max-width: none;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .container-site-width-ticker {
    max-width: 288px;
  }

  .circle-ani-big {
    top: 12%;
    right: 12px;
  }

  .space-l {
    min-height: 2vh;
  }

  .image-wrapper-stack {
    width: 90%;
  }

  .image-01 {
    margin-top: -65%;
  }

  .image-02 {
    margin-top: -63%;
  }

  .image-container-wrap {
    flex-flow: column;
    align-items: center;
  }

  .image-10 {
    object-fit: cover;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .image-container-wrap-reverse {
    flex-flow: column;
  }

  .text-fact-xl {
    font-size: 3rem;
  }

  .text-fact-xl.margin-bottom-24px.green {
    font-size: 1.6rem;
  }

  .text-fact-xl.slidein-onscroll {
    font-size: 1.2em;
  }

  .text-fact-xl.vw {
    font-size: 18vw;
  }

  .text-facts-caption-xl {
    font-size: 1.6rem;
  }

  .text-facts-caption-xl.vw {
    font-size: 9vw;
  }

  .text-block-2, .text-block-3 {
    font-size: 1em;
  }

  .icon, .icon-2 {
    color: #fff0;
  }
}

#w-node-_2d3b31e5-3a41-097f-c929-6dcd41d761d6-393fb545 {
  grid-area: Area;
}

#w-node-d22cefdc-6132-9dab-513f-346c8f375ec4-2837d56b, #w-node-_3077f3db-8589-35ef-b2ac-8396bc134d20-2837d56b, #w-node-_8d6577b4-ba7c-464b-e7b6-efd83792553d-2837d56b, #w-node-_32f325b3-b19a-51b3-3fb5-caf648f70c61-2837d56b, #w-node-_5a8792c6-6115-9f7b-e1fe-966291a7d0b1-2837d56b {
  place-self: center;
}

#w-node-_0935b3a0-19e4-db52-09fd-486c510713cf-2837d56b {
  grid-area: Area;
}

#w-node-_0935b3a0-19e4-db52-09fd-486c510713d0-2837d56b {
  grid-area: Area-2;
}

#w-node-_0935b3a0-19e4-db52-09fd-486c510713d1-2837d56b {
  grid-area: Area-3;
}

#w-node-_0935b3a0-19e4-db52-09fd-486c510713d6-2837d56b {
  grid-area: Area-7;
}

#w-node-_0935b3a0-19e4-db52-09fd-486c510713d7-2837d56b {
  grid-area: Area-9;
}

#w-node-_0935b3a0-19e4-db52-09fd-486c510713d9-2837d56b {
  grid-area: Area-4;
}

#w-node-_0935b3a0-19e4-db52-09fd-486c510713da-2837d56b {
  grid-area: Area-6;
}

#w-node-_0935b3a0-19e4-db52-09fd-486c510713db-2837d56b {
  grid-area: Area-5;
}

#w-node-_0935b3a0-19e4-db52-09fd-486c510713e0-2837d56b {
  grid-area: Area-8;
}

@media screen and (max-width: 991px) {
  #w-node-_6f861792-1f80-f1ea-03ba-c0bfa09d926e-393fb545, #w-node-_2d3b31e5-3a41-097f-c929-6dcd41d761d6-393fb545 {
    grid-area: Area;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2d3b31e5-3a41-097f-c929-6dcd41d761d6-393fb545 {
    grid-area: Area;
  }
}


