@charset "UTF-8";
/**
 * Color Custom Properties
 * Generated from Figma Design Tokens
 *
 * All colors are in HEX format (sRGB) for:
 *   - 1:1 match with Figma designs
 *   - No color conversion artifacts
 *   - Maximum browser compatibility
 */
/* ═══════════════════════════════════════════════════════════════════════════
   BVT Theme
   ═══════════════════════════════════════════════════════════════════════════ */
:root, [data-theme=bvt] {
  /* blue */
  --color-blue: #00448F;
  /* blue-light */
  --color-blue-light: #3379A6;
  /* blue-dark */
  --color-blue-dark: #00336b;
  /* gray */
  --color-gray: #3A4443;
  /* coral */
  --color-coral: #E94E3D;
  /* blue-scale */
  --color-blue-scale-10: #F7FAFD;
  --color-blue-scale-20: #F1F5FA;
  --color-blue-scale-40: #E3EDF7;
  --color-blue-scale-50: #8FB8E0;
  --color-blue-scale-65: #6FA7D5;
  --color-blue-scale-75: #599ED0;
  --color-blue-scale-100: #0688C5;
  /* esg */
  --color-esg-100: #008D83;
  /* accent-yellow */
  --color-accent-yellow-500: #EDA12E;
  /* accent-green */
  --color-accent-green-600: #5E9F3B;
  /* accent-green-dark */
  --color-accent-green-dark-700: #005A2D;
  /* brand-label */
  --color-brand-label-admodus-brown-15: rgba(88, 60, 49, 0.15000000596046448);
  --color-brand-label-admodus-brown-70: rgba(88, 60, 49, 0.699999988079071);
  --color-brand-label-admodus-brown-600: #583C31;
  /* brand-funds */
  --color-brand-funds-publikumsfonds-derigo-coral-100: #E94E3D;
  --color-brand-funds-spezialfonds-derigo-blue-dark-100: #25516D;
  --color-brand-funds-spezialfonds-black-15: rgba(0, 0, 0, 0.15000000596046448);
  --color-brand-funds-spezialfonds-black-25: rgba(0, 0, 0, 0.25);
  --color-brand-funds-spezialfonds-black-45: rgba(0, 0, 0, 0.44999998807907104);
  --color-brand-funds-spezialfonds-black-60: rgba(0, 0, 0, 0.6000000238418579);
  --color-brand-funds-spezialfonds-black-70: rgba(0, 0, 0, 0.699999988079071);
  /* base */
  --color-base-black: #000000;
  --color-base-white: #FFFFFF;
  /* gray-iron */
  --color-gray-iron-25: #FCFCFC;
  --color-gray-iron-50: #FAFAFA;
  --color-gray-iron-100: #F4F4F5;
  --color-gray-iron-200: #E4E4E7;
  --color-gray-iron-300: #D1D1D6;
  --color-gray-iron-400: #A0A0AB;
  --color-gray-iron-500: #70707B;
  --color-gray-iron-600: #51525C;
  --color-gray-iron-700: #3F3F46;
  --color-gray-iron-800: #26272B;
  --color-gray-iron-900: #18181B;
  --color-gray-iron-950: #131316;
  /* error */
  --color-error-25: #FFFBFA;
  --color-error-50: #FEF3F2;
  --color-error-100: #FEE4E2;
  --color-error-200: #FECDCA;
  --color-error-300: #FDA29B;
  --color-error-400: #F97066;
  --color-error-500: #F04438;
  --color-error-600: #D92D20;
  --color-error-700: #B42318;
  --color-error-800: #912018;
  --color-error-900: #7A271A;
  --color-error-950: #55160C;
  /* warning */
  --color-warning-25: #FFFCF5;
  --color-warning-50: #FFFAEB;
  --color-warning-100: #FEF0C7;
  --color-warning-200: #FEDF89;
  --color-warning-300: #FEC84B;
  --color-warning-400: #FDB022;
  --color-warning-500: #F79009;
  --color-warning-600: #DC6803;
  --color-warning-700: #B54708;
  --color-warning-800: #93370D;
  --color-warning-900: #7A2E0E;
  --color-warning-950: #4E1D09;
  /* Success */
  --color-success-25: #F6FEF9;
  --color-success-50: #ECFDF3;
  --color-success-100: #DCFAE6;
  --color-success-200: #ABEFC6;
  --color-success-300: #75E0A7;
  --color-success-400: #47CD89;
  --color-success-500: #17B26A;
  --color-success-600: #079455;
  --color-success-700: #067647;
  --color-success-800: #085D3A;
  --color-success-900: #074D31;
  --color-success-950: #053321;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Derigo Theme
   ═══════════════════════════════════════════════════════════════════════════ */
[data-theme=derigo] {
  /* blue */
  --color-blue: #1B557A;
  /* blue-light */
  --color-blue-light: #3379A6;
  /* blue-dark */
  --color-blue-dark: #1B557A;
  /* gray */
  --color-gray: #3A4443;
  /* coral */
  --color-coral: #E94E3D;
  /* blue-scale */
  --color-blue-scale-10: #FAFAFA;
  --color-blue-scale-20: #F5F5F5;
  --color-blue-scale-40: #EDEDED;
  --color-blue-scale-50: #B7B7B7;
  --color-blue-scale-65: #A2A2A2;
  --color-blue-scale-75: #949494;
  --color-blue-scale-100: #666666;
  /* esg */
  --color-esg-100: #008D83;
  /* accent-yellow */
  --color-accent-yellow-500: #EDA12E;
  /* accent-green */
  --color-accent-green-600: #5E9F3B;
  /* accent-green-dark */
  --color-accent-green-dark-700: #005A2D;
  /* brand-label */
  --color-brand-label-admodus-brown-15: rgba(88, 60, 49, 0.15000000596046448);
  --color-brand-label-admodus-brown-70: rgba(88, 60, 49, 0.699999988079071);
  --color-brand-label-admodus-brown-600: #583C31;
  /* brand-funds */
  --color-brand-funds-publikumsfonds-derigo-coral-100: #E94E3D;
  --color-brand-funds-spezialfonds-derigo-blue-dark-100: #25516D;
  --color-brand-funds-spezialfonds-black-15: rgba(0, 0, 0, 0.15000000596046448);
  --color-brand-funds-spezialfonds-black-25: rgba(0, 0, 0, 0.25);
  --color-brand-funds-spezialfonds-black-45: rgba(0, 0, 0, 0.44999998807907104);
  --color-brand-funds-spezialfonds-black-60: rgba(0, 0, 0, 0.6000000238418579);
  --color-brand-funds-spezialfonds-black-70: rgba(0, 0, 0, 0.699999988079071);
  /* base */
  --color-base-black: #000000;
  --color-base-white: #FFFFFF;
  /* gray-iron */
  --color-gray-iron-25: #FCFCFC;
  --color-gray-iron-50: #FAFAFA;
  --color-gray-iron-100: #F4F4F5;
  --color-gray-iron-200: #E4E4E7;
  --color-gray-iron-300: #D1D1D6;
  --color-gray-iron-400: #A0A0AB;
  --color-gray-iron-500: #70707B;
  --color-gray-iron-600: #51525C;
  --color-gray-iron-700: #3F3F46;
  --color-gray-iron-800: #26272B;
  --color-gray-iron-900: #3A4443;
  --color-gray-iron-950: #131316;
  /* error */
  --color-error-25: #FFFBFA;
  --color-error-50: #FEF3F2;
  --color-error-100: #FEE4E2;
  --color-error-200: #FECDCA;
  --color-error-300: #FDA29B;
  --color-error-400: #F97066;
  --color-error-500: #F04438;
  --color-error-600: #D92D20;
  --color-error-700: #B42318;
  --color-error-800: #912018;
  --color-error-900: #7A271A;
  --color-error-950: #55160C;
  /* warning */
  --color-warning-25: #FFFCF5;
  --color-warning-50: #FFFAEB;
  --color-warning-100: #FEF0C7;
  --color-warning-200: #FEDF89;
  --color-warning-300: #FEC84B;
  --color-warning-400: #FDB022;
  --color-warning-500: #F79009;
  --color-warning-600: #DC6803;
  --color-warning-700: #B54708;
  --color-warning-800: #93370D;
  --color-warning-900: #7A2E0E;
  --color-warning-950: #4E1D09;
  /* Success */
  --color-success-25: #F6FEF9;
  --color-success-50: #ECFDF3;
  --color-success-100: #DCFAE6;
  --color-success-200: #ABEFC6;
  --color-success-300: #75E0A7;
  --color-success-400: #47CD89;
  --color-success-500: #17B26A;
  --color-success-600: #079455;
  --color-success-700: #067647;
  --color-success-800: #085D3A;
  --color-success-900: #074D31;
  --color-success-950: #053321;
}

:root {
  --color-outline: var(--color-blue);
  --color-headline: var(--color-blue);
  --color-link: var(--color-blue);
}

/* Auto-generated Fluid Grid CSS (2026-03-27T13:03:32.466Z) */
/* Scales smoothly between 375px and 1400px viewport */
:root {
  --container-width: clamp(351px, 94.54vw + -3.51px, 1320px);
  /* Entspricht Figma Viewport 100% Screen Width */
  --viewport-width: clamp(375px, 100.00vw + 0.00px, 1400px);
  --gutter-gap: 24px;
  --grid-padding: 12px;
}

/* Auto-generated Fluid Spacer CSS (2026-03-27T13:04:39.909Z) */
/* Scales smoothly between 375px and 1400px viewport */
:root {
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: clamp(12px, 0.39vw + 10.54px, 16px);
  --spacer-20: clamp(16px, 0.39vw + 14.54px, 20px);
  --spacer-24: clamp(20px, 0.39vw + 18.54px, 24px);
  --spacer-32: clamp(20px, 1.17vw + 15.61px, 32px);
  --spacer-40: clamp(24px, 1.56vw + 18.15px, 40px);
  --spacer-48: clamp(24px, 2.34vw + 15.22px, 48px);
  --spacer-56: clamp(32px, 2.34vw + 23.22px, 56px);
  --spacer-64: clamp(32px, 3.12vw + 20.29px, 64px);
  --spacer-72: clamp(40px, 3.12vw + 28.29px, 72px);
  --spacer-80: clamp(48px, 3.12vw + 36.29px, 80px);
  --spacer-96: clamp(56px, 3.90vw + 41.37px, 96px);
  --spacer-128: clamp(64px, 6.24vw + 40.59px, 128px);
}

/* Auto-generated Typography CSS (2026-03-27T13:04:13.839Z) */
/* Generated from Figma design tokens */
/* Find the font here: https://github.com/RandomMaerks/Overused-Grotesk */
/* ========================================

   RESPONSIVE CUSTOM PROPERTIES

   Use these for manual, breakpoint-based control

   ======================================== */
/* Desktop */
/* Tablet */
/* Mobile */
/* ========================================

   FLUID TYPOGRAPHY UTILITY CLASSES

   Using clamp() for smooth scaling between

   375px (mobile) and 1400px (desktop)

   ======================================== */
.display-xxl {
  font-family: var(--display-font-family);
  font-size: clamp(40px, 28.293px + 3.122vw, 72px);
  line-height: clamp(48px, 36.293px + 3.122vw, 80px);
}

.display-xl {
  font-family: var(--display-font-family);
  font-size: clamp(32px, 20.293px + 3.122vw, 64px);
  line-height: clamp(40px, 28.293px + 3.122vw, 72px);
}

.display-lg {
  font-family: var(--display-font-family);
  font-size: clamp(24px, 15.22px + 2.341vw, 48px);
  line-height: clamp(32px, 23.22px + 2.341vw, 56px);
}

.display-md {
  font-family: var(--display-font-family);
  font-size: clamp(20px, 12.683px + 1.951vw, 40px);
  line-height: clamp(28px, 20.683px + 1.951vw, 48px);
}

.display-sm {
  font-family: var(--display-font-family);
  font-size: clamp(18px, 12.878px + 1.366vw, 32px);
  line-height: clamp(24px, 18.146px + 1.561vw, 40px);
}

.display-xs {
  font-family: var(--display-font-family);
  font-size: clamp(16px, 13.073px + 0.78vw, 24px);
  line-height: clamp(20px, 15.61px + 1.171vw, 32px);
}

.heading-xxl {
  font-family: var(--heading-font-family);
  font-size: clamp(28px, 20.683px + 1.951vw, 48px);
  line-height: clamp(40px, 34.146px + 1.561vw, 56px);
}

.heading-xl {
  font-family: var(--heading-font-family);
  font-size: clamp(24px, 18.146px + 1.561vw, 40px);
  line-height: clamp(32px, 26.146px + 1.561vw, 48px);
}

.heading-lg {
  font-family: var(--heading-font-family);
  font-size: clamp(20px, 15.61px + 1.171vw, 32px);
  line-height: clamp(24px, 18.146px + 1.561vw, 40px);
}

.heading-md {
  font-family: var(--heading-font-family);
  font-size: clamp(18px, 15.805px + 0.585vw, 24px);
  line-height: clamp(28px, 26.537px + 0.39vw, 32px);
}

.heading-sm {
  font-family: var(--heading-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(20px, 17.073px + 0.78vw, 28px);
}

.heading-xs {
  font-family: var(--heading-font-family);
  font-size: clamp(14px, 12.537px + 0.39vw, 18px);
  line-height: clamp(16px, 13.073px + 0.78vw, 24px);
}

.text-xl {
  font-family: var(--text-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(24px, 21.073px + 0.78vw, 32px);
}

.text-lg {
  font-family: var(--text-font-family);
  font-size: clamp(14px, 12.537px + 0.39vw, 18px);
  line-height: clamp(20px, 17.073px + 0.78vw, 28px);
}

.text-md {
  font-family: var(--text-font-family);
  font-size: clamp(14px, 13.268px + 0.195vw, 16px);
  line-height: clamp(20px, 18.537px + 0.39vw, 24px);
}

.text-sm {
  font-family: var(--text-font-family);
  font-size: clamp(12px, 11.268px + 0.195vw, 14px);
  line-height: clamp(16px, 14.537px + 0.39vw, 20px);
}

.text-xs {
  font-family: var(--text-font-family);
  font-size: 12px;
  line-height: 16px;
}

.font-thin {
  font-weight: 100;
}

.font-extra-light {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

/**
 * Global Base Styles
 *
 * Reset and global defaults that apply to all pages
 * Import this BEFORE any other stylesheets
 */
/* ═══════════════════════════════════════════════════════════════════════════
   Box Sizing Reset
   ═══════════════════════════════════════════════════════════════════════════ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Typography Line-Height Fix

   Prevents line-height from adding extra space to text boxes.
   Uses the modern text-box-trim property to trim leading/trailing space.

   - text-box-trim: both → trims top AND bottom
   - text-box-edge: cap alphabetic → aligns to cap-height and baseline

   This ensures text boxes match Figma's auto-layout behavior exactly.
   ═══════════════════════════════════════════════════════════════════════════ */
* {
  text-box-trim: both;
  text-box-edge: cap alphabetic;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Document Defaults
   ═══════════════════════════════════════════════════════════════════════════ */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--text-font-family);
  font-size: var(--text-font-size-xl);
  font-weight: var(--font-weight-regular);
  line-height: var(--text-line-height-xl);
}

/* ═══════════════════════════════════════════════════════════════════════════
   Media Defaults
   ═══════════════════════════════════════════════════════════════════════════ */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Form Element Reset
   ═══════════════════════════════════════════════════════════════════════════ */
input,
button,
textarea,
select {
  font: inherit;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Link Defaults
   ═══════════════════════════════════════════════════════════════════════════ */
a {
  color: inherit;
  text-decoration: none;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Heading Reset
   ═══════════════════════════════════════════════════════════════════════════ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Paragraph Reset
   ═══════════════════════════════════════════════════════════════════════════ */
p {
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   List Reset
   ═══════════════════════════════════════════════════════════════════════════ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Address
   ═══════════════════════════════════════════════════════════════════════════ */
address {
  font-style: normal;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Focus Visible Only

   Remove default focus outlines, use :focus-visible for keyboard navigation
   ═══════════════════════════════════════════════════════════════════════════ */
:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Reduced Motion
   ═══════════════════════════════════════════════════════════════════════════ */
/* OverusedGroteskRoman-Light */
@font-face {
  font-display: swap;
  font-family: "Overused Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("../../Global/Fonts/OverusedGroteskRoman-Light.woff2") format("woff2");
}
/* OverusedGroteskRoman-Book */
@font-face {
  font-display: swap;
  font-family: "Overused Grotesk";
  font-style: normal;
  font-weight: 350;
  src: url("../../Global/Fonts/OverusedGroteskRoman-Book.woff2") format("woff2");
}
/* OverusedGroteskRoman-Roman */
@font-face {
  font-display: swap;
  font-family: "Overused Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../../Global/Fonts/OverusedGroteskRoman-Roman.woff2") format("woff2");
}
/* OverusedGroteskRoman-Medium */
@font-face {
  font-display: swap;
  font-family: "Overused Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../../Global/Fonts/OverusedGroteskRoman-Medium.woff2") format("woff2");
}
/* OverusedGroteskRoman-SemiBold */
@font-face {
  font-display: swap;
  font-family: "Overused Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("../../Global/Fonts/OverusedGroteskRoman-SemiBold.woff2") format("woff2");
}
/* OverusedGroteskRoman-Bold */
@font-face {
  font-display: swap;
  font-family: "Overused Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("../../Global/Fonts/OverusedGroteskRoman-Bold.woff2") format("woff2");
}
/* OverusedGroteskRoman-ExtraBold */
@font-face {
  font-display: swap;
  font-family: "Overused Grotesk";
  font-style: normal;
  font-weight: 800;
  src: url("../../Global/Fonts/OverusedGroteskRoman-ExtraBold.woff2") format("woff2");
}
/* OverusedGroteskRoman-Black */
@font-face {
  font-display: swap;
  font-family: "Overused Grotesk";
  font-style: normal;
  font-weight: 900;
  src: url("../../Global/Fonts/OverusedGroteskRoman-Black.woff2") format("woff2");
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 0;
  font-weight: var(--font-weight-medium);
  font-size: 1.25rem;
  line-height: 1.6;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.button:disabled, .button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.button:not(.button--hover-animation) {
  gap: 10px;
}

.button--icon-suffix::after,
.button--icon-prefix::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PGc+PHBhdGggZD0iTTE3IDExSDdDNS44OTU0MyAxMSA1IDExLjg5NTQgNSAxM1YxOUM1IDIwLjEwNDYgNS44OTU0MyAyMSA3IDIxSDE3QzE4LjEwNDYgMjEgMTkgMjAuMTA0NiAxOSAxOVYxM0MxOSAxMS44OTU0IDE4LjEwNDYgMTEgMTcgMTFaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNNyAxMVY3QzcgNS42NzM5MiA3LjUyNjc4IDQuNDAyMTUgOC40NjQ0NyAzLjQ2NDQ3QzkuNDAyMTUgMi41MjY3OCAxMC42NzM5IDIgMTIgMkMxMy4zMjYxIDIgMTQuNTk3OSAyLjUyNjc4IDE1LjUzNTUgMy40NjQ0N0MxNi40NzMyIDQuNDAyMTUgMTcgNS42NzM5MiAxNyA3VjExIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PGc+PHBhdGggZD0iTTE3IDExSDdDNS44OTU0MyAxMSA1IDExLjg5NTQgNSAxM1YxOUM1IDIwLjEwNDYgNS44OTU0MyAyMSA3IDIxSDE3QzE4LjEwNDYgMjEgMTkgMjAuMTA0NiAxOSAxOVYxM0MxOSAxMS44OTU0IDE4LjEwNDYgMTEgMTcgMTFaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNNyAxMVY3QzcgNS42NzM5MiA3LjUyNjc4IDQuNDAyMTUgOC40NjQ0NyAzLjQ2NDQ3QzkuNDAyMTUgMi41MjY3OCAxMC42NzM5IDIgMTIgMkMxMy4zMjYxIDIgMTQuNTk3OSAyLjUyNjc4IDE1LjUzNTUgMy40NjQ0N0MxNi40NzMyIDQuNDAyMTUgMTcgNS42NzM5MiAxNyA3VjExIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+");
}

.button--primary {
  background-color: var(--color-blue);
  color: var(--color-base-white);
  border: 0;
}
.button--primary:hover {
  background-color: color-mix(in srgb, var(--color-blue) 75%, black);
  color: var(--color-base-white);
}
.button--primary:focus-visible {
  background-color: color-mix(in srgb, var(--color-blue) 75%, black);
  color: var(--color-base-white);
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}

.button--outline {
  background-color: transparent;
  color: var(--color-blue);
  border: 2px solid var(--color-blue);
}
.button--outline:hover {
  background-color: var(--color-blue);
  color: var(--color-base-white);
  border-color: var(--color-blue);
}
.button--outline:focus-visible {
  background-color: var(--color-blue);
  color: var(--color-base-white);
  border-color: var(--color-blue);
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}

.button--light-primary {
  background-color: var(--color-base-white);
  color: var(--color-blue);
  border: 0;
}
.button--light-primary:hover {
  background-color: color-mix(in srgb, var(--color-base-white) 75%, black);
  color: var(--color-blue);
}
.button--light-primary:focus-visible {
  background-color: color-mix(in srgb, var(--color-base-white) 75%, black);
  color: var(--color-blue);
  outline: 2px solid var(--color-outline);
  outline-offset: 2px;
}

.button--light-outline {
  background-color: transparent;
  color: var(--color-base-white);
  border: 2px solid var(--color-base-white);
}
.button--light-outline:hover {
  background-color: var(--color-base-white);
  color: var(--color-blue);
  border-color: var(--color-base-white);
}
.button--light-outline:focus-visible {
  background-color: var(--color-base-white);
  color: var(--color-blue);
  border-color: var(--color-base-white);
  outline: 2px solid var(--color-outline);
  outline-offset: 2px;
}

.button--text {
  background-color: transparent;
  color: var(--color-blue);
  border: 2px solid transparent;
  padding: 12px 16px;
}
.button--text:hover {
  border-color: var(--color-blue);
}
.button--text:focus-visible {
  border-color: var(--color-blue);
  outline: 2px solid var(--color-outline);
  outline-offset: 2px;
}

.button--text-light {
  background-color: transparent;
  color: var(--color-base-white);
  border: 2px solid transparent;
  padding: 12px 16px;
}
.button--text-light:hover {
  border-color: var(--color-base-white);
}
.button--text-light:focus-visible {
  border-color: var(--color-base-white);
  outline: 2px solid var(--color-outline);
  outline-offset: 2px;
}

.button--icon {
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: var(--color-base-white);
  color: var(--color-gray-iron-900);
  border: 0;
}
.button--icon::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PGc+PHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PGc+PHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+");
}
.button--icon:hover {
  background-color: color-mix(in srgb, var(--color-base-white) 75%, black);
}
.button--icon:focus-visible {
  background-color: color-mix(in srgb, var(--color-base-white) 75%, black);
  outline: 2px solid var(--color-outline);
  outline-offset: 2px;
}

.button--icon-coral {
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: var(--color-coral);
  color: var(--color-base-white);
  border: 0;
}
.button--icon-coral::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PGc+PHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PGc+PHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+");
}
.button--icon-coral:hover {
  background-color: color-mix(in srgb, var(--color-coral) 75%, black);
}
.button--icon-coral:focus-visible {
  background-color: color-mix(in srgb, var(--color-coral) 75%, black);
  outline: 2px solid var(--color-outline);
  outline-offset: 2px;
}

.button--coral {
  background-color: var(--color-coral);
  color: var(--color-base-white);
  border: 0;
}
.button--coral:hover {
  background-color: color-mix(in srgb, var(--color-coral) 75%, black);
}
.button--coral:focus-visible {
  background-color: color-mix(in srgb, var(--color-coral) 75%, black);
  outline: 2px solid var(--color-outline);
  outline-offset: 2px;
}

.button--hover-animation span {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  margin-right: 0;
}
.button--hover-animation:hover span, .button--hover-animation:focus-visible span, .button--hover-animation[aria-expanded=true] span {
  max-width: 200px;
  opacity: 1;
  margin-right: 10px;
}

.button--inline-icon {
  display: flex;
}
.button--inline-icon svg,
.button--inline-icon .svg-inline {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.button-group__item {
  display: flex;
}

.toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  color: var(--color-blue);
  font-weight: var(--font-weight-medium);
  font-size: 1.25rem;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.toggle:disabled, .toggle[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.toggle__switch {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 48px;
  height: 28px;
  border: 2.44px solid var(--color-blue);
  border-radius: 9999px;
  padding: 4px;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}

.toggle__knob {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: var(--color-blue);
  transition: background-color 0.2s ease;
}

.toggle--enabled .toggle__switch {
  justify-content: flex-end;
}

.toggle--disabled .toggle__switch {
  justify-content: flex-start;
}

.toggle:hover {
  background-color: color-mix(in srgb, var(--color-blue) 10%, transparent);
}

.toggle:focus-visible {
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}

.toggle--light {
  color: var(--color-base-white);
  border-color: var(--color-base-white);
}
.toggle--light .toggle__switch {
  border-color: var(--color-base-white);
}
.toggle--light .toggle__knob {
  background-color: var(--color-base-white);
}
.toggle--light:hover {
  background-color: color-mix(in srgb, var(--color-base-white) 10%, transparent);
}
.toggle--light:focus-visible {
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}

.toggle--icon {
  padding: 4px;
  gap: 0;
  border: none;
  background-color: transparent;
}
.toggle--icon .toggle__switch {
  border-color: var(--color-blue);
}
.toggle--icon .toggle__knob {
  background-color: var(--color-blue);
}
.toggle--icon:hover {
  background-color: transparent;
}
.toggle--icon:focus-visible {
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}

.toggle--icon.toggle--disabled .toggle__switch {
  border-color: var(--color-gray-iron-400);
}
.toggle--icon.toggle--disabled .toggle__knob {
  background-color: var(--color-gray-iron-400);
}

.toggle-buttongroup {
  display: inline-flex;
  border: 2px solid var(--color-blue);
}

.toggle-buttongroup__item {
  display: inline-flex;
}

.toggle-buttongroup__item .button {
  border: none;
}

.toggle-buttongroup__item .button--text {
  border: none;
  color: var(--color-blue);
}

.toggle-buttongroup__item .button--primary {
  background-color: var(--color-blue);
  color: var(--color-base-white);
}

.toggle-buttongroup__item .button:hover {
  background-color: color-mix(in srgb, var(--color-blue) 10%, transparent);
}

.toggle-buttongroup__item .button--primary:hover {
  background-color: color-mix(in srgb, var(--color-blue) 85%, transparent);
}

.toggle-buttongroup__item .button:focus-visible {
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}

.toggle-buttongroup__item .button--primary:focus-visible {
  background-color: color-mix(in srgb, var(--color-blue) 75%, black);
  color: var(--color-base-white);
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}

.toggle-buttongroup--disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.toggle-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.toggle-group__item {
  display: flex;
}

.link, .richtext a:not([class]) {
  --link-color: var(--color-blue);
  --link-color-hover: var(--color-coral);
  --link-decoration-color: var(--color-blue);
  --link-decoration-color-hover: var(--color-coral);
  --link-icon-color: var(--color-link);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-link);
  text-decoration: underline;
  text-decoration-color: var(--link-decoration-color);
  cursor: pointer;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.link--icon-suffix::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  background-color: var(--link-icon-color);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSI+PGc+PHBhdGggZD0iTTE3LjY0IDExLjI3IDMwLjM2IDI0IDE3LjY0IDM2LjczIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyLjQzNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSI+PGc+PHBhdGggZD0iTTE3LjY0IDExLjI3IDMwLjM2IDI0IDE3LjY0IDM2LjczIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyLjQzNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjwvc3ZnPg==");
  transition: background-color 0.2s ease;
}

.link--default, .richtext a:not([class]) {
  font-weight: var(--font-weight-medium);
  font-size: var(--text-font-size-xl);
  line-height: var(--text-line-height-xl);
}
.link--default:hover, .richtext a:hover:not([class]) {
  color: var(--link-color-hover);
  text-decoration-color: var(--link-decoration-color-hover);
}
.link--default:focus-visible, .richtext a:focus-visible:not([class]) {
  color: var(--link-color-hover);
  text-decoration-color: var(--link-decoration-color-hover);
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}

.link--subtle {
  font-weight: var(--font-weight-regular);
  font-size: var(--text-font-size-lg);
  line-height: var(--text-line-height-lg);
  text-decoration: none;
}
.link--subtle:hover {
  text-decoration: underline;
  text-decoration-color: var(--link-decoration-color);
}
.link--subtle:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--link-decoration-color);
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}

.link--large {
  font-weight: var(--font-weight-medium);
  font-size: var(--text-font-size-xl);
  line-height: var(--text-line-height-xl);
  text-decoration: none;
}
.link--large:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
  text-decoration-color: var(--link-decoration-color-hover);
}
.link--large:hover::after {
  background-color: var(--link-color-hover);
}
.link--large:focus-visible {
  color: var(--link-color-hover);
  text-decoration: underline;
  text-decoration-color: var(--link-decoration-color-hover);
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}
.link--large:focus-visible::after {
  background-color: var(--link-color-hover);
}

.link--icon-prefix {
  text-decoration: none;
}
.link--icon-prefix::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: var(--link-icon-color);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.2s ease;
}
.link--icon-prefix:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
  text-decoration-color: var(--link-decoration-color-hover);
}
.link--icon-prefix:hover::before {
  background-color: var(--link-color-hover);
}
.link--icon-prefix:focus-visible {
  color: var(--link-color-hover);
  text-decoration: underline;
  text-decoration-color: var(--link-decoration-color-hover);
  outline: 2px solid var(--color-outline, var(--color-blue));
  outline-offset: 2px;
}
.link--icon-prefix:focus-visible::before {
  background-color: var(--link-color-hover);
}

