@charset "UTF-8";
/* Breakpoints */
.stack-top {
  padding-top: var(--modul-spacing);
}

.stack-bottom {
  padding-bottom: var(--modul-spacing);
}

/* Global */
:root {
  --base-font-size: 10;
  --typo-headline-font: HyundaiSansHead, sans-serif;
  --typo-copy-font: HyundaiSansText, sans-serif;
  --typo-headline-bold-weight: 700;
  --typo-copy-regular-weight: 400;
  --spacer-1: 2px;
  --spacer-2: 4px;
  --spacer-3: 8px;
  --spacer-4: 16px;
  --spacer-6: 32px;
  --spacer-7: 40px;
  --spacer-8: 48px;
  --spacer-9: 56px;
  --spacer-11: 72px;
  --spacer-12: 80px;
  --spacer-13: 88px;
  --spacer-14: 104px;
  --spacer-15: 112px;
  --spacer-16: 120px;
  --spacer-10: 64px;
  --spacer-17: 144px;
  --spacer-5: 24px;
  --spacer-18: 160px;
  --spacer-19: 20px;
  --palette-opacity-white: rgba(255, 255, 255, 1);
  --palette-opacity-black: rgba(0, 0, 0, 1);
  --palette-grey-1: rgba(234, 234, 235, 1);
  --palette-grey-2: rgba(206, 206, 208, 1);
  --palette-grey-3: rgba(105, 105, 110, 1);
  --palette-grey-4: rgba(83, 83, 86, 1);
  --palette-grey-5: rgba(37, 37, 39, 1);
  --palette-grey-6: rgba(18, 20, 22, 1);
  --icon-size-s: 16px;
  --icon-size-m: 24px;
  --icon-size-l: 32px;
  --palette-other-red: rgba(230, 51, 18, 1);
  --palette-other-green: rgba(0, 255, 29, 1);
  --palette-opacity-white-60: rgba(255, 255, 255, 0.6);
  --palette-opacity-white-30: rgba(255, 255, 255, 0.3);
  --typo-copy-bold-weight: 500;
  --typo-headline-regular-weight: 500;
  --palette-other-yellow: rgba(236, 142, 1, 1);
  --palette-other-blue: rgba(62, 142, 234, 1);
  --palette-other-blue-30: rgba(226, 237, 255, 1);
  --palette-other-red-light: rgba(255, 76, 42, 1);
  --palette-hyundai-blue: rgba(0, 44, 95, 1);
  --palette-sand-sand: rgba(228, 220, 211, 1);
  --palette-sand-sand-light: rgba(246, 243, 242, 1);
  --palette-progressive-blue: rgba(0, 170, 210, 1);
  --palette-active-red: rgba(230, 51, 18, 1);
  --palette-performance-blue: rgba(170, 202, 230, 1);
  --palette-hyundai-blue-light: rgba(0, 60, 120, 1);
  --palette-active-red-light: rgba(255, 76, 42, 1);
  --palette-opacity-black-60: rgba(0, 0, 0, 0.6);
  --palette-opacity-black-30: rgba(0, 0, 0, 0.3);
  --palette-progressive-blue-wcag: rgba(0, 121, 148, 1);
  --palette-grey-50: rgba(127, 127, 133, 1);
  --palette-grey-30: rgba(183, 183, 186, 1);
  --palette-grey-80: rgba(58, 58, 60, 1);
  --palette-grey-20: rgba(206, 206, 208, 1);
  --palette-grey-0: rgba(255, 255, 255, 1);
  --palette-grey-10: rgba(234, 234, 235, 1);
  --palette-grey-100: rgba(18, 20, 22, 1);
  --palette-grey-60: rgba(105, 105, 110, 1);
  --palette-grey-40: rgba(146, 146, 150, 1);
  --palette-grey-90: rgba(37, 37, 39, 1);
  --palette-grey-70: rgba(83, 83, 86, 1);
  --palette-grey-88: rgba(224, 224, 224, 1);
  --palette-primary-40: rgba(150, 162, 192, 1);
  --palette-primary-20: rgba(203, 211, 225, 1);
  --palette-primary-10: rgba(224, 229, 237, 1);
  --palette-primary-60: rgba(96, 112, 151, 1);
  --palette-primary-5: rgba(237, 239, 242, 1);
  --palette-primary-30: rgba(180, 192, 212, 1);
  --palette-primary-2: rgba(247, 248, 250, 1);
  --palette-primary-1: rgba(250, 251, 252, 1);
  --palette-primary-50: rgba(126, 139, 173, 1);
  --palette-primary-80: rgba(49, 67, 114, 1);
  --palette-primary-90: rgba(38, 56, 102, 1);
  --palette-primary-100: rgba(0, 44, 95, 1);
  --palette-primary-70: rgba(73, 90, 136, 1);
  --palette-primary-0: rgba(255, 255, 255, 1);
  --palette-secondary-70: rgba(0, 170, 210, 1);
  --palette-secondary-40: rgba(117, 216, 240, 1);
  --palette-secondary-60: rgba(25, 187, 225, 1);
  --palette-secondary-50: rgba(81, 206, 236, 1);
  --palette-secondary-20: rgba(202, 242, 252, 1);
  --palette-secondary-30: rgba(163, 228, 245, 1);
  --palette-secondary-10: rgba(224, 249, 255, 1);
  --palette-secondary-80: rgba(0, 144, 178, 1);
  --palette-secondary-100: rgba(0, 33, 41, 1);
  --palette-secondary-90: rgba(0, 103, 128, 1);
  --palette-secondary-5: rgba(240, 252, 255, 1);
  --palette-secondary-0: rgba(255, 255, 255, 1);
  --palette-tertiary-0: rgba(255, 255, 255, 1);
  --palette-alert-red: rgba(230, 51, 18, 1);
  --palette-alert-blue: rgba(62, 142, 234, 1);
  --palette-other-lime: rgba(85, 194, 167, 1);
  --palette-opacity-elevation-20: rgba(18, 20, 22, 0.2);
  --palette-opacity-elevation-12: rgba(18, 20, 22, 0.12);
  --palette-opacity-elevation-40: rgba(18, 20, 22, 0.4);
  --palette-opacity-elevation-10: rgba(18, 20, 22, 0.1);
  --palette-opacity-elevation-14: rgba(18, 20, 22, 0.14);
  --palette-opacity-elevation-11: rgba(18, 20, 22, 0.11);
  --icon-size-xl: 48px;
  --palette-active-red-wcag: rgba(236, 56, 24, 1);
  --palette-sand-sand-dark: rgba(201, 194, 186, 1);
  --palette-sand-sand-medium: rgba(219, 217, 216, 1);
  /* S → Mobile */
  /* M → Tablet */
  /* L → Desktop */
  /* XL → Widescreen */
}
@media (min-width: 320px) {
  :root {
    --border-radius-s: 4px;
    --border-radius-m: 8px;
    --border-radius-l: 16px;
    --spacing-s: 32px;
    --spacing-m: 48px;
    --spacing-l: 64px;
    --spacing-xl: 80px;
    --viewport-min: 320px;
    --viewport-max: 767px;
    --viewport-default: 375px;
    --viewport-name: Mobile;
    --spacing-xxs: 4px;
    --grid-narrow-margin: 16px;
    --grid-narrow-gutter: 8px;
    --grid-narrow-content-min: 288px;
    --grid-narrow-content-max: 720px;
    --grid-standard-margin: 20px;
    --grid-standard-gutter: 20px;
    --grid-standard-content-min: 280px;
    --grid-standard-content-max: 727px;
    --grid-wide-gutter: 8px;
    --grid-wide-content-min: 320px;
    --grid-wide-content-max: 767px;
    --grid-section-gap: 64px;
    --grid-section-padding: 48px;
    --grid-row-gap: 48px;
    --grid-columns: 4;
    --border-radius-xs: 2px;
    --spacing-xs: 16px;
    --spacing-xxl: 104px;
    --typo-h1-size: 32px;
    --typo-h2-size: 28px;
    --typo-h3-size: 26px;
    --typo-h4-size: 22px;
    --typo-h5-size: 20px;
    --typo-h6-size: 16px;
    --typo-copy-xl-weight: 400;
    --typo-copy-xl-size: 24px;
    --typo-copy-l-weight: 400;
    --typo-copy-l-size: 16px;
    --typo-copy-m-weight: 400;
    --typo-copy-m-size: 16px;
    --typo-copy-s-size: 14px;
    --typo-copy-xs-size: 12px;
    --typo-copy-xxs-size: 10px;
    --typo-interactive-l-size: 16px;
    --typo-interactive-m-size: 16px;
    --typo-interactive-s-size: 14px;
    --typo-pricing-size: 20px;
    --typo-navigation-size: 16px;
  }
}
@media (min-width: 768px) {
  :root {
    --border-radius-s: 4px;
    --border-radius-m: 8px;
    --border-radius-l: 16px;
    --spacing-s: 40px;
    --spacing-m: 56px;
    --spacing-l: 72px;
    --spacing-xl: 88px;
    --viewport-min: 768px;
    --viewport-max: 1024px;
    --viewport-default: 1024px;
    --viewport-name: Tablet;
    --spacing-xxs: 8px;
    --grid-narrow-margin: 16px;
    --grid-narrow-gutter: 8px;
    --grid-narrow-content-min: 720px;
    --grid-narrow-content-max: 720px;
    --grid-standard-margin: 80px;
    --grid-standard-gutter: 20px;
    --grid-standard-content-min: 728px;
    --grid-standard-content-max: 864px;
    --grid-wide-gutter: 8px;
    --grid-wide-content-min: 768px;
    --grid-wide-content-max: 1024px;
    --grid-section-gap: 72px;
    --grid-section-padding: 56px;
    --grid-row-gap: 56px;
    --grid-columns: 4;
    --border-radius-xs: 2px;
    --spacing-xs: 24px;
    --spacing-xxl: 112px;
    --typo-h1-size: 48px;
    --typo-h2-size: 40px;
    --typo-h3-size: 32px;
    --typo-h4-size: 24px;
    --typo-h5-size: 20px;
    --typo-h6-size: 18px;
    --typo-copy-xl-weight: 400;
    --typo-copy-xl-size: 24px;
    --typo-copy-l-weight: 400;
    --typo-copy-l-size: 16px;
    --typo-copy-m-weight: 400;
    --typo-copy-m-size: 16px;
    --typo-copy-s-size: 14px;
    --typo-copy-xs-size: 12px;
    --typo-copy-xxs-size: 10px;
    --typo-interactive-l-size: 16px;
    --typo-interactive-m-size: 16px;
    --typo-interactive-s-size: 14px;
    --typo-pricing-size: 20px;
    --typo-navigation-size: 16px;
  }
}
@media (min-width: 1024px) {
  :root {
    --border-radius-s: 4px;
    --border-radius-m: 8px;
    --border-radius-l: 16px;
    --spacing-s: 40px;
    --spacing-m: 56px;
    --spacing-l: 72px;
    --spacing-xl: 88px;
    --viewport-min: 1025px;
    --viewport-max: 1440px;
    --viewport-default: 1440px;
    --viewport-name: Desktop;
    --spacing-xxs: 8px;
    --grid-narrow-margin: 32px;
    --grid-narrow-gutter: 16px;
    --grid-narrow-content-min: 720px;
    --grid-narrow-content-max: 720px;
    --grid-standard-margin: 112px;
    --grid-standard-gutter: 24px;
    --grid-standard-content-min: 865px;
    --grid-standard-content-max: 1216px;
    --grid-wide-gutter: 16px;
    --grid-wide-content-min: 1025px;
    --grid-wide-content-max: 1440px;
    --grid-section-gap: 72px;
    --grid-section-padding: 56px;
    --grid-row-gap: 56px;
    --grid-columns: 12;
    --border-radius-xs: 2px;
    --spacing-xs: 24px;
    --spacing-xxl: 112px;
    --typo-h1-size: 88px;
    --typo-h2-size: 64px;
    --typo-h3-size: 40px;
    --typo-h4-size: 32px;
    --typo-h5-size: 28px;
    --typo-h6-size: 18px;
    --typo-copy-xl-weight: 400;
    --typo-copy-xl-size: 40px;
    --typo-copy-l-weight: 400;
    --typo-copy-l-size: 20px;
    --typo-copy-m-weight: 400;
    --typo-copy-m-size: 16px;
    --typo-copy-s-size: 14px;
    --typo-copy-xs-size: 14px;
    --typo-copy-xxs-size: 12px;
    --typo-interactive-l-size: 20px;
    --typo-interactive-m-size: 16px;
    --typo-interactive-s-size: 14px;
    --typo-pricing-size: 28px;
    --typo-navigation-size: 16px;
  }
}
@media (min-width: 1440px) {
  :root {
    --border-radius-s: 3px;
    --border-radius-m: 8px;
    --border-radius-l: 16px;
    --spacing-s: 48px;
    --spacing-m: 64px;
    --spacing-l: 80px;
    --spacing-xl: 104px;
    --viewport-min: 1441px;
    --viewport-max: 2560px;
    --viewport-default: 1920px;
    --viewport-name: Widescreen;
    --spacing-xxs: 16px;
    --grid-narrow-margin: 32px;
    --grid-narrow-gutter: 16px;
    --grid-narrow-content-min: 720px;
    --grid-narrow-content-max: 720px;
    --grid-standard-margin: 156px;
    --grid-standard-gutter: 32px;
    --grid-standard-content-min: 1217px;
    --grid-standard-content-max: 1608px;
    --grid-wide-gutter: 16px;
    --grid-wide-content-min: 1441px;
    --grid-wide-content-max: 9999px;
    --grid-section-gap: 80px;
    --grid-section-padding: 64px;
    --grid-row-gap: 64px;
    --grid-columns: 12;
    --border-radius-xs: 2px;
    --spacing-xs: 32px;
    --spacing-xxl: 120px;
    --typo-h1-size: 112px;
    --typo-h2-size: 72px;
    --typo-h3-size: 48px;
    --typo-h4-size: 40px;
    --typo-h5-size: 28px;
    --typo-h6-size: 22px;
    --typo-copy-xl-weight: 400;
    --typo-copy-xl-size: 48px;
    --typo-copy-l-weight: 400;
    --typo-copy-l-size: 24px;
    --typo-copy-m-weight: 400;
    --typo-copy-m-size: 16px;
    --typo-copy-s-size: 14px;
    --typo-copy-xs-size: 14px;
    --typo-copy-xxs-size: 12px;
    --typo-interactive-l-size: 24px;
    --typo-interactive-m-size: 16px;
    --typo-interactive-s-size: 14px;
    --typo-pricing-size: 28px;
    --typo-navigation-size: 16px;
  }
}

