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

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

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

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

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

:root {
  --dark-purple: #121212;
  --light-purple: #f1f1f1;
  --tealish-blue: #e7e7e7;
  --line: #b6b6b6;
  --red: #f52c47;
}

body {
  background-color: var(--dark-purple);
  color: var(--light-purple);
  font-family: Inter reg, sans-serif;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mesheddisplay, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: .9;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mesheddisplay, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: .9;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mesheddisplay, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: .9;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mesheddisplay, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: .9;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mesheddisplay, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: .9;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mesheddisplay, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  line-height: .9;
}

p {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Inter reg, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #fff;
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  width: 100%;
  padding-top: 9em;
  padding-bottom: 7.5em;
}

.section.footer {
  z-index: 5;
  background-color: var(--dark-purple);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8.75em;
  padding-bottom: 2.5em;
  display: flex;
  position: relative;
}

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

.section.main-right {
  z-index: 5;
  background-color: var(--light-purple);
  width: 100%;
  color: var(--dark-purple);
  flex-direction: column;
  padding-top: 2.625em;
  padding-bottom: 16em;
  display: flex;
  position: relative;
}

.section.design {
  z-index: 5;
  background-color: var(--tealish-blue);
  width: 100%;
  color: var(--dark-purple);
  flex-direction: column;
  padding-top: 2.625em;
  padding-bottom: 9.75em;
  display: flex;
  position: relative;
}

.section.stats {
  z-index: 5;
  background-color: var(--tealish-blue);
  width: 100%;
  color: var(--dark-purple);
  flex-direction: column;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  display: flex;
  position: relative;
}

.section.global {
  z-index: 5;
  background-color: var(--light-purple);
  width: 100%;
  color: var(--dark-purple);
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 9.75em;
  display: flex;
  position: relative;
}

.section.about {
  z-index: 5;
  background-color: var(--light-purple);
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 9.75em;
  display: flex;
  position: relative;
}