.link--mail::before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+CiAgPHJlY3QgeD0iMiIgeT0iNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjE2IiByeD0iMCIgc3Ryb2tlPSIjMDA0NDhGIiBzdHJva2Utd2lkdGg9IjIuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxwb2x5bGluZSBwb2ludHM9IjIsNiAxMiwxMyAyMiw2IiBzdHJva2U9IiMwMDQ0OEYiIHN0cm9rZS13aWR0aD0iMi40NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+CiAgPHJlY3QgeD0iMiIgeT0iNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjE2IiByeD0iMCIgc3Ryb2tlPSIjMDA0NDhGIiBzdHJva2Utd2lkdGg9IjIuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxwb2x5bGluZSBwb2ludHM9IjIsNiAxMiwxMyAyMiw2IiBzdHJva2U9IiMwMDQ0OEYiIHN0cm9rZS13aWR0aD0iMi40NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}

.link--phone::before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTYuNjIgMTAuNzlhMTUuMDUgMTUuMDUgMCAwIDAgNi41OSA2LjU5bDIuMi0yLjJhMSAxIDAgMCAxIDEuMDEtLjI0YzEuMTIuMzcgMi4zMy41NyAzLjU4LjU3YTEgMSAwIDAgMSAxIDFWMjFhMSAxIDAgMCAxLTEgMUMxMC42MSAyMiAyIDEzLjM5IDIgM2ExIDEgMCAwIDEgMS0xaDMuNWExIDEgMCAwIDEgMSAxYzAgMS4yNS4yIDIuNDUuNTcgMy41OGExIDEgMCAwIDEtLjI1IDEuMDFsLTIuMiAyLjJ6IiBzdHJva2U9IiMwMDQ0OEYiIHN0cm9rZS13aWR0aD0iMi40NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTYuNjIgMTAuNzlhMTUuMDUgMTUuMDUgMCAwIDAgNi41OSA2LjU5bDIuMi0yLjJhMSAxIDAgMCAxIDEuMDEtLjI0YzEuMTIuMzcgMi4zMy41NyAzLjU4LjU3YTEgMSAwIDAgMSAxIDFWMjFhMSAxIDAgMCAxLTEgMUMxMC42MSAyMiAyIDEzLjM5IDIgM2ExIDEgMCAwIDEgMS0xaDMuNWExIDEgMCAwIDEgMSAxYzAgMS4yNS4yIDIuNDUuNTcgMy41OGExIDEgMCAwIDEtLjI1IDEuMDFsLTIuMiAyLjJ6IiBzdHJva2U9IiMwMDQ0OEYiIHN0cm9rZS13aWR0aD0iMi40NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}

