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

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

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

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --gold: #a68566;
  --black: #121214;
  --white: white;
  --black-2: black;
}

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

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

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

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

body {
  color: #121214;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #121214;
  text-decoration: none;
  transition: all .2s;
}

.menu-button {
  cursor: pointer;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  height: 50px;
  display: flex;
}

.nav-logo {
  align-self: center;
  text-decoration: none;
  transition: all .2s;
}

.nav-logo:hover {
  opacity: .85;
}

.menu-text {
  position: relative;
}

.navigation-container {
  z-index: 9;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation-bar {
  z-index: 10;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.menu-icon {
  width: 34px;
  margin-left: 16px;
  position: relative;
  top: -4px;
}

.menu-button-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 34px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  position: relative;
  top: -18px;
}

.navigation-content-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-navigation-wrapper {
  z-index: 999;
  width: 100%;
  padding-top: 0;
  position: fixed;
}

.menu-link {
  color: #fff;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: 40px;
}

.menu-link:hover {
  color: var(--gold);
}

.menu-link:lang(en) {
  font-size: 35px;
}

.menu-link.w--current {
  color: var(--gold);
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.menu-link.no-border {
  border: 0 solid #000;
  border-top-color: #ffffff4d;
  padding-top: 0;
}

.menu-link.menu-link-small {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-link.menu-link-small.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 26px;
}

.navigation-links {
  background-color: var(--black);
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding-top: 140px;
  display: flex;
  overflow: scroll;
}

.blur-filter-navigation {
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  background-color: #0000001a;
  width: 50%;
  height: 100%;
  display: flex;
  position: fixed;
  top: -100vh;
  right: 0;
}

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

.section.bg-black {
  background-color: var(--black);
  position: relative;
}

.section.bg-black.hidden {
  overflow: hidden;
}

.section.bg-black.hidden.hero-section {
  padding-bottom: 40px;
}

.section.bg-black.hidden.hero-section.bg-gradient-gold {
  background-image: linear-gradient(#121214, #252320 47%, #121214);
}

.section.bg-black.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.bg-black.section-padding-50.border-top {
  z-index: 1;
  border-top: 1px solid #494e52;
}

.section.bg-black.no-space.herologo-section {
  padding-bottom: 100px;
}

.section.bg-black.no-space._100vh {
  min-height: 100vh;
}

.section.no-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-jobs {
  padding-top: 60px;
}

.section.section-jobs.bg-black {
  margin-bottom: -320px;
  padding-bottom: 380px;
}

.section.z-index-200 {
  z-index: -200;
  position: relative;
}

.section.z-index-200.bg-dark {
  background-color: var(--black);
}

.section.bg-white {
  background-color: var(--white);
  position: relative;
  top: -40px;
}

.section.small-space {
  padding-top: 40px;
  padding-bottom: 40px;
}

.menu-logo {
  width: 160px;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.smaller {
  max-width: 1280px;
}

.container.centered {
  text-align: center;
}

.container.z-index-1 {
  z-index: 1;
  position: relative;
}

.container.calendly-container {
  max-width: 800px;
}

.container.flex-container {
  display: flex;
}

.btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-weight: 600;
  position: relative;
}

.btn.btn-white {
  height: 56px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn.btn-white:hover {
  opacity: .75;
}

.btn.btn-black {
  background-color: var(--black);
  height: 56px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn.btn-black:hover {
  opacity: .75;
}

.button-text-wrapper {
  align-items: center;
  height: 60px;
  font-size: 17px;
  display: flex;
}

.navigation-actions {
  display: flex;
}

.navigation-button-wrapper {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

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

.navigation-social-links {
  padding-bottom: 80px;
}

.navigation-social-logo {
  width: 30px;
  height: 36px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.navigation-social-logo:hover {
  opacity: .8;
}

.image {
  width: 100%;
}

.image-2 {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.hero-wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.hero-wrapper.extra-space {
  z-index: 2;
  max-width: 760px;
  position: relative;
}

.hero-text {
  color: #fff;
  max-width: 700px;
}

.clients {
  align-items: center;
  margin-top: 35px;
  margin-bottom: 0;
}

.clients-wrapper {
  justify-content: flex-start;
  display: flex;
}

.clients-small {
  float: left;
  clear: none;
  border: 2px solid var(--gold);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  margin-left: -10px;
  position: relative;
}

.clients-small.first-client {
  border-color: var(--gold);
  margin-left: 0;
}

.clients-small-text {
  float: left;
  letter-spacing: .5px;
  width: 100%;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.gold-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #997759, #cba684 43%, #ffdfbc 65%, #997759 87%);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-h1 {
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.heading-h1.heading-h1-smaller {
  font-size: 48px;
  line-height: 58px;
}

.heading-h1.heading-h1-smaller.text-center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.space-20 {
  height: 20px;
}

.heading-h2-hero {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}

.button-embeded {
  font-size: 15px;
}

.button-embeded.hero-button {
  margin-top: 40px;
}

.hero-usp-text {
  color: var(--gold);
  font-weight: 700;
  line-height: 22px;
}

.hero-usp-checkmark {
  width: 24px;
  margin-left: 0;
  margin-right: 12px;
}

.logos-grid {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(1px, 1fr);
  grid-auto-flow: row;
  place-items: center;
}

.top-headline {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}

.top-headline.color-gold {
  color: var(--gold);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
}

.top-headline.color-grey {
  color: #91969a;
}

.headline-h2 {
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 700;
  line-height: 66px;
}

.headline-h2.no-margin {
  margin-top: 0;
}

.headline-h2.smaller-headline {
  max-width: 680px;
}

.headline-h2.smaller-headline.smaller-headline-center {
  margin-left: auto;
  margin-right: auto;
}

.headline-h2.color-black {
  color: var(--black);
}

.headline-h2.tuev-text.text-center {
  margin-left: auto;
  margin-right: auto;
}

.textbox-sticky-headline {
  flex-flow: column;
}

.textbox-sticky-headline.text-center {
  text-align: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.textbox-sticky-headline.text-center.color-white {
  color: #fff;
}

.textbox-sticky-headline.color-white {
  color: #fff;
  padding-right: 0;
}

.textbox-sticky-headline.textbox-profil.color-white {
  order: 1;
  width: 50%;
}

.textbox-sticky-headline.textbox-smaller {
  max-width: 760px;
}

.textblock-inner-small {
  color: #6b7074;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.textblock-inner-small.color-lighgrey {
  font-size: 14px;
  line-height: 28px;
}

.textblock-inner-small.white-text-on-black {
  color: #d1d1d1;
}

.textblock-inner-small.white-text-on-black.textblock-smaller {
  max-width: 660px;
}

.textblock-inner-small.no-botom-space {
  margin-bottom: 0;
  padding-bottom: 0;
}

.color-lighgrey {
  color: #6b7074;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.color-lighgrey.white-text-on-black {
  color: #d1d1d1;
}

.steps-number-inner {
  color: var(--gold);
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
}

.accordion-item {
  border-bottom: 1px solid #1212144d;
  width: 100%;
  margin: 5px auto;
  display: block;
  overflow: hidden;
}

.accordion-toggle {
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.accordion-icon {
  color: #3d5af1;
  width: 22px;
  font-size: 20px;
  position: absolute;
  right: 30px;
}

.accordion-hilfe-headline {
  color: #000;
  margin-top: 2px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-list {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.accordion-paragaph {
  color: #6a6a71;
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 36px;
}

.accordion-headline-number {
  color: #9a9192;
  margin-right: 30px;
  font-size: 18px;
}

.space-40 {
  height: 40px;
}

.banner-wrapper-green {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/banner-bg-green.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 20px;
  align-items: center;
  max-width: 1200px;
  min-height: 496px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 80px;
  display: flex;
}

.banner-inner-text {
  text-align: center;
}

.banner-subtext {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 32px;
}

.space-80 {
  height: 80px;
}

.grey-box-wrapper {
  background-color: #232326;
  border-radius: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grey-box-image-wrapper {
  width: 50%;
  display: flex;
}

.grey-box-text-wrapper {
  width: 50%;
  padding: 20px 40px 30px 20px;
}

.heading-h3 {
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 50px;
}

.heading-h3.grey-box-heading {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.heading-h3.grey-box-heading.text-left {
  text-align: left;
}

.heading-h3.color-white {
  margin-bottom: 20px;
}

.heading-h3.color-white.text-left {
  text-align: left;
}

.grey-box-paragraph {
  color: #9a9a9a;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.checkmark-list-inner {
  letter-spacing: .5px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.checkmark-icon {
  width: 28px;
  margin-right: 12px;
}

.checkmark-text {
  color: var(--gold);
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.grey-box-image-inner {
  object-fit: cover;
  border-radius: 6px;
  max-height: 640px;
  padding-right: 20px;
}

.banner-wrapper-red {
  z-index: 99;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/banner-bg-red.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 80px;
  display: flex;
}

.banner-inner-text-red {
  width: 100%;
  max-width: 800px;
}

.list-wrong {
  border-bottom: 1px solid #fff3;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.list-wrong.is-last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.banner-red-x {
  opacity: .8;
  width: 16px;
  margin-right: 30px;
}

.text-block-28 {
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 32px;
}

.space-bottom-banner-red {
  height: 200px;
}

.steps-wrapper {
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 0;
  display: flex;
}

.steps-inner {
  max-width: 350px;
  padding-right: 40px;
}

.steps-number-wrapper {
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
  top: -10px;
}

.steps-number {
  margin-left: 10px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.steps-number-line-x {
  background-color: var(--gold);
  background-image: linear-gradient(to right, #988157, #aa9159);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 0;
}

.steps-number-line-y {
  background-color: var(--gold);
  width: 2px;
  height: 12px;
  position: absolute;
  top: 20px;
}

.steps-inner-arrow {
  width: 16px;
  position: absolute;
  top: -9px;
  right: -3px;
}

.steps-line-footer {
  display: none;
}

.steps-line-header {
  width: 100%;
}

.profil-image-bg {
  z-index: 0;
  width: 100%;
  max-width: 960px;
  position: absolute;
  left: -17%;
}

.container-profil {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 80px;
  display: flex;
  position: relative;
}

.profil-box-paragraph {
  color: #9a9a9a;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 36px;
}

.profil-image-wrapper {
  max-width: 50%;
  height: 100%;
  display: flex;
}

.profil-signature {
  position: absolute;
  bottom: 60px;
  left: 35%;
}

.signature {
  width: 140px;
}

.social-logos-gold {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.spotify-logo-gold {
  width: 125px;
}

.youtube-logo-gold {
  width: 120px;
}

.seperator-social-gold-logos {
  background-color: #98815780;
  width: 1px;
  height: 64px;
  margin-left: 40px;
  margin-right: 40px;
}

.video-inner-wrapper {
  object-fit: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-text-headline {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.background-video {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: flex;
  position: absolute;
}

.video-wrapper {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.video-text {
  color: #fff;
  text-align: center;
  max-width: 710px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  line-height: 36px;
}

.video-inner-text {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.video-topline {
  color: #fff;
  text-align: center;
  letter-spacing: 9px;
  padding-bottom: 20px;
  font-size: 22px;
}

.case-column {
  width: 50%;
}

.case-wrapper {
  justify-content: space-between;
  display: flex;
}

.case-inner {
  margin-bottom: 160px;
}

.case-inner.case-inner-right {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 120px;
  padding-left: 20px;
  display: flex;
}

.case-inner.case-inner-left {
  margin-bottom: 120px;
  padding-right: 20px;
}

.case-text {
  max-width: 520px;
  display: flex;
}

.case-headline {
  color: #fff;
  letter-spacing: .5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.case-overview-small {
  border-radius: 6px;
  width: 100%;
  max-width: 520px;
  transition: all .2s;
}

.case-overview-small:hover {
  opacity: .75;
}

.case-logo-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.case-circle-logo-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.case-text-inner {
  margin-top: 20px;
}

.case-subline {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  transition: opacity .2s;
}

.case-subline:hover {
  opacity: .6;
}

.space-60 {
  height: 60px;
}

.text-span {
  color: var(--black);
  line-height: 18px;
  position: relative;
  top: 1px;
}

.testimonial-text {
  flex-direction: column;
  max-width: 800px;
}

.testimonial-image {
  flex-direction: row;
  align-items: center;
  min-width: 280px;
  margin-right: 80px;
  display: flex;
}

.client-image {
  border: 2px solid var(--gold);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.testimonial-wrapper {
  border-bottom: 1px solid #75869a40;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.testimonial-wrapper.is-last {
  border: 0 solid #000;
}

.client-name {
  font-weight: 700;
}

.client-position {
  color: var(--gold);
  margin-top: -4px;
  font-weight: 400;
  display: block;
}

.testimonial-headline {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.testimonial-paragraph {
  color: #6b7074;
  font-size: 18px;
  line-height: 32px;
}

.testimonial-paragraph.dark-color {
  color: var(--black);
  font-size: 20px;
  line-height: 40px;
}

.testimonial-paragraph.white-color {
  color: var(--white);
  font-size: 20px;
  line-height: 40px;
}

.calendly-problem-text {
  margin-bottom: 0;
  font-weight: 700;
}

.calendly-problem-text.space-top {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.link-block {
  margin-bottom: -15px;
  display: block;
}

.link-block:hover {
  opacity: .75;
}

.social-media-content-wrapper {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-media-inner-wrapper {
  width: 32%;
  max-width: 380px;
  min-height: 380px;
  position: relative;
}

.image-bg-absolut {
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-media-text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
}

.social-media-inner-bg-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.social-media-subtext {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.social-media-headline {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.social-media-link {
  display: block;
}

.social-media-link:hover {
  opacity: .65;
}

.accordion-list {
  margin-top: -10px;
  padding-left: 20px;
}

.list-item {
  color: #6a6a71;
  margin-bottom: 12px;
  font-size: 20px;
  list-style-type: disc;
}

.banner-wrapper-green-blank {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/contact-banner.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 160px 60px;
  display: flex;
  position: relative;
}

.person-banner-transparent {
  max-width: 520px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-inner-text-blank {
  text-align: left;
  width: 100%;
  max-width: 560px;
}

.footer {
  background-color: #121214;
  margin-top: -320px;
  padding-top: 360px;
  padding-bottom: 80px;
}

.footer-logo-column {
  width: 25%;
}

.footer-wrapper {
  display: flex;
}

.footer-logo {
  width: 160px;
}

.footer-logo-text {
  max-width: 240px;
  color: var(--gold);
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-logo-text.gold-text.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-navigation {
  width: 70%;
  display: flex;
}

.footer-navigation-inner {
  flex-direction: column;
  width: 25%;
}

.footer-navigation-headline {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.footer-navigation-link {
  color: #c1c6c9;
  letter-spacing: .5px;
  margin-bottom: 6px;
  display: block;
}

.footer-navigation-link:hover {
  color: #c1c6c999;
}

.footer-bottom {
  border-top: 1px solid #ffffff26;
  margin-top: 90px;
}

.footer-copyright {
  display: flex;
}

.footer-bottom-text {
  color: #91969a;
  letter-spacing: .5px;
  width: 50%;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.footer-bottom-rights {
  color: #91969a;
  text-align: right;
  width: 50%;
  margin-top: 20px;
  font-size: 14px;
}

.link {
  color: #91969a;
  letter-spacing: .5px;
  margin-left: 30px;
  font-weight: 300;
}

.link:hover {
  opacity: .65;
}

.footer-logo-link:hover {
  opacity: .7;
}

.outline-grid-card-outer {
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.outline-grid-card-inner {
  z-index: 2;
  background-color: #121214;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.blurred-color {
  z-index: 1;
  background-color: var(--gold);
  opacity: 0;
  filter: blur(30px);
  border-radius: 100%;
  width: 90%;
  height: 90%;
  margin: auto;
  position: absolute;
  inset: 0;
}

.outline-grid-inner-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.hero-bg-image-wrapper {
  width: 50%;
  height: 100%;
  display: flex;
}

.hero-image-bg {
  width: 100%;
  max-width: 670px;
  position: absolute;
  top: 0;
  right: 0;
}

.container-hero-when-bg {
  z-index: 1;
  justify-content: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 80px;
  display: flex;
  position: relative;
}

.connect-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  max-width: 1060px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.connect-text-link {
  letter-spacing: 0;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  top: 1px;
}

.connect-grid-link {
  background-color: #efefef;
  border-radius: 8px;
  align-items: center;
  min-width: 200px;
  padding: 15px 40px 15px 30px;
  display: flex;
}

.connect-grid-link:hover {
  opacity: .7;
}

.connect-image {
  width: 22px;
  margin-right: 20px;
}

.experience-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.green-card-bg {
  background-color: var(--black);
  border-radius: 6px;
  padding: 40px 20px;
}

.green-card-number {
  color: var(--gold);
  margin-bottom: 70px;
  font-size: 56px;
  line-height: 60px;
  display: inline-block;
}

.green-card-number.gold-text {
  display: inline-block;
}

.green-card-headline {
  color: #fff;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 600;
}

.green-card-subline {
  color: #fff;
  font-weight: 400;
}

.e-mail-adress {
  color: var(--gold);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.jobs-benefits-wrapper {
  border-bottom: 1px solid #c1c6c9;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.jobs-benefits-wrapper.is-last {
  border-bottom: 0 solid #000;
}

.jobs-benefits-inner {
  width: 50%;
}

.benefits-headline {
  color: #fff;
  letter-spacing: .5px;
  font-size: 24px;
  font-weight: 600;
}

.benefits-subline {
  color: #91969a;
  letter-spacing: .5px;
}

.benefits-headline-block {
  margin-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.benefits-checkbox {
  width: 28px;
  margin-right: 10px;
}

.grid-6 {
  grid-row-gap: 50px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
}

.blog-list-link-block:hover {
  opacity: .65;
}

.image-9 {
  border-radius: 8px;
}

.blog-list-titel {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 40px;
  font-size: 20px;
}

.bold-text-9 {
  line-height: 1.5em;
}

.image-10, .image-11 {
  border-radius: 8px;
}

.table-downside-heading-subline {
  letter-spacing: 1px;
  background-image: linear-gradient(to right, #988157, #aa9159);
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.reading-time {
  letter-spacing: 1px;
  padding-left: 10px;
  font-size: 12px;
  display: inline-block;
}

.space-81 {
  height: 20px;
}

.space-82 {
  height: 40px;
}

.text-block-5 {
  float: left;
  color: #0e153a;
  margin-top: 8px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.text-block-5.sticky-box {
  color: #fff;
  letter-spacing: .5px;
  margin-left: 0;
  font-size: 14px;
}

.heading-3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-3.grey-box-headline {
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.article-section {
  font-size: 16px;
  display: flex;
  position: relative;
}

.heading-11 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.article-content {
  width: 65%;
}

.table-of-content {
  width: 35%;
  padding-right: 30px;
  position: relative;
}

.toc-headline {
  margin-bottom: 20px;
  font-weight: 700;
}

.toc-link {
  padding-top: 1px;
  text-decoration: underline;
  display: flex;
}

.toc-link:hover {
  color: var(--gold);
  padding-top: 1px;
  text-decoration: none;
}

.btn-calendly {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #3d5af1;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s;
  display: inline-block;
}

.btn-calendly:hover {
  background-color: #314cdb;
}

.btn-calendly.btn-blue {
  margin-right: 20px;
}

.infobox {
  background-color: var(--black);
  color: #fff;
  border-radius: 8px;
  padding: 20px 40px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.article-image-border {
  border: 1px solid #75869a80;
  border-radius: 8px;
  padding: 30px;
}

.text-block-24 {
  margin-bottom: 20px;
}

.anchor-offset {
  height: 1px;
  position: relative;
  top: -100px;
}

.bold-text-8 {
  font-size: 30px;
  line-height: 38px;
}

.inline-link {
  color: #3d5af1;
  text-decoration: underline;
  display: inline;
}

.space-83 {
  height: 60px;
}

.clients-small-2 {
  float: left;
  clear: none;
  border: 2px solid var(--gold);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -12px;
  position: relative;
}

.clients-small-2.first-client {
  margin-left: 0;
}

.image-figure-caption {
  color: #0e153a99;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.article-sticky-contact {
  background-color: var(--black);
  color: #fff;
  border-radius: 12px;
  margin-top: 40px;
  padding: 30px;
  position: sticky;
  top: 150px;
}

.article-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.sticky-box-top-headline {
  color: var(--gold);
  font-size: 15px;
  display: inline-block;
}

.heading-10 {
  font-weight: 600;
  line-height: 1.3em;
}

.heading-textbox-left {
  float: none;
  max-width: 740px;
  margin-bottom: 40px;
}

.div-block-3 {
  min-width: 210px;
}

.div-block-3.sticky-box {
  margin-top: 30px;
  margin-bottom: 4px;
}

.article-toc {
  color: #0e153a;
  padding-left: 20px;
}

.bold-text-10 {
  color: var(--black);
  text-align: left;
}

.toc-link-2 {
  padding-top: 1px;
  text-decoration: underline;
  display: flex;
}

.toc-link-2:hover {
  color: var(--gold);
  padding-top: 1px;
  text-decoration: none;
}

.space-84 {
  height: 20px;
}

.space-85 {
  height: 40px;
}

.heading-12 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.block-quote {
  border-left-color: var(--gold);
  background-color: var(--black);
  color: #fff;
  line-height: 32px;
}

.infobox-2 {
  background-color: var(--black);
  color: #fff;
  border-radius: 12px;
  padding: 30px 40px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.article-text-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.heading-13 {
  font-weight: 600;
  line-height: 1.3em;
}

.toc-link-3 {
  padding-top: 1px;
  text-decoration: underline;
  display: flex;
}

.toc-link-3:hover {
  color: var(--gold);
  padding-top: 1px;
  text-decoration: none;
}

.space-86 {
  height: 20px;
}

.space-87 {
  height: 40px;
}

.heading-14 {
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.article-text-3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.heading-15 {
  font-weight: 600;
  line-height: 1.3em;
}

.toc-link-4 {
  padding-top: 1px;
  text-decoration: underline;
  display: flex;
}

.toc-link-4:hover {
  color: var(--gold);
  padding-top: 1px;
  text-decoration: none;
}

.space-88 {
  height: 20px;
}

.space-89 {
  height: 40px;
}

.heading-16 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

.article-text-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.heading-17 {
  font-weight: 600;
  line-height: 1.3em;
}

.services-headline {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.services-subline {
  padding-left: 0;
  font-size: 18px;
}

.case-detail {
  border-radius: 6px;
  width: 100%;
  max-width: 800px;
  transition: all .2s;
}

.case-inner-detail {
  margin-bottom: 160px;
}

.case-inner-detail.case-inner-right {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.case-inner-detail.case-inner-left {
  margin-bottom: 40px;
  padding-right: 20px;
}

.text-block-29 {
  color: #91969a;
}

.imprint-headline {
  font-weight: 700;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  color: #75869a;
}

.formular-bg-green {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/banner-bg-green-blank.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 6px;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 200px;
  display: flex;
}

.formular-bg-green.is-top {
  margin-bottom: -120px;
  position: relative;
  top: -120px;
}

.formular-inner-text {
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.subtext-formular {
  margin-top: -10px;
  font-size: 17px;
  line-height: 32px;
}

.inputt-small {
  float: left;
  letter-spacing: .5px;
  border: 2px solid #fff;
  border-radius: 6px;
  width: 25%;
  height: 50px;
  font-size: 16px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.inputt-small:hover {
  border: 2px solid var(--gold);
}

.submit-button {
  background-color: var(--gold);
  color: #000;
  background-image: linear-gradient(90deg, #d5b08e, #fdddba);
  border-radius: 6px;
  width: 100%;
  height: 64px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--gold);
  background-image: none;
}

.input-full {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  height: 60px;
  margin-bottom: 14px;
  font-size: 16px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.input-full:hover {
  border: 1px solid var(--gold);
}

.input-medium {
  float: left;
  letter-spacing: .5px;
  border: 2px solid #fff;
  border-radius: 6px;
  width: 75%;
  height: 50px;
  margin-left: 15px;
  font-size: 16px;
  transition: all .2s cubic-bezier(.785, .135, .15, .86);
}

.input-medium:hover {
  border: 2px solid var(--gold);
}

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

.div-block-4 {
  justify-content: space-around;
  display: flex;
}

.hero-video-side-by-side {
  width: 50%;
  margin-top: 80px;
}

.container-hero-width-video {
  z-index: 1;
  justify-content: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 80px;
  display: flex;
  position: relative;
}

.hero-usp-mobile {
  display: none;
}

.hero-usp-mobile-inner {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.next-steps-container {
  z-index: 1;
  background-color: #e9ebec;
  border-radius: 8px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.textblock-next-steps {
  max-width: 640px;
  color: var(--black);
  text-align: left;
  letter-spacing: .5px;
  margin: 20px auto 30px;
  font-size: 16px;
}

.next-steps-jannis {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.textblock-next-steps-jannis {
  width: 50%;
  color: var(--black);
  text-align: left;
  letter-spacing: .5px;
  margin: 20px auto 30px;
  padding-left: 40px;
  font-size: 16px;
}

.next-steps-image-container {
  width: 50%;
  position: relative;
}

.image:hover {
  opacity: 1;
}

.image-next-steps-jannis {
  border-radius: 8px;
  width: 100%;
}

.next-steps-signature {
  width: 120px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.stroke-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #988157;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.centered-logo-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -100px;
}

.image-13 {
  max-width: 160px;
}

.next-steps-black-container {
  z-index: 1;
  color: #91969a;
  background-color: #232326;
  border-radius: 8px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.textblock-next-steps-small {
  color: #91969a;
  text-align: left;
  letter-spacing: .5px;
  max-width: 640px;
  margin: 20px auto 30px;
  font-size: 13px;
}

.footer-small-link {
  color: #91969a;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
}

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

.container-hero-center {
  z-index: 1;
  text-align: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 40px 20px;
  display: block;
  position: relative;
}

.hero-text-center {
  color: #fff;
}

.clients-center {
  align-items: center;
  margin-top: 35px;
  margin-bottom: 20px;
  display: flex;
}

.clients-wrapper-center {
  background-color: #232326;
  border-radius: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.clients-center-text {
  float: left;
  opacity: .7;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.text-span-2 {
  padding-top: 3px;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.video-container-no-overlap {
  border-radius: 20px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.checkliste-embeded-center {
  justify-content: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-grid-small {
  grid-column-gap: 10px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(1px, 1fr);
  grid-auto-flow: row;
  place-items: center;
}

.testimonial-video-wrapper {
  float: left;
  width: 100%;
  max-width: 540px;
}

.testimonial-video-wrapper.right-side {
  float: right;
}

.testimonial-inner-text {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.testimonial-inner-wrapper {
  object-fit: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-bg-video {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  display: flex;
  position: absolute;
}

.testimonial-box {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}

.testimonials-goals {
  float: left;
  width: 55%;
  padding-left: 20px;
}

.testimonials-goals.left-side {
  padding-left: 0;
  padding-right: 20px;
}

.testimonial-name {
  margin-bottom: 10px;
  font-size: 32px;
}

.testimonial-position {
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-quote {
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.testimonial-logo {
  width: 100%;
  max-width: 260px;
  margin-bottom: 10px;
}

.play {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.lightbox-link {
  float: left;
  width: 45%;
}

.goal-block {
  float: right;
  background-color: #121214;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 30px 20px;
}

.video-testimonial-headline {
  color: var(--gold);
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.goals {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.goal-usp-text {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.seals {
  margin-top: 40px;
  margin-bottom: -60px;
}

.home-hero-wrapper {
  z-index: 1;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.home-hero-text {
  color: #fff;
  max-width: 760px;
}

.lora {
  font-family: Lora, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.hero-check {
  justify-content: space-around;
  align-items: center;
  max-width: 900px;
  margin-top: 40px;
  display: block;
}

.hero-checkmarks {
  color: var(--gold);
  margin-left: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.check-inner-text {
  margin-bottom: 15px;
  display: flex;
}

.check-inner {
  width: 18px;
  position: relative;
  top: 0;
}

.ifv-seal {
  width: 64px;
  margin-left: 15px;
}

.bg-animation-wrapper {
  z-index: 0;
  width: 130%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0 0 0 -15%;
}

.animation-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  height: 100%;
  display: flex;
}

.animation-inner {
  opacity: .75;
  width: 15%;
  height: 100%;
}

.animation-inner.reverse {
  opacity: .75;
  width: 15%;
}

.animation-inner.reverse.third {
  opacity: .4;
  display: block;
}

.animation-image {
  margin-bottom: 15px;
}

.animation-center-shadow {
  width: 40%;
  position: relative;
}

.animation-image-inner {
  border-radius: 16px;
}

.hero-client-logos {
  border-radius: 20px;
  max-width: 1200px;
}

.hero-client-logos.no-center {
  margin-left: 0;
  margin-right: 0;
}

.hero-client-logos.centered {
  margin-left: auto;
  margin-right: auto;
}

.hero-logos-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(1px, 1fr);
  grid-auto-flow: row;
  place-items: center;
}

.hero-client-logos-text-wrapper {
  text-align: center;
}

.more-than {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.company-trust-text {
  opacity: .5;
  color: var(--white);
  letter-spacing: .5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.client-logos-link {
  color: var(--gold);
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 400;
}

.client-logos-link.gold-text {
  font-weight: 600;
}

.client-logo-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo-link-wrapper:hover {
  opacity: .6;
}

.arrow-right {
  width: 21px;
}

.link-block-2 {
  margin-top: 30px;
  display: flex;
}

.contact-banner-headline {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
  line-height: 54px;
}

.color-white {
  color: #fff;
}

.headline-cart-nope {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

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

.heading-19 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.heading-19.color-white {
  font-weight: 600;
}

.bold-text-14 {
  font-weight: 400;
}

.examples-inner-wrapper {
  padding: 120px 160px 80px;
}

.image-15 {
  height: 100%;
  display: block;
}

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

.slider {
  height: 100%;
}

.mask {
  background-color: #121214;
}

.section__container {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.splide__arrow {
  background-color: #232325;
  background-image: url('../images/arrow-white-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border-radius: 50%;
  width: 54px;
  height: 53px;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #333336;
}

.splide__arrow.splide__arrow--style {
  display: none;
}

.splide__arrow.splide__arrow--prev {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.splide {
  width: 100%;
  position: relative;
}

.splide__slide {
  flex: none;
  width: 33.33%;
}

.global_text-color--silver {
  color: #cbb8af;
}

.splide__track {
  width: 100%;
}

.global_display--none {
  display: none;
}

.layout-grid {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -130px;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__item-img-mask {
  transition: transform 1s cubic-bezier(.23, 1, .32, 1);
  overflow: hidden;
}

.splide__item-title {
  margin-right: .3em;
  transition: none;
  transform: none;
}

.splide__item-title-wrap {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: transform 1.25s cubic-bezier(.23, 1, .32, 1), opacity 1.25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: skew(0deg, 3deg)translate(0, 3em);
}

.splide__member-social-link {
  color: #cbb8af;
  margin-bottom: .2em;
  margin-left: -.5em;
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

.splide__member-position {
  opacity: 0;
  margin-bottom: 1.5625em;
  transition: transform 1.25s cubic-bezier(.23, 1, .32, 1), opacity 1.25s cubic-bezier(.23, 1, .32, 1);
  transform: skew(0deg, 3deg)translate(0, 3em);
}

.splide__item-content {
  flex-direction: column;
  align-items: center;
  width: 26.25em;
  margin-top: 4em;
  display: flex;
}

.splide__item-img {
  opacity: .25;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: opacity 1s cubic-bezier(.23, 1, .32, 1);
}

.splide__item {
  text-align: center;
  cursor: grab;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.splide__item-bio {
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(.23, 1, .32, 1), transform 1.25s cubic-bezier(.23, 1, .32, 1);
  transform: translate(0, 3em);
}

.slider-wrapper {
  padding: 50px 20px 200px;
  overflow: hidden;
}

.examples-wrapper {
  background-color: #121214;
  border-radius: 20px;
}

.case-client {
  color: #91969a;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 12px;
}

.paragraph {
  color: var(--gold);
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 10px;
}

.paragraph.case-study-link {
  font-weight: 600;
}

.image-hero-grid {
  background-color: #ffffff08;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.before-after-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

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

.image-wrapper {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.image-one, .image-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.examples-inner-text {
  justify-content: space-between;
  max-width: 1400px;
  margin: 40px auto 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.examples-text-wrapper {
  text-align: center;
  max-width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-examples {
  color: #9a9a9a;
  font-size: 18px;
  line-height: 32px;
}

.examples-divider {
  background-color: var(--gold);
  justify-content: center;
  width: 90%;
  max-width: 1320px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  margin-bottom: 20px;
}

.client-logos {
  border-radius: 20px;
}

.case-overview-wrapper {
  flex-flow: row;
  margin-bottom: 60px;
}

.case-overview-inner {
  background-color: #232326;
  border-radius: 20px;
  display: flex;
}

.case-overview-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  transition: all .2s;
}

.case-overview-image:hover {
  opacity: .75;
}

.case-overview-text {
  align-self: center;
  width: 60%;
  padding: 40px;
}

.case-overview-result-wrapper {
  margin-top: 50px;
  display: flex;
}

.case-overview-result-inner {
  width: 240px;
}

.result-number {
  color: var(--gold);
  font-size: 32px;
  font-weight: 700;
}

.result-description {
  color: #9a9a9a;
  line-height: 20px;
}

.link-block-3 {
  justify-content: center;
  width: 35%;
  display: flex;
}

.small-x {
  font-size: 21px;
  font-weight: 700;
}

.case-detail-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.case-detail-link:hover {
  opacity: .6;
}

.bold-text-15 {
  font-weight: 500;
}

.blog-article-intro {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.article-headline-1 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.article-headline-2 {
  margin-bottom: 20px;
  line-height: 34px;
}

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

.heading-infobox {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
}

.paragraph-infobox {
  font-size: 16px;
  line-height: 30px;
}

.article-list {
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
}

.list-item-7, .article-list-item {
  margin-bottom: 10px;
}

.article-toc-list-item {
  color: var(--black);
  margin-bottom: 10px;
}

.cta-box-grey {
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: space-between;
  padding: 60px 0 60px 60px;
  display: flex;
  box-shadow: 0 30px 40px 6px #0000001f;
}

.cta-box-left-side {
  align-self: center;
  width: 43%;
}

.grey-box-right-side {
  justify-content: flex-end;
  width: 65%;
  display: flex;
}

.cta-box-laptop {
  object-fit: contain;
  width: 50%;
}

.textbox-wide {
  max-width: 1060px;
}

.textbox-wide.text-center {
  text-align: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.textbox-wide.text-center.color-white, .textbox-wide.color-white {
  color: #fff;
}

.textbox-wide.textbox-profil.color-white {
  order: 1;
  width: 50%;
}

.textbox-wide.textbox-smaller {
  max-width: 760px;
}

.long-term-wording {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 64px;
}

.black-box-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.black-box-headline {
  flex-flow: column;
  justify-content: space-around;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.black-box-bottom {
  overflow: hidden;
}

.black-box-diagramm {
  max-width: 320px;
  position: relative;
  bottom: -40px;
  right: -20px;
}

.color-white-blackbox {
  color: #9a9a9a;
  margin-bottom: -10px;
  font-size: 16px;
  line-height: 30px;
}

.black-box-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin-left: 20px;
  display: flex;
}

.solution-wrapper {
  flex-flow: row;
  display: flex;
}

.grey-small-box-headline {
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.grey-small-box-bottom {
  opacity: .6;
  justify-content: flex-end;
  margin-top: -60px;
  display: flex;
  overflow: hidden;
}

.work-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: -40px;
  display: grid;
}

.work-item {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 40px;
}

.work-item.work-item-last {
  border-right-style: none;
  border-right-width: 0;
}

.work-item.work-item-bottom {
  border-bottom-width: 0;
}

.work-item.work-item-three {
  border-right-style: none;
  border-right-width: 0;
}

.work-item.work-item-four, .work-item.work-item-five {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.work-item.work-item-six {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-style: none;
  border-right-width: 0;
}

.work-item.why-item-one.bg-dark, .work-item.why-item-two.bg-dark {
  border-bottom-color: #524f4f;
  border-right-color: #524f4f;
}

.work-item.why-item-three {
  border-right-style: none;
  border-right-width: 0;
}

.work-item.why-item-three.bg-dark, .work-item.why-item-four.bg-dark, .work-item.why-item-five.bg-dark {
  border-bottom-color: #524f4f;
  border-right-color: #524f4f;
}

.work-item.why-item-six {
  border-right-style: none;
  border-right-width: 0;
}

.work-item.why-item-six.bg-dark {
  border-bottom-color: #524f4f;
  border-right-color: #524f4f;
}

.work-item.why-item-seven {
  border-bottom-width: 0;
}

.work-item.why-item-seven.bg-dark {
  border-bottom-color: #524f4f;
  border-right-color: #524f4f;
}

.work-item.why-item-eight {
  border-bottom-width: 0;
}

.work-item.why-item-eight.bg-dark {
  border-bottom-color: #524f4f;
  border-right-color: #524f4f;
}

.work-item.why-item-nine {
  border-bottom-width: 0;
  border-right-width: 0;
}

.work-item.why-item-nine.bg-dark {
  border-bottom-color: #524f4f;
  border-right-color: #524f4f;
}

.work-item-headline {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.work-item-headline.bg-dark {
  color: #fff;
}

.work-number {
  color: var(--gold);
  padding-right: 10px;
  font-family: Lora, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.text-span-white {
  color: var(--white);
  line-height: 18px;
  position: relative;
  top: 1px;
}

.logo-wall {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(1px, 1fr);
  grid-auto-flow: row;
  place-items: center;
}

.image-logo-grid {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.testimonials-wrapper {
  background-color: #f6f6f6;
  border-radius: 20px;
}

.testimonials-inner-wrapper {
  padding: 120px 160px 80px;
}

.logo-wall-image {
  width: 100%;
  max-width: 170px;
  height: auto;
}

.case-detail-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.case-inner-copy {
  margin-bottom: 160px;
}

.case-inner-copy.case-inner-right {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 120px;
  padding-left: 20px;
  display: flex;
}

.case-inner-copy.case-inner-left {
  margin-bottom: 120px;
  padding-right: 20px;
}

.small-case-inner {
  margin-bottom: 40px;
}

.small-case-inner.case-inner-right {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 120px;
  padding-left: 20px;
  display: flex;
}

.small-case-inner.case-inner-left {
  margin-bottom: 120px;
  padding-right: 20px;
}

.small-case-inner.video {
  min-height: 700px;
  position: relative;
}

.hero-small-headline {
  font-size: 22px;
  font-weight: 600;
}

.hero-small-headline.gold-text {
  display: inline-block;
}

.clients-wrapper-align-left {
  justify-content: flex-start;
  display: flex;
}

.menu-button-mobile {
  width: 100%;
  display: none;
  position: relative;
  left: 40px;
}

.menu-button-mobile:hover {
  color: var(--gold);
}

.menu-button-mobile.w--current {
  color: var(--gold);
  font-family: articulat-cf;
  font-size: 36px;
  font-weight: 500;
}

.plus-center {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.plus-letter {
  font-size: 54px;
  font-weight: 600;
}

.single-testimonial {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-testimonial.is-last {
  border: 0 solid #000;
}

.cite-mark {
  opacity: .4;
  color: var(--gold);
  margin-bottom: -20px;
  font-family: Lora, sans-serif;
  font-size: 150px;
  font-weight: 400;
}

.vs-center {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.vs-box-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  margin-right: -20px;
  padding: 40px 60px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 40px 4px #0003;
}

.vs-listing {
  margin-top: -20px;
  padding-left: 0;
}

.vs-list-item {
  color: #cacaca;
  background-image: url('../images/check.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-bottom: 1px solid #424242;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 16px;
}

.vs-list-item.item-cross {
  color: #6b7074;
  background-image: url('../images/cross.svg');
  background-position: 0 5px;
  background-size: 18px;
  border-bottom: 1px solid #dadada;
}

.vs-box-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  background-image: linear-gradient(180deg, black, var(--black) 75%, #dbbd9b3b);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding: 60px 60px 80px;
  display: flex;
}

.vs-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vs-logo {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}

.contact-banner-subline {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 36px;
}

.vs-letter {
  font-size: 28px;
  font-weight: 600;
}

.experts-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.experts-inner {
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 12px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.expert-image {
  border: 3px solid var(--gold);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.expert-detail {
  color: #6b7074;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.exper-name {
  padding-top: 15px;
  font-size: 17px;
  font-weight: 600;
}

.container-survey {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 100vh;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.offer-request-link {
  color: #fff;
  margin-top: 20px;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.offer-request-link:hover {
  opacity: .6;
}

.case-listing.color-white {
  margin-left: 20px;
}

.bold-text-16 {
  font-weight: 500;
}

.case-listing-item {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 24px;
}

.case-listing-item.item-cross {
  background-image: url('../images/cross.svg');
}

.case-headline-small {
  color: #c1c6c9;
  letter-spacing: .5px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.small-case-overview.case-inner-right {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 120px;
  padding-left: 20px;
  display: flex;
}

.small-case-overview.case-inner-left {
  margin-bottom: 120px;
  padding-right: 20px;
}

.expert-name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

.three-cols-tiles {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.tiles-wrapper {
  color: #fff;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 30px 30px 35px;
}

.tiles-headline {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.tiles-headline.gold-text {
  margin-bottom: 15px;
  font-size: 20px;
}

.tiles-text {
  color: #6b7074;
  font-size: 16px;
  line-height: 28px;
}

.grey-box-image-wrapper-copy {
  width: 50%;
  display: flex;
}

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

.check-list-hero {
  margin-top: 0;
  margin-bottom: 40px;
}

.check-list-hero.color-white {
  margin-left: 20px;
}

.check-hero-item {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
}

.check-hero-item.item-cross {
  background-image: url('../images/cross.svg');
}

.underline {
  text-decoration: underline;
}

.wrong-listing {
  max-width: 600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.wrong-listing.color-white {
  margin-left: 20px;
}

.wrong-listing-item {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 24px;
}

.wrong-listing-item.item-cross {
  color: var(--black);
  text-align: left;
  background-color: #f6f6f6;
  background-image: url('../images/cross.svg');
  background-position: 20px;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 600;
}

.analyse-step {
  min-width: 33%;
  max-width: 350px;
  padding-right: 40px;
}

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

.image-19 {
  border-radius: 20px;
  width: 100%;
}

.seperator {
  background-color: var(--gold);
  height: 1px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.success-message {
  background-color: var(--black);
  color: #fff;
  padding-top: 0;
}

.success-text {
  color: #9a9a9a;
  margin-top: 20px;
}

.analyse-form {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.tipp {
  background-color: var(--gold);
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  position: relative;
  top: -14px;
  left: 16px;
}

.tipp-wrapper {
  position: relative;
}

.text-block-32 {
  display: inline-block;
}

.form-wrapper {
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.form-inner-left {
  width: 50%;
  max-width: 50%;
  padding: 40px 60px 40px 40px;
}

.form-inner-right {
  background-color: #fff;
  border-radius: 20px;
  width: 50%;
  max-width: 50%;
  padding: 40px;
  box-shadow: 0 2px 20px #0000000f;
}

.headline-h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.seals-container {
  display: none;
  position: relative;
  right: 40px;
}

.tuev-seal {
  width: 64px;
  margin-right: 15px;
}

.tuev {
  background-color: #f6f6f6;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.tuev-image {
  width: 100%;
  max-width: 130px;
  height: 100%;
  margin-right: 60px;
}

.tuev-text {
  align-self: center;
  max-width: 500px;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.tuev-subline {
  color: #6b7074;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.testimonials1_client-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  margin-top: 2rem;
  display: flex;
}

.testimonials1_content {
  border: 1px solid #0003;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.testimonials1_content:hover {
  border-color: var(--gold);
}

.testimonials1_client-image {
  object-fit: cover;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.testimonials1_client-line {
  background-color: #e1e4e8;
  width: 1.25px;
  height: 1.25rem;
  margin-left: .75rem;
  margin-right: .75rem;
}

.testimonials1_client-details {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.icone-plateform-review {
  width: 32px;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.testimonials1_slider-mask {
  width: 28rem;
  overflow: visible;
}

.testimonials1_client-image-wrapper {
  border-radius: 50%;
  flex: none;
  margin-right: 1rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonials1_arrow {
  background-color: var(--black);
  color: #24292e;
  border: 1px solid #e1e4e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: background-color .1s ease-out;
  display: flex;
  position: absolute;
  inset: auto auto -5rem 0%;
}

.testimonials1_arrow:hover {
  background-color: var(--gold);
}

.testimonials1_arrow.right {
  background-color: var(--black);
  left: 4.5rem;
}

.testimonials1_arrow.right:hover {
  background-color: var(--gold);
}

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

.testimonials1_slide {
  max-width: 28rem;
  margin-right: 20px;
}

.block-date {
  color: #6b7074;
  margin-top: 5px;
  font-size: 12px;
}

.block-profile-img {
  object-fit: contain;
  width: 100px;
  height: 64px;
  margin-right: 16px;
}

.testimonials1_arrow-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.testimonials1_component {
  background-color: #0000;
  height: auto;
}

.testimonials1_slider-nav {
  display: none;
}

.block_top-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.block_top-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.testimonial-client {
  float: left;
  clear: none;
  border: 2px solid var(--gold);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  position: relative;
}

.testimonial-client.first-client {
  border-color: var(--gold);
  margin-left: 0;
}

.testimonial-person {
  font-size: 13px;
  font-weight: 600;
}

.testimonial-container {
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.summary {
  border-left-style: none;
  height: 120px;
  padding: 0;
  font-size: 15px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.readmore {
  color: var(--gold);
  cursor: pointer;
}

.text-span-5 {
  text-decoration: underline;
}

.tuv-certificate {
  width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  margin-top: 20px;
  text-decoration: underline;
  display: block;
}

.link-2:hover {
  opacity: .65;
}

.centered-logo-wrapper-single-page {
  text-align: center;
  margin-bottom: -100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.job-wrapper {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  padding: 40px 60px;
  display: flex;
}

.job-requirements {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.job-wrapper-right {
  align-self: center;
}

.footer-small {
  background-color: #121214;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.logo-section {
  background-color: var(--black);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.logo-move-wrapper {
  display: flex;
}

.logo-move-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  width: 100vw;
  min-width: 100%;
  max-width: 1600px;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.logo-move-image {
  object-fit: contain;
  width: 110px;
}

.logo-move-container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.grey-box-usp-text-wrapper {
  width: 100%;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.grey-box-usp-paragraph {
  color: #cacaca;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.grey-box-usp-wrapper {
  background-color: var(--black);
  border: 1px solid #404040;
  border-radius: 20px;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-box-usp-image {
  object-fit: contain;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.outline-grid-usp-inner-wrapper {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.vs-headline {
  color: #fff;
  margin-bottom: -20px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.vs-headline.color-black {
  color: var(--black);
}

.offer-request-link {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
}

.filter-blur-logos {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.filter-blur-logos.mobile {
  display: none;
}

.tuev-seal-blur {
  width: 80px;
  margin-right: 40px;
}

.ifv-seal-blur {
  width: 80px;
}

.services-subline-item {
  color: #6b7074;
  margin-bottom: 15px;
  font-size: 16px;
}

.services-grid {
  grid-template-rows: auto;
}

.service-text {
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
}

.hero-bg-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.background-video-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.play-icon {
  opacity: .9;
  width: 180px;
  height: 180px;
  transition: all .2s;
}

.play-icon:hover {
  opacity: 1;
}

.play-button-wrapper {
  z-index: 2;
  padding-top: 200px;
  position: relative;
}

.play-button {
  z-index: 2;
  background-color: #fa183d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 20px 18px 28px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.play-button:hover {
  background-color: #dd092c;
}

.video-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  display: flex;
}

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.close-popup {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 50px 50px auto auto;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #222;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.video-embed {
  width: 100%;
  height: 100%;
}

.close-line {
  background-color: #fff;
  height: 2px;
}

.close-line._5-b-m {
  margin-bottom: 5px;
}

.close-line._5-b-m.t-line {
  transform: translate(0, 3.5px)rotate(45deg);
}

.close-line.b-line {
  transform: translate(0, -3.5px)rotate(-45deg);
}

.popup-wrap {
  z-index: 999;
  background-color: #1a1a1ab3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.play-icon-2 {
  border-top: 22px solid #0000;
  border-bottom: 22px solid #0000;
  border-left: 33px solid #fff;
  width: 0;
  height: 0;
}

.play-button-pulse {
  z-index: 1;
  background-color: #f5144380;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.lightbox-link-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button-2 {
  z-index: 2;
  background-color: #fa183d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 20px 18px 28px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.play-button-2:hover {
  background-color: #dd1233;
}

.play-icon-3 {
  border-top: 22px solid #0000;
  border-bottom: 22px solid #0000;
  border-left: 33px solid #fff;
  width: 0;
  height: 0;
}

.hero-mobile-video {
  display: none;
}

.play-video-text {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  top: -40px;
}

.text-span-6 {
  opacity: .6;
  display: block;
}

.select-wrapper {
  position: relative;
}

.text-area-full {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  min-height: 80px;
  margin-bottom: 14px;
  font-size: 16px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.text-area-full:hover {
  border: 1px solid var(--gold);
}

.bold-text-17 {
  font-weight: 400;
}

.headline-h4 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.headline-h4.no-margin {
  margin-top: 0;
}

.headline-h4.smaller-headline {
  max-width: 680px;
}

.headline-h4.smaller-headline.smaller-headline-center {
  margin-left: auto;
  margin-right: auto;
}

.headline-h4.color-black {
  color: var(--black);
}

.headline-h4.tuev-text.text-center {
  margin-left: auto;
  margin-right: auto;
}

.clients-footer {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-footer-wrapper {
  justify-content: center;
  display: flex;
}

.taya-list {
  color: #6b7074;
  margin-top: 15px;
  font-size: 20px;
  line-height: 36px;
}

.taya-list.white-text-on-black {
  color: #d1d1d1;
}

.price-request-wrapper {
  background-color: var(--black);
  border-radius: 12px;
  padding: 18px 20px 18px 40px;
}

.price-request-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-request-text {
  color: var(--white);
  font-size: 26px;
  font-weight: 700;
}

.price-request-text.gold-text {
  font-size: 20px;
  font-weight: 700;
}

.banner-button {
  font-size: 15px;
}

.banner-button.hero-button {
  margin-top: 40px;
}

.taya-header-navigation {
  align-self: center;
}

.taya-link {
  color: #fff;
  font-weight: 600;
}

.menu-link-small {
  color: #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: 40px;
}

.menu-link-small:hover {
  color: var(--gold);
}

.menu-link-small:lang(en) {
  font-size: 35px;
}

.menu-link-small.w--current {
  color: var(--gold);
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.menu-link-small.no-border {
  border: 0 solid #000;
  border-top: 1px solid #ffffff4d;
}

.menu-seperator {
  width: 100%;
  max-width: 798px;
  height: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
  left: 40px;
}

.menu-seperator-inner {
  background-color: #ffffff4d;
  width: 80px;
  height: 1px;
}

.video-wrapper {
  border-radius: 12px;
}

.video-container-rounded {
  border-radius: 12px;
  overflow: hidden;
}

.hero-trust {
  max-width: 520px;
  margin-top: 40px;
}

.sticky-main-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sticky-container-left {
  width: 50%;
  padding-right: 100px;
  position: sticky;
  top: 180px;
}

.sticky-container-right {
  width: 50%;
}

.right-card {
  background-color: #4d2323;
  width: 500px;
  margin-bottom: 100px;
}

.right-card.color-white {
  background-color: var(--black);
  background-image: linear-gradient(180deg, var(--black), var(--black) 75%, #dbbd9b3b);
  border-radius: 20px;
  width: 100%;
  padding-bottom: 80px;
}

.style-sqauere {
  border: 1px solid var(--white);
  width: 10px;
  height: 10px;
  margin-bottom: 100px;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 30px;
}

.card-inner-space {
  padding-left: 60px;
  padding-right: 60px;
}

.card-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: -40px;
}

.xs-item {
  display: flex;
}

.xs-card {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #404040;
  border-radius: 20px;
  position: relative;
}

.xs-card-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: -40px;
}

.xs-card-inner {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.xs-card-text {
  color: #cacaca;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.background-video-referenzen {
  z-index: 1;
}

.hv-media {
  margin-bottom: 40px;
}

.hv-media.case-inner-right {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 120px;
  padding-left: 20px;
  display: flex;
}

.hv-media.case-inner-left {
  margin-bottom: 120px;
  padding-right: 20px;
}

.hv-media.video {
  min-height: 700px;
  position: relative;
}

.hv-media.hv-grid {
  margin-bottom: 0;
}

.case-card {
  margin-bottom: 40px;
}

.hover-bg-video {
  z-index: 2;
  opacity: 0;
  background-color: #252525;
  position: absolute;
}

.hover-vid {
  border-radius: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}

.pill {
  color: var(--white);
  background-color: #3b3b3bb3;
  border-radius: 32px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 12px;
  font-size: 14px;
  display: inline-block;
}

.case-text-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 640px;
  margin-left: 220px;
}

.smartphone-video {
  border: 8px solid #eaeaea;
  border-radius: 24px;
  width: 320px;
  overflow: hidden;
}

.case-background-video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-video-inner {
  display: flex;
}

.pill-2 {
  color: #121214;
  background-color: #ffffffb3;
  border-radius: 32px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 12px;
  font-size: 14px;
  display: inline-block;
}

.client-logos-link-2 {
  color: #a68566;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 400;
}

.client-logos-link-2.gold-text {
  font-weight: 600;
}

.product-img-wrapper {
  margin-bottom: 40px;
}

.product-img-wrapper.case-inner-right {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 120px;
  padding-left: 20px;
  display: flex;
}

.product-img-wrapper.case-inner-left {
  margin-bottom: 120px;
  padding-right: 20px;
}

.product-img-wrapper.video {
  min-height: 700px;
  position: relative;
}

.product-img-text {
  max-width: 520px;
  margin-bottom: -70px;
  display: flex;
  position: relative;
  top: -70px;
  left: 20px;
}

.product-img-text-inner {
  color: var(--white);
  margin-top: 20px;
}

.product-img-pill {
  color: var(--white);
  background-color: #3b3b3bb3;
  border-radius: 32px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.product-img-pill.dark {
  background-color: #3b3b3be6;
}

.img-raw {
  color: var(--black);
  background-color: #ffdebb;
  border-radius: 32px;
  padding: 6px 12px;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.menu-phone {
  width: 100%;
  max-width: 798px;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
}

.phone-link {
  color: #fff;
  font-size: 18px;
}

.phone-link:hover {
  color: var(--gold);
}

.marquee-wrapper {
  opacity: .64;
  margin-left: 80px;
}

.marquee-item-img {
  object-fit: cover;
}

.video-container-rounded-text {
  border-radius: 12px;
  width: 50%;
  overflow: hidden;
}

.video-container-text-wrapper {
  border: 1px solid #0000004d;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
}

.video-container-text-wrapper.ltr {
  border-color: #0003;
  flex-flow: row-reverse;
}

.video-text {
  text-align: left;
  align-self: center;
  width: 50%;
  padding-top: 0;
  padding-right: 40px;
}

.testimonial-headline-copy {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.video-text-headline {
  color: var(--black);
  text-align: left;
  padding-left: 0;
  font-size: 24px;
  line-height: 36px;
}

.reviews-headline {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.review-value {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.bold-text-18 {
  font-size: 24px;
}

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

.main-nav-menu-desktop {
  align-self: center;
}

.main-nav-text-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.main-nav-text-link:hover {
  color: var(--gold);
}

.link-block-4 {
  margin-left: 20px;
  margin-right: 20px;
}

.main-nav-link {
  margin-left: 10px;
  margin-right: 10px;
}

.floating-contact-button {
  z-index: 9;
  background-color: var(--gold);
  border-radius: 6px;
  padding: 0 20px;
  font-weight: 600;
  position: fixed;
  top: 50%;
  left: auto;
  right: -30px;
  transform: rotate(-90deg);
}

.floating-contact-button.btn-action.btn-gold.btn {
  z-index: 990;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  right: -72px;
}

.overlay {
  z-index: 1000;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0;
}

.overlay-content {
  background-color: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 520px;
  padding: 40px;
  position: relative;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
}

.img-close {
  width: 20px;
}

.phone-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.footer-minimal {
  text-align: center;
  background-color: #121214;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-wrapper-minimal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper-minimal.minimal {
  justify-content: center;
  align-items: center;
}

.footer-logo-column-minimal {
  align-self: center;
  width: 50%;
}

.footer-logo-minimal {
  width: 160px;
}

.navigation-button-wrapper-minimal {
  align-items: center;
  display: flex;
}

.textblock-inner-small.text-center {
  text-align: center;
}

.text-span-7 {
  font-size: 15px;
}

.author-wrapper {
  background-color: #f6f6f6;
  border-radius: 12px;
  margin-top: 60px;
  padding: 30px;
  display: flex;
}

.author-image {
  max-width: 240px;
  margin-right: 20px;
}

.author-text-inner {
  font-size: 14px;
  line-height: 26px;
}

.image-21 {
  border-radius: 12px;
}

.container-hero-top-image {
  z-index: 1;
  justify-content: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 80px;
  display: flex;
  position: relative;
}

.hero-top-img {
  width: 50%;
  height: 100%;
  display: flex;
}

.hero-text-top-img {
  color: #fff;
  max-width: 700px;
}

.hero-image-bg-copy, .hero-image-top-img {
  width: 100%;
  max-width: 670px;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-wrapper-top-img {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.hero-wrapper-top-img.extra-space {
  z-index: 2;
  max-width: 760px;
  position: relative;
}

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

._3col-img {
  border-radius: 20px;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 42px;
    padding-right: 42px;
  }

  .button-text-wrapper {
    height: 64px;
  }

  .hero-text {
    max-width: 760px;
  }

  .banner-wrapper-green, .banner-wrapper-red {
    padding-left: 100px;
  }

  .steps-inner {
    padding-right: 0;
  }

  .profil-image-bg {
    left: -15%;
  }

  .banner-wrapper-green-blank {
    padding-left: 100px;
  }

  .banner-inner-text-blank {
    max-width: 630px;
  }

  .green-card-bg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .formular-inner-text {
    max-width: 630px;
  }

  .hero-check {
    display: flex;
  }

  .hero-checkmarks.gold-text {
    font-size: 18px;
  }

  .examples-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .play-icon {
    width: 220px;
    height: 220px;
  }

  .play-button-wrapper {
    padding-right: 80px;
  }

  .hero-text-top-img {
    max-width: 760px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-text {
    max-width: 840px;
  }

  .profil-image-bg {
    left: -5%;
  }

  .hero-video-side-by-side {
    width: 60%;
  }

  .hero-usp-mobile-inner {
    margin-right: 80px;
  }

  .bg-animation-wrapper {
    width: 110%;
    left: -5%;
  }

  .image-hero-grid {
    height: 100px;
  }

  .logo-move-image {
    width: 130px;
  }

  .marquee-wrapper {
    margin-left: 120px;
  }

  .main-nav-text-link {
    font-size: 18px;
  }

  .main-nav-link {
    margin-left: 20px;
  }

  .hero-text-top-img {
    max-width: 840px;
  }
}

@media screen and (min-width: 1920px) {
  .profil-image-wrapper {
    z-index: 1;
  }

  .profil-signature {
    z-index: 2;
    left: 28%;
  }

  .signature {
    z-index: 99;
  }

  .hero-image-bg {
    right: 200px;
  }

  .heading-3 {
    padding-right: 0;
  }

  .article-sticky-contact {
    max-width: 400px;
  }

  .heading-12, .heading-14, .heading-16 {
    padding-right: 0;
  }

  .hero-video-side-by-side {
    margin-left: 120px;
  }

  .bg-animation-wrapper {
    width: 100%;
    left: 0%;
  }

  .cta-box-grey {
    box-shadow: 0 30px 50px 20px #0000001f;
  }

  .work-item-headline.bg-dark {
    color: var(--white);
  }

  .work-number.why-number.bg-dark {
    border: 1px solid var(--white);
  }

  .case-detail-wrapper {
    grid-auto-columns: 1fr;
  }

  .seals-container {
    right: 60px;
  }

  .tuev {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .marquee-wrapper {
    margin-left: 160px;
  }

  .main-nav-link {
    margin-left: 30px;
  }

  .hero-image-bg-copy, .hero-image-top-img {
    right: 200px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .menu-link {
    font-size: 32px;
    line-height: 40px;
    left: 20px;
  }

  .menu-link.w--current {
    font-size: 32px;
  }

  .menu-link.menu-link-small {
    font-size: 26px;
    line-height: 36px;
  }

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

  .section.bg-black.no-space.herologo-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.section-jobs.bg-black {
    margin-bottom: -570px;
    padding-bottom: 620px;
  }

  .section.bg-white {
    top: -80px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.flex-container {
    display: block;
  }

  .btn.btn-white, .btn.btn-black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-text-wrapper {
    font-size: 15px;
  }

  .hero-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .hero-wrapper.extra-space {
    width: 100%;
    max-width: 100%;
  }

  .hero-text {
    z-index: 1;
    max-width: 100%;
    position: relative;
  }

  .clients {
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
  }

  .clients-small-text {
    margin-left: 0;
  }

  .heading-h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 52px;
  }

  .button-embeded.hero-button {
    margin-top: 20px;
  }

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

  .headline-h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .textbox-sticky-headline.textbox-profil.color-white {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .textblock-inner-small {
    font-size: 18px;
    line-height: 32px;
  }

  .accordion-hilfe-headline {
    line-height: 1.5em;
  }

  .banner-wrapper-green {
    background-position: 0%;
    min-height: 300px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .banner-inner-text {
    max-width: 100%;
  }

  .grey-box-wrapper {
    margin-bottom: 20px;
  }

  .grey-box-text-wrapper {
    padding: 40px 30px;
  }

  .heading-h3.grey-box-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .checkmark-text {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-wrapper-red {
    background-position: 0%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .steps-wrapper {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .steps-inner {
    max-width: 100%;
    margin-bottom: 80px;
    padding-right: 0;
  }

  .steps-number-line-x {
    width: 92%;
  }

  .profil-image-bg {
    opacity: .3;
    left: -5%;
  }

  .container-profil {
    padding: 80px 20px 120px;
  }

  .profil-box-paragraph {
    font-size: 18px;
    line-height: 32px;
  }

  .profil-signature {
    bottom: 40px;
    left: 60px;
  }

  .case-inner.case-inner-right {
    margin-bottom: 120px;
  }

  .case-inner.case-inner-left {
    margin-bottom: 80px;
  }

  .case-headline {
    font-size: 20px;
    line-height: 32px;
  }

  .testimonial-text {
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .testimonial-image {
    order: 1;
    min-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .client-image {
    margin-bottom: 20px;
  }

  .testimonial-wrapper {
    flex-direction: column;
    padding-bottom: 40px;
    display: flex;
  }

  .social-media-content-wrapper {
    margin-bottom: 20px;
  }

  .social-media-text-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-wrapper-green-blank {
    background-position: 0%;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }

  .banner-inner-text-blank {
    max-width: 100%;
    padding-right: 60px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer-logo-column {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-wrapper {
    display: block;
  }

  .footer-navigation {
    width: 100%;
  }

  .hero-image-bg {
    opacity: .3;
    max-width: 100%;
  }

  .container-hero-when-bg {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .benefits-headline {
    font-size: 20px;
  }

  .benefits-subline {
    padding-right: 20px;
  }

  .article-reading-time {
    margin-bottom: 20px;
  }

  .space-81 {
    height: 10px;
  }

  .space-81.space-mobile-20 {
    height: 20px;
  }

  .text-block-5 {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }

  .heading-3 {
    font-size: 26px;
  }

  .article-section {
    display: block;
  }

  .article-content {
    width: 100%;
  }

  .table-of-content {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
    font-size: 15px;
  }

  .space-83 {
    height: 20px;
  }

  .heading-textbox-left {
    padding-right: 0;
  }

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

  .space-84 {
    height: 10px;
  }

  .space-84.space-mobile-20 {
    height: 20px;
  }

  .heading-12 {
    font-size: 26px;
  }

  .space-86 {
    height: 10px;
  }

  .space-86.space-mobile-20 {
    height: 20px;
  }

  .heading-14 {
    font-size: 26px;
  }

  .space-88 {
    height: 10px;
  }

  .space-88.space-mobile-20 {
    height: 20px;
  }

  .heading-16 {
    font-size: 26px;
  }

  .formular-bg-green {
    background-position: 0%;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }

  .formular-inner-text {
    max-width: 100%;
    padding-right: 60px;
  }

  .inputt-small {
    width: 25%;
  }

  .input-medium {
    width: 75%;
  }

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

  .hero-video-side-by-side {
    width: 100%;
    margin-top: 40px;
  }

  .container-hero-width-video {
    flex-direction: column;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-usp-mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: block;
  }

  .hero-usp-mobile-inner {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .next-steps-container, .next-steps-black-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-hero-center {
    flex-direction: column;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-center {
    z-index: 1;
    max-width: 100%;
    position: relative;
  }

  .clients-center {
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
  }

  .clients-wrapper-center {
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .clients-center-text {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

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

  .testimonial-box {
    padding-bottom: 80px;
  }

  .testimonials-goals {
    padding-left: 20px;
  }

  .seals {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .image-14 {
    max-width: 64px;
  }

  .home-hero-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .home-hero-text {
    z-index: 1;
    max-width: 100%;
    position: relative;
  }

  .hero-check {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .check-inner-text {
    text-align: left;
  }

  .ifv-seal {
    margin-left: 10px;
  }

  .bg-animation-wrapper {
    width: 120%;
    inset: 60% 0 0 -7%;
    overflow: hidden;
  }

  .animation-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .animation-inner {
    width: 40%;
  }

  .animation-inner.reverse {
    opacity: .5;
    width: 40%;
  }

  .animation-inner.reverse.third, .animation-center-shadow {
    display: none;
  }

  .hero-client-logos {
    padding: 20px 20px 100px;
  }

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

  .more-than {
    font-size: 22px;
    line-height: 32px;
  }

  .company-trust-text {
    font-size: 32px;
  }

  .examples-inner-wrapper {
    padding: 100px 60px 80px;
  }

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

  .slider-wrapper {
    padding-bottom: 180px;
  }

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

  .examples-inner-text {
    flex-direction: column;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .examples-text-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .client-logos {
    padding: 20px 20px 100px;
  }

  .case-overview-inner {
    display: block;
  }

  .case-overview-text {
    width: 100%;
  }

  .case-overview-result-inner {
    width: 50%;
  }

  .link-block-3 {
    width: 100%;
    max-height: 300px;
  }

  .cta-box-grey {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .cta-box-left-side {
    width: 100%;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .grey-box-right-side {
    width: 100%;
  }

  .cta-box-laptop {
    align-self: flex-end;
    width: 70%;
  }

  .textbox-wide.textbox-profil.color-white {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .long-term-wording {
    font-size: 40px;
    line-height: 58px;
  }

  .black-box-left {
    width: 100%;
  }

  .black-box-headline {
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .black-box-bottom {
    padding-left: 40px;
  }

  .black-box-diagramm {
    bottom: -20px;
    right: -20px;
  }

  .black-box-right {
    width: 100%;
  }

  .grey-small-box-headline {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grey-small-box-bottom {
    padding-left: 40px;
  }

  .work-grid {
    grid-template-columns: minmax(33%, 1fr) minmax(33%, 1fr) minmax(33%, 1fr);
  }

  .work-item {
    padding-left: 25px;
    padding-right: 25px;
  }

  .work-item-headline {
    font-size: 20px;
  }

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

  .image-logo-grid {
    height: 130px;
  }

  .testimonials-inner-wrapper {
    padding: 100px 60px 80px;
  }

  .logo-wall-image {
    max-width: 140px;
  }

  .case-detail-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .case-inner-copy.case-inner-right {
    margin-bottom: 120px;
  }

  .case-inner-copy.case-inner-left {
    margin-bottom: 80px;
  }

  .small-case-inner.case-inner-right {
    margin-bottom: 120px;
  }

  .small-case-inner.case-inner-left {
    margin-bottom: 80px;
  }

  .menu-button-mobile {
    display: none;
    left: 20px;
  }

  .menu-button-mobile.w--current {
    font-size: 32px;
  }

  .single-testimonial {
    flex-direction: column;
    padding-bottom: 40px;
    display: flex;
  }

  .vs-box-left, .vs-box-right {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-survey {
    flex-direction: column;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-headline-small {
    font-size: 20px;
    line-height: 32px;
  }

  .small-case-overview.case-inner-right {
    margin-bottom: 120px;
  }

  .small-case-overview.case-inner-left {
    margin-bottom: 80px;
  }

  .three-cols-tiles {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(33%, 1fr);
  }

  .analyse-step {
    max-width: 100%;
    margin-bottom: 80px;
    padding-right: 0;
  }

  .form-wrapper {
    display: block;
  }

  .form-inner-left {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 20px;
  }

  .form-inner-right {
    width: 100%;
    max-width: 100%;
  }

  .tuev-seal {
    margin-right: 10px;
  }

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

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

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

  .footer-small {
    padding-bottom: 60px;
  }

  .logo-move-grid {
    min-width: 130vw;
  }

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

  .grey-box-usp-text-wrapper {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grey-box-usp-wrapper {
    margin-bottom: 20px;
  }

  .black-box-usp-image {
    bottom: -20px;
    right: -20px;
  }

  .tuev-seal-blur, .ifv-seal-blur {
    width: 64px;
  }

  .hero-bg-video, .play-button-wrapper {
    display: none;
  }

  .hero-mobile-video {
    border-radius: 12px;
    margin-top: 20px;
    display: block;
    overflow: hidden;
  }

  .headline-h4 {
    font-size: 38px;
    line-height: 48px;
  }

  .price-request-text {
    font-size: 22px;
  }

  .banner-button.hero-button {
    margin-top: 20px;
  }

  .menu-link-small {
    font-size: 32px;
    line-height: 40px;
    left: 20px;
  }

  .menu-link-small.w--current {
    font-size: 32px;
  }

  .xs-card-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hv-media.case-inner-right {
    margin-bottom: 120px;
  }

  .hv-media.case-inner-left {
    margin-bottom: 80px;
  }

  .pill {
    font-size: 13px;
  }

  .case-text-grid {
    margin-left: 0;
  }

  .product-img-wrapper.case-inner-right {
    margin-bottom: 120px;
  }

  .product-img-wrapper.case-inner-left {
    margin-bottom: 80px;
  }

  .product-img-pill {
    font-size: 13px;
  }

  .marquee-wrapper {
    margin-top: 40px;
    margin-left: 0;
  }

  .video-container-rounded-text {
    width: 100%;
  }

  .video-container-text-wrapper {
    display: block;
  }

  .video-text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .video-text-headline {
    font-size: 24px;
  }

  .main-nav-menu-desktop {
    display: none;
  }

  .footer-minimal {
    padding-bottom: 60px;
  }

  .footer-wrapper-minimal {
    display: block;
  }

  .footer-logo-column-minimal {
    width: 100%;
    margin-bottom: 60px;
  }

  .container-hero-top-image {
    flex-flow: column;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-top-img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: block;
  }

  .hero-text-top-img {
    z-index: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .hero-image-bg-copy {
    opacity: .3;
    max-width: 100%;
  }

  .hero-image-top-img {
    max-width: 60%;
    position: relative;
  }

  .hero-wrapper-top-img {
    flex-direction: column;
    margin-bottom: 0;
  }

  .hero-wrapper-top-img.extra-space {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-top: -100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .menu-button {
    z-index: 99;
  }

  .navigation-container {
    min-height: 100vh;
  }

  .navigation-bar {
    padding-top: 24px;
  }

  .menu-icon {
    margin-left: 0;
  }

  .navigation-content-wrapper {
    position: relative;
  }

  .menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .menu-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
  }

  .menu-link.no-border {
    border-top-width: 0;
  }

  .menu-link.menu-link-small {
    font-size: 20px;
    line-height: 30px;
  }

  .menu-link.menu-link-small.w--current {
    font-size: 20px;
  }

  .navigation-links {
    z-index: 5;
    width: 100%;
    position: relative;
  }

  .menu-logo {
    width: 130px;
  }

  .navigation-button-wrapper {
    margin-right: 20px;
    display: none;
  }

  .navigation-social-links {
    padding-bottom: 40px;
  }

  .clients {
    clear: none;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    display: block;
  }

  .clients-wrapper {
    margin-bottom: 10px;
  }

  .clients-small-text {
    flex: 0 auto;
    margin-top: 0;
  }

  .heading-h1 {
    text-align: left;
  }

  .heading-h1.heading-h1-smaller {
    font-size: 32px;
    line-height: 46px;
  }

  .heading-h2-hero {
    text-align: left;
    font-size: 20px;
    line-height: 34px;
  }

  .button-embeded.hero-button {
    margin-top: 10px;
  }

  .headline-h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .accordion-toggle {
    padding-right: 60px;
  }

  .accordion-icon {
    right: 20px;
  }

  .accordion-paragaph {
    font-size: 18px;
    line-height: 34px;
  }

  .accordion-headline-number {
    margin-right: 20px;
  }

  .banner-wrapper-green {
    padding: 40px 30px;
  }

  .space-80.mobile-space-30 {
    height: 30px;
  }

  .grey-box-wrapper {
    display: block;
  }

  .grey-box-image-wrapper {
    width: 100%;
  }

  .grey-box-text-wrapper {
    width: 100%;
    padding-top: 10px;
  }

  .grey-box-paragraph {
    font-size: 16px;
    line-height: 30px;
  }

  .checkmark-list-inner {
    padding-bottom: 20px;
  }

  .grey-box-image-inner {
    padding-right: 0;
  }

  .banner-wrapper-red {
    padding: 30px;
  }

  .text-block-28 {
    font-size: 16px;
    line-height: 30px;
  }

  .steps-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .steps-inner.is-last {
    margin-bottom: 0;
  }

  .container-profil {
    padding-top: 60px;
  }

  .video-text {
    font-size: 20px;
    line-height: 32px;
  }

  .video-topline {
    font-size: 22px;
  }

  .case-column {
    width: 100%;
  }

  .case-wrapper {
    display: block;
  }

  .case-inner.case-inner-right {
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .case-inner.case-inner-left {
    margin-bottom: 60px;
    padding-right: 0;
  }

  .case-text, .case-overview-small {
    max-width: 100%;
  }

  .space-60.space-mobile-30 {
    height: 30px;
  }

  .testimonial-paragraph.dark-color, .testimonial-paragraph.white-color {
    font-size: 18px;
    line-height: 36px;
  }

  .social-media-content-wrapper {
    display: block;
  }

  .social-media-inner-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .list-item {
    font-size: 18px;
    line-height: 34px;
  }

  .banner-wrapper-green-blank {
    padding: 40px;
  }

  .person-banner-transparent {
    max-width: 320px;
  }

  .banner-inner-text-blank {
    z-index: 10;
    padding-right: 0;
    position: relative;
  }

  .footer {
    padding-top: 300px;
  }

  .footer-logo-column {
    width: 100%;
  }

  .footer-wrapper {
    display: block;
  }

  .footer-navigation {
    width: 100%;
    margin-top: 60px;
    display: block;
  }

  .footer-navigation-inner {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-bottom {
    margin-top: 70px;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .footer-bottom-text {
    width: 100%;
  }

  .link {
    margin-left: 0;
    margin-right: 30px;
  }

  .container-hero-when-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .connect-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .connect-grid-link {
    min-width: 100%;
  }

  .green-card-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jobs-benefits-wrapper {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .jobs-benefits-inner {
    width: 100%;
    margin-bottom: 60px;
  }

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

  .space-81 {
    height: 0;
  }

  .space-81.space-mobile-20, .space-82 {
    height: 20px;
  }

  .space-82.space-mobile-40 {
    height: 40px;
  }

  .text-block-5 {
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
  }

  .text-block-5.sticky-box {
    text-align: left;
  }

  .heading-3 {
    font-size: 22px;
  }

  .article-section {
    display: block;
  }

  .article-content {
    width: 100%;
  }

  .table-of-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .btn-calendly.btn-blue {
    margin-right: 0;
    display: block;
  }

  .infobox {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .article-image-border {
    padding: 25px;
  }

  .space-83 {
    height: 20px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-3.sticky-box {
    justify-content: flex-start;
  }

  .space-84 {
    height: 0;
  }

  .space-84.space-mobile-20, .space-85 {
    height: 20px;
  }

  .space-85.space-mobile-40 {
    height: 40px;
  }

  .heading-12 {
    font-size: 22px;
  }

  .infobox-2 {
    padding: 20px 25px 25px;
  }

  .space-86 {
    height: 0;
  }

  .space-86.space-mobile-20, .space-87 {
    height: 20px;
  }

  .space-87.space-mobile-40 {
    height: 40px;
  }

  .heading-14 {
    font-size: 22px;
  }

  .space-88 {
    height: 0;
  }

  .space-88.space-mobile-20, .space-89 {
    height: 20px;
  }

  .space-89.space-mobile-40 {
    height: 40px;
  }

  .heading-16 {
    font-size: 22px;
  }

  .case-detail {
    max-width: 100%;
  }

  .case-inner-detail.case-inner-right {
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .case-inner-detail.case-inner-left {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .formular-bg-green {
    padding: 30px;
  }

  .formular-inner-text {
    z-index: 10;
    padding-right: 0;
    position: relative;
  }

  .container-hero-width-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-usp-mobile {
    flex-direction: column;
  }

  .next-steps-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .next-steps-jannis {
    display: block;
  }

  .textblock-next-steps-jannis {
    width: 100%;
    padding-left: 0;
  }

  .next-steps-image-container {
    width: 100%;
  }

  .centered-logo-wrapper {
    margin-bottom: -60px;
  }

  .next-steps-black-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-hero-center {
    padding-top: 100px;
  }

  .clients-center {
    clear: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .clients-wrapper-center {
    margin-bottom: 10px;
    display: flex;
  }

  .clients-center-text {
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
  }

  .logos-grid-small {
    grid-template-rows: auto auto;
  }

  .testimonial-video-wrapper {
    max-width: 100%;
  }

  .testimonial-inner-wrapper {
    height: 620px;
  }

  .testimonial-box {
    flex-direction: column;
    padding-bottom: 60px;
    display: flex;
  }

  .testimonials-goals {
    width: 100%;
    padding-left: 0;
  }

  .testimonials-goals.left-side {
    order: 2;
  }

  .lightbox-link {
    width: 100%;
    margin-bottom: 20px;
  }

  .goal-block {
    padding-bottom: 15px;
  }

  .goals {
    margin-right: 0;
    padding-bottom: 20px;
  }

  .lora {
    line-height: 40px;
    display: inline;
  }

  .hero-check {
    display: block;
  }

  .check-inner-text {
    justify-content: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .ifv-seal {
    width: 54px;
  }

  .home-clients-wrapper {
    margin-bottom: 10px;
  }

  .bg-animation-wrapper {
    width: 140%;
    inset: 50% 0 0 -17%;
    overflow: hidden;
  }

  .animation-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .animation-inner, .animation-inner.reverse {
    width: 40%;
  }

  .animation-inner.reverse.third, .animation-center-shadow {
    display: none;
  }

  .hero-client-logos {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .more-than {
    line-height: 30px;
  }

  .contact-banner-headline {
    font-size: 28px;
    line-height: 40px;
  }

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

  .examples-inner-wrapper {
    padding: 60px 40px;
  }

  .splide__slide {
    width: 50%;
  }

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

  .before-after-section {
    padding-bottom: 40px;
  }

  .examples-inner-text {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .examples-text-wrapper {
    padding-left: 0;
  }

  .examples-text-wrapper.is-last {
    margin-bottom: 0;
  }

  .client-logos {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .case-overview-image {
    max-width: 100%;
  }

  .link-block-3 {
    max-height: 100%;
  }

  .blog-article-intro {
    font-size: 20px;
    line-height: 32px;
  }

  .article-headline-1 {
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph-article {
    font-size: 16px;
    line-height: 30px;
  }

  .heading-infobox {
    font-size: 20px;
    line-height: 34px;
  }

  .paragraph-infobox, .article-list {
    font-size: 16px;
    line-height: 30px;
  }

  .cta-box-laptop {
    width: 100%;
  }

  .long-term-wording {
    font-size: 32px;
    line-height: 48px;
  }

  .black-box-left {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .black-box-right {
    margin-top: 30px;
    margin-left: 0;
  }

  .solution-wrapper {
    display: block;
  }

  .grey-small-box-bottom {
    margin-top: -20px;
  }

  .work-grid {
    grid-template-columns: minmax(33%, 1fr) minmax(33%, 1fr);
  }

  .work-item.work-item-two {
    border-right-style: none;
    border-right-width: 0;
  }

  .work-item.work-item-three {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .work-item.work-item-four {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }

  .work-item.why-item-one {
    text-align: left;
  }

  .work-item.why-item-two {
    text-align: left;
    border-right-style: none;
    border-right-width: 0;
  }

  .work-item.why-item-three {
    text-align: left;
    border-right-style: solid;
    border-right-width: 1px;
  }

  .work-item.why-item-four {
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }

  .work-item.why-item-five, .work-item.why-item-six, .work-item.why-item-seven {
    text-align: left;
  }

  .work-item.why-item-eight {
    text-align: left;
    border-bottom-width: 1px;
  }

  .work-item.why-item-nine {
    text-align: left;
    border-top: 1px solid #e3e3e3;
    border-right-width: 1px;
  }

  .work-number.why-number {
    margin-bottom: 10px;
    display: block;
  }

  .image-logo-grid {
    height: 100px;
  }

  .testimonials-inner-wrapper {
    padding: 60px 40px;
  }

  .logo-wall-image {
    max-width: 120px;
  }

  .case-detail-wrapper {
    display: block;
  }

  .case-inner-copy.case-inner-right {
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .case-inner-copy.case-inner-left {
    margin-bottom: 60px;
    padding-right: 0;
  }

  .small-case-inner {
    margin-bottom: 40px;
  }

  .small-case-inner.case-inner-right {
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .small-case-inner.case-inner-left {
    margin-bottom: 60px;
    padding-right: 0;
  }

  .clients-wrapper-align-left {
    margin-bottom: 10px;
  }

  .menu-button-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
    display: block;
  }

  .menu-button-mobile.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
  }

  .plus-center {
    flex-flow: row;
  }

  .text-span-3 {
    font-size: 18px;
  }

  .vs-center {
    flex-flow: row;
  }

  .vs-box-left {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .vs-box-right {
    margin-top: 30px;
    margin-left: 0;
    padding-bottom: 30px;
  }

  .vs-wrapper {
    display: block;
  }

  .contact-banner-subline {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
  }

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

  .container-survey {
    padding-top: 100px;
  }

  .small-case-overview {
    margin-bottom: 40px;
  }

  .small-case-overview.case-inner-right {
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .small-case-overview.case-inner-left {
    margin-bottom: 60px;
    padding-right: 0;
  }

  .grey-box-image-wrapper-copy {
    width: 100%;
  }

  .check-list-hero {
    display: none;
  }

  .analyse-step.is-last {
    margin-bottom: 0;
  }

  .tipp {
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 14px;
    top: -5px;
  }

  .tuev-seal {
    width: 54px;
  }

  .tuev-image {
    margin-right: 40px;
  }

  .tuev-text {
    font-size: 26px;
    line-height: 38px;
  }

  .testimonials1_client-wrapper {
    grid-auto-flow: row;
    margin-top: 1.25rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonials1_slider-mask {
    width: 100%;
  }

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

  .testimonials1_slide {
    width: auto;
  }

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

  .testimonial-container {
    display: block;
  }

  .centered-logo-wrapper-single-page {
    margin-bottom: -60px;
  }

  .footer-small {
    padding-top: 300px;
  }

  .logo-move-grid {
    min-width: 180vw;
  }

  .logo-move-image {
    width: 100px;
  }

  .grey-box-usp-text-wrapper {
    width: 100%;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grey-box-usp-paragraph {
    font-size: 16px;
    line-height: 30px;
  }

  .grey-box-usp-wrapper {
    display: block;
  }

  .filter-blur-logos {
    padding-bottom: 40px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .filter-blur-logos.mobile {
    display: block;
  }

  .tuev-seal-blur {
    width: 40px;
    margin-right: 30px;
  }

  .ifv-seal-blur {
    width: 40px;
    margin-left: 0;
  }

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

  .headline-h4 {
    font-size: 38px;
    line-height: 50px;
  }

  .clients-footer-wrapper {
    margin-bottom: 10px;
  }

  .price-request-wrapper {
    padding-left: 20px;
  }

  .price-request-inner {
    display: block;
  }

  .price-request-text {
    margin-bottom: 20px;
  }

  .banner-button.hero-button {
    margin-top: 10px;
  }

  .taya-header-navigation {
    display: none;
  }

  .menu-link-small {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .menu-link-small.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
  }

  .menu-link-small.no-border {
    border-top-width: 0;
  }

  .menu-seperator {
    left: 20px;
  }

  .sticky-main-container {
    display: block;
  }

  .sticky-container-left {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
    position: static;
  }

  .sticky-container-right {
    width: 100%;
  }

  .right-card.color-white {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .card-inner-space {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xs-card-text {
    font-size: 16px;
    line-height: 30px;
  }

  .hv-media {
    margin-bottom: 40px;
  }

  .hv-media.case-inner-right {
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .hv-media.case-inner-left {
    margin-bottom: 60px;
    padding-right: 0;
  }

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

  .product-img-wrapper {
    margin-bottom: 40px;
  }

  .product-img-wrapper.case-inner-right {
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .product-img-wrapper.case-inner-left {
    margin-bottom: 60px;
    padding-right: 0;
  }

  .product-img-text {
    max-width: 100%;
  }

  .video-text-headline {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-wrapper-minimal {
    display: block;
  }

  .footer-logo-column-minimal {
    width: 100%;
  }

  .author-wrapper {
    padding: 20px;
    display: block;
  }

  .author-image {
    margin-right: 0;
    padding-bottom: 20px;
  }

  .container-hero-top-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-image-top-img {
    max-width: 100%;
  }

  .hero-wrapper-top-img.extra-space {
    margin-top: -80px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .navigation-bar {
    padding-top: 24px;
  }

  .menu-link {
    line-height: 30px;
  }

  .navigation-links {
    padding-top: 100px;
  }

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

  .section.bg-black.no-space.herologo-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.section-jobs.bg-black {
    margin-bottom: -600px;
    padding-bottom: 640px;
  }

  .section.bg-white {
    top: -120px;
  }

  .button-text-wrapper {
    font-size: 15px;
  }

  .navigation-social-links {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .navigation-social-logo {
    width: 24px;
  }

  .hero-wrapper {
    margin-top: 40px;
  }

  .hero-text {
    z-index: 1;
  }

  .clients {
    margin-bottom: 20px;
  }

  .clients-wrapper {
    justify-content: center;
  }

  .clients-small {
    width: 42px;
    height: 42px;
  }

  .clients-small-text {
    font-size: 12px;
  }

  .heading-h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-h1.heading-h1-smaller {
    line-height: 42px;
  }

  .space-20.space-mobile-0 {
    height: 0;
  }

  .heading-h2-hero {
    font-size: 18px;
    line-height: 30px;
  }

  .button-embeded.hero-button {
    margin-top: 20px;
  }

  .hero-usp-text {
    font-size: 13px;
  }

  .top-headline.color-gold {
    font-size: 18px;
  }

  .headline-h2 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .textbox-sticky-headline.textbox-profil.color-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textblock-inner-small {
    font-size: 16px;
    line-height: 30px;
  }

  .textblock-inner-small.white-text-on-black {
    line-height: 30px;
  }

  .accordion-toggle {
    padding-right: 50px;
  }

  .accordion-hilfe-headline {
    font-size: 16px;
    font-weight: 700;
  }

  .accordion-paragaph {
    font-size: 16px;
    line-height: 30px;
  }

  .banner-wrapper-green {
    background-size: cover;
    min-height: 300px;
    padding: 30px 20px;
  }

  .grey-box-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-wrapper-red {
    background-size: cover;
  }

  .steps-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-inner {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
  }

  .steps-number-wrapper {
    height: 20px;
  }

  .steps-number {
    width: 100%;
    margin-left: 20px;
    top: 0;
  }

  .steps-number-line-x {
    width: 100%;
    height: 1px;
  }

  .steps-number-line-y {
    width: 1px;
    height: 24px;
    top: 30px;
  }

  .steps-inner-arrow {
    width: 11px;
    position: relative;
    top: 10px;
    right: auto;
    transform: rotate(90deg);
  }

  .steps-line-footer {
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
    top: -20px;
  }

  .steps-line-header {
    width: 100px;
    display: none;
  }

  .container-profil {
    padding-left: 0;
    padding-right: 0;
  }

  .profil-box-paragraph {
    font-size: 16px;
    line-height: 30px;
  }

  .video-text-headline {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .video-text, .video-topline {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
  }

  .case-inner.case-inner-right, .case-inner.case-inner-left {
    margin-bottom: 40px;
  }

  .case-text {
    padding-bottom: 30px;
  }

  .case-logo-circle {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .text-span {
    text-transform: none;
  }

  .testimonial-image.single-testimonial {
    padding-bottom: 0;
  }

  .testimonial-paragraph {
    font-size: 16px;
    line-height: 30px;
  }

  .testimonial-paragraph.dark-color, .testimonial-paragraph.white-color {
    font-size: 18px;
    line-height: 32px;
  }

  .social-media-subtext {
    font-size: 16px;
    line-height: 26px;
  }

  .list-item {
    font-size: 16px;
    line-height: 30px;
  }

  .banner-wrapper-green-blank {
    background-size: cover;
    padding: 30px;
  }

  .person-banner-transparent {
    max-width: 280px;
  }

  .footer {
    padding-top: 240px;
  }

  .footer-logo {
    display: none;
  }

  .footer-logo-text {
    margin-top: 20px;
  }

  .footer-navigation {
    display: block;
  }

  .footer-navigation-inner {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-bottom {
    margin-top: 50px;
  }

  .footer-logo-link.w--current {
    display: none;
  }

  .container-hero-when-bg {
    display: block;
  }

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

  .connect-grid-link {
    width: 100%;
  }

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

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

  .blog-list-titel {
    padding-right: 0;
  }

  .table-downside-heading-subline {
    margin-top: 0;
  }

  .reading-time {
    font-size: 10px;
  }

  .space-81 {
    height: 0;
  }

  .space-81.space-mobile-20 {
    height: 20px;
  }

  .space-82.space-mobile-40 {
    height: 40px;
  }

  .text-block-5 {
    margin-left: 0;
    font-size: 16px;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .article-section {
    display: block;
  }

  .article-content {
    width: 100%;
  }

  .table-of-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .bold-text-7 {
    text-align: left;
  }

  .btn-calendly {
    display: block;
  }

  .btn-calendly.btn-blue {
    margin-right: 0;
  }

  .article-image-border {
    padding: 10px;
  }

  .space-83 {
    height: 0;
  }

  .space-83.space-mobile-60 {
    height: 20px;
  }

  .article-sticky-contact {
    padding: 20px;
  }

  .sticky-box-top-headline {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.7em;
  }

  .heading-10 {
    font-size: 20px;
    font-weight: 700;
  }

  .space-84 {
    height: 0;
  }

  .space-84.space-mobile-20 {
    height: 20px;
  }

  .space-85.space-mobile-40 {
    height: 40px;
  }

  .heading-12 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .heading-13 {
    font-size: 20px;
    font-weight: 700;
  }

  .space-86 {
    height: 0;
  }

  .space-86.space-mobile-20 {
    height: 20px;
  }

  .space-87.space-mobile-40 {
    height: 40px;
  }

  .heading-14 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .heading-15 {
    font-size: 20px;
    font-weight: 700;
  }

  .space-88 {
    height: 0;
  }

  .space-88.space-mobile-20 {
    height: 20px;
  }

  .space-89.space-mobile-40 {
    height: 40px;
  }

  .heading-16 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .heading-17 {
    font-size: 20px;
    font-weight: 700;
  }

  .formular-bg-green {
    background-size: cover;
  }

  .inputt-small {
    width: 100%;
    margin-bottom: 15px;
  }

  .submit-button {
    text-transform: none;
    font-size: 14px;
  }

  .input-full {
    font-size: 15px;
  }

  .input-medium {
    width: 100%;
    margin-left: 0;
  }

  .div-block-4, .container-hero-width-video {
    display: block;
  }

  .hero-usp-mobile-inner {
    margin-bottom: 20px;
  }

  .next-steps-image-container {
    width: 100%;
  }

  .image {
    max-width: 96%;
  }

  .stroke-label {
    margin-top: 0;
    line-height: 20px;
  }

  .container-hero-center {
    display: block;
  }

  .hero-text-center {
    z-index: 1;
  }

  .clients-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .clients-center-text {
    margin-top: 0;
    margin-left: 0;
  }

  .video-container-no-overlap {
    top: 70px;
  }

  .testimonial-box {
    padding-bottom: 60px;
  }

  .goal-usp-text {
    font-size: 15px;
  }

  .home-hero-wrapper {
    margin-top: 40px;
  }

  .home-hero-text {
    z-index: 1;
  }

  .lora {
    line-height: 30px;
  }

  .hero-checkmarks.gold-text {
    font-size: 18px;
  }

  .ifv-seal {
    width: 36px;
  }

  .home-clients-wrapper {
    justify-content: center;
  }

  .bg-animation-wrapper {
    width: 140%;
    inset: 50% 0 0 -15%;
    overflow: hidden;
  }

  .animation-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .animation-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 40%;
    display: flex;
  }

  .animation-inner.reverse {
    width: 40%;
  }

  .animation-inner.reverse.third {
    display: none;
  }

  .animation-image {
    margin-bottom: 0;
  }

  .animation-center-shadow {
    width: 20%;
    display: none;
  }

  .hero-client-logos {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-logos-grid {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .more-than {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 26px;
  }

  .company-trust-text {
    font-size: 20px;
  }

  .client-logos-link {
    font-size: 16px;
  }

  .contact-banner-headline {
    margin-bottom: 30px;
  }

  .headline-cart-nope {
    font-size: 32px;
  }

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

  .examples-inner-wrapper {
    padding: 40px 20px;
  }

  .splide__slide {
    width: 100%;
  }

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

  .splide__arrows {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 1em;
    display: grid;
    position: relative;
    bottom: -40px;
  }

  .slider-wrapper {
    padding-bottom: 90px;
  }

  .image-hero-grid {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .before-after-section {
    padding-bottom: 20px;
  }

  .examples-inner-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .examples-text-wrapper {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
    position: relative;
  }

  .paragraph-examples {
    font-size: 16px;
    line-height: 30px;
  }

  .client-logos {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .case-overview-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-overview-result-wrapper {
    display: block;
  }

  .case-overview-result-inner {
    width: 100%;
    margin-bottom: 50px;
  }

  .blog-article-intro {
    font-size: 18px;
    line-height: 32px;
  }

  .article-headline-1 {
    font-size: 24px;
    line-height: 34px;
  }

  .cta-box-grey {
    padding-top: 10px;
    padding-left: 20px;
  }

  .cta-box-left-side {
    padding-right: 20px;
  }

  .long-term-wording {
    font-size: 24px;
    line-height: 36px;
  }

  .black-box-headline {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .black-box-bottom {
    padding-left: 20px;
  }

  .black-box-diagramm {
    position: relative;
    bottom: -20px;
    right: -20px;
  }

  .grey-small-box-headline {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-small-box-bottom {
    padding-left: 20px;
  }

  .work-grid {
    grid-template-columns: minmax(33%, 1fr);
    margin-top: 40px;
  }

  .work-item.work-item-one {
    border-right-style: none;
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .work-item.work-item-two {
    padding-left: 0;
    padding-right: 0;
  }

  .work-item.work-item-three {
    border-right-style: none;
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .work-item.work-item-four {
    padding-left: 0;
    padding-right: 0;
  }

  .work-item.work-item-five {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: none;
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .work-item.work-item-six {
    padding-left: 0;
    padding-right: 0;
  }

  .work-item.why-item-one, .work-item.why-item-three {
    border-right-style: none;
    border-right-width: 0;
  }

  .work-item.why-item-five {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }

  .work-item.why-item-seven {
    border-bottom-width: 1px;
    border-bottom-color: #e3e3e3;
    border-right-width: 0;
  }

  .work-item.why-item-eight {
    border-right-width: 0;
  }

  .work-item.why-item-nine {
    border-top-width: 0;
    border-right-width: 0;
  }

  .text-span-white {
    text-transform: none;
  }

  .logo-wall {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .image-logo-grid {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-inner-wrapper {
    padding: 40px 20px;
  }

  .case-inner-copy.case-inner-right, .case-inner-copy.case-inner-left {
    margin-bottom: 40px;
  }

  .small-case-inner {
    margin-bottom: 20px;
  }

  .small-case-inner.case-inner-right, .small-case-inner.case-inner-left {
    margin-bottom: 40px;
  }

  .menu-button-mobile {
    line-height: 30px;
  }

  .cite-mark {
    font-size: 120px;
  }

  .vs-box-right {
    background-image: linear-gradient(180deg, black, var(--black) 89%, #514939);
  }

  .contact-banner-subline {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
  }

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

  .container-survey {
    display: block;
  }

  .case-listing.color-white {
    margin-left: 0;
  }

  .small-case-overview {
    margin-bottom: 20px;
  }

  .small-case-overview.case-inner-right, .small-case-overview.case-inner-left {
    margin-bottom: 40px;
  }

  .check-list-hero.color-white, .wrong-listing.color-white {
    margin-left: 0;
  }

  .analyse-step {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
  }

  .tipp {
    padding: 2px 5px;
    font-size: 12px;
    top: -14px;
    left: 12px;
  }

  .form-inner-left {
    padding-left: 0;
    padding-right: 0;
  }

  .form-inner-right {
    padding: 20px;
  }

  .headline-h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .seals-container {
    margin-top: 6px;
    display: block;
    right: 20px;
  }

  .tuev-seal {
    width: 36px;
  }

  .tuev {
    display: block;
  }

  .tuev-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tuev-text {
    font-size: 22px;
    line-height: 33px;
  }

  .tuev-subline {
    font-size: 16px;
    line-height: 28px;
  }

  .testimonials1_content {
    padding: 1.25rem;
  }

  .testimonials1_client-line {
    display: none;
  }

  .testimonials1_client-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .icone-plateform-review {
    width: 30px;
    position: static;
  }

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

  .testimonials1_slide {
    width: 90%;
    max-width: none;
  }

  .block-profile-img {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }

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

  .block_top-wrap {
    margin-bottom: 20px;
  }

  .testimonial-client {
    width: 42px;
    height: 42px;
  }

  .job-wrapper {
    padding: 20px;
  }

  .footer-small {
    padding-top: 240px;
  }

  .logo-move-grid {
    min-width: 250vw;
  }

  .logo-move-image {
    width: 90px;
  }

  .grey-box-usp-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .black-box-usp-image {
    position: relative;
    bottom: -20px;
    right: -20px;
  }

  .filter-blur-logos.mobile {
    padding-bottom: 60px;
  }

  .tuev-seal-blur, .ifv-seal-blur {
    width: 36px;
  }

  .service-text {
    font-size: 22px;
    line-height: 36px;
  }

  .hero-mobile-video {
    margin-top: 40px;
  }

  .text-area-full {
    font-size: 15px;
  }

  .headline-h4 {
    font-size: 32px;
    line-height: 42px;
  }

  .clients-footer-wrapper {
    justify-content: center;
  }

  .taya-list {
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .banner-button.hero-button {
    margin-top: 10px;
  }

  .menu-link-small {
    line-height: 30px;
  }

  .hero-trust {
    margin-top: 30px;
  }

  .right-card.color-white {
    background-image: linear-gradient(180deg, var(--black), var(--black) 90%, #dbbd9b3b);
  }

  .card-inner-space, .xs-card-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hv-media {
    margin-bottom: 20px;
  }

  .hv-media.case-inner-right, .hv-media.case-inner-left {
    margin-bottom: 40px;
  }

  .pill {
    font-size: 12px;
  }

  .smartphone-video {
    width: 290px;
  }

  .client-logos-link-2 {
    font-size: 16px;
  }

  .product-img-wrapper {
    margin-bottom: 20px;
  }

  .product-img-wrapper.case-inner-right, .product-img-wrapper.case-inner-left {
    margin-bottom: 40px;
  }

  .product-img-text {
    padding-bottom: 30px;
  }

  .product-img-pill {
    font-size: 12px;
  }

  .video-container-text-wrapper {
    padding: 20px;
  }

  .video-text {
    padding-left: 0;
    padding-right: 0;
  }

  .video-text-headline {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

  .floating-contact-button.btn-action.btn-gold.btn {
    opacity: 0;
    height: 42px;
    padding-left: 18px;
    padding-right: 18px;
    top: 70%;
    right: -75px;
  }

  .overlay-content {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-button-wrapper-minimal {
    margin-left: 20px;
  }

  .hero-text-top-img {
    z-index: 1;
  }

  .hero-wrapper-top-img {
    margin-top: 40px;
  }

  .hero-wrapper-top-img.extra-space {
    margin-top: -100px;
  }

  ._3col-wrapper {
    margin-bottom: 20px;
  }
}

#w-node-_52675460-8ea1-5f78-25e3-19a9433b2366-433b235d, #w-node-_249963e7-04df-bb9e-e885-54b8528b573b-433b235d, #w-node-_08cb25ce-4016-7a27-01d7-cfc26527ad11-433b235d, #w-node-_9b0d73f2-3015-eebe-7acf-fd4639218015-433b235d, #w-node-_3c591ad0-c71e-ee35-cb16-e33dc0b7833d-433b235d, #w-node-_19d812c9-bf75-0b70-a44f-bd15eb9ec1a2-433b235d, #w-node-_10cdb392-5a04-966f-8788-d09a69afac5a-433b235d, #w-node-aa883232-e5b6-2b07-ec1b-530a6f8d7394-433b235d, #w-node-c15695c4-cd2c-32c7-37dd-d20e60553a07-433b235d, #w-node-f155a069-d19b-7ff4-cb11-faf2d086c98c-433b235d, #w-node-_491367a6-65ad-d204-2c6a-cda9efa2a5ca-433b235d, #w-node-_9cb821db-2449-2c55-6053-09f6f222a22d-433b235d, #w-node-b50db4ce-838f-c707-5c47-dc5e18ba647b-433b235d, #w-node-ce2530e9-a673-af96-c06b-a14a7f3b310f-433b235d, #w-node-_74389b36-d95b-a252-beda-a24d8b811a5e-433b235d, #w-node-c320be93-51eb-4fe8-779a-135ccf79528e-433b235d, #w-node-_18c504c6-91d2-9a39-525d-f673d7ad296e-433b235d, #w-node-fc216d1e-92d9-cab2-ec66-fc653d8101f6-433b235d, #w-node-b179b953-672e-f448-dc5f-7c76a519ee67-433b235d, #w-node-_19d0cb8b-bffd-8100-fb57-5ad7be7661f8-433b235d, #w-node-d462ffea-5155-e893-158f-90e157deeca2-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b2368-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b236a-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b236c-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b236e-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b2370-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b2372-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b2374-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b2376-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b2378-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b237a-433b235d, #w-node-_52675460-8ea1-5f78-25e3-19a9433b237c-433b235d, #w-node-_1a0eb587-ece3-b86d-56e3-12d6ff71599b-fe0ff162, #w-node-_29e652b5-b982-d8dd-3691-d5ac1215d023-fe0ff162, #w-node-c220ebee-fed6-6dab-cb6c-96457fc76dfe-fe0ff162, #w-node-c220ebee-fed6-6dab-cb6c-96457fc76e00-fe0ff162, #w-node-bd749256-d7aa-830c-7f68-0054964f3696-fe0ff162, #w-node-bd749256-d7aa-830c-7f68-0054964f3698-fe0ff162, #w-node-_8f42faf2-88c4-4883-80e6-0e2302bb3378-fe0ff162, #w-node-_8f42faf2-88c4-4883-80e6-0e2302bb337a-fe0ff162, #w-node-_6a272838-bc42-c912-6d93-970850ddad15-fe0ff162, #w-node-_6a272838-bc42-c912-6d93-970850ddad17-fe0ff162, #w-node-_1dd036ad-0beb-bac5-7f4e-32aabf926a08-fe0ff162, #w-node-_2d4208be-e70b-0a68-e5d4-ff1aa45061c8-fe0ff162, #w-node-_3b78fba2-83f9-ba4a-c346-f2b82f5d23d5-fe0ff162, #w-node-_8f97be11-d347-8fee-9435-a803b5a3ea6b-fe0ff162, #w-node-_23698e02-638a-6f8f-888d-64df06cad465-fe0ff162, #w-node-_12ffbfba-b4b5-5617-f23a-6a26e56b1bf3-8ef8df65, #w-node-_12ffbfba-b4b5-5617-f23a-6a26e56b1bf5-8ef8df65, #w-node-_12ffbfba-b4b5-5617-f23a-6a26e56b1bf7-8ef8df65, #w-node-_12ffbfba-b4b5-5617-f23a-6a26e56b1bf9-8ef8df65, #w-node-_12ffbfba-b4b5-5617-f23a-6a26e56b1bfb-8ef8df65, #w-node-_12ffbfba-b4b5-5617-f23a-6a26e56b1bfd-8ef8df65, #w-node-_12ffbfba-b4b5-5617-f23a-6a26e56b1bff-8ef8df65, #w-node-_12ffbfba-b4b5-5617-f23a-6a26e56b1c01-8ef8df65, #w-node-_12ffbfba-b4b5-5617-f23a-6a26e56b1c03-8ef8df65, #w-node-_12ffbfba-b4b5-5617-f23a-6a26e56b1c05-8ef8df65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1957222-8fab-894e-0053-c6879788bbe3-629dcdf4, #w-node-e1957222-8fab-894e-0053-c6879788bbe4-629dcdf4 {
  grid-area: Area;
}

#w-node-e1957222-8fab-894e-0053-c6879788bbe5-629dcdf4, #w-node-daf273e0-d6b4-ae20-e34e-0148ed9455a6-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daf273e0-d6b4-ae20-e34e-0148ed9455a7-629dcdf4 {
  grid-area: Area;
}

#w-node-daf273e0-d6b4-ae20-e34e-0148ed9455a8-629dcdf4, #w-node-adce140d-bda2-4850-5a78-e098cb838617-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adce140d-bda2-4850-5a78-e098cb838618-629dcdf4 {
  grid-area: Area;
}

#w-node-adce140d-bda2-4850-5a78-e098cb838619-629dcdf4, #w-node-ad536a7e-05d6-b862-00b2-ad64853289b8-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad536a7e-05d6-b862-00b2-ad64853289b9-629dcdf4 {
  grid-area: Area;
}

#w-node-ad536a7e-05d6-b862-00b2-ad64853289ba-629dcdf4, #w-node-_9ce04908-da2e-8c8f-a073-29144e9d9d49-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ce04908-da2e-8c8f-a073-29144e9d9d4a-629dcdf4 {
  grid-area: Area;
}

#w-node-_9ce04908-da2e-8c8f-a073-29144e9d9d4b-629dcdf4, #w-node-_75f5396d-85ca-e6a4-b59f-28634bd9a1a7-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75f5396d-85ca-e6a4-b59f-28634bd9a1a8-629dcdf4 {
  grid-area: Area;
}

#w-node-_75f5396d-85ca-e6a4-b59f-28634bd9a1a9-629dcdf4, #w-node-_1a3fe73d-3058-1e5c-7489-cbb1155622ff-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a3fe73d-3058-1e5c-7489-cbb115562300-629dcdf4 {
  grid-area: Area;
}

#w-node-_1a3fe73d-3058-1e5c-7489-cbb115562301-629dcdf4, #w-node-_53ad342a-6ff2-0dd9-a53c-4c936dab6d67-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53ad342a-6ff2-0dd9-a53c-4c936dab6d68-629dcdf4 {
  grid-area: Area;
}

#w-node-_53ad342a-6ff2-0dd9-a53c-4c936dab6d69-629dcdf4, #w-node-d04bb59c-acef-e06c-5c4b-3065c1ee0f52-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d04bb59c-acef-e06c-5c4b-3065c1ee0f53-629dcdf4 {
  grid-area: Area;
}

#w-node-d04bb59c-acef-e06c-5c4b-3065c1ee0f54-629dcdf4, #w-node-_88d35ab8-f19d-44ae-62de-69a75ba55819-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88d35ab8-f19d-44ae-62de-69a75ba5581a-629dcdf4 {
  grid-area: Area;
}

#w-node-_88d35ab8-f19d-44ae-62de-69a75ba5581b-629dcdf4, #w-node-_9a83bc0a-e1ac-43d9-cfa8-f0b422a0ea0c-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a83bc0a-e1ac-43d9-cfa8-f0b422a0ea0d-629dcdf4 {
  grid-area: Area;
}

#w-node-_9a83bc0a-e1ac-43d9-cfa8-f0b422a0ea0e-629dcdf4, #w-node-bdd92bc2-8b0c-b4cf-292e-cfb08abd02e8-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdd92bc2-8b0c-b4cf-292e-cfb08abd02e9-629dcdf4 {
  grid-area: Area;
}

#w-node-bdd92bc2-8b0c-b4cf-292e-cfb08abd02ea-629dcdf4, #w-node-_02dc2549-c2c8-5baf-2803-09cb8f3bb0dc-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02dc2549-c2c8-5baf-2803-09cb8f3bb0dd-629dcdf4 {
  grid-area: Area;
}

#w-node-_02dc2549-c2c8-5baf-2803-09cb8f3bb0de-629dcdf4, #w-node-c72ed623-5347-da15-d417-530c40654276-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c72ed623-5347-da15-d417-530c40654277-629dcdf4 {
  grid-area: Area;
}

#w-node-c72ed623-5347-da15-d417-530c40654278-629dcdf4, #w-node-_4fb5eec8-68da-8f33-ef45-f32bc15b3a93-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fb5eec8-68da-8f33-ef45-f32bc15b3a94-629dcdf4 {
  grid-area: Area;
}

#w-node-_4fb5eec8-68da-8f33-ef45-f32bc15b3a95-629dcdf4, #w-node-_77bf672c-e2b7-46ae-aacd-269f737df9dd-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77bf672c-e2b7-46ae-aacd-269f737df9de-629dcdf4 {
  grid-area: Area;
}

#w-node-_77bf672c-e2b7-46ae-aacd-269f737df9df-629dcdf4, #w-node-_0687c986-1311-df5b-8792-eff74f63e30c-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0687c986-1311-df5b-8792-eff74f63e30d-629dcdf4 {
  grid-area: Area;
}

#w-node-_0687c986-1311-df5b-8792-eff74f63e30e-629dcdf4, #w-node-e1957222-8fab-894e-0053-c6879788bbea-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1957222-8fab-894e-0053-c6879788bbeb-629dcdf4 {
  grid-area: Area;
}

#w-node-e1957222-8fab-894e-0053-c6879788bbec-629dcdf4, #w-node-e1957222-8fab-894e-0053-c6879788bbf1-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1957222-8fab-894e-0053-c6879788bbf2-629dcdf4 {
  grid-area: Area;
}

#w-node-e1957222-8fab-894e-0053-c6879788bbf3-629dcdf4, #w-node-e1957222-8fab-894e-0053-c6879788bbf8-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1957222-8fab-894e-0053-c6879788bbf9-629dcdf4 {
  grid-area: Area;
}

#w-node-e1957222-8fab-894e-0053-c6879788bbfa-629dcdf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da5ed3b-1e04-29da-5eb5-2817f2230395-815a9f9b {
  justify-self: center;
}

#w-node-_5da5ed3b-1e04-29da-5eb5-2817f2230396-815a9f9b {
  align-self: center;
}

#w-node-_9d3062c3-395b-4db6-ecca-52e80ca2a791-12a49cdb {
  justify-self: center;
}

#w-node-_9d3062c3-395b-4db6-ecca-52e80ca2a794-12a49cdb {
  align-self: center;
}

#w-node-f8c47e40-f6a7-aef7-e221-553c9bd41bf2-049e70fe {
  justify-self: center;
}

#w-node-f8c47e40-f6a7-aef7-e221-553c9bd41bf3-049e70fe {
  align-self: center;
}

#w-node-_9be3f79d-8831-a01b-ed6d-e7b72d98a00f-7f73220f {
  justify-self: center;
}

#w-node-_9be3f79d-8831-a01b-ed6d-e7b72d98a010-7f73220f {
  align-self: center;
}

#w-node-be69b57b-3906-2564-77c4-05dbd1759d74-5f03a4f3 {
  justify-self: center;
}

#w-node-be69b57b-3906-2564-77c4-05dbd1759d75-5f03a4f3 {
  align-self: center;
}

#w-node-f39a87a3-69f3-1a93-f3ab-798b19b0ce64-cbe0eaae, #w-node-f39a87a3-69f3-1a93-f3ab-798b19b0ce65-cbe0eaae, #w-node-f39a87a3-69f3-1a93-f3ab-798b19b0ce66-cbe0eaae, #w-node-f39a87a3-69f3-1a93-f3ab-798b19b0ce67-cbe0eaae, #w-node-f39a87a3-69f3-1a93-f3ab-798b19b0ce68-cbe0eaae, #w-node-f39a87a3-69f3-1a93-f3ab-798b19b0ce69-cbe0eaae, #w-node-ae6a8f1d-b2cf-adb5-92bd-f05c4122b5ff-4122b5fc, #w-node-ae6a8f1d-b2cf-adb5-92bd-f05c4122b600-4122b5fc, #w-node-ae6a8f1d-b2cf-adb5-92bd-f05c4122b601-4122b5fc, #w-node-ae6a8f1d-b2cf-adb5-92bd-f05c4122b602-4122b5fc, #w-node-ae6a8f1d-b2cf-adb5-92bd-f05c4122b603-4122b5fc, #w-node-ae6a8f1d-b2cf-adb5-92bd-f05c4122b604-4122b5fc, #w-node-ae6a8f1d-b2cf-adb5-92bd-f05c4122b605-4122b5fc, #w-node-ae6a8f1d-b2cf-adb5-92bd-f05c4122b606-4122b5fc, #w-node-ae6a8f1d-b2cf-adb5-92bd-f05c4122b607-4122b5fc, #w-node-ae6a8f1d-b2cf-adb5-92bd-f05c4122b608-4122b5fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68364e73-a50b-f12c-b999-804fefab2fb0-61631007 {
  justify-self: center;
}

#w-node-_68364e73-a50b-f12c-b999-804fefab2fb3-61631007 {
  align-self: center;
}

#w-node-d6105113-ee52-63b0-ab5c-c2cf11b41169-776f8814 {
  justify-self: center;
}

#w-node-d6105113-ee52-63b0-ab5c-c2cf11b4116c-776f8814 {
  align-self: center;
}

#w-node-_37bfe56d-3ce4-e7a3-99fa-725228e03be0-968b951d {
  justify-self: center;
}

#w-node-_37bfe56d-3ce4-e7a3-99fa-725228e03be1-968b951d {
  align-self: center;
}

#w-node-_525ad993-fb4d-0f2f-d706-22faafe194ae-b4293db8 {
  justify-self: center;
}

#w-node-_525ad993-fb4d-0f2f-d706-22faafe194b1-b4293db8 {
  align-self: center;
}

#w-node-_1f173d5f-cf7a-90f8-8691-178eb687b9e4-4346adcd {
  justify-self: center;
}

#w-node-_1f173d5f-cf7a-90f8-8691-178eb687b9e5-4346adcd {
  align-self: center;
}

#w-node-_58d1260c-cf71-cdd1-4ba9-249504931622-69af866f {
  justify-self: center;
}

#w-node-_58d1260c-cf71-cdd1-4ba9-249504931623-69af866f {
  align-self: center;
}

#w-node-c5905594-2c6c-32cb-4651-89c4eab8432e-e172c668 {
  justify-self: center;
}

#w-node-c5905594-2c6c-32cb-4651-89c4eab8432f-e172c668 {
  align-self: center;
}

#w-node-_3ad8bba4-f979-5a00-b81b-c24d2d7003ed-da845b1f {
  justify-self: center;
}

#w-node-_3ad8bba4-f979-5a00-b81b-c24d2d7003ee-da845b1f {
  align-self: center;
}

#w-node-c4dbbb3d-6ac9-684e-9488-706c98c4d51f-f93f4bca {
  justify-self: center;
}

#w-node-_645664d6-c15a-a8f1-5fd8-e91474c7c4c2-f93f4bca {
  align-self: center;
}

#w-node-c4dbbb3d-6ac9-684e-9488-706c98c4d51f-486d3bdb {
  justify-self: center;
}

#w-node-_645664d6-c15a-a8f1-5fd8-e91474c7c4c2-486d3bdb {
  align-self: center;
}

#w-node-c4dbbb3d-6ac9-684e-9488-706c98c4d51f-2438ff63 {
  justify-self: center;
}

#w-node-_645664d6-c15a-a8f1-5fd8-e91474c7c4c2-2438ff63 {
  align-self: center;
}

#w-node-c4dbbb3d-6ac9-684e-9488-706c98c4d51f-6e96cd97 {
  justify-self: center;
}

#w-node-_645664d6-c15a-a8f1-5fd8-e91474c7c4c2-6e96cd97 {
  align-self: center;
}

#w-node-c4dbbb3d-6ac9-684e-9488-706c98c4d51f-7e8e5a97 {
  justify-self: center;
}

#w-node-_645664d6-c15a-a8f1-5fd8-e91474c7c4c2-7e8e5a97 {
  align-self: center;
}

#w-node-c4dbbb3d-6ac9-684e-9488-706c98c4d51f-e0d08635 {
  justify-self: center;
}

#w-node-_645664d6-c15a-a8f1-5fd8-e91474c7c4c2-e0d08635 {
  align-self: center;
}

#w-node-c4dbbb3d-6ac9-684e-9488-706c98c4d51f-340440c2 {
  justify-self: center;
}

#w-node-_645664d6-c15a-a8f1-5fd8-e91474c7c4c2-340440c2 {
  align-self: center;
}

#w-node-_9d3062c3-395b-4db6-ecca-52e80ca2a791-dcf8308a {
  justify-self: center;
}

#w-node-_9d3062c3-395b-4db6-ecca-52e80ca2a794-dcf8308a {
  align-self: center;
}

#w-node-c4dbbb3d-6ac9-684e-9488-706c98c4d51f-5bc1ce4c {
  justify-self: center;
}

#w-node-_645664d6-c15a-a8f1-5fd8-e91474c7c4c2-5bc1ce4c {
  align-self: center;
}

#w-node-f3b220f6-e64f-2770-bc3e-e55fe7b2ed14-cf22522d, #w-node-f3b220f6-e64f-2770-bc3e-e55fe7b2ed15-cf22522d, #w-node-f3b220f6-e64f-2770-bc3e-e55fe7b2ed1c-cf22522d, #w-node-f3b220f6-e64f-2770-bc3e-e55fe7b2ed23-cf22522d, #w-node-f3b220f6-e64f-2770-bc3e-e55fe7b2ed2a-cf22522d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4dbbb3d-6ac9-684e-9488-706c98c4d51f-6ebb877c {
  justify-self: center;
}

#w-node-_645664d6-c15a-a8f1-5fd8-e91474c7c4c2-6ebb877c {
  align-self: center;
}

#w-node-c4dbbb3d-6ac9-684e-9488-706c98c4d51f-2c8364f3 {
  justify-self: center;
}

#w-node-_645664d6-c15a-a8f1-5fd8-e91474c7c4c2-2c8364f3 {
  align-self: center;
}

#w-node-f0dd4e0e-f629-dacb-1703-86f37fab35a4-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35a6-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35aa-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35ac-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35ae-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35b0-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35b4-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35ba-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35bc-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35be-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35c0-7a1e4798, #w-node-f0dd4e0e-f629-dacb-1703-86f37fab35c4-7a1e4798, #w-node-_27061d7b-04d5-f544-1710-91db331375b8-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375ba-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375bc-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375be-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375c0-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375c2-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375c4-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375c6-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375c8-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375ca-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375cc-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375ce-5c7890bb, #w-node-_27061d7b-04d5-f544-1710-91db331375b8-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375ba-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375bc-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375be-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375c0-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375c2-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375c4-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375c6-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375c8-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375ca-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375cc-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375ce-2d6eb64c, #w-node-_27061d7b-04d5-f544-1710-91db331375b8-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375ba-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375bc-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375be-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375c0-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375c2-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375c4-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375c6-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375c8-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375ca-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375cc-34b6e5d4, #w-node-_27061d7b-04d5-f544-1710-91db331375ce-34b6e5d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5da5ed3b-1e04-29da-5eb5-2817f2230397-815a9f9b, #w-node-_5da5ed3b-1e04-29da-5eb5-2817f223039f-815a9f9b, #w-node-_1f23075f-7e6e-5bc8-e429-0da4d843d673-815a9f9b, #w-node-_1f23075f-7e6e-5bc8-e429-0da4d843d681-815a9f9b, #w-node-_1f23075f-7e6e-5bc8-e429-0da4d843d69b-815a9f9b, #w-node-_9d3062c3-395b-4db6-ecca-52e80ca2a795-12a49cdb, #w-node-_9d3062c3-395b-4db6-ecca-52e80ca2a797-12a49cdb, #w-node-_52767e8a-0aab-6f82-af10-bc28f49ce41f-12a49cdb, #w-node-_52767e8a-0aab-6f82-af10-bc28f49ce42a-12a49cdb, #w-node-_52767e8a-0aab-6f82-af10-bc28f49ce435-12a49cdb, #w-node-f8c47e40-f6a7-aef7-e221-553c9bd41bf4-049e70fe, #w-node-f8c47e40-f6a7-aef7-e221-553c9bd41bfc-049e70fe, #w-node-f4655618-725a-d8af-e731-e890f4a7f53b-049e70fe, #w-node-f4655618-725a-d8af-e731-e890f4a7f549-049e70fe, #w-node-f4655618-725a-d8af-e731-e890f4a7f55a-049e70fe, #w-node-_9be3f79d-8831-a01b-ed6d-e7b72d98a011-7f73220f, #w-node-_9be3f79d-8831-a01b-ed6d-e7b72d98a016-7f73220f, #w-node-_088a08ef-ffbf-d1f0-0836-5d1f91d7f821-7f73220f, #w-node-_088a08ef-ffbf-d1f0-0836-5d1f91d7f82f-7f73220f, #w-node-_088a08ef-ffbf-d1f0-0836-5d1f91d7f840-7f73220f, #w-node-be69b57b-3906-2564-77c4-05dbd1759d76-5f03a4f3, #w-node-be69b57b-3906-2564-77c4-05dbd1759d7b-5f03a4f3, #w-node-da36a748-0c3d-7768-d5b7-72675dc77b75-5f03a4f3, #w-node-da36a748-0c3d-7768-d5b7-72675dc77b80-5f03a4f3, #w-node-da36a748-0c3d-7768-d5b7-72675dc77b94-5f03a4f3, #w-node-_68364e73-a50b-f12c-b999-804fefab2fb4-61631007, #w-node-_68364e73-a50b-f12c-b999-804fefab2fb6-61631007, #w-node-d30ba0b7-8aee-d7ea-cee2-2e390f827b97-61631007, #w-node-d30ba0b7-8aee-d7ea-cee2-2e390f827ba5-61631007, #w-node-d30ba0b7-8aee-d7ea-cee2-2e390f827bb6-61631007, #w-node-d6105113-ee52-63b0-ab5c-c2cf11b4116d-776f8814, #w-node-d6105113-ee52-63b0-ab5c-c2cf11b4116f-776f8814, #w-node-_10eae970-9313-bf36-069d-b371badc9c5a-776f8814, #w-node-_10eae970-9313-bf36-069d-b371badc9c65-776f8814, #w-node-_10eae970-9313-bf36-069d-b371badc9c70-776f8814, #w-node-_37bfe56d-3ce4-e7a3-99fa-725228e03be2-968b951d, #w-node-_37bfe56d-3ce4-e7a3-99fa-725228e03be7-968b951d, #w-node-_5499d400-64a0-339e-d862-c8f8d5fe495b-968b951d, #w-node-_5499d400-64a0-339e-d862-c8f8d5fe4966-968b951d, #w-node-_5499d400-64a0-339e-d862-c8f8d5fe4971-968b951d, #w-node-_525ad993-fb4d-0f2f-d706-22faafe194b2-b4293db8, #w-node-_525ad993-fb4d-0f2f-d706-22faafe194b4-b4293db8, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-b4293db8, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-b4293db8, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-b4293db8, #w-node-_1f173d5f-cf7a-90f8-8691-178eb687b9e6-4346adcd, #w-node-_1f173d5f-cf7a-90f8-8691-178eb687b9e8-4346adcd, #w-node-e7a29aab-d0e9-89aa-70b5-8c956df24718-4346adcd, #w-node-e7a29aab-d0e9-89aa-70b5-8c956df24726-4346adcd, #w-node-e7a29aab-d0e9-89aa-70b5-8c956df24737-4346adcd, #w-node-_58d1260c-cf71-cdd1-4ba9-249504931624-69af866f, #w-node-_58d1260c-cf71-cdd1-4ba9-249504931626-69af866f, #w-node-aa32d383-3314-3028-747a-ebdce3945f14-69af866f, #w-node-aa32d383-3314-3028-747a-ebdce3945f1f-69af866f, #w-node-aa32d383-3314-3028-747a-ebdce3945f30-69af866f, #w-node-c5905594-2c6c-32cb-4651-89c4eab84330-e172c668, #w-node-c5905594-2c6c-32cb-4651-89c4eab84338-e172c668, #w-node-e07f456f-2730-5b9c-9668-606cc99edac7-e172c668, #w-node-e07f456f-2730-5b9c-9668-606cc99edad5-e172c668, #w-node-e07f456f-2730-5b9c-9668-606cc99edae9-e172c668, #w-node-_3ad8bba4-f979-5a00-b81b-c24d2d7003ef-da845b1f, #w-node-_3ad8bba4-f979-5a00-b81b-c24d2d7003f4-da845b1f, #w-node-_0c3fbe92-10a4-e106-4751-35803cf8a76d-da845b1f, #w-node-_0c3fbe92-10a4-e106-4751-35803cf8a775-da845b1f, #w-node-_0c3fbe92-10a4-e106-4751-35803cf8a783-da845b1f, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-c2fbc86e, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-f93f4bca, #w-node-aa2e9504-38ac-9dd9-bd10-e138b2beccd6-f93f4bca, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-f93f4bca, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-f93f4bca, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-f93f4bca, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-486d3bdb, #w-node-aa2e9504-38ac-9dd9-bd10-e138b2beccd6-486d3bdb, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-486d3bdb, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-486d3bdb, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-486d3bdb, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-2438ff63, #w-node-aa2e9504-38ac-9dd9-bd10-e138b2beccd6-2438ff63, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-2438ff63, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-2438ff63, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-2438ff63, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-6e96cd97, #w-node-aa2e9504-38ac-9dd9-bd10-e138b2beccd6-6e96cd97, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-6e96cd97, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-6e96cd97, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-6e96cd97, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-7e8e5a97, #w-node-aa2e9504-38ac-9dd9-bd10-e138b2beccd6-7e8e5a97, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-7e8e5a97, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-7e8e5a97, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-7e8e5a97, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-e0d08635, #w-node-aa2e9504-38ac-9dd9-bd10-e138b2beccd6-e0d08635, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-e0d08635, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-e0d08635, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-e0d08635, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-340440c2, #w-node-aa2e9504-38ac-9dd9-bd10-e138b2beccd6-340440c2, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-340440c2, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-340440c2, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-340440c2, #w-node-_9d3062c3-395b-4db6-ecca-52e80ca2a795-dcf8308a, #w-node-_9d3062c3-395b-4db6-ecca-52e80ca2a797-dcf8308a, #w-node-_52767e8a-0aab-6f82-af10-bc28f49ce41f-dcf8308a, #w-node-_52767e8a-0aab-6f82-af10-bc28f49ce42a-dcf8308a, #w-node-_52767e8a-0aab-6f82-af10-bc28f49ce435-dcf8308a, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-5bc1ce4c, #w-node-aa2e9504-38ac-9dd9-bd10-e138b2beccd6-5bc1ce4c, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-5bc1ce4c, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-5bc1ce4c, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-5bc1ce4c, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-6ebb877c, #w-node-aa2e9504-38ac-9dd9-bd10-e138b2beccd6-6ebb877c, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-6ebb877c, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-6ebb877c, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-6ebb877c, #w-node-_3bf6845f-1e26-d5ec-4a6d-767b75a42db5-2c8364f3, #w-node-aa2e9504-38ac-9dd9-bd10-e138b2beccd6-2c8364f3, #w-node-cf16759a-dd32-6174-fe4d-f6c7283c1172-2c8364f3, #w-node-_4cbbe7da-a5d7-af63-98cc-d3c1a955e64f-2c8364f3, #w-node-bee48ad3-5871-4dd3-8f94-9dec37d674f6-2c8364f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* perf: img aspect-ratio safeguard */
img[width][height]{height:auto}
