@charset "UTF-8";
/*!
*   (C) 2021 Kieweg und Freiermuth Werbeagentur GmbH
*   
*   Main Theme File
*/
/* Theme Settings */
/* Spacings */
/* Breakpoints */
/* Color Palette */
/*
*   (C) 2021 Kieweg und Freiermuth Werbeagentur GmbH
*   
*   Reset default browser styles to a minimum
*   
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
*   (C) 2021 Kieweg und Freiermuth Werbeagentur GmbH
*
*   Mixins File
*   
*   Predefined mixins for global usage
*/
/* =========================================
   Helpers
========================================= */
/* Orientation */
/* XS */
/* Small to Medium-1 */
/* Medium to Large-1 */
/* Large */
/* Extra/Large and more */
/* Tablet Queries*/
/*

11" Portrait ≈ 834px
@include between-portrait(md, lg) {  }

11" Landscape ≈ 1194px
@include between-landscape(lg, xl) {  }

12.9/13" Portrait ≈ 1024px
@include between-portrait(lg, xl) {  }

12.9/13" Landscape ≈ 1366px
@include between-landscape(xl, xxl) {  }
*/
.color--text {
  color: var(--text-color);
}

.color--light, footer #footer2 a, footer #footer2 a:visited, footer #footer3 a, footer #footer3 a:visited, footer #footer4 a, footer #footer4 a:visited, footer {
  color: var(--light-color);
}

.color--dark {
  color: var(--dark-color);
}

.color--gray {
  color: var(--gray-color);
}

.color--darkgray {
  color: var(--darkgray-color);
}

.color--brand--1 {
  color: var(--brand-color--1);
}

.color--brand--2 {
  color: var(--brand-color--2);
}

.color--brand--3 {
  color: var(--brand-color--3);
}

.color--brand--4 {
  color: var(--brand-color--4);
}

.color--brand--1--light {
  color: var(--brand-color--1--light);
}

.color--brand--2--light {
  color: var(--brand-color--2--light);
}

.color--brand--3--light {
  color: var(--brand-color--3--light);
}

.color--brand--4--light {
  color: var(--brand-color--4--light);
}

.color--brand--1--dark {
  color: var(--brand-color--1--dark);
}

.color--brand--2--dark {
  color: var(--brand-color--2--dark);
}

.color--brand--3--dark {
  color: var(--brand-color--3--dark);
}

.color--brand--4--dark {
  color: var(--brand-color--4--dark);
}

.color--error {
  color: var(--error-color);
}

.color--success {
  color: var(--success-color);
}