.link-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.link-group__item {
  display: flex;
}

.skip-link {
  position: absolute;
  left: 30px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  top: 60px;
  padding: 12px 16px;
  font-weight: var(--font-weight-medium);
  font-size: 1.25rem;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  background-color: var(--color-coral);
  color: var(--color-base-white);
  border: var(--color-coral) 2px solid;
}
.skip-link:focus {
  pointer-events: inherit;
  top: 60px;
  opacity: 1;
  z-index: 100;
}

.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.checkbox__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--color-gray-iron-900);
}
.checkbox__control {
  display: inline-flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.checkbox__control::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-gray-iron-400);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  transition: border-color 0.15s, background-color 0.15s, box-shadow 0.15s;
}
.checkbox__text {
  font-size: var(--text-font-size-md);
  line-height: var(--text-line-height-md);
}

.checkbox__label:hover .checkbox__control::before {
  border-color: var(--color-blue);
}

.checkbox__input:checked + .checkbox__label .checkbox__control::before {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12L9.5 17.5L20 6.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.checkbox__input:disabled + .checkbox__label {
  cursor: not-allowed;
}
.checkbox__input:disabled + .checkbox__label .checkbox__control::before {
  background-color: var(--color-gray-iron-200);
  border-color: var(--color-gray-iron-400);
}
.checkbox__input:disabled + .checkbox__label .checkbox__text {
  color: var(--color-gray-iron-400);
}

.checkbox__input:checked:disabled + .checkbox__label .checkbox__control::before {
  background-color: var(--color-gray-iron-200);
  border-color: var(--color-gray-iron-400);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12L9.5 17.5L20 6.5' stroke='%23A0A0AB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.checkbox__input:focus-visible + .checkbox__label {
  outline: 2px solid var(--color-blue);
  outline-offset: 2px;
}
.checkbox__input:focus-visible + .checkbox__label .checkbox__control::before {
  border-color: var(--color-blue);
  box-shadow: 0px 0px 0px 4px rgba(152, 162, 179, 0.14);
}

.checkbox__input:checked:focus-visible + .checkbox__label .checkbox__control::before {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.radio__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--color-gray-iron-900);
}
.radio__control {
  display: inline-flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.radio__control::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-gray-iron-400);
  border-radius: 9999px;
  background-color: #fff;
  transition: border-color 0.15s, background-color 0.15s, box-shadow 0.15s;
}
.radio__text {
  font-size: var(--text-font-size-md);
  line-height: var(--text-line-height-md);
}

.radio__label:hover .radio__control::before {
  border-color: var(--color-blue);
}

.radio__input:checked + .radio__label .radio__control::before {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  background-image: radial-gradient(circle, #fff 4px, transparent 4px);
}

.radio__input:disabled + .radio__label {
  cursor: not-allowed;
}
.radio__input:disabled + .radio__label .radio__control::before {
  background-color: var(--color-gray-iron-200);
  border-color: var(--color-gray-iron-400);
}
.radio__input:disabled + .radio__label .radio__text {
  color: var(--color-gray-iron-400);
}

.radio__input:checked:disabled + .radio__label .radio__control::before {
  background-color: var(--color-gray-iron-200);
  border-color: var(--color-gray-iron-400);
  background-image: radial-gradient(circle, var(--color-gray-iron-400) 4px, transparent 4px);
}

.radio__input:focus-visible + .radio__label {
  outline: 2px solid var(--color-blue);
  outline-offset: 2px;
}
.radio__input:focus-visible + .radio__label .radio__control::before {
  border-color: var(--color-blue);
  box-shadow: 0px 0px 0px 4px rgba(152, 162, 179, 0.14);
}

.radio__input:checked:focus-visible + .radio__label .radio__control::before {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.ul-list-default, .richtext ul:not([class]) {
  list-style: disc;
  padding: 0 0 0 var(--spacer-32);
}

.ol-list-default, .richtext ol:not([class]) {
  list-style: decimal;
  padding: 0 0 0 var(--spacer-32);
}

.modal-wrapper {
  display: inline-block;
  position: relative;
}

.modal-trigger--close {
  display: none;
}

[data-modal-open=true] .modal-trigger--open {
  display: none;
}
[data-modal-open=true] .modal-trigger--close {
  display: flex;
}

.modal {
  border: none;
  padding: 0;
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  overflow: hidden;
}
.modal--modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.modal--inline {
  position: absolute;
  margin: 0;
  bottom: calc(100% + var(--spacer-16));
  left: auto;
  right: 0;
  top: auto;
  z-index: 100;
  max-width: none;
  max-height: none;
}
.modal--inline::backdrop {
  display: none;
}
.modal__inner {
  padding: 2rem;
  position: relative;
  background: #fff;
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.5rem;
  color: #333;
}
.modal__close:hover {
  color: #000;
}
.modal__content {
  margin-top: 1rem;
}

.background-container {
  position: relative;
  width: 100%;
  overflow: visible;
}
.background-container.theme-background-image .background-container__media {
  position: sticky;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 810px;
  overflow: hidden;
}
.background-container.theme-background-image .background-container__media .background-container__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-container.theme-background-image .background-container__content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: -140px auto 0;
  padding: 0 0 var(--spacer-96);
  box-sizing: border-box;
}
.background-container.theme-background-image .background-container__content > * {
  position: relative;
}
.background-container.section--variant__background-image-right > .section__inner, .background-container.section--variant__background-image-left > .section__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: var(--spacer-24);
}
.background-container.section--variant__background-image-right .background-container__media, .background-container.section--variant__background-image-left .background-container__media {
  flex: 0 0 50%;
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
}
.background-container.section--variant__background-image-right .background-container__media img, .background-container.section--variant__background-image-left .background-container__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-container.section--variant__background-image-right .background-container__content, .background-container.section--variant__background-image-left .background-container__content {
  flex: 1;
  padding: var(--spacer-64);
}
.background-container.section--variant__background-image-left > .section__inner {
  flex-direction: row;
}

.textimage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.textimage--image-right .textimage__media {
  order: 2;
}
.textimage--image-right .textimage__content {
  order: 1;
}
.textimage--image-right .textimage__caption {
  text-align: left;
}
.textimage__media {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.textimage__figure {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-12);
  height: 100%;
  margin: 0;
}
.textimage__image, .textimage .image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.textimage__caption, .textimage .image-caption {
  font-size: var(--text-font-size-xl);
  line-height: var(--text-line-height-xl);
  font-weight: var(--font-weight-regular);
  color: var(--color-theme-font, #18181B);
  text-align: right;
}
.textimage__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-24);
  padding: var(--spacer-64);
}
.textimage__body {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-8);
}
.textimage__title {
  font-size: var(--display-font-size-xxl);
  line-height: var(--display-line-height-xxl);
  font-weight: var(--font-weight-regular);
  letter-spacing: -2%;
  color: var(--color-headline);
}
.textimage__text {
  font-size: var(--text-font-size-xl);
  line-height: var(--text-line-height-xl);
  font-weight: var(--font-weight-regular);
  color: var(--color-theme-font, #18181B);
}

.footer {
  background-color: var(--color-blue-scale-10);
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-64);
  padding: var(--spacer-64) var(--spacer-64);
  max-width: 1320px;
  margin: 0 auto;
}
.footer__nav {
  padding-bottom: var(--spacer-48);
  border-bottom: 1px solid var(--color-gray-iron-200);
}
.footer__col-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacer-24);
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-12);
}
.footer__col--child-1 {
  grid-column: span 2;
}
.footer__col-title {
  font-size: var(--heading-font-size-sm);
  line-height: var(--heading-line-height-sm);
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-iron-900);
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-8);
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__list-item {
  display: flex;
}
.footer__col--child-1 .footer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer__list-item--break {
  grid-column: 2;
  grid-row: 1;
}
.footer__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--spacer-24);
  padding: var(--spacer-48) 0;
  border-bottom: 1px solid var(--color-gray-iron-200);
}
.footer__logo-link {
  display: flex;
  align-items: center;
}
.footer__logo-link--right {
  justify-self: end;
}
.footer__logo-link:focus-visible {
  outline: 2px solid var(--color-outline);
  outline-offset: 2px;
}
.footer__logo {
  height: 60px;
  width: auto;
}
.footer__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacer-4);
}
.footer__copyright {
  font-size: var(--text-font-size-lg);
  line-height: var(--text-line-height-lg);
  font-weight: var(--font-weight-regular);
  color: var(--color-gray-iron-600);
  white-space: nowrap;
}
.footer__meta-list {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-24);
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__meta-item {
  display: flex;
}
.footer__disclaimer {
  padding: var(--spacer-48) 0;
}
.footer__disclaimer-text {
  font-size: var(--text-font-size-lg);
  line-height: var(--text-line-height-lg);
  font-weight: var(--font-weight-regular);
  color: var(--color-gray-iron-600);
  margin: 0;
}

.footer-fixed {
  position: fixed;
  bottom: var(--spacer-32);
  right: var(--spacer-32);
  z-index: 10;
}
.footer-fixed .footer-fixed__inner {
  display: flex;
  padding: var(--spacer-32, 32px);
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spacer-12, 12px);
}

.product-teaser {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-24);
}
.product-teaser--text-left {
  flex-direction: row-reverse;
}
.product-teaser__visual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: var(--spacer-64);
  width: 536px;
  height: 536px;
  flex-shrink: 0;
  background-color: var(--color-coral);
  backdrop-filter: blur(64px);
}
.product-teaser__headline {
  font-size: var(--display-font-size-xxl);
  line-height: var(--display-line-height-xxl);
  font-weight: var(--font-weight-regular);
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.product-teaser__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-12);
  padding: var(--spacer-64);
  background-color: #FFFFFF;
  flex: 1;
}
.product-teaser__overline {
  font-size: var(--text-font-size-md);
  line-height: 1.5em;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #70707B;
}
.product-teaser__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--spacer-32);
}
.product-teaser__title {
  font-size: var(--display-font-size-xl);
  line-height: var(--display-line-height-xl);
  font-weight: var(--font-weight-regular);
  letter-spacing: -0.02em;
  color: var(--color-headline);
}
.product-teaser__text {
  font-size: var(--text-font-size-xl);
  line-height: var(--text-line-height-xl);
  font-weight: var(--font-weight-regular);
  color: #18181B;
}
.single-news {
  background-color: var(--color-blue-scale-40);
  padding: var(--spacer-24) var(--spacer-64);
}
.single-news__inner {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-24);
  align-items: stretch;
}
.single-news__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -8px;
  padding-right: var(--spacer-24);
  border-right: 2.5px solid var(--color-blue);
  flex-shrink: 0;
}
.single-news__month {
  font-size: 24px;
  line-height: 1.3333333333em;
  font-weight: var(--font-weight-semi-bold);
  letter-spacing: -0.02em;
  color: var(--color-blue);
}
.single-news__day {
  font-size: 64px;
  line-height: 1.125em;
  font-weight: var(--font-weight-medium);
  letter-spacing: -0.02em;
  color: var(--color-blue);
}
.single-news__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.single-news__text {
  font-size: 20px;
  line-height: 1.6em;
  color: var(--color-gray-iron-900);
}
.single-news__link {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: var(--font-weight-medium);
  color: var(--color-blue);
}

