:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-flux-red: #e3000f;
  --color-red: #850b0f;
  --color-medium-red: #c8000d;
  --color-flux-blue: #0066aa;
  --color-dark-gray: #828282;
  --color-medium-gray: #bebebe;
  --color-gray-blue: #e3e6e9;
  --color-light-gray: #f6f6f6;
  --color-green: #079428;
  --color-sales-red: #880002;
  --font-family-base: "Corporate S", sans-serif;
  --font-family-icons: "Icons";
  --font-size-4xl: 3.5rem;
  --font-size-xxxl: 2.5rem;
  --font-size-xxl: 1.75rem;
  --font-size-xl: 1.3125rem;
  --font-size-l: 1.3125rem;
  --font-size-m: 1rem;
  --font-size-s: 0.875rem;
  --font-size-xs: 0.75rem;
  --line-height-xl: 140%;
  --line-height-l: 120%;
  --line-height-m: 110%;
  --line-height-s: 100%;
  --letter-spacing-narrow: -0.02em;
  --letter-spacing-wide: 0.01em;
  --z-index-offcanvas: 120;
  --z-index-header: 115;
  --z-index-flyout: 110;
  --z-index-backdrop: 100;
  --max-width-container: 120rem;
  --max-width-container-small: 94rem;
  --container-padding-x: 2rem;
  --container-small-padding-x: 2rem;
}

@media (max-width: 768px) {
  :root {
    --font-size-4xl: 2.25rem;
    --font-size-xxxl: 1.875rem;
    --font-size-xxl: 1.625rem;
    --font-size-xl: 1.25rem;
    --font-size-l: 1.25rem;
    --font-size-m: 0.9375rem;
    --font-size-s: 0.9375rem;
    --font-size-xs: 0.8125rem;
    --container-padding-x: 1rem;
    --container-small-padding-x: 1rem;
  }
}
@font-face {
  font-style: normal;
  font-weight: 800;
  src: url("../assets/fonts/corporate-s/CorporateS-ExtraBold.woff2") format("woff2");
  font-family: "Corporate S";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/corporate-s/CorporateS-Bold.woff2") format("woff2");
  font-family: "Corporate S";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/corporate-s/CorporateS-Medium.woff2") format("woff2");
  font-family: "Corporate S";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/corporate-s/CorporateS-Regular.woff2") format("woff2");
  font-family: "Corporate S";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/corporate-s/CorporateS-Light.woff2") format("woff2");
  font-family: "Corporate S";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/icons/Icons.woff2") format("woff2");
  font-family: "Icons";
  font-display: block;
}
.icon,
[class^=icon-],
[class*=" icon-"] {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* Use !important to prevent extensions from overriding this font. */
  font-family: "Icons" !important;
  text-transform: none;
}

.icon-instagram:before {
  content: "\f028";
}

.icon-linkedin:before {
  content: "\f029";
}

.icon-facebook:before {
  content: "\f02a";
}

.icon-youtube:before {
  content: "\f02b";
}

.icon-xing:before {
  content: "\f02c";
}

.icon-chevron-left-20:before {
  content: "\f00d";
}

.icon-chevron-right-20:before {
  content: "\f011";
}

.icon-check-20:before {
  content: "\f012";
}

.icon-headphone-20:before {
  content: "\f013";
}

.icon-download-20:before {
  content: "\f014";
}

.icon-shield-20:before {
  content: "\f015";
}

.icon-book-20:before {
  content: "\f016";
}

.icon-monitor-20:before {
  content: "\f017";
}

.icon-help-20:before {
  content: "\f018";
}

.icon-rotate-20:before {
  content: "\f019";
}

.icon-users-20:before {
  content: "\f01a";
}

.icon-leaf-20:before {
  content: "\f01b";
}

.icon-briefcase-20:before {
  content: "\f01c";
}

.icon-newspaper-20:before {
  content: "\f01d";
}

.icon-calendar-20:before {
  content: "\f01e";
}

.icon-lightbulb-20:before {
  content: "\f01f";
}

.icon-menu-20:before {
  content: "\f020";
}

.icon-envelope-20:before {
  content: "\f021";
}

.icon-close-20:before {
  content: "\f022";
}

.icon-arrow-left-20:before {
  content: "\f023";
}

.icon-plus-20:before {
  content: "\f024";
}

.icon-minus-20:before {
  content: "\f025";
}

.icon-chevron-down-20:before {
  content: "\f026";
}

.icon-chevron-up-20:before {
  content: "\f027";
}

.icon-arrow-right-20:before {
  content: "\f010";
}

.icon-file-20:before {
  content: "\f02f";
}

.icon-maximize-20:before {
  content: "\f030";
}

.icon-map-marker-20:before {
  content: "\f031";
}

.icon-award-20:before {
  content: "\f032";
}

.icon-heart-20:before {
  content: "\f033";
}

.icon-target-20:before {
  content: "\f034";
}

.icon-clock-20:before {
  content: "\f035";
}

.icon-folder-open-20:before {
  content: "\f036";
}

.icon-trending-up-20:before {
  content: "\f037";
}

.icon-tool-20:before {
  content: "\f038";
}

.icon-ruler-20:before {
  content: "\f039";
}

.icon-video-20:before {
  content: "\f03a";
}

.icon-clipboard-16:before {
  content: "\f001";
}

.icon-shopping-cart-16:before {
  content: "\f002";
}

.icon-user-16:before {
  content: "\f003";
}

.icon-search-16:before {
  content: "\f004";
}

.icon-home-16:before {
  content: "\f005";
}

.icon-chevron-right-16:before {
  content: "\f006";
}

.icon-chevron-up-16:before {
  content: "\f007";
}

.icon-chevron-down-16:before {
  content: "\f008";
}

.icon-chevron-left-16:before {
  content: "\f009";
}

.icon-arrow-right-16:before {
  content: "\f00a";
}

.icon-envelope-16:before {
  content: "\f00b";
}

.icon-globe-16:before {
  content: "\f00c";
}

.icon-phone-16:before {
  content: "\f00e";
}

.icon-info-16:before {
  content: "\f00f";
}

.icon-settings-16:before {
  content: "\f000";
}

.icon-talking-16:before {
  content: "\f02e";
}

.icon-external-link-alt-16:before {
  content: "\f02d";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

h1,
.h1,
.headline-4xl {
  font-weight: 800;
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-s);
  hyphens: auto;
}

h2,
.h2,
.headline-xxxl {
  font-weight: 800;
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-s);
  hyphens: auto;
}

h3,
.h3,
.headline-xxl,
.footer-newsletter-headline {
  font-weight: 800;
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-m);
}

h4,
.h4,
.headline-xl {
  font-weight: 800;
  font-size: var(--font-size-xl);
  line-height: var(--line-height-l);
}

h5,
.h5,
.headline-l {
  font-weight: 800;
  font-size: var(--font-size-l);
  line-height: var(--line-height-s);
}

h6,
.h6,
.headline-m {
  font-weight: 800;
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
}

.headline-s, .footer-contact-column-headline, .footer-menu-column-headline {
  font-weight: 700;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}

.headline-xs {
  font-weight: 800;
  font-size: var(--font-size-xs);
  line-height: var(--line-height-s);
}

.copy-m {
  font-size: var(--font-size-m);
  line-height: var(--line-height-xl);
}

.copy-s {
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}

html,
body {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: var(--color-white);
  padding: 0;
  overflow-x: clip;
  font-size: var(--font-size-m);
  line-height: var(--line-height-xl);
  font-family: var(--font-family-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body[data-scroll-lock] {
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-padding-x);
  padding-left: var(--container-padding-x);
  width: 100%;
  max-width: var(--max-width-container);
}
.container-small {
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-small-padding-x);
  padding-left: var(--container-small-padding-x);
  width: 100%;
  max-width: var(--max-width-container-small);
}

.hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  padding: 0;
  color: black;
}

hr {
  margin: 0;
  border: 0;
  padding: 0;
}

img {
  display: block;
}

p {
  margin-top: unset;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

*:focus:not(:focus-visible) {
  outline: none !important;
}

*:focus-visible {
  outline: 2px solid var(--color-medium-red) !important;
  outline-offset: 2px;
}

#usercentrics-cmp-ui {
  position: relative;
  z-index: var(--z-index-backdrop);
}

.content-area.font-small {
  font-size: var(--font-size-s);
}
.content-area.narrow h1,
.content-area.narrow h2,
.content-area.narrow h3,
.content-area.narrow h4,
.content-area.narrow h5,
.content-area.narrow h6,
.content-area.narrow .h1,
.content-area.narrow .h2,
.content-area.narrow .h3,
.content-area.narrow .h4,
.content-area.narrow .h5,
.content-area.narrow .h6 {
  margin-bottom: 0.75rem;
}
.content-area.narrow p {
  margin-bottom: 0.75rem;
}
.content-area.narrow img:not([id]):not([class]) {
  margin-bottom: 0.75rem;
}
.content-area.narrow ul:not([id]):not([class]) {
  margin-bottom: 0.75rem;
}
.content-area.narrow ol:not([id]):not([class]) {
  margin-bottom: 0.75rem;
}
.content-area.narrow .table-responsive {
  margin-bottom: 0.75rem;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6,
.content-area .h1,
.content-area .h2,
.content-area .h3,
.content-area .h4,
.content-area .h5,
.content-area .h6 {
  margin-bottom: 1rem;
}
.content-area h1:last-child,
.content-area h2:last-child,
.content-area h3:last-child,
.content-area h4:last-child,
.content-area h5:last-child,
.content-area h6:last-child,
.content-area .h1:last-child,
.content-area .h2:last-child,
.content-area .h3:last-child,
.content-area .h4:last-child,
.content-area .h5:last-child,
.content-area .h6:last-child {
  margin-bottom: 0 !important;
}
.content-area p {
  margin-bottom: 1.5rem;
}
.content-area p:last-child {
  margin-bottom: 0 !important;
}
.content-area a:not([id]):not([class]) {
  color: var(--color-black);
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.125rem;
}
.content-area a:not([id]):not([class]):hover, .content-area a:not([id]):not([class]):active {
  text-decoration: none;
}
.content-area a:not([id]):not([class]):focus {
  text-decoration: none;
}
.content-area img:not([id]):not([class]) {
  margin-bottom: 1.5rem;
  max-width: 100%;
  height: auto;
}
.content-area img:not([id]):not([class]):last-child {
  margin-bottom: 0 !important;
}
.content-area ul:not([id]):not([class]) {
  margin-bottom: 1.5rem;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.content-area ul:not([id]):not([class]):last-child {
  margin-bottom: 0 !important;
}
.content-area ul:not([id]):not([class]) li {
  position: relative;
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
}
.content-area ul:not([id]):not([class]) li:last-child {
  margin-bottom: 0 !important;
}
.content-area ul:not([id]):not([class]) li::before {
  position: absolute;
  top: 0.5em;
  left: 0.625rem;
  border-radius: 50%;
  background-color: var(--color-black);
  width: 0.3125rem;
  height: 0.3125rem;
  content: "";
}
.content-area ul:not([id]):not([class]) li ul {
  margin-top: 0.5rem;
}
.content-area ol:not([id]):not([class]) {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  list-style-type: auto;
  list-style-position: outside;
  text-align: left;
}
.content-area ol:not([id]):not([class]):last-child {
  margin-bottom: 0 !important;
}
.content-area ol:not([id]):not([class]) li {
  margin-bottom: 0.5rem;
}
.content-area ol:not([id]):not([class]) li:last-child {
  margin-bottom: 0 !important;
}
.content-area ol:not([id]):not([class]) li ol {
  margin-top: 0.5rem;
}
.content-area .table-responsive {
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow-x: auto;
}
.content-area .table-responsive:last-child {
  margin-bottom: 0 !important;
}
.content-area table,
.content-area th,
.content-area td {
  border: 0.0625rem solid var(--color-medium-gray);
}
.content-area table {
  border-collapse: collapse;
  width: 100%;
}
.content-area table th,
.content-area table td {
  vertical-align: top;
  padding: 0.75rem 1.5rem;
  text-align: left;
}
.content-area table thead td, .content-area table thead th {
  background-color: var(--color-light-gray);
  font-weight: 800;
  text-transform: uppercase;
}
.content-area table th {
  background-color: var(--color-light-gray);
  font-weight: 800;
  text-transform: uppercase;
}
.content-area table td {
  background-color: var(--color-white);
}
.content-area table .button:not(.button--tertiary) {
  width: 100%;
  max-width: 31.25rem;
}
@media (max-width: 768px) {
  .content-area .table-responsive {
    margin-right: -16px;
    padding-right: 16px;
    max-width: calc(100% + 16px);
  }
}
.content-area iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

button {
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 800;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  text-decoration: none;
}
.button--primary, .button--buy {
  justify-content: space-between;
  gap: 16px;
  border-radius: 200px;
  background-color: var(--color-flux-red);
  padding: 8px 8px 8px 16px;
  color: var(--color-white);
  text-transform: uppercase;
  transition: all ease-in 200ms;
}
.button--primary::after, .button--buy::after {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--color-white);
  aspect-ratio: 1;
  width: 32px;
  content: "\f010";
  color: var(--color-black);
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}
.button--primary:hover, .button--buy:hover, .button--primary:active, .button--buy:active {
  background-color: var(--color-red);
}
.button--primary:focus, .button--buy:focus {
  background-color: var(--color-red);
}
.button--primary[disabled], [disabled].button--buy, .button--primary.disabled, .disabled.button--buy {
  background-color: var(--color-light-gray);
  color: var(--color-dark-gray);
}
.button--primary[disabled]::after, [disabled].button--buy::after, .button--primary.disabled::after, .disabled.button--buy::after {
  color: inherit;
}
.button--secondary {
  justify-content: space-between;
  gap: 16px;
  border: 2px solid var(--color-gray-blue);
  border-radius: 200px;
  background-color: var(--color-white);
  padding: 4px 4px 4px 16px;
  color: var(--color-black);
}
.button--secondary::after {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--color-flux-red);
  aspect-ratio: 1;
  width: 32px;
  content: "\f010";
  color: var(--color-white);
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
  transition: all ease-in 200ms;
}
.button--secondary:hover::after, .button--secondary:active::after {
  background-color: var(--color-red);
}
.button--secondary:focus::after {
  background-color: var(--color-red);
}
.button--secondary[disabled], .button--secondary.disabled {
  color: var(--color-dark-gray);
}
.button--secondary[disabled]::after, .button--secondary.disabled::after {
  background-color: var(--color-light-gray);
  color: inherit;
}
.button--tertiary {
  position: relative;
  justify-content: space-between;
  gap: 8px;
  color: var(--color-black);
}
.button--tertiary::after {
  content: "\f010";
  color: inherit;
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}
.button--tertiary::before {
  display: block;
  position: absolute;
  bottom: -1px;
  background-color: currentColor;
  width: 0;
  height: 2px;
  content: "";
  transition: all ease-in 200ms;
}
.button--tertiary:hover::before, .button--tertiary:active::before {
  width: calc(100% - 8px - 20px);
}
.button--tertiary:focus::before {
  width: calc(100% - 8px - 20px);
}
.button--tertiary[disabled], .button--tertiary.disabled {
  color: var(--color-dark-gray);
}
.button--icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--color-flux-red);
  aspect-ratio: 1;
  width: 32px;
  color: var(--color-white);
  transition: all ease-in 200ms;
}
.button--icon::after {
  content: "\f010";
  color: inherit;
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}
.button--icon.white {
  background-color: var(--color-white);
  color: var(--color-black);
}
.button--icon.white:hover, .button--icon.white:active {
  color: var(--color-white);
}
.button--icon.white:focus {
  color: var(--color-white);
}
.button--icon:hover, .button--icon:active {
  background-color: var(--color-red);
}
.button--icon:focus {
  background-color: var(--color-red);
}
.button--icon[disabled], .button--icon.disabled {
  background-color: var(--color-gray-blue);
  color: var(--color-black);
}
.button--buy {
  border-radius: 0 200px 200px 0;
  background-color: var(--color-gray-blue);
  color: var(--color-black);
  font-size: var(--font-size-m);
}
.button--buy::after {
  background-color: var(--color-flux-red);
  color: var(--color-white);
  transition: all ease-in 200ms;
}
.button--buy:hover, .button--buy:active {
  background-color: var(--color-medium-gray);
}
.button--buy:hover::after, .button--buy:active::after {
  background-color: var(--color-medium-red);
}
.button--buy:focus {
  background-color: var(--color-medium-gray);
}
.button--buy:focus::after {
  background-color: var(--color-medium-red);
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 3rem;
}
.button-wrapper:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .button-wrapper {
    margin-top: 1.5rem;
  }
  .button-wrapper .button:not(.button--tertiary) {
    width: 100%;
  }
}
.input {
  border: 1px solid transparent;
  background-color: var(--color-white);
  padding: 0 1rem;
  height: 48px;
  line-height: var(--line-height-xl);
}
.input::-moz-placeholder {
  color: var(--color-dark-gray);
}
.input::placeholder {
  color: var(--color-dark-gray);
}
.input-error {
  margin-top: 0.25rem;
  color: var(--color-sales-red);
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}

