@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Syne;
  src: url('../fonts/Syne-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Syne;
  src: url('../fonts/Syne-Bold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

:root {
  --surface: #1c1c1c;
  --corner-medium: 40px;
  --surface-high: #2c2c2c;
  --cyan: #3aa5d2;
  --magenta: #cb8bd0;
  --corner-small: 14px;
  --outline: #616161;
  --_typographie---label--type: Syne, Arial, sans-serif;
  --_typographie---label--size: 16px;
  --_typographie---label--height: 20px;
  --_typographie---label--weight: 300;
  --_typographie---label--spacing: .1px;
  --white: #fafafa;
  --grey: #bbb;
  --_typographie---body--type: Syne, Arial, sans-serif;
  --_typographie---body--size: 18px;
  --_typographie---body--hight: 24px;
  --_typographie---body--weight: 300;
  --_typographie---body--spacing: .6px;
  --surface-low: #181818;
  --max-page-width: 1330px;
  --yellow: #08958b;
  --_typographie---display--type: Inter, Arial, sans-serif;
  --_typographie---display--size: 57px;
  --_typographie---display--hight: 62px;
  --_typographie---display--weight: 400;
  --_typographie---display--spacing: -.25px;
  --_typographie---title--type: Syne, Arial, sans-serif;
  --_typographie---title--size: 26px;
  --_typographie---title--hight: 28px;
  --_typographie---title--weight: 300;
  --_typographie---title--spacing: 0px;
  --_typographie---headline--type: Inter, Arial, sans-serif;
  --_typographie---headline--size: 32px;
  --_typographie---headline--hight: 40px;
  --_typographie---headline--weight: 300;
  --_typographie---headline--spacing: 0px;
  --list-shrink-padding: 56px;
  --mobile-button-adjust: -64px;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  --_typographie---label--type: Syne, Arial, sans-serif;
  --_typographie---label--size: 16px;
  --_typographie---label--height: 20px;
  --_typographie---label--weight: 300;
  --_typographie---label--spacing: .1px;
  --_typographie---body--type: Syne, Arial, sans-serif;
  --_typographie---body--size: 18px;
  --_typographie---body--hight: 24px;
  --_typographie---body--weight: 300;
  --_typographie---body--spacing: .6px;
  --_typographie---display--type: Inter, Arial, sans-serif;
  --_typographie---display--size: 57px;
  --_typographie---display--hight: 62px;
  --_typographie---display--weight: 400;
  --_typographie---display--spacing: -.25px;
  --_typographie---title--type: Syne, Arial, sans-serif;
  --_typographie---title--size: 26px;
  --_typographie---title--hight: 28px;
  --_typographie---title--weight: 300;
  --_typographie---title--spacing: 0px;
  --_typographie---headline--type: Inter, Arial, sans-serif;
  --_typographie---headline--size: 32px;
  --_typographie---headline--hight: 40px;
  --_typographie---headline--weight: 300;
  --_typographie---headline--spacing: 0px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

blockquote {
  color: #fff;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 64px 64px;
}

.section.header {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.section.filter-bar {
  z-index: 101;
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 12px;
  top: 0;
}

.section.filter-bar.is-stuck {
  background-color: var(--surface);
}

.card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--corner-medium);
  background-color: var(--surface-high);
  pointer-events: auto;
  color: #fff;
  letter-spacing: 1.45px;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-clip: border-box;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  font-family: Inter, Arial, sans-serif;
  transition: width .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.card:where(.w-variant-edb2acf4-2ca3-47b9-76f9-0be2944ac756) {
  box-shadow: 0 0 8px 0 var(--cyan);
}

.card:where(.w-variant-62cac60c-b655-6a61-a783-ddac770464e6) {
  box-shadow: 0 0 8px 0 var(--magenta);
}

.card.imprint {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 12% 0% auto;
}

.card.small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 24px 20px;
  transition: margin-left .2s ease-in-out, width .2s ease-in-out;
}

.card.small:hover {
  margin-left: 4px;
}

.card.small.cyan {
  box-shadow: 1px 1px 2px 1px #3aa5d21f, 0 0 18px #3aa5d20f;
}

.heading {
  cursor: default;
  object-fit: fill;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: Syne, Arial, sans-serif;
}

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

.paragraph {
  pointer-events: auto;
  color: #fff;
  cursor: default;
  font-family: Syne, Arial, sans-serif;
  font-size: 18px;
  line-height: 21.7px;
}

.card-rive-animation {
  width: 24px;
  height: 24px;
}

.column-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.column-12.stretch {
  align-items: stretch;
}

.column-12.cards {
  overflow: visible;
}

.row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.small-card {
  cursor: default;
  background-color: #fff;
  border: 1px #e8e8e8;
  border-radius: 14px;
  padding: 12px 16px;
}

.small-card.plane {
  border-color: var(--outline);
  border-radius: var(--corner-small);
  min-width: 155px;
}

.small-card.plane:hover {
  background-image: linear-gradient(130deg, #e0f1f8, #fff);
  border-color: #3aa5d2;
}

.small-card.bulb {
  border-color: var(--outline);
  min-width: 155px;
}

.small-card.bulb:hover {
  background-image: linear-gradient(130deg, #faf6e1, #fff);
  border-color: #e2c542;
}

.small-card.scribe {
  border-color: var(--outline);
  min-width: 155px;
  text-decoration: none;
}

.small-card.scribe:hover {
  background-image: linear-gradient(130deg, #f7edf8, #fff);
  border-color: #cb8bd0;
}

.label {
  font-family: var(--_typographie---label--type);
  font-size: var(--_typographie---label--size);
  line-height: var(--_typographie---label--height);
  font-weight: var(--_typographie---label--weight);
  letter-spacing: var(--_typographie---label--spacing);
  cursor: pointer;
  margin-bottom: 0;
  text-decoration: none;
}

.label.on-white {
  color: #696969;
}

.label.on-dark {
  color: #fff;
}

.label.white {
  color: var(--white);
}

.label.grey {
  color: var(--grey);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.rive-bulb {
  width: 24px;
  height: 24px;
}

.rive-bulb._148w {
  width: 148px;
  height: 148px;
}

.rive-plane {
  width: 24px;
  height: 24px;
}

.rive-plane._64w {
  width: 64px;
  height: 64px;
}

.rive-plane._265w {
  width: 256px;
  height: 256px;
}

.rive-plane._148w {
  width: 148px;
  height: 148px;
}

.rive-scribe {
  width: 24px;
  height: 24px;
}

.rive-scribe._148w {
  width: 148px;
  height: 148px;
}

.chip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--outline);
  border-radius: var(--corner-medium);
  background-color: var(--surface-high);
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  padding: 8px 12px 8px 14px;
  display: flex;
  position: relative;
}

.chip.cyan {
  border-radius: var(--corner-medium);
  background-color: #3aa5d266;
  border-style: none;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  position: static;
}

.chip.magenta {
  border-radius: var(--corner-medium);
  background-color: #cb8bd066;
  border-style: none;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  position: static;
}

.body {
  font-family: var(--_typographie---body--type);
  color: var(--white);
  font-size: var(--_typographie---body--size);
  line-height: var(--_typographie---body--hight);
  font-weight: var(--_typographie---body--weight);
  text-align: left;
  letter-spacing: var(--_typographie---body--spacing);
  cursor: default;
  margin-bottom: 6px;
  display: block;
}

.body.on-white {
  color: gray;
}

.body.white {
  color: var(--white);
}

.body.white.link {
  cursor: pointer;
}

.body.grey {
  color: var(--grey);
  transition: color .2s ease-in-out;
}

.body.grey.no-top {
  margin-top: -4px;
}

.link-block {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.button-text {
  background-color: #0000;
  border: 3px #0000;
  border-radius: 99px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  position: static;
  inset: auto 0% 0%;
}

.button-text:hover {
  -webkit-text-stroke-width: 0px;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  background-color: #0000;
  border-style: none;
  border-color: #07a7bd;
  -webkit-text-decoration: underline #07a7bd;
  text-decoration: underline #07a7bd;
  text-decoration-thickness: 3px;
}

.main {
  background-color: var(--surface-low);
  scrollbar-width: none;
  overflow: auto;
}

.main.case-study {
  overflow: auto;
}

.hero-container {
  max-width: var(--max-page-width);
  width: 100%;
  display: block;
}

.hero-text {
  color: #fff;
  text-align: left;
  font-family: Inter, Arial, sans-serif;
  font-size: 180px;
  font-weight: 500;
  line-height: 195px;
}

.hero-text.hero-line-1 {
  z-index: 0;
  text-align: right;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.hero-text.hero-line-1._2 {
  margin-right: 54px;
}

.hero-text.hero-line-2 {
  z-index: 2;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.hero-text.hero-line-2._2 {
  margin-left: -130px;
}

.hero-text.hero-line-3 {
  z-index: 8;
  text-align: right;
  margin-top: -12px;
  line-height: 200px;
  position: relative;
}

.hero-text.hero-line-3._2 {
  padding-right: 70px;
}

.hero-text.hero-line-3._4 {
  margin-right: -193px;
}

.hero {
  z-index: 0;
  background-color: var(--surface);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-title {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  font-family: Syne, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  position: relative;
  bottom: 0%;
  right: 0%;
}

.shapes-rive {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.shapes-animation {
  width: 100%;
  height: 100%;
  overflow: clip;
}

.subtitle-wrapper {
  pointer-events: none;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-subtitle {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-flow: column;
  font-family: Syne, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.hero-subtitle-text {
  font-weight: 400;
}

.scroll-container {
  z-index: 6;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-animation {
  width: 48px;
  height: 48px;
  position: relative;
}

.home {
  z-index: 99;
  background-color: var(--surface-low);
  width: 100%;
  margin-top: 100vh;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-image {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 44vh;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.hero-portrait {
  justify-content: center;
  align-items: baseline;
  width: 100%;
  height: 100vh;
  display: inline-flex;
}

.sections {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-wrapper {
  max-width: var(--max-page-width);
  flex: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.projects-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-bottom: 90px;
  padding-left: 0;
  list-style-type: none;
}

.project-item {
  border-top: 1px solid var(--outline);
  border-bottom: 1px solid var(--outline);
  color: #fff;
  letter-spacing: 1.45px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
  padding: 40px;
  font-family: Inter, Arial, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 32px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.project-item:hover {
  border-radius: var(--corner-medium);
  background-color: var(--surface-high);
  letter-spacing: 1px;
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 300;
}

.project-item.case-study {
  margin-bottom: -1px;
}

.project-item.case-study:hover {
  font-weight: 400;
}

.project-item.case-study.no-top-border {
  border-top-style: none;
}

.project-item.small {
  border: 1px #000;
}

.project-item.small:hover {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tool-title {
  pointer-events: none;
  cursor: default;
  width: 100%;
  font-family: Inter, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  overflow: visible;
}

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

.row-12.stretch {
  align-items: stretch;
}

.row-12.images {
  flex-flow: wrap;
  width: 100%;
  height: auto;
}

.tool-description {
  color: #a9a9a9;
  letter-spacing: 1.4px;
  width: auto;
  max-width: 420px;
  padding-top: 24px;
  font-family: Syne, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
}

.tool-description.small {
  padding-top: 0;
}

.flex-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.icon-button {
  border: 1px solid var(--outline);
  background-color: #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .2s ease-in-out;
  display: inline-flex;
  overflow: clip;
}

.icon-button:where(.w-variant-857cdf18-f057-c4a5-aef1-a0af3cef5208) {
  background-color: var(--cyan);
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.icon-button:where(.w-variant-1c7c2296-1cc9-751c-b777-6c9d38319e10) {
  background-color: var(--magenta);
}

.icon-button:hover {
  background-image: linear-gradient(#0000001f, #0000001f);
}

.icon-button.cyan {
  background-color: var(--cyan);
  opacity: 1;
  border-style: none;
  border-radius: 99px;
  position: relative;
}

.icon-button.cyan.locked {
  cursor: not-allowed;
}

.icon-button.magenta {
  background-color: var(--magenta);
  justify-content: center;
  display: inline-flex;
}

.icon-button.magenta:hover {
  background-image: linear-gradient(#0000001f, #0000001f);
}

.icon-button.magenta.locked {
  cursor: not-allowed;
}

.icon-button.highlighted {
  background-color: var(--surface-high);
  border-style: none;
}

.icon-button.small {
  width: 56px;
  max-width: 100%;
  height: 56px;
  display: block;
}

.icon-button.small:where(.w-variant-2f0834b5-c1e4-c761-1c8b-d8eac9396609) {
  display: none;
}

.tools-list-avatar {
  z-index: 99;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 0;
  display: inline-flex;
  position: relative;
  right: 0%;
  overflow: visible;
}

.tools-avatar-image {
  z-index: 2;
  border-radius: var(--corner-medium);
  transform-origin: 50%;
  width: 100%;
  display: block;
  position: absolute;
  overflow: clip;
  transform: perspective(1000px)perspective(20px);
  box-shadow: 14px 14px 20px 12px #00000080;
}

.tools-avatar-image.details {
  z-index: -1;
  box-shadow: none;
  width: 48%;
  position: relative;
  overflow: clip;
}

.tools-avatar-image.details.cyan {
  box-shadow: 0 0 24px 0 #3aa5d20f, 0 0 8px 0 var(--cyan), 0 2px 5px 0 #0003;
  display: inline-flex;
}

.tools-avatar-image.details.magenta {
  box-shadow: 0 0 24px 0 #cb8bd00f, 0 0 8px 0 var(--magenta), 0 2px 5px 0 #0003;
}

.tools-avatar-image.details.green {
  box-shadow: 0 0 8px 0 var(--yellow);
  display: inline-flex;
}

.tools-avatar-image.cyan {
  box-shadow: 0 0 8px 1px var(--cyan), 14px 14px 20px 12px #00000080;
}

.tools-avatar-image.magenta {
  box-shadow: 0 0 8px 1px var(--magenta), 14px 14px 20px 12px #00000080;
}

._3d-shape {
  z-index: 2;
  max-width: 50%;
  top: auto;
  left: auto;
  right: auto;
}

._3d-shape.shape-in-back-sphiramid {
  z-index: 1;
  transform-style: preserve-3d;
  width: 60%;
  display: block;
  position: absolute;
  inset: auto 11px 27px auto;
  transform: translate3d(0, 0, -200px);
}

._3d-shape.shape-in-front-sphiramid {
  z-index: 3;
  transform-style: preserve-3d;
  width: 30%;
  display: block;
  position: absolute;
  top: 50px;
  left: -10px;
  right: auto;
  transform: translate3d(0, 0, 300px);
}

._3d-shape.shape-in-back-sphube {
  z-index: 1;
  transform-style: preserve-3d;
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 15%;
  transform: translate3d(0, 0, -200px);
}

._3d-shape.shape-in-front-sphube {
  z-index: 3;
  transform-style: preserve-3d;
  width: 35%;
  position: absolute;
  top: 23px;
  left: auto;
  right: 10px;
  transform: translate3d(0, 0, 300px);
}

.gradient-overlay {
  z-index: 10;
  background-image: linear-gradient(180deg, #1c1c1c00, var(--surface-low) 38%, var(--surface-low));
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 10%;
  margin-bottom: -70px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.filter-bar {
  max-width: var(--max-page-width);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  scrollbar-width: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  display: flex;
  position: relative;
}

.list.filter {
  align-items: stretch;
  padding-left: 0;
  display: flex;
  overflow: auto;
}

.filter-button-outlined {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--outline);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: var(--_typographie---label--weight);
  letter-spacing: .15rem;
  cursor: pointer;
  background-color: #0000;
  border-radius: 99px;
  padding: 20px 24px 20px 28px;
  text-decoration: none;
  transition: all .28s ease-in-out;
  display: flex;
}

.filter-button-outlined:hover {
  background-color: var(--surface);
  letter-spacing: 0;
  padding-left: 27px;
  padding-right: 23px;
  font-weight: 400;
}

.filter-button-outlined:active {
  background-image: radial-gradient(circle farthest-side, #fafafa1a, #0000);
}

.filter-button-outlined.w--current {
  color: var(--outline);
  background-color: #fff;
  font-weight: 400;
}

.filter-button-outlined.w--current:hover {
  background-image: linear-gradient(#0000001f, #0000001f);
}

.filter-button-outlined.is-active {
  color: #333;
  letter-spacing: .12rem;
  background-color: #fff;
  border-style: none;
  font-weight: 400;
}

.filter-button-outlined.is-active:hover {
  background-color: #ebebeb;
  font-weight: 500;
}

.filter-button-outlined.disabled {
  opacity: .7;
  pointer-events: none;
}

.filter-button-outlined.icon {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
}

.flex-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
}

.label-medium {
  pointer-events: none;
  letter-spacing: .15rem;
  white-space: nowrap;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.info {
  float: left;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  display: inline-flex;
  position: relative;
}

.info.label-medium {
  pointer-events: none;
  font-family: var(--_typographie---label--type);
  color: #fff;
  font-size: var(--_typographie---label--size);
  line-height: var(--_typographie---label--height);
  font-weight: var(--_typographie---label--weight);
  letter-spacing: var(--_typographie---label--spacing);
}

.link-block-scroll {
  cursor: pointer;
  display: flex;
}

.icon-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 0;
  display: flex;
}

.tools-used {
  z-index: 3;
  transform-style: preserve-3d;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 80px;
  left: 104px;
  transform: perspective(1000px)translate3d(0, 0, 300px);
}

.aboutme-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-outlined {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--outline);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 99px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px 24px 20px 28px;
  font-weight: 300;
  text-decoration: none;
  transition: all .28s ease-in-out;
  display: flex;
}

.button-outlined:hover {
  background-image: linear-gradient(#0000001f, #0000001f);
  font-weight: 400;
}

.button-outlined.w--current {
  text-decoration: none;
}

.headline-wrapper {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
}

.footer-container {
  justify-content: space-around;
  align-items: center;
  margin-top: 24px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.navigation-section {
  z-index: 100;
  background-color: var(--surface);
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 64px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-section:where(.w-variant-ad4d14da-edb5-2ded-bdc0-8ae90d1c6018) {
  color: #0000;
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 12px 0 0;
}

.headline-container {
  max-width: var(--max-page-width);
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.navigation-container {
  z-index: 99;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: inline-flex;
  position: relative;
}

.navigation-container:where(.w-variant-ad4d14da-edb5-2ded-bdc0-8ae90d1c6018) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

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

.row-auto._100w {
  width: 100%;
}

.display {
  font-family: var(--_typographie---display--type);
  color: #fff;
  font-size: var(--_typographie---display--size);
  line-height: var(--_typographie---display--hight);
  font-weight: var(--_typographie---display--weight);
  letter-spacing: var(--_typographie---display--spacing);
}

.display.white {
  color: var(--white);
}

.divider {
  background-color: var(--outline);
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 1px;
  margin-left: 80px;
  display: inline-flex;
  position: relative;
}

.divider.main {
  margin-left: 0;
}

.content-container {
  max-width: var(--max-page-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.navigation-filter {
  max-width: var(--max-page-width);
  pointer-events: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

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

.heading-3 {
  color: #fff;
}

.title {
  opacity: 1;
  font-family: var(--_typographie---title--type);
  font-size: var(--_typographie---title--size);
  line-height: var(--_typographie---title--hight);
  font-weight: var(--_typographie---title--weight);
  letter-spacing: var(--_typographie---title--spacing);
  cursor: default;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.title.white {
  color: #fff;
}

.title.cyan {
  color: var(--cyan);
}

.title.green {
  color: var(--yellow);
}

.title.no-spacing {
  margin-top: 0;
  margin-bottom: 0;
}

.headline {
  font-family: var(--_typographie---headline--type);
  font-size: var(--_typographie---headline--size);
  line-height: var(--_typographie---headline--hight);
  font-weight: var(--_typographie---headline--weight);
  letter-spacing: var(--_typographie---headline--spacing);
  cursor: default;
  margin-top: 12px;
  margin-bottom: 24px;
  display: block;
}

.headline.cyan {
  color: var(--cyan);
}

.headline.white {
  color: var(--white);
  text-align: left;
}

.headline.green {
  color: var(--yellow);
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  flex: none;
}

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

.navigation-actions {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  pointer-events: none;
  flex: none;
  width: 124px;
  min-width: 0;
  max-width: 124px;
  height: 56px;
  display: flex;
  position: relative;
}

.filter-bar-sentinel {
  pointer-events: none;
  height: 0;
}

.link-block-2 {
  cursor: pointer;
}

.background {
  z-index: auto;
  background-color: var(--surface);
  opacity: 0;
  width: 194px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container {
  max-width: var(--max-page-width);
  width: 100%;
  display: flex;
}

.container:where(.w-variant-ad4d14da-edb5-2ded-bdc0-8ae90d1c6018) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link-block-3 {
  position: absolute;
  inset: 0%;
}

.project-link {
  display: block;
  position: absolute;
  inset: 0%;
}

.project-link.locked {
  cursor: not-allowed;
}

.highlight {
  color: var(--white);
  font-weight: var(--_typographie---body--weight);
  display: inline;
}

.text-block-60 {
  width: 60%;
  margin-bottom: 48px;
}

.text-block-80 {
  width: 80%;
  margin-bottom: 48px;
}

.row-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}

.image {
  border-radius: var(--corner-medium);
  width: 100%;
}

.cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--corner-medium);
  padding-bottom: 12px;
}

.cell.image {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--surface-high);
}

.cell.image.cyan {
  box-shadow: 1px 1px 2px 1px #3aa5d23d, 0 0 18px #3aa5d20f;
}

.text-block-100 {
  width: 100%;
  margin-bottom: 48px;
}

.quick-stack {
  margin-top: 12px;
  padding: 0;
}

.spacer {
  height: 48px;
}

.gap-medium-padding {
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.block-quote {
  color: var(--cyan);
  text-align: justify;
  cursor: default;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.image-2 {
  padding-top: 16px;
}

.quote-down {
  padding-top: 0;
  padding-bottom: 18px;
  transform: rotate(180deg);
}

.quote-up {
  padding-bottom: 18px;
}

.flex-block-6 {
  justify-content: center;
  align-items: center;
}

.image-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image-wrapper.gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.link-block-4 {
  cursor: pointer;
}

.inline-link {
  text-decoration: none;
  -webkit-text-decoration-color: var(--cyan);
  text-decoration-color: var(--cyan);
  cursor: pointer;
  text-decoration-thickness: 3px;
}

.inline-link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--cyan);
  text-decoration-color: var(--cyan);
  text-decoration-style: solid;
  text-decoration-thickness: 3px;
}

.scroll-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100vh;
  min-width: 100%;
  height: 100%;
  padding-right: 136px;
  display: inline-flex;
  overflow: scroll;
}

.flex-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  pointer-events: auto;
  scrollbar-gutter: stable;
  scrollbar-width: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: -64px;
  padding-left: 12px;
  display: flex;
  overflow: visible;
}

.shadow-left {
  z-index: 1;
  background-image: radial-gradient(circle closest-corner at 0% 50%, var(--surface), var(--surface) 66%, #1c1c1c00);
  width: 12px;
  height: 100%;
  margin-left: -12px;
  display: inline-flex;
  position: absolute;
  inset: 0% auto;
}

.shadow-right {
  z-index: 1;
  background-image: linear-gradient(90deg, #1c1c1c00, var(--surface));
  width: 12px;
  height: 100%;
  margin-left: -12px;
  display: inline-flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.trigger {
  justify-content: center;
  width: 0;
  height: 0;
  position: relative;
  inset: auto 0% 0%;
}

.image-3 {
  flex: none;
  width: 70%;
}

.image-4 {
  flex: none;
  width: 40%;
}

.image-5 {
  border-radius: var(--corner-medium);
}

.body-2 {
  background-color: var(--surface-low);
}

.text-field {
  border-radius: var(--corner-medium);
  background-color: var(--surface);
  font-family: var(--_typographie---body--type);
  color: var(--grey);
  font-size: var(--_typographie---body--size);
  line-height: var(--_typographie---body--hight);
  font-weight: var(--_typographie---body--weight);
  letter-spacing: var(--_typographie---body--spacing);
}

.heading-4 {
  color: var(--white);
}

.rive {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  padding-bottom: 24px;
}

.error-message {
  background-color: #0000;
}

.submit-button-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--outline);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 99px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.submit-button-outline:hover {
  background-image: linear-gradient(#0000001f, #0000001f);
  font-weight: 400;
}

.alt-text {
  pointer-events: none;
  color: #0000;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
}

.shape-magenta {
  display: none;
  position: absolute;
  inset: -75px 40px auto auto;
}

.shape-magenta:where(.w-variant-62cac60c-b655-6a61-a783-ddac770464e6) {
  display: inline-flex;
  position: absolute;
  inset: -80px 32px auto auto;
}

.shape-magenta:where(.w-variant-edb2acf4-2ca3-47b9-76f9-0be2944ac756) {
  opacity: 0;
  display: none;
}

.image-7:where(.w-variant-62cac60c-b655-6a61-a783-ddac770464e6) {
  position: absolute;
  inset: auto -6% -13% auto;
}

.shape-cyan {
  display: none;
  position: absolute;
  inset: -75px 32px auto auto;
}

.shape-cyan:where(.w-variant-62cac60c-b655-6a61-a783-ddac770464e6) {
  opacity: 0;
}

.shape-cyan:where(.w-variant-edb2acf4-2ca3-47b9-76f9-0be2944ac756) {
  opacity: 100;
  display: inline-flex;
}

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

.button-image {
  pointer-events: none;
  mix-blend-mode: difference;
}

.div-block-3 {
  width: var(--_typographie---title--size);
  height: var(--_typographie---title--size);
}

.row-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
}

.row-24.stretch {
  align-items: stretch;
}

.div-block-4 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-5 {
  background-color: var(--outline);
  flex-flow: row;
  align-items: stretch;
  width: 20px;
  height: 100%;
  display: inline-flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.timeline {
  background-color: var(--grey);
  width: 2px;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline.top {
  height: 40px;
}

.timeline.bottom {
  height: 100%;
}

.circle {
  border-radius: var(--corner-small);
  background-color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.event {
  z-index: 1;
  margin-bottom: 12px;
  padding: 12px;
  transition: background-color, all .2s ease-in-out;
  position: relative;
}

.event:hover {
  border-radius: var(--corner-medium);
  background-color: var(--surface-high);
  padding: 24px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  box-shadow: 2px 2px 2px #0000002e, 0 0 24px #0000000f;
}

.timeaxe {
  padding-top: 12px;
}

.event-details {
  font-family: var(--_typographie---body--type);
  color: var(--grey);
  font-size: var(--_typographie---body--size);
  line-height: var(--_typographie---body--hight);
  font-weight: var(--_typographie---body--weight);
  text-align: left;
  letter-spacing: var(--_typographie---body--spacing);
  cursor: default;
  margin-bottom: 0;
  padding-left: 20px;
}

.event-details.on-white {
  color: gray;
}

.event-details.white {
  color: var(--white);
}

.event-details.white.link {
  cursor: pointer;
}

.event-details.grey {
  color: var(--grey);
  transition: color .2s ease-in-out;
}

.event-details.grey.no-top {
  margin-top: -4px;
}

.event-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 24px;
}

.event-row.stretch {
  align-items: stretch;
}

.company-logo {
  z-index: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.image-9 {
  position: relative;
  transform: rotate(7deg);
}

.image-10 {
  margin-right: 53px;
  position: relative;
  transform: rotate(-2deg);
}

.flex-block-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 0;
  margin-right: 10%;
}

.polaroid {
  border-radius: var(--corner-medium);
  pointer-events: none;
  flex: none;
}

.background-video {
  border-radius: var(--corner-medium);
}

.video {
  aspect-ratio: auto;
  border-radius: var(--corner-medium);
  object-fit: scale-down;
  width: 100%;
  height: auto;
}

.video.anamorphic {
  aspect-ratio: 2.39;
}

.video.universum {
  aspect-ratio: 2;
}

.image-11 {
  max-width: 49%;
}

.image-11.grey {
  border-radius: var(--corner-medium);
  box-shadow: 0 0 8px 1px var(--grey);
}

.image-11.cyan {
  border-radius: var(--corner-medium);
  box-shadow: 0 0 8px 1px var(--cyan);
}

.label-alt-text {
  font-family: var(--_typographie---label--type);
  color: var(--grey);
  font-size: var(--_typographie---label--size);
  line-height: var(--_typographie---label--height);
  font-weight: var(--_typographie---label--weight);
  letter-spacing: var(--_typographie---label--spacing);
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 12px;
  text-decoration: none;
}

.label-alt-text.on-white {
  color: #696969;
}

.label-alt-text.on-dark {
  color: #fff;
}

.label-alt-text.white {
  color: var(--white);
}

.tooltip {
  z-index: 99;
  border: 1px solid var(--surface-high);
  background-color: var(--surface);
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 2px 4px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
}

.wrapper {
  height: 200px;
  margin-bottom: -45px;
  overflow: hidden;
}

.hero-desktop {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-tablet, .hero-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-7 {
  width: 40%;
  height: 80%;
  margin-top: auto;
}

.image-12 {
  margin-bottom: 4px;
}

.list-item-5 {
  flex: none;
}

.list-2 {
  color: var(--white);
}

.flex-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.spacer-h-12 {
  pointer-events: none;
  height: 12px;
}

.card-link {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.card-link.locked {
  cursor: not-allowed;
}

.spacer-h-6 {
  pointer-events: none;
  height: 6px;
}

.spacer-h-4 {
  pointer-events: none;
  height: 4px;
}

.image-13 {
  width: 60%;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.info-text {
  font-family: var(--_typographie---label--type);
  color: var(--grey);
  font-size: var(--_typographie---label--size);
  line-height: var(--_typographie---label--height);
  font-weight: var(--_typographie---label--weight);
  letter-spacing: var(--_typographie---label--spacing);
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
}

.info-text.on-white {
  color: #696969;
}

.info-text.on-dark {
  color: #fff;
}

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

.body-3 {
  color: #fafafa;
  text-align: left;
  letter-spacing: .6px;
  cursor: default;
  margin-bottom: 6px;
  font-family: Syne, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.body-3.white {
  color: #fafafa;
}

@media screen and (max-width: 991px) {
  body {
    --_typographie---label--type: Syne, Arial, sans-serif;
    --_typographie---label--size: 14px;
    --_typographie---label--height: 16px;
    --_typographie---label--weight: 300;
    --_typographie---label--spacing: .5px;
    --_typographie---body--type: Syne, Arial, sans-serif;
    --_typographie---body--size: 16px;
    --_typographie---body--hight: 20px;
    --_typographie---body--weight: 300;
    --_typographie---body--spacing: .4px;
    --_typographie---display--type: Inter, Arial, sans-serif;
    --_typographie---display--size: 45px;
    --_typographie---display--hight: 52px;
    --_typographie---display--weight: 400;
    --_typographie---display--spacing: 0px;
    --_typographie---title--type: Syne, Arial, sans-serif;
    --_typographie---title--size: 24px;
    --_typographie---title--hight: 28px;
    --_typographie---title--weight: 300;
    --_typographie---title--spacing: .15px;
    --_typographie---headline--type: Inter, Arial, sans-serif;
    --_typographie---headline--size: 28px;
    --_typographie---headline--hight: 36px;
    --_typographie---headline--weight: 300;
    --_typographie---headline--spacing: 0px;
  }

  .section, .section.header, .section.filter-bar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card {
    width: auto;
    margin: 48px 24px;
    position: static;
    right: 48px;
  }

  .card.small {
    width: 100%;
    margin: 0;
  }

  .card-rive-animation {
    height: 24px;
  }

  .column-12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .small-card {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    width: 155px;
    height: auto;
    padding: 12px 16px;
    box-shadow: 0 0 8px #0000000a;
  }

  .label {
    color: #696969;
    margin-bottom: 0;
  }

  .hero-text.hero-line-1, .hero-text.hero-line-2, .hero-text.hero-line-3 {
    font-size: 100px;
    line-height: 100px;
  }

  .hero {
    justify-content: center;
    align-items: center;
  }

  .subtitle-wrapper {
    font-size: 18px;
    line-height: 1.2em;
  }

  .hero-subtitle {
    display: none;
  }

  .section-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .project-item:where(.w-variant-857cdf18-f057-c4a5-aef1-a0af3cef5208) {
    padding: 32px 24px;
  }

  .project-item:hover {
    padding: 48px 40px;
  }

  .project-item:hover:where(.w-variant-857cdf18-f057-c4a5-aef1-a0af3cef5208) {
    padding: 32px;
  }

  .tool-title {
    width: 100%;
    font-size: 24px;
  }

  .row-12 {
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: auto;
  }

  .tool-description {
    font-size: 16px;
  }

  .flex-block-4 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .tools-list-avatar {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    height: auto;
    margin-top: -39px;
    margin-bottom: -67px;
    display: none;
  }

  .tools-avatar-image {
    height: auto;
  }

  .tools-avatar-image.details {
    width: 80%;
  }

  .list.filter {
    overflow: clip;
  }

  .flex-block-5 {
    width: 100%;
    max-width: 380px;
  }

  .icon-button-wrapper {
    justify-content: center;
    align-items: flex-end;
    height: 0;
  }

  .icon-button-wrapper:where(.w-variant-857cdf18-f057-c4a5-aef1-a0af3cef5208) {
    height: 64px;
    overflow: visible;
  }

  .navigation-section {
    padding: 12px 24px;
  }

  .navigation-actions {
    width: 136px;
    max-width: 136px;
  }

  .background {
    flex: none;
  }

  .project-link, .project-link.locked {
    display: none;
  }

  .image {
    height: auto;
  }

  .quick-stack {
    padding: 0;
  }

  .flex-block-7 {
    padding-left: 0;
    padding-right: 64px;
    overflow: auto;
  }

  .row-24 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .label-alt-text {
    color: #696969;
    margin-bottom: 0;
  }

  .hero-desktop {
    display: none;
  }

  .hero-mobile {
    display: block;
  }

  .image-13 {
    width: 80%;
  }

  .image-14 {
    width: 100%;
    height: auto;
  }

  .info-text {
    color: #696969;
    margin-bottom: 0;
  }
}

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

  .section.filter-bar {
    justify-content: flex-start;
    align-items: center;
  }

  .card {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 24px;
  }

  .row {
    flex-flow: wrap;
  }

  .small-card.plane, .small-card.bulb, .small-card.scribe {
    width: 100%;
    min-width: 146px;
  }

  .link-block {
    justify-content: flex-start;
    width: auto;
    display: flex;
  }

  .button-text {
    margin-left: 32px;
  }

  .hero-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-text.hero-line-1 {
    font-size: 70px;
    line-height: 80px;
  }

  .hero-text.hero-line-2, .hero-text.hero-line-3 {
    font-size: 70px;
    line-height: 70px;
  }

  .subtitle-wrapper {
    top: 0%;
    bottom: auto;
  }

  .hero-subtitle {
    top: 0;
  }

  .hero-image {
    padding-top: 51px;
  }

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

  .section-wrapper:where(.w-variant-857cdf18-f057-c4a5-aef1-a0af3cef5208) {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-item {
    padding: 32px 24px 32px 32px;
  }

  .project-item:hover {
    padding: 40px 24px 40px 32px;
  }

  .project-item:hover:where(.w-variant-857cdf18-f057-c4a5-aef1-a0af3cef5208) {
    padding: 32px 24px;
  }

  .tool-description {
    padding-right: 0%;
  }

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

  .icon-button {
    width: 58px;
    height: 58px;
  }

  .tools-list-avatar {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-top: -10px;
    margin-bottom: -40px;
    padding-bottom: 0;
  }

  .tools-avatar-image.details {
    width: 80%;
  }

  .filter-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .filter-bar:where(.w-variant-857cdf18-f057-c4a5-aef1-a0af3cef5208) {
    padding-left: 24px;
    padding-right: 24px;
  }

  .filter-button-outlined {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .flex-block-5 {
    width: 100%;
  }

  .label-medium {
    white-space: nowrap;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .icon-button-wrapper {
    flex: none;
  }

  .button-outlined {
    flex: 1;
  }

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

  .divider {
    display: none;
  }

  .content-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-filter {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .project-link {
    display: none;
  }

  .text-block-60, .text-block-80 {
    width: 100%;
  }

  .gap-medium-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .shape-magenta:where(.w-variant-62cac60c-b655-6a61-a783-ddac770464e6) {
    top: -80px;
    right: 47px;
  }

  .event-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .company-logo, .flex-block-8 {
    display: none;
  }

  .div-block-6 {
    width: 1488px;
    height: 1000px;
  }

  .info-text {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typographie---label--type: Syne, Arial, sans-serif;
    --_typographie---label--size: 14px;
    --_typographie---label--height: 16px;
    --_typographie---label--weight: 300;
    --_typographie---label--spacing: .5px;
    --_typographie---body--type: Syne, Arial, sans-serif;
    --_typographie---body--size: 16px;
    --_typographie---body--hight: 20px;
    --_typographie---body--weight: 300;
    --_typographie---body--spacing: .4px;
    --_typographie---display--type: Inter, Arial, sans-serif;
    --_typographie---display--size: 36px;
    --_typographie---display--hight: 44px;
    --_typographie---display--weight: 400;
    --_typographie---display--spacing: 0px;
    --_typographie---title--type: Syne, Arial, sans-serif;
    --_typographie---title--size: 22px;
    --_typographie---title--hight: 28px;
    --_typographie---title--weight: 300;
    --_typographie---title--spacing: 0px;
    --_typographie---headline--type: Inter, Arial, sans-serif;
    --_typographie---headline--size: 24px;
    --_typographie---headline--hight: 32px;
    --_typographie---headline--weight: 300;
    --_typographie---headline--spacing: 0px;
  }

  .section {
    background-image: none;
    padding: 12px;
  }

  .section.header {
    padding-bottom: 48px;
  }

  .section.filter-bar {
    background-color: var(--surface);
    top: 80px;
  }

  .card {
    width: auto;
    margin: 0 0 12px;
    top: 0%;
    left: 0;
  }

  .card.small {
    border-radius: var(--corner-small);
    min-width: 140px;
  }

  .column-12 {
    scrollbar-width: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    overflow: auto;
  }

  .column-12.stretch, .column-12.cards, .column-12.static, .row {
    flex-flow: column;
  }

  .small-card.plane, .small-card.bulb, .small-card.scribe {
    width: 100%;
  }

  .utility-page-wrap {
    flex-flow: column;
  }

  .rive-plane, .rive-scribe {
    width: 24px;
    height: 24px;
  }

  .button-text {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-text.hero-line-1 {
    text-align: left;
  }

  .hero-text.hero-line-2 {
    text-align: center;
  }

  .subtitle-wrapper {
    text-align: left;
  }

  .hero-subtitle {
    text-align: center;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero-image {
    margin-top: 0;
    padding-top: 0;
    display: none;
    inset: -45% 0% auto 46%;
  }

  .hero-portrait {
    justify-content: center;
    align-items: flex-end;
  }

  .section-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .project-item, .project-item:hover {
    padding-right: 32px;
  }

  .tool-title {
    white-space: nowrap;
    font-size: 18px;
  }

  .row-12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .row-12.stretch {
    flex-flow: column;
  }

  .tool-description {
    width: 100%;
    padding-right: 0%;
    font-size: 14px;
    line-height: 20px;
  }

  .icon-button {
    width: 58px;
    height: 58px;
  }

  .tools-avatar-image.details {
    width: 100%;
  }

  .filter-bar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .filter-button-outlined {
    padding: 14px 20px;
  }

  .flex-block-5 {
    flex-flow: column;
    width: 82%;
    max-width: 100%;
  }

  .label-medium {
    font-size: 14px;
  }

  .icon-button-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: auto;
    position: absolute;
    inset: auto 24px 24px auto;
  }

  .footer-container {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .navigation-section {
    left: 0;
    right: 0;
  }

  .navigation-section:where(.w-variant-ad4d14da-edb5-2ded-bdc0-8ae90d1c6018) {
    flex-flow: column;
  }

  .headline-container {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-container:where(.w-variant-ad4d14da-edb5-2ded-bdc0-8ae90d1c6018) {
    flex-flow: row;
  }

  .divider {
    display: none;
  }

  .content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .title {
    margin-top: 6px;
    margin-bottom: 4px;
  }

  .headline {
    margin-top: 6px;
    margin-bottom: 12px;
  }

  .navigation-actions {
    display: none;
  }

  .text-block-60, .text-block-80, .text-block-100 {
    margin-bottom: 12px;
  }

  .block-quote {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .quote-down, .quote-up {
    padding-bottom: 8px;
  }

  .shape-magenta:where(.w-variant-62cac60c-b655-6a61-a783-ddac770464e6) {
    top: -44px;
    right: -71px;
  }

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

  .row-24.stretch {
    flex-flow: column;
  }

  .event {
    border-radius: var(--corner-medium);
    background-color: var(--surface);
    width: 100%;
    padding: 16px;
  }

  .event:hover {
    background-color: var(--surface);
    padding: 16px;
  }

  .timeaxe {
    align-items: stretch;
  }

  .event-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    padding-right: 0;
  }

  .event-row.stretch {
    flex-flow: column;
  }

  .video-wrapper {
    overflow: hidden;
  }

  .video.universum {
    width: 100%;
    height: auto;
  }

  .image-11.grey, .image-11.cyan {
    border-radius: var(--corner-small);
  }

  .image-13 {
    width: 100%;
  }
}

#w-node-a97965ab-d5d1-f8ab-cbe9-3f279e3e342b-3321c027 {
  grid-template-rows: 519px;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4b77f02f-ebb4-d4f2-8e2e-6fbc4b90bd05-3321c027 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cfec14df-5633-8642-2331-06c44df6cb38-3321c027, #w-node-_7f50d517-bc0e-3b08-3ce9-408e0da407bb-3321c027 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-a97965ab-d5d1-f8ab-cbe9-3f279e3e342b-3321c027, #w-node-_4b77f02f-ebb4-d4f2-8e2e-6fbc4b90bd05-3321c027 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}