.news {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-24);
  align-items: flex-start;
}
.news__image {
  position: sticky;
  top: 0;
  flex: 0 0 50%;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.news__image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.news__image-img:first-child {
  opacity: 1;
}
.news__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-24);
  padding: var(--spacer-64);
  flex: 1;
}
.news__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-16);
}
.news__title {
  font-family: var(--display-font-family);
  font-size: clamp(40px, 28.293px + 3.122vw, 72px);
  line-height: clamp(48px, 36.293px + 3.122vw, 80px);
  color: var(--color-headline);
}
.news__list {
  list-style: none;
  margin: 0;
  padding: var(--spacer-32) 0 0;
  display: flex;
  flex-direction: column;
}
.news__item {
  border-bottom: 1px solid var(--color-gray-iron-200);
}
.news__item:first-child .news__item-link {
  padding-top: 0;
}
.news__item:hover .news__item-title, .news__item-link:focus-visible .news__item-title {
  color: var(--color-coral);
}
.news:has(.news__item:hover) .news__image-img, .news:has(.news__item-link:focus-visible) .news__image-img {
  opacity: 0;
}
.news:has(.news__item:nth-child(1):hover) .news__image-img:nth-child(1), .news:has(.news__item:nth-child(1) .news__item-link:focus-visible) .news__image-img:nth-child(1) {
  opacity: 1;
}
.news:has(.news__item:nth-child(2):hover) .news__image-img:nth-child(2), .news:has(.news__item:nth-child(2) .news__item-link:focus-visible) .news__image-img:nth-child(2) {
  opacity: 1;
}
.news:has(.news__item:nth-child(3):hover) .news__image-img:nth-child(3), .news:has(.news__item:nth-child(3) .news__item-link:focus-visible) .news__image-img:nth-child(3) {
  opacity: 1;
}
.news:has(.news__item:nth-child(4):hover) .news__image-img:nth-child(4), .news:has(.news__item:nth-child(4) .news__item-link:focus-visible) .news__image-img:nth-child(4) {
  opacity: 1;
}
.news:has(.news__item:nth-child(5):hover) .news__image-img:nth-child(5), .news:has(.news__item:nth-child(5) .news__item-link:focus-visible) .news__image-img:nth-child(5) {
  opacity: 1;
}
.news:has(.news__item:nth-child(6):hover) .news__image-img:nth-child(6), .news:has(.news__item:nth-child(6) .news__item-link:focus-visible) .news__image-img:nth-child(6) {
  opacity: 1;
}
.news:has(.news__item:nth-child(7):hover) .news__image-img:nth-child(7), .news:has(.news__item:nth-child(7) .news__item-link:focus-visible) .news__image-img:nth-child(7) {
  opacity: 1;
}
.news:has(.news__item:nth-child(8):hover) .news__image-img:nth-child(8), .news:has(.news__item:nth-child(8) .news__item-link:focus-visible) .news__image-img:nth-child(8) {
  opacity: 1;
}
.news:has(.news__item:nth-child(9):hover) .news__image-img:nth-child(9), .news:has(.news__item:nth-child(9) .news__item-link:focus-visible) .news__image-img:nth-child(9) {
  opacity: 1;
}
.news:has(.news__item:nth-child(10):hover) .news__image-img:nth-child(10), .news:has(.news__item:nth-child(10) .news__item-link:focus-visible) .news__image-img:nth-child(10) {
  opacity: 1;
}
.news:has(.news__item:nth-child(11):hover) .news__image-img:nth-child(11), .news:has(.news__item:nth-child(11) .news__item-link:focus-visible) .news__image-img:nth-child(11) {
  opacity: 1;
}
.news:has(.news__item:nth-child(12):hover) .news__image-img:nth-child(12), .news:has(.news__item:nth-child(12) .news__item-link:focus-visible) .news__image-img:nth-child(12) {
  opacity: 1;
}
.news:has(.news__item:nth-child(13):hover) .news__image-img:nth-child(13), .news:has(.news__item:nth-child(13) .news__item-link:focus-visible) .news__image-img:nth-child(13) {
  opacity: 1;
}
.news:has(.news__item:nth-child(14):hover) .news__image-img:nth-child(14), .news:has(.news__item:nth-child(14) .news__item-link:focus-visible) .news__image-img:nth-child(14) {
  opacity: 1;
}
.news:has(.news__item:nth-child(15):hover) .news__image-img:nth-child(15), .news:has(.news__item:nth-child(15) .news__item-link:focus-visible) .news__image-img:nth-child(15) {
  opacity: 1;
}
.news:has(.news__item:nth-child(16):hover) .news__image-img:nth-child(16), .news:has(.news__item:nth-child(16) .news__item-link:focus-visible) .news__image-img:nth-child(16) {
  opacity: 1;
}
.news:has(.news__item:nth-child(17):hover) .news__image-img:nth-child(17), .news:has(.news__item:nth-child(17) .news__item-link:focus-visible) .news__image-img:nth-child(17) {
  opacity: 1;
}
.news:has(.news__item:nth-child(18):hover) .news__image-img:nth-child(18), .news:has(.news__item:nth-child(18) .news__item-link:focus-visible) .news__image-img:nth-child(18) {
  opacity: 1;
}
.news:has(.news__item:nth-child(19):hover) .news__image-img:nth-child(19), .news:has(.news__item:nth-child(19) .news__item-link:focus-visible) .news__image-img:nth-child(19) {
  opacity: 1;
}
.news:has(.news__item:nth-child(20):hover) .news__image-img:nth-child(20), .news:has(.news__item:nth-child(20) .news__item-link:focus-visible) .news__image-img:nth-child(20) {
  opacity: 1;
}
.news__item-link {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-16);
  padding: var(--spacer-32) 0;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
  outline-offset: 2px;
}
.news__item-link:focus-visible {
  outline: 2px solid var(--color-outline);
}
.news__item-meta {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-8);
}
.news__item-category {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-gray-iron-500);
}
.news__item-title {
  font-family: var(--heading-font-family);
  font-size: clamp(18px, 15.805px + 0.585vw, 24px);
  line-height: clamp(28px, 26.537px + 0.39vw, 32px);
  font-weight: var(--font-weight-medium);
  color: var(--color-headline);
  transition: color 0.3s ease;
}
.news__item-text {
  font-family: var(--text-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(24px, 21.073px + 0.78vw, 32px);
  color: var(--color-gray-iron-900);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.navigation {
  --nav-bg: var(--color-base-white);
  --nav-menu-bg: var(--color-base-white);
  --nav-text: var(--color-blue);
  --nav-text-muted: var(--color-blue);
  --nav-text-hover: var(--color-coral);
  --nav-border: var(--color-blue);
  --nav-outline: var(--color-blue);
  --nav-icon: var(--color-blue);
  --nav-toggle-text: var(--color-blue);
  --nav-level2-bg: var(--color-base-white);
  --nav-menu-height: 104px;
  display: flex;
  flex-direction: column;
  background-color: var(--nav-bg);
  transition: background-color 0.4s ease;
  width: 100%;
  position: relative;
  overflow: visible;
}
.navigation__container {
  position: relative;
}
.navigation__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacer-32) 0;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
}
.navigation__logo {
  display: block;
  flex-shrink: 0;
  width: 140px;
  height: 60px;
}
.navigation__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navigation__logo--link:focus-visible {
  outline: 2px solid var(--nav-outline);
  outline-offset: 2px;
}
.navigation__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacer-24);
}
.navigation__action-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacer-8);
  padding: var(--spacer-12) var(--spacer-16);
  font-family: var(--text-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(24px, 21.073px + 0.78vw, 32px);
  font-weight: var(--font-weight-medium);
  color: var(--nav-text);
  text-decoration: none;
}
.navigation__action-link:hover {
  color: var(--nav-text-hover);
}
.navigation__action-link:focus-visible {
  color: var(--nav-text-hover);
  outline: 2px solid var(--nav-outline);
  outline-offset: 2px;
}
.navigation__action-icon, .navigation__menu-icon {
  width: 24px;
  height: 24px;
  color: var(--nav-icon);
}
.navigation__menu-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.navigation__menu-icon--open {
  display: none;
}
.navigation__menu-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacer-12);
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.navigation__menu-toggle:focus-visible {
  outline: 2px solid var(--nav-outline);
  outline-offset: 2px;
}
.navigation__menu-label {
  font-family: var(--text-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(24px, 21.073px + 0.78vw, 32px);
  font-weight: var(--font-weight-medium);
  color: var(--nav-toggle-text);
}
.navigation__menu {
  position: absolute;
  z-index: 10;
  top: calc(100% - 1px);
  display: block;
  width: 100%;
  background-color: var(--nav-menu-bg);
  overflow: visible;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.navigation__level-1-col {
  flex-shrink: 0;
}
.navigation__level-2-col {
  flex: 1;
  padding: var(--spacer-24) var(--spacer-80);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.navigation__level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.navigation__level-1-item {
  display: flex;
  align-items: center;
}
.navigation__level-1-item--hover .navigation__level-1-link {
  color: var(--nav-text-hover);
}
.navigation__level-1-link, .navigation__level-2-link, .navigation__level-2-header {
  display: block;
  font-family: var(--heading-font-family);
  font-size: clamp(20px, 15.61px + 1.171vw, 32px);
  line-height: clamp(24px, 18.146px + 1.561vw, 40px);
  font-weight: var(--font-weight-regular);
  color: var(--nav-text);
  text-decoration: none;
  width: 100%;
}
.navigation__level-1-link:hover, .navigation__level-2-link:hover, .navigation__level-2-header:hover {
  color: var(--nav-text-hover);
}
.navigation__level-1-link:focus-visible, .navigation__level-2-link:focus-visible, .navigation__level-2-header:focus-visible {
  color: var(--nav-text-hover);
  outline: 2px solid var(--nav-outline);
  outline-offset: 2px;
}
.navigation__level-2-header {
  font-family: var(--heading-font-family);
  font-size: clamp(28px, 20.683px + 1.951vw, 48px);
  line-height: clamp(40px, 34.146px + 1.561vw, 56px);
  font-weight: var(--font-weight-medium);
  pointer-events: none;
  padding: var(--spacer-16);
}
.navigation__level-1-link--active {
  font-weight: var(--font-weight-medium);
}
.navigation__level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.navigation__level-2--visible {
  pointer-events: auto;
  opacity: 1;
  display: block;
}
.navigation__level-2-col .navigation__level-2 {
  display: flex;
}
.navigation__level-2-item {
  display: flex;
}
.navigation__level-2-title {
  display: block;
  font-family: var(--heading-font-family);
  font-size: clamp(20px, 15.61px + 1.171vw, 32px);
  line-height: clamp(24px, 18.146px + 1.561vw, 40px);
  font-weight: var(--font-weight-medium);
  color: var(--nav-text);
  text-decoration: none;
  padding: 0 var(--spacer-24) var(--spacer-24);
}
.navigation__level-2-title:hover {
  color: var(--nav-text-hover);
}
.navigation__level-2-title:focus-visible {
  color: var(--nav-text-hover);
  outline: 2px solid var(--nav-outline);
  outline-offset: 2px;
}
.navigation__level-1-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  border-left: 1px solid var(--nav-border);
  cursor: pointer;
  padding: 0;
  color: var(--nav-text-muted);
  flex-shrink: 0;
}
.navigation__level-1-toggle:focus-visible {
  outline: 2px solid var(--nav-outline);
  outline-offset: 2px;
}
.navigation__menu-toggle--hidden {
  display: none;
}
.navigation--open .navigation__menu {
  visibility: visible;
  opacity: 1;
}
.navigation--open .navigation__menu-icon--hamburger {
  display: none;
}
.navigation--open .navigation__menu-icon--open {
  display: block;
}
.navigation .navigation__logo--link-default {
  display: block;
}
.navigation .navigation__logo--link-white {
  display: none;
}
.navigation--dark {
  --nav-bg: transparent;
  --nav-menu-bg: var(--color-blue);
  --nav-text: var(--color-base-white);
  --nav-text-muted: var(--color-blue-scale-50);
  --nav-text-hover: var(--color-base-white);
  --nav-border: var(--color-base-white);
  --nav-outline: var(--color-base-white);
  --nav-icon: var(--color-base-white);
  --nav-toggle-text: var(--color-base-white);
  --nav-level2-bg: var(--color-blue);
  position: absolute;
  top: 0;
  z-index: 20;
}
.navigation--dark.navigation--open {
  background-color: var(--color-blue);
}
.navigation--dark .toggle {
  color: var(--color-base-white);
}
.navigation--dark .toggle .toggle__switch {
  border-color: var(--color-base-white);
}
.navigation--dark .navigation__level-1-link,
.navigation--dark .navigation__level-2-link,
.navigation--dark .navigation__level-2-title,
.navigation--dark .navigation__level-1-toggle {
  color: var(--nav-text-muted);
}
.navigation--dark .navigation__level-1-link:hover,
.navigation--dark .navigation__level-2-link:hover,
.navigation--dark .navigation__level-2-title:hover,
.navigation--dark .navigation__level-1-toggle:hover {
  color: var(--nav-text-hover);
}
.navigation--dark .navigation__level-1-link:focus-visible,
.navigation--dark .navigation__level-2-link:focus-visible,
.navigation--dark .navigation__level-2-title:focus-visible,
.navigation--dark .navigation__level-1-toggle:focus-visible {
  color: var(--nav-text-hover);
}
.navigation--dark .navigation__level-1-item--hover .navigation__level-1-link {
  color: var(--nav-text-hover);
}
.navigation--dark .navigation__logo--link-default {
  display: none;
}
.navigation--dark .navigation__logo--link-white {
  display: block;
}

.key-fact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: var(--color-blue-scale-10);
  padding: var(--spacer-32);
}
.key-fact__label {
  font-family: var(--text-font-family);
  font-size: clamp(14px, 13.268px + 0.195vw, 16px);
  line-height: clamp(20px, 18.537px + 0.39vw, 24px);
  color: var(--color-text-muted, #666);
}
.key-fact__value {
  font-family: var(--heading-font-family);
  font-size: clamp(24px, 18.146px + 1.561vw, 40px);
  line-height: clamp(32px, 26.146px + 1.561vw, 48px);
  color: var(--color-headline, #000);
}
.key-fact__disclaimer {
  font-family: var(--text-font-family);
  font-size: 12px;
  line-height: 16px;
  color: var(--color-text-muted, #666);
  margin-top: 4px;
}

.key-facts__list {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px;
}
.key-facts__item {
  display: flex;
  flex-direction: column;
}
.key-facts__item > .key-fact {
  height: 100%;
}

.teaser-cards__list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.teaser-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.teaser-card .card__body {
  height: 100%;
}
.teaser-card__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
  height: 100%;
}
.teaser-card__body-inner {
  border-left: 3px solid;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.teaser-card__title {
  font-family: var(--heading-font-family);
  font-size: clamp(20px, 15.61px + 1.171vw, 32px);
  line-height: clamp(24px, 18.146px + 1.561vw, 40px);
  color: var(--color-headline);
  font-weight: var(--font-weight-medium, 500);
  margin: 0;
  letter-spacing: -0.64px;
}
.teaser-card__text {
  font-family: var(--text-font-family);
  font-size: clamp(14px, 13.268px + 0.195vw, 16px);
  line-height: clamp(20px, 18.537px + 0.39vw, 24px);
  color: inherit;
  margin: 0;
}
.teaser-card__image-caption {
  color: var(--gray-iron-500, #70707B);
  /* Overline xs/Bold */
  font-family: var(--text-font-family);
  font-size: var(--text-font-size-md, 16px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: var(--text-line-height-md, 24px); /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0;
}
.teaser-card__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.teaser-card.theme-lighter-blue .teaser-card__body-inner, .teaser-card.theme-light-blue .teaser-card__body-inner, .teaser-card.theme-default .teaser-card__body-inner {
  border-left-color: var(--color-blue);
}
.teaser-card.theme-blue .teaser-card__body-inner, .teaser-card.theme-dark-blue .teaser-card__body-inner {
  border-left-color: var(--color-base-white);
}

.card-variant-default .teaser-card__body-inner {
  flex-direction: column;
}

.card-variant-contact .card__image img {
  border-radius: 9999px;
  width: 128px;
  height: 128px;
  object-fit: cover;
}

.card-variant-icon--left .teaser-card__body-inner {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: start;
  gap: 16px;
  border: none;
  padding-left: 0;
}
.card-variant-icon--left .teaser-card__icon {
  grid-column: 1;
  grid-row: 1/span 2;
}
.card-variant-icon--left .teaser-card__icon-content {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card-variant-icon--left .card__title,
.card-variant-icon--left .card__description {
  grid-column: 2;
}
.card-variant-icon--left .card__image svg {
  height: auto;
}

.card-variant-icon--top .teaser-card__body-inner {
  flex-direction: column;
  border: none;
  padding-left: 0;
}

.downloads {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.downloads__title {
  font-family: var(--heading-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(20px, 17.073px + 0.78vw, 28px);
  font-weight: var(--font-weight-medium);
  color: var(--color-headline);
  letter-spacing: -0.64px;
}
.downloads__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.downloads__item {
  border-bottom: 1px solid var(--color-gray-iron-200);
}
.downloads__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  color: var(--color-theme-font);
}
.downloads__link:focus-visible {
  outline: 2px solid var(--color-outline);
}
.downloads__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.downloads__icon svg {
  width: 24px;
  height: 24px;
}
.downloads__icon--file {
  padding-right: 8px;
}
.downloads__name {
  font-family: var(--text-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(24px, 21.073px + 0.78vw, 32px);
  font-weight: var(--font-weight-medium);
  color: var(--color-theme-font);
  flex: 1;
}
.downloads__meta {
  font-family: var(--text-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(24px, 21.073px + 0.78vw, 32px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--text-line-height-xl, 32px);
  color: var(--color-theme-font);
  padding-right: 16px;
  white-space: nowrap;
}

.section:has(.section-menu) {
  position: sticky;
  top: 0;
  z-index: 100;
}

.section-menu {
  background-color: var(--color-base-white);
  padding: var(--spacer-32, 32px) var(--spacer-64);
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
}
.section-menu__list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.section-menu__list::-webkit-scrollbar {
  display: none;
}
.section-menu__item {
  flex-shrink: 0;
}
.section-menu__link {
  display: block;
  padding-top: 24px;
  padding-right: 12px;
  text-decoration: none;
  color: var(--color-gray-iron-500);
  font-family: var(--text-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(24px, 21.073px + 0.78vw, 32px);
  font-weight: var(--font-weight-medium);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.section-menu__link:hover {
  color: var(--color-blue);
}
.section-menu__link:focus-visible {
  outline: 2px solid var(--color-outline);
}
.section-menu__link--active {
  color: var(--color-blue);
  border-right: 2.5px solid var(--color-blue);
}

.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1440/900;
}
.hero-slider__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.hero-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-slider__item--active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.hero-slider__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-slider__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 68, 143, 0.4) 0%, rgba(0, 68, 143, 0) 100%);
}
.hero-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider__caption-container {
  position: relative;
  z-index: 2;
  margin-left: 140px;
  display: inline-flex;
  align-items: flex-start;
  overflow: hidden;
}
.hero-slider__caption {
  position: relative;
  color: var(--color-base-white);
  width: 524px;
  height: 524px;
  padding: 64px;
  background-color: var(--color-coral);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
}
.hero-slider__item--anim-type-1.hero-slider__item--active .hero-slider__caption {
  animation: captionReveal 0.1s linear forwards;
  animation-delay: 1.4s;
  opacity: 0;
}
.hero-slider__caption-reveal-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-base-white);
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
}
.hero-slider__item--anim-type-1.hero-slider__item--active .hero-slider__caption-reveal-bar {
  animation: barRevealVertical 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards, barColorChange 0s linear 0.6s forwards, barExpandHorizontal 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
}
.hero-slider__title {
  font-family: var(--heading-font-family);
  font-size: clamp(24px, 18.146px + 1.561vw, 40px);
  line-height: clamp(32px, 26.146px + 1.561vw, 48px);
  color: var(--color-base-white);
  margin-bottom: 0;
  font-weight: var(--font-weight-regular);
}
.hero-slider__text {
  font-family: var(--text-font-family);
  font-size: clamp(14px, 13.268px + 0.195vw, 16px);
  line-height: clamp(20px, 18.537px + 0.39vw, 24px);
  color: var(--color-base-white);
}
.hero-slider__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero-slider__decoration-item {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-slider__decoration-item--blue {
  background: rgba(0, 68, 143, 0.1);
  border: 1px solid rgba(0, 68, 143, 0.2);
}
.hero-slider__decoration-item--1 {
  top: 15%;
  left: 10%;
  width: 265px;
  height: 265px;
}
.hero-slider__decoration-item--2 {
  top: 30%;
  right: 20%;
  width: 200px;
  height: 200px;
}
.hero-slider__decoration-item--3 {
  bottom: 25%;
  left: 15%;
  width: 50px;
  height: 50px;
}
.hero-slider__decoration-item--4 {
  bottom: 20%;
  right: 15%;
  width: 190px;
  height: 190px;
}
.hero-slider__decoration-item--5 {
  top: 45%;
  left: 55%;
  width: 90px;
  height: 90px;
}
.hero-slider__decoration-item--6 {
  top: 15%;
  right: 40%;
  width: 280px;
  height: 280px;
}
.hero-slider__decoration-item--7 {
  top: 35%;
  right: 30%;
  width: 35px;
  height: 35px;
}
.hero-slider__item--active .hero-slider__decoration-item {
  opacity: 1;
}
.hero-slider__item--active.hero-slider__item--anim-type-1 .hero-slider__decoration-item--1 {
  top: 10%;
  left: 5%;
  width: 100px;
  height: 100px;
}
.hero-slider__item--active.hero-slider__item--anim-type-1 .hero-slider__decoration-item--2 {
  top: 20%;
  right: 10%;
  width: 150px;
  height: 150px;
}
.hero-slider__item--active.hero-slider__item--anim-type-1 .hero-slider__decoration-item--3 {
  bottom: 5%;
  left: 15%;
  width: 120px;
  height: 120px;
}
.hero-slider__item--active.hero-slider__item--anim-type-1 .hero-slider__decoration-item--4 {
  bottom: 10%;
  right: 5%;
  width: 365px;
  height: 365px;
}
.hero-slider__item--active.hero-slider__item--anim-type-1 .hero-slider__decoration-item--5 {
  top: 70%;
  left: 60%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
}
.hero-slider__item--active.hero-slider__item--anim-type-1 .hero-slider__decoration-item--6 {
  top: 5%;
  right: 40%;
  width: 60px;
  height: 60px;
}
.hero-slider__item--active.hero-slider__item--anim-type-1 .hero-slider__decoration-item--7 {
  top: 20%;
  right: 30%;
  width: 200px;
  height: 200px;
}
.hero-slider__item--active.hero-slider__item--anim-type-2 .hero-slider__decoration-item--1 {
  top: 55%;
  left: 55%;
  width: 280px;
  height: 280px;
}
.hero-slider__item--active.hero-slider__item--anim-type-2 .hero-slider__decoration-item--2 {
  top: 40%;
  right: 5%;
  width: 100px;
  height: 100px;
}
.hero-slider__item--active.hero-slider__item--anim-type-2 .hero-slider__decoration-item--3 {
  bottom: 5%;
  left: 30%;
  width: 150px;
  height: 150px;
}
.hero-slider__item--active.hero-slider__item--anim-type-2 .hero-slider__decoration-item--4 {
  bottom: 10%;
  right: 3%;
  width: 110px;
  height: 110px;
}
.hero-slider__item--active.hero-slider__item--anim-type-2 .hero-slider__decoration-item--5 {
  top: 10%;
  left: 10%;
  width: 60px;
  height: 60px;
}
.hero-slider__item--active.hero-slider__item--anim-type-2 .hero-slider__decoration-item--6 {
  top: 10%;
  right: 20%;
  width: 265px;
  height: 265px;
}
.hero-slider__item--active.hero-slider__item--anim-type-2 .hero-slider__decoration-item--7 {
  top: 25%;
  right: 70%;
  width: 25px;
  height: 25px;
}
.hero-slider__item--active.hero-slider__item--anim-type-3 .hero-slider__decoration-item--1 {
  top: 80%;
  left: 80%;
  width: 120px;
  height: 120px;
}
.hero-slider__item--active.hero-slider__item--anim-type-3 .hero-slider__decoration-item--2 {
  top: 10%;
  right: 30%;
  width: 270px;
  height: 270px;
}
.hero-slider__item--active.hero-slider__item--anim-type-3 .hero-slider__decoration-item--3 {
  bottom: 40%;
  left: 3%;
  width: 90px;
  height: 90px;
}
.hero-slider__item--active.hero-slider__item--anim-type-3 .hero-slider__decoration-item--4 {
  bottom: 5%;
  right: 40%;
  width: 130px;
  height: 130px;
}
.hero-slider__item--active.hero-slider__item--anim-type-3 .hero-slider__decoration-item--5 {
  top: 25%;
  left: 45%;
  width: 180px;
  height: 180px;
}
.hero-slider__item--active.hero-slider__item--anim-type-3 .hero-slider__decoration-item--6 {
  top: 40%;
  right: 15%;
  width: 110px;
  height: 110px;
}
.hero-slider__item--active.hero-slider__item--anim-type-3 .hero-slider__decoration-item--7 {
  top: 45%;
  right: 50%;
  width: 65px;
  height: 65px;
}

@keyframes barRevealVertical {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes barColorChange {
  0% {
    background-color: var(--color-base-white);
  }
  100% {
    background-color: var(--color-coral);
  }
}
@keyframes barExpandHorizontal {
  0% {
    width: 4px;
  }
  100% {
    width: 100%;
  }
}
@keyframes captionReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.breadcrumb-section .section__inner {
  padding: 0 !important;
}

#breadcrumb {
  padding-top: var(--spacer-16);
  padding-bottom: var(--spacer-16);
}
#breadcrumb > div ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: var(--spacer-16);
  align-items: center;
}
#breadcrumb > div li {
  font-family: var(--heading-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(20px, 17.073px + 0.78vw, 28px);
  display: flex;
  align-items: center;
  color: var(--color-gray-iron-500);
}
#breadcrumb > div li .breadcrumb__separator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  color: var(--color-gray-iron-300);
  margin-left: var(--spacer-16);
}
#breadcrumb > div li .breadcrumb__separator svg {
  width: 9.183px;
  height: 18.657px;
  flex-shrink: 0;
}
#breadcrumb > div li a {
  color: var(--color-blue);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
#breadcrumb > div li a:hover {
  color: var(--color-blue);
}
#breadcrumb > div li a span {
  font-weight: var(--font-weight-regular);
}
#breadcrumb > div li.current {
  color: var(--color-blue);
}
#breadcrumb > div li.current a {
  color: inherit;
  pointer-events: none;
}
#breadcrumb > div li.current a span {
  font-weight: var(--font-weight-medium);
}

