@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink-dim: #5e5e5e;
  --line: #ececec;
  --ink: #0a0a0a;
  --accent: #ff5a1f;
  --bg: #fff;
  --bg-2: #fafafa;
  --maxw: 1320px;
  --pad: clamp(20px, 4vw, 56px);
  --ink-mute: #9a9a9a;
  --line-2: #d8d8d8;
  --display: "Bricolage Grotesque", Verdana, sans-serif;
  --sans: Geist, Verdana, sans-serif;
  --mono: "Geist Mono", Verdana, sans-serif;
  --accent-2: #ff7e4a;
  --h2: clamp(56px, 12vw, 200px);
}

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

a {
  color: var(--ink-dim);
  text-decoration: underline;
}

.nav {
  z-index: 50;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  backdrop-filter: blur(14px) saturate(1.4);
  background-color: #ffffffc7;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 100px;
  margin: 0 auto;
  padding: 18px 60px;
  display: flex;
}

.logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--ink);
  letter-spacing: -.04em;
  align-items: center;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.dot {
  background-color: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  box-shadow: 0 0 16px #ff5a1f99;
}

.nav-links {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.nav-cta {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--ink);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--ink);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--ink);
  background-color: var(--ink);
  color: var(--bg);
  letter-spacing: .1em;
  border-radius: 999px;
  padding: 11px 18px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  transition: all .25s;
}

.site-footer {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  background-color: var(--bg-2);
  padding: 72px 0 44px;
  position: relative;
}

.footer-accent-line {
  background-color: var(--accent);
  width: 160px;
  height: 1px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}

.wrap {
  max-width: var(--maxw);
  padding-right: var(--pad);
  padding-left: var(--pad);
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-top {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 64px;
  display: grid;
}

.f-brand-name {
  letter-spacing: -.05em;
  margin-bottom: 20px;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 800;
  line-height: .9;
  display: block;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--line);
  color: var(--ink-mute);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 13px;
  display: flex;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: right;
  justify-content: flex-end;
  margin-left: auto;
  display: flex;
}

.sec-accent {
  background-color: var(--accent);
  width: 100px;
  height: 1px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}

.italic {
  color: var(--accent);
  font-style: normal;
  font-weight: 800;
}

.eyebrow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--accent);
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
}

.eyebrow.inline-span-0 {
  margin-top: 28px;
}

.eyebrow-line {
  background-color: var(--accent);
  flex-shrink: 0;
  width: 24px;
  height: 1px;
  display: inline-block;
}

.btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  letter-spacing: -.005em;
  border-radius: 999px;
  align-items: center;
  padding: 18px 30px;
  font-family: Geist, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.btn-primary {
  background-color: var(--ink);
  color: var(--bg);
}

.btn-ghost {
  border: 1px solid var(--line-2);
  color: var(--ink);
  background-color: #0000;
}

.arrow {
  transition: transform .3s;
  display: inline-block;
}

.sec-head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: clamp(56px, 8vh, 88px);
  display: grid;
  position: relative;
}

.cta-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(48px, 6vh, 72px);
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.cta-q {
  color: var(--ink);
  font-variation-settings: "wdth" 75;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(16px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.05;
}

.cta-action {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--ink-dim);
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 12px;
  text-decoration: none;
  transition: color .25s;
  display: inline-flex;
}

.hero {
  padding-top: clamp(140px, 20vh, 220px);
  padding-bottom: clamp(80px, 14vh, 160px);
  position: relative;
  overflow: hidden;
}

.hero-bg-overlay {
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(900px 500px at -5% 90%, #ff5a1f0d, #0000 60%);
  position: absolute;
  inset: 0;
}

.hero-grid {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
  position: relative;
}

.hero-h1 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.012em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 32px;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(40px, 8.2vw, 132px);
  font-weight: 800;
  line-height: .92;
}

.ln1 {
  color: var(--ink-mute);
  font-weight: 500;
  display: block;
}

.ln2 {
  color: var(--ink);
  font-weight: 800;
  display: block;
}

.hero-sub {
  max-width: 680px;
  color: var(--ink-dim);
  margin-top: 44px;
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 400;
  line-height: 1.45;
}

.hero-cta {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-meta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(60px, 9vh, 110px);
  padding-top: 32px;
  display: grid;
}

.hero-num {
  letter-spacing: -.045em;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(36px, 3.8vw, 56px);
  font-weight: 800;
  line-height: .9;
  display: block;
}

.hero-lbl {
  color: var(--ink-mute);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  display: block;
}

.hero-strip {
  aspect-ratio: 21 / 9;
  background-color: #000;
  width: 100%;
  max-height: 78vh;
  margin-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.hero-strip-img {
  filter: saturate(.95) contrast(1.05);
  background-color: #0a0a0a;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.02);
}

.strip-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#0000000d 0%, #0006 100%);
  position: absolute;
  inset: 0;
}

.caption {
  left: var(--pad);
  right: var(--pad);
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 32px;
}

.caption-title {
  letter-spacing: -.05em;
  max-width: 780px;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(36px, 6vw, 88px);
  font-weight: 800;
  line-height: .92;
}

.caption-meta {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #ffffffb3;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.pulse-dot {
  background-color: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  box-shadow: 0 0 12px #ff5a1fcc;
}

.marquee {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  background-color: var(--bg);
  white-space: nowrap;
  overflow: hidden;
}

.marquee-track {
  padding: 32px 0;
  display: inline-flex;
}

.marquee-dot {
  background-color: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-left: 48px;
  display: inline-block;
}

.services {
  border-top: 1px solid var(--ink);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  color: var(--ink);
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  padding: 44px 0;
  text-decoration: none;
  transition: padding .35s, color .25s;
  display: grid;
  position: relative;
}

.service-line {
  background-color: var(--ink);
  transform-origin: 0;
  height: 1px;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.s-num {
  color: var(--accent);
  letter-spacing: .05em;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 13px;
  font-weight: 500;
}

.s-name {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(20px, 2.9vw, 44px);
  font-weight: 800;
  line-height: .98;
  transition: color .3s;
}

.s-desc {
  max-width: 580px;
  color: var(--ink-dim);
  grid-column-start: 2;
  margin-top: 10px;
  font-size: 16px;
}

.s-arrow {
  color: var(--ink-mute);
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 400;
  transition: transform .3s, color .3s;
}

.formats {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.fcat {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  background-color: var(--bg);
  flex-direction: column;
  padding: 40px 28px 36px;
  transition: background .35s;
  display: flex;
}

.cat-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--accent);
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 28px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.cat-line {
  background-color: var(--accent);
  flex-shrink: 0;
  width: 14px;
  height: 1px;
  display: inline-block;
}

.ext {
  opacity: 0;
  color: var(--ink-mute);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  transition: opacity .3s;
}

.work-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
}

.work-card {
  aspect-ratio: 4 / 5;
  background-color: #000;
  border-radius: 2px;
  text-decoration: none;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.work-card.lg {
  aspect-ratio: 16 / 10;
  grid-column-start: span 4;
}

.work-card.md {
  grid-column-start: span 2;
}

.work-card.sm {
  aspect-ratio: 1;
  grid-column-start: span 2;
}

.thumb {
  filter: saturate(.9) contrast(1.05);
  background-color: #0a0a0a;
  background-size: cover;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .4s;
  position: absolute;
  inset: 0;
}

.work-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#0000 40%, #0000008c 85%, #000000bf 100%);
  position: absolute;
  inset: 0;
}

.play {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  letter-spacing: .1em;
  background-color: #0006;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.why {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 140px;
  padding-top: 40px;
  display: grid;
}

.workshops-grid {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.ws {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  background-color: var(--bg);
  cursor: pointer;
  flex-direction: column;
  min-height: 380px;
  padding: 40px 32px 36px;
  transition: background .35s;
  display: flex;
  position: relative;
}

.ws.featured {
  grid-column-start: span 2;
}

.ws-num {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--accent);
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 28px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
}

.ws-line {
  background-color: var(--accent);
  flex-shrink: 0;
  width: 18px;
  height: 1px;
  display: inline-block;
}

.ws-img {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--line);
  filter: saturate(.85%) contrast(1.05%);
  background-color: #0a0a0a;
  background-image: none;
  width: calc(100% + 64px);
  margin: 140px -32px 28px;
}

.ws-title {
  letter-spacing: -.035em;
  margin-bottom: 16px;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.02;
}

.ws-desc {
  color: var(--ink-dim);
  margin-bottom: auto;
  font-size: 14.5px;
  line-height: 1.5;
}

.ws-meta {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 18px;
  display: flex;
}

.workshops-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  background-color: var(--ink);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  padding: 32px 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ws-cta-accent {
  background-color: var(--accent);
  width: 4px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.process {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.step {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line-2);
  padding: 28px 0;
}

.faq {
  max-width: 880px;
  margin: 0 auto;
}

.plus {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line-2);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line-2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line-2);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line-2);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-family: Geist, system-ui, sans-serif;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

.contact-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: start;
  margin-top: 48px;
  display: grid;
}

.contact-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  display: grid;
}

.crow {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  grid-template-rows: auto;
  grid-template-columns: 140px 1fr;
  padding: 20px 0;
  display: grid;
}

.clbl {
  color: var(--accent);
  letter-spacing: .14em;
  text-transform: uppercase;
  padding-top: 6px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
}