@font-face {
  font-family: "HyundaiSansHead";
  src: url("../../../etc.clientlibs/hyundai-wwn3/clientlibs/main/resources/fonts/Hyundai/Hyundai/HyundaiSansHead-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "HyundaiSansHead";
  src: url("../../../etc.clientlibs/hyundai-wwn3/clientlibs/main/resources/fonts/Hyundai/HyundaiSansHead-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "HyundaiSansHead";
  src: url("../../../etc.clientlibs/hyundai-wwn3/clientlibs/main/resources/fonts/Hyundai/HyundaiSansHead-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "HyundaiSansHead";
  src: url("../../../etc.clientlibs/hyundai-wwn3/clientlibs/main/resources/fonts/Hyundai/HyundaiSansHead-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "HyundaiSansText";
  src: url("../../../etc.clientlibs/hyundai-wwn3/clientlibs/main/resources/fonts/Hyundai/HyundaiSansText-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "HyundaiSansText";
  src: url("../../../etc.clientlibs/hyundai-wwn3/clientlibs/main/resources/fonts/Hyundai/HyundaiSansText-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "HyundaiSansText";
  src: url("../../../etc.clientlibs/hyundai-wwn3/clientlibs/main/resources/fonts/Hyundai/HyundaiSansText-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "iconfont1.0.231-SNAPSHOT";
  src: url("../../../etc.clientlibs/hyundai-wwn3/clientlibs/main/resources/fonts/iconfont/iconfont1.0.231-SNAPSHOT.woff2") format("woff2");
}
/* stylelint-disable scss/percent-placeholder-pattern */
/* Typography */
.copy_l,
.copy_l * {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-copy-regular-weight);
  font-size: var(--typo-copy-l-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_l em,
.copy_l_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-copy-l-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_m,
.copy_m * {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-copy-regular-weight);
  font-size: var(--typo-copy-m-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_m em,
.copy_m_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-copy-m-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_s,
.copy_s * {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-copy-regular-weight);
  font-size: var(--typo-copy-s-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_s em,
.copy_s_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-copy-s-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_x_xs,
.copy_x_xs * {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-copy-regular-weight);
  font-size: var(--typo-copy-xxs-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_x_xs em,
.copy_x_xs_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-copy-xxs-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_xl,
.copy_xl * {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-copy-xl-weight);
  font-size: var(--typo-copy-xl-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_xl em,
.copy_xl_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-regular-weight);
  font-size: var(--typo-copy-xl-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_xs,
.copy_xs * {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-copy-regular-weight);
  font-size: var(--typo-copy-xs-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.copy_xs em,
.copy_xs_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-copy-xs-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.h1,
.h1 * {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-regular-weight);
  font-size: var(--typo-h1-size);
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  font-optical-sizing: auto;
}

.h1 em,
.h1_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-regular-weight);
  font-size: var(--typo-h1-size);
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  font-optical-sizing: auto;
}

.h2,
.h2 * {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-regular-weight);
  font-size: var(--typo-h2-size);
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  font-optical-sizing: auto;
}

.h2 em,
.h2_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-regular-weight);
  font-size: var(--typo-h2-size);
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  font-optical-sizing: auto;
}

.h3,
.h3 * {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-regular-weight);
  font-size: var(--typo-h3-size);
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  font-optical-sizing: auto;
}

.h3 em,
.h3_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-h3-size);
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  font-optical-sizing: auto;
}

.h4,
.h4 * {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-regular-weight);
  font-size: var(--typo-h4-size);
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  font-optical-sizing: auto;
}

.h4 em,
.h4_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-h4-size);
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  font-optical-sizing: auto;
}

.h5,
.h5 * {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-regular-weight);
  font-size: var(--typo-h5-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.h5 em,
.h5_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-h5-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.h6,
.h6 * {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-regular-weight);
  font-size: var(--typo-h6-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.h6 em,
.h6_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-h6-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.interactive_l {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-copy-bold-weight);
  font-size: var(--typo-interactive-l-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.interactive_m {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-copy-bold-weight);
  font-size: var(--typo-interactive-m-size);
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  font-optical-sizing: auto;
}

.interactive_s {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-copy-bold-weight);
  font-size: var(--typo-interactive-s-size);
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  font-optical-sizing: auto;
}

.navigation {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-copy-regular-weight);
  font-size: var(--typo-navigation-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.navigation_em {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-navigation-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.pricing {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-copy-regular-weight);
  font-size: var(--typo-pricing-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

.pricing_em {
  font-family: var(--typo-headline-font);
  font-weight: var(--typo-headline-bold-weight);
  font-size: var(--typo-pricing-size);
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-optical-sizing: auto;
}

/* extended classes based on the syszygy typography placeholders */
.text {
  color: var(--colors-text-copy);
  text-wrap-style: balance;
  /* TODO clarify if this can not be defined less general but dedicated for disclaimers
  disclaimer indicator as last element should not break to another line <sup>1</sup> */
}
.text em {
  color: var(--colors-text-primary-highlight);
}
.text sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0.7;
}
.text sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0.7;
}
.text:has(sup:last-child) div:last-of-type,
.text:has(sup:last-child) p:last-of-type,
.text:has(sup:last-child) em:last-of-type {
  display: inline;
}
.text:has(sup:last-child) sup {
  display: inline;
}

.pip25-tab-navigation__more-info a:hover,
.pip25-tab-navigation__more-info a:hover span {
  font-family: unset;
  text-decoration: none;
}
.pip25-tab-navigation__item a,
.pip25-tab-navigation__item a:hover {
  color: var(--colors-text-copy);
  font-family: inherit;
}
.pip25-tab-navigation .tooltip__trigger {
  max-height: 32px;
  height: 32px;
  max-width: 32px;
  width: 32px;
}
.pip25-tab-navigation .tooltip__trigger .icon {
  width: 32px;
  height: 32px;
}
.pip25-tab-navigation .tooltip__trigger .icon-content {
  font-size: var(--icon-size-s);
  line-height: var(--icon-size-s);
  min-width: var(--icon-size-s);
  width: var(--icon-size-s);
  height: var(--icon-size-s);
}

.r-header {
  background: white;
}

.c-skip-nav {
  z-index: 999999 !important;
}

.generic-stage sup {
  vertical-align: super;
  font-size: 0.65em;
}
.generic-stage__price-subline .tooltip__trigger {
  transform: scale(0.8);
  position: absolute;
  top: -12px;
  left: -6px;
}
.generic-stage .button,
.generic-stage a:visited span,
.generic-stage a:hover span {
  font-family: var(--typo-copy-font);
  text-decoration: none;
}

body .tooltip__trigger:focus {
  outline: unset !important;
}

body .tooltip__trigger:focus-visible {
  outline: 2px auto #f60 !important;
}

.copy-teaser__button:hover, .copy-teaser__button:hover span, .copy-teaser__link:hover, .copy-teaser__link:hover span {
  font-family: var(--typo-copy-font);
  text-decoration: none;
}
.copy-teaser__button:visited span {
  font-family: var(--typo-copy-font);
  font-weight: var(--typo-copy-bold-weight);
}

.media-copy__button,
.media-copy a:hover,
.media-copy a:hover span {
  font-family: unset;
  text-decoration: none;
}

.pip25-grid {
  padding: 0 var(--grid-standard-margin);
}

.pip25-grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  grid-gap: var(--grid-standard-gutter);
}

.pip25-grid {
  /* For components that use all the columns of the grid25 */
}
.pip25-grid__fullsize {
  grid-column: 1/5;
}
@media (min-width: 1024px) {
  .pip25-grid__fullsize {
    grid-column: 1/13;
  }
}

.line {
  clip-path: polygon(0 var(--mask-top, 0), 100% var(--mask-top, 0), 100% var(--mask-bottom, 50%), 0 var(--mask-bottom, 50%));
  opacity: 0;
}

body.pip {
  background-color: var(--colors-background-default);
  color: var(--colors-text-copy);
}
body.pip em {
  font-style: normal;
  font-weight: inherit;
}