.section--variant__variant__text-intro .section__inner {
  display: flex;
  flex-direction: column;
}

/**
 * Color Custom Properties
 * Generated from Figma Design Tokens
 *
 * All colors are in HEX format (sRGB) for:
 *   - 1:1 match with Figma designs
 *   - No color conversion artifacts
 *   - Maximum browser compatibility
 */
/* ═══════════════════════════════════════════════════════════════════════════
   BVT Theme
   ═══════════════════════════════════════════════════════════════════════════ */
:root, [data-theme=bvt] {
  /* blue */
  --color-blue: #00448F;
  /* blue-light */
  --color-blue-light: #3379A6;
  /* blue-dark */
  --color-blue-dark: #00336b;
  /* gray */
  --color-gray: #3A4443;
  /* coral */
  --color-coral: #E94E3D;
  /* blue-scale */
  --color-blue-scale-10: #F7FAFD;
  --color-blue-scale-20: #F1F5FA;
  --color-blue-scale-40: #E3EDF7;
  --color-blue-scale-50: #8FB8E0;
  --color-blue-scale-65: #6FA7D5;
  --color-blue-scale-75: #599ED0;
  --color-blue-scale-100: #0688C5;
  /* esg */
  --color-esg-100: #008D83;
  /* accent-yellow */
  --color-accent-yellow-500: #EDA12E;
  /* accent-green */
  --color-accent-green-600: #5E9F3B;
  /* accent-green-dark */
  --color-accent-green-dark-700: #005A2D;
  /* brand-label */
  --color-brand-label-admodus-brown-15: rgba(88, 60, 49, 0.15000000596046448);
  --color-brand-label-admodus-brown-70: rgba(88, 60, 49, 0.699999988079071);
  --color-brand-label-admodus-brown-600: #583C31;
  /* brand-funds */
  --color-brand-funds-publikumsfonds-derigo-coral-100: #E94E3D;
  --color-brand-funds-spezialfonds-derigo-blue-dark-100: #25516D;
  --color-brand-funds-spezialfonds-black-15: rgba(0, 0, 0, 0.15000000596046448);
  --color-brand-funds-spezialfonds-black-25: rgba(0, 0, 0, 0.25);
  --color-brand-funds-spezialfonds-black-45: rgba(0, 0, 0, 0.44999998807907104);
  --color-brand-funds-spezialfonds-black-60: rgba(0, 0, 0, 0.6000000238418579);
  --color-brand-funds-spezialfonds-black-70: rgba(0, 0, 0, 0.699999988079071);
  /* base */
  --color-base-black: #000000;
  --color-base-white: #FFFFFF;
  /* gray-iron */
  --color-gray-iron-25: #FCFCFC;
  --color-gray-iron-50: #FAFAFA;
  --color-gray-iron-100: #F4F4F5;
  --color-gray-iron-200: #E4E4E7;
  --color-gray-iron-300: #D1D1D6;
  --color-gray-iron-400: #A0A0AB;
  --color-gray-iron-500: #70707B;
  --color-gray-iron-600: #51525C;
  --color-gray-iron-700: #3F3F46;
  --color-gray-iron-800: #26272B;
  --color-gray-iron-900: #18181B;
  --color-gray-iron-950: #131316;
  /* error */
  --color-error-25: #FFFBFA;
  --color-error-50: #FEF3F2;
  --color-error-100: #FEE4E2;
  --color-error-200: #FECDCA;
  --color-error-300: #FDA29B;
  --color-error-400: #F97066;
  --color-error-500: #F04438;
  --color-error-600: #D92D20;
  --color-error-700: #B42318;
  --color-error-800: #912018;
  --color-error-900: #7A271A;
  --color-error-950: #55160C;
  /* warning */
  --color-warning-25: #FFFCF5;
  --color-warning-50: #FFFAEB;
  --color-warning-100: #FEF0C7;
  --color-warning-200: #FEDF89;
  --color-warning-300: #FEC84B;
  --color-warning-400: #FDB022;
  --color-warning-500: #F79009;
  --color-warning-600: #DC6803;
  --color-warning-700: #B54708;
  --color-warning-800: #93370D;
  --color-warning-900: #7A2E0E;
  --color-warning-950: #4E1D09;
  /* Success */
  --color-success-25: #F6FEF9;
  --color-success-50: #ECFDF3;
  --color-success-100: #DCFAE6;
  --color-success-200: #ABEFC6;
  --color-success-300: #75E0A7;
  --color-success-400: #47CD89;
  --color-success-500: #17B26A;
  --color-success-600: #079455;
  --color-success-700: #067647;
  --color-success-800: #085D3A;
  --color-success-900: #074D31;
  --color-success-950: #053321;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Derigo Theme
   ═══════════════════════════════════════════════════════════════════════════ */
[data-theme=derigo] {
  /* blue */
  --color-blue: #1B557A;
  /* blue-light */
  --color-blue-light: #3379A6;
  /* blue-dark */
  --color-blue-dark: #1B557A;
  /* gray */
  --color-gray: #3A4443;
  /* coral */
  --color-coral: #E94E3D;
  /* blue-scale */
  --color-blue-scale-10: #FAFAFA;
  --color-blue-scale-20: #F5F5F5;
  --color-blue-scale-40: #EDEDED;
  --color-blue-scale-50: #B7B7B7;
  --color-blue-scale-65: #A2A2A2;
  --color-blue-scale-75: #949494;
  --color-blue-scale-100: #666666;
  /* esg */
  --color-esg-100: #008D83;
  /* accent-yellow */
  --color-accent-yellow-500: #EDA12E;
  /* accent-green */
  --color-accent-green-600: #5E9F3B;
  /* accent-green-dark */
  --color-accent-green-dark-700: #005A2D;
  /* brand-label */
  --color-brand-label-admodus-brown-15: rgba(88, 60, 49, 0.15000000596046448);
  --color-brand-label-admodus-brown-70: rgba(88, 60, 49, 0.699999988079071);
  --color-brand-label-admodus-brown-600: #583C31;
  /* brand-funds */
  --color-brand-funds-publikumsfonds-derigo-coral-100: #E94E3D;
  --color-brand-funds-spezialfonds-derigo-blue-dark-100: #25516D;
  --color-brand-funds-spezialfonds-black-15: rgba(0, 0, 0, 0.15000000596046448);
  --color-brand-funds-spezialfonds-black-25: rgba(0, 0, 0, 0.25);
  --color-brand-funds-spezialfonds-black-45: rgba(0, 0, 0, 0.44999998807907104);
  --color-brand-funds-spezialfonds-black-60: rgba(0, 0, 0, 0.6000000238418579);
  --color-brand-funds-spezialfonds-black-70: rgba(0, 0, 0, 0.699999988079071);
  /* base */
  --color-base-black: #000000;
  --color-base-white: #FFFFFF;
  /* gray-iron */
  --color-gray-iron-25: #FCFCFC;
  --color-gray-iron-50: #FAFAFA;
  --color-gray-iron-100: #F4F4F5;
  --color-gray-iron-200: #E4E4E7;
  --color-gray-iron-300: #D1D1D6;
  --color-gray-iron-400: #A0A0AB;
  --color-gray-iron-500: #70707B;
  --color-gray-iron-600: #51525C;
  --color-gray-iron-700: #3F3F46;
  --color-gray-iron-800: #26272B;
  --color-gray-iron-900: #3A4443;
  --color-gray-iron-950: #131316;
  /* error */
  --color-error-25: #FFFBFA;
  --color-error-50: #FEF3F2;
  --color-error-100: #FEE4E2;
  --color-error-200: #FECDCA;
  --color-error-300: #FDA29B;
  --color-error-400: #F97066;
  --color-error-500: #F04438;
  --color-error-600: #D92D20;
  --color-error-700: #B42318;
  --color-error-800: #912018;
  --color-error-900: #7A271A;
  --color-error-950: #55160C;
  /* warning */
  --color-warning-25: #FFFCF5;
  --color-warning-50: #FFFAEB;
  --color-warning-100: #FEF0C7;
  --color-warning-200: #FEDF89;
  --color-warning-300: #FEC84B;
  --color-warning-400: #FDB022;
  --color-warning-500: #F79009;
  --color-warning-600: #DC6803;
  --color-warning-700: #B54708;
  --color-warning-800: #93370D;
  --color-warning-900: #7A2E0E;
  --color-warning-950: #4E1D09;
  /* Success */
  --color-success-25: #F6FEF9;
  --color-success-50: #ECFDF3;
  --color-success-100: #DCFAE6;
  --color-success-200: #ABEFC6;
  --color-success-300: #75E0A7;
  --color-success-400: #47CD89;
  --color-success-500: #17B26A;
  --color-success-600: #079455;
  --color-success-700: #067647;
  --color-success-800: #085D3A;
  --color-success-900: #074D31;
  --color-success-950: #053321;
}

:root {
  --color-outline: var(--color-blue);
  --color-headline: var(--color-blue);
  --color-link: var(--color-blue);
}

/* Auto-generated Fluid Spacer CSS (2026-03-27T13:04:39.909Z) */
/* Scales smoothly between 375px and 1400px viewport */
:root {
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: clamp(12px, 0.39vw + 10.54px, 16px);
  --spacer-20: clamp(16px, 0.39vw + 14.54px, 20px);
  --spacer-24: clamp(20px, 0.39vw + 18.54px, 24px);
  --spacer-32: clamp(20px, 1.17vw + 15.61px, 32px);
  --spacer-40: clamp(24px, 1.56vw + 18.15px, 40px);
  --spacer-48: clamp(24px, 2.34vw + 15.22px, 48px);
  --spacer-56: clamp(32px, 2.34vw + 23.22px, 56px);
  --spacer-64: clamp(32px, 3.12vw + 20.29px, 64px);
  --spacer-72: clamp(40px, 3.12vw + 28.29px, 72px);
  --spacer-80: clamp(48px, 3.12vw + 36.29px, 80px);
  --spacer-96: clamp(56px, 3.90vw + 41.37px, 96px);
  --spacer-128: clamp(64px, 6.24vw + 40.59px, 128px);
}

.accordeon__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-16);
}
.accordeon__item {
  border-bottom: 1px solid var(--color-ruler, var(--color-gray-iron-200));
}
.accordeon__item:last-child {
  border-bottom: none;
}
.accordeon__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacer-16) 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--color-headline, var(--color-blue));
  transition: color 0.2s ease;
}
.accordeon__header:hover, .accordeon__header:focus-visible {
  color: var(--color-blue-light);
  outline: 2px solid var(--color-outline);
  outline-offset: 4px;
}
.accordeon__title {
  flex: 1;
  font-family: var(--heading-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(20px, 17.073px + 0.78vw, 28px);
  font-weight: var(--font-weight-medium, 500);
}
.accordeon__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.accordeon__icon svg {
  width: 100%;
  height: 100%;
}
.accordeon__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, padding 0.3s ease;
  overflow: hidden;
}
.accordeon__content[hidden] {
  display: grid;
}
.accordeon__content:not([hidden]), .accordeon__content.is-open {
  grid-template-rows: 1fr;
  padding: var(--spacer-32) 0;
}
.accordeon__inner {
  min-height: 0;
  font-family: var(--text-font-family);
  font-size: clamp(14px, 13.268px + 0.195vw, 16px);
  line-height: clamp(20px, 18.537px + 0.39vw, 24px);
  color: var(--color-gray-iron-700);
}
/**
 * Color Custom Properties
 * Generated from Figma Design Tokens
 *
 * All colors are in HEX format (sRGB) for:
 *   - 1:1 match with Figma designs
 *   - No color conversion artifacts
 *   - Maximum browser compatibility
 */