.section.branding, .section.quote-video {
  z-index: 5;
  margin-top: -3em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.stats2 {
  z-index: 5;
  background-color: var(--tealish-blue);
  width: 100%;
  color: var(--dark-purple);
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.25em;
  padding-right: 3.25em;
}

.container.textzeile {
  padding-top: 57px;
}

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

.column-xsmall {
  width: 100%;
  max-width: 290px;
}

.column-2xlarge {
  width: 100%;
  max-width: 1060px;
}

.line {
  background-color: var(--line);
  width: 100%;
  height: 1px;
  line-height: 1.4px;
}

.line.margin-64 {
  margin-top: 1em;
}

.line.steps {
  position: absolute;
  inset: auto 0% 0%;
}

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

.grid.licenses {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.text-display-1 {
  text-transform: none;
  font-family: Inter bd, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.1;
}

.text-display-1.bold {
  font-family: Inter md, sans-serif;
}

.text-display-1._2 {
  font-size: 2.1em;
}

.grid-thirds {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  text-transform: uppercase;
  background-color: #f52c47;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-right: 13px;
  padding: 1.125em 3em;
  font-size: 14px;
  font-weight: 500;
}

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

.button.blau {
  background-color: #001aaf;
}

.button.blau:hover {
  background-color: #bcbcbc;
}

.rich-text {
  max-width: 40em;
  font-size: 18px;
}

.rich-text h1 {
  margin-bottom: 32px;
  font-size: 2.5em;
}

.rich-text h2 {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 1.75em;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 1.5em;
}

.rich-text h5 {
  margin-bottom: 20px;
  font-size: 1.25em;
}

.rich-text h6 {
  margin-bottom: 20px;
  font-size: 1em;
}

.rich-text p {
  margin-bottom: 32px;
  line-height: 1.6;
}

.rich-text li {
  margin-bottom: 12px;
}

.rich-text ul {
  margin-bottom: 32px;
  padding-left: 20px;
}

.rich-text ol {
  overflow: visible;
}

.rich-text figcaption {
  text-transform: uppercase;
  margin-top: 12px;
  font-family: Inter md, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.rich-text blockquote {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.style-guide-color.dark-purple {
  background-color: var(--dark-purple);
}

.style-guide-color.line {
  background-color: var(--line);
  border: 1px solid #1c1c1c;
}

.style-guide-color.light-purple {
  background-color: var(--light-purple);
}

.style-guide-color.tealish-blue {
  background-color: var(--tealish-blue);
}

.nav-link {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-left: 1.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.nav-link:hover {
  color: var(--red);
}

.text-display-2 {
  font-size: 4em;
}

.text-display-3 {
  color: var(--dark-purple);
  font-family: Inter md, sans-serif;
  font-size: 30px;
}

.text-display-3.beschreibung-hl {
  max-width: 30%;
}

.text-display-3.beschreibung-hl.h3-kleiner {
  font-family: Inter md, sans-serif;
}

.text-display-3.beschreibung-hl.h3-kleiner.link-maps {
  z-index: 90;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 18%;
  padding: 5px 8px;
  font-size: 21px;
  display: flex;
  position: relative;
  bottom: -85px;
  left: 13px;
}

.text-display-3.beschreibung-hl.h3-kleiner.link-maps:hover {
  background-color: #a0c7ff;
}

.text-display-5 {
  font-size: 2.5em;
}

.text-body-1 {
  letter-spacing: -.01em;
  font-family: Inter reg, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.text-micro-1 {
  color: var(--dark-purple);
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Inter md, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.text-micro-1.text-color-line {
  color: var(--line);
}

.text-micro-2 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Inter md, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: .9;
}

.nav-btn {
  display: none;
}

.header-nav {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  position: relative;
}

.logo-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-btn-lottie {
  width: 32px;
  height: 32px;
}

.header {
  z-index: 100;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3.25em;
  display: flex;
  position: fixed;
  top: 0;
}

.header.utility {
  margin-top: 0;
  padding-top: 18px;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.reel-contain {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.reel-contain.main-video {
  z-index: 2;
  border-radius: 0;
  width: 50%;
  height: 100vh;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.reel-contain.design {
  border-bottom-right-radius: 14.375em;
  padding-top: 50%;
}

.reel-contain.quote {
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding-top: 50%;
}

.reel {
  object-fit: cover;
  background-image: none;
  width: 100%;
  height: 100%;
  padding-top: 3em;
  padding-left: 2.5em;
  position: absolute;
  inset: 0%;
}

.reel.home-hero {
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel-title {
  perspective: 2000px;
  margin-bottom: 2em;
}

.col {
  width: 100%;
}

.col._11-20 {
  max-width: 55%;
}

.col._10-20 {
  max-width: 50%;
}

.col._6-20 {
  max-width: 30%;
}

.col._8-20 {
  max-width: 40%;
}

.col._8-20._50 {
  max-width: 50%;
}

.col._3-20 {
  max-width: 15%;
}

.col._9-20 {
  max-width: 56%;
}

.col._5-20 {
  max-width: 25%;
}

.col._2-20 {
  max-width: 10%;
}

.col._12-20 {
  max-width: 60%;
}

.col._7-20 {
  max-width: 35%;
}

.col._1-20 {
  max-width: 5%;
}

.col._4-20 {
  max-width: 20%;
}

.col._13-20 {
  max-width: 65%;
}

.col._14-20 {
  max-width: 70%;
}

.col._15-20 {
  max-width: 75%;
}

.col._16-20 {
  max-width: 80%;
}

.col._16-20.margin-56.kalender {
  max-width: 100%;
  min-height: 20px;
  max-height: none;
}

.col._17-20 {
  max-width: 85%;
}

.col._18-20 {
  max-width: 90%;
}

.col._19-20 {
  max-width: 95%;
}

.col._20-20 {
  max-width: 100%;
}

.style-guide-block {
  background-color: var(--line);
  height: 4em;
}

.o-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.row {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.row.hero-title, .row.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.row.hero-content {
  grid-column-gap: 6.625em;
  grid-row-gap: 6.625em;
  flex-direction: row;
}

.row.design-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  width: 75%;
}

.row.stats {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: space-between;
}

.row.margin-56 {
  flex-flow: row;
  justify-content: space-between;
  width: auto;
  min-height: auto;
}

.row.branding-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: space-between;
}

.row.branding {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

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

.about-card {
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-holder {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.track-icon {
  width: 1.25em;
  height: 1.25em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.work-item {
  border-radius: 1.5em;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  padding-left: 2.5em;
  position: relative;
  overflow: hidden;
}

.blog-card {
  border: 1px solid var(--dark-purple);
  color: var(--dark-purple);
  border-radius: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-link {
  color: #dcdcdc;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Inter md, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: .9;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.text-link:hover {
  color: #f52c47;
}

.footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  line-height: .9px;
  display: flex;
}

.reel-title-mask {
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
}

.template-text {
  max-width: 37.5em;
  margin-bottom: 5em;
}

.top-bar {
  background-color: var(--line);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.licenses-item {
  background-color: var(--line);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56.25em;
  padding: 32px;
  display: flex;
}

.licenses-text {
  margin-top: .7em;
}

.main-wrapper {
  justify-content: flex-end;
  display: flex;
}

.main-wrapper.wrapper-2 {
  color: var(--dark-purple);
  flex-flow: column;
  padding-top: 139px;
}

.caps {
  text-transform: uppercase;
}

.margin-56 {
  margin-bottom: 3.5em;
}

.margin-80 {
  margin-bottom: 5em;
}

.margin-160 {
  margin-bottom: 10em;
}

.margin-2 {
  margin-bottom: .125em;
}

.margin-64 {
  margin-bottom: 4em;
}

.margin-144 {
  margin-bottom: 9em;
}

.margin-12 {
  margin-bottom: .75em;
}

.margin-16 {
  margin-bottom: 1em;
}

.margin-32 {
  margin-bottom: 2em;
}

.margin-176 {
  margin-bottom: 11em;
}

.c-title {
  margin-bottom: 2em;
}

.margin-4 {
  margin-bottom: .25em;
}

.t-body-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125vw;
  line-height: 1.3;
}

.margin-24 {
  margin-bottom: 1.5em;
}

.margin-40 {
  margin-bottom: 2.5em;
}

.margin-128 {
  margin-bottom: 8em;
}

.margin-136 {
  margin-bottom: 8.5em;
}

.margin-120 {
  margin-bottom: 7.5em;
}

.margin-48 {
  margin-bottom: 3em;
}

.margin-8 {
  margin-bottom: .5em;
}

.margin-96 {
  margin-bottom: 6em;
}

.image-contain {
  position: relative;
  overflow: hidden;
}

.image-contain.home-hero-image {
  border-top-left-radius: 5em;
  border-bottom-right-radius: 5em;
  flex: none;
  width: 16.5em;
  height: 16.5em;
}

.image-contain.global {
  border-top-left-radius: 14.375em;
  border-bottom-right-radius: 14.375em;
  min-width: 50%;
  padding-top: 56.25%;
  display: block;
}

.image-contain.global.left-image {
  border: 6px solid #dbdbdb;
  border-top-left-radius: 10em;
  border-bottom-right-radius: 0;
  min-width: 48%;
  min-height: 370px;
}

.image-contain.global.left-image:hover {
  border-color: #a0c7ff;
}

.image-contain.global.right-image {
  border: 6px solid #dbdbdb;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10em;
  min-height: 370px;
}

.image-contain.global.right-image:hover {
  border-color: #a0c7ff;
  border-bottom-right-radius: 10em;
}

.image-contain.branding-left {
  border-top-left-radius: 2em;
  width: 50%;
  padding-top: 50%;
}

.image-contain.branding-right {
  border-top-right-radius: 2em;
  width: 50%;
  padding-top: 50%;
}

.image-contain.branding {
  border-radius: 1em;
  padding-top: 56.25%;
}

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

.main-right {
  flex: none;
  width: 50%;
  min-width: 960px;
}

.stats-item {
  border-left: 1px solid var(--line);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-left: 1.5em;
  display: flex;
}

.stats-item.quote {
  border-left-color: var(--line);
  height: 100%;
  padding-top: 4em;
  padding-bottom: 2.5em;
}

.bold {
  font-family: Mesheddisplay, sans-serif;
  font-weight: 700;
}

.steps-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  padding-bottom: 3.5em;
  display: flex;
  position: relative;
}

.track-wrap {
  border-bottom: 1px solid var(--line);
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.grid-halves {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-halves.stats2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.quote-left {
  padding: 4em 2.5em 2.5em;
}

.quote-right {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph {
  color: var(--dark-purple);
}

.body {
  background-color: var(--light-purple);
}

.code-embed {
  padding-top: 46px;
  display: block;
}

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

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

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

.image-2 {
  mix-blend-mode: multiply;
  max-width: 70%;
}

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

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

.padding-global {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.section-changelog {
  z-index: 1;
}

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

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

.main-wrapper-2 {
  z-index: 1;
  background-color: #fff0;
  position: relative;
}

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

.heading {
  font-family: Inter reg, sans-serif;
}

.heading._4 {
  font-size: 3.8em;
}

.paragraph-2 {
  padding-top: 52px;
}

.paragraph-3 {
  padding-top: 75px;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  font-family: Inter reg, sans-serif;
}

.link-block {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: space-around;
  min-width: 48%;
  min-height: 410px;
  display: block;
}

.rich-text-block {
  padding-top: 81px;
  padding-bottom: 58px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3em;
  }

  h4 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 2em;
  }

  h6 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  blockquote {
    font-size: 2em;
  }

  .wrapper {
    padding-top: 4em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

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

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-quarters {
    grid-column-gap: 24px;
  }

  .grid-quarters.style-guide {
    grid-template-columns: 1fr;
  }

  .text-display-1 {
    font-size: 4em;
  }

  .grid-thirds {
    grid-column-gap: 24px;
  }

  .nav-link {
    color: #060606;
    border-bottom: 1px solid #3a375880;
    width: 100%;
    margin-left: 0;
    padding: 1.25em 1.5em;
  }

  .nav-link:hover {
    color: #f52c47;
  }

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

  .text-display-2 {
    font-size: 3.5em;
  }

  .text-display-3 {
    font-size: 3em;
  }

  .text-display-3.beschreibung-hl.h3-kleiner {
    max-width: 33%;
    font-size: 1.8em;
  }

  .text-display-3.beschreibung-hl.h3-kleiner.link-maps {
    bottom: -127px;
  }

  .text-display-5, .text-body-1 {
    font-size: 2em;
  }

  .nav-btn {
    cursor: pointer;
    display: flex;
  }

  .logo-img {
    mix-blend-mode: normal;
  }

  .header-nav {
    z-index: -1;
    background-color: var(--light-purple);
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: none;
    position: fixed;
    inset: 4em 0% auto;
  }

  .logo-link.w--current {
    mix-blend-mode: normal;
  }

  .nav-btn-lottie {
    mix-blend-mode: difference;
    width: 1.5em;
    height: 1.5em;
  }

  .header {
    z-index: 2000;
    border-bottom: 1px solid var(--line);
    background-color: var(--light-purple);
    height: 4em;
    margin-top: 0;
  }

  .header.utility {
    padding-top: 0;
  }

  .reel-contain.main-video {
    display: none;
  }

  .col._8-20 {
    max-width: 50%;
  }

  .col._13-20 {
    max-width: 100%;
  }

  .o-grid.no-space {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

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

  .row.design-content {
    width: 90%;
  }

  .row.stats {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .footer-links {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .margin-56 {
    margin-bottom: 2.5em;
  }

  .margin-80 {
    margin-bottom: 4em;
  }

  .margin-160 {
    margin-bottom: 5em;
  }

  .margin-64 {
    margin-bottom: 3em;
  }

  .margin-144 {
    margin-bottom: 5em;
  }

  .margin-32 {
    margin-bottom: 1.5em;
  }

  .margin-176 {
    margin-bottom: 5em;
  }

  .margin-24 {
    margin-bottom: 1.25em;
  }

  .margin-40 {
    margin-bottom: 2em;
  }

  .margin-128, .margin-136, .margin-120 {
    margin-bottom: 5em;
  }

  .margin-48 {
    margin-bottom: 2em;
  }

  .margin-96 {
    margin-bottom: 4em;
  }

  .image-contain.global.right-image {
    border-bottom-right-radius: 10em;
  }

  .main-right {
    width: 100%;
    min-width: auto;
  }

  .grid-halves {
    grid-column-gap: 24px;
  }

  .quote-left {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .padding-global {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .heading {
    font-size: 3em;
  }

  .heading._4 {
    font-size: 2.9em;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

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

  .section.main-right, .section.design {
    padding-bottom: 4em;
  }

  .section.stats, .section.global {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .container.textzeile {
    padding-top: 32px;
  }

  .text-display-1 {
    font-size: 3em;
  }

  .grid-thirds.style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .text-display-2 {
    font-size: 2.5em;
  }

  .text-display-3 {
    font-size: 2em;
  }

  .text-display-3.beschreibung-hl.h3-kleiner {
    font-size: 1.5em;
  }

  .text-display-3.beschreibung-hl.h3-kleiner.link-maps {
    max-width: 27%;
    bottom: -175px;
  }

  .text-display-5 {
    font-size: 1.5em;
  }

  .col._10-20 {
    max-width: 100%;
  }

  .col._6-20 {
    max-width: 40%;
  }

  .col._8-20 {
    max-width: 70%;
  }

  .col._9-20 {
    max-width: 60%;
  }

  .col._12-20 {
    max-width: 80%;
  }

  .col._7-20 {
    max-width: 60%;
  }

  .col._15-20 {
    max-width: 100%;
  }

  .row.hero-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .margin-160, .margin-144, .margin-176, .margin-128, .margin-136, .margin-120 {
    margin-bottom: 4em;
  }

  .image-contain.global {
    border-top-left-radius: 10em;
    border-bottom-right-radius: 10em;
  }

  .image-contain.global.left-image {
    border-top-left-radius: 5em;
  }

  .image-contain.global.right-image, .image-contain.global.right-image:hover {
    border-bottom-right-radius: 5em;
  }

  .stats-item.quote {
    padding-left: 1.25em;
  }

  .quote-left {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.75em;
  }

  h5 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.25em;
  }

  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .section.main-right {
    padding-bottom: 6em;
  }

  .section.global {
    padding-bottom: 7em;
  }

  .section.about {
    padding-bottom: 2.9em;
  }

  .section.branding, .section.quote-video {
    overflow: visible;
  }

  .container.textzeile {
    padding-top: 29px;
  }

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

  .text-display-1 {
    font-size: 2.5em;
  }

  .text-display-1._2 {
    font-size: 1.5em;
  }

  .grid-thirds, .grid-thirds.style-guide {
    grid-template-columns: 1fr;
  }

  .button {
    padding-left: 2em;
    padding-right: 2em;
  }

  .rich-text h1 {
    font-size: 2em;
  }

  .rich-text h2 {
    font-size: 1.75em;
  }

  .rich-text h3 {
    font-size: 1.5em;
  }

  .rich-text h4 {
    font-size: 1.25em;
  }

  .rich-text h5 {
    font-size: 1em;
  }

  .rich-text h6 {
    font-size: .75em;
  }

  .rich-text p, .rich-text ul {
    font-size: 1em;
  }

  .rich-text blockquote {
    font-size: 1.5em;
  }

  .text-display-2 {
    font-size: 2em;
  }

  .text-display-3.beschreibung-hl.h3-kleiner {
    max-width: 90%;
  }

  .text-display-3.beschreibung-hl.h3-kleiner.link-maps {
    justify-content: center;
    align-items: center;
    max-width: 44%;
    font-size: 15px;
    bottom: -132px;
    left: 7px;
  }

  .text-body-1 {
    font-size: 1.5em;
  }

  .text-micro-1.text-color-line.hide-mobile {
    display: none;
  }

  .logo-link {
    border-top: 1px #c4c4c4;
  }

  .logo-link.w--current {
    border-top-style: none;
  }

  .header {
    padding: 0;
  }

  .reel.home-hero {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .col._11-20, .col._6-20, .col._8-20, .col._3-20, .col._9-20, .col._5-20, .col._2-20, .col._12-20, .col._7-20, .col._1-20, .col._4-20, .col._14-20, .col._15-20, .col._16-20, .col._17-20, .col._18-20, .col._19-20 {
    max-width: 100%;
  }

  .row.design-content {
    flex-direction: column;
  }

  .row.stats {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
  }

  .row.stats.margin-80 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    margin-bottom: 1.5em;
  }

  .row.branding-content.margin-96 {
    flex-direction: column;
  }

  .footer-links {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-links.margin-80 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .reel-title-mask {
    padding-left: .4em;
    padding-right: .4em;
  }

  .top-bar {
    font-size: 14px;
    line-height: 1.2;
  }

  .licenses-item {
    padding: 24px;
  }

  .margin-80, .margin-96 {
    margin-bottom: 3em;
  }

  .image-contain.global {
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }

  .image-contain.global.left-image {
    border-top-left-radius: 3em;
    min-height: 250px;
  }

  .image-contain.global.right-image {
    border-bottom-right-radius: 3em;
    min-height: 250px;
  }

  .image-contain.global.right-image:hover {
    border-bottom-right-radius: 3em;
  }

  .stats-item {
    width: 100%;
    padding-left: 1em;
  }

  .stats-item.quote {
    border-left-style: none;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .stats-item.quote.first-item {
    border-top: 1px solid var(--dark-purple);
  }

  .steps-item {
    flex-direction: column;
  }

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

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

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .heading {
    font-size: 2em;
  }

  .heading._4 {
    font-size: 1.2em;
  }

  .link-block {
    min-height: 250px;
  }
}

#w-node-_6a1951d7-d234-8290-cabb-e04f12425a9b-a1a7de76, #w-node-a0b2cd7c-6b44-c2ad-c707-71bf74bca9b2-a1a7de76, #w-node-_5348b11d-3e4b-7995-a668-61d48d0f0f16-a1a7de76, #w-node-_2fdbb4cd-d688-bd48-a8db-4f3435e3eebf-a1a7de76, #w-node-f696d4f4-fbac-342d-28f4-a9bd2926b199-a1a7de76, #w-node-_953efda5-48a9-2aaa-a0a2-5bee1f6e52bf-a1a7de76, #w-node-_9965937a-b5d0-a885-fb29-550f44796b89-a1a7de76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Mesheddisplay';
  src: url('../fonts/MeshedDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter bd';
  src: url('../fonts/inter-bd.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter reg';
  src: url('../fonts/Inter-reg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay';
  src: url('../fonts/MeshedDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter md';
  src: url('../fonts/inter-md.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ── Mobile Nav ───────────────────────────────────────────── */

/* Hamburger button — hidden on desktop, shown on mobile */
.nav-btn {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 300;
  position: relative;
  flex-shrink: 0;
}

/* Three lines */
.nav-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
}
.nav-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--dark-purple);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: center;
}

/* X animation when open */
.nav-btn--open .nav-burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-btn--open .nav-burger span:nth-child(2) { opacity: 0; }
.nav-btn--open .nav-burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* On mobile: header-nav becomes fullscreen overlay, hidden by default */
@media screen and (max-width: 991px) {

  .nav-btn {
    display: flex;
  }

  /* Lines are white when overlay is open (dark bg), dark when closed */
  .nav-btn--open .nav-burger span {
    background-color: var(--light-purple);
  }

  .header-nav {
    position: fixed;
    inset: 0;
    z-index: 200;
    background-color: var(--dark-purple);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5em;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .header-nav.nav-open {
    opacity: 1;
    pointer-events: all;
  }

  .header-nav .nav-link {
    font-family: Inter bd, sans-serif;
    font-size: clamp(1.8rem, 7vw, 2.8rem);
    margin-left: 0;
    color: var(--light-purple);
  }
}