.color--gradient {
  background: -webkit-linear-gradient(-10deg, var(--brand-color--1) 0%, var(--brand-color--3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.background--text {
  background: var(--text-color);
}

.background--light {
  background: var(--light-color);
}

.background--dark {
  background: var(--dark-color);
}

.background--gray {
  background: var(--gray-color);
}

.background--darkgray {
  background: var(--darkgray-color);
}

.background--error {
  background: var(--error-color);
}

.background--success {
  background: var(--success-color);
}

.background--brand--1 {
  background: var(--brand-color--1);
}

.background--brand--2 {
  background: var(--brand-color--2);
}

.background--brand--3 {
  background: var(--brand-color--3);
}

.background--brand--4 {
  background: var(--brand-color--4);
}

.background--brand--gradient, .content-product-filter-button .button--radio .button, .mod_newsreader .hero, .content-swiper .tabs .content-swiper-tab-box.active, .scrollcontainer .tabs .content-swiper-tab-box.active, footer {
  background-image: linear-gradient(30deg, var(--brand-color--1--dark) 0%, var(--brand-color--1--light) 100%);
}

.background--brand2--gradient, .content-product-filter-button .button--radio input:checked + .button {
  background-image: linear-gradient(30deg, var(--brand-color--2--dark) 0%, var(--brand-color--2--light) 100%);
}

.background--light--gradient, .contao-cookiebar .cc-inner, .layout_latest.job.featured, #locations .continent {
  background-image: linear-gradient(30deg, var(--gray-color) 0%, var(--light-color) 100%);
}

.background--brand--1--light {
  background: var(--brand-color--1--light);
}

.background--brand--2--light {
  background: var(--brand-color--2--light);
}

.background--brand--3--light {
  background: var(--brand-color--3--light);
}

.background--brand--4--light {
  background: var(--brand-color--4--light);
}

.background--brand--1--dark {
  background: var(--brand-color--1--dark);
}

.background--brand--2--dark {
  background: var(--brand-color--2--dark);
}

.background--brand--3--dark {
  background: var(--brand-color--3--dark);
}

.background--brand--4--dark {
  background: var(--brand-color--4--dark);
}

.background--gradient--brand--1 {
  background-image: linear-gradient(-70deg, var(--brand-color--1--20) 0%, var(--brand-color--1--40) 50%, var(--brand-color--1--20) 100%);
}

.background--gradient--brand--2 {
  background-image: linear-gradient(-70deg, var(--brand-color--2--20) 0%, var(--brand-color--2--40) 50%, var(--brand-color--2--20) 100%);
}

.background--gradient--brand--3 {
  background-image: linear-gradient(-70deg, var(--brand-color--3--20) 0%, var(--brand-color--3--40) 50%, var(--brand-color--3--20) 100%);
}

.background--gradient--brand--4 {
  background-image: linear-gradient(-70deg, var(--brand-color--4--20) 0%, var(--brand-color--4--40) 50%, var(--brand-color--4--20) 100%);
}

body .display--block {
  display: block;
}
body .display--inline-block {
  display: inline-block;
}
body .display--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .display--inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body .position--absolute {
  position: absolute;
}
body .position--relative {
  position: relative;
}
body .position--static {
  position: static;
}
body .position--fixed {
  position: fixed;
}
body .position--absolute--fill {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  body .position--absolute--small {
    position: absolute;
  }
  body .position--relative--small {
    position: relative;
  }
  body .position--static--small {
    position: static;
  }
  body .position--fixed--small {
    position: fixed;
  }
  body .position--absolute--fill--small {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
body .flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .align--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body .align--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .align--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 991px) {
  body .align--end {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
body .align--self--start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body .align--self--center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
body .align--self--end {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
body .justify--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body .justify--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .justify--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
body .justify--self--start {
  justify-self: flex-start;
}
body .justify--self--center {
  -ms-grid-column-align: center;
      justify-self: center;
}
body .justify--self--end {
  -ms-grid-column-align: end;
      justify-self: end;
}
body .flex--1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .flex--2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
body .flex--3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
body .flex--4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
body .flex--5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
body .flex--6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
body .flex--7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
body .flex--8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
body .flex--9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}
body .innerpadding--10 {
  padding: 10px;
}
body .innerpadding--20 {
  padding: 20px;
}
body .innerpadding--30 {
  padding: 30px;
}
body .innerpadding--40 {
  padding: 40px;
}
body .innerpadding--50 {
  padding: 50px;
}
body .innerpadding--60 {
  padding: 60px;
}
body .innerpadding--70 {
  padding: 70px;
}
body .innerpadding--80 {
  padding: 80px;
}
body .innerpadding--90 {
  padding: 90px;
}
body .innerpadding {
  padding: 40px 60px;
}
@media (max-width: 819px) {
  body .innerpadding {
    padding: 20px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--10 {
    padding: 10px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--20 {
    padding: 20px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--30 {
    padding: 30px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--40 {
    padding: 40px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--50 {
    padding: 50px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--60 {
    padding: 60px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--70 {
    padding: 70px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--80 {
    padding: 80px;
  }
}
@media (max-width: 819px) {
  body .innerpadding--mobile--90 {
    padding: 90px;
  }
}
body .z-index---1 {
  z-index: -1;
}
body .z-index--0 {
  z-index: 0;
}
body .z-index--100 {
  z-index: 100;
}
body .height--auto {
  height: auto;
}
body .height--100 {
  height: 100%;
}
body .height--100 > .columns {
  height: 100%;
}
body .overflow--visible {
  overflow: visible;
}
body .overflow--hidden {
  overflow: hidden;
}
body .overflow--x--visible {
  overflow-x: visible;
}
body .overflow--y--visible {
  overflow-y: visible;
}
@media (min-width: 820px) {
  body .w-10 {
    width: 10px;
  }
  body .h-10 {
    height: 10px;
  }
}
@media (min-width: 820px) {
  body .w-20 {
    width: 20px;
  }
  body .h-20 {
    height: 20px;
  }
}
@media (min-width: 820px) {
  body .w-30 {
    width: 30px;
  }
  body .h-30 {
    height: 30px;
  }
}
@media (min-width: 820px) {
  body .w-40 {
    width: 40px;
  }
  body .h-40 {
    height: 40px;
  }
}
@media (min-width: 820px) {
  body .w-50 {
    width: 50px;
  }
  body .h-50 {
    height: 50px;
  }
}
@media (min-width: 820px) {
  body .w-60 {
    width: 60px;
  }
  body .h-60 {
    height: 60px;
  }
}
@media (min-width: 820px) {
  body .w-70 {
    width: 70px;
  }
  body .h-70 {
    height: 70px;
  }
}
@media (min-width: 820px) {
  body .w-80 {
    width: 80px;
  }
  body .h-80 {
    height: 80px;
  }
}
@media (min-width: 820px) {
  body .w-90 {
    width: 90px;
  }
  body .h-90 {
    height: 90px;
  }
}
@media (min-width: 820px) {
  body .w-100 {
    width: 100px;
  }
  body .h-100 {
    height: 100px;
  }
}
@media (min-width: 820px) {
  body .w-110 {
    width: 110px;
  }
  body .h-110 {
    height: 110px;
  }
}
@media (min-width: 820px) {
  body .w-120 {
    width: 120px;
  }
  body .h-120 {
    height: 120px;
  }
}
@media (min-width: 820px) {
  body .w-130 {
    width: 130px;
  }
  body .h-130 {
    height: 130px;
  }
}
@media (min-width: 820px) {
  body .w-140 {
    width: 140px;
  }
  body .h-140 {
    height: 140px;
  }
}
@media (min-width: 820px) {
  body .w-150 {
    width: 150px;
  }
  body .h-150 {
    height: 150px;
  }
}
@media (min-width: 820px) {
  body .w-160 {
    width: 160px;
  }
  body .h-160 {
    height: 160px;
  }
}
@media (min-width: 820px) {
  body .w-170 {
    width: 170px;
  }
  body .h-170 {
    height: 170px;
  }
}
@media (min-width: 820px) {
  body .w-180 {
    width: 180px;
  }
  body .h-180 {
    height: 180px;
  }
}
@media (min-width: 820px) {
  body .w-190 {
    width: 190px;
  }
  body .h-190 {
    height: 190px;
  }
}
@media (min-width: 820px) {
  body .w-200 {
    width: 200px;
  }
  body .h-200 {
    height: 200px;
  }
}
@media (min-width: 820px) {
  body .w-210 {
    width: 210px;
  }
  body .h-210 {
    height: 210px;
  }
}
@media (min-width: 820px) {
  body .w-220 {
    width: 220px;
  }
  body .h-220 {
    height: 220px;
  }
}
@media (min-width: 820px) {
  body .w-230 {
    width: 230px;
  }
  body .h-230 {
    height: 230px;
  }
}
@media (min-width: 820px) {
  body .w-240 {
    width: 240px;
  }
  body .h-240 {
    height: 240px;
  }
}
@media (min-width: 820px) {
  body .w-250 {
    width: 250px;
  }
  body .h-250 {
    height: 250px;
  }
}
@media (min-width: 820px) {
  body .w-260 {
    width: 260px;
  }
  body .h-260 {
    height: 260px;
  }
}
@media (min-width: 820px) {
  body .w-270 {
    width: 270px;
  }
  body .h-270 {
    height: 270px;
  }
}
@media (min-width: 820px) {
  body .w-280 {
    width: 280px;
  }
  body .h-280 {
    height: 280px;
  }
}
@media (min-width: 820px) {
  body .w-290 {
    width: 290px;
  }
  body .h-290 {
    height: 290px;
  }
}
@media (min-width: 820px) {
  body .w-300 {
    width: 300px;
  }
  body .h-300 {
    height: 300px;
  }
}
@media (min-width: 820px) {
  body .w-310 {
    width: 310px;
  }
  body .h-310 {
    height: 310px;
  }
}
@media (min-width: 820px) {
  body .w-320 {
    width: 320px;
  }
  body .h-320 {
    height: 320px;
  }
}
@media (min-width: 820px) {
  body .w-330 {
    width: 330px;
  }
  body .h-330 {
    height: 330px;
  }
}
@media (min-width: 820px) {
  body .w-340 {
    width: 340px;
  }
  body .h-340 {
    height: 340px;
  }
}
@media (min-width: 820px) {
  body .w-350 {
    width: 350px;
  }
  body .h-350 {
    height: 350px;
  }
}
@media (min-width: 820px) {
  body .w-360 {
    width: 360px;
  }
  body .h-360 {
    height: 360px;
  }
}
@media (min-width: 820px) {
  body .w-370 {
    width: 370px;
  }
  body .h-370 {
    height: 370px;
  }
}
@media (min-width: 820px) {
  body .w-380 {
    width: 380px;
  }
  body .h-380 {
    height: 380px;
  }
}
@media (min-width: 820px) {
  body .w-390 {
    width: 390px;
  }
  body .h-390 {
    height: 390px;
  }
}
@media (min-width: 820px) {
  body .w-400 {
    width: 400px;
  }
  body .h-400 {
    height: 400px;
  }
}
@media (min-width: 820px) {
  body .w-410 {
    width: 410px;
  }
  body .h-410 {
    height: 410px;
  }
}
@media (min-width: 820px) {
  body .w-420 {
    width: 420px;
  }
  body .h-420 {
    height: 420px;
  }
}
@media (min-width: 820px) {
  body .w-430 {
    width: 430px;
  }
  body .h-430 {
    height: 430px;
  }
}
@media (min-width: 820px) {
  body .w-440 {
    width: 440px;
  }
  body .h-440 {
    height: 440px;
  }
}
@media (min-width: 820px) {
  body .w-450 {
    width: 450px;
  }
  body .h-450 {
    height: 450px;
  }
}
@media (min-width: 820px) {
  body .w-460 {
    width: 460px;
  }
  body .h-460 {
    height: 460px;
  }
}
@media (min-width: 820px) {
  body .w-470 {
    width: 470px;
  }
  body .h-470 {
    height: 470px;
  }
}
@media (min-width: 820px) {
  body .w-480 {
    width: 480px;
  }
  body .h-480 {
    height: 480px;
  }
}
@media (min-width: 820px) {
  body .w-490 {
    width: 490px;
  }
  body .h-490 {
    height: 490px;
  }
}
@media (min-width: 820px) {
  body .w-500 {
    width: 500px;
  }
  body .h-500 {
    height: 500px;
  }
}
@media (min-width: 820px) {
  body .w-510 {
    width: 510px;
  }
  body .h-510 {
    height: 510px;
  }
}
@media (min-width: 820px) {
  body .w-520 {
    width: 520px;
  }
  body .h-520 {
    height: 520px;
  }
}
@media (min-width: 820px) {
  body .w-530 {
    width: 530px;
  }
  body .h-530 {
    height: 530px;
  }
}
@media (min-width: 820px) {
  body .w-540 {
    width: 540px;
  }
  body .h-540 {
    height: 540px;
  }
}
@media (min-width: 820px) {
  body .w-550 {
    width: 550px;
  }
  body .h-550 {
    height: 550px;
  }
}
@media (min-width: 820px) {
  body .w-560 {
    width: 560px;
  }
  body .h-560 {
    height: 560px;
  }
}
@media (min-width: 820px) {
  body .w-570 {
    width: 570px;
  }
  body .h-570 {
    height: 570px;
  }
}
@media (min-width: 820px) {
  body .w-580 {
    width: 580px;
  }
  body .h-580 {
    height: 580px;
  }
}
@media (min-width: 820px) {
  body .w-590 {
    width: 590px;
  }
  body .h-590 {
    height: 590px;
  }
}
@media (min-width: 820px) {
  body .w-600 {
    width: 600px;
  }
  body .h-600 {
    height: 600px;
  }
}
@media (min-width: 820px) {
  body .w-610 {
    width: 610px;
  }
  body .h-610 {
    height: 610px;
  }
}
@media (min-width: 820px) {
  body .w-620 {
    width: 620px;
  }
  body .h-620 {
    height: 620px;
  }
}
@media (min-width: 820px) {
  body .w-630 {
    width: 630px;
  }
  body .h-630 {
    height: 630px;
  }
}
@media (min-width: 820px) {
  body .w-640 {
    width: 640px;
  }
  body .h-640 {
    height: 640px;
  }
}
@media (min-width: 820px) {
  body .w-650 {
    width: 650px;
  }
  body .h-650 {
    height: 650px;
  }
}
@media (min-width: 820px) {
  body .w-660 {
    width: 660px;
  }
  body .h-660 {
    height: 660px;
  }
}
@media (min-width: 820px) {
  body .w-670 {
    width: 670px;
  }
  body .h-670 {
    height: 670px;
  }
}
@media (min-width: 820px) {
  body .w-680 {
    width: 680px;
  }
  body .h-680 {
    height: 680px;
  }
}
@media (min-width: 820px) {
  body .w-690 {
    width: 690px;
  }
  body .h-690 {
    height: 690px;
  }
}
@media (min-width: 820px) {
  body .w-700 {
    width: 700px;
  }
  body .h-700 {
    height: 700px;
  }
}
@media (min-width: 820px) {
  body .w-710 {
    width: 710px;
  }
  body .h-710 {
    height: 710px;
  }
}
@media (min-width: 820px) {
  body .w-720 {
    width: 720px;
  }
  body .h-720 {
    height: 720px;
  }
}
@media (min-width: 820px) {
  body .w-730 {
    width: 730px;
  }
  body .h-730 {
    height: 730px;
  }
}
@media (min-width: 820px) {
  body .w-740 {
    width: 740px;
  }
  body .h-740 {
    height: 740px;
  }
}
@media (min-width: 820px) {
  body .w-750 {
    width: 750px;
  }
  body .h-750 {
    height: 750px;
  }
}
@media (min-width: 820px) {
  body .w-760 {
    width: 760px;
  }
  body .h-760 {
    height: 760px;
  }
}
@media (min-width: 820px) {
  body .w-770 {
    width: 770px;
  }
  body .h-770 {
    height: 770px;
  }
}
@media (min-width: 820px) {
  body .w-780 {
    width: 780px;
  }
  body .h-780 {
    height: 780px;
  }
}
@media (min-width: 820px) {
  body .w-790 {
    width: 790px;
  }
  body .h-790 {
    height: 790px;
  }
}
@media (min-width: 820px) {
  body .w-800 {
    width: 800px;
  }
  body .h-800 {
    height: 800px;
  }
}
body .z-index--1 {
  z-index: -1;
}
body .z-index-0 {
  z-index: 0;
}
body .z-index-1 {
  z-index: 1;
}
body .z-index-10 {
  z-index: 10;
}
body .z-index-100 {
  z-index: 100;
}
body .z-index-1000 {
  z-index: 1000;
}
body .z-index-10000 {
  z-index: 10000;
}
body .padding--0 {
  padding: 0;
}
body .padding--20 {
  padding: 20px;
}
body .padding--40 {
  padding: 40px;
}
body .padding--60 {
  padding: 60px;
}
body .padding--v--0 .inside {
  padding-top: 0;
  padding-bottom: 0;
}
body .padding--v--20 .inside {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .padding--v--40 .inside {
  padding-top: 40px;
  padding-bottom: 40px;
}
body .padding--v--60 .inside {
  padding-top: 60px;
  padding-bottom: 60px;
}
body .padding--h--0 .inside {
  padding-left: 0;
  padding-right: 0;
}
body .padding--h--20 .inside {
  padding-left: 20px;
  padding-right: 20px;
}
body .padding--h--40 .inside {
  padding-left: 40px;
  padding-right: 40px;
}
body .padding--h--60 .inside {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  body .padding--0--small {
    padding: 0;
  }
  body .padding--20--small {
    padding: 20px;
  }
  body .padding--40--small {
    padding: 40px;
  }
  body .padding--60--small {
    padding: 60px;
  }
  body .justify--self--start--small {
    justify-self: flex-start;
  }
  body .justify--self--center--small {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  body .justify--self--end--small {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  body .align--self--start--small {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  body .align--self--center--small {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .align--self--end--small {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  body .padding--0--tabletportrait {
    padding: 0;
  }
  body .padding--20--tabletportrait {
    padding: 20px;
  }
  body .padding--40--tabletportrait {
    padding: 40px;
  }
  body .padding--60--tabletportrait {
    padding: 60px;
  }
  body .justify--self--start--tabletportrait {
    justify-self: flex-start;
  }
  body .justify--self--center--tabletportrait {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  body .justify--self--end--tabletportrait {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  body .align--self--start--tabletportrait {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  body .align--self--center--tabletportrait {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .align--self--end--tabletportrait {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  body .position--absolute--tabletportrait {
    position: absolute;
  }
  body .position--relative--tabletportrait {
    position: relative;
  }
  body .position--static--tabletportrait {
    position: static;
  }
  body .position--fixed--tabletportrait {
    position: fixed;
  }
  body .position--absolute--fill--tabletportrait {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  body .padding--0--tabletlandscape {
    padding: 0;
  }
  body .padding--20--tabletlandscape {
    padding: 20px;
  }
  body .padding--40--tabletlandscape {
    padding: 40px;
  }
  body .padding--60--tabletlandscape {
    padding: 60px;
  }
  body .justify--self--start--tabletlandscape {
    justify-self: flex-start;
  }
  body .justify--self--center--tabletlandscape {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  body .justify--self--end--tabletlandscape {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  body .align--self--start--tabletlandscape {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  body .align--self--center--tabletlandscape {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .align--self--end--tabletlandscape {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  body .position--absolute--tabletlandscape {
    position: absolute;
  }
  body .position--relative--tabletlandscape {
    position: relative;
  }
  body .position--static--tabletlandscape {
    position: static;
  }
  body .position--fixed--tabletlandscape {
    position: fixed;
  }
  body .position--absolute--fill--tabletlandscape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
body .pointer--events--none {
  pointer-events: none;
}
body .pointer--events--all {
  pointer-events: all;
}

@media (max-width: 819px) {
  html *.mobile--hidden {
    display: none;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  html *.tablet--portrait--hidden {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  html *.tablet--landscape--hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  html *.desktop--hidden {
    display: none;
  }
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayLightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayRoman.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayRomanItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayMediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/NeueHaasDisplayBlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Material Symbols Sharp";
  src: local("Material Symbols Sharp"), url("../fonts/MaterialSymbolsSharp.woff2") format("woff2");
  font-display: optional;
}
.fontsize--extrasmall, .product-finder-compare .content .column .row.attribute .title, .content-product-filter-button .button--radio .button .title, .content-product-filter-button .description p, #locations .legend ul li, #locations .continent-title, .content-product-filter .filter .noUi-value, .content-series-filter .filter .noUi-value, .series-card .compare, footer #footer4, .icon--fontsize--extrasmall *[data-icon]:before, .icon--fontsize--extrasmall .font--icon, .icon--fontsize--extrasmall #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--extrasmall .dismiss {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.fontsize--small, .mod_login .password-reset a, .mod_lostPassword .password-reset a, .ce_sharebuttons h2:not([class]), .layout_full.job .subheadline, .layout_latest.job .content .subheadline, .layout_latest.job .content .info, #locations .location .country, #locations .location .title, .content-compare-products .attributes .table .row .center, .content-compare-series .attributes .table .row .center, .content-accordion .handorgel__header button .text .subline, .content-product-filter .filter .noUi-handle .noUi-tooltip, .content-series-filter .filter .noUi-handle .noUi-tooltip, .content-product-filter .filter .top .reset, .content-series-filter .filter .top .reset, .content-product-filter .filter .top .label, .content-series-filter .filter .top .label, .content-product-table, .mod_product_list_table_item h4, .mod_product_list_table_item div, .mod_product_list_tableheader_item h4, .mod_product_list_tableheader_item div, .attribute--range, .mod_newsreader .layout_full .info, .module-series-navigation .item .description, header nav > ul > li > a, header nav > ul > li > strong, .content-hyperlink.button--outline.button--small a, .button--outline.button--small.content-download a, .button--outline.button--small.content-downloads a, .content-hyperlink.button--filled.button--small a, .button--filled.button--small.content-download a, .button--filled.button--small.content-downloads a, .icon--fontsize--small *[data-icon]:before, .icon--fontsize--small .font--icon, .icon--fontsize--small #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--small .dismiss {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.fontsize--normal, .product-finder-compare .content .column .row.title h4, .product-finder-results .actions > button, .content-product-filter-button .description h3, .mod_login .widget button, .mod_lostPassword .widget button, .content-product-attribute-range .legend, .mod_card .text h4, .content-swiper .tabs .content-swiper-tab-box h3, .scrollcontainer .tabs .content-swiper-tab-box h3, h6[class=content-headline], h6:not([class]), h5[class=content-headline], h5:not([class]), .icon--fontsize--normal *[data-icon]:before, .icon--fontsize--normal .font--icon, .icon--fontsize--normal #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--normal .dismiss {
  font-size: 1rem;
  line-height: 1.5rem;
}

.fontsize--medium, .mod_card .text h3, h4[class=content-headline], h4:not([class]), .icon--fontsize--medium *[data-icon]:before, .icon--fontsize--medium .font--icon, .icon--fontsize--medium #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--medium .dismiss {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 819px) {
  .fontsize--medium, .mod_card .text h3, h4[class=content-headline], h4:not([class]), .icon--fontsize--medium *[data-icon]:before, .icon--fontsize--medium .font--icon, .icon--fontsize--medium #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--medium .dismiss {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.fontsize--mediumlarge, .product-finder-compare .content .column .row.title h3, .content-product-filter-button .button--radio .button .text .dash, .content-product-filter-button .button--radio .button .icon, .mod_newsreader .back a:before, .layout_latest.job .content .headline, .content-compare-products .header .left h2, .content-compare-products .header .right h2, .content-compare-series .header .left h2, .content-compare-series .header .right h2, .content-accordion .handorgel__header button .text .icon, .content-accordion .handorgel__header button .text .headline, .mod_product_list_item h4, .mod_card .arrow, .layout_latest.accordion .content .arrow, .layout_latest.accordion .content .headline, h3[class=content-headline], h3:not([class]), .icon--fontsize--mediumlarge *[data-icon]:before, .icon--fontsize--mediumlarge .font--icon, .icon--fontsize--mediumlarge #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--mediumlarge .dismiss {
  font-size: 1.5rem;
  line-height: 2rem;
}

.fontsize--large, .layout_latest.job .content .arrow, .content-compare-products .header .center, .content-compare-series .header .center, h2[class=content-headline], h2:not([class]), .icon--fontsize--large *[data-icon]:before, .icon--fontsize--large .font--icon, .icon--fontsize--large #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--large .dismiss {
  font-size: 2.25rem;
  line-height: 2.625rem;
}
@media (max-width: 991px) {
  .fontsize--large, .layout_latest.job .content .arrow, .content-compare-products .header .center, .content-compare-series .header .center, h2[class=content-headline], h2:not([class]), .icon--fontsize--large *[data-icon]:before, .icon--fontsize--large .font--icon, .icon--fontsize--large #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--large .dismiss {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media (max-width: 819px) {
  .fontsize--large, .layout_latest.job .content .arrow, .content-compare-products .header .center, .content-compare-series .header .center, h2[class=content-headline], h2:not([class]), .icon--fontsize--large *[data-icon]:before, .icon--fontsize--large .font--icon, .icon--fontsize--large #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--large .dismiss {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.fontsize--extralarge, .content-product-filter-button .button--radio .button .text .value, .content-product-filter-button .button--radio .button .text .min, .content-product-filter-button .button--radio .button .text .max, .module-series-navigation .item .title .headline, h1[class=content-headline], h1:not([class]), .icon--fontsize--extralarge *[data-icon]:before, .icon--fontsize--extralarge .font--icon, .icon--fontsize--extralarge #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--extralarge .dismiss {
  font-size: 2.625rem;
  line-height: 3.125rem;
}
@media (max-width: 819px) {
  .fontsize--extralarge, .content-product-filter-button .button--radio .button .text .value, .content-product-filter-button .button--radio .button .text .min, .content-product-filter-button .button--radio .button .text .max, .module-series-navigation .item .title .headline, h1[class=content-headline], h1:not([class]), .icon--fontsize--extralarge *[data-icon]:before, .icon--fontsize--extralarge .font--icon, .icon--fontsize--extralarge #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--extralarge .dismiss {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.fontsize--ultralarge, .icon--fontsize--ultralarge *[data-icon]:before, .icon--fontsize--ultralarge .font--icon, .icon--fontsize--ultralarge #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--ultralarge .dismiss {
  font-size: 3.75rem;
  line-height: 4rem;
}
@media (max-width: 819px) {
  .fontsize--ultralarge, .icon--fontsize--ultralarge *[data-icon]:before, .icon--fontsize--ultralarge .font--icon, .icon--fontsize--ultralarge #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--ultralarge .dismiss {
    font-size: 3rem;
    line-height: 3.625rem;
  }
}

.fontsize--fill, .icon--fontsize--fill *[data-icon]:before, .icon--fontsize--fill .font--icon, .icon--fontsize--fill #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--fill .dismiss {
  font-size: clamp(1rem, 5vw, 5rem);
  line-height: clamp(1rem, 5vw, 5rem);
}
@media (max-width: 819px) {
  .fontsize--fill, .icon--fontsize--fill *[data-icon]:before, .icon--fontsize--fill .font--icon, .icon--fontsize--fill #notification .language--notification .dismiss, #notification .language--notification .icon--fontsize--fill .dismiss {
    font-size: clamp(1rem, 15vw, 5rem);
    line-height: clamp(1rem, 15vw, 5rem);
  }
}

h1[class=content-headline], h1:not([class]) {
  font-weight: 700;
}

h2[class=content-headline], h2:not([class]) {
  font-weight: 700;
}

h3[class=content-headline], h3:not([class]) {
  font-weight: 700;
}

h4[class=content-headline], h4:not([class]) {
  font-weight: 700;
}

h5[class=content-headline], h5:not([class]) {
  font-weight: 700;
}

h6[class=content-headline], h6:not([class]) {
  font-weight: 700;
}

.font--icon, #notification .language--notification .dismiss {
  font-family: "Material Symbols Sharp", sans-serif;
}

.text--outline, .content-product-filter-button .button--radio .button .text .min {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  -webkit-text-stroke-color: inherit;
}

a, a:visited {
  outline: none;
  text-decoration: none;
}

strong, .fontweight--bold, #locations .location .country, .layout_latest.accordion .content .arrow, .layout_latest.accordion .content .info, strong a {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.fontweight--light {
  font-weight: 400;
}

.fontweight--normal, #locations .location .title {
  font-weight: 400;
}

.fontweight--medium {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.textalign--center {
  text-align: center;
}

u {
  color: var(--dark-color);
  text-decoration-style: dotted;
  text-decoration-color: var(--dark-color);
}

em {
  font-style: italic;
}

p, h1, h2, h3, h4, h5, h6 {
  max-width: 840px;
}

p + p, p + .hyperlink--arrow, p + .content-text, p + .rte, p + .content-list, h1 + p, h1 + .hyperlink--arrow, h1 + .content-text, h1 + .rte, h1 + .content-list, h2 + p, h2 + .hyperlink--arrow, h2 + .content-text, h2 + .rte, h2 + .content-list, h3 + p, h3 + .hyperlink--arrow, h3 + .content-text, h3 + .rte, h3 + .content-list, h4 + p, h4 + .hyperlink--arrow, h4 + .content-text, h4 + .rte, h4 + .content-list, h5 + p, h5 + .hyperlink--arrow, h5 + .content-text, h5 + .rte, h5 + .content-list, h6 + p, h6 + .hyperlink--arrow, h6 + .content-text, h6 + .rte, h6 + .content-list, .hyperlink--arrow + p, .hyperlink--arrow + .hyperlink--arrow, .hyperlink--arrow + .content-text, .hyperlink--arrow + .rte, .hyperlink--arrow + .content-list, .content-text + p, .content-text + .hyperlink--arrow, .content-text + .content-text, .content-text + .rte, .content-text + .content-list, figure + p, figure + .hyperlink--arrow, figure + .content-text, figure + .rte, figure + .content-list, .content-list + p, .content-list + .hyperlink--arrow, .content-list + .content-text, .content-list + .rte, .content-list + .content-list {
  margin-top: 10px;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 20px;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 20px;
}

.textwidth--full {
  max-width: 100%;
}
.textwidth--full p, .textwidth--full h1, .textwidth--full h2, .textwidth--full h3, .textwidth--full h4, .textwidth--full h5, .textwidth--full h6 {
  max-width: 100%;
}

.textwidth--small {
  max-width: 530px;
}

.textwidth--medium {
  max-width: 800px;
}

blockquote {
  quotes: initial;
}
blockquote:before {
  content: open-quote;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
blockquote:after {
  content: close-quote;
}

.content-text a {
  color: var(--brand-color--2);
}
.content-text a:hover {
  color: var(--brand-color--4);
}
.content-text a:active {
  color: var(--brand-color--2);
  border-bottom: 1px solid var(--brand-color--2);
  opacity: 0.5;
}
.content-text a:focus-visible {
  background: var(--brand-color--2);
  color: var(--light-color);
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px var(--brand-color--2);
          box-shadow: 0px 0px 0px 2px var(--brand-color--2);
  border-bottom: 0;
}
.content-text a[target=_blank]:after {
  content: "arrow_outward";
  font-family: "Material Symbols Sharp", sans-serif;
  vertical-align: bottom;
}
.content-text a.color--text {
  color: var(--text-color);
}
.content-text a.color--light, .content-text footer #footer2 a, footer #footer2 .content-text a, .content-text footer #footer3 a, footer #footer3 .content-text a, .content-text footer #footer4 a, footer #footer4 .content-text a {
  color: var(--light-color);
}
.content-text a.color--dark {
  color: var(--dark-color);
}
.content-text a.color--gray {
  color: var(--gray-color);
}
.content-text a.color--darkgray {
  color: var(--darkgray-color);
}
.content-text a.color--brand--1 {
  color: var(--brand-color--1);
}
.content-text a.color--brand--2 {
  color: var(--brand-color--2);
}
.content-text a.color--brand--3 {
  color: var(--brand-color--3);
}
.content-text a.color--brand--4 {
  color: var(--brand-color--4);
}
.content-text a.color--brand--1--light {
  color: var(--brand-color--1--light);
}
.content-text a.color--brand--2--light {
  color: var(--brand-color--2--light);
}
.content-text a.color--brand--3--light {
  color: var(--brand-color--3--light);
}
.content-text a.color--brand--4--light {
  color: var(--brand-color--4--light);
}
.content-text a.color--brand--1--dark {
  color: var(--brand-color--1--dark);
}
.content-text a.color--brand--2--dark {
  color: var(--brand-color--2--dark);
}
.content-text a.color--brand--3--dark {
  color: var(--brand-color--3--dark);
}
.content-text a.color--brand--4--dark {
  color: var(--brand-color--4--dark);
}

html {
  font-size: 16px;
  line-height: 24px;
}

body {
  font-family: "Neue Haas Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  background: var(--light-color);
  color: var(--dark-color);
  overflow-x: hidden;
}
body.dark--nav {
  overflow-x: initial;
}
body.dark--nav .block {
  overflow: initial;
}

:root {
  --strokeposition: -100%;
}

#notification {
  background: var(--brand-color--2);
  color: var(--light-color);
  position: relative;
}
#notification .language--notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  padding-right: 80px;
}
#notification .language--notification a {
  color: var(--light-color);
}
#notification .language--notification .dismiss {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
#notification .language--notification .dismiss:hover {
  background: var(--brand-color--2);
}
@media (max-width: 819px) {
  #notification .language--notification .dismiss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    height: 100%;
    width: 60px;
    bottom: 0;
    padding: 0;
  }
}

header#header {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--gray-color);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
@media (max-width: 819px) {
  header#header {
    border-bottom: 0;
  }
}
header#header.scrolled {
  background: var(--light-color);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header#header.show {
  background: var(--light-color);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header#header .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}
@media (max-width: 819px) {
  header#header .inside {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.mod_article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mod_article .inside {
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 820px) and (max-width: 991px) {
  .mod_article .inside {
    padding: 40px;
  }
}
@media (max-width: 819px) {
  .mod_article .inside {
    padding: 40px 20px;
  }
}
.mod_article.full--size {
  width: 100vw;
  height: 100vh;
}
.mod_article.full--aspect {
  width: 100vw;
  height: 46vw;
}
@media (min-width: 820px) and (max-width: 991px) {
  .mod_article.full--aspect {
    min-height: 70vw;
    height: auto;
  }
}
@media (max-width: 819px) {
  .mod_article.full--aspect {
    min-height: 70vh;
    height: auto;
  }
}
.mod_article.full--width {
  width: 100vw;
}
.mod_article.full--width .inside {
  max-width: none;
  margin: 0;
  padding: 0;
}
.mod_article .background--video--mobile {
  display: none;
}
@media (max-width: 991px) {
  .mod_article .background--video--mobile {
    display: block;
  }
}
.mod_article .background--image, .mod_article .background--video, .mod_article .background--video--mobile {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.mod_article .background--image video, .mod_article .background--video video, .mod_article .background--video--mobile video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mod_article .background--image figure, .mod_article .background--video figure, .mod_article .background--video--mobile figure {
  width: 100%;
  height: 100%;
}
.mod_article .background--image figure img, .mod_article .background--video figure img, .mod_article .background--video--mobile figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .mod_article .background--image.hidden--mobile, .mod_article .background--video.hidden--mobile, .mod_article .background--video--mobile.hidden--mobile {
    display: none;
  }
}
.mod_article.background--overlay .background--image, .mod_article.background--overlay .background--video, .mod_article.background--overlay .background--video--mobile {
  opacity: 0.7;
}
.mod_article.has--video .inside, .mod_article.has--image .inside {
  position: relative;
  z-index: 100;
}
.mod_article.background--image--size .background--image, .mod_article.background--image--size .background--video, .mod_article.background--image--size .background--video--mobile {
  position: relative;
}
.mod_article.background--image--size .inside {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mod_article.background--image--fitwidth .background--image figure, .mod_article.background--image--fitwidth .background--video figure, .mod_article.background--image--fitwidth .background--video--mobile figure {
  width: 100%;
  height: auto;
}
.mod_article.background--image--fitwidth .background--image figure img, .mod_article.background--image--fitwidth .background--video figure img, .mod_article.background--image--fitwidth .background--video--mobile figure img {
  display: block;
  width: 100%;
  height: auto;
}
.mod_article.article--fade:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #151515), to(rgba(21, 21, 21, 0)));
  background-image: linear-gradient(90deg, #151515 40%, rgba(21, 21, 21, 0) 100%);
  position: absolute;
  display: block;
  left: 0;
  width: 25dvw;
  height: 100%;
  top: 0;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 991px) {
  .mod_article.article--fade:after {
    display: none;
  }
}

.border--top {
  border-top: 6px solid var(--brand-color--2);
}

.border--bottom {
  border-bottom: 6px solid var(--brand-color--2);
}

.border--left {
  border-left: 6px solid var(--brand-color--2);
}

.border--right {
  border-right: 6px solid var(--brand-color--2);
}

#main {
  padding-top: 141px;
}
@media (max-width: 991px) {
  #main {
    padding-top: 67px;
  }
}

#Hero .inside > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 819px) {
  #Hero {
    min-height: 100dvw;
  }
}

#MachineHero .mod_svgtext {
  max-width: 80%;
}
@media (max-width: 991px) {
  #MachineHero {
    padding: 0;
  }
  #MachineHero .column, #MachineHero .columns {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  #MachineHero {
    padding: 0;
  }
}

#HeroMachine {
  bottom: -10vw;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#HeroMachine figure {
  -webkit-transform: translateX(15vw);
          transform: translateX(15vw);
}
@media (min-width: 820px) {
  #HeroMachine {
    display: none;
  }
}

.ignore--navpadding #main {
  padding-top: 0;
}
.ignore--navpadding #main .mod_article:first-child {
  padding-top: 141px;
}
@media (max-width: 819px) {
  .ignore--navpadding #main .mod_article:first-child {
    padding-top: 67px;
  }
}

footer {
  border-top: 6px solid var(--brand-color--2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
footer #footer2 a:hover, footer #footer2 a:visited:hover, footer #footer3 a:hover, footer #footer3 a:visited:hover, footer #footer4 a:hover, footer #footer4 a:visited:hover {
  color: var(--brand-color--2);
}
footer .inside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px;
  padding-top: 60px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 820px) and (max-width: 991px) {
  footer .inside {
    padding: 40px;
  }
}
@media (max-width: 819px) {
  footer .inside {
    padding: 20px;
  }
}
footer .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 819px) {
  footer .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
footer .section + .section {
  border-top: 1px solid var(--brand-color--1);
  margin-top: 40px;
  padding-top: 40px;
}
footer #footer1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  footer #footer1 {
    gap: 20px;
  }
}
@media (max-width: 819px) {
  footer #footer1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
footer #footer1 div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
footer #footer2 {
  border-top: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footer2 .mod_logo img {
  width: 260px;
}
@media (max-width: 819px) {
  footer #footer2 .mod_logo img {
    width: 100%;
  }
}
footer #footer2 .address p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 819px) {
  footer #footer2 .address p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 819px) {
  footer #footer2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
footer #footer3 .ce_grid {
  width: 100%;
  gap: 0;
}
footer #footer3 .ce_grid nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 819px) {
  footer #footer3 .ce_grid nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
footer #footer3 .ce_grid nav ul li > a, footer #footer3 .ce_grid nav ul li > strong {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2em;
  display: inline-block;
  padding: 10px 0;
  white-space: nowrap;
}
footer #footer4 .mod_customnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 819px) {
  footer #footer4 .mod_customnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-hyperlink, .content-download, .content-downloads {
  display: inline-block;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-hyperlink a, .content-download a, .content-downloads a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-hyperlink a:hover, .content-download a:hover, .content-downloads a:hover {
  color: var(--brand-color--2);
}
.content-hyperlink a .title, .content-download a .title, .content-downloads a .title {
  font-weight: 300;
}
.content-hyperlink a:focus-visible, .content-download a:focus-visible, .content-downloads a:focus-visible {
  background: none;
  outline: 3px solid var(--brand-color--1);
  outline-offset: 3px;
  z-index: 100;
}
.content-hyperlink.button--outline a, .button--outline.content-download a, .button--outline.content-downloads a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 13px;
  text-decoration: none;
}
.content-hyperlink.button--outline a:focus-visible, .button--outline.content-download a:focus-visible, .button--outline.content-downloads a:focus-visible {
  outline-offset: 3px;
  outline: 3px solid var(--brand-color--1);
  z-index: 100;
}
.content-hyperlink.button--filled a, .button--filled.content-download a, .button--filled.content-downloads a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  border: none;
  border-radius: 13px;
}
.content-hyperlink.button--filled a:focus-visible, .button--filled.content-download a:focus-visible, .button--filled.content-downloads a:focus-visible {
  border: none;
  outline: 3px solid var(--brand-color--1);
  outline-offset: 3px;
  z-index: 100;
}
.content-hyperlink.button--full--width, .button--full--width.content-download, .button--full--width.content-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-hyperlink.button--full--width a, .button--full--width.content-download a, .button--full--width.content-downloads a {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.content-hyperlink a[data-icon], .content-download a[data-icon], .content-downloads a[data-icon] {
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  border: none;
}
.content-hyperlink a[data-icon]:before, .content-download a[data-icon]:before, .content-downloads a[data-icon]:before {
  font-family: "Material Symbols Sharp", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  position: absolute;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  bottom: 0;
}
.content-hyperlink.button--icon--right a[data-icon], .button--icon--right.content-download a[data-icon], .button--icon--right.content-downloads a[data-icon] {
  padding-left: 0;
  padding-right: 30px;
}
.content-hyperlink.button--outline a[data-icon], .button--outline.content-download a[data-icon], .button--outline.content-downloads a[data-icon] {
  border: 1px solid;
}
.content-hyperlink.button--outline.button--big a, .button--outline.button--big.content-download a, .button--outline.button--big.content-downloads a, .content-hyperlink.button--filled.button--big a, .button--filled.button--big.content-download a, .button--filled.button--big.content-downloads a {
  padding: 15px 30px;
}
.content-hyperlink.button--outline.button--small a, .button--outline.button--small.content-download a, .button--outline.button--small.content-downloads a, .content-hyperlink.button--filled.button--small a, .button--filled.button--small.content-download a, .button--filled.button--small.content-downloads a {
  padding: 10px 10px;
}
.content-hyperlink.button--outline a[data-icon], .button--outline.content-download a[data-icon], .button--outline.content-downloads a[data-icon], .content-hyperlink.button--filled a[data-icon], .button--filled.content-download a[data-icon], .button--filled.content-downloads a[data-icon] {
  padding-left: 70px;
  padding-right: 20px;
}
.content-hyperlink.button--outline a[data-icon]:before, .button--outline.content-download a[data-icon]:before, .button--outline.content-downloads a[data-icon]:before, .content-hyperlink.button--filled a[data-icon]:before, .button--filled.content-download a[data-icon]:before, .button--filled.content-downloads a[data-icon]:before {
  width: 50px;
}
.content-hyperlink.button--outline.button--icon--right a[data-icon], .button--outline.button--icon--right.content-download a[data-icon], .button--outline.button--icon--right.content-downloads a[data-icon], .content-hyperlink.button--filled.button--icon--right a[data-icon], .button--filled.button--icon--right.content-download a[data-icon], .button--filled.button--icon--right.content-downloads a[data-icon] {
  padding-left: 20px;
  padding-right: 70px;
}
.content-hyperlink.button--outline.button--small a[data-icon], .button--outline.button--small.content-download a[data-icon], .button--outline.button--small.content-downloads a[data-icon], .content-hyperlink.button--filled.button--small a[data-icon], .button--filled.button--small.content-download a[data-icon], .button--filled.button--small.content-downloads a[data-icon] {
  padding-left: 50px;
}
.content-hyperlink.button--outline.button--small.button--icon--right a[data-icon], .button--outline.button--small.button--icon--right.content-download a[data-icon], .button--outline.button--small.button--icon--right.content-downloads a[data-icon], .content-hyperlink.button--filled.button--small.button--icon--right a[data-icon], .button--filled.button--small.button--icon--right.content-download a[data-icon], .button--filled.button--small.button--icon--right.content-downloads a[data-icon] {
  padding-left: 10px;
  padding-right: 50px;
}
.content-hyperlink.button--outline.button--small a[data-icon]:before, .button--outline.button--small.content-download a[data-icon]:before, .button--outline.button--small.content-downloads a[data-icon]:before, .content-hyperlink.button--filled.button--small a[data-icon]:before, .button--filled.button--small.content-download a[data-icon]:before, .button--filled.button--small.content-downloads a[data-icon]:before {
  width: 40px;
}
@media (max-width: 819px) {
  .content-hyperlink.button--outline a, .button--outline.content-download a, .button--outline.content-downloads a, .content-hyperlink.button--filled a, .button--filled.content-download a, .button--filled.content-downloads a {
    width: 100%;
  }
}
.content-hyperlink.button--icon--right a[data-icon]:before, .button--icon--right.content-download a[data-icon]:before, .button--icon--right.content-downloads a[data-icon]:before {
  left: auto;
  right: 0;
}
.content-hyperlink a[data-icon]:before, .content-download a[data-icon]:before, .content-downloads a[data-icon]:before {
  content: attr(data-icon);
}
.content-hyperlink.color--text a, .color--text.content-download a, .color--text.content-downloads a {
  color: var(--text-color);
  border-color: var(--text-color);
}
.content-hyperlink.color--light a, .color--light.content-download a, .color--light.content-downloads a, footer.content-hyperlink a, footer.content-download a, footer.content-downloads a, footer #footer2 a.content-hyperlink a, footer #footer2 a.content-download a, footer #footer2 a.content-downloads a, footer #footer3 a.content-hyperlink a, footer #footer3 a.content-download a, footer #footer3 a.content-downloads a, footer #footer4 a.content-hyperlink a, footer #footer4 a.content-download a, footer #footer4 a.content-downloads a {
  color: var(--light-color);
  border-color: var(--light-color);
}
.content-hyperlink.color--dark a, .color--dark.content-download a, .color--dark.content-downloads a {
  color: var(--dark-color);
  border-color: var(--dark-color);
}
.content-hyperlink.color--gray a, .color--gray.content-download a, .color--gray.content-downloads a {
  color: var(--gray-color);
  border-color: var(--gray-color);
}
.content-hyperlink.color--darkgray a, .color--darkgray.content-download a, .color--darkgray.content-downloads a {
  color: var(--darkgray-color);
  border-color: var(--darkgray-color);
}
.content-hyperlink.color--brand--1 a, .color--brand--1.content-download a, .color--brand--1.content-downloads a {
  color: var(--brand-color--1);
  border-color: var(--brand-color--1);
}
.content-hyperlink.color--brand--2 a, .color--brand--2.content-download a, .color--brand--2.content-downloads a {
  color: var(--brand-color--2);
  border-color: var(--brand-color--2);
}
.content-hyperlink.color--brand--3 a, .color--brand--3.content-download a, .color--brand--3.content-downloads a {
  color: var(--brand-color--3);
  border-color: var(--brand-color--3);
}
.content-hyperlink.color--brand--4 a, .color--brand--4.content-download a, .color--brand--4.content-downloads a {
  color: var(--brand-color--4);
  border-color: var(--brand-color--4);
}
.content-hyperlink.background--text a, .background--text.content-download a, .background--text.content-downloads a {
  background: var(--text-color);
}
.content-hyperlink.background--light a, .background--light.content-download a, .background--light.content-downloads a {
  background: var(--light-color);
}
.content-hyperlink.background--dark a, .background--dark.content-download a, .background--dark.content-downloads a {
  background: var(--dark-color);
}
.content-hyperlink.background--gray a, .background--gray.content-download a, .background--gray.content-downloads a {
  background: var(--gray-color);
}
.content-hyperlink.background--darkgray a, .background--darkgray.content-download a, .background--darkgray.content-downloads a {
  background: var(--darkgray-color);
}
.content-hyperlink.background--brand--1 a, .background--brand--1.content-download a, .background--brand--1.content-downloads a {
  background: var(--brand-color--1);
}
.content-hyperlink.background--brand--2 a, .background--brand--2.content-download a, .background--brand--2.content-downloads a {
  background: var(--brand-color--2);
}
.content-hyperlink.background--brand--3 a, .background--brand--3.content-download a, .background--brand--3.content-downloads a {
  background: var(--brand-color--3);
}
.content-hyperlink.background--brand--4 a, .background--brand--4.content-download a, .background--brand--4.content-downloads a {
  background: var(--brand-color--4);
}
.content-hyperlink.background--brand--1 a:hover, .background--brand--1.content-download a:hover, .background--brand--1.content-downloads a:hover {
  background: var(--brand-color--1--dark);
}
.content-hyperlink.background--brand--2 a:hover, .background--brand--2.content-download a:hover, .background--brand--2.content-downloads a:hover {
  background: var(--brand-color--2--dark);
}
.content-hyperlink.background--brand--3 a:hover, .background--brand--3.content-download a:hover, .background--brand--3.content-downloads a:hover {
  background: var(--brand-color--3--dark);
}
.content-hyperlink.background--brand--4 a:hover, .background--brand--4.content-download a:hover, .background--brand--4.content-downloads a:hover {
  background: var(--brand-color--4--dark);
}
.content-hyperlink.background--brand--1 a:active, .background--brand--1.content-download a:active, .background--brand--1.content-downloads a:active {
  background: var(--brand-color--1--light);
}
.content-hyperlink.background--brand--2 a:active, .background--brand--2.content-download a:active, .background--brand--2.content-downloads a:active {
  background: var(--brand-color--2--light);
}
.content-hyperlink.background--brand--3 a:active, .background--brand--3.content-download a:active, .background--brand--3.content-downloads a:active {
  background: var(--brand-color--3--light);
}
.content-hyperlink.background--brand--4 a:active, .background--brand--4.content-download a:active, .background--brand--4.content-downloads a:active {
  background: var(--brand-color--4--light);
}
.content-hyperlink.icon-color--text a:before, .icon-color--text.content-download a:before, .icon-color--text.content-downloads a:before {
  color: var(--text-color);
}
.content-hyperlink.icon-color--light a:before, .icon-color--light.content-download a:before, .icon-color--light.content-downloads a:before {
  color: var(--light-color);
}
.content-hyperlink.icon-color--dark a:before, .icon-color--dark.content-download a:before, .icon-color--dark.content-downloads a:before {
  color: var(--dark-color);
}
.content-hyperlink.icon-color--gray a:before, .icon-color--gray.content-download a:before, .icon-color--gray.content-downloads a:before {
  color: var(--gray-color);
}
.content-hyperlink.icon-color--darkgray a:before, .icon-color--darkgray.content-download a:before, .icon-color--darkgray.content-downloads a:before {
  color: var(--darkgray-color);
}
.content-hyperlink.icon-color--brand--1 a:before, .icon-color--brand--1.content-download a:before, .icon-color--brand--1.content-downloads a:before {
  color: var(--brand-color--1);
}
.content-hyperlink.icon-color--brand--2 a:before, .icon-color--brand--2.content-download a:before, .icon-color--brand--2.content-downloads a:before {
  color: var(--brand-color--2);
}
.content-hyperlink.icon-color--brand--3 a:before, .icon-color--brand--3.content-download a:before, .icon-color--brand--3.content-downloads a:before {
  color: var(--brand-color--3);
}
.content-hyperlink.icon-color--brand--4 a:before, .icon-color--brand--4.content-download a:before, .icon-color--brand--4.content-downloads a:before {
  color: var(--brand-color--4);
}
.content-hyperlink.icon-color--brand--1--light a:before, .icon-color--brand--1--light.content-download a:before, .icon-color--brand--1--light.content-downloads a:before {
  color: var(--brand-color--1--light);
}
.content-hyperlink.icon-color--brand--2--light a:before, .icon-color--brand--2--light.content-download a:before, .icon-color--brand--2--light.content-downloads a:before {
  color: var(--brand-color--2--light);
}
.content-hyperlink.icon-color--brand--3--light a:before, .icon-color--brand--3--light.content-download a:before, .icon-color--brand--3--light.content-downloads a:before {
  color: var(--brand-color--3--light);
}
.content-hyperlink.icon-color--brand--4--light a:before, .icon-color--brand--4--light.content-download a:before, .icon-color--brand--4--light.content-downloads a:before {
  color: var(--brand-color--4--light);
}
.content-hyperlink.icon-color--brand--1--dark a:before, .icon-color--brand--1--dark.content-download a:before, .icon-color--brand--1--dark.content-downloads a:before {
  color: var(--brand-color--1--dark);
}
.content-hyperlink.icon-color--brand--2--dark a:before, .icon-color--brand--2--dark.content-download a:before, .icon-color--brand--2--dark.content-downloads a:before {
  color: var(--brand-color--2--dark);
}
.content-hyperlink.icon-color--brand--3--dark a:before, .icon-color--brand--3--dark.content-download a:before, .icon-color--brand--3--dark.content-downloads a:before {
  color: var(--brand-color--3--dark);
}
.content-hyperlink.icon-color--brand--4--dark a:before, .icon-color--brand--4--dark.content-download a:before, .icon-color--brand--4--dark.content-downloads a:before {
  color: var(--brand-color--4--dark);
}
.content-hyperlink.icon-background--brand--1 a:before, .icon-background--brand--1.content-download a:before, .icon-background--brand--1.content-downloads a:before {
  background: var(--brand-color--1);
}
.content-hyperlink.icon-background--brand--2 a:before, .icon-background--brand--2.content-download a:before, .icon-background--brand--2.content-downloads a:before {
  background: var(--brand-color--2);
}
.content-hyperlink.icon-background--brand--3 a:before, .icon-background--brand--3.content-download a:before, .icon-background--brand--3.content-downloads a:before {
  background: var(--brand-color--3);
}
.content-hyperlink.icon-background--brand--4 a:before, .icon-background--brand--4.content-download a:before, .icon-background--brand--4.content-downloads a:before {
  background: var(--brand-color--4);
}
.content-hyperlink.icon-background--brand--1--light a:before, .icon-background--brand--1--light.content-download a:before, .icon-background--brand--1--light.content-downloads a:before {
  background: var(--brand-color--1--light);
}
.content-hyperlink.icon-background--brand--2--light a:before, .icon-background--brand--2--light.content-download a:before, .icon-background--brand--2--light.content-downloads a:before {
  background: var(--brand-color--2--light);
}
.content-hyperlink.icon-background--brand--3--light a:before, .icon-background--brand--3--light.content-download a:before, .icon-background--brand--3--light.content-downloads a:before {
  background: var(--brand-color--3--light);
}
.content-hyperlink.icon-background--brand--4--light a:before, .icon-background--brand--4--light.content-download a:before, .icon-background--brand--4--light.content-downloads a:before {
  background: var(--brand-color--4--light);
}
.content-hyperlink.icon-background--brand--1--dark a:before, .icon-background--brand--1--dark.content-download a:before, .icon-background--brand--1--dark.content-downloads a:before {
  background: var(--brand-color--1--dark);
}
.content-hyperlink.icon-background--brand--2--dark a:before, .icon-background--brand--2--dark.content-download a:before, .icon-background--brand--2--dark.content-downloads a:before {
  background: var(--brand-color--2--dark);
}
.content-hyperlink.icon-background--brand--3--dark a:before, .icon-background--brand--3--dark.content-download a:before, .icon-background--brand--3--dark.content-downloads a:before {
  background: var(--brand-color--3--dark);
}
.content-hyperlink.icon-background--brand--4--dark a:before, .icon-background--brand--4--dark.content-download a:before, .icon-background--brand--4--dark.content-downloads a:before {
  background: var(--brand-color--4--dark);
}

.mod_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 40px;
  min-height: 25px;
  padding: 20px;
}
.mod_burger span {
  height: 3px;
  width: 100%;
  background: var(--brand-color--1);
}
@media (max-width: 991px) {
  .mod_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.dark--nav .mod_burger span {
  height: 3px;
  width: 100%;
  background: var(--light-color);
}

.mod_spacer {
  position: relative;
  display: block;
}
@media (max-width: 819px) {
  .mod_spacer {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.mod_spacer.spacer--1 {
  height: 20px;
}
.mod_spacer.spacer--2 {
  height: 40px;
}
.mod_spacer.spacer--3 {
  height: 60px;
}
.mod_spacer.spacer--4 {
  height: 80px;
}
.mod_spacer.spacer--5 {
  height: 100px;
}
.mod_spacer.spacer--6 {
  height: 120px;
}
.mod_spacer.spacer--7 {
  height: 140px;
}
.mod_spacer.spacer--8 {
  height: 160px;
}
.mod_spacer.spacer--9 {
  height: 180px;
}
.mod_spacer.spacer--10 {
  height: 200px;
}
.mod_spacer.spacer--11 {
  height: 220px;
}
.mod_spacer.spacer--12 {
  height: 240px;
}
.mod_spacer.spacer--13 {
  height: 260px;
}
.mod_spacer.spacer--14 {
  height: 280px;
}
.mod_spacer.spacer--15 {
  height: 300px;
}
.mod_spacer.spacer--16 {
  height: 320px;
}
.mod_spacer.spacer--17 {
  height: 340px;
}
.mod_spacer.spacer--18 {
  height: 360px;
}
.mod_spacer.spacer--19 {
  height: 380px;
}
.mod_spacer.spacer--20 {
  height: 400px;
}
.mod_spacer.spacer--21 {
  height: 420px;
}
.mod_spacer.spacer--22 {
  height: 440px;
}
.mod_spacer.spacer--23 {
  height: 460px;
}
.mod_spacer.spacer--24 {
  height: 480px;
}
.mod_spacer.spacer--25 {
  height: 500px;
}
.mod_spacer.spacer--26 {
  height: 520px;
}
.mod_spacer.spacer--27 {
  height: 540px;
}
.mod_spacer.spacer--28 {
  height: 560px;
}
.mod_spacer.spacer--29 {
  height: 580px;
}
.mod_spacer.spacer--30 {
  height: 600px;
}
.mod_spacer.spacer--line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--gray-color);
}
.mod_spacer.spacer--line--vertical:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  border-left: 1px solid var(--gray-color);
}

.ce_grid {
  display: -ms-grid;
  display: grid;
  gap: 1px;
  pointer-events: none;
}
.ce_grid.columns--0 {
  -ms-grid-columns: (1fr)[0];
  grid-template-columns: repeat(0, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
@media (max-width: 819px) {
  .ce_grid.columns--0 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--0.shift {
  margin-top: calc(-100% * 1 / 0);
}
@media (max-width: 991px) {
  .ce_grid.columns--0.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 819px) {
  .ce_grid.columns--1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--1.shift {
  margin-top: calc(-100% * 1 / 1);
}
@media (max-width: 991px) {
  .ce_grid.columns--1.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (max-width: 819px) {
  .ce_grid.columns--2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--2.shift {
  margin-top: calc(-100% * 1 / 2);
}
@media (max-width: 991px) {
  .ce_grid.columns--2.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ce_grid.columns--3 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 819px) {
  .ce_grid.columns--3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--3.shift {
  margin-top: calc(-100% * 1 / 3);
}
@media (max-width: 991px) {
  .ce_grid.columns--3.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--4 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--4 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ce_grid.columns--4 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ce_grid.columns--4 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
@media (max-width: 819px) {
  .ce_grid.columns--4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--4.shift {
  margin-top: calc(-100% * 1 / 4);
}
@media (max-width: 991px) {
  .ce_grid.columns--4.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--5 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--5 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ce_grid.columns--5 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ce_grid.columns--5 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.ce_grid.columns--5 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 819px) {
  .ce_grid.columns--5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--5.shift {
  margin-top: calc(-100% * 1 / 5);
}
@media (max-width: 991px) {
  .ce_grid.columns--5.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--6 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--6 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ce_grid.columns--6 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ce_grid.columns--6 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.ce_grid.columns--6 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.ce_grid.columns--6 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
@media (max-width: 819px) {
  .ce_grid.columns--6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--6.shift {
  margin-top: calc(-100% * 1 / 6);
}
@media (max-width: 991px) {
  .ce_grid.columns--6.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--7 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--7 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ce_grid.columns--7 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ce_grid.columns--7 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.ce_grid.columns--7 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.ce_grid.columns--7 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.ce_grid.columns--7 > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (max-width: 819px) {
  .ce_grid.columns--7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--7.shift {
  margin-top: calc(-100% * 1 / 7);
}
@media (max-width: 991px) {
  .ce_grid.columns--7.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--8 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--8 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ce_grid.columns--8 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ce_grid.columns--8 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.ce_grid.columns--8 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.ce_grid.columns--8 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.ce_grid.columns--8 > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.ce_grid.columns--8 > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
@media (max-width: 819px) {
  .ce_grid.columns--8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--8.shift {
  margin-top: calc(-100% * 1 / 8);
}
@media (max-width: 991px) {
  .ce_grid.columns--8.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--9 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--9 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ce_grid.columns--9 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ce_grid.columns--9 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.ce_grid.columns--9 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.ce_grid.columns--9 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.ce_grid.columns--9 > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.ce_grid.columns--9 > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
.ce_grid.columns--9 > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
@media (max-width: 819px) {
  .ce_grid.columns--9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--9.shift {
  margin-top: calc(-100% * 1 / 9);
}
@media (max-width: 991px) {
  .ce_grid.columns--9.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--10 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--10 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ce_grid.columns--10 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ce_grid.columns--10 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.ce_grid.columns--10 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.ce_grid.columns--10 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.ce_grid.columns--10 > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.ce_grid.columns--10 > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
.ce_grid.columns--10 > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.ce_grid.columns--10 > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}
@media (max-width: 819px) {
  .ce_grid.columns--10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--10.shift {
  margin-top: calc(-100% * 1 / 10);
}
@media (max-width: 991px) {
  .ce_grid.columns--10.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--11 {
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--11 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--11 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ce_grid.columns--11 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ce_grid.columns--11 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.ce_grid.columns--11 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.ce_grid.columns--11 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.ce_grid.columns--11 > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.ce_grid.columns--11 > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
.ce_grid.columns--11 > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.ce_grid.columns--11 > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}
.ce_grid.columns--11 > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
@media (max-width: 819px) {
  .ce_grid.columns--11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--11.shift {
  margin-top: calc(-100% * 1 / 11);
}
@media (max-width: 991px) {
  .ce_grid.columns--11.shift {
    margin-top: 0;
  }
}
.ce_grid.columns--12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.ce_grid.columns--12 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ce_grid.columns--12 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ce_grid.columns--12 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ce_grid.columns--12 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.ce_grid.columns--12 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.ce_grid.columns--12 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.ce_grid.columns--12 > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.ce_grid.columns--12 > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
.ce_grid.columns--12 > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.ce_grid.columns--12 > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}
.ce_grid.columns--12 > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.ce_grid.columns--12 > *:nth-child(12) {
  -ms-grid-row: 1;
  -ms-grid-column: 12;
}
@media (max-width: 819px) {
  .ce_grid.columns--12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ce_grid.columns--12.shift {
  margin-top: calc(-100% * 1 / 12);
}
@media (max-width: 991px) {
  .ce_grid.columns--12.shift {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .ce_grid.mobile--two--column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.ce_grid > * {
  pointer-events: auto;
}
.ce_grid > .offset {
  pointer-events: none;
}
.ce_grid > .content-text {
  overflow: hidden;
}
.ce_grid > .content-text + .content-text {
  margin-top: 0;
}
.ce_grid.square > * {
  aspect-ratio: 1;
}
.ce_grid.outline > * {
  -webkit-box-shadow: 0px 0px 0px 1px var(--gray-color);
          box-shadow: 0px 0px 0px 1px var(--gray-color);
}
.ce_grid.outline > .offset {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .ce_grid.outline > .offset {
    display: none;
  }
}
.ce_grid.biggergap {
  gap: 20px;
}
.ce_grid.increase--row--gap {
  row-gap: 40px;
}
@media (max-width: 819px) {
  .ce_grid.increase--row--gap--mobile {
    row-gap: 60px;
  }
}

.column--span--0 {
  -ms-grid-column-span: 0;
  grid-column: span 0;
}
@media (max-width: 819px) {
  .column--span--0 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media (max-width: 819px) {
  .column--span--1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (max-width: 819px) {
  .column--span--2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
@media (max-width: 819px) {
  .column--span--3 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
@media (max-width: 819px) {
  .column--span--4 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
@media (max-width: 819px) {
  .column--span--5 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
@media (max-width: 819px) {
  .column--span--6 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
@media (max-width: 819px) {
  .column--span--7 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}
@media (max-width: 819px) {
  .column--span--8 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
@media (max-width: 819px) {
  .column--span--9 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}
@media (max-width: 819px) {
  .column--span--10 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--11 {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}
@media (max-width: 819px) {
  .column--span--11 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.column--span--12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (max-width: 819px) {
  .column--span--12 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

header .mod_logo a {
  display: block;
}
header .mod_logo img {
  width: 100%;
  display: block;
  max-width: 420px;
  height: auto;
  margin-left: calc((100vw - 1280px) / 2);
  padding-left: 60px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  header .mod_logo img {
    padding: 20px;
    width: auto;
    height: 27px;
    margin-left: 0;
  }
}
header .mod_logo a:focus-visible img {
  outline: 3px solid var(--brand-color--1);
  outline-offset: 3px;
}

header nav {
  overflow: visible;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 991px) {
  header nav {
    display: none;
  }
}
header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav > ul > li > a, header nav > ul > li > strong {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  padding-top: 100px;
  border-left: 1px solid var(--gray-color);
  font-weight: 700;
  color: var(--dark-color);
  cursor: pointer;
}
header nav > ul > li > a:focus-visible, header nav > ul > li > strong:focus-visible {
  outline: 3px solid var(--brand-color--1);
  outline-offset: -3px;
}
header nav > ul > li.active, header nav > ul > li.active.submenu, header nav > ul > li.submenu.trail {
  background: var(--brand-color--2);
}
header nav > ul > li.active > a, header nav > ul > li.active > strong, header nav > ul > li.active.submenu > a, header nav > ul > li.active.submenu > strong, header nav > ul > li.submenu.trail > a, header nav > ul > li.submenu.trail > strong {
  color: var(--light-color);
}
header nav > ul > li.active > a:after, header nav > ul > li.active > strong:after, header nav > ul > li.active.submenu > a:after, header nav > ul > li.active.submenu > strong:after, header nav > ul > li.submenu.trail > a:after, header nav > ul > li.submenu.trail > strong:after {
  color: var(--light-color);
}
header nav > ul > li.active > a:hover, header nav > ul > li.active > strong:hover, header nav > ul > li.active.submenu > a:hover, header nav > ul > li.active.submenu > strong:hover, header nav > ul > li.submenu.trail > a:hover, header nav > ul > li.submenu.trail > strong:hover {
  color: var(--brand-color--2);
}
header nav > ul > li.active > a:hover:after, header nav > ul > li.active > strong:hover:after, header nav > ul > li.active.submenu > a:hover:after, header nav > ul > li.active.submenu > strong:hover:after, header nav > ul > li.submenu.trail > a:hover:after, header nav > ul > li.submenu.trail > strong:hover:after {
  color: var(--brand-color--2);
}
header nav > ul > li.active:hover, header nav > ul > li.active.submenu:hover, header nav > ul > li.submenu.trail:hover {
  background: var(--gray-color);
}
header nav > ul > li > a:hover {
  color: var(--brand-color--2);
  background: var(--gray-color);
}
header nav > ul > li.submenu {
  overflow: visible;
}
header nav > ul > li.submenu > a:after, header nav > ul > li.submenu > strong:after {
  margin-left: 10px;
  font-size: 1.2em;
  content: "add";
  color: var(--brand-color--2);
  font-family: "Material Symbols Sharp", sans-serif;
}
header nav > ul > li.submenu .subitems, header nav > ul > li.submenu .submodule {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  z-index: 400;
  background: var(--light-color);
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}
header nav > ul > li.submenu .subitems ul, header nav > ul > li.submenu .submodule ul {
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 60px;
  margin: 0 auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header nav > ul > li.submenu .subitems ul li a, header nav > ul > li.submenu .subitems ul li strong, header nav > ul > li.submenu .submodule ul li a, header nav > ul > li.submenu .submodule ul li strong {
  color: var(--dark-color);
}
header nav > ul > li.submenu .subitems ul li a:focus-visible, header nav > ul > li.submenu .subitems ul li strong:focus-visible, header nav > ul > li.submenu .submodule ul li a:focus-visible, header nav > ul > li.submenu .submodule ul li strong:focus-visible {
  outline: 3px solid var(--brand-color--1);
  outline-offset: 3px;
}
header nav > ul > li.submenu a.open, header nav > ul > li.submenu strong.open {
  position: relative;
  overflow: visible;
  z-index: 1000;
  background: var(--light-color);
  color: var(--brand-color--2);
}
header nav > ul > li.submenu a.open:after, header nav > ul > li.submenu strong.open:after {
  content: "remove";
}
header nav > ul > li.submenu a.open + .subitems, header nav > ul > li.submenu a.open + .submodule, header nav > ul > li.submenu strong.open + .subitems, header nav > ul > li.submenu strong.open + .submodule {
  display: block;
}

.module-series-navigation {
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 991px) {
  .module-series-navigation {
    padding: 20px;
  }
}
.module-series-navigation .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .module-series-navigation .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.module-series-navigation .bottom a {
  color: var(--brand-color--1);
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media (max-width: 991px) {
  .module-series-navigation .bottom a {
    width: 100%;
  }
}
.module-series-navigation .bottom a.highlight {
  background: var(--brand-color--2);
  color: var(--light-color);
  padding: 10px 20px;
  border-radius: 13px;
}
.module-series-navigation .bottom a.highlight:hover {
  background: var(--brand-color--2--dark);
  color: var(--light-color);
}
.module-series-navigation .bottom a:hover {
  color: var(--brand-color--1--light);
}
.module-series-navigation .series {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .module-series-navigation .series {
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.module-series-navigation .item {
  -ms-flex-preferred-size: 165px;
      flex-basis: 165px;
}
.module-series-navigation .item .title {
  position: relative;
}
.module-series-navigation .item .title .headline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  -webkit-text-stroke-color: var(--brand-color--1);
  font-weight: 900;
}
.module-series-navigation .item .title .subline {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-80%, 0%);
          transform: translate(-80%, 0%);
  font-weight: bold;
  text-shadow: -1px -1px var(--light-color), 1px -1px var(--light-color), -1px 1px var(--light-color), 1px 1px var(--light-color);
  color: var(--brand-color--1);
}
.module-series-navigation .item .description {
  color: var(--dark-color);
}
.module-series-navigation .item:active .headline, .module-series-navigation .item:visited .headline {
  -webkit-text-stroke-color: var(--brand-color--1);
}
.module-series-navigation .item:hover .subline {
  color: var(--brand-color--2);
}
.module-series-navigation .item:hover .headline {
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: var(--brand-color--2);
}

@media (max-width: 991px) {
  header.open nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--light-color);
    max-height: calc(100dvh - 67px);
    overflow: scroll;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  }
  header.open nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.open nav > ul > li > a, header.open nav > ul > li > strong {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid var(--gray-color);
    font-weight: 700;
    color: var(--dark-color);
    cursor: pointer;
  }
  header.open nav > ul > li > a:focus-visible, header.open nav > ul > li > strong:focus-visible {
    outline: 3px solid var(--brand-color--1);
    outline-offset: -3px;
  }
  header.open nav > ul > li.submenu > a, header.open nav > ul > li.submenu > strong {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.open nav > ul > li.submenu .subitems, header.open nav > ul > li.submenu .submodule {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header.open nav > ul > li.submenu .subitems ul, header.open nav > ul > li.submenu .submodule ul {
    padding: 20px;
  }
}
body.dark--nav {
  background: var(--brand-color--1);
}
body.dark--nav header#header {
  background: var(--brand-color--1);
  border-bottom: 1px solid var(--brand-color--1);
}
body.dark--nav header#header .mod_logo img {
  -webkit-filter: invert(1) brightness(5);
          filter: invert(1) brightness(5);
}
body.dark--nav header#header nav > ul > li > a, body.dark--nav header#header nav > ul > li > strong {
  border-left-color: var(--brand-color--1);
}
body.dark--nav header#header nav > ul > li > a.open, body.dark--nav header#header nav > ul > li > a:hover, body.dark--nav header#header nav > ul > li > strong.open, body.dark--nav header#header nav > ul > li > strong:hover {
  color: var(--dark-color);
}
@media (min-width: 820px) {
  body.dark--nav header#header nav > ul > li > a, body.dark--nav header#header nav > ul > li > strong {
    color: var(--light-color);
  }
}

.content-download li + li, .content-downloads li + li {
  margin-top: 10px;
}

@property --fillAnimationColor1 {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
@property --fillAnimationColor2 {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
@property --fillAnimationColor1--light {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
@property --fillAnimationColor2--light {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
@property --strokeAnimationColor {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
@property --strokeAnimationColor--light {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
.mod_svgtext svg {
  width: 100%;
  height: auto;
}
.mod_svgtext svg text {
  font-weight: 800;
  stroke: var(--strokeAnimationColor);
  stroke-width: 0.2;
  -webkit-animation: strokeanimation 2s ease;
          animation: strokeanimation 2s ease;
}
.mod_svgtext svg linearGradient stop {
  -webkit-animation: fillanimation 2s ease 1s forwards;
          animation: fillanimation 2s ease 1s forwards;
}
.mod_svgtext.light svg linearGradient.light stop {
  -webkit-animation: fillanimationLight 2s ease 1s forwards;
          animation: fillanimationLight 2s ease 1s forwards;
}
.mod_svgtext.light svg text {
  -webkit-animation: strokeanimationLight 2s ease;
          animation: strokeanimationLight 2s ease;
}
.mod_svgtext.outline svg text {
  -webkit-animation: outlineanimation 2s ease;
          animation: outlineanimation 2s ease;
}
.mod_svgtext.outline--light svg text {
  stroke: var(--strokeAnimationColor--light);
  -webkit-animation: outlineanimationLight 2s ease forwards;
          animation: outlineanimationLight 2s ease forwards;
}

@-webkit-keyframes fillanimation {
  0% {
    --fillAnimationColor1: #00000000;
  }
  30% {
    --fillAnimationColor2: #00000000;
  }
  100% {
    --fillAnimationColor1: var(--brand-color--1);
  }
  100% {
    --fillAnimationColor2: var(--brand-color--3);
  }
}

@keyframes fillanimation {
  0% {
    --fillAnimationColor1: #00000000;
  }
  30% {
    --fillAnimationColor2: #00000000;
  }
  100% {
    --fillAnimationColor1: var(--brand-color--1);
  }
  100% {
    --fillAnimationColor2: var(--brand-color--3);
  }
}
@-webkit-keyframes fillanimationLight {
  0% {
    --fillAnimationColor1--light: #ffffff00;
  }
  30% {
    --fillAnimationColor2--light: #ffffff00;
  }
  100% {
    --fillAnimationColor1--light: var(--light-color);
  }
  100% {
    --fillAnimationColor2--light: var(--light-color);
  }
}
@keyframes fillanimationLight {
  0% {
    --fillAnimationColor1--light: #ffffff00;
  }
  30% {
    --fillAnimationColor2--light: #ffffff00;
  }
  100% {
    --fillAnimationColor1--light: var(--light-color);
  }
  100% {
    --fillAnimationColor2--light: var(--light-color);
  }
}
@-webkit-keyframes strokeanimation {
  0% {
    --strokeAnimationColor: #00000000;
  }
  50% {
    --strokeAnimationColor: var(--brand-color--1);
  }
  100% {
    --strokeAnimationColor: #00000000;
  }
}
@keyframes strokeanimation {
  0% {
    --strokeAnimationColor: #00000000;
  }
  50% {
    --strokeAnimationColor: var(--brand-color--1);
  }
  100% {
    --strokeAnimationColor: #00000000;
  }
}
@-webkit-keyframes outlineanimation {
  0% {
    --strokeAnimationColor: #00000000;
  }
  50% {
    --strokeAnimationColor: var(--brand-color--1);
  }
  100% {
    --strokeAnimationColor: var(--brand-color--1);
  }
}
@keyframes outlineanimation {
  0% {
    --strokeAnimationColor: #00000000;
  }
  50% {
    --strokeAnimationColor: var(--brand-color--1);
  }
  100% {
    --strokeAnimationColor: var(--brand-color--1);
  }
}
@-webkit-keyframes strokeanimationLight {
  0% {
    --strokeAnimationColor--light: #ffffff00;
  }
  50% {
    --strokeAnimationColor--light: var(--light-color);
  }
  100% {
    --strokeAnimationColor--light: #ffffff00;
  }
}
@keyframes strokeanimationLight {
  0% {
    --strokeAnimationColor--light: #ffffff00;
  }
  50% {
    --strokeAnimationColor--light: var(--light-color);
  }
  100% {
    --strokeAnimationColor--light: #ffffff00;
  }
}
@-webkit-keyframes outlineanimationLight {
  0% {
    --strokeAnimationColor--light: #00000000;
  }
  50% {
    --strokeAnimationColor--light: var(--light-color);
  }
  100% {
    --strokeAnimationColor--light: var(--light-color);
  }
}
@keyframes outlineanimationLight {
  0% {
    --strokeAnimationColor--light: #00000000;
  }
  50% {
    --strokeAnimationColor--light: var(--light-color);
  }
  100% {
    --strokeAnimationColor--light: var(--light-color);
  }
}
.mod_columns {
  position: relative;
}
.mod_columns.has-background {
  padding: 0;
  overflow: hidden;
}
.mod_columns.has-background .columns {
  padding: 10px;
}
@media (max-width: 819px) {
  .mod_columns.has-background .desktop {
    display: none;
  }
}
.mod_columns.has-background .mobile {
  display: none;
}
@media (max-width: 819px) {
  .mod_columns.has-background .mobile {
    display: block;
  }
}
.mod_columns .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mod_columns .columns > * {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.mod_columns .columns.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mod_columns.grid--enabled > .columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_columns.grid--enabled > .columns {
    padding: 20px;
  }
}
@media (min-width: 820px) and (max-width: 991px) {
  .mod_columns.grid--enabled {
    padding: 20px;
  }
}
@media (max-width: 819px) {
  .mod_columns.grid--enabled > .columns {
    padding: 40px 20px;
  }
}
.mod_columns.margin--off {
  margin: 0 -10px;
}
@media (max-width: 819px) {
  .mod_columns.margin--off {
    margin: 0;
  }
  .mod_columns.margin--off .columns > .column {
    padding: 0;
  }
}
@media (max-width: 819px) {
  .mod_columns.mobile--fullwidth .columns > .column:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .mod_columns.mobile--fullwidth .columns > .column:first-child > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
  }
}
.mod_columns.bordered .column {
  border: 2px solid var(--light-color);
}
.mod_columns .columns > .column {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_columns .columns > .column.flex--0 {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--0 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--4 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--5 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--6 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--7 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--8 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--9 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--10 {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--10 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--11 {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--11 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mod_columns .columns > .column.flex--12 {
  -webkit-box-flex: 12;
      -ms-flex: 12;
          flex: 12;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.flex--12 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.padding--off.mobile--padding {
    padding: 20px;
  }
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.mobile--fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .mod_columns .columns > .column.mobile--fullwidth > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
  }
}
.mod_columns .columns > .column.padding--off {
  padding: 0;
}
.mod_columns .columns > .column.relative {
  position: relative;
}
.mod_columns .columns > .column.has--whitebackground {
  background: var(--light-color);
}
.mod_columns .columns > .column.has--dropshadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.mod_columns .columns > .column.padding--increase {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 819px) {
  .mod_columns .columns > .column.padding--increase {
    padding: 20px;
  }
}
.mod_columns.hero--box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
}
@media (max-width: 819px) {
  .mod_columns.hero--box {
    position: relative;
    bottom: 0;
  }
  .mod_columns.hero--box .column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.mod_columns.hero--box .column:first-child > * {
  max-width: 620px;
}
@media (max-width: 819px) {
  .mod_columns .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_columns .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 819px) {
  .mod_columns.reverse--mobile > .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .mod_columns.reverse--mobile > .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.column.align--start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.column.align--center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.column.align--end {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.align--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.column.justify--start {
  justify-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.column.justify--center {
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.column.justify--end {
  justify-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content--align--start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: normal;
}

.content--align--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: normal;
}

.content--align--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  white-space: normal;
}

.content--align--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: normal;
}

.conten--justify--start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: normal;
}

.conten--justify--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: normal;
}

.conten--justify--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: normal;
}

.content-swiper, .scrollcontainer {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content-swiper .swiper[data-slideroverflow="1"], .scrollcontainer .swiper[data-slideroverflow="1"] {
  overflow: visible;
}
.content-swiper .swiper .swiper-wrapper, .scrollcontainer .swiper .swiper-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}
.content-swiper .swiper .swiper-wrapper .swiper-slide, .scrollcontainer .swiper .swiper-wrapper .swiper-slide {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.content-swiper .swiper .swiper-wrapper:active, .scrollcontainer .swiper .swiper-wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.content-swiper .controls, .scrollcontainer .controls {
  position: relative;
}
.content-swiper .controls .buttons, .scrollcontainer .controls .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-top: 40px;
}
.content-swiper .controls button, .scrollcontainer .controls button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: static;
  background: none;
  color: var(--brand-color--1);
  padding: 20px;
}
.content-swiper .controls button:after, .scrollcontainer .controls button:after {
  font-size: 20px;
}
.content-swiper .controls button:hover, .scrollcontainer .controls button:hover {
  background: var(--brand-color--1--light);
  color: var(--light-color);
}
.content-swiper .controls .swiper-button-next:after, .scrollcontainer .controls .swiper-button-next:after {
  content: "arrow_forward";
  font-family: "Material Symbols Sharp", sans-serif;
}
.content-swiper .controls .swiper-button-prev:after, .scrollcontainer .controls .swiper-button-prev:after {
  content: "arrow_back";
  font-family: "Material Symbols Sharp", sans-serif;
}
.content-swiper .controls .swiper-button-disabled, .scrollcontainer .controls .swiper-button-disabled {
  opacity: 1;
  color: var(--gray-color);
}
.content-swiper.buttons--bottom--right .buttons, .scrollcontainer.buttons--bottom--right .buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.content-swiper.buttons--bottom--right .buttons button, .scrollcontainer.buttons--bottom--right .buttons button {
  backdrop-filter: blur(20px);
}
.content-swiper .swiper-pagination, .scrollcontainer .swiper-pagination {
  position: static;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 0;
  display: block;
}
.content-swiper .swiper-pagination .swiper-pagination-bullet, .scrollcontainer .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  padding: 2.5px;
  background: none;
  border: 1px solid var(--brand-color--1);
  opacity: 1;
}
.content-swiper .swiper-pagination .swiper-pagination-bullet-active, .scrollcontainer .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--brand-color--2);
  border-color: var(--brand-color--2);
}
.content-swiper .swiper-scrollbar, .scrollcontainer .swiper-scrollbar {
  position: static;
  background: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.content-swiper .swiper-scrollbar:before, .scrollcontainer .swiper-scrollbar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--dark-color);
}
.content-swiper .swiper-scrollbar .swiper-scrollbar-drag, .scrollcontainer .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--brand-color--2);
  border-radius: 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.content-swiper .swiper-scrollbar .swiper-scrollbar-drag:after, .scrollcontainer .swiper-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: -20px;
}
.content-swiper .swiper-scrollbar .swiper-scrollbar-drag:active, .scrollcontainer .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.content-swiper .tabs, .scrollcontainer .tabs {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .content-swiper .tabs, .scrollcontainer .tabs {
    -webkit-transform: none;
            transform: none;
    position: static;
    padding: 0;
    background: var(--dark-color);
  }
}
@media (max-width: 819px) {
  .content-swiper .tabs, .scrollcontainer .tabs {
    -webkit-transform: none;
            transform: none;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.content-swiper .tabs .content-swiper-tab-box, .scrollcontainer .tabs .content-swiper-tab-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-top: 1px solid var(--light-color);
  margin-top: 4px;
  backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .content-swiper .tabs .content-swiper-tab-box, .scrollcontainer .tabs .content-swiper-tab-box {
    border-top: 1px solid transparent;
  }
}
@media (max-width: 819px) {
  .content-swiper .tabs .content-swiper-tab-box, .scrollcontainer .tabs .content-swiper-tab-box {
    display: none;
  }
}
.content-swiper .tabs .content-swiper-tab-box:hover, .scrollcontainer .tabs .content-swiper-tab-box:hover {
  cursor: pointer;
}
.content-swiper .tabs .content-swiper-tab-box.active, .scrollcontainer .tabs .content-swiper-tab-box.active {
  margin-top: 0px;
  border-top: 5px solid var(--brand-color--2);
}
@media (max-width: 819px) {
  .content-swiper .tabs .content-swiper-tab-box.active, .scrollcontainer .tabs .content-swiper-tab-box.active {
    color: var(--light-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content-swiper .tabs .content-swiper-tab-box a, .scrollcontainer .tabs .content-swiper-tab-box a {
  padding-right: 30px;
  position: relative;
  overflow: hidden;
  border: none;
  color: inherit;
  font-weight: 600;
}
.content-swiper .tabs .content-swiper-tab-box a:before, .scrollcontainer .tabs .content-swiper-tab-box a:before {
  content: "arrow_forward";
  font-family: "Material Symbols Sharp", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  position: absolute;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
}
.content-swiper .tabs .content-swiper-tab-box a:hover, .scrollcontainer .tabs .content-swiper-tab-box a:hover {
  color: var(--brand-color--2);
}
@media (max-width: 819px) {
  .content-swiper .tabs .content-swiper-tab-box, .scrollcontainer .tabs .content-swiper-tab-box {
    border-top: none;
    color: var(--dark-color);
  }
}
.content-swiper .content-swiper-tab, .scrollcontainer .content-swiper-tab {
  width: 100%;
  height: 100%;
}
.content-swiper .content-swiper-tab .background, .scrollcontainer .content-swiper-tab .background {
  width: 100%;
  height: 100%;
}
.content-swiper .content-swiper-tab .background figure, .scrollcontainer .content-swiper-tab .background figure {
  width: 100%;
  height: 100%;
}
.content-swiper .content-swiper-tab .background figure img, .scrollcontainer .content-swiper-tab .background figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-swiper .content-swiper-tab .background + .content, .scrollcontainer .content-swiper-tab .background + .content {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 300px;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 1280px;
}
.content-swiper .content-swiper-tab .background + .content .mod_columns, .content-swiper .content-swiper-tab .background + .content .columns, .scrollcontainer .content-swiper-tab .background + .content .mod_columns, .scrollcontainer .content-swiper-tab .background + .content .columns {
  height: 100%;
}
@media (max-width: 819px) {
  .content-swiper .content-swiper-tab .background + .content, .scrollcontainer .content-swiper-tab .background + .content {
    padding: 20px;
  }
}

.content-swiper.thumbnails {
  position: absolute;
  bottom: 20px;
  right: 160px;
  max-width: 500px;
  z-index: 100;
  overflow: visible;
}
.content-swiper.thumbnails .swiper {
  overflow: visible;
}
.content-swiper.thumbnails .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background: var(--light-color);
  opacity: 0.5;
}
.content-swiper.thumbnails .swiper-slide.swiper-slide-thumb-active {
  -webkit-box-shadow: 0px 0px 0px 3px var(--brand-color--2);
          box-shadow: 0px 0px 0px 3px var(--brand-color--2);
  opacity: 1;
}
@media (max-width: 819px) {
  .content-swiper.thumbnails {
    right: 20px;
    left: 20px;
    max-width: auto;
  }
  .content-swiper.thumbnails .swiper-slide {
    opacity: 1;
  }
}

@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .content-swiper.buttons--bottom--right .tabs + .buttons {
    bottom: 100%;
    gap: 0;
    right: 0;
  }
  .content-swiper.buttons--bottom--right .tabs + .buttons button {
    padding: 30px;
    background: var(--brand-color--2);
    color: var(--light-color);
  }
}
@media (max-width: 819px) {
  .content-swiper.buttons--bottom--right .tabs + .buttons {
    bottom: 100%;
    gap: 0;
    right: 0;
  }
  .content-swiper.buttons--bottom--right .tabs + .buttons button {
    padding: 30px;
    background: var(--brand-color--2);
    color: var(--light-color);
  }
}
@media (min-width: 992px) {
  .content-swiper.buttons--bottom--right .tabs + .buttons {
    display: none;
  }
}

.content-text.text--icon--block a {
  position: relative;
  overflow: hidden;
  border: none;
  color: inherit;
  font-weight: bold;
  padding-right: 30px;
}
.content-text.text--icon--block a:before {
  content: "arrow_forward";
  font-family: "Material Symbols Sharp", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  position: absolute;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
}
.content-text.text--card {
  padding: 20px;
}

.mod_icon {
  position: relative;
}
.mod_icon.icon--offset--left span {
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod_icon > span {
  display: inline-block;
}

.layout_latest.accordion {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--text-color);
  cursor: cell;
}
.layout_latest.accordion .content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1280px;
  display: -ms-grid;
  display: grid;
  padding: 20px 60px;
  -ms-grid-columns: 200px auto 60px;
  grid-template-columns: 200px auto 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout_latest.accordion .content .info {
  color: var(--brand-color--1);
  padding-top: 5px;
}
@media (max-width: 819px) {
  .layout_latest.accordion .content .info {
    font-weight: normal;
    font-size: 14px;
  }
}
.layout_latest.accordion .content .headline {
  color: var(--text-color);
  font-weight: 400;
}
@media (max-width: 819px) {
  .layout_latest.accordion .content .headline {
    font-weight: bold;
  }
}
.layout_latest.accordion .content .text {
  margin-top: 20px;
  max-width: 530px;
  display: none;
}
@media (max-width: 819px) {
  .layout_latest.accordion .content .text {
    display: block;
    margin-top: 10px;
  }
}
.layout_latest.accordion .content .text a {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: var(--brand-color--2);
}
.layout_latest.accordion .content .arrow {
  position: absolute;
  top: 20px;
  margin-top: -10px;
  padding: 10px;
  color: var(--brand-color--1);
  justify-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout_latest.accordion .content .arrow:hover {
  background: var(--brand-color--1);
  color: var(--light-color);
}
@media (max-width: 819px) {
  .layout_latest.accordion .content .arrow {
    display: none;
  }
}
@media (max-width: 819px) {
  .layout_latest.accordion .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.layout_latest.accordion + .layout_latest {
  border-top: 1px solid var(--gray-color);
}
.layout_latest.accordion:hover {
  background: var(--gray-color);
}
.layout_latest.accordion.open .content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout_latest.accordion.open .content .text {
  display: block;
}
.layout_latest.featured .content .text {
  display: block;
}

.mod_newsreader .layout_full .info {
  color: var(--brand-color--2);
  margin-bottom: 20px;
}
.mod_newsreader .back {
  margin-top: 20px;
}
.mod_newsreader .hero {
  color: var(--light-color);
}
.mod_newsreader .hero .inside {
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 820px) and (max-width: 991px) {
  .mod_newsreader .hero .inside {
    padding: 40px;
  }
}
@media (max-width: 819px) {
  .mod_newsreader .hero .inside {
    padding: 40px 20px;
  }
}

a.mod_card:hover {
  -webkit-box-shadow: calc(var(--offset-x) / -10) calc(var(--offset-y) / -10) 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: calc(var(--offset-x) / -10) calc(var(--offset-y) / -10) 30px 0px rgba(0, 0, 0, 0.05);
}

.mod_card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  --rotate: 30deg;
  --offset-x: 0px;
  --offset-y: 0px;
  --rotate-x: 0deg;
  --rotate-y: 0deg;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--rotate)), color-stop(0%, var(--gray-color)), to(var(--light-color)));
  background-image: linear-gradient(var(--rotate), var(--gray-color) 0%, var(--light-color) 100%);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transform: perspective(800px);
          transform: perspective(800px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: perspective(2000px) rotateX(clamp(-30deg, var(--rotate-x), 30deg)) rotateY(clamp(-30deg, var(--rotate-y), 30deg));
          transform: perspective(2000px) rotateX(clamp(-30deg, var(--rotate-x), 30deg)) rotateY(clamp(-30deg, var(--rotate-y), 30deg));
}
.mod_card.color--text .text h3, .mod_card.color--text .text h4 {
  color: var(--text-color);
}
.mod_card.color--light .text h3, footer.mod_card .text h3, footer #footer2 a.mod_card .text h3, footer #footer3 a.mod_card .text h3, footer #footer4 a.mod_card .text h3, .mod_card.color--light .text h4, footer.mod_card .text h4, footer #footer2 a.mod_card .text h4, footer #footer3 a.mod_card .text h4, footer #footer4 a.mod_card .text h4 {
  color: var(--light-color);
}
.mod_card.color--dark .text h3, .mod_card.color--dark .text h4 {
  color: var(--dark-color);
}
.mod_card.color--gray .text h3, .mod_card.color--gray .text h4 {
  color: var(--gray-color);
}
.mod_card.color--darkgray .text h3, .mod_card.color--darkgray .text h4 {
  color: var(--darkgray-color);
}
.mod_card.color--brand--1 .text h3, .mod_card.color--brand--1 .text h4 {
  color: var(--brand-color--1);
}
.mod_card.color--brand--2 .text h3, .mod_card.color--brand--2 .text h4 {
  color: var(--brand-color--2);
}
.mod_card.color--brand--3 .text h3, .mod_card.color--brand--3 .text h4 {
  color: var(--brand-color--3);
}
.mod_card.color--brand--4 .text h3, .mod_card.color--brand--4 .text h4 {
  color: var(--brand-color--4);
}
.mod_card.color--brand--1--light .text h3, .mod_card.color--brand--1--light .text h4 {
  color: var(--brand-color--1--light);
}
.mod_card.color--brand--2--light .text h3, .mod_card.color--brand--2--light .text h4 {
  color: var(--brand-color--2--light);
}
.mod_card.color--brand--3--light .text h3, .mod_card.color--brand--3--light .text h4 {
  color: var(--brand-color--3--light);
}
.mod_card.color--brand--4--light .text h3, .mod_card.color--brand--4--light .text h4 {
  color: var(--brand-color--4--light);
}
.mod_card.color--brand--1--dark .text h3, .mod_card.color--brand--1--dark .text h4 {
  color: var(--brand-color--1--dark);
}
.mod_card.color--brand--2--dark .text h3, .mod_card.color--brand--2--dark .text h4 {
  color: var(--brand-color--2--dark);
}
.mod_card.color--brand--3--dark .text h3, .mod_card.color--brand--3--dark .text h4 {
  color: var(--brand-color--3--dark);
}
.mod_card.color--brand--4--dark .text h3, .mod_card.color--brand--4--dark .text h4 {
  color: var(--brand-color--4--dark);
}
.mod_card.background--text {
  background: var(--text-color);
  background-image: none;
}
.mod_card.background--light {
  background: var(--light-color);
  background-image: none;
}
.mod_card.background--dark {
  background: var(--dark-color);
  background-image: none;
}
.mod_card.background--gray {
  background: var(--gray-color);
  background-image: none;
}
.mod_card.background--darkgray {
  background: var(--darkgray-color);
  background-image: none;
}
.mod_card.background--error {
  background: var(--error-color);
  background-image: none;
}
.mod_card.background--success {
  background: var(--success-color);
  background-image: none;
}
.mod_card.background--brand--1 {
  background: var(--brand-color--1);
  background-image: none;
}
.mod_card.background--brand--2 {
  background: var(--brand-color--2);
  background-image: none;
}
.mod_card.background--brand--3 {
  background: var(--brand-color--3);
  background-image: none;
}
.mod_card.background--brand--4 {
  background: var(--brand-color--4);
  background-image: none;
}
.mod_card.background--brand--1--light {
  background: var(--brand-color--1--light);
  background-image: none;
}
.mod_card.background--brand--2--light {
  background: var(--brand-color--2--light);
  background-image: none;
}
.mod_card.background--brand--3--light {
  background: var(--brand-color--3--light);
  background-image: none;
}
.mod_card.background--brand--4--light {
  background: var(--brand-color--4--light);
  background-image: none;
}
.mod_card.background--brand--1--dark {
  background: var(--brand-color--1--dark);
  background-image: none;
}
.mod_card.background--brand--2--dark {
  background: var(--brand-color--2--dark);
  background-image: none;
}
.mod_card.background--brand--3--dark {
  background: var(--brand-color--3--dark);
  background-image: none;
}
.mod_card.background--brand--4--dark {
  background: var(--brand-color--4--dark);
  background-image: none;
}
.mod_card:hover {
  -webkit-transition: none;
  transition: none;
}
.mod_card:hover .image .headline, .mod_card:hover .image figure {
  -webkit-transition: none;
  transition: none;
}
.mod_card:focus-visible {
  outline: 3px solid var(--brand-color--1);
  outline-offset: 3px;
  -webkit-transition: none;
  transition: none;
}
.mod_card .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 12em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mod_card .image .headline {
  position: absolute;
  left: 0;
  z-index: 0;
  font-weight: 900;
  font-size: 10em;
  line-height: 1em;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transform: translate3d(calc(var(--offset-x) / 100), calc(var(--offset-y) / 100), 1000px);
          transform: translate3d(calc(var(--offset-x) / 100), calc(var(--offset-y) / 100), 1000px);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  -webkit-text-stroke-color: var(--brand-color--1);
}
@media (max-width: 819px) {
  .mod_card .image .headline {
    font-size: 5em;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_card .image .headline {
    font-size: 7em;
  }
}
.mod_card .image figure {
  max-width: 50%;
  margin-right: 60px;
  margin-top: 60px;
  margin-bottom: -60px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transform: translate3d(calc(var(--offset-x) / 50), calc(var(--offset-y) / 50), -1000px);
          transform: translate3d(calc(var(--offset-x) / 50), calc(var(--offset-y) / 50), -1000px);
}
@media (max-width: 819px) {
  .mod_card .image figure {
    max-width: 100%;
    margin: 40px;
    margin-bottom: 0;
  }
}
.mod_card .image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
}
.mod_card .text h3 {
  color: var(--brand-color--1);
}
.mod_card .text h4 {
  margin-top: 0;
  font-weight: 400;
  color: var(--text-color);
}
.mod_card .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: var(--brand-color--1);
  font-weight: bold;
}

.content-list ol, .content-text ol, .content-description-list ol {
  max-width: 840px;
}
.content-list ol li, .content-text ol li, .content-description-list ol li {
  counter-increment: number;
  position: relative;
  padding: 10px 0 10px 50px;
}
.content-list ol li:before, .content-text ol li:before, .content-description-list ol li:before {
  content: counter(number) ". ";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.content-list ul, .content-text ul, .content-description-list ul {
  max-width: 840px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-list ul li, .content-text ul li, .content-description-list ul li {
  position: relative;
  padding: 5px 0 5px 50px;
}
.content-list ul li:before, .content-text ul li:before, .content-description-list ul li:before {
  font-family: "Material Symbols Sharp", sans-serif;
  content: "square";
  font-weight: 700;
  display: block;
  position: absolute;
  color: var(--brand-color--2);
  top: 5px;
  left: 0;
}
.content-list ul li[data-icon], .content-text ul li[data-icon], .content-description-list ul li[data-icon] {
  padding: 10px 0 10px 50px;
}
.content-list ul li[data-icon]:before, .content-text ul li[data-icon]:before, .content-description-list ul li[data-icon]:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content-list dl, .content-text dl, .content-description-list dl {
  max-width: 840px;
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
}
.content-list dl .description, .content-text dl .description, .content-description-list dl .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 5px 0;
}
.content-list dl dt, .content-text dl dt, .content-description-list dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-list dl dd, .content-text dl dd, .content-description-list dl dd {
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-list.with--symbol dl, .content-text.with--symbol dl, .content-description-list.with--symbol dl {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.content-list.with--symbol dl .description, .content-text.with--symbol dl .description, .content-description-list.with--symbol dl .description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.content-list.with--symbol dl .description:before, .content-text.with--symbol dl .description:before, .content-description-list.with--symbol dl .description:before {
  font-family: "Material Symbols Sharp", sans-serif;
  content: "add";
  font-weight: 700;
  display: block;
  position: absolute;
  height: 1em;
  color: var(--brand-color--2);
  left: 0;
  font-size: 2em;
}
.content-list.with--symbol dl .description dt, .content-text.with--symbol dl .description dt, .content-description-list.with--symbol dl .description dt {
  font-weight: 700;
}
.content-list.with--symbol dl .description dd, .content-text.with--symbol dl .description dd, .content-description-list.with--symbol dl .description dd {
  font-weight: 500;
}

.content-list ul, .content-list ol, .content-text ul, .content-text ol, .content-description-list ul, .content-description-list ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-list ul li[data-icon], .content-list ol li[data-icon], .content-text ul li[data-icon], .content-text ol li[data-icon], .content-description-list ul li[data-icon], .content-description-list ol li[data-icon] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-list ul li[data-icon]::before, .content-list ol li[data-icon]::before, .content-text ul li[data-icon]::before, .content-text ol li[data-icon]::before, .content-description-list ul li[data-icon]::before, .content-description-list ol li[data-icon]::before {
  content: attr(data-icon);
}
.content-list.icon--top li[data-icon]:before, .content-text.icon--top li[data-icon]:before, .content-description-list.icon--top li[data-icon]:before {
  top: 20px;
}
.content-list.enumeration--columns--1 ul, .content-list.enumeration--columns--1 ol, .content-text.enumeration--columns--1 ul, .content-text.enumeration--columns--1 ol, .content-description-list.enumeration--columns--1 ul, .content-description-list.enumeration--columns--1 ol {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.content-list.enumeration--columns--2 ul, .content-list.enumeration--columns--2 ol, .content-text.enumeration--columns--2 ul, .content-text.enumeration--columns--2 ol, .content-description-list.enumeration--columns--2 ul, .content-description-list.enumeration--columns--2 ol {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.content-list.enumeration--columns--3 ul, .content-list.enumeration--columns--3 ol, .content-text.enumeration--columns--3 ul, .content-text.enumeration--columns--3 ol, .content-description-list.enumeration--columns--3 ul, .content-description-list.enumeration--columns--3 ol {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.content-list.enumeration--columns--4 ul, .content-list.enumeration--columns--4 ol, .content-text.enumeration--columns--4 ul, .content-text.enumeration--columns--4 ol, .content-description-list.enumeration--columns--4 ul, .content-description-list.enumeration--columns--4 ol {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 819px) {
  .content-list.enumeration--columns--1--small ul, .content-list.enumeration--columns--1--small ol, .content-text.enumeration--columns--1--small ul, .content-text.enumeration--columns--1--small ol, .content-description-list.enumeration--columns--1--small ul, .content-description-list.enumeration--columns--1--small ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-list.enumeration--columns--2--small ul, .content-list.enumeration--columns--2--small ol, .content-text.enumeration--columns--2--small ul, .content-text.enumeration--columns--2--small ol, .content-description-list.enumeration--columns--2--small ul, .content-description-list.enumeration--columns--2--small ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .content-list.enumeration--columns--3--small ul, .content-list.enumeration--columns--3--small ol, .content-text.enumeration--columns--3--small ul, .content-text.enumeration--columns--3--small ol, .content-description-list.enumeration--columns--3--small ul, .content-description-list.enumeration--columns--3--small ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-list.enumeration--columns--4--small ul, .content-list.enumeration--columns--4--small ol, .content-text.enumeration--columns--4--small ul, .content-text.enumeration--columns--4--small ol, .content-description-list.enumeration--columns--4--small ul, .content-description-list.enumeration--columns--4--small ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .content-list.enumeration--columns--1--tabletportrait ul, .content-list.enumeration--columns--1--tabletportrait ol, .content-text.enumeration--columns--1--tabletportrait ul, .content-text.enumeration--columns--1--tabletportrait ol, .content-description-list.enumeration--columns--1--tabletportrait ul, .content-description-list.enumeration--columns--1--tabletportrait ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-list.enumeration--columns--2--tabletportrait ul, .content-list.enumeration--columns--2--tabletportrait ol, .content-text.enumeration--columns--2--tabletportrait ul, .content-text.enumeration--columns--2--tabletportrait ol, .content-description-list.enumeration--columns--2--tabletportrait ul, .content-description-list.enumeration--columns--2--tabletportrait ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .content-list.enumeration--columns--3--tabletportrait ul, .content-list.enumeration--columns--3--tabletportrait ol, .content-text.enumeration--columns--3--tabletportrait ul, .content-text.enumeration--columns--3--tabletportrait ol, .content-description-list.enumeration--columns--3--tabletportrait ul, .content-description-list.enumeration--columns--3--tabletportrait ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-list.enumeration--columns--4--tabletportrait ul, .content-list.enumeration--columns--4--tabletportrait ol, .content-text.enumeration--columns--4--tabletportrait ul, .content-text.enumeration--columns--4--tabletportrait ol, .content-description-list.enumeration--columns--4--tabletportrait ul, .content-description-list.enumeration--columns--4--tabletportrait ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  .content-list.enumeration--columns--1--tabletlandscape ul, .content-list.enumeration--columns--1--tabletlandscape ol, .content-text.enumeration--columns--1--tabletlandscape ul, .content-text.enumeration--columns--1--tabletlandscape ol, .content-description-list.enumeration--columns--1--tabletlandscape ul, .content-description-list.enumeration--columns--1--tabletlandscape ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-list.enumeration--columns--2--tabletlandscape ul, .content-list.enumeration--columns--2--tabletlandscape ol, .content-text.enumeration--columns--2--tabletlandscape ul, .content-text.enumeration--columns--2--tabletlandscape ol, .content-description-list.enumeration--columns--2--tabletlandscape ul, .content-description-list.enumeration--columns--2--tabletlandscape ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .content-list.enumeration--columns--3--tabletlandscape ul, .content-list.enumeration--columns--3--tabletlandscape ol, .content-text.enumeration--columns--3--tabletlandscape ul, .content-text.enumeration--columns--3--tabletlandscape ol, .content-description-list.enumeration--columns--3--tabletlandscape ul, .content-description-list.enumeration--columns--3--tabletlandscape ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-list.enumeration--columns--4--tabletlandscape ul, .content-list.enumeration--columns--4--tabletlandscape ol, .content-text.enumeration--columns--4--tabletlandscape ul, .content-text.enumeration--columns--4--tabletlandscape ol, .content-description-list.enumeration--columns--4--tabletlandscape ul, .content-description-list.enumeration--columns--4--tabletlandscape ol {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.content-image img {
  display: block;
}
.content-image.full--width {
  width: 100%;
  height: auto;
}
.content-image.full--width figure, .content-image.full--width picture, .content-image.full--width img {
  width: 100%;
  height: auto;
}

img {
  display: block;
}

.reference-logo {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

#ProductHero {
  height: 40dvw;
}
#ProductHero .inside {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 60px;
}

#ProductHeroImage {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 819px) {
  #ProductHeroImage {
    -webkit-transform: none;
            transform: none;
    position: relative;
    width: 60dvw;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  #ProductHeroImage {
    -webkit-transform: translate(35dvw, 0);
            transform: translate(35dvw, 0);
    position: relative;
    width: 60dvw;
    margin-bottom: -80px;
  }
}

@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  #ProductActions .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mod_product_title {
  white-space: nowrap;
}
.mod_product_title .title {
  display: inline-block;
  font-size: clamp(1rem, 10dvw, 10rem);
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: var(--brand-color--1);
}
@media (max-width: 819px) {
  .mod_product_title .title {
    font-size: clamp(1rem, 28dvw, 10rem);
  }
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .mod_product_title .title {
    font-size: clamp(1rem, 30dvw, 10rem);
  }
}
.mod_product_title .subtitle {
  display: inline-block;
  color: var(--brand-color--2);
  -webkit-transform: translate(-66%, 50%);
          transform: translate(-66%, 50%);
  font-size: clamp(1rem, 8dvw, 4rem);
}
@media (max-width: 819px) {
  .mod_product_title .subtitle {
    font-size: clamp(1rem, 12dvw, 10rem);
  }
}

.content-product-attribute-range {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-product-attribute-range .legend {
  width: 160px;
}
@media (max-width: 819px) {
  .content-product-attribute-range {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-product-attribute-range .legend {
    margin-bottom: 20px;
  }
}
@media (max-width: 819px) {
  .content-product-attribute-range + .content-product-attribute-range {
    -margin-top: 20px;
  }
}

.attribute--range {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 20px auto 20px 40px;
  grid-template-columns: 40px auto 40px;
  gap: 20px;
}
@media (max-width: 819px) {
  .attribute--range {
    font-size: 12px;
  }
}
.attribute--range .rangeMin, .attribute--range .rangeMax {
  color: var(--light-color);
  opacity: 0.5;
}
.attribute--range .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attribute--range .inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid var(--light-color);
  opacity: 0.5;
}
.attribute--range .inner .valueRange {
  position: absolute;
  z-index: 100;
  display: inline-block;
  height: 5px;
  background: var(--brand-color--2);
}
.attribute--range .inner .valueMin, .attribute--range .inner .valueMax {
  font-weight: bold;
  position: absolute;
  left: attr(data-position);
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}
.attribute--range .inner .valueMin {
  -webkit-transform: translate(-100%, -80%);
          transform: translate(-100%, -80%);
}
.attribute--range .inner .valueMax {
  -webkit-transform: translate(0, -80%);
          transform: translate(0, -80%);
}
.attribute--range[data-single="1"] .valueRange {
  width: 6px !important;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.attribute--range[data-single="1"] .valueMin {
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}

.mod_product_list_item h4 {
  color: var(--brand-color--1);
  margin-bottom: 10px;
}
.mod_product_list_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mod_product_list_item .attributes .attribute {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
  grid-template-columns: 70% 30%;
  padding: 5px 0;
}
.mod_product_list_item .attributes .attribute dd {
  font-weight: bold;
}

.scrollcontainer .scrollwrapper {
  overflow: visible;
  position: relative;
}
.scrollcontainer .content {
  overflow: scroll;
  overflow-y: visible;
  scrollbar-width: none;
  white-space: nowrap;
}
.scrollcontainer .content::-webkit-scrollbar {
  display: none;
}
.scrollcontainer .controls {
  margin-left: 240px;
}
.scrollcontainer .controls .swiper-scrollbar-drag {
  height: 5px;
}

.mod_product_list_table_item, .mod_product_list_tableheader_item {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 40px;
}
@media (max-width: 819px) {
  .mod_product_list_table_item, .mod_product_list_tableheader_item {
    grid-auto-rows: 70px;
  }
}
.mod_product_list_table_item h4, .mod_product_list_tableheader_item h4 {
  font-weight: bold;
}
.mod_product_list_table_item h4, .mod_product_list_table_item div, .mod_product_list_tableheader_item h4, .mod_product_list_tableheader_item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 15px;
  text-align: center;
}
@media (max-width: 819px) {
  .mod_product_list_table_item h4, .mod_product_list_table_item div, .mod_product_list_tableheader_item h4, .mod_product_list_tableheader_item div {
    font-size: 16px;
  }
}
.mod_product_list_table_item div:nth-child(odd), .mod_product_list_tableheader_item div:nth-child(odd) {
  background: var(--light-color);
}
.mod_product_list_table_item div:nth-child(even), .mod_product_list_tableheader_item div:nth-child(even) {
  background: var(--gray-color);
}

.content-product-table {
  width: 100%;
}
.content-product-table table {
  max-width: 100%;
}
.content-product-table td, .content-product-table th {
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.content-product-table td:first-child, .content-product-table th:first-child {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  width: 240px;
  max-width: 240px;
  border-right: 1px solid var(--dark-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: sticky;
  left: 0;
  z-index: 1000;
}
.content-product-table td:first-child .unit, .content-product-table th:first-child .unit {
  display: inline-block;
}
.content-product-table td .unit, .content-product-table th .unit {
  display: none;
}
.content-product-table td .tooltip, .content-product-table th .tooltip {
  display: none;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
  position: absolute;
  background: var(--dark-color);
  color: var(--light-color);
  border-radius: 6.5px;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.content-product-table td:hover .tooltip, .content-product-table th:hover .tooltip {
  display: none;
}
.content-product-table tr:nth-child(even) {
  background: var(--light-color);
}
.content-product-table tr:nth-child(odd) {
  background: var(--gray-color);
}
.content-product-table tbody tr:hover {
  position: relative;
  z-index: 2000;
  -webkit-box-shadow: 0px 0px 0px 1px var(--dark-color);
          box-shadow: 0px 0px 0px 1px var(--dark-color);
}
.content-product-table thead {
  font-weight: bold;
}
.content-product-table thead tr:nth-child(odd) {
  background: var(--light-color);
}
.content-product-table thead th:first-child {
  text-align: left;
}

#TableView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#TableView .content-swiper {
  min-width: 0;
}
#TableView .mod_product_list_tableheader_item {
  background: var(--light-color);
  border-right: 1px solid var(--dark-color);
  position: relative;
  max-width: 240px;
  z-index: 2000;
}
#TableView .mod_product_list_tableheader_item:after {
  content: "";
  position: absolute;
  display: block;
  background: var(--light-color);
  right: 100%;
  width: 50dvw;
  height: 100%;
}
#TableView .mod_product_list_tableheader_item .attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 819px) {
  #TableView .mod_product_list_tableheader_item {
    position: absolute;
    background: none;
    border-right: none;
    pointer-events: none;
  }
  #TableView .mod_product_list_tableheader_item .attribute {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 5px;
    gap: 5px;
    font-size: 12px;
    line-height: 12px;
    background: none;
    border-right: none;
  }
  #TableView .mod_product_list_tableheader_item .attribute .label {
    font-weight: bold;
  }
  #TableView .attribute {
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.series-card .compare {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
  padding: 5px 10px;
  border: none;
  border-radius: 13px;
  background: var(--darkgray-color);
  color: var(--light-color);
  gap: 5px;
}
.series-card .compare:focus-visible {
  border: none;
  outline: 3px solid var(--brand-color--1);
  outline-offset: 3px;
  z-index: 100;
}
.series-card .compare:hover {
  background: var(--brand-color--1--dark);
}
.series-card:hover .compare {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mod_view_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 819px) {
  .mod_view_actions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.mod_view_actions .title, .mod_view_actions .filtertitle {
  font-weight: bold;
}
.mod_view_actions .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--gray-color);
  gap: 0;
  padding: 5px;
  border-radius: 13px;
}
.mod_view_actions .controller li {
  color: var(--dark-color);
  padding: 5px 40px;
  border-radius: 9px;
}
.mod_view_actions .controller li.selected {
  background: var(--brand-color--1);
  color: var(--light-color);
  font-weight: bold;
}
.mod_view_actions .controller li:hover {
  cursor: pointer;
}
.mod_view_actions .filterbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--gray-color);
  gap: 10px;
  padding: 5px 20px;
  border-radius: 13px;
  background: var(--gray-color);
}
.mod_view_actions .filterbutton .icon {
  font-family: "Material Symbols Sharp", sans-serif;
  font-weight: bold;
}
.mod_view_actions .filterbutton .label {
  padding: 5px 0;
}
.mod_view_actions .filterbutton:hover {
  cursor: pointer;
  background: var(--brand-color--1);
  color: var(--light-color);
}
.mod_view_actions .filterbutton.active {
  background: var(--brand-color--2);
  color: var(--light-color);
}

.show {
  display: inherit;
}

.hide {
  display: none !important;
}

.content-product-filter, .content-series-filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  height: 100px;
  -webkit-transition: height ease 0.3s;
  transition: height ease 0.3s;
}
@media (max-width: 819px) {
  .content-product-filter, .content-series-filter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    height: auto;
  }
}
.content-product-filter.inactive, .content-series-filter.inactive {
  -webkit-transition: height ease 0.3s 0.3s;
  transition: height ease 0.3s 0.3s;
  height: 0;
}
.content-product-filter.inactive .filter, .content-series-filter.inactive .filter {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
}
.content-product-filter .filter, .content-series-filter .filter {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.3s 0.3s;
  transition: all ease 0.3s 0.3s;
  padding: 20px;
  background: var(--gray-color);
  border-radius: 13px;
}
.content-product-filter .filter .top, .content-series-filter .filter .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-product-filter .filter .top .label, .content-series-filter .filter .top .label {
  font-weight: bold;
  margin-bottom: 20px;
}
.content-product-filter .filter .top .label .unit, .content-series-filter .filter .top .label .unit {
  font-weight: normal;
}
.content-product-filter .filter .top .label .unit:before, .content-series-filter .filter .top .label .unit:before {
  content: "(";
}
.content-product-filter .filter .top .label .unit:after, .content-series-filter .filter .top .label .unit:after {
  content: ")";
}
.content-product-filter .filter .top .reset, .content-series-filter .filter .top .reset {
  display: none;
  color: var(--darkgray-color);
  cursor: pointer;
}
.content-product-filter .filter .top .reset:hover, .content-series-filter .filter .top .reset:hover {
  color: var(--brand-color--2);
}
.content-product-filter .filter .noUi-target, .content-series-filter .filter .noUi-target {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 5px;
  margin-bottom: 10px;
}
.content-product-filter .filter .noUi-base, .content-series-filter .filter .noUi-base {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content-product-filter .filter .noUi-base:after, .content-series-filter .filter .noUi-base:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  border-top: 1px solid var(--dark-color);
}
.content-product-filter .filter .noUi-connect, .content-series-filter .filter .noUi-connect {
  background: var(--brand-color--1);
}
.content-product-filter .filter.modified, .content-series-filter .filter.modified {
  background: var(--gray-color);
}
.content-product-filter .filter.modified .reset, .content-series-filter .filter.modified .reset {
  display: block;
}
.content-product-filter .filter.modified .label, .content-series-filter .filter.modified .label {
  color: var(--brand-color--2);
}
.content-product-filter .filter.modified .noUi-connect, .content-series-filter .filter.modified .noUi-connect {
  background: var(--brand-color--2);
}
.content-product-filter .filter .noUi-handle, .content-series-filter .filter .noUi-handle {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 19px;
  height: 19px;
  border-radius: 0;
  border: 1px solid var(--dark-color);
}
.content-product-filter .filter .noUi-handle:before, .content-product-filter .filter .noUi-handle:after, .content-series-filter .filter .noUi-handle:before, .content-series-filter .filter .noUi-handle:after {
  display: none;
}
.content-product-filter .filter .noUi-handle .noUi-tooltip, .content-series-filter .filter .noUi-handle .noUi-tooltip {
  display: none;
  border: none;
}
.content-product-filter .filter .noUi-handle:hover .noUi-tooltip, .content-series-filter .filter .noUi-handle:hover .noUi-tooltip {
  display: block;
}
.content-product-filter .filter .noUi-marker, .content-series-filter .filter .noUi-marker {
  width: 1px;
  height: 4px;
}
.content-product-filter .filter .noUi-marker.noUi-marker-large, .content-series-filter .filter .noUi-marker.noUi-marker-large {
  display: none;
  height: 6px;
  background: var(--dark-color);
}
.content-product-filter .filter .noUi-value, .content-series-filter .filter .noUi-value {
  margin-top: -12px;
}

*[data-filter=true].filtered {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  display: none;
}

.glightbox-clean .gslide-media {
  background: var(--light-color);
}

.content-accordion .handorgel__header {
  z-index: 100;
}
.content-accordion .handorgel__header button {
  outline: none;
}
@media (max-width: 819px) {
  .content-accordion .handorgel__header button {
    padding: 10px 0;
  }
}
.content-accordion .handorgel__header button .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 819px) {
  .content-accordion .handorgel__header button .text {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.content-accordion .handorgel__header button .text > * {
  margin: 0;
}
.content-accordion .handorgel__header button .text .subline {
  font-weight: bold;
  color: var(--brand-color--1);
  min-width: 295px;
}
.content-accordion .handorgel__header button .text .subline:before {
  content: "/";
  margin-right: 20px;
}
@media (max-width: 819px) {
  .content-accordion .handorgel__header button .text .subline {
    display: none;
  }
}
.content-accordion .handorgel__header button .text .headline {
  font-weight: 450;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-accordion .handorgel__header button .text .icon {
  font-family: "Material Symbols Sharp", sans-serif;
  font-weight: bold;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 819px) {
  .content-accordion .handorgel__header button .text .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
.content-accordion .handorgel__header.handorgel__header--open button .text .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 819px) {
  .content-accordion .handorgel__header.handorgel__header--open button .text .icon {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
.content-accordion .handorgel__content .handorgel__content__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 819px) {
  .content-accordion .handorgel__content .handorgel__content__inner {
    padding: 20px;
  }
}

.content-compare-products, .content-compare-series {
  width: 100%;
}
.content-compare-products .header, .content-compare-series .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.content-compare-products .header .left, .content-compare-products .header .right, .content-compare-series .header .left, .content-compare-series .header .right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-compare-products .header .left .shortname, .content-compare-products .header .right .shortname, .content-compare-series .header .left .shortname, .content-compare-series .header .right .shortname {
  position: absolute;
  top: 30%;
  z-index: -1;
  font-size: 10dvw;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: var(--brand-color--1);
}
.content-compare-products .header .center, .content-compare-series .header .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: var(--brand-color--2);
}
.content-compare-products .attributes, .content-compare-series .attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-compare-products .attributes .table, .content-compare-series .attributes .table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-compare-products .attributes .table .row, .content-compare-series .attributes .table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  position: relative;
}
.content-compare-products .attributes .table .row:before, .content-compare-series .attributes .table .row:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  right: 25%;
  z-index: -1;
  border-top: 1px dashed var(--gray-color);
}
.content-compare-products .attributes .table .row .center, .content-compare-series .attributes .table .row .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
.content-compare-products .attributes .table .row .center span, .content-compare-series .attributes .table .row .center span {
  font-weight: bold;
  display: inline-block;
  background: var(--light-color);
  -webkit-box-shadow: 0px 0px 0px 20px var(--light-color);
          box-shadow: 0px 0px 0px 20px var(--light-color);
}
.content-compare-products .attributes .table .row .left, .content-compare-products .attributes .table .row .right, .content-compare-series .attributes .table .row .left, .content-compare-series .attributes .table .row .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-compare-products .attribute--range, .content-compare-products .attribute--text, .content-compare-series .attribute--range, .content-compare-series .attribute--text {
  background: none;
}
.content-compare-products .attribute--range, .content-compare-products .attribute--range .rangeMin, .content-compare-products .attribute--range .rangeMax, .content-compare-series .attribute--range, .content-compare-series .attribute--range .rangeMin, .content-compare-series .attribute--range .rangeMax {
  color: var(--dark-color);
}
.content-compare-products .attribute--range .inner:after, .content-compare-series .attribute--range .inner:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-compare-products .rangeMin, .content-compare-series .rangeMin {
  text-align: right;
}

.content-compare-series .attributes .table .row {
  padding: 20px 0;
}
.content-compare-series .attributes .table .row:nth-child(even) {
  background: var(--gray-color);
}
.content-compare-series .attributes .table .row .center span {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content-compare-series .attributes .table .row:before {
  display: none;
}
#locationmap {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  min-height: 1080px;
}
#locationmap .marker {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: var(--brand-color--2);
  border-radius: 50%;
  border: 2px solid var(--brand-color--2);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--light-color);
          box-shadow: inset 0px 0px 0px 2px var(--light-color);
}
#locationmap .marker[data-group=default] {
  background-color: var(--group-default);
  border-color: var(--group-default);
}
#locationmap .marker[data-group=group--1] {
  background-color: var(--group-1);
  border-color: var(--group-1);
}
#locationmap .marker[data-group=group--2] {
  background-color: var(--group-2);
  border-color: var(--group-2);
}
#locationmap .marker[data-group=group--3] {
  background-color: var(--group-3);
  border-color: var(--group-3);
}
@media (max-width: 991px) {
  #locationmap {
    min-height: 550px;
  }
}

#locations {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 20px;
  padding-bottom: 40px;
  max-width: 320px;
}
#locations:after {
  content: "";
  width: 200%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--light-color);
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), to(transparent));
  -webkit-mask-image: linear-gradient(-90deg, #fff 30%, transparent 100%);
          mask-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), to(transparent));
          mask-image: linear-gradient(-90deg, #fff 30%, transparent 100%);
}
@media (max-width: 991px) {
  #locations {
    background: var(--gray-color);
    position: relative;
    right: auto;
    top: auto;
    padding: 20px;
    max-width: none;
  }
}
#locations .continent {
  border: 1px solid var(--brand-color--1);
}
#locations .continent-title {
  color: var(--dark-color);
  position: relative;
  z-index: 100;
  padding: 10px;
  color: var(--darkgray-color);
}
#locations .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
#locations .location {
  position: relative;
  z-index: 100;
  color: var(--dark-color);
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#locations .location[data-group=default] .title {
  color: var(--group-default);
}
#locations .location[data-group=group--1] .title {
  color: var(--group-1);
}
#locations .location[data-group=group--2] .title {
  color: var(--group-2);
}
#locations .location[data-group=group--3] .title {
  color: var(--group-3);
}
@media (max-width: 991px) {
  #locations .location {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
}
#locations .location .title {
  color: var(--brand-color--2);
}
#locations .location .content {
  display: none;
  margin-top: 20px;
  overflow: scroll;
  max-height: 700px;
  pointer-events: none;
}
#locations .location:hover {
  -webkit-box-shadow: 0px 0px 0px 3px var(--brand-color--1);
          box-shadow: 0px 0px 0px 3px var(--brand-color--1);
  cursor: pointer;
}
#locations .location.active {
  color: var(--dark-color);
  -webkit-box-shadow: 0px 0px 0px 3px var(--brand-color--3);
          box-shadow: 0px 0px 0px 3px var(--brand-color--3);
}
@media (max-width: 819px) {
  #locations .location.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #locations .location.active .content {
    display: block;
    margin-top: 0;
  }
  #locations .location.active .title {
    display: none;
  }
}
#locations .location .content-text a {
  text-decoration: none;
  border-bottom: none;
}

.mapboxgl-map .mapboxgl-popup-content {
  border-radius: 0px;
}
.mapboxgl-map .mapboxgl-popup-content a {
  border: none;
}
.mapboxgl-map .mapboxgl-popup-content .group {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 4px;
  font-size: 10px;
  color: var(--light-color);
}
.mapboxgl-map .mapboxgl-popup-content .group[data-group=default] {
  background-color: var(--group-default);
  border-color: var(--group-default);
}
.mapboxgl-map .mapboxgl-popup-content .group[data-group=group--1] {
  background-color: var(--group-1);
  border-color: var(--group-1);
}
.mapboxgl-map .mapboxgl-popup-content .group[data-group=group--2] {
  background-color: var(--group-2);
  border-color: var(--group-2);
}
.mapboxgl-map .mapboxgl-popup-content .group[data-group=group--3] {
  background-color: var(--group-3);
  border-color: var(--group-3);
}

#locations .legend {
  z-index: 100;
}
#locations .legend ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-color);
  padding: 5px 10px;
}
#locations .legend ul li:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
}
#locations .legend ul li.default:before {
  background-color: var(--group-default);
}
#locations .legend ul li.group1:before {
  background-color: var(--group-1);
}
#locations .legend ul li.group2:before {
  background-color: var(--group-2);
}
#locations .legend ul li.group3:before {
  background-color: var(--group-3);
}