/* ═══════════════════════════════════════════════════════════════════════════
   BVT Theme
   ═══════════════════════════════════════════════════════════════════════════ */
:root, [data-theme=bvt] {
  /* blue */
  --color-blue: #00448F;
  /* blue-light */
  --color-blue-light: #3379A6;
  /* blue-dark */
  --color-blue-dark: #00336b;
  /* gray */
  --color-gray: #3A4443;
  /* coral */
  --color-coral: #E94E3D;
  /* blue-scale */
  --color-blue-scale-10: #F7FAFD;
  --color-blue-scale-20: #F1F5FA;
  --color-blue-scale-40: #E3EDF7;
  --color-blue-scale-50: #8FB8E0;
  --color-blue-scale-65: #6FA7D5;
  --color-blue-scale-75: #599ED0;
  --color-blue-scale-100: #0688C5;
  /* esg */
  --color-esg-100: #008D83;
  /* accent-yellow */
  --color-accent-yellow-500: #EDA12E;
  /* accent-green */
  --color-accent-green-600: #5E9F3B;
  /* accent-green-dark */
  --color-accent-green-dark-700: #005A2D;
  /* brand-label */
  --color-brand-label-admodus-brown-15: rgba(88, 60, 49, 0.15000000596046448);
  --color-brand-label-admodus-brown-70: rgba(88, 60, 49, 0.699999988079071);
  --color-brand-label-admodus-brown-600: #583C31;
  /* brand-funds */
  --color-brand-funds-publikumsfonds-derigo-coral-100: #E94E3D;
  --color-brand-funds-spezialfonds-derigo-blue-dark-100: #25516D;
  --color-brand-funds-spezialfonds-black-15: rgba(0, 0, 0, 0.15000000596046448);
  --color-brand-funds-spezialfonds-black-25: rgba(0, 0, 0, 0.25);
  --color-brand-funds-spezialfonds-black-45: rgba(0, 0, 0, 0.44999998807907104);
  --color-brand-funds-spezialfonds-black-60: rgba(0, 0, 0, 0.6000000238418579);
  --color-brand-funds-spezialfonds-black-70: rgba(0, 0, 0, 0.699999988079071);
  /* base */
  --color-base-black: #000000;
  --color-base-white: #FFFFFF;
  /* gray-iron */
  --color-gray-iron-25: #FCFCFC;
  --color-gray-iron-50: #FAFAFA;
  --color-gray-iron-100: #F4F4F5;
  --color-gray-iron-200: #E4E4E7;
  --color-gray-iron-300: #D1D1D6;
  --color-gray-iron-400: #A0A0AB;
  --color-gray-iron-500: #70707B;
  --color-gray-iron-600: #51525C;
  --color-gray-iron-700: #3F3F46;
  --color-gray-iron-800: #26272B;
  --color-gray-iron-900: #18181B;
  --color-gray-iron-950: #131316;
  /* error */
  --color-error-25: #FFFBFA;
  --color-error-50: #FEF3F2;
  --color-error-100: #FEE4E2;
  --color-error-200: #FECDCA;
  --color-error-300: #FDA29B;
  --color-error-400: #F97066;
  --color-error-500: #F04438;
  --color-error-600: #D92D20;
  --color-error-700: #B42318;
  --color-error-800: #912018;
  --color-error-900: #7A271A;
  --color-error-950: #55160C;
  /* warning */
  --color-warning-25: #FFFCF5;
  --color-warning-50: #FFFAEB;
  --color-warning-100: #FEF0C7;
  --color-warning-200: #FEDF89;
  --color-warning-300: #FEC84B;
  --color-warning-400: #FDB022;
  --color-warning-500: #F79009;
  --color-warning-600: #DC6803;
  --color-warning-700: #B54708;
  --color-warning-800: #93370D;
  --color-warning-900: #7A2E0E;
  --color-warning-950: #4E1D09;
  /* Success */
  --color-success-25: #F6FEF9;
  --color-success-50: #ECFDF3;
  --color-success-100: #DCFAE6;
  --color-success-200: #ABEFC6;
  --color-success-300: #75E0A7;
  --color-success-400: #47CD89;
  --color-success-500: #17B26A;
  --color-success-600: #079455;
  --color-success-700: #067647;
  --color-success-800: #085D3A;
  --color-success-900: #074D31;
  --color-success-950: #053321;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Derigo Theme
   ═══════════════════════════════════════════════════════════════════════════ */
[data-theme=derigo] {
  /* blue */
  --color-blue: #1B557A;
  /* blue-light */
  --color-blue-light: #3379A6;
  /* blue-dark */
  --color-blue-dark: #1B557A;
  /* gray */
  --color-gray: #3A4443;
  /* coral */
  --color-coral: #E94E3D;
  /* blue-scale */
  --color-blue-scale-10: #FAFAFA;
  --color-blue-scale-20: #F5F5F5;
  --color-blue-scale-40: #EDEDED;
  --color-blue-scale-50: #B7B7B7;
  --color-blue-scale-65: #A2A2A2;
  --color-blue-scale-75: #949494;
  --color-blue-scale-100: #666666;
  /* esg */
  --color-esg-100: #008D83;
  /* accent-yellow */
  --color-accent-yellow-500: #EDA12E;
  /* accent-green */
  --color-accent-green-600: #5E9F3B;
  /* accent-green-dark */
  --color-accent-green-dark-700: #005A2D;
  /* brand-label */
  --color-brand-label-admodus-brown-15: rgba(88, 60, 49, 0.15000000596046448);
  --color-brand-label-admodus-brown-70: rgba(88, 60, 49, 0.699999988079071);
  --color-brand-label-admodus-brown-600: #583C31;
  /* brand-funds */
  --color-brand-funds-publikumsfonds-derigo-coral-100: #E94E3D;
  --color-brand-funds-spezialfonds-derigo-blue-dark-100: #25516D;
  --color-brand-funds-spezialfonds-black-15: rgba(0, 0, 0, 0.15000000596046448);
  --color-brand-funds-spezialfonds-black-25: rgba(0, 0, 0, 0.25);
  --color-brand-funds-spezialfonds-black-45: rgba(0, 0, 0, 0.44999998807907104);
  --color-brand-funds-spezialfonds-black-60: rgba(0, 0, 0, 0.6000000238418579);
  --color-brand-funds-spezialfonds-black-70: rgba(0, 0, 0, 0.699999988079071);
  /* base */
  --color-base-black: #000000;
  --color-base-white: #FFFFFF;
  /* gray-iron */
  --color-gray-iron-25: #FCFCFC;
  --color-gray-iron-50: #FAFAFA;
  --color-gray-iron-100: #F4F4F5;
  --color-gray-iron-200: #E4E4E7;
  --color-gray-iron-300: #D1D1D6;
  --color-gray-iron-400: #A0A0AB;
  --color-gray-iron-500: #70707B;
  --color-gray-iron-600: #51525C;
  --color-gray-iron-700: #3F3F46;
  --color-gray-iron-800: #26272B;
  --color-gray-iron-900: #3A4443;
  --color-gray-iron-950: #131316;
  /* error */
  --color-error-25: #FFFBFA;
  --color-error-50: #FEF3F2;
  --color-error-100: #FEE4E2;
  --color-error-200: #FECDCA;
  --color-error-300: #FDA29B;
  --color-error-400: #F97066;
  --color-error-500: #F04438;
  --color-error-600: #D92D20;
  --color-error-700: #B42318;
  --color-error-800: #912018;
  --color-error-900: #7A271A;
  --color-error-950: #55160C;
  /* warning */
  --color-warning-25: #FFFCF5;
  --color-warning-50: #FFFAEB;
  --color-warning-100: #FEF0C7;
  --color-warning-200: #FEDF89;
  --color-warning-300: #FEC84B;
  --color-warning-400: #FDB022;
  --color-warning-500: #F79009;
  --color-warning-600: #DC6803;
  --color-warning-700: #B54708;
  --color-warning-800: #93370D;
  --color-warning-900: #7A2E0E;
  --color-warning-950: #4E1D09;
  /* Success */
  --color-success-25: #F6FEF9;
  --color-success-50: #ECFDF3;
  --color-success-100: #DCFAE6;
  --color-success-200: #ABEFC6;
  --color-success-300: #75E0A7;
  --color-success-400: #47CD89;
  --color-success-500: #17B26A;
  --color-success-600: #079455;
  --color-success-700: #067647;
  --color-success-800: #085D3A;
  --color-success-900: #074D31;
  --color-success-950: #053321;
}

:root {
  --color-outline: var(--color-blue);
  --color-headline: var(--color-blue);
  --color-link: var(--color-blue);
}

/* Auto-generated Fluid Spacer CSS (2026-03-27T13:04:39.909Z) */
/* Scales smoothly between 375px and 1400px viewport */
:root {
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: clamp(12px, 0.39vw + 10.54px, 16px);
  --spacer-20: clamp(16px, 0.39vw + 14.54px, 20px);
  --spacer-24: clamp(20px, 0.39vw + 18.54px, 24px);
  --spacer-32: clamp(20px, 1.17vw + 15.61px, 32px);
  --spacer-40: clamp(24px, 1.56vw + 18.15px, 40px);
  --spacer-48: clamp(24px, 2.34vw + 15.22px, 48px);
  --spacer-56: clamp(32px, 2.34vw + 23.22px, 56px);
  --spacer-64: clamp(32px, 3.12vw + 20.29px, 64px);
  --spacer-72: clamp(40px, 3.12vw + 28.29px, 72px);
  --spacer-80: clamp(48px, 3.12vw + 36.29px, 80px);
  --spacer-96: clamp(56px, 3.90vw + 41.37px, 96px);
  --spacer-128: clamp(64px, 6.24vw + 40.59px, 128px);
}

.tab__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.tab__nav-item {
  padding-top: 24px;
  padding-right: 12px;
}
.tab__nav-item.is-active {
  border-right: 2.5px solid var(--color-blue);
}
.tab__nav-item.is-active .tab__nav-link {
  color: var(--color-blue);
}
.tab__nav-link {
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-gray-iron-500);
  transition: all 0.2s ease;
  text-decoration: none;
  font-family: var(--heading-font-family);
  font-size: clamp(16px, 14.537px + 0.39vw, 20px);
  line-height: clamp(20px, 17.073px + 0.78vw, 28px);
  font-weight: var(--font-weight-medium, 500);
}
.tab__nav-link:hover {
  color: var(--color-blue);
}
.tab__nav-link:focus-visible {
  outline: 2px solid var(--color-outline);
  outline-offset: -2px;
}
.tab__content-container {
  padding-top: var(--spacer-24);
}
.tab__content[hidden] {
  display: none;
}
.tab__content.is-active {
  display: block;
  animation: fadeIn 0.3s ease-in;
}
.tab__inner {
  font-family: var(--text-font-family);
  font-size: clamp(14px, 13.268px + 0.195vw, 16px);
  line-height: clamp(20px, 18.537px + 0.39vw, 24px);
  color: var(--color-gray-iron-700);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}