.input-group {
  display: flex;
  align-items: center;
}
.input-group > *:nth-child(1):is(.button) {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.input-group > *:nth-child(2):is(.button) {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.custom-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 0.75rem center/1rem 0.75rem, linear-gradient(to right, var(--color-white) calc(100% - 2.375rem), var(--color-light-gray) calc(100% - 2.375rem));
  padding: 0.5rem 0.75rem;
  padding-right: 2.375rem;
  width: 100%;
  font-size: var(--font-size-m);
  line-height: var(--line-height-xl);
  color: var(--color-black);
}

input[type=checkbox]:not(.pimcore_areablock_dialogBox input[type=checkbox]) {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-1px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: 1px solid var(--color-gray-blue);
  background-color: var(--color-white);
  aspect-ratio: 1;
  width: 24px;
  overflow: hidden;
}
input[type=checkbox]:not(.pimcore_areablock_dialogBox input[type=checkbox]) + span {
  font-size: var(--font-size-m);
  line-height: var(--line-height-xl);
}
input[type=checkbox]:not(.pimcore_areablock_dialogBox input[type=checkbox]):checked {
  border-color: var(--color-black);
  background-color: var(--color-black);
}
input[type=checkbox]:not(.pimcore_areablock_dialogBox input[type=checkbox]):checked::before {
  content: "\f012";
  color: var(--color-white);
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}
input[type=checkbox]:not(.pimcore_areablock_dialogBox input[type=checkbox]):checked + span {
  font-weight: 700;
}

.form-header {
  margin-bottom: 2rem;
}
.form-header h2 {
  margin-bottom: 0.75rem;
}
.form-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
  margin-bottom: 3.125rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form-group-title {
  margin-bottom: 1.5rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.form-block {
  margin-bottom: 3rem;
}
.form-block:last-of-type {
  margin-bottom: 0;
}
.form .form-block:has(.form-file-input) {
  margin-bottom: 0;
}
.form .input {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.form .custom-select {
  box-sizing: border-box;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 0.75rem center/1.5rem 0.75rem, linear-gradient(to right, var(--color-white) calc(100% - 48px), var(--color-gray-blue) calc(100% - 48px));
  height: 3rem;
}
.form textarea.input {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  height: auto;
  min-height: 10rem;
  resize: vertical;
  line-height: var(--line-height-xl);
}
.form-file-label {
  margin-bottom: 1.5rem;
}
.form-file-button {
  width: 100%;
  max-width: 13.8125rem;
}
.form-file-input {
  display: none;
}
.form-file-list {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0 0;
  padding: 0;
  max-width: 43.75rem;
  list-style: none;
}
.form-file-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0;
  width: 100%;
}
.form-file-item .icon {
  font-size: 1.25rem;
}
.form-file-item-name {
  font-weight: 700;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.form-file-item-delete {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: auto;
  border: none;
  background: none;
  padding: 0;
  color: inherit;
  line-height: 1;
}
.form-captcha-hint {
  margin-top: 1.5rem;
}
.form-hint {
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.form-approval-hint {
  margin-bottom: 1.5rem;
}
.form-file-types {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  list-style: disc;
}
.form-file-types li {
  line-height: var(--line-height-xl);
}
.form-notice {
  margin-bottom: 1rem;
  background-color: #fde8e9;
  padding: 1rem;
}
.form-notice p {
  margin: 0;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.form-uploads {
  margin-bottom: 1rem;
}
.form-upload-item {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 0.0625rem solid var(--color-medium-gray);
  padding: 1rem 2.5rem 1rem 0;
  color: var(--color-black);
  text-decoration: none;
}
.form-upload-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\f014";
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}
.form-upload-title {
  position: relative;
  padding-left: 1.875rem;
  font-weight: 700;
  font-size: var(--font-size-s);
  hyphens: auto;
}
.form-upload-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f02f";
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}
.form-upload-meta {
  display: flex;
  font-size: var(--font-size-s);
  white-space: nowrap;
}
.form-upload-format::after {
  margin-right: 0.25rem;
  content: " |";
}
.form-checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.form-checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.form-checkbox-item a {
  color: inherit;
  text-underline-offset: 2px;
}
.form-legal {
  margin-top: 1rem;
}
.form-legal a {
  color: var(--color-black);
  text-underline-offset: 2px;
}
.form .button-wrapper {
  margin-top: 2rem;
}
.form .button-wrapper .button {
  width: 100%;
  max-width: 17.3125rem;
}

@media (max-width: 1280px) {
  input[type=checkbox]:not(.pimcore_areablock_dialogBox input[type=checkbox]) {
    width: 16px;
    flex-shrink: 0;
  }
  input[type=checkbox]:not(.pimcore_areablock_dialogBox input[type=checkbox]):checked::before {
    font-size: 0.75rem;
  }
}
@media (max-width: 1023px) {
  .form .form-columns {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .form .form-block {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .form .form-header {
    margin-bottom: 2rem;
  }
  .form .form-row {
    grid-template-columns: 1fr;
  }
  .form-upload-item {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
  }
}
.link {
  position: relative;
  color: var(--color-black);
  font-size: var(--font-size-m);
  letter-spacing: var(--letter-spacing-narrow);
  text-decoration: none;
  transition: all ease-in 200ms;
}
.link--primary {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.link--primary::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: all ease-in 200ms;
  background-color: currentColor;
  width: 0;
  height: 1px;
  content: "";
}
.link--primary:hover::after, .link--primary:active::after {
  width: 100%;
}
.link--primary:focus::after {
  width: 100%;
}
.link--primary::before {
  content: "\f006";
  font-size: 1rem;
  font-family: var(--font-family-icons);
}
.link--primary::after {
  left: 20px;
}
.link--primary:hover, .link--primary:active {
  font-weight: 400;
}
.link--primary:hover::after, .link--primary:active::after {
  width: calc(100% - 4px - 16px);
}
.link--primary:focus {
  font-weight: 400;
}
.link--primary:focus::after {
  width: calc(100% - 4px - 16px);
}
.link--primary[disabled], .link--primary.disabled {
  color: var(--color-dark-gray);
}
.link--secondary::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  opacity: 1;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  content: "";
  transition: all ease-in 200ms;
}
.link--secondary:hover, .link--secondary:active {
  font-weight: 500;
}
.link--secondary:hover::after, .link--secondary:active::after {
  opacity: 0;
}
.link--secondary:focus {
  font-weight: 500;
}
.link--secondary:focus::after {
  opacity: 0;
}
.link--secondary[disabled], .link--secondary.disabled {
  color: var(--color-dark-gray);
  font-weight: 500;
}
.link--secondary[disabled]::after, .link--secondary.disabled::after {
  display: none;
}

[data-collapse-enabled] [data-collapse-trigger] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[data-collapse-enabled] [data-collapse-content] {
  transition: height 0.3s ease;
  height: 0;
  overflow: hidden;
}

[data-collapse-enabled][data-collapse-fade] [data-collapse-content] {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  height: auto;
  overflow: visible;
}
[data-collapse-enabled][data-collapse-fade] [data-collapse-content].is-visible {
  opacity: 1;
}

section {
  padding: 4.5rem 0;
}
section.white {
  background-color: var(--color-white);
}
section.grey {
  background-color: var(--color-light-gray);
}
@media (max-width: 1023px) {
  section {
    padding: 3.5rem 0;
  }
}

section.white + section.white {
  padding-top: 0 !important;
}

section.grey + section.grey {
  padding-top: 0 !important;
}

.section-title {
  display: flex;
  justify-content: space-between;
  gap: 4.5rem;
  margin-bottom: 4.5rem;
}
.section-title:last-child {
  margin-bottom: 0 !important;
}
.section-title .section-title-text {
  width: 50%;
}
.section-title .section-title-cta {
  align-self: flex-end;
}

@media (max-width: 1280px) {
  .section-title {
    gap: 2.5rem;
  }
}
@media (max-width: 1023px) {
  section.hero-teaser.white + section.white {
    padding-top: 0 !important;
  }
  .section-title {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .section-title .section-title-text {
    width: 100%;
  }
  .section-title .section-title-cta {
    align-self: flex-start;
  }
}
.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  height: auto;
}

.swiper-slide > * {
  width: 100%;
}

.swiper-controls {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.swiper-controls .prev,
.swiper-controls .next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--color-black);
  width: 2rem;
  height: 2rem;
  transition: all ease-in 200ms;
}
.swiper-controls .prev:hover, .swiper-controls .prev:active,
.swiper-controls .next:hover,
.swiper-controls .next:active {
  background-color: var(--color-flux-red);
}
.swiper-controls .prev.swiper-button-disabled,
.swiper-controls .next.swiper-button-disabled {
  background-color: var(--color-gray-blue);
}
.swiper-controls .prev.swiper-button-disabled .icon,
.swiper-controls .next.swiper-button-disabled .icon {
  color: var(--color-black);
}
.swiper-controls .prev .icon,
.swiper-controls .next .icon {
  transition: all 0.3s ease;
  color: var(--color-white);
  font-size: 1.25rem;
}
.swiper-controls .buttons {
  display: flex;
  gap: 1rem;
  width: 5rem;
}
.swiper-controls .swiper-scrollbar {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border-radius: 0;
  background-color: var(--color-medium-gray);
  width: 100%;
}
.swiper-controls .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: var(--color-flux-red);
}
@media (max-width: 1023px) {
  .swiper-controls {
    gap: 1rem;
    margin-top: 2.5rem;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--color-light-gray);
  background-color: var(--color-light-gray);
  color: var(--color-black);
  text-decoration: none;
  transition: all ease-in 200ms;
}
.product-card:hover, .product-card:active {
  border-color: var(--color-dark-gray);
}
.product-card:hover .button--buy::after, .product-card:active .button--buy::after {
  background-color: var(--color-red);
}
.product-card:focus {
  border-color: var(--color-dark-gray);
}
.product-card:focus .button--buy::after {
  background-color: var(--color-red);
}
.product-card-badges {
  position: absolute;
  top: 0;
  left: 0;
}
.product-card-badge {
  background-color: var(--color-black);
  padding: 0.25rem 0.5rem;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.product-card-image {
  padding: 2rem 1rem;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card-info {
  padding: 1rem;
  flex: 1;
}
.product-card-category {
  margin-bottom: 0.5rem;
  color: var(--color-flux-red);
  font-weight: 800;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
.product-card-title {
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
  text-transform: uppercase;
}
.product-card-description {
  margin-bottom: 1.5rem;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
  text-wrap: pretty;
}
.product-card-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.5rem;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.product-card-features dt,
.product-card-features dd {
  margin: 0;
  border-bottom: 1px solid var(--color-gray-blue);
  padding-bottom: 0.5rem;
}
.product-card-features dt:last-of-type,
.product-card-features dd:last-of-type {
  border-bottom: unset;
  padding-bottom: 0;
}
.product-card-features dt {
  font-weight: 700;
  text-align: left;
}
.product-card-features dd {
  text-align: right;
}
.product-card-actions {
  padding: 1rem;
}
.product-card-actions .button--buy {
  width: 100%;
}

@media (max-width: 1023px) {
  .product-card-badge {
    padding-top: 0.15625rem;
    padding-bottom: 0.15625rem;
  }
  .product-card-image {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .product-card-image picture {
    display: block;
    margin: auto;
    max-width: 123px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination-list {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.pagination-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--color-gray-blue);
  aspect-ratio: 1;
  width: 32px;
  color: var(--color-black);
  font-weight: 800;
  font-size: var(--font-size-s);
  text-decoration: none;
  transition: all ease-in 200ms;
}
.pagination-link:hover, .pagination-link:active {
  background-color: var(--color-medium-gray);
}
.pagination-link:focus {
  background-color: var(--color-medium-gray);
}
.pagination-link.active {
  background-color: var(--color-flux-red);
  color: var(--color-white);
}
.pagination-link--prev, .pagination-link--next {
  background-color: transparent;
  font-size: 1.25rem;
}
.pagination-link--prev:hover, .pagination-link--prev:active, .pagination-link--next:hover, .pagination-link--next:active {
  background-color: transparent;
}
.pagination-link--prev:focus, .pagination-link--next:focus {
  background-color: transparent;
}
.pagination-link--prev {
  margin-right: 1.125rem;
}
.pagination-link--next {
  margin-left: 1.125rem;
}

.tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-gray-blue);
  padding: 0.25rem 0.5rem;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
  transition: all ease-in 200ms;
}
.tag:hover, .tag:active {
  background-color: var(--color-medium-gray);
}
.tag:focus {
  background-color: var(--color-medium-gray);
}
.tag-close {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}

.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-8px);
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  margin-top: 0.5rem;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-top: 2px solid var(--color-red);
}
.dropdown-panel.align-right {
  right: 0;
  left: auto;
}
.dropdown-panel.align-bottom {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
[aria-expanded=true] > .dropdown-panel {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

[data-dropdown-trigger]::after {
  content: "\f008";
  font-size: 1rem;
  font-family: var(--font-family-icons);
  transition: all ease-in 200ms;
}

[aria-expanded=true] > [data-dropdown-trigger]::after {
  transform: rotate(180deg);
}

.offcanvas {
  --offcanvas-header-height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  z-index: var(--z-index-offcanvas);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  background-color: var(--color-white);
  width: calc(100vw - var(--offcanvas-header-height));
  height: 100%;
}
.offcanvas--right {
  right: 0;
  left: unset;
  transform: translateX(100%);
}
.offcanvas--right .offcanvas-close {
  right: auto;
  left: calc(var(--offcanvas-header-height) * -1);
}
.offcanvas[aria-hidden=false] {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-flux-red);
  padding: 1.125rem 1rem;
  height: var(--offcanvas-header-height);
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--font-size-xs);
  line-height: var(--line-height-s);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
}
.offcanvas-close {
  display: flex;
  position: absolute;
  top: 0;
  right: calc(var(--offcanvas-header-height) * -1);
  justify-content: center;
  align-items: center;
  align-items: center;
  background-color: var(--color-black);
  aspect-ratio: 1;
  width: var(--offcanvas-header-height);
  color: var(--color-white);
}
.offcanvas-close .icon {
  font-size: 1.25rem;
}
.offcanvas-content {
  display: flex;
  position: relative;
  flex-direction: column;
  height: calc(100% - var(--offcanvas-header-height));
}

.backdrop {
  display: none;
  position: fixed;
  z-index: var(--z-index-backdrop);
  margin: 0 auto;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  max-width: var(--max-width-site);
}
.backdrop[aria-hidden=false] {
  display: block;
}

.tabs-nav {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.tabs-nav .swiper {
  flex: 1;
  padding-bottom: 6px;
  min-width: 0;
}
.tabs-nav .swiper::after {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--color-white) 52.88%, var(--color-white) 100%);
  width: 95px;
  height: 68px;
  pointer-events: none;
  content: "";
}
.tabs-nav .swiper-wrapper::after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-color: var(--color-medium-gray);
  width: 100%;
  height: 4px;
  content: "";
}
.tabs-nav .swiper-controls {
  margin-top: 0;
}

.tab {
  position: relative;
  border-bottom: 4px solid var(--color-medium-gray);
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  width: 100%;
  color: var(--color-dark-gray);
  font-weight: 800;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  text-transform: uppercase;
  white-space: nowrap;
  transition: all ease-in 200ms;
}
.tab::after {
  display: none;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  border-top: 6px solid var(--color-flux-red);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  width: 0;
  height: 0;
  content: "";
}
.tab.active {
  border-bottom-color: var(--color-flux-red);
  color: var(--color-black);
}
.tab.active::after {
  display: block;
}

.tabs-panel {
  display: none;
}
.tabs-panel.active {
  display: block;
}

@media (min-width: 1023px) {
  .tabs-nav .swiper-slide {
    width: auto !important;
  }
  .tabs-nav .swiper-controls {
    display: none;
  }
}
@media (max-width: 1023px) {
  .tabs-nav {
    margin-bottom: 2rem;
  }
  .tabs-nav .swiper::after {
    display: block;
  }
  .tabs-nav .swiper-slide {
    width: auto;
  }
  .tab {
    padding-right: 0.75rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    font-size: var(--font-size-xs);
  }
}
@media (max-width: 425px) {
  .tabs-nav .swiper::after {
    display: none;
  }
  .tabs-nav .swiper-controls .buttons {
    display: none;
  }
}
.header-main {
  position: relative;
  z-index: var(--z-index-header);
}

.header-row {
  border-top: 1px solid var(--color-gray-blue);
  border-bottom: 1px solid var(--color-gray-blue);
  background-color: var(--color-white);
}
.header-row-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.875rem;
}
.header-row-left, .header-row-right {
  display: flex;
  align-items: stretch;
  gap: 1.875rem;
}
.header-row-left {
  flex-grow: 1;
}
.header-row-right {
  justify-content: end;
}
.header-row-logo {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
}
.header-row-logo img,
.header-row-logo svg {
  width: 100%;
  height: 100%;
}
.header-row-actions {
  display: flex;
  justify-content: end;
  margin-right: calc((var(--container-padding-x) + max(0px, (100vw - var(--max-width-container)) / 2)) * -1);
  background-color: var(--color-light-gray);
  padding-right: calc(var(--container-padding-x) + max(0px, (100vw - var(--max-width-container)) / 2));
}
.header-row-action {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4375rem;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  background-color: var(--color-light-gray);
  padding: 0.5rem 2rem;
  width: 100%;
  max-width: 124px;
  min-height: 75px;
  color: var(--color-black);
  font-weight: 700;
  font-size: var(--font-size-xs);
  text-align: center;
  text-decoration: none;
  transition: all ease-in 200ms;
}
.header-row-action:hover, .header-row-action:active {
  background-color: var(--color-gray-blue);
}
.header-row-action:hover .header-row-action-badge, .header-row-action:active .header-row-action-badge {
  background-color: var(--color-red);
}
.header-row-action:focus {
  background-color: var(--color-gray-blue);
}
.header-row-action:focus .header-row-action-badge {
  background-color: var(--color-red);
}
.header-row-action--search[aria-expanded=true] {
  background-color: var(--color-gray-blue);
}
.header-row-action--account, .header-row-action--menu {
  display: none;
}
.header-row-action-label {
  white-space: nowrap;
}
.header-row-action-badge {
  position: absolute;
  margin-top: -35px;
  margin-right: -20px;
  border-radius: 100%;
  background-color: var(--color-flux-red);
  aspect-ratio: 1;
  width: 16px;
  overflow: hidden;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--font-size-s);
  transition: all ease-in 200ms;
}
.header-row-action .icon {
  font-size: 1rem;
}
.header-row-navigation-list {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  height: 100%;
}
.header-row-navigation-list-item.with-line {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.header-row-navigation-list-item.with-line::before {
  content: "|";
}
.header-row-navigation-link {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  color: var(--color-black);
  font-weight: 700;
  font-size: var(--font-size-s);
  text-decoration: none;
  text-transform: uppercase;
}
.header-row-navigation-link::after {
  position: absolute;
  bottom: -2px;
  background-color: var(--color-flux-red);
  width: 0;
  height: 3px;
  content: "";
  transition: all ease-in 200ms;
}
.header-row-navigation-link[aria-expanded=true]::after {
  width: 100%;
}

.search-popover {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  transform: translateY(-8px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  background-color: var(--color-gray-blue);
  padding: 3rem 0;
}
.search-popover[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.search-popover-inner {
  position: relative;
}
.search-popover-close {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  color: var(--color-black);
  transition: all ease-in 200ms;
}
.search-popover-close:hover, .search-popover-close:active {
  color: var(--color-flux-red);
}
.search-popover-close:focus {
  color: var(--color-flux-red);
}
.search-popover-close .icon {
  font-size: 1.25rem;
}
.search-popover-title {
  margin-bottom: 0.5rem;
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-s);
}
.search-popover-description {
  margin-bottom: 2rem;
  font-size: var(--font-size-m);
  line-height: var(--line-height-xl);
}
.search-popover-input-wrapper {
  position: relative;
  flex: 1;
  min-width: 0;
}
.search-popover-input-wrapper:not(.has-value) .input {
  padding-left: 2.625rem;
}
.search-popover-input-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-dark-gray);
  font-size: 1rem;
}
.has-value .search-popover-input-icon {
  display: none;
}
.search-popover-form {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.search-popover-form .input {
  background-color: var(--color-white);
  width: 100%;
}
.search-popover-form .button {
  width: 100%;
  max-width: 194px;
}

@media (max-width: 1280px) {
  .header-row {
    border: unset;
    background-color: var(--color-flux-red);
  }
  .header-row-inner {
    gap: 1rem;
  }
  .header-row-logo {
    max-width: 63px;
  }
  .header-row-logo svg {
    fill: var(--color-white);
  }
  .header-row-navigation {
    display: none;
  }
  .header-row-actions {
    background-color: transparent;
    padding-right: unset;
    min-width: 3rem;
  }
  .header-row-action {
    border: unset;
    background-color: transparent;
    padding: 0;
    max-width: 48px;
    min-height: 48px;
    color: var(--color-white);
  }
  .header-row-action:hover, .header-row-action:active {
    background-color: transparent;
  }
  .header-row-action:hover .header-row-action-badge, .header-row-action:active .header-row-action-badge {
    background-color: var(--color-flux-blue);
  }
  .header-row-action:focus {
    background-color: transparent;
  }
  .header-row-action:focus .header-row-action-badge {
    background-color: var(--color-flux-blue);
  }
  .header-row-action--account, .header-row-action--menu {
    display: flex;
  }
  .header-row-action--parts, .header-row-action--contact {
    display: none;
  }
  .header-row-action--search {
    border-left: 1px solid var(--color-medium-red);
  }
  .header-row-action--search[aria-expanded=true] {
    background-color: var(--color-medium-red);
  }
  .header-row-action--account {
    border-right: 1px solid var(--color-medium-red);
  }
  .header-row-action--menu {
    background-color: var(--color-black);
  }
  .header-row-action--menu:hover, .header-row-action--menu:active {
    background-color: var(--color-black);
  }
  .header-row-action--menu:focus {
    background-color: var(--color-black);
  }
  .header-row-action-badge {
    margin-top: -15px;
    background-color: var(--color-flux-blue);
    font-weight: 400;
  }
  .header-row-action-label {
    display: none;
  }
  .search-popover {
    padding: 1rem 0;
  }
  .search-popover-title, .search-popover-description, .search-popover-close {
    display: none;
  }
  .search-popover-form {
    gap: 0.5rem;
  }
  .search-popover-form .button {
    gap: 0;
    padding: 0;
    min-width: 3rem;
    max-width: 3rem;
    font-size: 0;
  }
  .search-popover-form .button::after {
    width: 100%;
  }
}
.top-bar {
  background-color: var(--color-flux-red);
  color: var(--color-white);
}
.top-bar-inner {
  display: flex;
  justify-content: end;
  align-items: center;
}
.top-bar-navigation-list {
  display: flex;
}
.top-bar-navigation-list-item {
  font-weight: 700;
  font-size: var(--font-size-xs);
  line-height: var(--line-height-s);
}
.top-bar-navigation-list-item:last-child .top-bar-navigation-link {
  margin-right: -0.75rem;
}
.top-bar-navigation-list-item-country {
  position: relative;
}
.top-bar-navigation-list-item-country .top-bar-navigation-link:hover, .top-bar-navigation-list-item-country .top-bar-navigation-link:active {
  background-color: var(--color-medium-red);
}
.top-bar-navigation-list-item-country .top-bar-navigation-link:focus {
  background-color: var(--color-medium-red);
}
.top-bar-navigation-list-item-country .top-bar-navigation-link[aria-expanded=true] {
  background-color: var(--color-medium-red);
}
.top-bar-navigation-list-item-language .top-bar-navigation-link {
  gap: 0.125rem;
}
.top-bar-navigation-list-item-language a {
  color: inherit;
  text-decoration: none;
  transition: all ease-in 200ms;
}
.top-bar-navigation-list-item-language a:hover, .top-bar-navigation-list-item-language a:active {
  text-decoration: underline;
}
.top-bar-navigation-list-item-language a:focus {
  text-decoration: underline;
}
.top-bar-navigation-list-item-language a.active {
  text-decoration: underline;
}
.top-bar-country-dropdown {
  background-color: var(--color-gray-blue);
  padding: 1.5rem 1rem;
  min-width: 306px;
  color: var(--color-black);
}
.top-bar-country-dropdown-title {
  margin-bottom: 1.5rem;
  font-weight: 800;
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
  text-transform: uppercase;
}
.top-bar-country-dropdown-text {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-medium-gray);
  padding-bottom: 1.5rem;
  font-weight: 400;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.top-bar-country-dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.top-bar-country-dropdown-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-black);
  font-weight: 500;
  font-size: var(--font-size-m);
  line-height: var(--line-height-s);
  letter-spacing: var(--letter-spacing-narrow);
  text-decoration: none;
  transition: all ease-in 200ms;
}
.top-bar-country-dropdown-link:hover, .top-bar-country-dropdown-link:active {
  color: var(--color-flux-red);
}
.top-bar-country-dropdown-link:focus {
  color: var(--color-flux-red);
}
.top-bar-country-dropdown-link::after {
  content: "\f02d";
  font-size: 1rem;
  font-family: var(--font-family-icons);
}
.top-bar-navigation-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8125rem 0.75rem;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: all ease-in 200ms;
}
.top-bar-navigation-link:hover, .top-bar-navigation-link:active {
  background-color: var(--color-medium-red);
}
.top-bar-navigation-link:focus {
  background-color: var(--color-medium-red);
}
.top-bar-navigation-link .icon {
  font-size: 1rem;
}