.cval {
  letter-spacing: -.02em;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.contact-cta {
  background-color: var(--ink);
  color: var(--bg);
  border-radius: 8px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
}

.cta-bg-glow {
  pointer-events: none;
  background-image: radial-gradient(circle at 100% 0, #ff5a1f66, #0000 60%);
  width: 240px;
  height: 240px;
  position: absolute;
  top: 0;
  right: 0;
}

.nav-link {
  color: #5e5e5e;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}

.nav-link:hover {
  color: #0a0a0a;
}

.footer-link {
  color: #5e5e5e;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14.5px;
  text-decoration: none;
  transition: color .25s;
  display: block;
}

.footer-link:hover {
  color: #0a0a0a;
}

.footer-h4 {
  color: #ff5a1f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
}

.footer-bottom-link {
  color: #9a9a9a;
  font-size: 13px;
  text-decoration: none;
  transition: color .25s;
}

.footer-bottom-link:hover {
  color: #0a0a0a;
}

.footer-brand-p {
  color: #5e5e5e;
  text-align: left;
  max-width: 250px;
  margin-bottom: 0;
  font-size: 14px;
}

.sec-h2 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.01em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: clamp(38px, 6.6vw, 106px);
  font-weight: 800;
  line-height: .9;
}

.sec-h2.inline-h2-0 {
  margin-top: 24px;
}

.sec-h3 {
  font-family: var(--display);
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 800;
  line-height: 1;
}

.paragraph-lead {
  max-width: 580px;
  font-family: var(--sans);
  color: var(--ink-dim);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.45;
}

.paragraph {
  font-family: var(--sans);
  color: var(--ink-dim);
  letter-spacing: -.005em;
  font-size: 16px;
  line-height: 1.55;
}

.paragraph-small {
  font-family: var(--sans);
  color: var(--ink-dim);
  font-size: 14px;
  line-height: 1.5;
}

.why-h3 {
  font-family: var(--display);
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(20px, 2.3vw, 32px);
  font-weight: 800;
  line-height: 1.02;
}

.step-h3 {
  font-family: var(--display);
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.02;
}

.link, .link-2 {
  color: #333;
  text-decoration: none;
}

.phero {
  border-top: 0;
  padding-top: clamp(150px, 20vh, 220px);
  padding-bottom: clamp(50px, 8vh, 90px);
  position: relative;
  overflow: hidden;
}

.breadcrumb {
  grid-column-gap: 10px;
  font-family: var(--mono);
  color: var(--ink-mute);
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.phero-h1 {
  font-family: var(--display);
  font-variation-settings: "wdth" 75;
  letter-spacing: -.012em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 24px;
  font-size: clamp(40px, 8.2vw, 132px);
  font-weight: 800;
  line-height: .92;
}

.breadcrumb-sep {
  color: #d8d8d8;
}

.section_services {
  padding-top: 0;
  padding-bottom: clamp(80px, 11vh, 160px);
  position: relative;
}

.accent {
  color: #ff5a1f;
}

.cta-bar-btn {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #0a0a0a;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0a0a0a;
  border-radius: 999px;
  align-items: center;
  padding: 18px 26px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
}

.cta-arrow {
  transition: transform .25s;
}

.section_process {
  border-top: 1px solid #ececec;
  padding-top: clamp(80px, 11vh, 160px);
  padding-bottom: clamp(80px, 11vh, 160px);
  position: relative;
}

.sec-head-1 {
  margin-bottom: clamp(48px, 7vh, 80px);
}

.n {
  color: #ff5a1f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.inline-div-0 {
  margin-top: 36px;
}

.detail-img {
  aspect-ratio: 21 / 9;
  background-color: #0a0a0a;
  background-size: cover;
  border-top: 1px solid #ececec;
  width: 100%;
  max-height: 62vh;
  position: relative;
  overflow: hidden;
}

.detail-cap {
  color: #fffc;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-image: linear-gradient(0deg, #0009, #0000);
  padding: 20px clamp(20px, 4vw, 56px);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 10.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section_intro {
  border-top: 1px solid #ececec;
  padding-top: clamp(80px, 11vh, 160px);
  padding-bottom: clamp(80px, 11vh, 160px);
  position: relative;
}

.intro-split {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
  display: grid;
}

.intro-big {
  color: #0a0a0a;
  letter-spacing: -.03em;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.1;
}

.tags {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
  display: flex;
}

.tag {
  color: #5e5e5e;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  padding: 11px 18px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  transition: all .25s;
}

.section_incl {
  border-top: 1px solid #ececec;
  padding-top: clamp(80px, 11vh, 160px);
  padding-bottom: clamp(80px, 11vh, 160px);
  position: relative;
}

.incl {
  grid-row-gap: 0;
  grid-column-gap: 0;
  border-top: 1px solid #0a0a0a;
  border-left: 1px solid #ececec;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.incl-cell {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 36px 28px 34px;
  transition: background .35s;
}

.cell-n {
  color: #ff5a1f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.incl-h3 {
  font-variation-settings: "wdth" 100;
  letter-spacing: -.035em;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.05;
}

.section_faq {
  border-top: 1px solid #ececec;
  padding-top: clamp(80px, 11vh, 160px);
  padding-bottom: clamp(80px, 11vh, 160px);
  position: relative;
}

.faq-wrap {
  max-width: 880px;
}

.faq-q {
  cursor: pointer;
  border-bottom: 1px solid #ececec;
  padding: 28px 0;
  transition: padding .3s;
}

.faq-plus {
  color: #0a0a0a;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 17px;
  transition: all .3s;
  display: inline-flex;
}

.faq-a {
  color: #5e5e5e;
  max-width: 720px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.6;
}

.section_related {
  border-top: 1px solid #ececec;
  padding-top: clamp(80px, 11vh, 160px);
  padding-bottom: clamp(80px, 11vh, 160px);
  position: relative;
}

.related-svc {
  grid-row-gap: 0;
  grid-column-gap: 0;
  border-top: 1px solid #0a0a0a;
  border-left: 1px solid #ececec;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.related-svc.inline-div-0 {
  margin-top: 36px;
}

.related-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: inherit;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  flex-direction: column;
  padding: 30px 26px;
  text-decoration: none;
  transition: background .35s;
  display: flex;
}

.rc {
  color: #ff5a1f;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 10px;
}

.related-h3 {
  font-variation-settings: "wdth" 100;
  letter-spacing: -.035em;
  overflow-wrap: break-word;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.05;
}

.section_contact {
  padding-top: 0;
  padding-bottom: clamp(80px, 11vh, 160px);
  position: relative;
}

.contact-grid-1 {
  grid-row-gap: 0;
  grid-column-gap: 0;
  border-top: 1px solid #0a0a0a;
  border-left: 1px solid #ececec;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.cinfo {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 40px 32px;
}

.clbl-1 {
  color: #ff5a1f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.csub {
  color: #5e5e5e;
  margin-top: 12px;
  font-size: 14.5px;
}

.cdark {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #0a0a0a;
  border-radius: 4px;
  margin-top: clamp(48px, 8vh, 80px);
  padding: clamp(40px, 6vw, 64px) clamp(32px, 5vw, 56px);
  display: grid;
}

.cdark-h2 {
  color: #fff;
  font-variation-settings: "wdth" 100;
  letter-spacing: -.05em;
  overflow-wrap: break-word;
  font-family: Bricolage Grotesque, system-ui, sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 800;
  line-height: .96;
}

.cdark-p {
  color: #ffffffa8;
  max-width: 560px;
}

.cdark-btns {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  display: flex;
}

.btn-light {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 999px;
  align-items: center;
  padding: 16px 28px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s;
  display: inline-flex;
}

.btn-outline-light {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 999px;
  align-items: center;
  padding: 16px 28px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .25s;
  display: inline-flex;
}

.map-wrap {
  aspect-ratio: 21 / 8;
  background-color: #fafafa;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin-top: clamp(48px, 8vh, 80px);
  overflow: hidden;
}

.inline-a-0 {
  color: #ff5a1f;
  font-weight: 600;
  font-size: inherit;
  display: inline;
}

.section_faq_page {
  padding-top: 0;
  padding-bottom: clamp(80px, 11vh, 160px);
}

.faq-page {
  max-width: 920px;
}

.faq-group {
  margin-top: clamp(48px, 7vh, 80px);
}

.faq-gh {
  color: #ff5a1f;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-top: 1px solid #0a0a0a;
  margin-bottom: 20px;
  padding-top: 24px;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.inline-span-0-parent.inline-span-0 {
  margin-top: 28px;
  display: inline-flex;
}

.section_manifesto {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: clamp(80px, 11vh, 160px);
}

.manifesto {
  max-width: 1000px;
}

.stats {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(56px, 8vh, 90px);
  padding-top: 36px;
  display: grid;
}

.studio-strip {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: repeat(12, 1fr);
  margin-top: clamp(48px, 7vh, 80px);
  display: grid;
}

.si.a.inline-div-0 {
  background-image: url('../images/');
}

.si.b.inline-div-1 {
  background-image: url('../images/');
}

.si.c.inline-div-2 {
  background-image: url('../images/');
}

.si.d.inline-div-3 {
  background-image: url('../images/');
}

.values {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.inline-h2-0 {
  margin-top: 24px;
}

.inline-div-0-1 {
  margin-bottom: clamp(48px, 7vh, 80px);
}

.team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.member {
  position: relative;
}

.inline-div-0-1-2 {
  margin-bottom: clamp(48px, 7vh, 80px);
}

.ph.inline-div-1 {
  background-image: url('../images/');
}

.ph.inline-div-2 {
  background-image: url('../images/');
}

.ph.inline-div-3 {
  background-image: url('../images/');
}

.ph.inline-div-4 {
  background-image: url('../images/');
}

.jobs-grid {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.job {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  background-color: var(--bg);
  cursor: pointer;
  flex-direction: column;
  min-height: 340px;
  padding: 38px 30px 34px;
  transition: background .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.job-after {
  background-color: var(--accent);
  width: 0;
  height: 3px;
  transition: width .45s cubic-bezier(.2, .7, .2, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.jobs-note {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  background-color: var(--bg-2);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.jobs-note-before {
  background-color: var(--accent);
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.lead.inline-p-0 {
  margin-top: 28px;
}

.inline-span-0 {
  margin-top: 28px;
  display: inline-flex;
}

.cat {
  border-top: 1px solid var(--ink);
  margin-top: clamp(56px, 9vh, 96px);
  padding-top: 40px;
}

.cat-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.fmt-grid {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.fmt {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  background-color: var(--bg);
  padding: 30px 28px 32px;
  transition: background .35s;
  position: relative;
}

.inline-span-0-1-parent.inline-span-0-1 {
  margin-top: 28px;
  display: inline-flex;
}

.section_ki_summary {
  padding-top: 0;
  padding-bottom: clamp(80px, 11vh, 160px);
}

.summary-card {
  border: 1px solid var(--ink);
  background-color: var(--bg-2);
  border-radius: 4px;
  margin-top: clamp(40px, 6vh, 64px);
  padding: clamp(28px, 4vw, 48px);
}

.facts {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: clamp(56px, 9vh, 96px);
  display: grid;
}

.fact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  align-items: baseline;
  padding: 24px 0;
  display: grid;
}

.svc-line {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: clamp(40px, 6vh, 64px);
  display: grid;
}

.files {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(48px, 7vh, 80px);
  display: grid;
}

.file {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  background-color: var(--bg);
  flex-direction: column;
  padding: 34px 30px;
  transition: background .35s;
  display: flex;
}

.cat-filter {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.inline-span-0-1 {
  margin-top: 28px;
  display: inline-flex;
}

.section_feature {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: clamp(80px, 11vh, 160px);
}

.feature {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  cursor: pointer;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  text-decoration: none;
  display: grid;
}

.feat-cat {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-family: var(--mono);
  color: var(--accent);
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 26px;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
}

.feat-cat-line {
  background-color: var(--accent);
  flex-shrink: 0;
  width: 18px;
  height: 1px;
  display: inline-block;
}

.feat-meta {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  font-family: var(--mono);
  color: var(--ink-mute);
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.feat-img.inline-div-0 {
  background-image: url('../images/');
}

.inline-p-0-parent.inline-p-0 {
  max-width: 620px;
  margin-top: 20px;
}

.inline-div-0-1-2-3 {
  margin-bottom: clamp(48px, 7vh, 80px);
}

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

.background-video {
  z-index: 1;
  height: 100vh;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-menu {
  text-decoration: none;
  overflow: hidden;
}

.link-menu.margin {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-menu.absolute {
  color: #ff512f;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -100%;
  overflow: visible;
}

.link-menu.untermenue {
  width: auto;
  overflow: visible;
}

.social-image {
  width: 110px;
}

.social-image.absolute {
  opacity: 0;
  transition: opacity .5s ease-in-out;
  position: absolute;
  inset: 0%;
}

.social-image.absolute:hover {
  opacity: 1;
}

.social-link {
  perspective: 412px;
  width: 110px;
  position: relative;
  transform: perspective(490px);
}

.social-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  width: auto;
  margin-left: auto;
}

.text-block {
  z-index: 2;
  color: #000;
  margin-bottom: 0;
  margin-right: 7px;
  font-size: 2.3vw;
  font-weight: 200;
  position: relative;
}

.text-block.bold {
  color: #000;
  font-weight: 600;
}

.section_posts {
  padding-top: clamp(40px, 6vh, 80px);
  padding-bottom: clamp(80px, 11vh, 160px);
}

.post-grid {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.post {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  background-color: var(--bg);
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  transition: background .35s;
  display: flex;
}

.news-strip {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--ink);
  color: var(--bg);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  padding: clamp(40px, 5vw, 72px);
  display: grid;
  position: relative;
  overflow: hidden;
}

.news-blob {
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 100% 0, #ff5a1f73, #0000 60%);
  width: 320px;
  height: 320px;
  position: absolute;
  top: 0;
  right: 0;
}

.news-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-family: var(--mono);
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid #ffffff4d;
  border-radius: 999px;
  align-items: center;
  padding: 16px 28px;
  font-size: 12px;
  transition: all .25s;
  display: inline-flex;
}

.p-img.inline-div-0 {
  background-image: url('../images/');
}

.p-img.inline-div-1 {
  background-image: url('../images/');
}

.p-img.inline-div-2 {
  background-image: url('../images/');
}

.p-img.inline-div-3 {
  background-image: url('../images/');
}

.p-img.inline-div-4 {
  background-image: url('../images/');
}

.p-img.inline-div-5 {
  background-image: url('../images/');
}

.inline-div-6 {
  margin-top: clamp(60px, 8vh, 100px);
}

.art-hero {
  border-top-style: none;
  padding-top: clamp(140px, 18vh, 200px);
  padding-bottom: 0;
  position: relative;
}

.art-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.art-cat {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-family: var(--mono);
  color: var(--accent);
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 30px;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
}

.art-cat-line {
  background-color: var(--accent);
  flex-shrink: 0;
  width: 24px;
  height: 1px;
  display: inline-block;
}

.art-title {
  letter-spacing: -.055em;
  font-size: clamp(40px, 7vw, 108px);
  font-weight: 800;
  line-height: .9;
}

.art-dek {
  max-width: 720px;
  font-family: var(--display);
  color: var(--ink-dim);
  letter-spacing: -.02em;
  margin: 36px auto 0;
  font-size: clamp(19px, 1.8vw, 26px);
  font-weight: 500;
  line-height: 1.4;
}

.art-byline {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  font-family: var(--mono);
  color: var(--ink-mute);
  letter-spacing: .12em;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  font-size: 11.5px;
  display: flex;
}

.art-cover {
  aspect-ratio: 21 / 9;
  filter: saturate(.95) contrast(1.05);
  background-color: #0a0a0a;
  background-size: cover;
  width: 100%;
  max-height: 70vh;
  margin-top: clamp(50px, 7vh, 90px);
  position: relative;
  overflow: hidden;
}

.art-cover.inline-div-0 {
  background-image: url('../images/');
}

.art-body {
  max-width: 720px;
  padding-top: clamp(60px, 9vh, 110px);
  padding-right: var(--pad);
  padding-left: var(--pad);
  margin: 0 auto;
  padding-bottom: 0;
}

.dropcap {
  float: left;
  font-family: var(--display);
  color: var(--accent);
  letter-spacing: -.03em;
  margin: 8px 16px 0 0;
  font-size: 5.2em;
  font-weight: 800;
  line-height: .72;
}

.art-li-mark {
  background-color: var(--accent);
  width: 14px;
  height: 1px;
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
}

.art-marker {
  font-family: var(--mono);
  color: var(--accent);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: clamp(48px, 7vh, 88px) 0 -8px;
  font-size: 11px;
  display: block;
}

.pull-img.inline-div-0 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/');
  background-size: cover;
  border-radius: 2px;
  width: 100%;
}

.author-box {
  max-width: 720px;
  padding-top: 36px;
  padding-right: var(--pad);
  padding-bottom: 36px;
  padding-left: var(--pad);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: start;
  margin: clamp(60px, 8vh, 100px) auto 0;
  display: grid;
}

.av.inline-div-0 {
  background-image: url('../images/');
}

.section_related-1 {
  border-top-style: none;
  padding-top: clamp(80px, 11vh, 160px);
  padding-bottom: clamp(80px, 11vh, 160px);
}

.related {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--ink);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(40px, 6vh, 80px);
  display: grid;
}

.ri.inline-div-0 {
  background-image: url('../images/');
}

.ri.inline-div-1 {
  background-image: url('../images/');
}

.ri.inline-div-2 {
  background-image: url('../images/');
}

.inline-h1-0 {
  font-size: clamp(56px, 11vw, 160px);
}

.section_legal {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: clamp(80px, 11vh, 160px);
}

.legal {
  max-width: 820px;
  margin: 0 auto;
}

.inline-h1-0-1 {
  font-size: clamp(48px, 9vw, 140px);
}

.section_datenschutz {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: clamp(80px, 11vh, 160px);
}

.toc-num {
  min-width: 28px;
  font-family: var(--mono);
  color: var(--accent);
  flex-shrink: 0;
  padding-top: 3px;
  font-size: 11px;
}

.li-mark {
  background-color: var(--accent);
  width: 12px;
  height: 1px;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
}

.inline-p-0 {
  color: var(--ink-mute);
  margin-top: 24px;
  font-size: 14px;
}

.hero-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 140px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.main-paragraph {
  color: #fff;
  margin-bottom: 180px;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph.menu {
  color: #676767;
  margin-bottom: 0;
  font-size: 1.8vw;
}

.main-paragraph.menu.white {
  color: #fff;
  background-color: #0000;
  width: auto;
  font-weight: 100;
  position: static;
}

.main-paragraph.menu.white.green {
  color: #ff512f;
}

.main-paragraph.cases {
  z-index: 3;
  width: 35%;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.6;
  display: none;
  position: relative;
}

.main-paragraph.cases.black-color {
  color: #333;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.3;
  display: none;
}

.main-paragraph.sub-heading {
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.3vw;
  display: none;
  position: relative;
}

.main-paragraph.sub-heading.black-color {
  color: #333;
  display: none;
}

.grid-footer {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: absolute;
  bottom: 20px;
  left: auto;
  right: auto;
}

.arrow-image {
  width: 12px;
  margin-right: 5px;
  display: none;
}

.bold-text-6 {
  font-size: 14px;
  display: inline-block;
}

.menu-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end start;
  place-items: end start;
  height: 100%;
  display: grid;
  position: relative;
}

.brand {
  z-index: 2;
  position: relative;
}

.brand.w--current {
  z-index: 99999;
}

.logo-image {
  width: 100px;
}

.logo-image.absolute {
  width: 100px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.div-block-untermenue-mobile {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 20px;
  padding-right: 0;
  display: none;
  position: static;
  top: 0;
  left: 0;
}

.wrapper-content-menu {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2%;
  padding-left: 78px;
  display: flex;
}

.link-untermenue {
  color: #fff;
  flex: 1;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  display: inline-block;
}

.div-block-untermenue {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 20px;
  padding-right: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.bold-text {
  flex-direction: column;
  font-size: 14px;
  display: inline-block;
}

.background-menu {
  background-image: url('../images/menubackground-1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px #ff512f;
  font-size: 15vw;
  line-height: 1;
}

.main-heading.menu {
  opacity: 1;
  color: #000;
  text-transform: capitalize;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
}

.main-heading.link {
  text-transform: capitalize;
  text-shadow: 0 0 2px #000;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vw;
  line-height: 1.2;
  transition: text-shadow .7s ease-in-out;
  display: flex;
}

.main-heading.link:hover {
  text-shadow: none;
}

.main-heading.link-breit {
  text-transform: capitalize;
  text-shadow: 0 0 2px #000;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vw;
  line-height: 1.2;
  transition: text-shadow .7s ease-in-out;
  display: flex;
}

.main-heading.link-breit:hover {
  text-shadow: none;
}

.main-heading.description {
  z-index: 1;
  text-transform: none;
  white-space: normal;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.main-heading.description.cases {
  z-index: 3;
  margin-bottom: 20px;
  font-size: 7vw;
  display: none;
}

.main-heading.description.cases.black-color {
  color: #333;
  display: none;
}

.main-heading.sticky-outline {
  text-align: center;
  text-shadow: 0 0 2px #000;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-size: 14vw;
  position: absolute;
  inset: 3% 0% auto;
}

.close-line {
  background-color: #fff;
  width: 30px;
  height: 1px;
  margin-top: 0;
  font-size: 10px;
  display: block;
  position: absolute;
  inset: auto 29% 50% auto;
  transform: rotate(45deg);
}

.close-line.second {
  margin-top: 0;
  position: absolute;
  inset: auto 30% 50% auto;
  transform: rotate(-45deg);
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.menu-button.w--open {
  z-index: 2;
  background-color: #0000;
  border: 1px #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 18px;
  display: flex;
}

.container-button-menu {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.div-menue {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  font-size: 16px;
  display: flex;
}

.nav-menu {
  background-color: #0000;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  display: flex;
  top: 0;
  overflow: visible;
}

.navbar {
  z-index: 9999;
  background-color: #0000;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  padding: 6px 60px 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.content-menu {
  background-image: none;
  background-size: auto;
  height: 100vh;
  position: relative;
}

.section {
  margin-top: 140px;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  text-align: justify;
}

.section-2 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.section-3 {
  margin-top: 140px;
}

.paragraph-6 {
  text-align: justify;
}

.section_values, .section_team, .section_jobs {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  padding-top: clamp(80px, 11vh, 160px);
  padding-bottom: clamp(80px, 11vh, 160px);
}

.section_formate {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: clamp(80px, 11vh, 160px);
}

.section_svc, .section_files, .section_ki-faq {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  padding-top: clamp(80px, 11vh, 160px);
  padding-bottom: clamp(80px, 11vh, 160px);
}

.paragraph-7 {
  text-align: justify;
}

.paragraph-8 {
  color: var(--bg);
}

.paragraph-9 {
  text-align: justify;
}

.div-warum {
  flex-flow: column;
  display: flex;
}

.paragraph-rechts {
  text-align: right;
}

.logo-footer {
  width: 5em;
  margin-bottom: 20px;
  margin-left: 0;
}

.text-marquee {
  margin-left: 0;
  margin-right: 51px;
}

.div-block {
  height: 0;
}

.content__wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 745.6em;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.content__wrapper-2.film, .content__wrapper-2._3d {
  height: 284.2em;
}

.udesly-link {
  color: #ff512f;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.background-video-pk-1 {
  border-radius: 2em;
  width: 24em;
  height: 35em;
}

.webflow-link {
  color: #ff512f;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.foto-basic {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/137_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic.f_lm_03, .foto-basic.f_rr_04 {
  background-image: none;
}

.foto-basic.f_rm_03 {
  background-image: url('../images/02_SIXROOMS_Film.jpg');
  background-position: 0%;
}

.foto-basic.f_lm_05, .foto-basic.f_rm_06 {
  background-image: none;
}

.foto-basic.f_ll_08 {
  background-image: url('../images/Kachel-F_Cosby-4-Skater0.jpg');
}

.foto-basic.f_lm_07 {
  background-image: url('../images/Kachel-F_Püppi10.jpg');
  background-position: 50%;
}

.foto-basic.f_ll_03 {
  background-image: url('../images/MARVIN_Cases_Film_03.webp');
}

.foto-basic.f_ll_04 {
  background-image: url('../images/05_SIXROOMS_Packaging.webp');
}

.foto-basic.f_rm_04 {
  background-image: url('../images/Kachel-F_Cosby-2-Tiger0.jpg');
  background-position: 50%;
}

.foto-basic.f_rr_03 {
  background-image: url('../images/Kachel-F_Protect-Stone0.jpg');
  background-position: 50%;
}

.foto-basic.f_rm_02, .foto-basic.f_ll_07 {
  background-image: none;
}

.foto-basic.f_rr_05 {
  background-image: url('../images/MARVIN_Cases_Film_05.webp');
  background-position: 50%;
}

.foto-basic.f_rm_08 {
  background-image: url('../images/Kachel-F_Electronic-Assembly.jpg');
  background-position: 0%;
}

.foto-basic.f_lm_02 {
  background-image: none;
}

.foto-basic.f_rm_05 {
  background-image: url('../images/Kachel-F_Cosby-1-sw10.jpg');
  background-position: 50%;
}

.foto-basic.f_ll_01 {
  background-image: url('../images/Kachel-F_Cosby-5-Jump0.jpg');
}

.foto-basic.f_ll_06, .foto-basic.f_rm_01 {
  background-image: none;
}

.foto-basic.f_ll_02 {
  background-image: url('../images/17_SIXROOMS_Packaging.gif');
}

.foto-basic.f_rm_09 {
  background-image: url('../images/MARVIN_Cases_Film.webp');
}

.foto-basic.f_rr_01 {
  background-image: url('../images/Kachel-F_BMW-M---SA-Vegas-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.foto-basic.f_rr_08 {
  background-image: url('../images/MARVIN_Cases_Film_04.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic.f_lm_08 {
  background-image: url('../images/MARVIN_Cases_Film_02.webp');
  background-position: 50%;
}

.foto-basic.f_lm_01 {
  background-image: url('../images/Kachel-F_BMW-M---SA-Vegas-20.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.foto-basic.f_lm_06 {
  background-image: url('../images/Kachel-F_BMW-M---Istanbul-Schuh0.jpg');
  background-position: 50%;
  background-size: cover;
}

.foto-basic.f_lm_04 {
  background-image: url('../images/Kachel-F_yunature10.jpg');
  background-position: 50%;
}

.foto-basic.p_rr_00 {
  background-image: url('../images/SIXROOMS_267680510.jpg4e.jpg');
  background-position: 50% 100%;
  height: 10em;
}

.foto-basic.p_rr_00.no {
  background-image: url('../images/05_SIXROOMS_Packaging.webp');
}

.foto-basic.f_rr_07 {
  background-image: url('../images/Kachel-F_Püppi20.jpg');
  background-position: 50%;
}

.foto-basic.f_rr_02 {
  background-image: url('../images/Kachel-F_Cosby-1-sw0.jpg');
  background-position: 50%;
  background-size: cover;
}

.foto-basic.f_rm_no {
  background-image: url('../images/04_SIXROOMS_Film.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 16em;
}

.foto-basic.f_ll_05, .foto-basic.f_rr_06, .foto-basic._3d_rr_04 {
  background-image: none;
}

.foto-basic._3d_rr_00 {
  background-image: url('../images/SIXROOMS_267680510.jpg4e.jpg');
  background-position: 50% 100%;
  height: 10em;
}

.foto-basic._3d_rr_00.no {
  background-image: url('../images/MARVIN_Cases_3D_Text_02.jpg');
}

.foto-basic._3d_ll_07 {
  background-image: none;
}

.foto-basic._3d_rm_05 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_09.jpg');
  background-position: 50%;
}

.foto-basic._3d_lm_08 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_03.jpg');
  background-position: 50% 100%;
}

.foto-basic._3d_rr_03 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_09.jpg');
}

.foto-basic._3d_lm_06 {
  background-image: url('../images/MARVIN_Cases_3D_Text_03.jpg');
  background-position: 0%;
}

.foto-basic._3d_ll_04, .foto-basic._3d_ll_02, .foto-basic._3d_rr_06 {
  background-image: none;
}

.foto-basic._3d_rr_08 {
  background-image: url('../images/MARVIN_Cases_3D_Text_02.jpg');
}

.foto-basic._3d_lm_04 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_06.jpg');
  background-position: 50%;
}

.foto-basic._3d_rm_08, .foto-basic._3d_rm_04 {
  background-image: none;
}

.foto-basic._3d_rm_01 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_05.jpg');
  background-position: 50%;
  background-size: cover;
}

.foto-basic._3d_ll_05 {
  background-image: url('../images/MARVIN_Cases_Film_02.webp');
  background-position: 50%;
}

.foto-basic._3d_lm_05, .foto-basic._3d_lm_01, .foto-basic._3d_ll_06, .foto-basic._3d_lm_07 {
  background-image: none;
}

.foto-basic._3d_rm_03 {
  background-image: url('../images/MARVIN_Cases_Film_04.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic._3d_rr_07, .foto-basic._3d_lm_03, .foto-basic._3d_rm_06 {
  background-image: none;
}

.foto-basic._3d_rm_07 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_08.jpg');
  background-position: 50%;
}

.foto-basic._3d_ll_08 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_10.jpg');
  background-position: 50%;
  background-size: cover;
}

.foto-basic._3d_rr_01 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_04.jpg');
}

.foto-basic._3d_rm_02 {
  background-image: none;
}

.foto-basic._3d_rr_05 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_01.jpg');
}

.foto-basic._3d_ll_01 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_07.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.foto-basic._3d_lm_02 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_11.jpg');
  background-position: 50%;
}

.foto-basic._3d_ll_03 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_02.jpg');
  background-position: 50%;
}

.foto-basic._3d_rr_02 {
  background-image: none;
}

.foto-basic._3d_lm_no {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_03.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 16em;
}

.reihe-ll {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
}

.footer-contact {
  z-index: 5;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-contact.kacheln {
  width: 80em;
  height: 4em;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.reihe-rm {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-credits {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 11px;
}

.back-to-top-text {
  color: #888;
  text-transform: uppercase;
}

.back-to-top-text.kacheln {
  color: #000;
}

.main-3 {
  font-size: 1vw;
  line-height: 1.6;
}

.reihe-rr {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  overflow: hidden;
}

.section-4.infinite-item {
  margin-top: 0;
}

.wrap-copyright {
  margin-left: 0;
  position: static;
  bottom: 15px;
}

.reihe-lm {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-text {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 40px;
  font-size: 11px;
}

.wrap-link-footer {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-bold {
  font-size: 11px;
  font-weight: 400;
}

.wrap-1 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

.phero-1 {
  padding-top: clamp(150px, 20vh, 220px);
  padding-bottom: clamp(50px, 8vh, 90px);
  position: relative;
  overflow: hidden;
}

.lp-hero {
  border-bottom: 1px solid #ececec;
}

.lp-section {
  border-top: 1px solid #ececec;
  padding-top: clamp(80px, 11vh, 160px);
  padding-bottom: clamp(80px, 11vh, 160px);
  position: relative;
}

.breadcrumb-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #9a9a9a;
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  display: flex;
}

.sep {
  color: #d8d8d8;
}

.eyebrow-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ff5a1f;
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
}

.eyebrow-top {
  margin-top: 28px;
}

.lp-h1 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.012em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 24px;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: clamp(40px, 8.2vw, 132px);
  font-weight: 800;
  line-height: .92;
}

.italic-1 {
  color: #ff5a1f;
  font-weight: 800;
}

.lead-1 {
  color: #5e5e5e;
  max-width: 680px;
  margin-top: 36px;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.45;
}

.lp-trust {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.trust-chip {
  color: #5e5e5e;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  padding: 10px 16px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
}

.trust-b {
  color: #ff5a1f;
  font-weight: 500;
}

.hero-cta-1 {
  margin-top: 36px;
}

.btn-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 999px;
  align-items: center;
  padding: 18px 30px;
  font-family: Geist, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
}

.btn-primary-1 {
  color: #fff;
  background-color: #0a0a0a;
}

.btn-primary-1:hover {
  color: #fff;
  background-color: #ff5a1f;
}

.lp-img {
  background-color: #0a0a0a;
  background-position: 50%;
  background-size: cover;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  width: 100%;
  height: 44vh;
  max-height: 56vh;
  position: relative;
}

.lp-img.inline-div-0 {
  background-image: url('../images/');
}

.cap {
  color: #fffc;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-image: linear-gradient(0deg, #0009, #0000);
  padding: 18px clamp(20px, 4vw, 56px);
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lp-split {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr 1fr;
  align-items: start;
  display: grid;
}

.big {
  letter-spacing: -.03em;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.12;
}

.ac {
  color: #ff5a1f;
}

.body-p {
  color: #5e5e5e;
  text-align: justify;
  margin-bottom: 16px;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
}

.lp-head {
  margin-bottom: clamp(40px, 6vh, 64px);
}

.lp-h2 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.01em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 24px;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: clamp(38px, 6.6vw, 106px);
  font-weight: 800;
  line-height: .9;
}

.usp {
  border-top: 1px solid #0a0a0a;
  border-left: 1px solid #ececec;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.cell {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 34px 28px;
}

.cell:hover {
  background-color: #fafafa;
}

.n-1 {
  color: #ff5a1f;
  letter-spacing: .12em;
  margin-bottom: 18px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  display: block;
}

.usp-h3 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.02;
}

.cell-p {
  color: #5e5e5e;
  font-size: 14.5px;
  line-height: 1.5;
}

.lp-list {
  grid-column-gap: 48px;
  grid-row-gap: 0;
  border-top: 1px solid #0a0a0a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 8px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.lp-li {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ececec;
  align-items: baseline;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.mk {
  color: #ff5a1f;
  flex-shrink: 0;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 13px;
}

.t {
  color: #0a0a0a;
  font-size: 16px;
}

.t-sub {
  color: #5e5e5e;
  margin-top: 3px;
  font-size: 14px;
  font-style: normal;
  display: block;
}

.lp-faq {
  max-width: 880px;
}

.q {
  cursor: pointer;
  border-bottom: 1px solid #ececec;
  padding-top: 26px;
  padding-bottom: 26px;
}

.q-sum {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  justify-content: space-between;
  align-items: center;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: clamp(16px, 1.9vw, 26px);
  font-weight: 800;
  line-height: 1.1;
  list-style: none;
  display: flex;
}

.plus-1 {
  color: #0a0a0a;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 17px;
  display: flex;
}

.lp-rel {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.rel-link {
  color: #0a0a0a;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  padding: 12px 18px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
}

.rel-link:hover {
  color: #ff5a1f;
  border-color: #ff5a1f;
}

.cta-bar-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
  position: relative;
}

.cta-q-1 {
  letter-spacing: -.04em;
  max-width: 780px;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: clamp(26px, 3.4vw, 52px);
  font-weight: 700;
  line-height: .98;
}

.cta-action-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #0a0a0a;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0a0a0a;
  border-radius: 999px;
  align-items: center;
  padding: 18px 26px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.cta-action-1:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.inline-div-0-1-2-3-4-parent.inline-div-0-1-2-3-4 {
  background-image: url('../images/');
}

.inline-div-0-1-2-3-4-5-parent.inline-div-0-1-2-3-4-5 {
  background-image: url('../images/');
}

.inline-div-0-1-2-3-4-5 {
  background-image: url('../images/');
}

.inline-div-0-1-2-3-4-5-6-parent.inline-div-0-1-2-3-4-5-6 {
  background-image: url('../images/');
}

.inline-div-0-1-2-3-4 {
  background-image: url('../images/');
}

.inline-div-0-1-2-3-4-5-6-7-parent.inline-div-0-1-2-3-4-5-6-7 {
  background-image: url('../images/');
}

.inline-div-0-1-2-3-4-5-6-7 {
  background-image: url('../images/');
}

.inline-div-0-1-2-3-4-5-6-7-8-parent.inline-div-0-1-2-3-4-5-6-7-8 {
  background-image: url('../images/');
}

.inline-div-0-1-2-3-4-5-6-7-8-9-parent.inline-div-0-1-2-3-4-5-6-7-8-9 {
  background-image: url('../images/');
}

.intro-note {
  background-color: #fafafa;
  border: 1px solid #ececec;
  border-radius: 14px;
  max-width: 880px;
  margin-bottom: 48px;
  padding: 24px 28px;
}

.ic {
  color: #ff5a1f;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.intro-p {
  color: #5e5e5e;
  font-size: 15px;
  line-height: 1.6;
}

.qset {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  max-width: 880px;
  display: grid;
}

.gh {
  color: #ff5a1f;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.qa {
  border-top: 1px solid #ececec;
  padding-top: 24px;
  padding-bottom: 24px;
}

.qnum {
  color: #9a9a9a;
  letter-spacing: .1em;
  margin-bottom: 8px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  display: block;
}

.qa-h3 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: clamp(17px, 1.8vw, 25px);
  font-weight: 800;
  line-height: 1.1;
}

.ws-grid {
  border-top: 1px solid #0a0a0a;
  border-left: 1px solid #ececec;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.ws-1 {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 32px 28px;
}

._w-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

._w-type {
  color: #ff5a1f;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

._w-num {
  color: #9a9a9a;
  letter-spacing: .1em;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
}

.ws-h3 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: clamp(18px, 1.95vw, 27px);
  font-weight: 800;
  line-height: 1.05;
}

._w-desc {
  color: #5e5e5e;
  margin-bottom: 16px;
  font-size: 14.5px;
  line-height: 1.55;
}

._w-for {
  color: #0a0a0a;
  margin-bottom: 18px;
  font-size: 13.5px;
  line-height: 1.5;
}

._w-meta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #ececec;
  flex-wrap: wrap;
  padding-top: 14px;
  display: flex;
}

._w-m {
  color: #5e5e5e;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10.5px;
}

.pr {
  color: #ff5a1f;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-left: auto;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
}

.inline-div-0-1-2-3-4-5-6-7-8 {
  background-image: url('../images/');
}

.inline-div-0-1-2-3-4-5-6-7-8-9 {
  background-image: url('../images/');
}

.qa-p {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 1.6;
}

.inline-div-0-1-2-3-4-5-6 {
  background-image: url('../images/');
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17 {
  text-align: justify;
}

.v2-page {
  color: #fff;
  background-color: #0a0a0a;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
}

.v2-wrap {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.v2-sec {
  font-family: var(--display);
  padding-top: clamp(72px, 11vw, 160px);
  padding-bottom: clamp(72px, 11vw, 160px);
  position: relative;
}

.v2-ink {
  color: #fff;
  background-color: #0a0a0a;
}

.v2-ink2 {
  color: #fff;
  background-color: #141414;
}

.v2-white {
  color: #0a0a0a;
  background-color: #fff;
}

.v2-orange {
  color: #fff;
  background-color: #ff4a1c;
}

.v2-h2 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.01em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(38px, 6.6vw, 106px);
  font-weight: 800;
  line-height: .9;
}

.v2-idx {
  color: #ff4a1c;
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  column-gap: 12px;
  margin-bottom: clamp(20px, 3vw, 36px);
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  display: flex;
}

.v2-idx-line {
  opacity: .35;
  background-color: #ff4a1c;
  flex-grow: 1;
  height: 1px;
  display: block;
}

.v2-idx-w {
  color: #fff;
}

.v2-lede {
  color: #0a0a0a8c;
  max-width: 46ch;
  margin-top: clamp(18px, 2.6vw, 34px);
  margin-left: auto;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.6;
}

.v2-lede-d {
  color: #ffffff85;
}

.v2-lbl {
  color: #0a0a0a8c;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: block;
}

.v2-lbl-d {
  color: #ffffff85;
}

.v2-top {
  z-index: 60;
  color: #ffffffb8;
  letter-spacing: .16em;
  text-transform: uppercase;
  background-color: #0a0a0ad1;
  border-bottom: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  padding: 12px clamp(20px, 5vw, 72px);
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.v2-top-brand {
  color: #fff;
}

.v2-topnav {
  flex-wrap: nowrap;
  align-items: center;
  column-gap: clamp(10px, 1.3vw, 22px);
  margin-left: auto;
  display: flex;
}

.v2-topnav-link {
  color: #ffffffb8;
  text-decoration: none;
}

.v2-topnav-link:hover {
  color: #ff4a1c;
}

.v2-chip {
  border: 1px solid #ffffff29;
  border-radius: 99px;
  padding: 5px 10px;
}

.v2-hero {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 88vh;
  padding-top: clamp(96px, 14vw, 180px);
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
  display: flex;
  position: relative;
  overflow: hidden;
}

.v2-hero-veil {
  background-image: linear-gradient(#0a0a0abf, #0a0a0a40 42%, #0a0a0af5);
  position: absolute;
  inset: 0;
}

.v2-hero-in {
  z-index: 2;
  width: 100%;
  position: relative;
}

.v2-eyebrow {
  color: #ff4a1c;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  column-gap: 12px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  display: inline-flex;
}

.v2-eyebrow-line {
  background-color: #ff4a1c;
  width: 34px;
  height: 1px;
  display: inline-block;
}

.v2-h1 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.012em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: clamp(18px, 3vw, 36px);
  margin-bottom: 0;
  font-size: clamp(40px, 8.2vw, 132px);
  font-weight: 800;
  line-height: .92;
}

.v2-h1-dim {
  color: #fff6;
  display: block;
}

.v2-hero-lower {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: end;
  gap: 20px clamp(20px, 4vw, 64px);
  margin-top: clamp(28px, 4vw, 56px);
  display: grid;
}

.v2-hero-sub {
  color: #ffffffa8;
  max-width: 44ch;
  margin: 0;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.6;
}

.v2-hero-cta {
  flex-wrap: wrap;
  justify-self: end;
  gap: 12px;
  display: flex;
}

.v2-btn {
  color: #fff;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid #ffffff29;
  align-items: center;
  column-gap: 12px;
  padding: 15px 22px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: inline-flex;
}

.v2-btn.v2-btn-p:hover {
  color: #fff;
  background-color: #ff4a1c;
  border-color: #ff4a1c;
}

.v2-btn-p {
  color: #0a0a0a;
  background-color: #fff;
  border-color: #fff;
}

.v2-meta {
  z-index: 2;
  border-top: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(36px, 5vw, 72px);
  display: grid;
  position: relative;
}

.v2-meta-cell {
  border-right: 1px solid #ffffff29;
  padding-top: clamp(16px, 2vw, 26px);
  padding-bottom: clamp(16px, 2vw, 26px);
  padding-left: clamp(12px, 2vw, 28px);
}

.v2-meta-first {
  padding-left: 0;
}

.v2-num {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.015em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(26px, 3.4vw, 52px);
  font-weight: 800;
  line-height: 1;
}

.v2-num-lbl {
  color: #ffffff80;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: block;
}

.v2-strip {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ff4a1c;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  overflow: hidden;
}

.v2-svc {
  border-top: 1px solid #0a0a0a24;
  margin-top: clamp(36px, 5vw, 72px);
}

.v2-svc-row {
  color: #0a0a0a;
  border-bottom: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: 64px minmax(0, 1.05fr) minmax(0, 1.35fr) 40px;
  align-items: baseline;
  gap: 8px clamp(12px, 2.4vw, 40px);
  padding-top: clamp(18px, 2.4vw, 30px);
  padding-bottom: clamp(18px, 2.4vw, 30px);
  text-decoration: none;
  display: grid;
}

.v2-svc-row:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.v2-svc-num {
  color: #0a0a0a8c;
  letter-spacing: .1em;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
}

.v2-svc-name {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(20px, 2.9vw, 44px);
  font-weight: 800;
  line-height: .98;
}

.v2-svc-desc {
  color: #0a0a0a8c;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.55;
}

.v2-svc-ar {
  text-align: right;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 14px;
}

.v2-cta {
  border-top: 2px solid #0a0a0ae6;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px 20px;
  margin-top: clamp(36px, 4.4vw, 68px);
  padding-top: clamp(26px, 3.2vw, 44px);
  display: flex;
}

.v2-cta-d {
  border-top-color: #ffffffe6;
}

.v2-cta-q {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.012em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  max-width: 22ch;
  font-size: clamp(22px, 3vw, 44px);
  font-weight: 800;
  line-height: .98;
}

.v2-cta-dim {
  opacity: 1;
  color: #ff4a1c;
}

.v2-cta-go {
  color: #fff;
  letter-spacing: .16em;
  text-transform: uppercase;
  background-color: #ff4a1c;
  align-items: center;
  column-gap: 14px;
  padding: 18px 30px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  display: inline-flex;
}

.v2-cta-go:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.v2-breaker {
  color: #fff;
  text-align: center;
  background-color: #111;
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: clamp(420px, 62vh, 760px);
  padding: clamp(56px, 9vw, 120px) clamp(20px, 5vw, 72px);
  display: flex;
  position: relative;
  overflow: hidden;
}

.v2-br-tall {
  min-height: clamp(460px, 74vh, 860px);
}

.v2-br-short {
  min-height: clamp(320px, 44vh, 520px);
}

.v2-br-veil {
  z-index: 1;
  background-image: radial-gradient(circle, #0a0a0a2e, #0a0a0aad);
  position: absolute;
  inset: 0;
}

.v2-br-in {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.v2-br-kick {
  color: #ffffffeb;
  letter-spacing: .16em;
  text-transform: uppercase;
  max-width: 52ch;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: clamp(9px, .85vw, 11px);
  line-height: 1.6;
}

.v2-br-h {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.015em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  max-width: 16ch;
  margin-top: clamp(12px, 1.6vw, 22px);
  margin-bottom: clamp(12px, 1.6vw, 22px);
  font-size: clamp(34px, 7.6vw, 118px);
  font-weight: 800;
  line-height: .9;
}

.v2-br-o {
  color: #ff4a1c;
}

.v2-br-arrow {
  color: #fff;
  border: 1px solid #ffffffbf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-top: clamp(18px, 2.4vw, 32px);
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.v2-br-arrow:hover {
  color: #0a0a0a;
  background-color: #fff;
}

.v2-fgrid {
  border-top: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(36px, 5vw, 72px);
  display: grid;
}

.v2-fcol {
  border-right: 1px solid #ffffff29;
  padding: clamp(20px, 2.4vw, 34px) clamp(14px, 1.6vw, 26px) clamp(24px, 3vw, 40px);
}

.v2-fcol-first {
  padding-left: 0;
}

.v2-fcol-last {
  padding-right: 0;
}

.v2-fcat {
  color: #ff4a1c;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: clamp(16px, 2vw, 28px);
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-fitem {
  letter-spacing: -.01em;
  color: inherit;
  border-bottom: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 14px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: clamp(14px, 1.25vw, 19px);
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.v2-fext {
  color: #ffffff61;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 9px;
}

.v2-case {
  border-bottom: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: 64px minmax(0, .9fr) minmax(0, 1.4fr);
  align-items: start;
  gap: 20px clamp(16px, 3vw, 48px);
  padding-top: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(28px, 4vw, 56px);
  display: grid;
}

.v2-case-first {
  border-top: 1px solid #0a0a0a24;
  margin-top: clamp(36px, 5vw, 72px);
}

.v2-cnum {
  color: #0a0a0a8c;
  letter-spacing: .1em;
  padding-top: .6em;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
}

.v2-ctitle {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(25px, 4vw, 62px);
  font-weight: 800;
  line-height: .94;
}

.v2-cyear {
  color: #0a0a0a38;
  font-size: .62em;
  font-weight: 800;
  display: block;
}

.v2-cmeta {
  row-gap: 10px;
  margin-top: clamp(16px, 2vw, 28px);
  display: grid;
}

.v2-crow {
  border-top: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: 96px minmax(0, 1fr);
  column-gap: 14px;
  padding-top: 9px;
  display: grid;
}

.v2-ck {
  color: #0a0a0a8c;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding-top: 3px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 9px;
}

.v2-cv {
  font-size: 13px;
  line-height: 1.5;
}

.v2-cimg {
  aspect-ratio: 4 / 3;
  background-color: #e8e8e8;
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.v2-cimg1 {
  background-image: url('../images/');
}

.v2-cimg2 {
  background-image: url('../images/');
}

.v2-cimg3 {
  background-image: url('../images/');
}

.v2-cplay {
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #ff4a1c;
  padding: 6px 10px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 9px;
  position: absolute;
  bottom: 14px;
  left: 14px;
}

.v2-br2 {
  background-image: url('../images/');
}

.v2-metrics {
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .66fr) repeat(3, minmax(0, 1fr));
  margin-top: clamp(36px, 5vw, 72px);
  display: grid;
}

.v2-mport {
  background-color: #222;
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
  border-right: 1px solid #ffffff29;
  grid-row-start: span 2;
  min-height: 280px;
  position: relative;
}

.v2-mport-cap {
  color: #ffffffd9;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 9px;
  position: absolute;
  bottom: 14px;
  left: 14px;
}

.v2-mcell {
  border-bottom: 1px solid #ffffff29;
  border-right: 1px solid #ffffff29;
  padding: clamp(16px, 2vw, 26px) clamp(12px, 1.6vw, 24px) clamp(20px, 2.6vw, 32px);
}

.v2-mk {
  color: #ffffff6b;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: clamp(14px, 2vw, 24px);
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 9px;
  display: block;
}

.v2-mv {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.015em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(34px, 4.6vw, 68px);
  font-weight: 800;
  line-height: .9;
}

.v2-bars {
  align-items: flex-end;
  column-gap: 6px;
  height: clamp(56px, 6vw, 84px);
  display: flex;
}

.v2-bar {
  flex-grow: 1;
  flex-basis: 0;
  display: block;
}

.v2-bar1 {
  background-color: #ff4a1c;
  height: 100%;
}

.v2-bar2 {
  background-color: #c93a16;
  height: 88%;
}

.v2-bar3 {
  background-color: #fff;
  height: 74%;
}

.v2-bar4 {
  background-color: #fff6;
  height: 52%;
}

.v2-rank {
  display: grid;
}

.v2-rankrow {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.005em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  justify-content: space-between;
  column-gap: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: clamp(16px, 1.9vw, 28px);
  font-weight: 800;
  display: flex;
}

.v2-rankv {
  color: #ffffff6b;
}

.v2-why {
  border-bottom: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.v2-why-col {
  border-right: 1px solid #ffffff29;
  flex-direction: column;
  padding: clamp(22px, 3vw, 40px) clamp(14px, 2vw, 28px) clamp(28px, 3.4vw, 48px);
  display: flex;
}

.v2-why-first {
  padding-left: 0;
}

.v2-why-last {
  padding-right: 0;
}

.v2-why-h3 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  min-height: 2.04em;
  margin-top: clamp(14px, 2vw, 24px);
  margin-bottom: 12px;
  font-size: clamp(18px, 2.1vw, 29px);
  font-weight: 800;
  line-height: 1.02;
}

.v2-why-p {
  color: #ffffff85;
  font-size: 14px;
  line-height: 1.6;
}

.v2-wsfeat {
  border-top: 1px solid #0a0a0a24;
  border-bottom: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px clamp(16px, 3vw, 48px);
  margin-top: clamp(36px, 5vw, 72px);
  padding-top: clamp(24px, 3.4vw, 48px);
  padding-bottom: clamp(24px, 3.4vw, 48px);
  display: grid;
}

.v2-ws-h3 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: clamp(12px, 1.6vw, 20px);
  margin-bottom: 0;
  font-size: clamp(27px, 4.1vw, 64px);
  font-weight: 800;
  line-height: .94;
}

.v2-ws-p {
  color: #0a0a0a8c;
  max-width: 52ch;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.62;
}

.v2-wsimg {
  aspect-ratio: 16 / 10;
  background-color: #e8e8e8;
}

.v2-wslist {
  border-bottom: 1px solid #0a0a0a24;
}

.v2-wsrow {
  border-bottom: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, .62fr);
  align-items: baseline;
  gap: 8px clamp(12px, 2.4vw, 40px);
  padding-top: clamp(16px, 2.2vw, 28px);
  padding-bottom: clamp(16px, 2.2vw, 28px);
  display: grid;
}

.v2-wsh4 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(17px, 2.2vw, 31px);
  font-weight: 800;
  line-height: 1;
}

.v2-wsp {
  color: #0a0a0a8c;
  font-size: 13.5px;
  line-height: 1.55;
}

.v2-wsmeta {
  text-align: right;
  row-gap: 5px;
  display: grid;
}

.v2-wsm {
  color: #0a0a0a8c;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 9px;
}

.v2-clip {
  overflow: hidden;
}

.v2-rel {
  z-index: 2;
  position: relative;
}

.v2-ghost {
  z-index: 0;
  color: #fff;
  letter-spacing: -.07em;
  font-size: clamp(240px, 36vw, 620px);
  font-weight: 800;
  line-height: .72;
  position: absolute;
  top: -.08em;
  right: -.03em;
}

.v2-idx-line-w {
  opacity: .5;
  background-color: #fff;
}

.v2-lede-o {
  color: #ffffffdb;
  margin-left: 0;
}

.v2-steps {
  border-top: 1px solid #ffffff6b;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(36px, 5vw, 72px);
  display: grid;
}

.v2-step {
  border-right: 1px solid #ffffff6b;
  padding: clamp(20px, 2.6vw, 36px) clamp(12px, 1.8vw, 26px) clamp(28px, 3.4vw, 52px);
}

.v2-step-first {
  padding-left: 0;
}

.v2-step-last {
  padding-right: 0;
}

.v2-step-k {
  color: #ffffffc7;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: block;
}

.v2-step-h3 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: clamp(16px, 2.4vw, 32px);
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.02;
}

.v2-step-p {
  color: #ffffffdb;
  font-size: 13.5px;
  line-height: 1.6;
}

.v2-cta-o {
  border-top-color: #ffffffe6;
}

.v2-faq {
  border-top: 1px solid #0a0a0a24;
  margin-top: clamp(36px, 5vw, 72px);
}

.v2-faq-item {
  border-bottom: 1px solid #0a0a0a24;
}

.v2-faq-q {
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 64px minmax(0, 1fr) 32px;
  align-items: baseline;
  column-gap: clamp(12px, 2.4vw, 40px);
  padding-top: clamp(18px, 2.4vw, 30px);
  padding-bottom: clamp(18px, 2.4vw, 30px);
  list-style: none;
  display: grid;
}

.v2-faq-n {
  color: #0a0a0a8c;
  letter-spacing: .1em;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.v2-faq-t {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(15px, 1.95vw, 29px);
  font-weight: 800;
  line-height: 1.1;
}

.v2-faq-p {
  color: #ff4a1c;
  text-align: right;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 20px;
  display: inline;
}

.v2-faq-a {
  color: #0a0a0a8c;
  max-width: 76ch;
  padding-bottom: clamp(22px, 3vw, 38px);
  padding-left: 104px;
  font-size: 15px;
  line-height: 1.65;
}

.v2-kgrid {
  border-top: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px clamp(24px, 4vw, 72px);
  margin-top: clamp(36px, 5vw, 72px);
  padding-top: clamp(24px, 3vw, 44px);
  display: grid;
}

.v2-krow {
  border-bottom: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: 130px minmax(0, 1fr);
  align-items: baseline;
  column-gap: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.v2-kk {
  color: #ffffff85;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 9px;
}

.v2-kv {
  letter-spacing: -.02em;
  font-size: clamp(15px, 1.5vw, 21px);
  font-weight: 500;
}

.v2-klink {
  color: #fff;
  text-decoration: none;
}

.v2-klink:hover {
  color: #ff4a1c;
}

.v2-kcta-h3 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(27px, 4vw, 58px);
  font-weight: 800;
  line-height: .96;
}

.v2-kcta-p {
  color: #ffffff85;
  max-width: 44ch;
  margin-top: 20px;
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.62;
}

.v2-foot {
  color: #ffffff73;
  letter-spacing: .14em;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border-top: 1px solid #ffffff29;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 16px;
  padding: 20px clamp(20px, 5vw, 72px);
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: flex;
}

.v2-sub {
  background-color: #fff;
}

.v2-hdr {
  color: #fff;
  background-color: #0a0a0a;
  padding-top: clamp(120px, 17vw, 200px);
  padding-bottom: clamp(48px, 7vw, 90px);
  position: relative;
  overflow: hidden;
}

.v2-hdr-ghost {
  z-index: 0;
  color: #ffffff29;
  letter-spacing: -.07em;
  font-size: clamp(240px, 34vw, 600px);
  font-weight: 800;
  line-height: .72;
  position: absolute;
  top: -.1em;
  right: -.04em;
}

.v2-bc {
  color: #ffffffd9;
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  column-gap: 10px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  display: flex;
}

.v2-bc-link {
  color: #ffffffd9;
  text-decoration: none;
}

.v2-bc-sep {
  color: #ffffff80;
}

.v2-eyebrow-w {
  color: #fff;
  margin-top: 28px;
}

.v2-eyebrow-line-w {
  background-color: #fff;
}

.v2-h1-sub {
  font-size: clamp(38px, 7.4vw, 118px);
}

.v2-lead-w {
  color: #ffffffe6;
  max-width: 60ch;
  margin-top: clamp(24px, 3vw, 36px);
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.45;
}

.v2-chips {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(24px, 3vw, 36px);
  display: flex;
}

.v2-chip-w {
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid #ffffff80;
  border-radius: 99px;
  padding: 8px 14px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-hdr-cta {
  margin-top: clamp(28px, 3.4vw, 44px);
}

.v2-split {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 28px clamp(24px, 5vw, 80px);
  margin-top: clamp(28px, 4vw, 56px);
  display: grid;
}

.v2-statement {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(24px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}

.v2-ac {
  color: #ff4a1c;
}

.v2-p {
  color: #0a0a0a99;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.62;
}

.v2-usp {
  border-top: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(36px, 5vw, 72px);
  display: grid;
}

.v2-usp-cell {
  border-right: 1px solid #ffffff29;
  padding: clamp(22px, 3vw, 40px) clamp(14px, 2vw, 28px) clamp(28px, 3.4vw, 48px);
}

.v2-usp-first {
  padding-left: 0;
}

.v2-usp-last {
  padding-right: 0;
}

.v2-usp-n {
  color: #ff4a1c;
  letter-spacing: .16em;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: block;
}

.v2-usp-h3 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: clamp(14px, 2vw, 24px);
  margin-bottom: 12px;
  font-size: clamp(18px, 2.1vw, 29px);
  font-weight: 800;
  line-height: 1.02;
}

.v2-usp-p {
  color: #ffffff8c;
  font-size: 14px;
  line-height: 1.6;
}

.v2-list {
  border-top: 1px solid #0a0a0a24;
  margin-top: clamp(36px, 5vw, 72px);
}

.v2-li {
  border-bottom: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 6px clamp(12px, 2.4vw, 40px);
  padding-top: clamp(16px, 2.2vw, 28px);
  padding-bottom: clamp(16px, 2.2vw, 28px);
  display: grid;
}

.v2-li-n {
  color: #0a0a0a8c;
  letter-spacing: .1em;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
}

.v2-li-t {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(20px, 2.6vw, 38px);
  font-weight: 800;
  line-height: 1;
}

.v2-li-sub {
  color: #0a0a0a8c;
  font-size: 14px;
  line-height: 1.5;
}

.v2-faq-d {
  border-top-color: #ffffff29;
}

.v2-faq-item-d {
  border-bottom-color: #ffffff29;
}

.v2-faq-a-d {
  color: #fff9;
}

.v2-rel-1 {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(28px, 3.6vw, 52px);
  display: flex;
}

.v2-rel-link {
  color: #fff;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid #ffffff40;
  border-radius: 99px;
  padding: 10px 16px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.v2-li-ar {
  text-align: right;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 14px;
}

.v2-li-1 {
  color: #0a0a0a;
  border-bottom: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1fr) 40px;
  align-items: baseline;
  gap: 6px clamp(12px, 2.4vw, 40px);
  padding-top: clamp(16px, 2.2vw, 28px);
  padding-bottom: clamp(16px, 2.2vw, 28px);
  text-decoration: none;
  display: grid;
}

.v2-li-1:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.v2-proj {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px clamp(12px, 1.6vw, 24px);
  margin-top: clamp(36px, 5vw, 72px);
  display: grid;
}

.v2-proj-card {
  color: #fff;
  text-decoration: none;
}

.v2-proj-img {
  aspect-ratio: 4 / 3;
  background-color: #222;
  background-position: 50%;
  background-size: cover;
}

.v2-proj-1 {
  background-image: url('../images/');
}

.v2-proj-2 {
  background-image: url('../images/');
}

.v2-proj-3 {
  background-image: url('../images/');
}

.v2-proj-meta {
  row-gap: 6px;
  padding-top: 14px;
  display: grid;
}

.v2-proj-k {
  color: #ff4a1c;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 9px;
}

.v2-proj-t {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(17px, 2vw, 28px);
  font-weight: 800;
  line-height: 1;
}

.v2-band {
  color: #fff;
  background-color: #ff4a1c;
  padding-top: clamp(56px, 7vw, 110px);
  padding-bottom: clamp(56px, 7vw, 110px);
}

.v2-band-in {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
  align-items: end;
  gap: 28px clamp(24px, 5vw, 72px);
  display: grid;
}

.v2-band-h {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.012em;
  text-transform: uppercase;
  margin-top: clamp(18px, 2.4vw, 30px);
  margin-bottom: 0;
  font-size: clamp(30px, 5vw, 80px);
  font-weight: 800;
  line-height: .94;
}

.v2-band-p {
  color: #ffffffe0;
  max-width: 46ch;
  margin-top: clamp(16px, 2vw, 24px);
  font-size: 15px;
  line-height: 1.6;
}

.v2-band-r {
  flex-direction: column;
  justify-self: end;
  align-items: flex-start;
  row-gap: 16px;
  display: flex;
}

.v2-band-tel {
  color: #fff;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid #fff9;
  padding-bottom: 4px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.v2-rel-l {
  margin-top: clamp(28px, 3.6vw, 52px);
}

.v2-rel-link-l {
  color: #0a0a0a;
  border-color: #0a0a0a33;
}

.v2-projlinks {
  margin-top: clamp(24px, 3vw, 40px);
}

.v2-qa {
  border-top: 1px solid #0a0a0a24;
}

.v2-qa-d {
  border-top-color: #ffffff2e;
}

.v2-qa-item {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: 96px 1fr;
  padding-top: 26px;
  padding-bottom: 26px;
  display: grid;
}

.v2-qa-item-d {
  border-bottom-color: #ffffff2e;
}

.v2-qa-n {
  color: #ff4a1c;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding-top: 7px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.2;
}

.v2-qa-h {
  color: #0a0a0a;
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.v2-qa-h-d {
  color: #fff;
}

.v2-qa-p {
  color: #0a0a0ab8;
  max-width: 68ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.62;
}

.v2-qa-p-d {
  color: #ffffffb3;
}

.v2-lnk {
  color: inherit;
  text-decoration: underline;
}

.v2-ws {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #ffffff29;
  border-left: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.v2-ws-card {
  border-bottom: 1px solid #ffffff29;
  border-right: 1px solid #ffffff29;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.v2-ws-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.v2-ws-cat {
  color: #ff4a1c;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-ws-n {
  color: #fff6;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-ws-h3-1 {
  color: #fff;
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.05;
}

.v2-ws-p-1 {
  color: #ffffffad;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
}

.v2-ws-for {
  color: #ffffff75;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}

.v2-ws-meta {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  display: flex;
}

.v2-ws-m {
  color: #fff9;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #fff3;
  padding: 5px 9px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-ws-pr {
  color: #0a0a0a;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #ff4a1c;
  margin-left: auto;
  padding: 6px 10px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-st {
  grid-column-gap: 24px;
  grid-row-gap: 28px;
  border-top: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 36px;
  padding-top: 28px;
  display: grid;
}

.v2-st-n {
  color: #0a0a0a;
  font-variation-settings: "wdth" 75;
  letter-spacing: -.02em;
  overflow-wrap: break-word;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: .9;
}

.v2-st-l {
  color: #0a0a0a80;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-ct {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #0a0a0a24;
  border-left: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.v2-ct-cell {
  border-bottom: 1px solid #0a0a0a24;
  border-right: 1px solid #0a0a0a24;
  padding: 28px;
}

.v2-ct-l {
  color: #ff4a1c;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-ct-v {
  color: #0a0a0a;
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-family: Bricolage Grotesque, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.05;
}

.v2-ct-s {
  color: #0a0a0a99;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}

.v2-art {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.v2-art-by {
  color: #ffffffd9;
  letter-spacing: .14em;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: clamp(28px, 3.4vw, 44px);
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: flex;
}

.v2-art-by-s {
  color: #ffffff73;
}

.v2-art-lead {
  letter-spacing: -.005em;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: clamp(24px, 3vw, 34px);
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.5;
}

.v2-art-p {
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: clamp(18px, 2vw, 26px);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.v2-art-dc {
  float: left;
  color: #ff4a1c;
  font-variation-settings: "wdth" 75;
  margin-top: 6px;
  margin-right: 14px;
  font-size: clamp(56px, 6.6vw, 92px);
  font-weight: 800;
  line-height: .76;
}

.v2-art-mark {
  color: #ff4a1c;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-top: clamp(48px, 6vw, 88px);
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: block;
}

.v2-art-h2 {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.012em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-top: 14px;
  margin-bottom: clamp(20px, 2.4vw, 30px);
  font-size: clamp(26px, 3.4vw, 48px);
  font-weight: 800;
  line-height: .98;
}

.v2-art-q {
  border-left: 2px solid #ff4a1c;
  margin-top: clamp(36px, 4.4vw, 60px);
  margin-bottom: clamp(36px, 4.4vw, 60px);
  padding-left: clamp(18px, 2.4vw, 32px);
}

.v2-art-qp {
  letter-spacing: -.008em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(20px, 2.2vw, 29px);
  line-height: 1.4;
}

.v2-art-cite {
  color: #0a0a0a80;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 16px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: block;
}

.v2-art-ul {
  margin-top: 0;
  margin-bottom: clamp(18px, 2vw, 26px);
  padding-left: 0;
  list-style-type: none;
}

.v2-art-li {
  overflow-wrap: break-word;
  border-top: 1px solid #0a0a0a24;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.6;
}

.v2-art-take {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0;
  margin-top: clamp(28px, 3.4vw, 44px);
  display: grid;
}

.v2-art-take-i {
  border-top: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
  column-gap: 18px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: grid;
}

.v2-art-take-n {
  color: #ff4a1c;
  letter-spacing: .16em;
  padding-top: 6px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-art-take-t {
  color: #ffffffe0;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.6;
}

.v2-art-more {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px clamp(16px, 2vw, 28px);
  margin-top: clamp(28px, 3.4vw, 44px);
  display: grid;
}

.v2-art-more-i {
  color: #fff;
  border-top: 1px solid #ffffff2e;
  flex-direction: column;
  row-gap: 14px;
  padding-top: 22px;
  text-decoration: none;
  display: flex;
}

.v2-art-more-c {
  color: #ff4a1c;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-art-more-h {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 800;
  line-height: 1.02;
}

.v2-art-more-l {
  color: #fff9;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: auto;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-art-src {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(16px, 2vw, 28px);
  margin-top: clamp(28px, 3.4vw, 44px);
  display: grid;
}

.v2-art-src-i {
  color: #ffffffd1;
  overflow-wrap: break-word;
  border-top: 1px solid #ffffff29;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.v2-art-src-n {
  color: #ff4a1c;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: block;
}

.v2-art-s {
  font-variation-settings: "wdth" 75;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-right: 6px;
  font-size: .82em;
  font-weight: 800;
}

.v2-art-tw {
  display: block;
}

.v2-art-take-h {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.008em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: clamp(19px, 2.2vw, 26px);
  font-weight: 800;
  line-height: 1.04;
}

.v2-art-tags {
  color: #0a0a0a8c;
  letter-spacing: .06em;
  border-top: 1px solid #0a0a0a24;
  margin-top: clamp(36px, 4vw, 56px);
  padding-top: 24px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.9;
}

.v2-tbl {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr) minmax(0, 1.8fr);
  gap: 0 clamp(14px, 2vw, 26px);
  margin-bottom: clamp(24px, 3vw, 36px);
  display: grid;
}

.v2-tbl-h {
  color: #ff4a1c;
  letter-spacing: .14em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  border-bottom: 1px solid #0a0a0a24;
  min-width: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-tbl-c {
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  border-bottom: 1px solid #0a0a0a24;
  min-width: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.5;
}

.v2-tbl-c.v2-tbl-k {
  font-variation-settings: "wdth" 75;
  letter-spacing: -.004em;
  text-transform: uppercase;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 800;
}

.v2-br-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.wrapper-video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.wrapper-video.third {
  background-image: url('../images/03_MARVIN_Standbild.webp');
  background-position: 50%;
}

.wrapper-video.first {
  background-image: url('../images/01_MARVIN_Standbild.webp');
}

.wrapper-video.fourth {
  background-image: url('../images/04_MARVIN_Standbild.webp');
  background-position: 50% 100%;
}

.wrapper-video.second {
  background-image: url('../images/02_MARVIN_Standbild.webp');
  background-position: 50%;
}

.background-video-hero {
  z-index: 1;
  opacity: 0;
  height: 100%;
  transition: opacity .4s ease-in-out;
  position: absolute;
  inset: 0%;
}

.background-video-hero:hover {
  opacity: 1;
}

.section-video {
  height: auto;
  padding: 100px 11vw;
  position: relative;
}

.section-video.no-padding {
  height: 100vh;
  padding: 0 4vw;
}

.grid {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
}

.lightbox-link {
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-top: 134px;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-cover-shape {
  background-color: #fff;
  line-height: 30px;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-cover-shape.gray {
  background-color: #000;
  display: none;
}

.overflow-mask-shop {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.play-container {
  cursor: pointer;
  background-image: url('../images/02_MARVIN_Cases_BMW.webp');
  background-position: 50%;
  background-size: auto 100%;
  width: 20vw;
  height: 65vh;
  transition: all .4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.play-container:hover {
  opacity: 1;
  background-image: url('../images/02_MARVIN_Cases_BMW.webp');
  background-position: 50%;
  background-size: auto 125%;
}

.play-container.ninth {
  background-image: url('../images/08_MARVIN_Cases_CornChico.webp');
}

.play-container.fourth {
  background-image: url('../images/01_MARVIN_Cases_Alpha.webp');
  height: 65vh;
}

.play-container.fourth:hover {
  opacity: .4;
}

.play-container.third {
  background-image: url('../images/03_MARVIN_Cases_Govecs.webp');
}

.play-container.eighth {
  background-image: url('../images/09_MARVIN_Cases_BayWa.webp');
}

.play-container.seventh {
  background-image: url('../images/07_MARVIN_Cases_Telefonica.jpg');
}

.play-container.second {
  background-image: url('../images/02_MARVIN_Cases_Vauen.jpg');
  transition: all .4s ease-in-out;
}

.play-container.fifth {
  background-image: url('../images/05_MARVIN_Cases_Mocopinus.webp');
}

.play-container.sixth {
  background-image: url('../images/06_MARVIN_Cases_BMW.webp');
}

.fixed-wrap {
  z-index: 999;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 11%;
  padding-left: 68px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fixed-wrap.first {
  z-index: 1034;
  display: none;
}

.fixed-wrap.third, .fixed-wrap.eighth, .fixed-wrap.fourth, .fixed-wrap.sixth, .fixed-wrap.second, .fixed-wrap.ninth, .fixed-wrap.fifth, .fixed-wrap.seventh {
  display: none;
}

.container-icon {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: background-color .5s ease-in-out;
  display: flex;
}

.container-icon:hover {
  opacity: 1;
  background-color: #00000091;
}

.scroll-line {
  background-color: #5c5c5c;
  border-radius: 20px;
  width: 70%;
  height: 1px;
  margin-left: 20px;
  display: block;
  position: static;
  inset: auto auto 5%;
}

.project-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
  margin-top: 109px;
  padding-left: 40px;
  position: relative;
}

.horizontal-scrollable-section-shop {
  background-color: #0000;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 400vh;
  height: 100%;
  margin-left: 0;
  margin-right: 24px;
  display: flex;
}

.horizontal-scrollable-section-shop.auto {
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-left: 0;
}

.horizontal-scrollable-section-shop.auto._2 {
  margin-right: 0;
  overflow: visible;
}

.wrapper-line-indicator {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
  position: sticky;
  bottom: 4%;
  right: 10%;
}

.white-line {
  background-color: #ff512f;
  width: 100%;
  height: 100%;
}

.background-video-project {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.horizontal-shop {
  background-color: #0000;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.horizontal-shop:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.horizontal-shop.content-wrap {
  z-index: 8888;
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  height: 300vh;
  padding-top: 0;
  padding-bottom: 0;
}

.close-wrap {
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 14% 6% auto auto;
}

.close-wrap.border-black.no-background {
  -webkit-text-stroke-color: black;
  background-color: #0000;
  border-color: #000;
  top: 5%;
}

.close-wrap.border-white.no-background {
  background-color: #0000;
  border-color: #fff;
  top: 5%;
}

.second-close-image {
  width: 35%;
}

.play-icon {
  opacity: 1;
  width: 50%;
}

.wrapper-horizzontal-shop {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  margin: 0;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.v2-wsg {
  border-top: 1px solid #0a0a0a24;
  border-left: 1px solid #0a0a0a24;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(28px, 3.6vw, 52px);
  display: grid;
}

.v2-wsc {
  border-bottom: 1px solid #0a0a0a24;
  border-right: 1px solid #0a0a0a24;
  flex-direction: column;
  display: flex;
}

.v2-wsc-img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background-color: #e8e8e8;
  width: 100%;
  display: block;
  position: static;
}

.v2-wsc-in {
  flex-direction: column;
  flex-grow: 1;
  padding: clamp(20px, 2.2vw, 30px);
  display: flex;
}

.v2-wsc-num {
  color: #ff4a1c;
  letter-spacing: .16em;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 16px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
  display: flex;
}

.v2-wsc-line {
  background-color: #ff4a1c;
  width: 26px;
  height: 1px;
  display: inline-block;
}

.v2-wsc-meta {
  border-top: 1px solid #0a0a0a24;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-top: auto;
  padding-top: 16px;
  display: flex;
}

.v2-wsk-img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background-color: #1a1a1a;
  width: 100%;
  margin: -30px -30px 24px;
  display: block;
}

.v2-wsfeat-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.v2-foot-links {
  align-items: center;
  column-gap: 18px;
  margin-left: auto;
  display: flex;
}

.v2-foot-link {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}

.v2-cases-cta {
  justify-content: flex-end;
  display: flex;
}

.v2-cases-head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px 24px;
  display: flex;
}

.v2-nx {
  scroll-snap-type: x mandatory;
  column-gap: 16px;
  margin-top: clamp(28px, 4vw, 48px);
  padding-bottom: 10px;
  display: flex;
  overflow-x: auto;
}

.v2-nx-card {
  color: #fff;
  scroll-snap-align: start;
  flex: 0 0 clamp(240px, 26vw, 360px);
  height: clamp(320px, 34vw, 440px);
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.v2-nx-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.v2-nx-veil {
  background-image: linear-gradient(#0a0a0a26, #0a0a0ae0);
  position: absolute;
  inset: 0;
}

.v2-nx-in {
  padding: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.v2-nx-kick {
  color: #ff4a1c;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Geist Mono, Verdana, sans-serif;
  font-size: 10px;
}

.v2-nx-h {
  color: #fff;
  letter-spacing: -.008em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 800;
  line-height: 1.08;
}

.v2-nx-meta {
  color: #fff9;
  font-size: 12px;
  line-height: 1.5;
}

.mf-navtoggle {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.mf-burger {
  z-index: 70;
  cursor: pointer;
  flex-direction: column;
  order: 9;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  display: none;
  position: relative;
}

.mf-burger-line {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  display: block;
}

.v2-fnav {
  font-family: var(--display);
  background-color: #0a0a0a;
  border-top: 1px solid #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 24px;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 5vw, 72px) clamp(40px, 5vw, 64px);
  display: grid;
}

.v2-fnav-col {
  flex-direction: column;
  display: flex;
}

.v2-fnav-h {
  font-family: var(--mono);
  color: #ff4a1c;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 10px;
}

.v2-fnav-h2 {
  margin-top: 26px;
}

.v2-fnav-l {
  color: #ffffff9e;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}

.div-block-2 {
  text-align: justify;
}

.v2-cs-fil {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
  display: flex;
}

.v2-cs-fb {
  color: #0a0a0a;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0a0a0a2e;
  border-radius: 999px;
  align-items: center;
  padding: 9px 18px;
  font-size: 11px;
  text-decoration: none;
  display: inline-flex;
}

.v2-cs-fb:hover {
  border-color: #0a0a0a;
}

.v2-cs-fb.is-on {
  color: #fff;
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}

.v2-cs-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 44px 24px;
  display: grid;
}

.v2-cs-tile {
  color: #0a0a0a;
  text-decoration: none;
  display: block;
}

.v2-cs-media {
  background-color: #ececec;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.v2-cs-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.v2-cs-meta {
  padding-top: 14px;
}

.v2-cs-t {
  color: #0a0a0a;
  font-size: 17px;
  line-height: 1.3;
  display: block;
}

.v2-cs-c {
  color: #0a0a0a80;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 11px;
  display: block;
}

.v2-svcband {
  background-color: #000;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

.v2-svcband-frame {
  background-color: #111317;
  background-image: radial-gradient(120% 140% at 78% 25%, #ff5a1f33, #ff5a1f00 58%), linear-gradient(155deg, #3a3f47 0%, #1a1c20 62%, #0d0e11 100%);
  padding: 52px 44px;
  position: relative;
  overflow: hidden;
}

.v2-svcband-veil {
  background-image: linear-gradient(90deg, #0a0a0af0 0%, #0a0a0acc 46%, #0a0a0a47 100%);
  position: absolute;
  inset: 0;
}

.v2-svcband-in {
  z-index: 1;
  grid-column-gap: 34px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: end;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.v2-svcband-k {
  color: #ff5a1f;
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12.5px;
  display: flex;
}

.v2-svcband-k-line {
  background-color: #ff5a1f;
  width: 22px;
  height: 2px;
  margin-right: 9px;
  display: block;
}

.v2-svcband-h {
  color: #fff;
  letter-spacing: -.025em;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.05;
}

.v2-svcband-p {
  color: #b9bcc2;
  max-width: 46ch;
  margin-bottom: 0;
  font-size: 15.5px;
  line-height: 1.6;
}

.v2-svcband-a {
  align-items: center;
  display: flex;
}

.v2-svcband-btn {
  color: #fff;
  white-space: nowrap;
  background-color: #ff5a1f;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.v2-svcband-lnk {
  color: #fff;
  white-space: nowrap;
  border-bottom: 1px solid #ffffff73;
  margin-left: 22px;
  padding-bottom: 2px;
  font-size: 15px;
  text-decoration: none;
}

.v2-top-cta {
  color: inherit;
  border: 1px solid #ffffff29;
  border-radius: 99px;
  padding: 5px 10px;
  text-decoration: none;
}

.v2-top-cta:hover {
  border-color: #fff9;
}

.imp-credit {
  padding: 18px var(--pad) 24px;
  background-color: var(--ink);
  text-align: center;
}

.imp-credit-p {
  font-family: var(--mono);
  color: var(--ink-mute);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
}

.imp-credit-link {
  color: var(--bg);
  text-decoration: underline;
}

.imp-credit-link:hover {
  color: var(--accent);
}

.visually-hidden {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.cs-tile-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 1440px) {
  .background-video {
    display: block;
  }

  .bold-text-6 {
    font-size: 16px;
  }

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

  .div-block-untermenue-mobile {
    flex-direction: row;
    align-items: center;
    width: auto;
    display: none;
  }

  .wrapper-content-menu {
    padding-bottom: 2%;
  }

  .link-untermenue {
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-untermenue {
    flex-direction: row;
    align-items: center;
    width: auto;
    display: block;
  }

  .bold-text {
    font-size: 16px;
    font-weight: 700;
  }

  .main-heading.description {
    font-size: 4.5vw;
  }

  .main-heading.sticky-outline {
    bottom: 0%;
  }

  .menu-button.w--open {
    display: block;
  }

  .div-menue {
    justify-content: space-between;
    width: auto;
  }

  .nav-menu {
    align-items: center;
  }

  .navbar {
    z-index: 9999;
  }

  .overflow-mask-shop {
    overflow: hidden;
  }

  .fixed-wrap.first, .fixed-wrap.fourth {
    display: none;
  }

  .scroll-line {
    width: 20%;
    margin-left: auto;
    margin-right: 10%;
  }

  .project-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 100%;
    margin-top: 160px;
  }

  .horizontal-scrollable-section-shop.auto {
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .horizontal-scrollable-section-shop.auto._2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-line-indicator {
    justify-content: center;
    width: 100%;
  }

  .horizontal-shop.content-wrap {
    z-index: 8888;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .close-wrap {
    z-index: 999;
    top: 5%;
  }

  .play-icon {
    width: 35%;
  }

  .wrapper-horizzontal-shop {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .formats, .work-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .work-card.lg, .work-card.md, .work-card.sm {
    aspect-ratio: 16 / 10;
    grid-column-start: span 2;
  }

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

  .workshops-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .ws.featured {
    grid-column-start: span 2;
  }

  .process {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

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

  .nav-link {
    display: none;
  }

  .process-1 {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .jobs-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

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

  .social-link {
    width: 70px;
  }

  .text-block {
    font-size: 22px;
  }

  .post-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .news-strip {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .main-paragraph {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph.menu.white {
    font-size: 3vw;
  }

  .main-paragraph.cases {
    width: 50%;
    font-size: 18px;
  }

  .main-paragraph.cases.black-color {
    width: 50%;
    font-size: 18px;
    font-weight: 600;
  }

  .main-paragraph.sub-heading {
    font-size: 17px;
  }

  .main-paragraph.sub-heading.black-color {
    font-size: 15px;
  }

  .menu-grid {
    top: -80px;
  }

  .logo-image, .logo-image.absolute {
    width: 80px;
  }

  .div-block-untermenue-mobile {
    flex-direction: column;
    flex: 0 auto;
    width: auto;
    margin-left: 60px;
    display: flex;
  }

  .div-block-untermenue {
    flex-direction: column;
    flex: 0 auto;
    width: 30em;
    display: none;
  }

  .background-menu {
    background-color: #000;
    background-image: none;
  }

  .main-heading.menu {
    font-size: 40px;
  }

  .main-heading.link, .main-heading.link-breit, .main-heading.description {
    font-size: 6vw;
  }

  .main-heading.description.cases.black-color {
    font-size: 50px;
  }

  .main-heading.sticky-outline {
    font-size: 16vw;
    top: 0%;
  }

  .container-button-menu {
    font-size: 40px;
  }

  .div-menue {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-contact.kacheln {
    bottom: 2%;
  }

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

  .back-to-top-text {
    display: none;
  }

  .back-to-top-text.kacheln {
    display: block;
  }

  .container-2 {
    justify-content: flex-start;
  }

  .wrap-copyright {
    width: auto;
    margin-right: auto;
  }

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

  .wrap-link-footer {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text-bold {
    width: 100%;
    font-size: 11px;
    display: inline-block;
  }

  .lp-split {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .usp, .v2-hero-lower {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .v2-hero-cta {
    justify-self: start;
  }

  .v2-fgrid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-case {
    grid-template-rows: auto;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .v2-cimg {
    grid-column: 1 / 3;
  }

  .v2-metrics {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-mport {
    grid-column: 1 / 3;
    grid-row-start: auto;
    min-height: 300px;
  }

  .v2-why {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

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

  .v2-wsrow {
    grid-template-rows: auto;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .v2-wsmeta {
    text-align: left;
    flex-wrap: wrap;
    gap: 4px 16px;
    display: flex;
  }

  .v2-steps {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-kgrid, .v2-split, .v2-usp {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .v2-usp-cell {
    border-bottom: 1px solid #ffffff29;
    padding-left: 0;
    padding-right: 0;
  }

  .v2-proj, .v2-band-in {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .v2-band-r {
    justify-self: start;
  }

  .v2-art-more {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .image-cover-shape.gray {
    display: none;
  }

  .overflow-mask-shop {
    display: flex;
  }

  .play-container, .play-container.third {
    width: 28vw;
  }

  .fixed-wrap.first {
    padding-top: 20%;
    display: none;
  }

  .fixed-wrap.third {
    padding-top: 20%;
  }

  .fixed-wrap.eighth {
    padding-top: 20%;
    padding-right: 68px;
  }

  .fixed-wrap.fourth {
    padding-top: 20%;
  }

  .fixed-wrap.sixth {
    padding-top: 20%;
    padding-right: 68px;
  }

  .fixed-wrap.second {
    padding-top: 20%;
    display: none;
  }

  .fixed-wrap.ninth, .fixed-wrap.fifth {
    padding-top: 20%;
  }

  .fixed-wrap.seventh {
    padding-top: 20%;
    padding-right: 68px;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
  }

  .horizontal-scrollable-section-shop {
    flex-direction: column;
    width: auto;
  }

  .horizontal-scrollable-section-shop.auto {
    align-items: center;
    margin-right: 0;
  }

  .wrapper-line-indicator {
    display: none;
  }

  .horizontal-shop.content-wrap {
    z-index: 999999;
    justify-content: center;
    height: auto;
    padding-bottom: 100px;
  }

  .wrapper-horizzontal-shop {
    background-color: #0000;
    width: auto;
    height: auto;
  }

  .v2-wsg {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mf-burger {
    display: flex;
  }

  .v2-cs-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 36px;
  }
}

@media screen and (max-width: 767px) {
  .nav-cta {
    display: none;
  }

  .footer-top {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column-start: span 2;
  }

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

  .hero-meta {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-strip {
    aspect-ratio: 4 / 5;
  }

  .caption {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 48px 1fr auto;
    padding: 28px 0;
  }

  .s-desc {
    grid-column: 1 / -1;
    margin-top: 12px;
  }

  .incl, .related-svc, .contact-grid-1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .stats {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .team {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

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

  .social-link {
    width: 50px;
  }

  .text-block {
    margin-right: 6px;
    font-size: 18px;
  }

  .main-paragraph {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph.menu, .main-paragraph.menu.white {
    font-size: 18px;
  }

  .main-paragraph.cases, .main-paragraph.cases.black-color {
    width: 100%;
  }

  .grid-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-grid {
    top: -100px;
  }

  .brand {
    padding-left: 0;
  }

  .background-menu {
    background-color: #000;
    background-image: none;
  }

  .main-heading.link, .main-heading.link-breit {
    font-size: 36px;
    line-height: 1;
  }

  .main-heading.description {
    font-size: 6vw;
  }

  .main-heading.sticky-outline {
    margin-top: -15px;
    font-size: 21vw;
    top: 2%;
  }

  .div-menue {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-contact.kacheln {
    justify-content: space-around;
    width: 90em;
    top: auto;
    bottom: 2%;
  }

  .back-to-top-text.kacheln {
    display: block;
  }

  .top-text {
    align-self: flex-start;
  }

  .lp-list, .cta-bar-1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cta-action-1 {
    justify-self: start;
  }

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

  .v2-topnav {
    display: none;
  }

  .v2-hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .v2-meta {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-svc-row {
    grid-template-rows: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 14px;
  }

  .v2-svc-ar {
    display: none;
  }

  .v2-br-h {
    max-width: 14ch;
  }

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

  .v2-fcol {
    border-bottom: 1px solid #ffffff29;
    padding-left: 0;
    padding-right: 0;
  }

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

  .v2-mcell {
    padding-left: 0;
    padding-right: 0;
  }

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

  .v2-why-col {
    border-bottom: 1px solid #ffffff29;
    padding-left: 0;
    padding-right: 0;
  }

  .v2-why-h3 {
    min-height: auto;
  }

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

  .v2-step {
    border-bottom: 1px solid #ffffff6b;
    padding-left: 0;
    padding-right: 0;
  }

  .v2-faq-q {
    grid-template-rows: auto;
    grid-template-columns: 40px minmax(0, 1fr) 24px;
    column-gap: 14px;
  }

  .v2-faq-a {
    padding-left: 54px;
  }

  .v2-krow {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .v2-hdr-ghost {
    color: #ffffff4d;
    font-size: 46vw;
    top: auto;
    bottom: -.16em;
  }

  .v2-li {
    grid-template-rows: auto;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .v2-li-sub {
    grid-column-start: 2;
  }

  .v2-li-ar {
    display: none;
  }

  .v2-li-1 {
    grid-template-rows: auto;
    grid-template-columns: 44px 1fr;
  }

  .v2-qa-item {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .v2-qa-h {
    font-size: 19px;
  }

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

  .v2-ws-card {
    padding: 24px 22px;
  }

  .v2-ws-h3-1 {
    font-size: 20px;
  }

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

  .v2-st-n {
    font-size: 40px;
  }

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

  .v2-ct-cell {
    padding: 22px 20px;
  }

  .v2-ct-v {
    font-size: 20px;
  }

  .v2-art-take-i {
    grid-template-rows: auto;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
  }

  .v2-art-more, .v2-tbl {
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .v2-tbl-h {
    display: none;
  }

  .v2-tbl-c {
    border-bottom-style: none;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .v2-tbl-c.v2-tbl-k {
    color: #ff4a1c;
    margin-top: 22px;
  }

  .section-video.no-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .lightbox-link {
    border-left: 1px #000;
  }

  .overflow-mask-shop {
    justify-content: center;
  }

  .play-container, .play-container.third {
    width: 40vw;
  }

  .fixed-wrap.first, .fixed-wrap.third, .fixed-wrap.fourth, .fixed-wrap.second {
    padding-right: 68px;
  }

  .fixed-wrap.fifth {
    padding-top: 20%;
    padding-right: 68px;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .horizontal-scrollable-section-shop.auto {
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .close-wrap {
    z-index: 999;
  }

  .wrapper-horizzontal-shop {
    align-items: center;
    width: 100%;
    overflow: visible;
  }

  .v2-wsg {
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .v2-wsk-img {
    margin: -24px -22px 20px;
  }

  .v2-cases-cta {
    justify-content: center;
    margin-top: 24px;
    position: static;
  }

  .v2-nx-card {
    flex-basis: 78vw;
    height: 380px;
  }

  .v2-fnav {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-cs-grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .v2-svcband {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .v2-svcband-frame {
    padding: 32px 22px;
  }

  .v2-svcband-in {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .v2-svcband-h {
    font-size: 26px;
  }

  .v2-svcband-a {
    flex-direction: column;
    align-items: stretch;
  }

  .v2-svcband-btn {
    text-align: center;
  }

  .v2-svcband-lnk {
    align-self: flex-start;
    margin-top: 14px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .formats {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .fcat {
    padding: 28px 22px;
  }

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

  .ws {
    min-height: auto;
    padding: 28px 22px;
  }

  .ws.featured {
    grid-column-start: span 1;
  }

  .process, .process-1, .jobs-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .job {
    min-height: auto;
  }

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

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

  .background-video {
    height: 540px;
  }

  .link-menu.margin {
    display: none;
  }

  .social-grid {
    margin-left: 0;
  }

  .text-block {
    font-size: 18px;
  }

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

  .hero-2 {
    height: auto;
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .main-paragraph.menu.white {
    font-size: 18px;
  }

  .main-paragraph.sub-heading {
    font-size: 15px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    align-items: start;
    top: -100px;
  }

  .brand {
    padding-left: 0;
  }

  .wrapper-content-menu {
    justify-content: flex-start;
    padding-bottom: 0%;
    padding-left: 20px;
  }

  .background-menu {
    background-color: #000;
    background-image: none;
  }

  .main-heading.link-breit {
    font-size: 36px;
  }

  .main-heading.description.cases {
    font-size: 50px;
  }

  .main-heading.sticky-outline {
    margin-top: 0;
    position: static;
  }

  .menu-button.w--open {
    display: flex;
  }

  .div-menue {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content__wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
  }

  .content__wrapper-2.film, .content__wrapper-2._3d {
    height: auto;
  }

  .background-video-pk-1, .foto-basic {
    width: 90em;
    height: 130em;
  }

  .foto-basic.f_lm_03, .foto-basic.f_rr_04, .foto-basic.f_rm_03, .foto-basic.f_lm_05, .foto-basic.f_rm_06, .foto-basic.f_ll_08, .foto-basic.f_lm_07, .foto-basic.f_ll_03, .foto-basic.f_ll_04, .foto-basic.f_rm_04, .foto-basic.f_rr_03, .foto-basic.f_rm_02, .foto-basic.f_ll_07, .foto-basic.f_rr_05, .foto-basic.f_rm_08, .foto-basic.f_lm_02, .foto-basic.f_rm_05, .foto-basic.f_ll_01, .foto-basic.f_ll_06, .foto-basic.f_rm_01, .foto-basic.f_ll_02, .foto-basic.f_rr_01, .foto-basic.f_rr_08, .foto-basic.f_lm_08, .foto-basic.f_lm_01, .foto-basic.f_lm_06, .foto-basic.f_lm_04 {
    height: 130em;
  }

  .foto-basic.p_rr_00.no {
    display: none;
  }

  .foto-basic.f_rr_07, .foto-basic.f_rr_02, .foto-basic.f_ll_05, .foto-basic.f_rr_06, .foto-basic._3d_rr_04 {
    height: 130em;
  }

  .foto-basic._3d_rr_00.no {
    display: none;
  }

  .foto-basic._3d_ll_07, .foto-basic._3d_rm_05, .foto-basic._3d_rr_03, .foto-basic._3d_lm_06, .foto-basic._3d_ll_04, .foto-basic._3d_ll_02, .foto-basic._3d_rr_06, .foto-basic._3d_rr_08, .foto-basic._3d_lm_04, .foto-basic._3d_rm_08, .foto-basic._3d_rm_04, .foto-basic._3d_rm_01, .foto-basic._3d_ll_05, .foto-basic._3d_lm_05, .foto-basic._3d_lm_01, .foto-basic._3d_ll_06, .foto-basic._3d_lm_07, .foto-basic._3d_rm_03, .foto-basic._3d_rr_07, .foto-basic._3d_lm_03, .foto-basic._3d_rm_06, .foto-basic._3d_rm_07, .foto-basic._3d_ll_08, .foto-basic._3d_rr_01, .foto-basic._3d_rm_02, .foto-basic._3d_rr_05, .foto-basic._3d_ll_01, .foto-basic._3d_lm_02, .foto-basic._3d_ll_03, .foto-basic._3d_rr_02 {
    height: 130em;
  }

  .reihe-ll {
    width: 90vw;
  }

  .footer-contact {
    flex-direction: column;
    justify-content: space-around;
    height: 14em;
    inset: auto 0% 0%;
  }

  .footer-contact.kacheln {
    bottom: 5%;
  }

  .reihe-rm {
    width: 90vw;
  }

  .back-to-top-text.kacheln {
    display: block;
  }

  .reihe-rr {
    width: 90vw;
  }

  .wrap-copyright {
    margin-top: 0;
  }

  .reihe-lm {
    width: 90vw;
  }

  .top-text {
    margin-right: 20px;
  }

  .wrap-link-footer {
    flex-direction: column;
  }

  .text-bold {
    font-size: 10px;
  }

  .v2-br-kick, .v2-fext, .v2-ck, .v2-cplay, .v2-mport-cap, .v2-mk, .v2-wsm, .v2-kk, .v2-proj-k {
    font-size: 11px;
  }

  .v2-art-src {
    grid-template-columns: minmax(0, 1fr);
  }

  .wrapper-video.first, .wrapper-video.fourth, .wrapper-video.second {
    height: 400px;
  }

  .section-video.no-padding {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .play-container {
    width: 89vw;
    height: 400px;
  }

  .play-container.third {
    width: 89vw;
  }

  .fixed-wrap.first, .fixed-wrap.third, .fixed-wrap.eighth, .fixed-wrap.fourth, .fixed-wrap.sixth, .fixed-wrap.second, .fixed-wrap.ninth, .fixed-wrap.fifth, .fixed-wrap.seventh {
    padding-top: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .horizontal-scrollable-section-shop {
    width: 100%;
    margin-right: 0;
  }

  .horizontal-scrollable-section-shop.auto {
    align-items: center;
    display: flex;
  }

  .horizontal-scrollable-section-shop.auto._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal-shop {
    margin-left: 0;
  }

  .horizontal-shop.content-wrap {
    z-index: 8888;
  }
}

#w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc29-f059bc22 {
  align-self: center;
}

#w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc2e-f059bc22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc32-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc36-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc3a-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc3e-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc44-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc48-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc4c-f059bc22 {
  align-self: center;
}

#w-node-_3b8586a5-cc33-1d4a-bc0e-55eabf7929bc-bf7929a8 {
  align-self: end;
}

#w-node-_3b8586a5-cc33-1d4a-bc0e-55eabf792a0d-bf7929a8 {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc29-f059bc22 {
    align-self: center;
  }

  #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc2e-f059bc22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc32-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc36-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc3a-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc3e-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc44-f059bc22, #w-node-ba14fe36-cc3b-2fa2-ccb6-7b82f059bc48-f059bc22 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b8586a5-cc33-1d4a-bc0e-55eabf792a0d-bf7929a8 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}