.section--space-before-small, .section--space-before-medium, .section--space-before-large, .section--space-before-huge {
  padding-top: 0.1px;
}
.section--space-after-small, .section--space-after-medium, .section--space-after-large, .section--space-after-huge {
  padding-bottom: 0.1px;
}
.section--space-before-small > .section__inner {
  margin-top: var(--spacer-24);
}
.section--space-before-medium > .section__inner {
  margin-top: var(--spacer-48);
}
.section--space-before-large > .section__inner {
  margin-top: var(--spacer-64);
}
.section--space-before-huge > .section__inner {
  margin-top: var(--spacer-96);
}
.section--space-after-small > .section__inner {
  margin-bottom: var(--spacer-24);
}
.section--space-after-medium > .section__inner {
  margin-bottom: var(--spacer-48);
}
.section--space-after-large > .section__inner {
  margin-bottom: var(--spacer-64);
}
.section--space-after-huge > .section__inner {
  margin-bottom: var(--spacer-96);
}
.section[class*=section--frame__theme-] > .section__inner, .section[class*=section--frame__theme-] .theme__inner, .section [class*=theme-] > .section__inner, .section [class*=theme-] .theme__inner {
  color: var(--color-theme-font);
  background-color: var(--color-theme-background);
}
.section--frame__theme-default, .section--frame__theme-white, .section .theme-default {
  --color-theme-background: var(--color-base-white);
  --color-theme-font: var(--color-gray-iron-900);
}
.section--frame__theme-lighter-blue, .section .theme-lighter-blue {
  --color-theme-background: var(--color-blue-scale-20);
  --color-theme-font: var(--color-gray-iron-900);
}
.section--frame__theme-light-blue, .section .theme-light-blue {
  --color-theme-background: var(--color-blue-scale-40);
  --color-theme-font: var(--color-gray-iron-900);
}
.section--frame__theme-blue, .section .theme-blue {
  --color-theme-background: var(--color-blue);
  --color-theme-font: var(--color-base-white);
  --color-outline: var(--color-base-white);
  --color-headline: var(--color-base-white);
  --color-link: var(--color-base-white);
}
.section--frame__theme-dark-blue, .section .theme-dark-blue {
  --color-theme-background: var(--color-blue-dark);
  --color-theme-font: var(--color-base-white);
  --color-outline: var(--color-base-white);
  --color-headline: var(--color-base-white);
  --color-link: var(--color-base-white);
}
.section {
  /* stylelint-disable-next-line no-duplicate-selectors */
}
.section--outer.section--layout-0 > .section__inner {
  max-width: var(--container-width);
  padding: var(--spacer-64);
}
.section--outer.section--layout-1 > .section__inner {
  max-width: var(--container-width);
}
.section--outer.section--layout-2 > .section__inner {
  max-width: var(--viewport-width);
}
.section--outer.section--layout-3 {
  padding-left: 0;
  padding-right: 0;
}
.section--outer.section--layout-3 > .section__inner {
  max-width: 100%;
}

:root {
  --spacer-heading: var(--spacer-24);
}

.heading {
  margin-bottom: var(--spacer-heading);
}
.heading:last-child {
  --spacer-heading: 0;
}
.heading--layout-1 .heading__main {
  font-family: var(--heading-font-family);
  font-size: clamp(28px, 20.683px + 1.951vw, 48px);
  line-height: clamp(40px, 34.146px + 1.561vw, 56px);
  font-weight: var(--font-weight-regular);
  letter-spacing: -1.44px;
  color: var(--color-headline);
}
.heading--layout-2 .heading__main {
  font-family: var(--heading-font-family);
  font-size: clamp(20px, 15.61px + 1.171vw, 32px);
  line-height: clamp(24px, 18.146px + 1.561vw, 40px);
  font-weight: var(--font-weight-regular);
  letter-spacing: -1.28px;
  color: var(--color-headline);
}
.heading--layout-3 .heading__main {
  font-family: var(--heading-font-family);
  font-size: clamp(18px, 15.805px + 0.585vw, 24px);
  line-height: clamp(28px, 26.537px + 0.39vw, 32px);
  font-weight: var(--font-weight-medium);
  letter-spacing: -0.96px;
  color: var(--color-headline);
}
.heading--visually-hidden {
  /* 1. Element aus dem Fluss nehmen */
  position: absolute;
  /* 2. Größe auf 1px reduzieren */
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px; /* Zieht das Element aus dem sichtbaren Bereich */
  /* 3. Inhalt verstecken */
  overflow: hidden;
  clip: rect(0, 0, 0, 0); /* Fallback für ältere Browser */
  clip-path: inset(50%); /* Moderner Standard */
  /* 4. Umbrüche verhindern */
  white-space: nowrap;
  border: 0;
}
.heading__title--align-left {
  text-align: left;
}
.heading__title--align-center {
  text-align: center;
}
.heading__title--align-right {
  text-align: right;
}