@media (max-width: 1280px) {
  .top-bar {
    display: none;
  }
}
.navigation-flyouts {
  position: absolute;
  left: 0;
  z-index: var(--z-index-flyout);
  width: 100%;
  height: 0;
}

.navigation-flyout {
  transform: translateY(-8px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  margin: 0 auto;
  background-color: var(--color-white);
  max-width: var(--max-width-site);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.navigation-flyout[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-flyout-inner {
  display: flex;
  margin-right: calc(var(--container-padding-x) * -1);
  margin-left: calc(var(--container-padding-x) * -1);
  height: 100%;
  max-height: 34rem;
  overflow-y: auto;
}
.navigation-flyout-column {
  flex: 1;
  border-right: 1px solid var(--color-gray-blue);
  padding-bottom: 2rem;
}
.navigation-flyout-column:last-child {
  border-right: unset;
}
.navigation-flyout-column:last-child .navigation-flyout-column-headline {
  border-right: unset;
  padding: 1rem var(--container-padding-x) 1rem 1rem;
}
.navigation-flyout-column:nth-child(2):last-child {
  flex: 0 0 33.333%;
}
.navigation-flyout-column-headline {
  margin-bottom: 0.5rem;
  border-right: 1px solid var(--color-white);
  background-color: var(--color-gray-blue);
  padding: 1rem 1rem 1rem var(--container-padding-x);
  font-weight: 700;
  font-size: var(--font-size-xs);
  line-height: var(--line-height-s);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
}
.navigation-flyout-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
}
.navigation-flyout-content .image img {
  aspect-ratio: 2/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.navigation-flyout-content .box {
  background-color: var(--color-light-gray);
  padding: 1.5rem;
}
.navigation-flyout-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.navigation-flyout-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem 0.5rem var(--container-padding-x);
  color: var(--color-black);
  font-weight: 500;
  line-height: var(--line-height-s);
  letter-spacing: var(--letter-spacing-narrow);
  text-decoration: none;
  transition: all ease-in 200ms;
}
.navigation-flyout-link:hover, .navigation-flyout-link:active {
  background-color: var(--color-light-gray);
}
.navigation-flyout-link:hover .navigation-flyout-link-icon, .navigation-flyout-link:active .navigation-flyout-link-icon {
  background-color: var(--color-medium-gray);
}
.navigation-flyout-link:focus {
  background-color: var(--color-light-gray);
}
.navigation-flyout-link:focus .navigation-flyout-link-icon {
  background-color: var(--color-medium-gray);
}
.navigation-flyout-link-content {
  display: flex;
  flex-direction: column;
}
.navigation-flyout-link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light-gray);
  padding: 8px;
  aspect-ratio: 1;
  width: 32px;
  font-size: 1.25rem;
  border-radius: 50%;
  transition: all ease-in 200ms;
}
.navigation-flyout-link-icon img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navigation-flyout-link-description {
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}

