.marketecture-diagram__hero h2,
.marketecture-diagram__hero p {
  padding: 0;
  margin: 0 0 24px 0;
}
.marketecture-diagram__hero h2 {
  font-size: 36px;
  line-height: 1;
  font-family: "InclusiveSans", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 993px) {
  .marketecture-diagram__hero h2 {
    font-size: 55px;
    line-height: 1.1;
  }
  html[lang=de] .marketecture-diagram__hero h2 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .marketecture-diagram__hero h2 {
    font-size: 76px;
    line-height: 1.1;
  }
  html[lang=de] .marketecture-diagram__hero h2 {
    font-size: 55px;
  }
}
.marketecture-diagram__hero p {
  font-size: 22px;
  line-height: 1.5;
  font-family: "IBMPlexSerif", sans-serif;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 992px) {
  .marketecture-diagram__hero p {
    margin-bottom: 32px;
  }
}

.marketecture-diagram__eyebrow, .marketecture-diagram__title, .marketecture-diagram__content {
  position: relative;
  margin: 0;
  z-index: 2;
  padding-top: 8px;
}
@media (min-width: 993px) {
  .marketecture-diagram__eyebrow, .marketecture-diagram__title, .marketecture-diagram__content {
    padding: 8px 0;
  }
}
.marketecture-diagram__eyebrow {
  font-size: 20px;
  line-height: 1.5;
  font-family: "InclusiveSans", sans-serif;
  font-weight: 500;
  color: #0041C4;
  margin: 0;
  padding: 0;
}
@media (min-width: 993px) {
  .marketecture-diagram__eyebrow {
    margin-bottom: 10px;
  }
}
.marketecture-diagram__title {
  font-size: 28px;
  line-height: 1.27;
  font-family: "InclusiveSans", sans-serif;
  font-weight: 400;
  color: #030303;
}
@media (min-width: 1024px) {
  .marketecture-diagram__title {
    font-size: 36px;
  }
}
.marketecture-diagram__content {
  font-size: 18px;
  line-height: 1.5;
  font-family: "IBMPlexSerif", sans-serif;
  font-weight: 300;
  color: #232323;
  margin-bottom: 16px;
}
@media (min-width: 993px) {
  .marketecture-diagram__content {
    margin-bottom: 32px;
  }
}
.marketecture-diagram__button {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  font-family: "InclusiveSans", sans-serif;
  padding: 8px 32px;
  border-radius: 32px;
  background: #c50097;
  color: #fff;
  font-weight: 500;
  transition: border-color 0.25s, background-color 0.25s, color 0.25s;
}
.marketecture-diagram__button:hover, .marketecture-diagram__button:focus {
  background: #AF098A;
  text-decoration: none;
}
.marketecture-diagram__button:active {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  .marketecture-diagram__button {
    margin-bottom: 32px;
  }
}

html[lang=de] .marketecture-diagram__hero h2 {
  word-break: normal;
  hyphens: auto;
  overflow-wrap: normal;
}

.marketecture-body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, #f2f2f2 0%, #fff 100%), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/marketecture-background.png) 0% 0%/50px 50px repeat, #fff;
  background-blend-mode: multiply, normal, normal, normal;
  background-size: cover;
  z-index: -1;
}

.marketecture-diagram {
  position: relative;
  height: unset;
  overflow: hidden;
}
.marketecture-diagram__hero {
  background-color: #00194b;
  overflow: hidden;
}
.marketecture-diagram__hero, .marketecture-diagram__content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  padding: 24px 30px;
}
@media (min-width: 993px) {
  .marketecture-diagram__hero, .marketecture-diagram__content-wrapper {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    padding: 30px;
  }
}
@media (min-width: 993px) {
  .marketecture-diagram__hero {
    min-height: 100vh;
  }
}
@media (min-width: 993px) {
  .marketecture-diagram__content-wrapper {
    height: 100vh;
  }
}
.marketecture-diagram__content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  background: transparent;
}
@media (min-width: 1200px) {
  .marketecture-diagram__content-container {
    place-self: center;
    max-width: 550px;
  }
}
@media (min-width: 1400px) {
  .marketecture-diagram__content-container {
    max-width: 650px;
  }
}
.marketecture-diagram__image {
  place-self: center;
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 365/365;
}
@media (min-width: 993px) {
  .marketecture-diagram__image {
    display: none;
  }
}
.marketecture-diagram__image svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#lottie-container {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
  grid-column: 2;
}
@media (min-width: 992px) {
  #lottie-container {
    display: block;
    top: 0;
    width: 50vw;
    height: 100vh;
  }
}
@media (min-width: 1400px) {
  #lottie-container {
    display: block;
    top: 0;
  }
}

#lottie,
#hero-lottie {
  width: 100%;
  height: 100%;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  max-width: 720px;
}

#lottie {
  scale: 1.32;
}

#hero-lottie {
  scale: 1.3;
}

/*# sourceMappingURL=style.css.map */