.heading__subheading {
  color: var(--gray-iron-500, #70707B);
  /* Overline xs/Bold */
  font-family: var(--text-font-family);
  font-size: var(--text-font-size-md, 16px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: var(--text-line-height-md, 24px); /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: var(--spacer-16);
}

.richtext h1 {
  font-family: var(--heading-font-family);
  font-size: clamp(28px, 20.683px + 1.951vw, 48px);
  line-height: clamp(40px, 34.146px + 1.561vw, 56px);
  font-weight: var(--font-weight-regular);
  letter-spacing: -1.44px;
  color: var(--color-blue);
}
.richtext h2 {
  font-family: var(--heading-font-family);
  font-size: clamp(20px, 15.61px + 1.171vw, 32px);
  line-height: clamp(24px, 18.146px + 1.561vw, 40px);
  font-weight: var(--font-weight-regular);
  letter-spacing: -1.28px;
  color: var(--color-blue);
}
.richtext h3 {
  font-family: var(--heading-font-family);
  font-size: clamp(18px, 15.805px + 0.585vw, 24px);
  line-height: clamp(28px, 26.537px + 0.39vw, 32px);
  font-weight: var(--font-weight-medium);
  letter-spacing: -0.96px;
  color: var(--color-blue);
}
.richtext h1 + p, .richtext h1 + ul, .richtext h1 + ol, .richtext h1 + table, .richtext h2 + p, .richtext h2 + ul, .richtext h2 + ol, .richtext h2 + table, .richtext h3 + p, .richtext h3 + ul, .richtext h3 + ol, .richtext h3 + table, .richtext h4 + p, .richtext h4 + ul, .richtext h4 + ol, .richtext h4 + table {
  margin-top: var(--spacer-24);
}
.richtext h1 + h2, .richtext h1 + h3, .richtext h1 + h4, .richtext h2 + h2, .richtext h2 + h3, .richtext h2 + h4, .richtext h3 + h2, .richtext h3 + h3, .richtext h3 + h4, .richtext h4 + h2, .richtext h4 + h3, .richtext h4 + h4 {
  margin-top: var(--spacer-48);
}
.richtext p + p, .richtext p + ul, .richtext p + ol, .richtext p + table, .richtext ul + p, .richtext ul + ul, .richtext ul + ol, .richtext ul + table, .richtext ol + p, .richtext ol + ul, .richtext ol + ol, .richtext ol + table, .richtext table + p, .richtext table + ul, .richtext table + ol, .richtext table + table {
  margin-top: var(--spacer-20);
}
.richtext p + h2, .richtext p + h3, .richtext p + h4, .richtext ul + h2, .richtext ul + h3, .richtext ul + h4, .richtext ol + h2, .richtext ol + h3, .richtext ol + h4, .richtext table + h2, .richtext table + h3, .richtext table + h4 {
  margin-top: var(--spacer-48);
}
@media screen and (min-width: 1024px) {
  :root {
    --display-font-family: 'Overused Grotesk', sans-serif;
    --display-font-size-xxl: 72px;
    --display-line-height-xxl: 80px;
    --display-font-size-xl: 64px;
    --display-line-height-xl: 72px;
    --display-font-size-lg: 48px;
    --display-line-height-lg: 56px;
    --display-font-size-md: 40px;
    --display-line-height-md: 48px;
    --display-font-size-sm: 32px;
    --display-line-height-sm: 40px;
    --display-font-size-xs: 24px;
    --display-line-height-xs: 32px;
    --heading-font-family: 'Overused Grotesk', sans-serif;
    --heading-font-size-xxl: 48px;
    --heading-line-height-xxl: 56px;
    --heading-font-size-xl: 40px;
    --heading-line-height-xl: 48px;
    --heading-font-size-lg: 32px;
    --heading-line-height-lg: 40px;
    --heading-font-size-md: 24px;
    --heading-line-height-md: 32px;
    --heading-font-size-sm: 20px;
    --heading-line-height-sm: 28px;
    --heading-font-size-xs: 18px;
    --heading-line-height-xs: 24px;
    --text-font-family: 'Overused Grotesk', sans-serif;
    --text-font-size-xl: 20px;
    --text-line-height-xl: 32px;
    --text-font-size-lg: 18px;
    --text-line-height-lg: 28px;
    --text-font-size-md: 16px;
    --text-line-height-md: 24px;
    --text-font-size-sm: 14px;
    --text-line-height-sm: 20px;
    --text-font-size-xs: 12px;
    --text-line-height-xs: 16px;
    --font-weight-black: 900;
    --font-weight-bold: 700;
    --font-weight-extra-bold: 800;
    --font-weight-extra-light: 200;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-regular: 400;
    --font-weight-semi-bold: 600;
    --font-weight-thin: 100;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :root {
    --display-font-family: 'Overused Grotesk', sans-serif;
    --display-font-size-xxl: 60px;
    --display-line-height-xxl: 64px;
    --display-font-size-xl: 56px;
    --display-line-height-xl: 60px;
    --display-font-size-lg: 40px;
    --display-line-height-lg: 48px;
    --display-font-size-md: 32px;
    --display-line-height-md: 40px;
    --display-font-size-sm: 28px;
    --display-line-height-sm: 32px;
    --display-font-size-xs: 20px;
    --display-line-height-xs: 24px;
    --heading-font-family: 'Overused Grotesk', sans-serif;
    --heading-font-size-xxl: 40px;
    --heading-line-height-xxl: 48px;
    --heading-font-size-xl: 32px;
    --heading-line-height-xl: 40px;
    --heading-font-size-lg: 28px;
    --heading-line-height-lg: 32px;
    --heading-font-size-md: 20px;
    --heading-line-height-md: 24px;
    --heading-font-size-sm: 18px;
    --heading-line-height-sm: 24px;
    --heading-font-size-xs: 16px;
    --heading-line-height-xs: 20px;
    --text-font-family: 'Overused Grotesk', sans-serif;
    --text-font-size-xl: 18px;
    --text-line-height-xl: 28px;
    --text-font-size-lg: 16px;
    --text-line-height-lg: 24px;
    --text-font-size-md: 14px;
    --text-line-height-md: 20px;
    --text-font-size-sm: 14px;
    --text-line-height-sm: 20px;
    --text-font-size-xs: 12px;
    --text-line-height-xs: 16px;
    --font-weight-black: 900;
    --font-weight-bold: 700;
    --font-weight-extra-bold: 800;
    --font-weight-extra-light: 200;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-regular: 400;
    --font-weight-semi-bold: 600;
    --font-weight-thin: 100;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --display-font-family: 'Overused Grotesk', sans-serif;
    --display-font-size-xxl: 40px;
    --display-line-height-xxl: 48px;
    --display-font-size-xl: 32px;
    --display-line-height-xl: 40px;
    --display-font-size-lg: 24px;
    --display-line-height-lg: 32px;
    --display-font-size-md: 20px;
    --display-line-height-md: 28px;
    --display-font-size-sm: 18px;
    --display-line-height-sm: 24px;
    --display-font-size-xs: 16px;
    --display-line-height-xs: 20px;
    --heading-font-family: 'Overused Grotesk', sans-serif;
    --heading-font-size-xxl: 28px;
    --heading-line-height-xxl: 40px;
    --heading-font-size-xl: 24px;
    --heading-line-height-xl: 32px;
    --heading-font-size-lg: 20px;
    --heading-line-height-lg: 24px;
    --heading-font-size-md: 18px;
    --heading-line-height-md: 28px;
    --heading-font-size-sm: 16px;
    --heading-line-height-sm: 20px;
    --heading-font-size-xs: 14px;
    --heading-line-height-xs: 16px;
    --text-font-family: 'Overused Grotesk', sans-serif;
    --text-font-size-xl: 16px;
    --text-line-height-xl: 24px;
    --text-font-size-lg: 14px;
    --text-line-height-lg: 20px;
    --text-font-size-md: 14px;
    --text-line-height-md: 20px;
    --text-font-size-sm: 12px;
    --text-line-height-sm: 16px;
    --text-font-size-xs: 12px;
    --text-line-height-xs: 16px;
    --font-weight-black: 900;
    --font-weight-bold: 700;
    --font-weight-extra-bold: 800;
    --font-weight-extra-light: 200;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-regular: 400;
    --font-weight-semi-bold: 600;
    --font-weight-thin: 100;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-width: 991px) {
  .background-container.section--variant__background-image-right > .section__inner, .background-container.section--variant__background-image-left > .section__inner {
    flex-direction: column;
  }
  .background-container.section--variant__background-image-right .background-container__media, .background-container.section--variant__background-image-left .background-container__media {
    width: 100%;
    flex: none;
    aspect-ratio: 4/3;
  }
  .background-container.theme-background-image .background-container__media {
    height: 600px;
  }
  .background-container.theme-background-image .background-container__content {
    margin-top: -80px;
    padding: 0 0 var(--spacer-72);
  }
}
@media (max-width: 1399px) {
  .background-container.theme-background-image .background-container__media {
    height: 720px;
  }
  .background-container.theme-background-image .background-container__content {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .background-container.theme-background-image .background-container__media {
    height: 420px;
  }
  .background-container.theme-background-image .background-container__content {
    margin-top: -40px;
    padding: 0 0 var(--spacer-48);
  }
  .hero-slider {
    aspect-ratio: 375/814;
  }
  .hero-slider__caption-container {
    margin-left: var(--spacer-32);
    margin-right: var(--spacer-32);
    margin-bottom: 40px;
    align-self: flex-end;
    width: 100%;
  }
  .hero-slider__caption {
    width: 100%;
    height: 310px;
    min-height: 300px;
    padding: 24px;
    aspect-ratio: 1;
  }
}
@media (max-width: 768px) {
  .textimage {
    grid-template-columns: 1fr;
  }
  .textimage--image-right .textimage__media {
    order: 1;
  }
  .textimage--image-right .textimage__content {
    order: 2;
  }
  .textimage__figure {
    gap: var(--spacer-12);
  }
  .textimage__image {
    height: 351px;
  }
  .textimage__content {
    gap: var(--spacer-20);
    padding: var(--spacer-32);
  }
  .textimage__body {
    gap: var(--spacer-20);
  }
  .textimage__title {
    font-size: var(--display-font-size-md);
    line-height: var(--display-line-height-md);
  }
  .textimage__text {
    font-size: var(--text-font-size-md);
    line-height: var(--text-line-height-md);
  }
  .footer__col-list {
    grid-template-columns: 1fr;
  }
  .footer__col--child-1 {
    grid-column: span 1;
  }
  .footer__col--child-1 .footer__list {
    grid-template-columns: 1fr;
  }
  .footer__list-item--break {
    grid-column: 1;
    grid-row: auto;
  }
  .footer__bar {
    grid-template-columns: 1fr;
    justify-items: left;
    text-align: left;
    gap: var(--spacer-32);
    padding: var(--spacer-32) 0;
  }
  .footer__logo-link {
    order: 1;
    align-items: normal;
  }
  .footer__logo-link--right {
    justify-self: left;
    order: 3;
  }
  .footer__meta {
    order: 2;
    gap: var(--spacer-16);
    align-items: normal;
  }
  .footer__copyright {
    white-space: normal;
  }
  .footer__meta-list {
    flex-direction: column;
    gap: var(--spacer-8);
  }
  .footer__disclaimer {
    padding: var(--spacer-32) 0;
  }
  .footer__disclaimer-text {
    text-align: left;
  }
  .product-teaser {
    flex-direction: column;
    gap: var(--spacer-20);
    width: 100%;
  }
  .product-teaser__visual {
    width: 100%;
    height: 351px;
    padding: var(--spacer-32);
  }
  .product-teaser__headline {
    font-size: var(--display-font-size-md);
    line-height: var(--display-line-height-md);
  }
  .product-teaser__content {
    padding: var(--spacer-32);
    gap: var(--spacer-12);
  }
  .product-teaser__body {
    gap: var(--spacer-20);
  }
  .product-teaser__title {
    font-size: var(--display-font-size-sm);
    line-height: var(--display-line-height-sm);
  }
  .product-teaser__text {
    font-size: var(--text-font-size-md);
    line-height: var(--text-line-height-md);
  }
  .single-news {
    padding: var(--spacer-20) var(--spacer-32);
  }
  .single-news__inner {
    gap: var(--spacer-20);
    align-items: flex-start;
  }
  .single-news__date {
    padding-right: var(--spacer-20);
  }
  .single-news__month {
    font-size: 18px;
    line-height: 1.5555555556em;
  }
  .single-news__day {
    font-size: 32px;
    line-height: 1.25em;
  }
  .single-news__text {
    font-size: 16px;
    line-height: 1.5em;
  }
  .single-news__link {
    font-size: 16px;
    line-height: 1.5em;
  }
  .news {
    flex-direction: column;
  }
  .news:has(.news__item:hover) .news__image-img, .news:has(.news__item-link:focus-visible) .news__image-img {
    opacity: 1;
  }
  .news__image {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .news__image-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .news__image-img:not(:first-child) {
    display: none;
  }
  .news__content {
    gap: var(--spacer-20);
  }
  .news__title {
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
  }
  .news__item-link {
    padding: var(--spacer-20) 0;
  }
  .news__item:first-child .news__item-link {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .navigation {
    position: fixed;
    top: 0;
    z-index: 20;
  }
  .navigation__menu {
    padding: var(--spacer-12);
  }
  .navigation__menu .navigation__action-link--login {
    display: flex;
    justify-content: space-between;
    margin: 0 var(--spacer-32);
  }
  .navigation__menu-inner {
    padding: var(--spacer-32);
  }
  .navigation--open .navigation__menu {
    height: calc(100dvh - var(--nav-menu-height));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--spacer-32);
  }
  .navigation__level-1 {
    gap: var(--spacer-8);
  }
  .navigation__level-1-toggle {
    display: block;
  }
  .navigation__level-1-item {
    justify-content: space-between;
  }
  .navigation__level-1-link, .navigation__level-2-link {
    padding: var(--spacer-16);
  }
  .navigation__level-2 {
    display: none;
    background-color: var(--nav-menu-bg);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    gap: var(--spacer-8);
  }
  .navigation__level-2--visible {
    pointer-events: auto;
    opacity: 1;
    display: flex;
    flex-direction: column;
  }
  .navigation__action-link--login, .navigation__action-link--contact {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .navigation__level-1-link {
    padding: var(--spacer-16) var(--spacer-80) var(--spacer-16) var(--spacer-24);
    margin-right: var(--spacer-16);
  }
  .navigation__level-2-link {
    padding: var(--spacer-16) var(--spacer-24) var(--spacer-16) var(--spacer-16);
    margin-right: 0;
    margin-left: var(--spacer-80);
  }
  .navigation__level-1-toggle, .navigation__level-2-header {
    display: none;
  }
  .navigation__level-1-col {
    border-right: 2px solid var(--nav-border);
    padding: var(--spacer-24) 0 var(--spacer-24) var(--spacer-80);
  }
  .navigation__menu .navigation__action-link--login {
    display: none;
  }
  .navigation__menu-inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: var(--spacer-40) 0 var(--spacer-56);
  }
  .navigation__level-2 {
    list-style: none;
    margin: 0;
    padding: var(--spacer-24) var(--spacer-80) var(--spacer-24) 0;
    opacity: 0;
    display: none;
    flex-direction: column;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .navigation__level-2--visible {
    pointer-events: auto;
    opacity: 1;
    display: block;
  }
  .navigation__level-2-col .navigation__level-2 {
    display: flex;
  }
  .navigation__action-link--login {
    display: flex;
  }
}
@media (min-width: 768px) {
  .key-facts__list {
    gap: 24px;
  }
  .section--variant__keyfact-two-column .key-facts__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section--variant__keyfact-three-column .key-facts__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .teaser-cards__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section--variant__variant__text-intro .section__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .hero-slider__caption-container {
    margin-left: 10%;
  }
}

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