.navigation-offcanvas-overlay {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  background-color: var(--color-white);
  width: 100%;
  overflow-y: auto;
}
.navigation-offcanvas-overlay[aria-hidden=true] {
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
}
.navigation-offcanvas-overlay.level-2, .navigation-offcanvas-overlay.level-3 {
  position: absolute;
  top: 0;
  left: 0;
  flex: unset;
  height: 100%;
}
.navigation-offcanvas-overlay-bottom {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
}
.navigation-offcanvas-overlay-bottom .image img {
  aspect-ratio: 2/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.navigation-offcanvas-overlay-bottom .box {
  background-color: var(--color-light-gray);
  padding: 1.5rem;
}
.navigation-offcanvas-overlay-bottom-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation-offcanvas-overlay-bottom-language {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  font-size: var(--font-size-m);
  line-height: var(--line-height-s);
  letter-spacing: var(--letter-spacing-narrow);
}
.navigation-offcanvas-overlay-bottom-language a {
  color: inherit;
  text-decoration: none;
}
.navigation-offcanvas-overlay-bottom-language a.active {
  text-decoration: underline;
}
.navigation-offcanvas-overlay-actions {
  display: flex;
}
.navigation-offcanvas-overlay-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4375rem;
  border-right: 1px solid var(--color-white);
  background-color: var(--color-light-gray);
  padding: 1rem;
  width: 100%;
  color: var(--color-black);
  font-weight: 700;
  text-decoration: none;
}
.navigation-offcanvas-overlay-action:last-child {
  border-right: unset;
}
.navigation-offcanvas-overlay-action .icon {
  font-size: 1rem;
}
.navigation-offcanvas-overlay-back {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-gray-blue);
  padding: 1rem;
  width: 100%;
  font-weight: 700;
}
.navigation-offcanvas-overlay-back .icon {
  font-size: 1rem;
}
.navigation-offcanvas-overlay.level-1 .navigation-offcanvas-overlay-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}
.navigation-offcanvas-overlay.level-1 .navigation-offcanvas-overlay-bottom .button {
  width: 100%;
}
.navigation-offcanvas-overlay.level-1 .navigation-offcanvas-overlay-bottom .button--account::after {
  content: "\f003";
  font-size: 1rem;
}
.navigation-offcanvas-country-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navigation-offcanvas-country-trigger::after {
  margin-left: 0.5rem;
}
.navigation-offcanvas-country-dropdown {
  background-color: var(--color-gray-blue);
  padding: 1.5rem 1rem;
  width: 100%;
  color: var(--color-black);
}
.navigation-offcanvas-country-dropdown.align-bottom {
  margin-bottom: 0;
}
.navigation-offcanvas-country-dropdown-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  font-weight: 800;
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
  text-transform: uppercase;
}
.navigation-offcanvas-country-dropdown-close {
  font-size: 1rem;
}
.navigation-offcanvas-country-dropdown-close::after {
  display: none;
}
.navigation-offcanvas-country-dropdown-text {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-medium-gray);
  padding-bottom: 1.5rem;
  font-weight: 400;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.navigation-offcanvas-country-dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.navigation-offcanvas-country-dropdown-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-black);
  font-weight: 500;
  font-size: var(--font-size-m);
  line-height: var(--line-height-s);
  letter-spacing: var(--letter-spacing-narrow);
  text-decoration: none;
  transition: all ease-in 200ms;
}
.navigation-offcanvas-country-dropdown-link:hover, .navigation-offcanvas-country-dropdown-link:active {
  color: var(--color-flux-red);
}
.navigation-offcanvas-country-dropdown-link:focus {
  color: var(--color-flux-red);
}
.navigation-offcanvas-country-dropdown-link::after {
  content: "\f02d";
  font-size: 1rem;
  font-family: var(--font-family-icons);
}
.navigation-offcanvas-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: none;
  border: none;
  border-bottom: 1px solid var(--color-gray-blue);
  padding: 1rem;
  width: 100%;
  color: var(--color-black);
  font: inherit;
  line-height: var(--line-height-s);
  letter-spacing: var(--letter-spacing-narrow);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.navigation-offcanvas-link::after {
  flex-shrink: 0;
  content: "\f010";
  color: var(--color-dark-gray);
  font-size: 1rem;
  font-family: var(--font-family-icons);
}
.navigation-offcanvas-link[href^=http]::after, .navigation-offcanvas-link[href^="//"]::after {
  content: "\f02d";
}
.navigation-offcanvas-link-icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light-gray);
  padding: 8px;
  aspect-ratio: 1;
  width: 32px;
  font-size: 1.25rem;
  border-radius: 50%;
}
.navigation-offcanvas-link-icon img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navigation-offcanvas-link-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.navigation-offcanvas-link-description {
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.125rem 0;
}
.breadcrumb-list-item-placeholder {
  display: inline-flex;
  color: var(--color-dark-gray);
}
.breadcrumb-list-item-placeholder::after {
  content: "\f006";
  color: inherit;
  font-size: 1rem;
  font-family: var(--font-family-icons);
}
.breadcrumb-list-item-link {
  position: relative;
  color: var(--color-dark-gray);
  font-weight: 500;
  letter-spacing: var(--letter-spacing-narrow);
  text-decoration: none;
}
.breadcrumb-list-item-link::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: all ease-in 200ms;
  background-color: currentColor;
  width: 0;
  height: 1px;
  content: "";
}
.breadcrumb-list-item-link:hover::after, .breadcrumb-list-item-link:active::after {
  width: 100%;
}
.breadcrumb-list-item-link:focus::after {
  width: 100%;
}

.footer-newsletter {
  background-color: var(--color-gray-blue);
}
.footer-newsletter-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
  padding: 1.78125rem 0;
}
.footer-newsletter-left, .footer-newsletter-right {
  flex-basis: 50%;
}
.footer-newsletter-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-newsletter-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
.footer-newsletter-content {
  line-height: var(--line-height-xl);
}
.footer-newsletter-form .input {
  width: 100%;
  min-width: 293px;
}
.footer-newsletter-form .button {
  width: 100%;
  min-width: 214px;
}
.footer-menu {
  background-color: var(--color-light-gray);
}
.footer-menu-inner {
  padding: 3rem 0;
}
.footer-menu-navigation {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.footer-menu-navigation-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-menu-column {
  width: 100%;
}
.footer-menu-column-headline {
  margin-bottom: 1.5rem;
}
.footer-menu-navigation-link {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-black);
  font-weight: 500;
  text-decoration: none;
}
.footer-menu-navigation-link::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: all ease-in 200ms;
  background-color: currentColor;
  width: 0;
  height: 1px;
  content: "";
}
.footer-menu-navigation-link:hover::after, .footer-menu-navigation-link:active::after {
  width: 100%;
}
.footer-menu-navigation-link:focus::after {
  width: 100%;
}
.footer-menu-navigation-link::before {
  content: "\f006";
  font-size: 1rem;
  font-family: var(--font-family-icons);
}
.footer-menu-navigation-link::after {
  left: 20px;
}
.footer-menu-navigation-link:hover::after, .footer-menu-navigation-link:active::after {
  width: calc(100% - 4px - 16px);
}
.footer-menu-navigation-link:focus::after {
  width: calc(100% - 4px - 16px);
}
.footer-menu[data-collapse-enabled] [aria-expanded=true] [data-collapse-content] {
  display: flex;
}
.footer-contact {
  border-top: 1px solid var(--color-medium-gray);
  background-color: var(--color-light-gray);
}
.footer-contact a {
  color: var(--color-black);
}
.footer-contact-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding: 3rem 0;
}
.footer-contact-column {
  padding: 2rem 0;
  width: 100%;
}
.footer-contact-column-headline {
  margin-bottom: 1.5rem;
}
.footer-contact-column-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  line-height: var(--line-height-xl);
  text-wrap: balance;
}
.footer-contact-logo {
  max-width: 144px;
}
.footer-meta {
  background-color: var(--color-gray-blue);
}
.footer-meta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0 0.6875rem 0;
}
.footer-meta-navigation-list {
  display: flex;
  row-gap: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
}
.footer-meta-navigation-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-meta-navigation-list-item::after {
  display: block;
  margin-right: 0.5rem;
  content: "|";
}
.footer-meta-navigation-list-item:last-of-type::after {
  display: none;
}
.footer-meta-navigation-link {
  position: relative;
  color: var(--color-black);
  font-size: 1rem;
  text-decoration: none;
}
.footer-meta-navigation-link::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: all ease-in 200ms;
  background-color: currentColor;
  width: 0;
  height: 1px;
  content: "";
}
.footer-meta-navigation-link:hover::after, .footer-meta-navigation-link:active::after {
  width: 100%;
}
.footer-meta-navigation-link:focus::after {
  width: 100%;
}
.footer-meta-socials-list {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.footer-meta-socials-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--color-white);
  aspect-ratio: 1;
  width: 32px;
  color: var(--color-black);
  text-decoration: none;
  transition: all ease-in 200ms;
}
.footer-meta-socials-link:hover, .footer-meta-socials-link:active {
  background-color: var(--color-medium-gray);
}
.footer-meta-socials-link:focus {
  background-color: var(--color-medium-gray);
}
.footer-notice {
  background-color: var(--color-gray-blue);
  padding: 0.5rem 0;
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.footer-copyright {
  background-color: var(--color-flux-red);
  padding: 0.5rem 0;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}

@media (max-width: 1280px) {
  .footer-newsletter-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 2rem 0;
  }
  .footer-newsletter-left, .footer-newsletter-right {
    flex-basis: 100%;
  }
  .footer-newsletter-form {
    width: 100%;
  }
  .footer-newsletter-form .input,
  .footer-newsletter-form .button {
    min-width: unset;
  }
  .footer-newsletter-form .button {
    width: auto;
  }
  .footer-newsletter-form .button--primary, .footer-newsletter-form .button--buy {
    background-color: var(--color-white);
  }
  .footer-newsletter-form .button--primary::after, .footer-newsletter-form .button--buy::after {
    background-color: var(--color-flux-red);
    color: var(--color-white);
  }
  .footer-newsletter-button-label {
    display: none;
    visibility: hidden;
  }
  .footer-menu-inner {
    padding: 0.5rem 0;
  }
  .footer-menu-navigation {
    flex-direction: column;
    justify-content: start;
    gap: unset;
  }
  .footer-menu-column {
    border-bottom: 1px solid var(--color-gray-blue);
  }
  .footer-menu-column-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: unset;
    padding: 0.84375rem 0;
    line-height: var(--line-height-xl);
  }
  .footer-menu-column-headline::after {
    content: "\f008";
    font-size: 1rem;
    font-family: var(--font-family-icons);
  }
  .footer-menu-navigation-list > li:first-child {
    padding-top: 0.15625rem;
  }
  .footer-menu-navigation-list > li:last-child {
    padding-bottom: 0.84375rem;
  }
  .footer-menu[data-collapse-enabled] [aria-expanded=true] [data-collapse-trigger]::after {
    transform: rotate(-180deg);
  }
  .footer-contact {
    border-top: unset;
  }
  .footer-contact-inner {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0.5rem 0;
  }
  .footer-contact-column {
    padding: 1.5rem 0;
  }
  .footer-contact-column:nth-child(1), .footer-contact-column:nth-child(4), .footer-contact-column:nth-child(5) {
    grid-column: 1/3;
  }
  .footer-contact-column:nth-child(1) {
    padding: 1rem 0;
  }
  .footer-contact-column:nth-child(2), .footer-contact-column:nth-child(3) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-contact-column:nth-child(4), .footer-contact-column:nth-child(5) {
    border-top: 1px solid var(--color-gray-blue);
  }
  .footer-contact-column-headline {
    margin-bottom: 0.5rem;
  }
  .footer-contact-column-content {
    gap: 0;
  }
  .footer-contact-logo {
    max-width: 85px;
  }
  .footer-meta-inner {
    flex-direction: column;
  }
  .footer-meta-navigation-list {
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
  }
}
section.text-multi-col.two-cols .inner .col {
  width: 50%;
}
section.text-multi-col .inner {
  display: flex;
  gap: 4.5rem;
}
section.text-multi-col .inner .col {
  width: 33.33%;
}
@media (max-width: 1280px) {
  section.text-multi-col .inner {
    gap: 2.5rem;
  }
}
@media (max-width: 1023px) {
  section.text-multi-col .inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  section.text-multi-col .inner .col {
    width: 100% !important;
  }
}

.accordion .inner {
  display: flex;
  gap: 3.5rem;
}
.accordion .col:first-child {
  flex-basis: 30%;
}
.accordion .col:last-child {
  flex-basis: 70%;
}
.accordion .col:only-child {
  flex-basis: 100%;
}
.accordion-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.accordion-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-bottom: 1px solid var(--color-medium-gray);
}
.accordion-item-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65625rem 0;
  width: 100%;
  font-weight: 800;
  font-size: var(--font-size-m);
  text-align: left;
  text-transform: uppercase;
  transition: all ease-in 200ms;
}
.accordion-item-button:hover .accordion-item-button-label::after, .accordion-item-button:active .accordion-item-button-label::after {
  width: 100%;
}
.accordion-item-button::after {
  content: "\f008";
  font-size: 1rem;
  font-family: var(--font-family-icons);
}
.accordion-item-button-label {
  position: relative;
}
.accordion-item-button-label::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: all ease-in 200ms;
  background-color: currentColor;
  width: 0;
  height: 1px;
  content: "";
}
.accordion-item-button-label:hover::after, .accordion-item-button-label:active::after {
  width: 100%;
}
.accordion-item-button-label:focus::after {
  width: 100%;
}
.accordion-item-content-inner {
  margin-bottom: 1.5rem;
}
.accordion [data-collapse-enabled] [aria-expanded=true] [data-collapse-trigger]::after {
  transform: rotate(-180deg);
}

@media (max-width: 1023px) {
  .accordion .inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  .accordion-item-button {
    padding: 1.25rem 0;
  }
  .accordion-item-content-inner {
    margin-top: 0.625rem;
  }
}
.faq-overview-search {
  margin-bottom: 3.5rem;
  max-width: 42.5rem;
}
.faq-overview-search-input-wrapper {
  position: relative;
  border: 1px solid var(--color-medium-gray);
}
.faq-overview-search-input-wrapper .icon {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  color: var(--color-dark-gray);
  font-size: 1rem;
  pointer-events: none;
}
.faq-overview-search-input {
  padding-left: 3.5rem;
  width: 100%;
}
.faq-overview-layout {
  display: grid;
  grid-template-columns: minmax(16.25rem, 22%) 1fr;
  gap: 4.5rem;
  align-items: start;
}
.faq-overview-sidebar {
  border-left: 0.125rem solid var(--color-gray-blue);
}
.faq-overview-sidebar-toggle {
  display: none;
}
.faq-overview-categories {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.faq-overview-category {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0.625rem 0 0.625rem calc(1.5rem + var(--faq-overview-category-level, 0) * 1.5rem);
  width: 100%;
  color: var(--color-dark-gray);
  font-weight: 800;
  font-size: var(--font-size-s);
  line-height: var(--line-height-l);
  text-align: left;
  cursor: pointer;
  transition: all ease-in 200ms;
}
.faq-overview-category.active {
  color: var(--color-black);
}
.faq-overview-category.active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.125rem;
  width: 0.125rem;
  background-color: var(--color-flux-red);
}
.faq-overview-category.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 0.4375rem solid transparent;
  border-bottom: 0.4375rem solid transparent;
  border-left: 0.5rem solid var(--color-flux-red);
  width: 0;
  height: 0;
}
.faq-overview-category:hover, .faq-overview-category:active {
  color: var(--color-black);
}
.faq-overview-category:focus {
  color: var(--color-black);
}
.faq-overview-category-count {
  color: var(--color-dark-gray);
  font-size: var(--font-size-xs);
}
.faq-overview-head {
  margin-bottom: 2.5rem;
}
.faq-overview-title {
  margin: 0 0 0.75rem;
  font-weight: 800;
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-l);
}
.faq-overview-count, .faq-overview-empty {
  margin: 0;
  color: var(--color-dark-gray);
  font-weight: 600;
  font-size: var(--font-size-m);
}
.faq-overview-accordion .accordion-item[hidden] {
  display: none;
}