#Sequence {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -50px;
}
#Sequence canvas {
  display: block;
}
@media (max-width: 991px) {
  #Sequence {
    display: none;
  }
}

.layout_latest.job {
  display: block;
  background: var(--gray-color);
  padding: 20px;
  max-width: 840px;
}
.layout_latest.job .content {
  position: relative;
  padding-right: 40px;
}
.layout_latest.job .content .info {
  display: none;
  color: var(--brand-color--2);
}
.layout_latest.job .content .headline {
  font-weight: bold;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.layout_latest.job .content .subheadline {
  margin-top: 10px;
  color: var(--darkgray-color);
}
.layout_latest.job .content .text {
  color: var(--dark-color);
}
.layout_latest.job .content .arrow {
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--brand-color--1);
}
.layout_latest.job.featured .content .headline {
  color: var(--brand-color--2);
}
.layout_latest.job.featured .content .headline:after {
  content: "star";
  margin-left: 10px;
  font-family: "Material Symbols Sharp", sans-serif;
  font-size: smaller;
}
.layout_latest.job.featured .content .text {
  position: relative;
  z-index: 100;
}
.layout_latest.job.featured .arrow {
  color: var(--brand-color--2);
}
.layout_latest.job.featured:hover {
  outline: 3px;
  outline: 3px solid var(--brand-color--2);
}
.layout_latest.job + .layout_latest.job {
  margin-top: 20px;
}
.layout_latest.job:hover {
  outline: 3px;
  outline: 3px solid var(--brand-color--1);
}

.layout_full.job .subheadline {
  color: var(--brand-color--2);
}

.mod_newsreader .back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--brand-color--2);
}
.mod_newsreader .back a:before {
  font-family: "Material Symbols Sharp", sans-serif;
  content: "arrow_back";
  margin-right: 20px;
}
.mod_newsreader .back a:hover {
  color: var(--brand-color--2--dark);
}

.contao-cookiebar p {
  color: var(--text-color);
}
.contao-cookiebar .cc-inner {
  font-family: "Neue Haas Grotesk", sans-serif;
  font-weight: normal;
  border-radius: 0;
  color: var(--text-color);
  max-width: 440px;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.contao-cookiebar .cc-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  font-weight: 700;
  white-space: nowrap;
  border: none;
  border-radius: 13px;
  background: var(--gray-color);
}
.contao-cookiebar .cc-btn.success {
  background: var(--brand-color--2);
}
.contao-cookiebar .cc-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-player {
  position: relative;
  cursor: pointer;
}
.content-player video {
  width: 100%;
  height: auto;
}
.content-player:after {
  content: "play_arrow";
  font-family: "Material Symbols Sharp", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--light-color);
  font-size: 100px;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.content-player.loaded {
  cursor: inherit;
}
.content-player.loaded:after {
  display: none;
}