@media (max-width: 1023px) {
  .faq-overview-search {
    margin-bottom: 2rem;
    max-width: none;
  }
  .faq-overview-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .faq-overview-sidebar {
    border-left: 0;
    width: 100%;
  }
  .faq-overview-sidebar-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0.0625rem solid var(--color-medium-gray);
    background: var(--color-white);
    padding: 1rem 1.25rem;
    width: 100%;
    font-weight: 800;
    text-align: left;
  }
  .faq-overview-sidebar-toggle::after {
    content: "\f008";
    font-size: 1rem;
    font-family: var(--font-family-icons);
    transition: transform ease-in 200ms;
  }
  .faq-overview-sidebar-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
  }
  .faq-overview-categories {
    display: none;
    border-right: 0.0625rem solid var(--color-medium-gray);
    border-bottom: 0.0625rem solid var(--color-medium-gray);
    border-left: 0.0625rem solid var(--color-medium-gray);
    background: var(--color-white);
    padding: 0.5rem 0;
  }
  .faq-overview.is-sidebar-open .faq-overview-categories {
    display: flex;
  }
  .faq-overview-category {
    padding-top: 0.75rem;
    padding-right: 1.25rem;
    padding-bottom: 0.75rem;
  }
  .faq-overview-category.active::before {
    left: 0;
  }
  .faq-overview-category.active::after {
    left: 0.125rem;
  }
  .faq-overview-head {
    margin-bottom: 1.5rem;
  }
}
section.teaser-50-50.invert .inner .text-wrapper {
  order: 2;
}
section.teaser-50-50.with-icon-list .inner {
  align-items: center;
}
section.teaser-50-50 .inner {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}
section.teaser-50-50 .inner .text-wrapper,
section.teaser-50-50 .inner .image-wrapper {
  width: 50%;
}
section.teaser-50-50 .inner .image-wrapper img,
section.teaser-50-50 .inner .image-wrapper video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.teaser-50-50 .inner .image-icon-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
section.teaser-50-50 .inner .image-icon-list .image-icon-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.teaser-50-50 .inner .image-icon-list .image-icon-item .icon img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
section.teaser-50-50 .inner .image-icon-list .image-icon-item .headline {
  margin-bottom: 0.5rem;
}
section.teaser-50-50 .inner .image-icon-list .image-icon-item .headline:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1280px) {
  section.teaser-50-50 .inner {
    gap: 2.5rem;
  }
}
@media (max-width: 1023px) {
  section.teaser-50-50 .inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  section.teaser-50-50 .inner .text-wrapper,
  section.teaser-50-50 .inner .image-wrapper {
    width: 100%;
  }
  section.teaser-50-50 .inner .text-wrapper {
    order: 2;
  }
  section.teaser-50-50 .inner .image-icon-list {
    gap: 2.5rem;
  }
}

section.download-teaser .inner, .downloads-inline .inner {
  display: flex;
  gap: 3.5rem;
}
section.download-teaser .inner .text-wrapper, .downloads-inline .inner .text-wrapper {
  width: 30%;
}
section.download-teaser .inner .downloads-wrapper, .downloads-inline .inner .downloads-wrapper {
  width: 70%;
}
section.download-teaser .downloads-title, .downloads-inline .downloads-title {
  font-weight: 700;
  margin-bottom: 2rem;
}
section.download-teaser ul.downloads, .downloads-inline ul.downloads {
  display: flex;
  flex-direction: column;
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}
section.download-teaser ul.downloads:last-child, .downloads-inline ul.downloads:last-child {
  margin-bottom: 0;
}
section.download-teaser ul.downloads li .download-item, .downloads-inline ul.downloads li .download-item {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 0.0625rem solid var(--color-medium-gray);
  padding: 1.5rem 0;
  padding-right: 2.5rem;
  transition: all ease-in 200ms;
}
section.download-teaser ul.downloads li .download-item a, .downloads-inline ul.downloads li .download-item a {
  color: var(--color-black);
  text-decoration: none;
}
section.download-teaser ul.downloads li .download-item:hover .title::after, section.download-teaser ul.downloads li .download-item:active .title::after, .downloads-inline ul.downloads li .download-item:hover .title::after, .downloads-inline ul.downloads li .download-item:active .title::after {
  width: calc(100% - 30px);
}
section.download-teaser ul.downloads li .download-item::after, .downloads-inline ul.downloads li .download-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\f014";
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}
section.download-teaser ul.downloads li .download-item .title, .downloads-inline ul.downloads li .download-item .title {
  position: relative;
  padding-left: 1.875rem;
  font-weight: 700;
}
section.download-teaser ul.downloads li .download-item .title::after, .downloads-inline ul.downloads li .download-item .title::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: all ease-in 200ms;
  background-color: currentColor;
  width: 0;
  height: 1px;
  content: "";
}
section.download-teaser ul.downloads li .download-item .title:hover::after, section.download-teaser ul.downloads li .download-item .title:active::after, .downloads-inline ul.downloads li .download-item .title:hover::after, .downloads-inline ul.downloads li .download-item .title:active::after {
  width: 100%;
}
section.download-teaser ul.downloads li .download-item .title:focus::after, .downloads-inline ul.downloads li .download-item .title:focus::after {
  width: 100%;
}
section.download-teaser ul.downloads li .download-item .title:hover::after, section.download-teaser ul.downloads li .download-item .title:active::after, .downloads-inline ul.downloads li .download-item .title:hover::after, .downloads-inline ul.downloads li .download-item .title:active::after {
  width: calc(100% - 30px);
}
section.download-teaser ul.downloads li .download-item .title:focus::after, .downloads-inline ul.downloads li .download-item .title:focus::after {
  width: calc(100% - 30px);
}
section.download-teaser ul.downloads li .download-item .title::before, .downloads-inline ul.downloads li .download-item .title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f02f";
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}
section.download-teaser ul.downloads li .download-item .title:after, .downloads-inline ul.downloads li .download-item .title:after {
  left: 1.875rem;
}
section.download-teaser ul.downloads li .download-item .meta-wrapper, .downloads-inline ul.downloads li .download-item .meta-wrapper {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
section.download-teaser ul.downloads li .download-item .lang select, .downloads-inline ul.downloads li .download-item .lang select {
  width: 8.75rem;
  border: 0.0625rem solid var(--color-gray-blue);
}
section.download-teaser ul.downloads li .download-item .meta, .downloads-inline ul.downloads li .download-item .meta {
  width: 8.75rem;
  display: flex;
  white-space: nowrap;
  justify-content: flex-end;
}
section.download-teaser ul.downloads li .download-item .meta .format, .downloads-inline ul.downloads li .download-item .meta .format {
  margin-right: 0.25rem;
  text-transform: uppercase;
}
section.download-teaser ul.downloads li .download-item .meta .format::after, .downloads-inline ul.downloads li .download-item .meta .format::after {
  content: "|";
}
@media (max-width: 1280px) {
  section.download-teaser .inner, .downloads-inline .inner {
    gap: 2.5rem;
  }
}
@media (max-width: 1023px) {
  section.download-teaser .inner, .downloads-inline .inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  section.download-teaser .inner .text-wrapper,
  section.download-teaser .inner .downloads-wrapper, .downloads-inline .inner .text-wrapper,
  .downloads-inline .inner .downloads-wrapper {
    width: 100%;
  }
  section.download-teaser ul.downloads, .downloads-inline ul.downloads {
    margin-top: -1rem;
  }
  section.download-teaser ul.downloads li .download-item, .downloads-inline ul.downloads li .download-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.75rem 0;
    padding-right: 2.5rem;
  }
  section.download-teaser ul.downloads li .download-item .title, .downloads-inline ul.downloads li .download-item .title {
    padding-left: 1.875rem;
  }
  section.download-teaser ul.downloads li .download-item .meta, .downloads-inline ul.downloads li .download-item .meta {
    width: auto;
  }
}

section.hero-teaser {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4.5rem 0;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  min-height: 37.5rem;
  max-height: calc(100dvh - 178px);
}
section.hero-teaser.narrow {
  display: block;
  aspect-ratio: unset;
  min-height: 0;
  max-height: unset;
}
section.hero-teaser.narrow .box {
  width: 100%;
  min-width: 0;
  text-align: center;
}
section.hero-teaser.narrow .button-wrapper {
  justify-content: center;
}
section.hero-teaser.box-top-left {
  justify-content: flex-start;
}
section.hero-teaser.box-bottom-left {
  justify-content: flex-end;
}
section.hero-teaser.box-top-right {
  justify-content: flex-start;
  align-items: flex-end;
}
section.hero-teaser.box-top-right .box {
  margin-left: auto;
}
section.hero-teaser.box-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
section.hero-teaser.box-bottom-right .box {
  margin-left: auto;
}
section.hero-teaser.less-height {
  aspect-ratio: unset;
  min-height: 30rem;
  justify-content: center;
  align-items: flex-start;
}
section.hero-teaser.less-height .box {
  margin-left: 0;
}
section.hero-teaser.text-white .box .box-text {
  color: var(--color-white);
}
section.hero-teaser.text-white .box .box-text p a {
  color: var(--color-white);
}
section.hero-teaser.text-white .box .box-text ul:not([id]):not([class]) li::before {
  background-color: var(--color-white);
}
section.hero-teaser.text-white .box .button--tertiary {
  color: var(--color-white);
}
section.hero-teaser.text-white .box.white .box-text {
  color: var(--color-black);
}
section.hero-teaser.text-white .box.white .box-text p a {
  color: var(--color-black);
}
section.hero-teaser.text-white .box.white .box-text ul:not([id]):not([class]) li::before {
  background-color: var(--color-black);
}
section.hero-teaser.text-white .box.white .button--tertiary {
  color: var(--color-black);
}
section.hero-teaser img, section.hero-teaser video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero-teaser img {
  -o-object-position: right center;
     object-position: right center;
}
section.hero-teaser .box {
  position: relative;
  width: 50%;
  min-width: 37.5rem;
}
section.hero-teaser .box.white {
  background-color: var(--color-white);
  padding: 2rem;
}
@media (max-width: 1023px) {
  section.hero-teaser {
    justify-content: unset !important;
    align-items: unset !important;
    padding: 0;
    aspect-ratio: unset;
    min-height: 0 !important;
    max-height: unset;
  }
  section.hero-teaser .box {
    margin-left: 0 !important;
  }
  section.hero-teaser.narrow {
    padding: 3.5rem 0;
  }
  section.hero-teaser.narrow .box,
  section.hero-teaser.narrow .box.white {
    background-color: transparent !important;
    padding: 0 !important;
  }
  section.hero-teaser.less-height img, section.hero-teaser.less-height video {
    aspect-ratio: 20/9;
  }
  section.hero-teaser.text-white .box .box-text {
    color: var(--color-black);
  }
  section.hero-teaser.text-white .box .box-text p a {
    color: var(--color-black);
  }
  section.hero-teaser.text-white .box .box-text ul:not([id]):not([class]) li::before {
    background-color: var(--color-black);
  }
  section.hero-teaser.text-white .box .button--tertiary {
    color: var(--color-black);
  }
  section.hero-teaser img, section.hero-teaser video {
    position: static;
    aspect-ratio: 16/9;
    height: auto;
  }
  section.hero-teaser .box,
  section.hero-teaser .box.white {
    background-color: var(--color-white);
    padding: 1.5rem 0;
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  section.hero-teaser.less-height img, section.hero-teaser.less-height video {
    aspect-ratio: 20/9;
  }
  section.hero-teaser img, section.hero-teaser video {
    aspect-ratio: 4/5;
  }
}

section.media-gallery.grey .media-card .card-text {
  background-color: var(--color-gray-blue);
}
section.media-gallery.card-image-1 .media-card .card-image img {
  aspect-ratio: 1;
}
section.media-gallery.card-image-2-1 .media-card .card-image img {
  aspect-ratio: 2/1;
}
section.media-gallery.card-image-16-9 .media-card .card-image img {
  aspect-ratio: 16/9;
}
section.media-gallery.card-image-3-4 .media-card .card-image img {
  aspect-ratio: 3/4;
}
section.media-gallery.card-image-2-3 .media-card .card-image img {
  aspect-ratio: 2/3;
}
section.media-gallery .swiper-slide {
  height: auto;
}
section.media-gallery .media-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.media-gallery .media-card .card-image {
  display: block;
  position: relative;
}
section.media-gallery .media-card .card-image:hover .card-icon, section.media-gallery .media-card .card-image:active .card-icon {
  background-color: var(--color-flux-red);
  color: var(--color-white);
}
section.media-gallery .media-card .card-image:focus .card-icon {
  background-color: var(--color-flux-red);
  color: var(--color-white);
}
section.media-gallery .media-card .card-image img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.media-gallery .media-card .card-image .card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  background-color: var(--color-white);
  width: 3rem;
  height: 3rem;
  color: var(--color-black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 200ms;
}
section.media-gallery .media-card .card-image .card-icon .icon {
  transition: all 0.3s ease;
  color: currentColor;
  font-size: 1.875rem;
}
section.media-gallery .media-card .card-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  background-color: var(--color-light-gray);
  padding: 1.5rem 1rem;
  font-size: var(--font-size-s);
}
section.media-gallery .media-card .card-text .card-headline {
  font-weight: 800;
}
@media (max-width: 1023px) {
  section.media-gallery .swiper {
    overflow: visible;
  }
  section.media-gallery .swiper-slide {
    width: 80%;
  }
  section.media-gallery .media-card .card-image .card-icon {
    width: 2rem;
    height: 2rem;
  }
  section.media-gallery .media-card .card-image .card-icon .icon {
    font-size: 1.25rem;
  }
}

.content-cta-teaser .inner {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
.content-cta-teaser-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.content-cta-teaser-list.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.content-cta-teaser-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  background-color: var(--color-light-gray);
  padding: 0.75rem 1.5rem;
  min-height: 72px;
  color: var(--color-black);
  font-weight: 800;
  font-size: var(--font-size-s);
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in 200ms;
}
.content-cta-teaser-list-item:hover, .content-cta-teaser-list-item:active {
  background-color: var(--color-medium-gray);
}
.content-cta-teaser-list-item:focus {
  background-color: var(--color-medium-gray);
}
.content-cta-teaser-list-item-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.content-cta-teaser-list-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  aspect-ratio: 1;
  width: 48px;
  overflow: hidden;
}
.content-cta-teaser-list-item-icon picture {
  width: 100%;
  height: 100%;
}
.content-cta-teaser-list-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-cta-teaser-list-item .icon {
  font-size: 1.25rem;
}