.ce_sharebuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--light-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 819px) {
  .ce_sharebuttons {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.ce_sharebuttons h2:not([class]) {
  margin-right: 20px;
}
.ce_sharebuttons .sharebuttons > ul.theme {
  margin: 0;
}
@media (max-width: 819px) {
  .ce_sharebuttons .sharebuttons > ul.theme {
    margin-left: -10px;
  }
}

.mod_login, .mod_lostPassword {
  max-width: 320px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 13px;
}
.mod_login .formbody, .mod_lostPassword .formbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.mod_login .widget, .mod_lostPassword .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.mod_login .widget > *, .mod_lostPassword .widget > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mod_login .widget input, .mod_login .widget button, .mod_lostPassword .widget input, .mod_lostPassword .widget button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 13px;
  padding: 10px;
  border: none;
}
.mod_login .widget input, .mod_lostPassword .widget input {
  background: rgba(255, 255, 255, 0.1);
}
.mod_login .widget input:valid, .mod_lostPassword .widget input:valid {
  background: var(--light-color);
}
.mod_login .widget input:focus-visible, .mod_lostPassword .widget input:focus-visible {
  outline-color: var(--brand-color--2);
  outline-offset: 2px;
}
.mod_login .widget button, .mod_lostPassword .widget button {
  margin-top: 20px;
  background: var(--brand-color--2);
  color: var(--light-color);
  font-family: "Neue Haas Grotesk", sans-serif;
  font-weight: bold;
}
.mod_login .widget button:focus-visible, .mod_lostPassword .widget button:focus-visible {
  outline-color: var(--brand-color--2);
  outline-offset: 4px;
}
.mod_login .password-reset, .mod_lostPassword .password-reset {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.mod_login .password-reset a, .mod_lostPassword .password-reset a {
  color: var(--light-color);
}
.content-product-filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .content-product-filter-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-product-filter-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-product-filter-button + .content-product-filter-button {
  margin-top: 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
.content-product-filter-button .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .content-product-filter-button .description {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-product-filter-button .description {
    margin-bottom: 20px;
  }
}
.content-product-filter-button .buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 819px) {
  .content-product-filter-button .buttons {
    margin-top: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: none;
    grid-auto-flow: initial;
  }
}
.content-product-filter-button .button--radio {
  cursor: pointer;
}
.content-product-filter-button .button--radio input {
  display: none;
}
.content-product-filter-button .button--radio .button {
  padding: 20px;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-product-filter-button .button--radio .button .center {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-product-filter-button .button--radio .button .title {
  opacity: 0.4;
}
.content-product-filter-button .button--radio .button .title .unit {
  opacity: 1;
}
.content-product-filter-button .button--radio .button .icon {
  font-family: "Material Symbols Sharp", sans-serif;
  margin-right: 5px;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: var(--light-color);
  display: none;
}
@media (max-width: 819px) {
  .content-product-filter-button .button--radio .button .icon {
    font-size: 16px;
  }
}
.content-product-filter-button .button--radio .button .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-product-filter-button .button--radio .button .text .value, .content-product-filter-button .button--radio .button .text .min, .content-product-filter-button .button--radio .button .text .max {
  font-weight: bold;
  text-align: center;
}
.content-product-filter-button .button--radio .button .text .dash {
  line-height: 10px;
  color: var(--brand-color--2);
  font-weight: bolder;
  font-family: "Material Symbols Sharp", sans-serif;
}
.content-product-filter-button .button--radio .button .text .value {
  display: none;
}
.content-product-filter-button .button--radio .button .text .unit {
  display: none;
  font-size: 14px;
}
.content-product-filter-button .button--radio input:checked + .button .dash {
  color: var(--light-color);
}

.product-finder form {
  margin-bottom: 40px;
}
.product-finder-results .content {
  padding: 40px 0;
  position: relative;
}
.product-finder-results .actionwrapper {
  position: sticky;
  bottom: 0;
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .product-finder-results .actionwrapper {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.product-finder-results .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px;
  padding-top: 40px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(85%, var(--brand-color--3)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--brand-color--3) 85%);
}
.product-finder-results .actions > button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-family: "Neue Haas Grotesk", sans-serif;
  letter-spacing: 0.2px;
  border-radius: 13px;
  padding: 10px 20px;
}
.product-finder-results .actions > button.button--compare {
  background: var(--brand-color--2);
  color: var(--light-color);
  font-weight: bold;
  cursor: pointer;
}
.product-finder-results .actions > button.button--compare:hover {
  background: var(--brand-color--2--dark);
}
.product-finder-results .actions > button.button--compare:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-finder-results .actions > button.button--compare--all {
  font-weight: bold;
  cursor: pointer;
}
.product-finder-results .actions > button.button--compare--all:hover {
  opacity: 0.8;
}
.product-finder-results .products {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  .product-finder-results .products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 819px) {
  .product-finder-results .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-finder-results .products .mod_card {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--rotate)), color-stop(0%, var(--brand-color--1--dark)), to(var(--brand-color--1)));
  background-image: linear-gradient(var(--rotate), var(--brand-color--1--dark) 0%, var(--brand-color--1) 100%);
  color: var(--light-color);
}
.product-finder-results .products .mod_card label {
  margin-left: -20px;
  margin-top: -20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 200;
  cursor: pointer;
}
.product-finder-results .products .mod_card label input {
  display: none;
}
.product-finder-results .products .mod_card label .tickbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: 3px solid var(--light-color);
  margin-right: 10px;
}
.product-finder-results .products .mod_card label .tickbox span {
  position: absolute;
  font-family: "Material Symbols Sharp", sans-serif;
  font-size: 25px;
  color: var(--brand-color--2);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.product-finder-results .products .mod_card label input:checked + .tickbox {
  border: 3px solid var(--brand-color--2);
}
.product-finder-results .products .mod_card label input:checked + .tickbox span {
  display: block;
}
.product-finder-results .products .mod_card .image figure {
  max-width: 100%;
  margin-right: 0;
  margin-top: -20px;
  margin-bottom: -20px;
}
.product-finder-results .products .mod_card .headline {
  font-size: 7em;
  -webkit-text-stroke-color: var(--brand-color--1--light);
}
.product-finder-results .products .mod_card .attributes .attribute {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
  grid-template-columns: 70% 30%;
  padding: 5px 0;
}
.product-finder-results .products .mod_card .attributes .attribute dd {
  font-weight: bold;
}
.product-finder-results .products .mod_card .buttons {
  margin-top: 10px;
}
.product-finder-results .products .mod_card .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--brand-color--2);
  font-weight: bold;
}
.product-finder-results .products .mod_card .buttons a span {
  margin-left: 10px;
  font-family: "Material Symbols Sharp", sans-serif;
}

.product-finder-compare .content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: scroll;
}
@media (max-width: 819px) {
  .product-finder-compare .content {
    margin: 0 -20px;
    overflow-x: scroll;
    padding: 20px;
  }
}
.product-finder-compare .content .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--brand-color--3);
  border-radius: 13px;
}
@media (min-width: 820px) {
  .product-finder-compare .content .column {
    min-width: 300px;
  }
}
@media (max-width: 819px) {
  .product-finder-compare .content .column {
    min-width: 80vw;
  }
}
.product-finder-compare .content .column .row {
  padding: 5px 0;
  margin: 0 20px;
}
.product-finder-compare .content .column .row.attribute {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-finder-compare .content .column .row.attribute .title {
  opacity: 0.5;
}
.product-finder-compare .content .column .row.attribute:nth-child(2) {
  border-top: none;
}
.product-finder-compare .content .column .row.title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--brand-color--2);
  margin: 0;
  margin-bottom: 20px;
  padding: 20px 20px 10px 20px;
  border-radius: 20px 20px 0 0;
}
.product-finder-compare .content .column .row.title h4 {
  margin-top: 0;
  font-weight: normal;
}
.product-finder-compare .content .column .bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-finder-compare .content .column .bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--brand-color--2);
  font-weight: bold;
}
.product-finder-compare .content .column .bottom a .arrow {
  font-family: "Material Symbols Sharp", sans-serif;
  margin-left: 10px;
}
/*# sourceMappingURL=theme.css.map */