@media (max-width: 1023px) {
  .content-cta-teaser .inner {
    gap: 2.5rem;
  }
  .content-cta-teaser-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .content-cta-teaser-list-item {
    padding: 1rem 1.5rem;
    min-height: 64px;
  }
  .content-cta-teaser-list-item-icon {
    width: 32px;
  }
  .content-cta-teaser-list-item .icon {
    font-size: 1rem;
  }
}
section.content-cards.grey .card-icon {
  background-color: var(--color-gray-blue);
}
section.content-cards.grey .card .card-content {
  background-color: var(--color-gray-blue);
}
section.content-cards.invert-texts .card .card-content .text {
  display: flex;
  flex-direction: column;
}
section.content-cards.invert-texts .card .card-content .text h4 {
  order: 2;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
section.content-cards.narrow .card-icon {
  min-height: 16.875rem;
}
section.content-cards .card-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
section.content-cards .card-grid.col-4 .card-grid-item {
  width: 25%;
}
section.content-cards .card-grid.col-3 .card-grid-item {
  width: 33.33%;
}
section.content-cards .card-grid .card-grid-item {
  padding: 0.5rem;
  width: 100%;
}
section.content-cards .card-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  transition: all 0.3s ease;
  background-color: var(--color-flux-red);
  padding: 1.5rem;
  height: 100%;
  min-height: 23.125rem;
  color: var(--color-white);
  text-decoration: none;
}
section.content-cards .card-intro:hover {
  background-color: var(--color-red);
}
section.content-cards .card-intro .headline {
  text-transform: uppercase;
}
section.content-cards .card-intro .card-bottom {
  text-align: right;
}
section.content-cards .card-intro .card-bottom .button {
  pointer-events: none;
}
section.content-cards .card-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  background-color: var(--color-light-gray);
  padding: 1.5rem;
  height: 100%;
  min-height: 23.125rem;
}
section.content-cards .card-icon .card-top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
section.content-cards .card-icon .card-top .icon img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
section.content-cards.card-image-1 .card .card-image img,
section.content-cards.card-image-1 .card .card-image video {
  aspect-ratio: 1;
}
section.content-cards.card-image-2-1 .card .card-image img,
section.content-cards.card-image-2-1 .card .card-image video {
  aspect-ratio: 2/1;
}
section.content-cards.card-image-16-9 .card .card-image img,
section.content-cards.card-image-16-9 .card .card-image video {
  aspect-ratio: 16/9;
}
section.content-cards.card-image-3-4 .card .card-image img,
section.content-cards.card-image-3-4 .card .card-image video {
  aspect-ratio: 3/4;
}
section.content-cards.card-image-2-3 .card .card-image img,
section.content-cards.card-image-2-3 .card .card-image video {
  aspect-ratio: 2/3;
}
section.content-cards .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.content-cards .card .card-image {
  background-color: var(--color-light-gray);
}
section.content-cards .card .card-image img,
section.content-cards .card .card-image video {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.content-cards .card .card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  background-color: var(--color-light-gray);
  padding: 1.5rem;
}
section.content-cards .card .button--primary, section.content-cards .card .button--buy,
section.content-cards .card .button--secondary {
  width: 100%;
}
section.content-cards .swiper-slide {
  height: auto;
}
@media (max-width: 1280px) {
  section.content-cards .card-grid.col-4 .card-grid-item {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  section.content-cards.content-cards-slider {
    overflow: hidden;
  }
  section.content-cards .card-grid.col-3 .card-grid-item {
    width: 50%;
  }
  section.content-cards .swiper {
    overflow: visible;
  }
  section.content-cards .swiper-slide {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.content-cards .card-grid.col-4 .card-grid-item, section.content-cards .card-grid.col-3 .card-grid-item {
    width: 100%;
  }
  section.content-cards .card-intro {
    padding: 1.5rem 1rem;
    min-height: 15.625rem;
  }
  section.content-cards .card-icon {
    padding: 1.5rem 1rem;
    min-height: 0;
  }
  section.content-cards .card .card-content {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 1023px) {
  .product-slider .swiper {
    margin-right: calc(var(--container-small-padding-x) * -1);
  }
  .product-slider .swiper-controls {
    margin-right: var(--container-small-padding-x);
  }
  .product-slider .swiper-slide {
    width: 80%;
  }
}
section.short-facts h2 {
  display: inline-block;
  margin-bottom: 3.5rem;
  border-bottom: 4px solid var(--color-flux-red);
  padding-bottom: 1.125rem;
}
section.short-facts .content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
}
section.short-facts .content-wrapper .text-wrapper {
  width: 100%;
  max-width: 735px;
}
section.short-facts .content-wrapper .facts-wrapper {
  background-color: var(--color-light-gray);
  padding: 2.5rem 2rem;
  width: 100%;
  max-width: 436px;
}
section.short-facts .content-wrapper .facts-wrapper strong {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: var(--line-height-s);
}
section.short-facts .content-wrapper .facts-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.short-facts .content-wrapper .facts-wrapper li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.short-facts .content-wrapper .facts-wrapper li::before {
  content: "\f012";
  color: var(--color-green);
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}

@media (max-width: 1023px) {
  section.short-facts h2 {
    margin-bottom: 1.5rem;
  }
  section.short-facts .content-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  section.short-facts .content-wrapper .text-wrapper,
  section.short-facts .content-wrapper .facts-wrapper {
    max-width: unset;
  }
}
.contact-person-search-inner {
  margin-bottom: 4.5rem;
  background-color: var(--color-gray-blue);
  padding: 2.5rem 1.5rem;
}
.contact-person-search h3 {
  margin-bottom: 1rem;
}
.contact-person-search-form {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.contact-person-search-form .input,
.contact-person-search-form .custom-select {
  flex: 1;
}
.contact-person-search-form .button {
  width: 100%;
  max-width: 12.125rem;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .contact-person-search-form {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .contact-person-search-form .input {
    flex: none;
  }
  .contact-person-search-form .button {
    max-width: none;
  }
}
.contact-person-search:has(.contact-person-search-form select[name=country]):not(:has(.contact-person-lists)) .contact-person-search-inner {
  margin-bottom: 0;
}
.contact-person-search:has(.contact-person-search-form select[name=country]):not(:has(.contact-person-lists)) .contact-person-message {
  display: none;
}
.contact-person-search:has(.contact-person-search-form select[name=country]) .contact-person-list-item {
  max-width: 43.75rem;
}

.contact-person-lists {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-person-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-bottom: 1px solid var(--color-medium-gray);
  padding: 0 2rem 2rem 2rem;
}
.contact-person-list-title {
  font-weight: 800;
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-m);
}
.contact-person-list-category {
  font-weight: 800;
  line-height: var(--line-height-l);
  text-transform: uppercase;
}
.contact-person-list-item {
  display: flex;
  justify-content: space-between;
  gap: 12%;
}
@media (max-width: 1023px) {
  .contact-person-list-item {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.contact-person {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  max-width: 9.375rem;
}
.contact-person-card-image {
  margin-bottom: 0.5625rem;
  border-radius: 100%;
  background-color: var(--color-light-gray);
  aspect-ratio: 1;
  width: 100%;
  max-width: 120px;
  overflow: hidden;
}
.contact-person-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-person-card-region {
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.contact-person-card-name {
  font-weight: 700;
  line-height: var(--line-height-xl);
}

.responsibilities {
  flex: auto;
  width: 100%;
  max-width: 30rem;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.responsibilities-title {
  font-weight: 700;
}
.responsibilities ul {
  padding-left: 1rem;
  list-style: initial;
}

.contact {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: 17.75rem;
}
.contact-details {
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.contact-details a {
  color: inherit;
}
.contact-details-label {
  display: inline-block;
  margin-right: 0.25em;
  text-decoration: none;
}
.contact-download {
  width: 100%;
  max-width: 17.75rem;
}
.contact-download::after {
  flex-shrink: 0;
  content: "\f014";
  font-weight: 400;
}

.contact-location {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.contact-location-country {
  margin-bottom: 0.25rem;
  color: var(--color-flux-blue);
  font-weight: 700;
  font-size: var(--font-size-m);
  line-height: var(--line-height-xl);
}
.contact-location-name {
  font-weight: 700;
  font-size: var(--font-size-m);
  line-height: var(--line-height-xl);
}
.contact-location-address {
  font-style: normal;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}

.rma-form-inner {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
.rma-form-inner > * {
  width: 50%;
}
.rma-form .form {
  background-color: var(--color-light-gray);
}
.rma-form .form-notice {
  padding: 1.5rem;
}
.rma-form .form-notice p {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rma-form .form-notice strong {
  display: block;
}
.rma-form .form-notice .form-uploads {
  margin: 0 0 -1rem 0;
}
.rma-form .form-notice .form-upload-item {
  border-bottom: none;
}
.rma-form .form-file-label {
  margin-top: 0.5rem;
}

@media (max-width: 1280px) {
  .rma-form-inner {
    gap: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .rma-form-inner {
    flex-direction: column;
  }
  .rma-form-inner > * {
    width: 100%;
  }
}
.gated-content .custom-select {
  max-width: 44.25rem;
}

@keyframes spe-spin {
  to {
    transform: rotate(360deg);
  }
}
.spare-parts-explorer-entry {
  display: none;
  flex-direction: column;
}
.spare-parts-explorer-entry.is-visible {
  display: flex;
}
.spare-parts-explorer-entry-hero {
  margin-bottom: 3rem;
  background-color: var(--color-light-gray);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 4rem calc(50vw - 50% + 2rem);
  text-align: center;
}
.spare-parts-explorer-entry-heading {
  margin-bottom: 0.5rem;
}
.spare-parts-explorer-entry-subtitle {
  margin-bottom: 2rem;
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
}
.spare-parts-explorer-entry-form {
  display: flex;
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 35rem;
}
.spare-parts-explorer-entry-input-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.spare-parts-explorer-entry-input {
  width: 100%;
}
.spare-parts-explorer-entry-input.is-error {
  border-color: var(--color-error, #e53e3e);
}
.spare-parts-explorer-entry-error {
  margin-top: 0.25rem;
  color: var(--color-sales-red);
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
  text-align: left;
}
.spare-parts-explorer-entry-submit {
  align-self: start;
}
.spare-parts-explorer-entry-help {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  margin-top: 1rem;
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
}
.spare-parts-explorer-entry-help a {
  color: var(--color-dark-gray);
}
.spare-parts-explorer-entry-help-icon {
  flex-shrink: 0;
  color: var(--color-dark-gray);
  font-size: 0.875rem;
  font-family: var(--font-family-icons);
}
.spare-parts-explorer-entry-divider {
  position: relative;
  margin-bottom: 1.5rem;
  color: var(--color-dark-gray);
  font-weight: 700;
  font-size: var(--font-size-xs);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.spare-parts-explorer-entry-divider::before, .spare-parts-explorer-entry-divider::after {
  position: absolute;
  top: 50%;
  background: var(--color-light-gray);
  width: 40%;
  height: 1px;
  content: "";
}
.spare-parts-explorer-entry-divider::before {
  left: 0;
}
.spare-parts-explorer-entry-divider::after {
  right: 0;
}
.spare-parts-explorer-entry-browse {
  align-self: center;
}
.spare-parts-explorer-entry-hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem auto 0;
  background-color: var(--color-light-gray);
  padding: 1.5rem 2rem;
  max-width: 100%;
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
}
.spare-parts-explorer-entry-hint-icon {
  flex-shrink: 0;
  font-size: 1rem;
  font-family: var(--font-family-icons);
}
.spare-parts-explorer-entry-hint-link {
  color: var(--color-black);
  font-weight: 700;
}
.spare-parts-explorer-entry-hint-link:hover {
  text-decoration: none;
}
.spare-parts-explorer-widget {
  display: none;
  flex-direction: column;
  border: 1px solid var(--color-light-gray);
  height: 45rem;
  overflow: hidden;
}
.spare-parts-explorer-widget.is-visible {
  display: flex;
}
.spare-parts-explorer-widget-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid var(--color-light-gray);
  background-color: var(--color-light-gray);
  padding: 0.75rem 1rem;
}
.spare-parts-explorer-breadcrumbs {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
  overflow: hidden;
  font-size: var(--font-size-s);
}
.spare-parts-explorer-breadcrumb {
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
  white-space: nowrap;
  transition: all ease-in 200ms;
}
.spare-parts-explorer-breadcrumb::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: all ease-in 200ms;
  background-color: currentColor;
  width: 0;
  height: 1px;
  content: "";
}
.spare-parts-explorer-breadcrumb:hover::after, .spare-parts-explorer-breadcrumb:active::after {
  width: 100%;
}
.spare-parts-explorer-breadcrumb:focus::after {
  width: 100%;
}
.spare-parts-explorer-breadcrumb:hover, .spare-parts-explorer-breadcrumb:active {
  color: var(--color-black);
}
.spare-parts-explorer-breadcrumb:hover::after, .spare-parts-explorer-breadcrumb:active::after {
  width: 100%;
}
.spare-parts-explorer-breadcrumb:focus {
  color: var(--color-black);
}
.spare-parts-explorer-breadcrumb:focus::after {
  width: 100%;
}
.spare-parts-explorer-breadcrumb-sep {
  color: var(--color-dark-gray);
  font-size: 0.75rem;
  font-family: var(--font-family-icons);
}
.spare-parts-explorer-viewzone {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.spare-parts-explorer-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45rem;
}
.spare-parts-explorer-spinner.is-hidden {
  display: none;
}
.spare-parts-explorer-spinner::before {
  animation: spe-spin 0.6s linear infinite;
  border: 0.125rem solid transparent;
  border-top-color: #ef4444;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
}
.spare-parts-explorer-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.5rem;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.spare-parts-explorer-thumb {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border: 1px solid var(--color-light-gray);
  background: none;
  padding: 0;
  width: calc((100% - 5 * 1rem) / 6);
  overflow: hidden;
  transition: all ease-in 200ms;
}
.spare-parts-explorer-thumb:hover, .spare-parts-explorer-thumb:active {
  border-color: var(--color-black);
}
.spare-parts-explorer-thumb:focus {
  border-color: var(--color-black);
}
.spare-parts-explorer-thumb-image {
  background-color: var(--color-white);
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
.spare-parts-explorer-thumb-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.spare-parts-explorer-thumb-label {
  display: grid;
  flex: 1;
  align-content: center;
  border-top: 1px solid var(--color-light-gray);
  background-color: var(--color-light-gray);
  padding: 0.625rem 0.75rem;
  min-height: calc(2lh + 1.25rem);
  font-weight: 700;
  font-size: var(--font-size-s);
}
.spare-parts-explorer-dual {
  display: flex;
  height: 100%;
}
.spare-parts-explorer-drawing {
  position: relative;
  border-right: 1px solid var(--color-light-gray);
  background-color: #fafafa;
  width: 60%;
  height: 100%;
  overflow: hidden;
}
.spare-parts-explorer-drawing-actions {
  display: flex;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  flex-direction: column;
  gap: 0.25rem;
  z-index: 10;
}
.spare-parts-explorer-drawing-inner {
  width: 100%;
  height: 100%;
}
.spare-parts-explorer-drawing-inner svg {
  display: block;
  width: 100%;
  height: 100%;
}
.spare-parts-explorer-drawing-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.spare-parts-explorer-drawing-toggle {
  display: none;
}
.spare-parts-explorer-drawing-toggle::before {
  content: "\f027";
}
.spare-parts-explorer-drawing-toggle[aria-pressed=true]::before {
  content: "\f026";
}
.spare-parts-explorer-drawing-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--color-light-gray);
  border-radius: 0;
  background-color: var(--color-white);
  width: 2.25rem;
  height: 2.25rem;
  color: var(--color-black);
  font-size: 1.125rem;
  font-family: var(--font-family-icons);
  transition: all ease-in 200ms;
}
.spare-parts-explorer-drawing-btn:hover, .spare-parts-explorer-drawing-btn:active {
  background-color: var(--color-light-gray);
}
.spare-parts-explorer-drawing-btn:focus {
  background-color: var(--color-light-gray);
}
.spare-parts-explorer-drawing-btn:disabled {
  cursor: default;
  color: var(--color-medium-gray);
}
.spare-parts-explorer-drawing-btn:nth-child(4) {
  margin-top: 0.5rem;
}
.spare-parts-explorer-separator {
  flex-shrink: 0;
  cursor: col-resize;
  background-color: var(--color-light-gray);
  width: 0.25rem;
  transition: all ease-in 200ms;
}
.spare-parts-explorer-separator:hover {
  background-color: var(--color-dark-gray);
}
.spare-parts-explorer-parts {
  flex: 1;
  padding: 0.5rem;
  min-width: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scroll-behavior: smooth;
}
.spare-parts-explorer-parts.is-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.spare-parts-explorer-parts.is-loading::before {
  animation: spe-spin 0.6s linear infinite;
  border: 0.125rem solid transparent;
  border-top-color: #ef4444;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  flex-shrink: 0;
}
.spare-parts-explorer-part {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  margin-bottom: 0.625rem;
  border: 1px solid var(--color-light-gray);
  padding: 0.875rem;
  transition: all ease-in 200ms;
}
.spare-parts-explorer-part:hover, .spare-parts-explorer-part:active {
  border-color: var(--color-black);
  background-color: var(--color-light-gray);
}
.spare-parts-explorer-part:focus {
  border-color: var(--color-black);
  background-color: var(--color-light-gray);
}
.spare-parts-explorer-part.is-active {
  border-left-width: 3px;
  border-color: var(--color-flux-blue);
  background-color: color-mix(in srgb, var(--color-flux-blue) 20%, transparent);
}
.spare-parts-explorer-part.is-active .spare-parts-explorer-part-pos span {
  background-color: var(--color-black);
  color: var(--color-white);
}
.spare-parts-explorer-part-spacer {
  height: 3.75rem;
}
.spare-parts-explorer-part-pos {
  flex-shrink: 0;
}
.spare-parts-explorer-part-pos span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--color-black);
  padding: 0 0.25rem;
  min-width: 1.75rem;
  min-height: 1.75rem;
  font-weight: 800;
  font-size: var(--font-size-xs);
  white-space: nowrap;
}
.spare-parts-explorer-part-details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
  line-height: var(--line-height-s);
}
.spare-parts-explorer-part-desc {
  overflow: hidden;
  font-weight: 700;
  font-size: var(--font-size-s);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spare-parts-explorer-part-num {
  color: var(--color-dark-gray);
  font-size: var(--font-size-xs);
}
.spare-parts-explorer-part-quantity {
  color: var(--color-dark-gray);
  font-size: var(--font-size-xs);
}
.spare-parts-explorer-part-actions {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  min-width: 6.875rem;
}
.spare-parts-explorer-part-price {
  font-weight: 700;
  font-size: 0.9375rem;
  white-space: nowrap;
}
.spare-parts-explorer-part-price-unit {
  color: var(--color-dark-gray);
  font-weight: 400;
  font-size: var(--font-size-xs);
}
.spare-parts-explorer-part-delivery {
  color: var(--color-dark-gray);
  font-size: var(--font-size-xs);
  text-align: right;
  white-space: nowrap;
}
.spare-parts-explorer-part-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
}
.spare-parts-explorer-part-qty {
  border: 1px solid var(--color-medium-gray);
  padding: 0 0.5rem;
  width: 4.375rem;
  height: 2rem;
}
.spare-parts-explorer-part-add {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 100%;
  background-color: var(--color-flux-red);
  width: 2rem;
  height: 2rem;
  color: var(--color-white);
  font-size: 0.875rem;
  font-family: var(--font-family-icons);
  transition: all ease-in 200ms;
}
.spare-parts-explorer-part-add:hover, .spare-parts-explorer-part-add:active {
  background-color: var(--color-red);
}
.spare-parts-explorer-part-add:focus {
  background-color: var(--color-red);
}
.spare-parts-explorer-part-inquiry {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  border-radius: 200px;
  background-color: var(--color-flux-red);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  color: var(--color-white);
  font-weight: 800;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: all ease-in 200ms;
}
.spare-parts-explorer-part-inquiry::after {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--color-white);
  aspect-ratio: 1;
  width: 2rem;
  content: "\f010";
  color: var(--color-black);
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}
.spare-parts-explorer-part-inquiry:hover, .spare-parts-explorer-part-inquiry:active {
  background-color: var(--color-red);
  color: var(--color-white);
}
.spare-parts-explorer-part-inquiry:focus {
  background-color: var(--color-red);
  color: var(--color-white);
}
.spare-parts-explorer-cart-dialog {
  border: 1px solid var(--color-light-gray);
  padding: 0;
  width: 90%;
  max-width: 26.25rem;
}
.spare-parts-explorer-cart-dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
}
.spare-parts-explorer-cart-dialog-header {
  border-bottom: 1px solid var(--color-light-gray);
  background-color: var(--color-light-gray);
  padding: 1rem 1.25rem;
  font-weight: 700;
}
.spare-parts-explorer-cart-dialog-content {
  padding: 1.25rem;
  font-size: var(--font-size-s);
}
.spare-parts-explorer-cart-dialog-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid var(--color-light-gray);
  background-color: var(--color-light-gray);
  padding: 0.75rem 1.25rem;
}
.spare-parts-explorer .pcg_hotspot {
  cursor: pointer;
  fill-opacity: 0;
  stroke: transparent;
  transition: all ease-in 200ms;
}
.spare-parts-explorer .pcg_hotspot:hover {
  fill: var(--color-black);
  fill-opacity: 0.12;
  stroke: var(--color-black);
  stroke-width: 2;
}
.spare-parts-explorer .pcg_hotspot.is-active {
  fill: #ef4444;
  fill-opacity: 0.25;
  stroke: var(--color-flux-red);
  stroke-width: 2;
}
@media (max-width: 1023px) {
  .spare-parts-explorer-entry-input {
    flex: unset;
  }
  .spare-parts-explorer-spinner {
    height: 37.5rem;
  }
  .spare-parts-explorer-widget {
    height: 37.5rem;
  }
  .spare-parts-explorer-drawing {
    width: 50%;
  }
  .spare-parts-explorer-thumb {
    width: calc((100% - 3 * 1rem) / 4);
  }
}
@media (max-width: 768px) {
  .spare-parts-explorer-entry-hero {
    padding: 2rem 1.25rem;
  }
  .spare-parts-explorer-entry-form {
    flex-direction: column;
  }
  .spare-parts-explorer-entry-submit {
    align-self: center;
    justify-content: center;
  }
  .spare-parts-explorer-spinner {
    height: auto;
    min-height: 12.5rem;
  }
  .spare-parts-explorer-widget {
    height: auto;
    overflow: visible;
  }
  .spare-parts-explorer-viewzone {
    overflow-y: visible;
  }
  .spare-parts-explorer-dual {
    flex-direction: column;
    height: auto;
  }
  .spare-parts-explorer-drawing {
    width: 100%;
    height: 20rem;
  }
  .spare-parts-explorer-separator {
    cursor: row-resize;
    width: 100%;
    height: 0.25rem;
  }
  .spare-parts-explorer-parts {
    height: auto;
    overflow-y: visible;
  }
  .spare-parts-explorer-thumb {
    width: calc((100% - 2 * 1rem) / 3);
  }
  .spare-parts-explorer-drawing-toggle {
    display: flex;
  }
  .spare-parts-explorer-drawing:has([data-spe-drawing-toggle][aria-pressed=true]) {
    border-right: none;
    background-color: transparent;
    height: auto;
    overflow: visible;
  }
  .spare-parts-explorer-drawing:has([data-spe-drawing-toggle][aria-pressed=true]) .spare-parts-explorer-drawing-actions {
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0.5rem;
  }
  .spare-parts-explorer-drawing:has([data-spe-drawing-toggle][aria-pressed=true]) .spare-parts-explorer-drawing-btn:not(.spare-parts-explorer-drawing-toggle) {
    display: none;
  }
  .spare-parts-explorer-drawing:has([data-spe-drawing-toggle][aria-pressed=true]) .spare-parts-explorer-drawing-wrapper,
  .spare-parts-explorer-drawing:has([data-spe-drawing-toggle][aria-pressed=true]) .spare-parts-explorer-drawing-photo {
    display: none;
  }
  .spare-parts-explorer-dual:has([data-spe-drawing-toggle][aria-pressed=true]) .spare-parts-explorer-separator {
    display: none;
  }
}
@media (max-width: 480px) {
  .spare-parts-explorer-thumb {
    width: calc((100% - 1rem) / 2);
  }
}

.spare-parts-explorer:not(:has(.spare-parts-explorer-entry.is-visible)):not(:has(.spare-parts-explorer-widget.is-visible)) .spare-parts-explorer-spinner.is-hidden {
  display: flex;
}

section.newsletter .form {
  margin: 0 auto;
  max-width: 43.75rem;
}
section.newsletter .rmBase__compError:not(:empty) {
  margin-top: 0.25rem;
  color: var(--color-sales-red);
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
section.newsletter .rmBase__el--captcha {
  display: flex;
  justify-content: flex-start;
}

.product-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.product-listing-title {
  display: flex;
  gap: 4.5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.product-listing-title .headline-wrapper {
  width: 50%;
}
.product-listing-title .text-wrapper {
  width: 50%;
}
.product-listing-tabs {
  display: flex;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 3.125rem;
}
.product-listing-tabs .swiper {
  flex: 1;
  padding-bottom: 6px;
  min-width: 0;
}
.product-listing-tabs .swiper .swiper-wrapper {
  align-items: stretch;
}
.product-listing-tabs .swiper .swiper-slide {
  display: flex;
  height: auto;
}
@media (min-width: 1023px) {
  .product-listing-tabs .swiper .swiper-slide:last-child::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 120px;
    border-bottom: 4px solid var(--color-medium-gray);
  }
}
.product-listing-tabs .swiper::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--color-white) 52.88%, var(--color-white) 100%);
  width: 95px;
  height: 68px;
  content: "";
}
.product-listing-tabs .swiper-controls {
  margin-top: 0;
}
.product-listing-tabs-item {
  position: relative;
  border-bottom: 4px solid var(--color-medium-gray);
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  width: 100%;
  color: var(--color-dark-gray);
  font-weight: 800;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  text-transform: uppercase;
  display: flex;
  text-align: center;
  text-decoration: none;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  hyphens: auto;
  transition: all ease-in 200ms;
}
.product-listing-tabs-item::after {
  display: none;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  border-top: 6px solid currentColor;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  width: 0;
  height: 0;
  content: "";
}
.product-listing-tabs-item.active {
  border-bottom-color: var(--color-flux-red);
  color: var(--color-black);
}
.product-listing-tabs-item.active::after {
  display: block;
  border-top-color: var(--color-flux-red);
}
.product-listing-filter {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product-listing-filter-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.product-listing-filter-list[aria-expanded=true] .product-listing-filter-list-item--additional {
  display: block;
}
.product-listing-filter-list[aria-expanded=true] .product-listing-filter-toggle::after {
  content: "\f025";
}
.product-listing-filter-list[aria-expanded=true] .product-listing-filter-toggle .more-filters {
  display: none;
}
.product-listing-filter-list[aria-expanded=true] .product-listing-filter-toggle .less-filters {
  display: inline-block;
}
.product-listing-filter-list-item {
  position: relative;
}
.product-listing-filter-list-item--additional {
  display: none;
}
.product-listing-filter-list-item[aria-expanded=true] .product-listing-filter-dropdown {
  display: flex;
}
.product-listing-filter-list-item-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-flux-red);
  padding: 0.75rem;
  width: 100%;
  min-height: 44px;
  color: var(--color-white);
  font-weight: 800;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  white-space: nowrap;
  transition: all ease-in 200ms;
}
.product-listing-filter-list-item-trigger:hover, .product-listing-filter-list-item-trigger:active {
  background-color: var(--color-red);
}
.product-listing-filter-list-item-trigger:focus {
  background-color: var(--color-red);
}
.product-listing-filter-list-item-trigger::after {
  flex-shrink: 0;
}
.product-listing-filter-dropdown {
  flex-direction: column;
  background-color: var(--color-light-gray);
  padding-top: 1rem;
  min-width: 400px;
}
.product-listing-filter-dropdown.has-scroll-above .product-listing-filter-dropdown-header {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}
.product-listing-filter-dropdown.has-scroll-below .product-listing-filter-dropdown-footer {
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.08);
}
.product-listing-filter-dropdown-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  max-height: 280px;
  overflow-y: auto;
}
.product-listing-filter-dropdown-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.product-listing-filter-dropdown-header {
  padding: 0 1rem 1rem 1rem;
}
.product-listing-filter-dropdown-search {
  padding-left: 2.25rem;
  width: 100%;
  height: 40px;
}
.product-listing-filter-dropdown-search-wrapper {
  position: relative;
}
.product-listing-filter-dropdown-search-wrapper .icon-search-16 {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-dark-gray);
  font-size: 1rem;
}
.product-listing-filter-dropdown-range {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.product-listing-filter-dropdown-range .input {
  border: 1px solid var(--color-gray-blue);
  width: 100%;
  height: 40px;
}
.product-listing-filter-dropdown-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1rem;
}
.product-listing-filter-dropdown-reset {
  font-size: var(--font-size-s);
  text-decoration: underline;
}
.product-listing-filter-dropdown-hint {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background-color: var(--color-gray-blue);
  padding: 0.5rem;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.product-listing-filter-dropdown-hint-title {
  font-weight: 700;
}
.product-listing-filter-toggle {
  display: flex;
  grid-column: 6;
  justify-content: end;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  font-weight: 800;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  transition: all ease-in 200ms;
}
.product-listing-filter-toggle:hover, .product-listing-filter-toggle:active {
  color: var(--color-flux-red);
}
.product-listing-filter-toggle::after {
  content: "\f024";
  font-size: 1.25rem;
  font-family: var(--font-family-icons);
}
.product-listing-filter-toggle .more-filters {
  display: inline-block;
}
.product-listing-filter-toggle .less-filters {
  display: none;
}
.product-listing-filter-active {
  display: none;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  border-top: 1px solid var(--color-medium-gray);
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.product-listing-filter-active-label {
  flex-shrink: 0;
  color: var(--color-dark-gray);
  font-weight: 700;
  line-height: var(--line-height-s);
}
.product-listing-filter-active-remove-all {
  margin-left: 2rem;
  font-size: var(--font-size-s);
  text-decoration: underline;
}
.product-listing-filter-active-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-listing-filter-active.is-visible {
  display: flex;
}
.product-listing-filter-offcanvas .offcanvas-header {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0784313725);
}
.product-listing-filter-offcanvas .offcanvas-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product-listing-filter-offcanvas-list {
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
  padding-right: 1rem;
  padding-left: 1rem;
}
.product-listing-filter-offcanvas-item {
  border-bottom: 1px solid var(--color-medium-gray);
}
.product-listing-filter-offcanvas-item-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
.product-listing-filter-offcanvas-item-trigger .icon {
  flex-shrink: 0;
  transition: transform 0.2s;
  font-size: 1rem;
}
.product-listing-filter-offcanvas-item.has-active-filters .product-listing-filter-offcanvas-item-trigger {
  font-weight: 700;
}
.product-listing-filter-offcanvas-item[aria-expanded=true] .product-listing-filter-offcanvas-item-trigger {
  font-weight: 700;
}
.product-listing-filter-offcanvas-item[aria-expanded=true] .product-listing-filter-offcanvas-item-trigger .icon {
  transform: rotate(180deg);
}
.product-listing-filter-offcanvas-item [data-collapse-content] > *:last-child {
  padding-bottom: 1rem;
}
.product-listing-filter-offcanvas-item [data-collapse-content] > *:last-child .product-listing-filter-dropdown-options,
.product-listing-filter-offcanvas-item [data-collapse-content] > *:last-child .product-listing-filter-dropdown-range {
  padding-right: 0;
  padding-left: 0;
}
.product-listing-filter-offcanvas-item .product-listing-filter-offcanvas-item-content .product-listing-filter-dropdown-hint,
.product-listing-filter-offcanvas-item .product-listing-filter-offcanvas-item-content .product-listing-filter-dropdown-search-wrapper {
  margin-bottom: 1rem;
}
.product-listing-filter-offcanvas-item .product-listing-filter-offcanvas-item-content .product-listing-filter-dropdown-search-wrapper {
  border: 1px solid var(--color-gray-blue);
}
.product-listing-filter-offcanvas-footer {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: var(--color-light-gray);
  padding: 1.5rem 1rem;
  width: 100%;
}
.product-listing-filter-offcanvas-footer .button {
  width: 100%;
}
.product-listing-filter-offcanvas-footer-reset {
  font-size: var(--font-size-s);
  text-decoration: underline;
}
.product-listing-filter-offcanvas .product-listing-filter-active {
  flex-direction: column;
  align-items: start;
  gap: 1rem;
  margin: 0;
  border-top: 0;
  padding: 1rem;
}
.product-listing-filter-offcanvas .product-listing-filter-active .product-listing-filter-active-remove-all {
  display: none;
}
.product-listing-filter-offcanvas .product-listing-filter-active.is-visible ~ .product-listing-filter-offcanvas-list > .product-listing-filter-offcanvas-item:first-child {
  border-top: 1px solid var(--color-medium-gray);
}
.product-listing-mobile-filter-toggle {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: var(--color-flux-red);
  padding: 0.75rem;
  width: 100%;
  color: var(--color-white);
  font-weight: 800;
  font-size: var(--font-size-s);
}
.product-listing-mobile-filter-toggle::after {
  content: "\f006";
  font-size: 1rem;
  font-family: var(--font-family-icons);
}
.product-listing-mobile-filter-toggle-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.product-listing-count {
  margin-top: 0.875rem;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
  text-align: center;
}

@media (max-width: 1280px) {
  .product-listing {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-listing-filter {
    display: none;
  }
  .product-listing-mobile-filter-toggle {
    display: flex;
  }
}
@media (min-width: 1023px) {
  .product-listing-tabs .swiper-slide {
    width: auto !important;
  }
}
@media (max-width: 1023px) {
  .product-listing {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .product-listing-title {
    flex-direction: column;
    gap: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .product-listing-title .headline-wrapper {
    width: 100%;
  }
  .product-listing-title .text-wrapper {
    width: 100%;
  }
  .product-listing-tabs {
    padding-top: 3rem;
    padding-bottom: 1.375rem;
  }
  .product-listing-tabs .swiper::after {
    display: none;
  }
  .product-listing-tabs .swiper-slide {
    width: auto;
  }
  .product-listing-tabs .swiper-controls {
    display: none;
  }
}
.product-buybox {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2.5rem;
  padding: 0;
}
.product-buybox-media {
  position: sticky;
  top: 1rem;
  width: 100%;
  max-width: 536px;
}
.product-buybox-gallery-main .swiper-slide {
  aspect-ratio: 1;
}
.product-buybox-gallery-main img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-buybox-gallery-thumbs {
  margin-top: 5.375rem;
}
.product-buybox-gallery-thumbs .swiper-wrapper {
  justify-content: center;
}
.product-buybox-gallery-thumbs .swiper-slide {
  border: 1px solid transparent;
  background-color: var(--color-light-gray);
  padding: 0.6875rem;
  aspect-ratio: 0.81;
  width: 100px;
  overflow: hidden;
  transition: all ease-in 200ms;
}
.product-buybox-gallery-thumbs .swiper-slide:hover, .product-buybox-gallery-thumbs .swiper-slide:active {
  border-color: var(--color-medium-gray);
}
.product-buybox-gallery-thumbs .swiper-slide:focus {
  border-color: var(--color-medium-gray);
}
.product-buybox-gallery-thumbs .swiper-slide-thumb-active {
  border-color: var(--color-black) !important;
}
.product-buybox-gallery-thumbs .swiper-slide img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-buybox-details {
  width: 100%;
  max-width: 460px;
}
.product-buybox-category {
  margin-bottom: 0.5rem;
  color: var(--color-flux-red);
  font-weight: 800;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
.product-buybox-title {
  margin-bottom: 1rem;
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-m);
}
.product-buybox-product-numbers {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
  line-height: var(--line-height-xl);
}
.product-buybox-product-numbers > * {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.product-buybox-product-numbers > *::after {
  display: block;
  margin-top: -3px;
  background-color: var(--color-black);
  width: 1px;
  height: 14px;
  content: "";
}
.product-buybox-product-numbers > *:last-child::after {
  display: none;
}
.product-buybox-description {
  margin-bottom: 1rem;
  line-height: var(--line-height-xl);
}
.product-buybox-detail-anchor {
  margin-top: 0.8125rem;
  margin-bottom: 2.625rem;
}
.product-buybox-detail-anchor::after {
  content: "\f011";
}
.product-buybox-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.5rem;
  margin-bottom: 3rem;
  font-size: var(--font-size-m);
  line-height: var(--line-height-xl);
}
.product-buybox-features dt,
.product-buybox-features dd {
  margin: 0;
  border-bottom: 1px solid var(--color-gray-blue);
  padding-bottom: 0.5rem;
}
.product-buybox-features dt:last-of-type,
.product-buybox-features dd:last-of-type {
  border-bottom: unset;
  padding-bottom: 0;
}
.product-buybox-features dt {
  font-weight: 700;
  text-align: left;
}
.product-buybox-features dd {
  text-align: right;
}
.product-buybox-features dd.certificates {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.product-buybox-features dd.certificates img {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-buybox-variants {
  margin-bottom: 2.5rem;
}
.product-buybox-variant {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.product-buybox-variant:last-child {
  margin-bottom: 0;
}
.product-buybox-variant label {
  font-weight: 700;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.product-buybox-form {
  background-color: var(--color-gray-blue);
  padding: 2.5rem 1.5rem;
}
.product-buybox-price-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.5rem;
}
.product-buybox-price {
  width: 50%;
  font-weight: 800;
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-s);
}
.product-buybox-quantity {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
.product-buybox-quantity-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light-gray);
  aspect-ratio: 1;
  width: 38px;
  transition: all ease-in 200ms;
}
.product-buybox-quantity-button:hover, .product-buybox-quantity-button:active {
  background-color: var(--color-medium-gray);
}
.product-buybox-quantity-button:focus {
  background-color: var(--color-medium-gray);
}
.product-buybox-quantity-button::after {
  font-size: 1rem;
  font-family: var(--font-family-icons);
}
.product-buybox-quantity-button--left::after {
  content: "\f009";
}
.product-buybox-quantity-button--right::after {
  content: "\f006";
}
.product-buybox-quantity-input {
  border: unset;
  border-radius: 0;
  width: 56px;
  height: 38px;
  font-size: var(--font-size-m);
  text-align: center;
}
.product-buybox-quantity-input::-webkit-inner-spin-button, .product-buybox-quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.product-buybox-price-notice {
  max-width: 225px;
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.product-buybox-cart, .product-buybox-offer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-buybox-cart .button, .product-buybox-offer .button {
  width: 100%;
}
.product-buybox-cart-notice, .product-buybox-offer-notice {
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
  text-align: center;
}
.product-buybox-cart .button::after {
  content: "\f002";
}
.product-buybox-offer {
  margin-bottom: 2.5rem;
}
.product-buybox-offer .button::after {
  content: "\f001";
}
.product-buybox-divider {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 1.5rem 0;
  font-weight: 700;
  font-size: var(--font-size-xs);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
}
.product-buybox-divider::before, .product-buybox-divider::after {
  display: block;
  background-color: var(--color-medium-gray);
  width: 100%;
  height: 1px;
  content: "";
}
.product-buybox-order-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.25rem;
  margin-bottom: 2.5rem;
  border-top: 1px solid var(--color-medium-gray);
  border-bottom: 1px solid var(--color-medium-gray);
  padding: 1rem 0;
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}
.product-buybox-order-info dt,
.product-buybox-order-info dd {
  margin: 0;
}
.product-buybox-order-info dt {
  font-weight: 700;
  text-align: left;
}
.product-buybox-order-info dd {
  text-align: right;
}
.product-buybox-support-title {
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: var(--line-height-l);
  text-transform: uppercase;
}
.product-buybox-support-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.product-buybox-support-list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-buybox-support-list-item .icon {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-buybox-support-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  line-height: var(--line-height-s);
}
.product-buybox-support-text-title {
  font-weight: 700;
}
.product-buybox-support-text-link {
  color: inherit;
  transition: all ease-in 200ms;
}
.product-buybox-support-text-link:hover, .product-buybox-support-text-link:active {
  text-decoration: none;
}
.product-buybox-support-text-link:focus {
  text-decoration: none;
}

.product-detail-tabs .tabs-panel .certificates {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.product-detail-tabs .tabs-panel .certificates img {
  width: 6.25rem;
  height: 6.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail-tabs .tabs-panel .media-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-detail-tabs .tabs-panel .media-items .media-item {
  border: 0.0625rem solid var(--color-medium-gray);
  border-radius: 999em;
  padding: 0.25rem 0.5rem;
  font-size: var(--font-size-s);
}

@media (max-width: 1023px) {
  .product-detail-related-slider .swiper {
    margin-right: calc(var(--container-small-padding-x) * -1);
  }
  .product-detail-related-slider .swiper-controls {
    margin-right: var(--container-small-padding-x);
  }
  .product-detail-related-slider .swiper-slide {
    width: 80%;
  }
}

@media (max-width: 1280px) {
  .product-buybox {
    flex-direction: column;
  }
  .product-buybox-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .product-buybox-media, .product-buybox-details {
    max-width: unset;
  }
  .product-buybox-media {
    position: relative;
    top: 0;
  }
}
@media (max-width: 1023px) {
  .product-buybox-media {
    align-self: center;
    max-width: 268px;
  }
  .product-buybox-gallery-thumbs {
    margin-top: 2.6875rem;
  }
  .product-buybox-gallery-thumbs .swiper-slide {
    width: 50px;
  }
  .product-buybox-detail-anchor {
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
  .product-buybox-form {
    padding: 2rem 1rem;
  }
  .product-detail-tabs .tabs-panel .certificates {
    gap: 0.625rem;
  }
  .product-detail-tabs .tabs-panel .certificates img {
    width: 3.75rem;
    height: 3.75rem;
  }
}
table.technical-data th:first-child,
table.technical-data td:first-child {
  width: 20%;
}

.search-page {
  padding: 3rem 0 9rem;
}
.search-page-header {
  margin-bottom: 3rem;
}
.search-page-title {
  margin-bottom: 0.5rem;
  font-size: var(--font-size-xxxl);
}
.search-page-description {
  margin-bottom: 2rem;
}
.search-page-form {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.search-page-form .search-popover-input-wrapper {
  flex: 1;
  min-width: 0;
}
.search-page-form .input {
  border: 1px solid var(--color-medium-gray);
  background-color: var(--color-white);
  width: 100%;
}
.search-page-form .button {
  width: 100%;
  max-width: 12.125rem;
}
.search-page-filters {
  position: relative;
}
.search-page-filters::after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-color: var(--color-medium-gray);
  width: 100%;
  height: 4px;
  content: "";
}
.search-page-filters .tab {
  padding-top: 1rem;
  width: auto;
  text-decoration: none;
}
.search-page-filters .tab span {
  font-weight: 400;
}
.search-page-results-count {
  padding: 1rem 0;
  font-weight: 800;
  font-size: var(--font-size-l);
  line-height: var(--line-height-s);
}
.search-page-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.search-page-pagination-info {
  margin-bottom: 0;
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
  line-height: var(--line-height-xl);
}

.search-result-list {
  display: flex;
  flex-direction: column;
}
.search-result-item {
  border-bottom: 1px solid var(--color-medium-gray);
}
.search-result-item:first-child .search-result-link {
  padding-top: 0;
}
.search-result-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  color: var(--color-black);
  text-decoration: none;
  transition: all ease-in 200ms;
}
.search-result-link:hover .button--icon, .search-result-link:active .button--icon {
  background-color: var(--color-red);
}
.search-result-link:focus .button--icon {
  background-color: var(--color-red);
}
.search-result-link .button--icon {
  flex-shrink: 0;
}
.search-result-content {
  flex: 1;
  min-width: 0;
  max-width: 55.875rem;
}
.search-result-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.125rem;
  margin-bottom: 1rem;
  color: var(--color-dark-gray);
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  letter-spacing: var(--letter-spacing-narrow);
}
.search-result-breadcrumb span {
  display: flex;
  align-items: center;
}
.search-result-breadcrumb span:not(:last-child)::after {
  margin: 0 0.125rem;
  content: "\f006";
  font-family: var(--font-family-icons);
}
.search-result-title {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: var(--font-size-l);
  line-height: var(--line-height-s);
}
.search-result-description {
  margin-bottom: 0;
  font-size: var(--font-size-m);
  line-height: var(--line-height-xl);
}

@media (max-width: 1280px) {
  .search-page {
    padding: 2rem 0 5rem;
  }
  .search-page-header {
    margin-bottom: 1.5rem;
  }
  .search-page-description {
    margin-bottom: 1rem;
  }
  .search-page-form {
    gap: 0.5rem;
  }
  .search-page-form .button {
    gap: 0;
    padding: 0.5rem;
    min-width: 3rem;
    max-width: 3rem;
    font-size: 0;
  }
  .search-result-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}