@charset "UTF-8";
/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */
:root{--ss-primary-color: #5897fb;--ss-bg-color: #ffffff;--ss-font-color: #4d4d4d;--ss-font-placeholder-color: #8d8d8d;--ss-disabled-color: #dcdee2;--ss-border-color: #dcdee2;--ss-highlight-color: #fffb8c;--ss-success-color: #00b755;--ss-error-color: #dc3545;--ss-focus-color: #5897fb;--ss-main-height: 30px;--ss-content-height: 300px;--ss-spacing-l: 7px;--ss-spacing-m: 5px;--ss-spacing-s: 3px;--ss-animation-timing: 0.2s;--ss-border-radius: 4px}
@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}
@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}
.ss-hide{display:none !important}
.ss-main{display:flex;flex-direction:row;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}
.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}
.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}
.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}
.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}
.ss-main.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}
.ss-main.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}
.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%}
.ss-main .ss-values .ss-placeholder{display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0px auto 0px;line-height:1em;align-items:center;width:100%;color:var(--ss-font-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ss-main .ss-values .ss-max{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;width:-moz-fit-content;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}
.ss-main .ss-values .ss-single{display:flex;margin:auto 0px auto var(--ss-spacing-s)}
.ss-main .ss-values .ss-value{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;width:-moz-fit-content;width:fit-content;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}
.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}
.ss-main .ss-values .ss-value .ss-value-text{font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}
.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;height:var(--ss-spacing-l);width:var(--ss-spacing-l);padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:solid 1px var(--ss-bg-color);box-sizing:content-box}
.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}
.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}
.ss-main .ss-deselect{flex:0 1 auto;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:auto;margin:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}
.ss-main .ss-deselect svg{width:8px;height:8px}
.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}
.ss-main .ss-arrow{flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}
.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}
.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:solid 1px var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);transform-origin:center top;overflow:hidden;z-index:10000}
.ss-content.ss-relative{position:relative;height:100%}
.ss-content.ss-open-above{flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}
.ss-content.ss-open-below{opacity:1;transform:scaleY(1);transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}
.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}
.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}
.ss-content .ss-search input::-moz-placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}
.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}
.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}
.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}
.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}
.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}
.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}
.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}
.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}
.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none !important}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:bold;color:var(--ss-font-color)}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}
.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}
.ss-content .ss-list .ss-option{display:flex;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);color:var(--ss-font-color);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.ss-content .ss-list .ss-option:hover{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}
.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}
.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}
.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}
.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color)}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
/* Navigation font end */
/* =======================
	Variables
	======================= */
/* =======================
	Reset
	======================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
:focus:not(:focus-visible) {
  outline: none;
}
:root {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
hr {
  border: none;
  border-top: 1px solid #dedede;
}
address {
  font-style: normal;
}
.ss-main {
  font-size: 100%;
  color: #000000;
  line-height: normal;
  border-radius: 0.875em;
  padding: 0.4em 2rem 0.4em 0.75em;
  display: block;
  border: none;
  min-height: 0;
  height: auto;
  position: relative;
}
.ss-main::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(calc(-50% - 1px));
  height: 55%;
  aspect-ratio: 1/1;
  background: url("/img/arrow-down-black.svg") no-repeat center center;
  background-size: 100% auto;
}
.ss-main, .ss-main * {
  transition: none !important;
}
.ss-main.ss-disabled {
  --ss-disabled-color: #dedede;
  color: #5e5e5e;
}
.ss-main.ss-open-below, .ss-main.ss-open-above {
  background-color: #000000;
  color: #ffffff;
}
.ss-main.ss-open-below::after, .ss-main.ss-open-above::after {
  transform: scaleY(-1) translateY(calc(50% - 1px));
  background-image: url("/img/arrow-down-white.svg");
}
.ss-main:focus {
  outline: none;
  box-shadow: none;
}
.ss-main:focus-visible {
  background: #000000;
  color: #ffffff;
}
.ss-main:focus-visible::after {
  background-image: url("/img/arrow-down-white.svg");
}
@media (hover: hover) {
  .ss-main:not(.ss-disabled):hover {
    background: #000000;
    color: #ffffff;
  }
  .ss-main:not(.ss-disabled):hover::after {
    background-image: url("/img/arrow-down-white.svg");
  }
}
.ss-main .ss-deselect,
.ss-main .ss-arrow {
  display: none;
}
.ss-main .ss-values {
  width: 100%;
  display: block;
  line-height: 1;
}
.ss-main .ss-values .ss-placeholder,
.ss-main .ss-values .ss-max {
  font: inherit;
  padding: 0;
  background: none;
  color: inherit;
}
.ss-main .ss-values .ss-value {
  background: none;
  display: block;
  animation: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.ss-main .ss-values .ss-value .ss-value-text {
  font: inherit;
  color: inherit;
  padding: 0;
  display: inline;
}
.ss-main .ss-values .ss-value .ss-value-delete {
  display: none;
}
.ss-content {
  transition: none;
  color: #000000;
  font-size: 1rem;
  line-height: 1.25;
  border: none;
  padding: 0.375rem 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.ss-content.ss-open-below {
  border-radius: 0 0 0.875rem 0.875rem;
}
.ss-content.ss-open-above {
  border-radius: 0.875rem 0.875rem 0 0;
}
.ss-content .ss-list .ss-option {
  font: inherit;
  padding: 0.125rem 0.8125rem 0.125rem 1.25em;
  color: inherit;
  background: no-repeat left 0.1875rem center;
  background-size: 1em auto;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ss-content .ss-list .ss-option.ss-selected:not(.ss-disabled) {
  background-color: #ffffff;
  color: #000000;
  background-image: url("/img/check-box-black.svg");
}
.ss-content .ss-list .ss-option.ss-highlighted {
  background-color: #000000;
  color: #ffffff;
}
@media (hover: hover) {
  .ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
    background-color: #000000;
    color: #ffffff;
  }
}
.ss-content .ss-list .ss-option.ss-selected.ss-highlighted:not(.ss-disabled) {
  background-image: url("/img/check-box-white.svg");
}
@media (hover: hover) {
  .ss-content .ss-list .ss-option.ss-selected:hover:not(.ss-disabled) {
    background-image: url("/img/check-box-white.svg");
  }
}
@font-face {
  font-family: "Brut Grotesque";
  font-weight: 400;
  src: url("/fonts/Brut_Grotesque_WEB-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Brut Grotesque";
  font-weight: 400;
  font-style: italic;
  src: url("/fonts/Brut_Grotesque_WEB-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Brut Grotesque";
  font-weight: 700;
  src: url("/fonts/Brut_Grotesque_WEB-Bold.woff2") format("woff2");
  font-display: swap;
}
/* =======================
	Base
	======================= */
:root {
  font-family: "Brut Grotesque", system-ui;
  font-size: 16px;
  line-height: 1.25;
  font-size: clamp(16px, 1.1vw, 20px);
  text-rendering: geometricPrecision;
  scrollbar-gutter: stable;
  text-underline-position: under;
  --phtg-color-scheme: var(--phtg-global-color-scheme);
  --phtg-color-scheme-transparent: var(
  	--phtg-global-color-scheme-transparent
  );
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.fslightbox-open body {
  margin-right: 0 !important;
}
[id] {
  scroll-margin-top: 10rem;
}
@view-transition {
  navigation: auto;
}
h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5 {
  margin-top: 2em;
  margin-bottom: 0.3em;
  font-weight: bold;
  text-wrap: balance;
  word-break: break-word;
}
h1:first-child,
.heading-1:first-child,
h2:first-child,
.heading-2:first-child,
h3:first-child,
.heading-3:first-child,
h4:first-child,
.heading-4:first-child,
h5:first-child,
.heading-5:first-child {
  margin-top: 0;
}
h1:last-child,
.heading-1:last-child,
h2:last-child,
.heading-2:last-child,
h3:last-child,
.heading-3:last-child,
h4:last-child,
.heading-4:last-child,
h5:last-child,
.heading-5:last-child {
  margin-bottom: 0;
}
h1 + h1, h1 + .heading-1, h1 + h2, h1 + .heading-2, h1 + h3, h1 + .heading-3, h1 + h4, h1 + .heading-4, h1 + h5, h1 + .heading-5,
.heading-1 + h1,
.heading-1 + .heading-1,
.heading-1 + h2,
.heading-1 + .heading-2,
.heading-1 + h3,
.heading-1 + .heading-3,
.heading-1 + h4,
.heading-1 + .heading-4,
.heading-1 + h5,
.heading-1 + .heading-5,
h2 + h1,
h2 + .heading-1,
h2 + h2,
h2 + .heading-2,
h2 + h3,
h2 + .heading-3,
h2 + h4,
h2 + .heading-4,
h2 + h5,
h2 + .heading-5,
.heading-2 + h1,
.heading-2 + .heading-1,
.heading-2 + h2,
.heading-2 + .heading-2,
.heading-2 + h3,
.heading-2 + .heading-3,
.heading-2 + h4,
.heading-2 + .heading-4,
.heading-2 + h5,
.heading-2 + .heading-5,
h3 + h1,
h3 + .heading-1,
h3 + h2,
h3 + .heading-2,
h3 + h3,
h3 + .heading-3,
h3 + h4,
h3 + .heading-4,
h3 + h5,
h3 + .heading-5,
.heading-3 + h1,
.heading-3 + .heading-1,
.heading-3 + h2,
.heading-3 + .heading-2,
.heading-3 + h3,
.heading-3 + .heading-3,
.heading-3 + h4,
.heading-3 + .heading-4,
.heading-3 + h5,
.heading-3 + .heading-5,
h4 + h1,
h4 + .heading-1,
h4 + h2,
h4 + .heading-2,
h4 + h3,
h4 + .heading-3,
h4 + h4,
h4 + .heading-4,
h4 + h5,
h4 + .heading-5,
.heading-4 + h1,
.heading-4 + .heading-1,
.heading-4 + h2,
.heading-4 + .heading-2,
.heading-4 + h3,
.heading-4 + .heading-3,
.heading-4 + h4,
.heading-4 + .heading-4,
.heading-4 + h5,
.heading-4 + .heading-5,
h5 + h1,
h5 + .heading-1,
h5 + h2,
h5 + .heading-2,
h5 + h3,
h5 + .heading-3,
h5 + h4,
h5 + .heading-4,
h5 + h5,
h5 + .heading-5,
.heading-5 + h1,
.heading-5 + .heading-1,
.heading-5 + h2,
.heading-5 + .heading-2,
.heading-5 + h3,
.heading-5 + .heading-3,
.heading-5 + h4,
.heading-5 + .heading-4,
.heading-5 + h5,
.heading-5 + .heading-5 {
  margin-top: 1em;
}
h1.heading-0,
.heading-0 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 7em;
  max-width: 100%;
  margin-bottom: 1.875rem;
  padding-bottom: 0.14em;
  font-size: 6.25rem;
  font-size: clamp(3.75rem, 6.9vw, 6.25rem);
  line-height: 1;
  font-weight: bold;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (max-width: 840px) {
  h1.heading-0,
  .heading-0 {
    font-size: 2.75rem;
  }
}
h1.heading-0:last-child,
.heading-0:last-child {
  margin-bottom: 0;
}
h1,
.heading-1 {
  margin-bottom: 1.25rem;
  font-size: 3.75rem;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  h1,
  .heading-1 {
    font-size: 2.25rem;
  }
}
h2,
.heading-2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 840px) {
  h2,
  .heading-2 {
    font-size: 1.875rem;
  }
}
h3,
.heading-3 {
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (max-width: 840px) {
  h3,
  .heading-3 {
    font-size: 1.69rem;
  }
}
h4,
.heading-4,
.m-link-button--large {
  font-size: 1.75rem;
  line-height: 1.21;
}
@media screen and (max-width: 840px) {
  h4,
  .heading-4,
  .m-link-button--large {
    font-size: 1.5rem;
  }
}
h5,
.heading-5 {
  font-size: 1.375rem;
  line-height: 1.36;
}
@media screen and (max-width: 840px) {
  h5,
  .heading-5 {
    font-size: 1.25rem;
  }
}
h6,
.heading-6 {
  font-size: 1.125rem;
  line-height: 1.33;
}
@media screen and (max-width: 840px) {
  h6,
  .heading-6 {
    font-size: 1rem;
  }
}
/*
h1 {
	background-color: red;
}

h2 {
	background-color: green;
}

h3 {
	background-color: blue;
}
*/
p,
ul,
ol {
  margin-bottom: 1rem;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul:not(.u-no-list),
ol:not(.u-no-list) {
  padding-left: 1.5em;
}
.u-text ul:not(.u-no-list) li,
.u-text ol:not(.u-no-list) li {
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.u-text ul:not(.u-no-list) li:last-child,
.u-text ol:not(.u-no-list) li:last-child {
  margin-bottom: 0;
}
.u-text ul:not(.u-no-list) p + ul,
.u-text ol:not(.u-no-list) p + ul {
  margin-top: -0.5rem;
}
p:has(strong) + ul:not(.u-no-list),
p:has(strong) + ol:not(.u-no-list) {
  margin-top: -0.5rem;
}
nav ul:not(.u-no-list),
nav ol:not(.u-no-list) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.u-text ul:not(.u-no-list) li::marker {
  content: "—  ";
}
strong,
b {
  font-weight: bold;
}
a {
  color: currentColor;
}
nav a {
  text-decoration: none;
}
img,
svg,
video {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
  border: none;
}
figure {
  font-size: 0;
}
figcaption {
  padding: 1rem 0;
  font-size: 1rem;
}
input,
textarea,
select,
button {
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  background-color: transparent;
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=password],
input[type=submit],
textarea,
select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 0.25rem;
}
textarea {
  resize: vertical;
}
::-webkit-input-placeholder {
  color: currentColor;
}
::-moz-placeholder {
  color: currentColor;
}
:-ms-input-placeholder {
  color: currentColor;
}
:-moz-placeholder {
  color: currentColor;
}
fieldset {
  border: none;
}
button,
input[type=submit],
.m-button {
  text-rendering: geometricPrecision;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  leading-trim: both;
}
th,
td {
  text-align: left;
}
/* =======================
	Utilities
	======================= */
.u-hidden {
  display: none;
}
.u-visually-hidden {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.u-grid {
  display: grid;
}
.u-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 840px) {
  .u-grid--2 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.u-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1280px) {
  .u-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 840px) {
  .u-grid--3 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.u-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 840px) {
  .u-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .u-grid--4 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.u-grid--v-start {
  align-content: start;
}
.u-grid--gap-s {
  gap: 1.25rem;
}
.u-grid--gap-m {
  gap: 2.5rem;
}
.u-grid--gap-l {
  gap: 6.25rem;
}
@media screen and (max-width: 840px) {
  .u-grid--gap-l {
    gap: 2.5rem;
  }
}
.u-grid__item--full {
  grid-column: 1/-1;
}
.u-grid__item--2-3 {
  grid-column: span 2;
}
@media screen and (max-width: 1280px) {
  .u-grid__item--2-3 {
    grid-column: span 1;
  }
}
.u-grid__item--h-2 {
  grid-column: span 2;
}
.u-flex {
  display: flex;
  flex-wrap: wrap;
}
.u-flex--v {
  flex-direction: column;
}
.u-flex--h-between {
  justify-content: space-between;
}
.u-flex--h-end {
  justify-content: flex-end;
}
.u-flex--v-start {
  align-items: start;
}
.u-flex--v-center {
  align-items: center;
}
.u-flex--nowrap {
  flex-wrap: nowrap;
}
.u-flex__item--noshrink {
  flex-shrink: 0;
}
.u-limiter {
  display: grid;
  grid-template-columns: minmax(0, 3rem) minmax(0, 10fr) minmax(0, 3rem);
  grid-template-areas: ". content .";
  width: 100%;
}
@media screen and (max-width: 600px) {
  .u-limiter {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 11fr) minmax(0, 0.5fr);
  }
}
.u-limiter__inner {
  grid-area: content;
}
.u-section--old_table {
  animation: pulseRed 2s alternate both infinite;
}
.u-section--old_table::before {
  content: "Dieses Modul nicht mehr verwenden.";
  display: inline-block;
  font-size: 3em;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .u-section--old_table::before {
    font-size: 2em;
  }
}
@keyframes pulseRed {
  from {
    background-color: rgba(226, 54, 54, 0.25);
  }
  to {
    background-color: rgba(226, 54, 54, 0.75);
  }
}
.u-text-section {
  margin-top: 3.125rem;
}
.u-text-section:first-child {
  margin-top: 0;
}
.u-center {
  text-align: center;
}
.u-small {
  font-size: 0.875rem;
}
.u-text {
  max-width: 80ch;
}
.u-text--s {
  max-width: 50ch;
}
.u-text--xs {
  max-width: 25ch;
}
.u-hyphens {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.u-copy {
  font-size: 1rem;
}
.u-copy--large {
  font-size: 1.125rem;
  line-height: 1.33;
}
.u-lead {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .u-lead {
    font-size: 1.25rem;
  }
}
.u-margin--ms {
  margin: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-margin--ms {
    margin: 1.25rem;
  }
}
.u-margin--l {
  margin: 6.25rem;
}
@media screen and (max-width: 600px) {
  .u-margin--l {
    margin: 5rem;
  }
}
.u-margin-h--ms {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-margin-h--ms {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.u-margin-v--s {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 600px) {
  .u-margin-v--s {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.u-margin-v--ms {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-margin-v--ms {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.u-margin-v--l {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 840px) {
  .u-margin-v--l {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.l-main__content > .u-margin-v--l:first-child {
  border-top: 0;
}
.l-header + .u-margin-v--l {
  border-top: 0;
}
.u-margin-t--ms {
  margin-top: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-margin-t--ms {
    margin-top: 1.25rem;
  }
}
.u-margin-t--ml {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .u-margin-t--ml {
    margin-top: 1.75rem;
  }
}
.u-margin-t--l {
  margin-top: 6.25rem;
}
@media screen and (max-width: 840px) {
  .u-margin-t--l {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .u-margin-t--l {
    margin-top: 2.5rem;
  }
}
.u-margin-b--xxs {
  margin-bottom: 0.3125rem;
}
.u-margin-b--xs {
  margin-bottom: 0.625rem;
}
.u-margin-b--s {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 600px) {
  .u-margin-b--s {
    margin-bottom: 1.25rem;
  }
}
.u-margin-b--ms {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-margin-b--ms {
    margin-bottom: 1.875rem;
  }
}
.u-margin-b--m {
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 600px) {
  .u-margin-b--m {
    margin-bottom: 2.5rem;
  }
}
.u-margin-b--ml {
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .u-margin-b--ml {
    margin-bottom: 1.75rem;
  }
}
.u-margin-b--l {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 600px) {
  .u-margin-b--l {
    margin-bottom: 2.5rem;
  }
}
.u-padding--xs {
  padding: 1.875rem;
}
.u-padding--ms {
  padding: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-padding--ms {
    padding: 2.5rem 1.25rem;
  }
}
.u-padding--l {
  padding: 6.25rem;
}
@media screen and (max-width: 840px) {
  .u-padding--l {
    padding: 5rem;
  }
}
.u-padding-h--s {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 600px) {
  .u-padding-h--s {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.u-padding-h--ms {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-padding-h--ms {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.u-padding-v--s {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 600px) {
  .u-padding-v--s {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.u-padding-v--ms {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-padding-v--ms {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.u-padding-v--m {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
@media screen and (max-width: 600px) {
  .u-padding-v--m {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.u-padding-v--ml {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .u-padding-v--ml {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.u-padding-v--l {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 840px) {
  .u-padding-v--l {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.u-padding-t--ms {
  padding-top: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-padding-t--ms {
    padding-top: 1.25rem;
  }
}
.u-padding-t--l {
  padding-top: 6.25rem;
}
@media screen and (max-width: 840px) {
  .u-padding-t--l {
    padding-top: 5rem;
  }
}
.u-padding-b--ms {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-padding-b--ms {
    padding-bottom: 1.25rem;
  }
}
.u-padding-b--l {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 840px) {
  .u-padding-b--l {
    padding-bottom: 5rem;
  }
}
.u-padding-l--ms {
  padding-left: 2.5rem;
}
.u-outline {
  border: 1px solid #dedede;
}
.u-outline--l {
  border-left: 1px solid #dedede;
}
.u-outline--b {
  border-bottom: 1px solid #dedede;
}
.l-main__content > .u-outline--b:last-child, .m-accordion__body > .u-outline--b:last-child {
  border-bottom: none;
}
.u-outline--r {
  border-right: 1px solid #dedede;
}
.u-outline--t {
  border-top: 1px solid #dedede;
}
.u-outline--h {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.u-outline--v {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.u-gap--xs {
  gap: 0.25rem;
}
.u-gap--s {
  gap: 1.25rem;
}
.u-gap--ms {
  gap: 2.5rem;
}
@media screen and (max-width: 600px) {
  .u-gap--ms {
    gap: 1.875rem;
  }
}
.u-underline {
  text-decoration: underline;
}
.u-no-list {
  list-style: none;
  padding-left: 0;
}
.u-no-list::marker {
  content: none;
}
.u-module-style--orange {
  background-color: #ff9b30;
}
@media screen and (max-width: 1280px) {
  .u-module-style--orange--mobile-only {
    background-color: #ff9b30;
  }
}
.u-module-style--orange .m-benefits__item[data-count]::before {
  color: rgba(0, 0, 0, 0.1);
}
.u-module-style--green {
  background-color: #def428;
}
.u-module-style--green hr,
.u-module-style--green .u-outline,
.u-module-style--green .u-outline--t,
.u-module-style--green .u-outline--b {
  border-color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .u-module-style--green--mobile-only {
    --phtg-color-scheme-font: rgb(0, 0, 0);
    --phtg-color-scheme: $green;
    --phtg-color-scheme-transparent: rgba(222, 244, 40, 0);
    background-color: #def428;
  }
}
.u-module-style--blue {
  background-color: #0059ff;
}
@media screen and (max-width: 1280px) {
  .u-module-style--blue--mobile-only {
    background-color: #0059ff;
  }
}
.u-module-style--darkblue {
  background-color: #0b1b53;
}
@media screen and (max-width: 1280px) {
  .u-module-style--darkblue--mobile-only {
    background-color: #0b1b53;
  }
}
.u-module-style--darkred {
  background-color: #761e2a;
}
@media screen and (max-width: 1280px) {
  .u-module-style--darkred--mobile-only {
    background-color: #761e2a;
  }
}
.u-module-style--darkgreen {
  background-color: #005046;
}
@media screen and (max-width: 1280px) {
  .u-module-style--darkgreen--mobile-only {
    background-color: #005046;
  }
}
.u-module-style--white {
  background-color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .u-module-style--white--mobile-only {
    background-color: #ffffff;
    --phtg-color-scheme: rgba(255, 255, 255, 1);
    --phtg-color-scheme-transparent: rgba(255, 255, 255, 0);
  }
}
.u-module-style--white .m-benefits__item[data-count]::before {
  color: var(--phtg-global-color-scheme);
}
.u-module-style--grey {
  background-color: #f5f5f5;
}
@media screen and (max-width: 1280px) {
  .u-module-style--grey--mobile-only {
    background-color: #f5f5f5;
  }
}
.u-module-style--grey .m-benefits__item[data-count]::before {
  color: var(--phtg-global-color-scheme);
}
.u-module-style--black {
  background-color: #000000;
}
@media screen and (max-width: 1280px) {
  .u-module-style--black--mobile-only {
    background-color: #000000;
  }
}
.u-color--white {
  --swiper-theme-color: currentColor;
  color: white;
}
@media screen and (max-width: 1280px) {
  .u-color--white--mobile-only {
    color: white;
  }
}
.u-color--white .u-outline,
.u-color--white hr,
.u-color--white .m-gridtable__row {
  border-color: currentColor;
}
.m-link-button {
  color: black;
  border-color: black;
  background: transparent;
}
@media (hover: hover) {
  .m-link-button:hover {
    color: white;
    border-color: black;
    background: black;
  }
  .m-link-button:hover::before {
    filter: invert(100%);
  }
}
.m-link-button:focus-visible {
  color: white;
  border-color: black;
  background: black;
}
.m-link-button:focus-visible::before {
  filter: invert(100%);
}
.m-link-button::before {
  filter: invert(0);
}
.u-button-style--light .m-link-button {
  color: white;
  border-color: white;
  background: transparent;
}
@media (hover: hover) {
  .u-button-style--light .m-link-button:hover {
    color: white;
    border-color: white;
    background: black;
  }
  .u-button-style--light .m-link-button:hover::before {
    filter: invert(100%);
  }
}
.u-button-style--light .m-link-button:focus-visible {
  color: white;
  border-color: white;
  background: black;
}
.u-button-style--light .m-link-button:focus-visible::before {
  filter: invert(100%);
}
.u-button-style--light .m-link-button::before {
  filter: invert(100%);
}
@media screen and (max-width: 1280px) {
  .u-button-style--light--mobile-only .m-link-button {
    color: white;
    border-color: white;
    background: transparent;
  }
}
@media screen and (max-width: 1280px) and (hover: hover) {
  .u-button-style--light--mobile-only .m-link-button:hover {
    color: white;
    border-color: white;
    background: black;
  }
  .u-button-style--light--mobile-only .m-link-button:hover::before {
    filter: invert(100%);
  }
}
@media screen and (max-width: 1280px) {
  .u-button-style--light--mobile-only .m-link-button:focus-visible {
    color: white;
    border-color: white;
    background: black;
  }
  .u-button-style--light--mobile-only .m-link-button:focus-visible::before {
    filter: invert(100%);
  }
  .u-button-style--light--mobile-only .m-link-button::before {
    filter: invert(100%);
  }
}
.u-button-style--dark .m-link-button {
  color: white;
  border-color: white;
  background: transparent;
}
@media (hover: hover) {
  .u-button-style--dark .m-link-button:hover {
    color: black;
    border-color: white;
    background: white;
  }
  .u-button-style--dark .m-link-button:hover::before {
    filter: invert(0%);
  }
}
.u-button-style--dark .m-link-button:focus-visible {
  color: black;
  border-color: white;
  background: white;
}
.u-button-style--dark .m-link-button:focus-visible::before {
  filter: invert(0%);
}
.u-button-style--dark .m-link-button::before {
  filter: invert(100%);
}
@media screen and (max-width: 1280px) {
  .u-button-style--dark--mobile-only .m-link-button {
    color: white;
    border-color: white;
    background: transparent;
  }
}
@media screen and (max-width: 1280px) and (hover: hover) {
  .u-button-style--dark--mobile-only .m-link-button:hover {
    color: black;
    border-color: white;
    background: white;
  }
  .u-button-style--dark--mobile-only .m-link-button:hover::before {
    filter: invert(0%);
  }
}
@media screen and (max-width: 1280px) {
  .u-button-style--dark--mobile-only .m-link-button:focus-visible {
    color: black;
    border-color: white;
    background: white;
  }
  .u-button-style--dark--mobile-only .m-link-button:focus-visible::before {
    filter: invert(0%);
  }
  .u-button-style--dark--mobile-only .m-link-button::before {
    filter: invert(100%);
  }
}
.u-cd-white--black, .u-cd-grey--black, .u-cd-black--black {
  color: #000000;
}
.u-cd-white--s3, .u-cd-grey--s3, .u-cd-black--s3 {
  color: #4d4d4d;
}
.u-cd-white--s2, .u-cd-grey--s2, .u-cd-black--s2 {
  color: #777777;
}
.u-cd-white--s1, .u-cd-grey--s1, .u-cd-black--s1 {
  color: #b3b3b3;
}
.u-cd-white--primary, .u-cd-grey--primary, .u-cd-black--primary {
  color: #e6e6e6;
}
.u-cd-white--white, .u-cd-grey--white, .u-cd-black--white {
  color: #ffffff;
}
.u-cd-orange--black {
  color: #000000;
}
.u-cd-orange--s3 {
  color: #3b2300;
}
.u-cd-orange--s2 {
  color: #764700;
}
.u-cd-orange--s1 {
  color: #b16a00;
}
.u-cd-orange--primary {
  color: #ff9b30;
}
.u-cd-orange--w1 {
  color: #ffb84e;
}
.u-cd-orange--w2 {
  color: #ffd89d;
}
.u-cd-orange--w3 {
  color: #ffd89d;
}
.u-cd-orange--w4 {
  color: #ffebd6;
}
.u-cd-orange--white {
  color: #ffffff;
}
.u-cd-green--black {
  color: #000000;
}
.u-cd-green--s3 {
  color: #373d08;
}
.u-cd-green--s2 {
  color: #57600c;
}
.u-cd-green--s1 {
  color: #96a622;
}
.u-cd-green--primary {
  color: #def428;
}
.u-cd-green--w1 {
  color: #deed6a;
}
.u-cd-green--w2 {
  color: #eaf39f;
}
.u-cd-green--w3 {
  color: #f5fad3;
}
.u-cd-green--w4 {
  color: #f1f4d4;
}
.u-cd-green--white {
  color: #ffffff;
}
.u-cd-blue--black {
  color: #000000;
}
.u-cd-blue--s3 {
  color: #001639;
}
.u-cd-blue--s2 {
  color: #002661;
}
.u-cd-blue--s1 {
  color: #0043ab;
}
.u-cd-blue--primary {
  color: #0059ff;
}
.u-cd-blue--w1 {
  color: #3785ff;
}
.u-cd-blue--w2 {
  color: #78adff;
}
.u-cd-blue--w3 {
  color: #b1d0fe;
}
.u-cd-blue--w4 {
  color: #ccdeff;
}
.u-cd-blue--white {
  color: #ffffff;
}
.u-cd-darkblue--black {
  color: #000000;
}
.u-cd-darkblue--primary {
  color: #0b1b53;
}
.u-cd-darkblue--w1 {
  color: #16367c;
}
.u-cd-darkblue--w2 {
  color: #245acf;
}
.u-cd-darkblue--w3 {
  color: #81a1e9;
}
.u-cd-darkblue--w4 {
  color: #c4d3f5;
}
.u-cd-darkblue--white {
  color: #ffffff;
}
.u-cd-darkred--black {
  color: #000000;
}
.u-cd-darkred--primary {
  color: #761e2a;
}
.u-cd-darkred--w1 {
  color: #b52e40;
}
.u-cd-darkred--w2 {
  color: #d55b6c;
}
.u-cd-darkred--w3 {
  color: #e59aa4;
}
.u-cd-darkred--w4 {
  color: #f5d9dd;
}
.u-cd-darkred--white {
  color: #ffffff;
}
.u-cd-darkgreen--black {
  color: #000000;
}
.u-cd-darkgreen--primary {
  color: #005046;
}
.u-cd-darkgreen--w1 {
  color: #008b79;
}
.u-cd-darkgreen--w2 {
  color: #00c6ad;
}
.u-cd-darkgreen--w3 {
  color: #6af9e8;
}
.u-cd-darkgreen--w4 {
  color: #c6fff8;
}
.u-cd-darkgreen--white {
  color: #ffffff;
}
.m-overlaying-link__parent .m-overlaying-link__fakelink {
  color: black;
  border-color: black;
  background: transparent;
}
@media (hover: hover) {
  .m-overlaying-link__parent:has(.m-overlaying-link:hover) .m-overlaying-link__fakelink {
    color: white;
    border-color: black;
    background: black;
  }
}
.m-overlaying-link__parent:has(.m-overlaying-link:focus) .m-overlaying-link__fakelink {
  color: white;
  border-color: black;
  background: black;
}
.m-overlaying-link__parent.u-button-style--light .m-overlaying-link__fakelink {
  color: white;
  border-color: white;
  background: transparent;
}
@media (hover: hover) {
  .m-overlaying-link__parent.u-button-style--light:has(.m-overlaying-link:hover) .m-overlaying-link__fakelink {
    color: white;
    border-color: white;
    background: black;
  }
}
.m-overlaying-link__parent.u-button-style--light:has(.m-overlaying-link:focus) .m-overlaying-link__fakelink {
  color: white;
  border-color: white;
  background: black;
}
.m-overlaying-link__parent.u-button-style--dark .m-overlaying-link__fakelink {
  color: white;
  border-color: white;
  background: transparent;
}
@media (hover: hover) {
  .m-overlaying-link__parent.u-button-style--dark:has(.m-overlaying-link:hover) .m-overlaying-link__fakelink {
    color: black;
    border-color: white;
    background: white;
  }
}
.m-overlaying-link__parent.u-button-style--dark:has(.m-overlaying-link:focus) .m-overlaying-link__fakelink {
  color: black;
  border-color: white;
  background: white;
}
/* =======================
	Layouts
	======================= */
@media screen and (min-width: 601px) {
  .l-home-header__slide .u-limiter {
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .l-home-header__slide .u-limiter {
    align-items: end;
  }
}
.l-home-header__slide .u-limiter__inner {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.l-home-header__slide picture {
  grid-row: 1/-1;
  grid-column: 1/-1;
  height: 100%;
}
.l-home-header__slide picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-home-header__slide .swiper-text {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 601px) {
  .l-home-header__slide .swiper-text {
    padding-right: 12.5rem;
  }
}
@media screen and (min-width: 1281px) {
  .l-header {
    grid-template-areas: ". content content";
  }
}
@media screen and (max-width: 1280px) {
  .l-header:has(.l-header__right) {
    max-width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .l-header {
    grid-template-areas: "content content content";
  }
}
.l-main .l-header:only-child {
  border-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .l-header__inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .l-header.u-limiter .l-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 11fr) minmax(0, 0.5fr);
    grid-template-areas: "image image image" ". text .";
    border: none;
  }
}
.l-header__left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .l-header__left {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header.u-limiter .l-header__left {
    grid-area: text;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
}
.l-header__left:only-child:has(.m-interferer) {
  padding-right: 12.5rem;
}
@media screen and (max-width: 600px) {
  .l-header__left:only-child:has(.m-interferer) {
    padding-right: 0;
    padding-bottom: 12.5rem;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.l-main .l-header__left {
  gap: 5rem;
  padding-bottom: 5rem;
}
.l-header__right {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .l-header__right {
    grid-area: image;
  }
}
.l-header__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-main:only-child {
  min-height: 100vh;
}
@media screen and (max-width: 1280px) {
  .l-main__inner {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
}
@media screen and (min-width: 1281px) {
  .l-main__inner {
    display: grid;
    grid-template-columns: 1fr 15rem;
    max-width: 100%;
  }
}
.l-main__content {
  margin-top: -1px;
  min-width: 100%;
  border-top: 1px solid transparent;
}
@media screen and (max-width: 1280px) {
  .l-main__content {
    border-left: none;
    border-right: none;
  }
}
.l-main__sidebar {
  padding: 2rem;
}
.l-main:has(.l-header__left:only-child) {
  max-width: 100%;
  overflow: hidden;
}
.l-sidebar {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-sidebar {
    position: fixed;
    z-index: 9;
    right: 4.1666666667%;
    bottom: 4.375rem;
    left: 4.1666666667%;
    max-height: calc(100svh - 12.5rem);
    padding: 0 1.875rem;
    border-radius: 1.25rem;
    box-shadow: -1px -1px 1rem 0.25rem rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #dedede #f5f5f5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  }
  .l-sidebar::before, .l-sidebar::after {
    content: "";
    flex-shrink: 0;
    position: sticky;
    z-index: 1;
    height: 2.5rem;
  }
  .l-sidebar::before {
    top: 0;
    margin-bottom: -2.5rem;
    background: linear-gradient(var(--phtg-color-scheme, black), var(--phtg-color-scheme-transparent, rgba(0, 0, 0, 0)));
  }
  .l-sidebar::after {
    bottom: 0;
    margin-top: -2.5rem;
    background: linear-gradient(var(--phtg-color-scheme-transparent, rgba(0, 0, 0, 0)), var(--phtg-color-scheme, black));
  }
  .l-sidebar.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
.l-sidebar__section {
  max-width: 100%;
}
.l-sidebar__logo {
  max-width: 10rem;
}
.l-sidebar__toggle {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  box-shadow: -1px -1px 1rem 0.25rem rgba(0, 0, 0, 0.1);
}
.is-clicked .l-sidebar__toggle-icon:first-child {
  display: none;
}
.l-sidebar__toggle-icon:last-child {
  display: none;
}
.is-clicked .l-sidebar__toggle-icon:last-child {
  display: block;
}
.l-sidebar__toggle-container {
  position: fixed;
  z-index: 5;
  right: 4.1666666667%;
  bottom: 1.25rem;
}
@media screen and (min-width: 1281px) {
  .l-sidebar__toggle-container {
    display: none;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .l-socialmediabar {
    margin-bottom: 5rem;
  }
}
/* =======================
	Modules
	======================= */
.m-skip {
  position: absolute;
  z-index: 11;
  padding: 0.25rem;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}
.m-skip:focus-visible {
  opacity: 1;
  pointer-events: auto;
}
.m-link-button {
  display: inline-block;
  border: 1px solid;
  text-decoration: none;
}
.m-link-button--small {
  padding: 0.25em 0.75em;
  border-radius: 0.875em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .m-navbar .m-link-button--small {
    color: white;
    background-color: black;
  }
}
.m-link-button--small[href^="mailto:"], .m-link-button--small[href^="tel:"], .m-link-button--small[href^="https://www.facebook.com"], .m-link-button--small[href^="https://www.linkedin.com"], .m-link-button--small[href$=".pdf"], .m-link-button--small[href$=".docx"], .m-link-button--small[href$=-eng] {
  display: inline-flex;
}
.m-link-button--small[href^="mailto:"]::before, .m-link-button--small[href^="tel:"]::before, .m-link-button--small[href^="https://www.facebook.com"]::before, .m-link-button--small[href^="https://www.linkedin.com"]::before, .m-link-button--small[href$=".pdf"]::before, .m-link-button--small[href$=".docx"]::before, .m-link-button--small[href$=-eng]::before {
  flex-shrink: 0;
  content: "";
  align-self: center;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  background-image: url(/img/link-button/mail.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: filter 0.25s ease-in-out;
}
.m-link-button--small[href^="tel:"]::before {
  background-image: url(/img/link-button/phone.svg);
}
.m-link-button--small[href^="https://www.facebook.com"]::before {
  background-image: url(/img/link-button/facebook.svg);
}
.m-link-button--small[href^="https://www.linkedin.com"]::before {
  background-image: url(/img/link-button/linkedin.svg);
}
.m-link-button--small[href$=".pdf"]::before, .m-link-button--small[href$=".docx"]::before {
  background-image: url(/img/link-button/file.svg);
}
@media screen and (min-width: 1281px) {
  .m-link-button--small[href$=-eng] {
    color: white;
    border-color: black;
    background: black;
  }
  .m-link-button--small[href$=-eng]:hover {
    color: black;
    border-color: black;
    background: transparent;
  }
}
.m-link-button--small[href$=-eng]::before {
  background-image: url(/img/link-button/globe.svg);
}
@media screen and (max-width: 1280px) {
  [data-color] .l-sidebar .m-link-button--small[href$=-eng]::before {
    filter: invert(0);
  }
}
.m-link-button--large {
  display: inline-block;
  padding: 0.3em 0.7em;
  border-radius: 1.43em;
  font-weight: bold;
  text-decoration: none;
}
@media (hover: hover) {
  .m-link-button--large {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  }
}
.m-link-button.is-active {
  color: white;
  background-color: black;
  border-color: black;
}
.m-link-button__container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375em;
  max-width: 100%;
  margin-top: 1.25rem;
}
.swiper-slide > .m-link-button__container {
  margin-top: 0;
}
.m-link-button__container:first-child {
  margin-top: 0;
}
.m-link-button__container--column {
  align-items: flex-start;
  flex-direction: column;
}
.l-main__sidebar .m-link-button__container {
  flex-direction: column;
  align-items: start;
}
.m-interferer .m-link-button__container {
  justify-content: center;
  margin-top: 0.75rem;
}
*:has(> .m-anchor) {
  position: relative;
}
.m-anchor {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  text-decoration: none;
  color: #dedede;
  opacity: 0;
  transform: translateX(-50%) scale(0.75);
  will-change: opacity, transform;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, color 0.25s ease-out;
}
.is-authenticated .m-anchor {
  display: inline-block;
}
.m-anchor:hover {
  color: currentColor;
}
*:has(> .m-anchor):hover > .m-anchor {
  opacity: 1;
  transform: translateX(-100%) scale(0.75);
}
.m-hamburger {
  position: relative;
  z-index: 1;
  color: currentColor;
}
@media screen and (min-width: 1281px) {
  .m-hamburger {
    display: none;
  }
}
.m-hamburger.is-clicked {
  color: white;
}
.m-hamburger.is-clicked rect {
  transform: scaleX(0);
}
.m-hamburger.is-clicked rect:first-child {
  transform: translateY(0) rotate(45deg);
}
.m-hamburger.is-clicked rect:last-child {
  transform: translateY(0) rotate(-45deg);
}
.m-hamburger svg {
  width: 1.5rem;
  color: currentColor;
}
.m-hamburger rect {
  fill: currentColor;
  transform-origin: center;
  transition: transform 0.25s ease-in-out;
}
.m-hamburger rect:not(:first-child):not(:last-child) {
  transform-origin: left;
}
.m-hamburger rect:first-child {
  transform: translateY(-16px);
}
.m-hamburger rect:last-child {
  transform: translateY(16px);
}
.m-navbar {
  position: sticky;
  z-index: 10;
  top: 0;
  background-color: white;
}
@media screen and (max-width: 1280px) {
  .m-navbar.has-visible-nav {
    background-color: black;
    color: white;
  }
}
.m-navbar__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .m-navbar__inner {
    align-items: center;
  }
}
@media screen and (min-width: 1281px) {
  .m-navbar__nav-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    gap: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .m-navbar__nav-container {
    position: fixed;
    inset: 0;
    top: 5.7rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-bottom: 5rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: white;
    background-color: black;
    opacity: 0;
    visibility: hidden;
  }
  .m-navbar__nav-container.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
.m-logo {
  height: 5.3rem;
}
@media screen and (max-width: 1280px) {
  .m-logo {
    height: 3.7rem;
  }
}
.m-logo__container {
  position: relative;
  z-index: 1;
  margin: 1rem 0;
  font-size: 0;
  color: currentColor;
}
@media screen and (max-width: 1280px) {
  .m-nav,
  .m-servicenav {
    display: grid;
    grid-template-columns: minmax(0, 3rem) minmax(0, 10fr) minmax(0, 3rem);
    grid-template-areas: ". content .";
  }
}
@media screen and (max-width: 600px) {
  .m-nav,
  .m-servicenav {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 11fr) minmax(0, 0.5fr);
  }
}
@media screen and (min-width: 1281px) {
  .m-nav__list,
  .m-servicenav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 1280px) {
  .m-nav__list,
  .m-servicenav__list {
    grid-area: content;
    display: flex;
    flex-direction: column;
  }
}
.m-nav__toggle,
.m-servicenav__toggle {
  display: inline-block;
  color: currentColor;
  text-align: left;
}
@media screen and (min-width: 1281px) {
  .m-nav__toggle,
  .m-servicenav__toggle {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1281px) {
  .m-nav__sub-list,
  .m-servicenav__sub-list {
    position: absolute;
    top: 100%;
    left: -1.875em;
    margin-top: 0.5em;
    width: 16.5em;
    max-height: calc(100vh - 10rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #dedede #f5f5f5;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  }
}
@media screen and (max-width: 1280px) {
  .m-nav__sub-list,
  .m-servicenav__sub-list {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: none;
    border-top: 1px solid #5e5e5e;
    transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  }
  .m-nav__sub-list.is-visible,
  .m-servicenav__sub-list.is-visible {
    max-height: 300rem;
    opacity: 1;
    visibility: visible;
  }
  .has-visible-nav .m-nav__sub-list.is-visible,
  .has-visible-nav .m-servicenav__sub-list.is-visible {
    pointer-events: auto;
  }
}
@media screen and (hover: hover) and (min-width: 1281px) {
  .m-nav__sub-list:hover, .m-nav__toggle:hover + .m-nav__sub-list,
  .m-servicenav__sub-list:hover,
  .m-nav__toggle:hover + .m-servicenav__sub-list {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1281px) {
  .m-nav__sub-list--last,
  .m-servicenav__sub-list--last {
    left: auto;
    right: -1.875em;
  }
}
.m-nav__sub-list-item,
.m-servicenav__sub-list-item {
  position: relative;
}
@media screen and (min-width: 1281px) {
  .m-nav__sub-list-item:has(.is-active),
  .m-servicenav__sub-list-item:has(.is-active) {
    background-color: #f5f5f5;
  }
}
.m-nav__sub-list-item-link,
.m-servicenav__sub-list-item-link {
  display: block;
  padding: 1.25em 1.875em;
}
@media screen and (max-width: 1280px) {
  .m-nav__sub-list-item-link,
  .m-servicenav__sub-list-item-link {
    padding: 1.875rem 1.625rem;
  }
}
.m-nav__sub-list-item-link--parent,
.m-servicenav__sub-list-item-link--parent {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin: 1.25em 1.875em;
}
@media screen and (max-width: 1280px) {
  .m-nav__sub-list-item-link--parent,
  .m-servicenav__sub-list-item-link--parent {
    margin: 1.875rem 1.625rem;
  }
}
.m-nav__sub-list-item-link--parent svg,
.m-servicenav__sub-list-item-link--parent svg {
  height: 1em;
}
.m-nav__sub-sub-list,
.m-servicenav__sub-sub-list {
  margin-top: -1.25em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.m-nav__sub-sub-list-item-link,
.m-servicenav__sub-sub-list-item-link {
  display: block;
  padding: 0.625em 1.875em;
}
@media screen and (max-width: 1280px) {
  .m-nav__sub-sub-list-item-link,
  .m-servicenav__sub-sub-list-item-link {
    padding: 0.625em 1.625rem;
  }
}
@media screen and (max-width: 1280px) {
  .m-nav {
    border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
  }
}
@media screen and (max-width: 1280px) {
  .m-nav a,
  .m-nav button {
    transition: opacity 0.25s ease-in-out;
  }
}
@media screen and (max-width: 1280px) {
  .m-nav:has(.is-visible) a,
  .m-nav:has(.is-visible) button {
    opacity: 0.3;
  }
}
@media screen and (max-width: 1280px) {
  .m-nav:has(.is-visible) .m-nav__list-item:has(.is-visible) a,
  .m-nav:has(.is-visible) .m-nav__list-item:has(.is-visible) button {
    opacity: 1;
  }
}
@media screen and (min-width: 1281px) {
  .m-nav__list {
    gap: 3.125em;
  }
}
.m-nav__list-item {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .m-nav__list-item {
    border-right: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
    border-left: 1px solid #5e5e5e;
  }
  .m-nav__list-item:last-child {
    border-bottom: none;
  }
}
.m-nav__sub-list-item + .m-nav__sub-list-item::before {
  content: "";
  position: absolute;
  left: 1.875em;
  right: 1.875em;
  border-top: 1px solid #dedede;
}
@media screen and (max-width: 1280px) {
  .m-nav__sub-list-item + .m-nav__sub-list-item::before {
    border-color: #5e5e5e;
  }
}
@media screen and (min-width: 1281px) {
  .m-nav__sub-list-item:has(.is-active)::before {
    content: none;
  }
  .m-nav__sub-list-item:has(.is-active) + .m-nav__sub-list-item::before {
    content: none;
  }
}
.m-nav__sub-list-item-link {
  font-weight: bold;
}
.m-nav__toggle {
  position: relative;
  font-weight: bold;
  display: inline-block;
  padding: 1rem 0;
}
@media screen and (min-width: 1281px) {
  .m-nav__toggle {
    border-bottom: 2px solid transparent;
  }
}
@media screen and (max-width: 1280px) {
  .m-nav__toggle {
    display: block;
    width: 100%;
    padding: 1.875rem 1.625rem;
    font-size: 1.375rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1281px) {
  .m-nav__toggle.is-active {
    border-color: black;
  }
}
@media screen and (min-width: 1281px) {
  .m-nav__toggle::after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    left: 0;
    display: block;
    height: 0.5rem;
  }
}
@media screen and (min-width: 1281px) {
  .m-servicenav__list {
    gap: 2.1em;
  }
}
.m-servicenav__list-item {
  position: relative;
}
.m-servicenav__list-item > a, .m-servicenav__list-item > button {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .m-servicenav__list-item > a, .m-servicenav__list-item > button {
    padding: 0.75em 1.625rem;
  }
}
@media screen and (max-width: 1280px) {
  .m-servicenav__list-item + li > form {
    padding: 0.75em 1.625rem;
  }
}
.m-servicenav__list-item + li > form > input {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .m-servicenav__list-item.has-sub-list .m-servicenav__sub-list-item:last-child {
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 1280px) {
  .m-servicenav__toggle {
    font-weight: bold;
  }
}
.m-servicenav__sub-list {
  margin-top: 0;
}
@media screen and (max-width: 1280px) {
  .m-servicenav__sub-list {
    border-top: 0;
  }
}
.m-servicenav__sub-list.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1280px) {
  .m-servicenav__sub-list-item:first-child::before {
    content: "";
    position: absolute;
    left: 1.625rem;
    right: 1.625rem;
    border-bottom: 1px solid #5e5e5e;
  }
}
@media screen and (max-width: 1280px) {
  .m-servicenav__sub-list-item:last-child::after {
    content: "";
    position: absolute;
    left: 1.625rem;
    right: 1.625rem;
    border-bottom: 1px solid #5e5e5e;
  }
}
@media screen and (max-width: 1280px) {
  .m-servicenav__sub-list-item + .m-servicenav__sub-list-item::before {
    content: "";
    position: absolute;
    left: 1.625rem;
    right: 1.625rem;
    border-top: 1px solid #5e5e5e;
  }
}
@media screen and (max-width: 1280px) {
  .m-servicenav__sub-list-item-link {
    padding: 1em 1.625rem;
    font-size: 0.875em;
  }
}
.m-footernav__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.m-interferer {
  top: 5rem;
  right: 5rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 12.5rem;
  padding: 1rem;
  border-radius: 50%;
  shape-outside: border-box;
  text-align: center;
  text-wrap: balance;
  will-change: transform;
  transform: rotate(11.75deg);
  transition: transform 0.25s ease-in-out;
}
@media (hover: hover) {
  .m-interferer:has(.m-overlaying-link):hover {
    transform: rotate(5.625deg);
  }
}
.m-interferer:focus-visible {
  transform: rotate(5.625deg);
}
.l-home-header .m-interferer {
  right: 3rem;
}
@media screen and (max-width: 600px) {
  .l-home-header .m-interferer {
    right: -0.5rem;
  }
}
.l-header__left .m-interferer {
  top: auto;
  right: 0;
  bottom: 0;
  translate: 50% 50%;
}
@media screen and (max-width: 1280px) {
  .l-header__left .m-interferer {
    top: 0;
    bottom: auto;
    right: -3rem;
    translate: 0.5rem calc(-100% + 1rem);
  }
}
@media screen and (max-width: 600px) {
  .l-header__left .m-interferer {
    right: -4%;
  }
}
.l-header__left:only-child .m-interferer {
  translate: 1rem 1rem;
}
@media screen and (max-width: 1280px) {
  .l-header__left:only-child .m-interferer {
    top: auto;
    bottom: 0;
    translate: 0.5rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header__left:only-child .m-interferer {
    translate: 0.5rem 1rem;
  }
}
.m-interferer__text {
  max-width: 100%;
  border-radius: 50%;
  word-break: break-word;
}
.m-interferer__text:has(.m-overlaying-link__fakelink:nth-child(2)) {
  transform: translateY(0.5rem);
}
.m-interferer.m-overlaying-link__parent {
  position: absolute;
}
.m-interferer .m-overlaying-link {
  border-radius: 50%;
}
.m-interferer .m-link-button__container:only-child {
  margin-top: 0;
}
.m-pretitle {
  display: block;
  font-style: normal;
  text-decoration: underline;
}
.m-pretitle + h1 {
  margin-top: 1.875rem;
}
.m-section-header:only-child, .u-flex.u-margin-b--ms > .m-section-header {
  margin-bottom: 0;
}
.m-searchbar {
  box-sizing: border-box;
  width: 40rem;
  max-width: 100%;
  padding: 1.25rem;
  border-radius: 5rem;
  font-size: 1rem;
  color: black;
  background-color: white;
}
.u-module-style--white .m-searchbar {
  background-color: #f5f5f5;
}
.m-searchbar--s {
  width: 100%;
  padding: 0.75rem 3.75rem 0.75rem 1.25rem;
  background: url("/img/magnifier-black.svg") no-repeat right 1.25rem center #ffffff;
  background-size: 1.25rem auto;
}
.m-searchbar--s:focus::-webkit-search-cancel-button {
  display: none;
}
.m-searchbar--s:focus-visible {
  background-image: url("/img/magnifier-white.svg");
  background-color: #000000;
  color: #ffffff;
  outline: none;
}
.m-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.m-result .m-overlaying-link__fakelink {
  flex-shrink: 0;
}
.m-filter__list {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.m-card {
  display: flex;
  flex-direction: column;
}
.m-card--research_projects {
  background-color: transparent;
  transition: background-color 0.25s ease-in-out;
}
.m-card--research_projects:hover {
  background-color: #def428;
}
.m-card__image {
  width: 100%;
}
.m-card__image-slider {
  aspect-ratio: 5/4;
}
.m-card__categories {
  text-wrap: balance;
}
.m-card__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-card__title {
  margin-top: 0;
}
.m-accordion:not(:has(.csl-bib-body):has(.csl-entry)) {
  display: none;
}
.m-accordion:not(:has(.csl-bib-body):has(.csl-entry)) + hr {
  display: none;
}
.m-accordion:not(:has(.m-accordion__body):has(.csl-bib-body)) {
  display: block;
}
.m-accordion:not(:has(.m-accordion__body):has(.csl-bib-body)) + hr {
  display: block;
}
.m-accordion__head {
  padding: 1.45rem 0;
}
.m-accordion__head-inner {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
}
.m-accordion__head-icon {
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: transform 0.25s ease-in-out;
}
[open] .m-accordion__head-icon {
  transform: rotate(180deg);
}
.m-accordion__head-icon-container {
  flex-shrink: 0;
  font-size: 0;
}
.m-accordion__body {
  padding-bottom: 1.45rem;
}
.m-overlaying-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.m-overlaying-link__parent {
  position: relative;
}
.m-overlaying-link__parent a:not(.m-overlaying-link):not(.m-anchor) {
  position: relative;
  z-index: 2;
}
a.m-link-button,
button.m-link-button,
input[type=file]::file-selector-button,
.m-overlaying-link__fakelink {
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  a.m-link-button,
  button.m-link-button,
  input[type=file]::file-selector-button,
  .m-overlaying-link__fakelink {
    transition: none;
  }
}
@keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}
.m-marquee {
  padding: 1em;
  overflow: hidden;
  --swiper-wrapper-transition-timing-function: linear;
}
.m-marquee__list {
  white-space: nowrap;
  list-style: none;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .m-marquee__list {
    transition: none;
  }
}
.m-marquee__list-item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.m-marquee__list-item span {
  margin-right: 1rem;
}
.m-marquee--footer .m-marquee__list-item {
  margin-right: 6.8rem;
}
.m-marquee--footer {
  background-color: #ffffff;
  color: #000000;
  font-size: 1.25rem;
}
.m-marquee--footer__image {
  width: 8.125rem;
}
.m-distributor:has(.m-link-list:only-child) {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 840px) {
  .u-grid--2:has(.m-distributor) {
    gap: 5rem;
  }
}
.m-teaser {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-teaser.u-outline {
  margin-top: -1px;
  margin-left: -1px;
}
@media screen and (min-width: 1280px) {
  .m-teaser.u-outline:nth-child(3):last-child, .m-teaser.u-outline:nth-child(2):last-child, .m-teaser.u-outline:nth-child(1):last-child {
    margin-right: -1px;
  }
}
.m-teaser__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-teaser__image-picture {
  display: inline-block;
  height: 100%;
}
.m-teaser--country .m-teaser__header {
  margin-bottom: 2.5rem;
}
.m-teaser--course .m-teaser__header {
  margin-bottom: 2rem;
}
.m-teaser__title {
  margin-top: 2rem;
}
.m-teaser__text {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.m-teaser dt {
  flex-shrink: 0;
}
.m-teaser dl + dl {
  margin-top: 0.5rem;
}
#mit0crop .u-grid--2 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  gap: 2.5rem;
}
@media screen and (max-width: 600px) {
  #mit0crop .u-grid--2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
#mit0crop .m-teaser {
  border: none;
  background-color: #def428;
}
.m-check-progress__step {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  border-left: 1px solid black;
}
.m-check-progress__step::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 0.83rem;
  height: 0.83rem;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  border: 1px solid;
  background-color: white;
  transform: translateX(-50%);
}
.m-check-progress__step.is-active::before {
  background-color: black;
}
.m-check-progress__step:first-child {
  padding-top: 0;
}
.m-check-progress__step:first-child:before {
  top: 0;
  bottom: auto;
}
.m-check-progress__step:last-child {
  padding-bottom: 0;
}
.m-check-progress__step:last-child:before {
  top: auto;
  bottom: 0;
}
[data-country] {
  display: flex;
  gap: 0.5em;
  align-items: center;
  font-style: normal;
}
[data-country]::before {
  content: "";
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-image: var(--flag-image);
  background-size: contain;
}
[data-country] + .heading-5 {
  margin-top: 1.375rem;
}
.m-placeholder--4-3 {
  aspect-ratio: 4/3;
  background-color: var(--phtg-color-scheme, currentColor);
}
.m-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.m-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  max-width: 100%;
  margin-top: 2.5rem;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.m-link-list:only-child {
  margin-top: 0;
}
.m-link-list li {
  display: inline-block;
  max-width: 100%;
}
@media (hover: hover) {
  .m-link-list a:hover span {
    transform: translateX(-100%) translateX(-0.7em);
  }
}
.m-link-list span {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .m-link-list span {
    word-break: break-word;
  }
}
@media (hover: hover) {
  .m-link-list span {
    position: relative;
    will-change: transform;
    transition: transform var(--duration) linear;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .m-link-list span {
    transition: none;
  }
}
@media (hover: hover) {
  .m-link-list span::after {
    content: attr(data-title);
    position: absolute;
    display: inline-block;
    left: calc(100% + 0.7em);
    width: 0;
  }
}
@media screen and (max-width: 840px) {
  .m-testimonial__inner {
    grid-template-areas: "image" "text";
    align-items: start;
  }
}
.m-testimonial__inner.u-outline {
  margin-left: -1px;
  xmargin-right: -1px;
  width: calc(100% + 2px);
}
.m-testimonial__image {
  height: 100%;
}
@media screen and (max-width: 840px) {
  .m-testimonial__image {
    grid-area: image;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 841px) {
  .m-testimonial__image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.m-testimonial__image-container:has(figcaption) {
  position: relative;
}
@media screen and (max-width: 840px) {
  .m-testimonial blockquote {
    grid-area: text;
    padding-bottom: 5rem;
  }
}
.m-testimonial blockquote footer {
  font-size: 1rem;
}
.m-testimonial__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 128.4%);
  color: white;
  text-align: right;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
@media screen and (max-width: 840px) {
  .m-testimonial__caption {
    opacity: 1;
  }
}
.m-testimonial__image-container:hover .m-testimonial__caption {
  opacity: 1;
}
.m-testimonial__container .swiper {
  --swiper-theme-color: currentColor;
}
.m-benefits__item[data-count]::before {
  content: attr(data-count);
  display: inline-block;
  font-size: 6.25rem;
  font-weight: bold;
}
.m-event-teaser__text {
  align-self: end;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.m-event-teaser__type {
  font-style: normal;
}
.m-event-teaser__container:has(> .swiper > .m-empty) {
  display: none;
}
.m-contact__text:has(+ .m-card:last-child) {
  grid-column: span 2;
}
@media screen and (max-width: 1280px) and (min-width: 841px) {
  .m-contact__text {
    grid-column: span 2;
  }
}
.m-contact__text + .m-card {
  background-color: rgba(0, 0, 0, 0.1);
}
.m-event-facts {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 2fr) repeat(6, minmax(0, 1fr));
}
@media screen and (min-width: 1280px) {
  .m-event-facts--events.m-event-facts--summary {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1280px) {
  .m-event-facts {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .m-event-facts--summary:not(.m-event-facts--events) {
    grid-template-columns: minmax(0, 2fr) repeat(4, minmax(0, 1fr));
  }
}
.m-event-facts--head:not(.m-event-facts--summary) {
  position: sticky;
  z-index: 1;
  top: 7.375rem;
  background-color: white;
}
.iframe .m-event-facts--head:not(.m-event-facts--summary) {
  top: 0;
}
@media screen and (max-width: 1280px) {
  .m-event-facts--head {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .m-event-facts--head {
    margin-bottom: -1px;
  }
}
.m-event-facts__title {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .m-event-facts__title {
    font-size: 1rem;
  }
}
.m-event-facts__number {
  display: flex;
  align-items: center;
}
.m-event-facts__number .m-event-facts__item-value {
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 1280px) {
  .m-event-facts__item[data-label], .m-event-facts__number[data-label] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1280px) {
  .m-event-facts__item[data-label]::before, .m-event-facts__number[data-label]::before {
    content: attr(data-label);
    font-size: 1rem;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.m-event-facts__item-value, .m-event-facts__number-value {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-text-decoration: center;
          text-decoration: center;
}
@media screen and (max-width: 1280px) {
  .m-event-facts__item-value, .m-event-facts__number-value {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.m-event-facts__item-value-text, .m-event-facts__number-value-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1281px) {
  .m-event-facts__item-value-text, .m-event-facts__number-value-text {
    text-align: center;
  }
}
@media screen and (min-width: 1281px) {
  .m-event-facts__item--empty[data-label] {
    visibility: hidden;
  }
}
@media screen and (max-width: 1280px) {
  .m-event-facts__item--empty[data-label] {
    display: none;
  }
}
.m-event__date-time {
  font-weight: normal;
}
.m-past-event {
  width: 100%;
}
.m-result-limiter {
  display: none;
}
.m-map {
  aspect-ratio: 2/1;
}
@media screen and (max-width: 840px) {
  .m-map {
    aspect-ratio: 1/1;
  }
}
.csl-entry {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #dedede;
}
.m-accordion__body .csl-entry:first-child {
  border-top: none;
}
.m-gridtable__cell .csl-entry:first-child {
  padding-top: 0;
  border-top: none;
}
.m-institution__logo {
  height: 2.5rem;
}
.m-chart {
  width: 50%;
}
.m-chart__container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .m-chart__container {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 840px) {
  .m-fact {
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .m-fact__container {
    border-right: none;
    border-left: none;
  }
}
@media screen and (max-width: 840px) {
  .m-fact__container {
    grid-column: 1/-1;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 841px) {
  .m-fact__container--onethird {
    grid-column: span 2;
  }
}
@media screen and (min-width: 841px) {
  .m-fact__container--twothird {
    grid-column: span 4;
  }
}
@media screen and (min-width: 841px) {
  .m-fact__container--half {
    grid-column: span 3;
  }
}
.m-fact__header {
  font-weight: bold;
}
.m-fact__header sup {
  line-height: 0;
}
.m-fact__header--col1 {
  grid-column: span 2;
}
.m-fact__header--col2, .m-fact__header--col3 {
  text-align: right;
}
@media screen and (max-width: 840px) {
  .m-fact__title {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media screen and (min-width: 841px) {
  .m-fact__title {
    margin-bottom: 0.625rem;
  }
}
.m-fact__value {
  display: inline-flex;
  font-size: 6.25rem;
  font-size: clamp(3.75rem, 6.9vw, 6.25rem);
  line-height: 1;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 840px) {
  .m-fact__value {
    font-size: 2.75rem;
  }
}
.m-fact__number {
  position: relative;
  text-align: right;
}
.m-fact__number-counter {
  position: absolute;
  inset: 0;
}
.m-fact__number-value {
  color: transparent;
}
.m-fact__chart-wrapper {
  display: flex;
}
@media screen and (max-width: 840px) {
  .m-fact__chart-wrapper {
    align-items: center;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 841px) {
  .m-fact__chart-wrapper figure {
    flex-grow: 1;
  }
}
@media screen and (max-width: 840px) {
  .m-fact__chart-wrapper figure {
    width: 50%;
  }
}
.m-fact__chart-title {
  flex-shrink: 0;
}
@media screen and (min-width: 841px) {
  .m-fact__chart-title {
    align-self: end;
  }
}
.m-fact__key-color {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid;
  background-color: currentColor;
  font-size: 0;
  align-self: center;
}
.m-fact__key-color--primary {
  border: 1px solid white;
}
.u-button-style--default .u-button-style--default .m-fact__key-color--primary {
  border-color: currentColor;
}
.m-fact__key-value {
  text-align: right;
}
.m-fact__key-value--span2 {
  grid-column: span 2;
}
.m-fact__key-container {
  display: grid;
  grid-template-columns: minmax(2rem, 2rem) 1fr 6rem 6rem;
}
.m-fact__key-container > span {
  padding: 6px 0;
}
.m-fact__outer {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.m-linkbox {
  transition: opacity 0.25s ease-in-out;
}
.m-linkbox__container:has(.m-linkbox:hover) .m-linkbox:not(:hover) {
  opacity: 0.3;
}
.m-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.m-icon--l {
  width: 1.25rem;
  height: 1.25rem;
}
.u-flex > .m-icon {
  margin-right: 0.25em;
  align-self: center;
}
.u-flex > .m-icon:only-child {
  margin-right: 0;
}
.m-image-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.m-image-grid__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-image-grid__image-link--hidden {
  display: none;
}
.m-image-grid__container--portrait {
  grid-column: span 3;
}
.m-image-grid__container--square {
  grid-column: span 4;
}
.m-image-grid__container--landscape {
  grid-column: span 6;
}
.m-image-grid__container--landscape + .m-image-grid__container--landscape + .m-image-grid__container--landscape + .m-image-grid__container--landscape + .m-image-grid__container:nth-child(5) {
  display: none;
}
.m-image-slider img,
.m-image-slider picture {
  display: block;
  width: auto;
  height: 60cqw;
}
.m-image-slider figure {
  display: inline-block;
}
.m-image-slider figcaption {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.m-image-slider figcaption span {
  width: 0;
  flex-grow: 1;
}
.m-single-image img {
  width: 100%;
}
.m-video {
  width: 100%;
}
.m-video--iframe {
  aspect-ratio: 16/9;
}
.m-video__container {
  width: 100%;
}
.swiper-slide .m-video__container {
  pointer-events: none;
}
.swiper-slide-active .m-video__container {
  pointer-events: auto;
}
table {
  width: 100%;
  margin-left: -0.5rem;
  font-variant-numeric: tabular-nums;
}
table th,
table td {
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  white-space: nowrap;
}
table tr:hover {
  background-color: #f5f5f5;
}
.even table tr:hover {
  background-color: white;
}
.m-table {
  /*
  width: 100%;
  th,
  td {
  	padding-top: 0.5rem;
  	padding-right: 2.5rem;
  	padding-left: 0.5rem;
  	padding-bottom: 0.5rem;
  	white-space: nowrap;
  }
  tr:hover {
  	background-color: $neutral-light-grey;
  	.even & {
  		background-color: white;
  	}
  }
   */
}
.m-table__container {
  max-width: 100%;
  overflow-x: auto;
}
.m-gridtable {
  font-variant-numeric: tabular-nums;
}
.m-gridtable__row {
  display: grid;
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 840px) {
  .m-gridtable__row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
.m-gridtable__row:first-child, .m-gridtable__row:first-of-type {
  border-top: 1px solid #dedede;
}
.m-gridtable__row--two {
  grid-template-columns: repeat(2, minmax(20ch, 1fr));
}
.m-gridtable__row--three {
  grid-template-columns: repeat(3, minmax(20ch, 1fr));
}
.m-gridtable__row--head {
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  .m-gridtable__row--head {
    display: none;
  }
}
.m-gridtable__cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.m-gridtable__cell--head {
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  .m-gridtable__cell--head {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .m-gridtable__cell:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 840px) {
  .m-gridtable__cell {
    grid-column: 1/-1;
    xborder-bottom: 1px solid #dddddd;
  }
  .m-gridtable__cell[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 1rem;
    font-weight: bold;
  }
}
/* SWIPER */
.swiper {
  --swiper-theme-color: currentColor;
  width: 100%;
  height: 100%;
}
.m-card.m-overlaying-link__parent .swiper {
  z-index: 2;
}
.swiper--auto-width {
  container-type: inline-size;
  height: auto;
}
.swiper--3 {
  height: auto;
}
.swiper--has-pagination-on-image {
  --swiper-theme-color: white;
}
.swiper--has-pagination-on-image .swiper-slide picture {
  position: relative;
}
.swiper--has-pagination-on-image .swiper-slide picture::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 75%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .swiper--has-pagination-on-image .swiper-slide.l-home-header__slide picture::after {
    top: 50%;
  }
}
.swiper--has-pagination-on-image .swiper-slide:not(.l-home-header__slide):only-child picture::after {
  content: none;
}
.l-header .swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide {
  position: relative;
  display: flex;
  height: auto;
}
.m-marquee .swiper-slide {
  height: 100%;
  width: auto;
}
.swiper--auto-width .swiper-slide {
  display: flex;
  flex-direction: column;
  width: auto;
}
.swiper--1 .swiper-slide .u-grid {
  width: 100%;
}
.swiper-controls {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.swiper--video .swiper-controls {
  justify-content: flex-end;
}
.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
  --swiper-navigation-size: 1.5rem;
  width: var(--swiper-navigation-size);
  position: static;
  margin-top: 0;
}
@media screen and (max-width: 840px) {
  .swiper-controls .swiper-button-prev,
  .swiper-controls .swiper-button-next {
    --swiper-navigation-size: 2.5rem;
  }
  .swiper-controls .swiper-button-prev svg,
  .swiper-controls .swiper-button-next svg {
    width: 1.5rem;
  }
}
.swiper-controls .swiper-button-prev::after,
.swiper-controls .swiper-button-next::after {
  content: none;
}
.swiper-controls .swiper-decoration-line {
  flex-grow: 1;
  height: 1px;
  background-color: currentColor;
}
.swiper-controls .swiper-button-text-next {
  white-space: nowrap;
  color: currentColor;
}
@media screen and (min-width: 841px) {
  .swiper-controls .swiper-button-text-next {
    position: absolute;
    left: calc(100% + 3.125rem);
  }
}
.swiper-controls .swiper-nav {
  display: flex;
  gap: 0.375rem;
}
@media screen and (max-width: 840px) {
  .swiper-controls .swiper-nav {
    gap: 0;
  }
}
.swiper-pagination {
  --swiper-pagination-top: calc(100% - 3.75rem);
  --swiper-pagination-bottom: auto;
  --swiper-pagination-bullet-border-radius: 0.625rem;
}
.m-image-slider .swiper-pagination {
  --swiper-pagination-top: calc(60cqw - 3.75rem);
}
.swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 0.625rem;
  --swiper-pagination-bullet-height: 0.625rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: transparent;
  border: 1px solid var(--swiper-theme-color);
  transition: width 0.25s ease-in-out;
}
.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 1.25rem;
}
.swiper-pagination:has(.swiper-pagination-bullet:only-child) + .swiper-decoration-line {
  display: none;
}
.m-benefits .swiper-pagination, .m-event-teaser__container .swiper-pagination, .m-past-event__container .swiper-pagination {
  position: static;
  width: auto;
  text-align: left;
}
.m-form__content {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media screen and (max-width: 840px) {
  .m-form__content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.m-form__field-container {
  grid-column: 1/-1;
  width: 100%;
}
@media screen and (min-width: 841px) {
  .m-form__field-container--100 {
    grid-column: span 12;
  }
  .m-form__field-container--75 {
    grid-column: span 9;
  }
  .m-form__field-container--66 {
    grid-column: span 8;
  }
  .m-form__field-container--50 {
    grid-column: span 6;
  }
  .m-form__field-container--33 {
    grid-column: span 4;
  }
  .m-form__field-container--25 {
    grid-column: span 3;
  }
}
.m-form__field-label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.m-form__field-error {
  text-align: center;
  color: #761e2a;
}
.m-form__submit {
  color: currentColor;
}
.m-form__success {
  padding: 2.5rem 0;
}
.m-form input[type=text],
.m-form input[type=number],
.m-form input[type=email],
.m-form input[type=tel],
.m-form input[type=url],
.m-form input[type=file],
.m-form input[type=search],
.m-form input[type=password],
.m-form textarea,
.m-form select {
  padding: 0.75rem 1.25rem;
  font-size: 1.125rem;
  border-radius: 2.25rem;
  width: 100%;
  background-color: #f5f5f5;
}
.u-module-style--grey .m-form input[type=text],
.u-module-style--grey .m-form input[type=number],
.u-module-style--grey .m-form input[type=email],
.u-module-style--grey .m-form input[type=tel],
.u-module-style--grey .m-form input[type=url],
.u-module-style--grey .m-form input[type=file],
.u-module-style--grey .m-form input[type=search],
.u-module-style--grey .m-form input[type=password],
.u-module-style--grey .m-form textarea,
.u-module-style--grey .m-form select {
  background-color: #ffffff;
}
.m-form input[type=text]::-moz-placeholder, .m-form input[type=number]::-moz-placeholder, .m-form input[type=email]::-moz-placeholder, .m-form input[type=tel]::-moz-placeholder, .m-form input[type=url]::-moz-placeholder, .m-form input[type=file]::-moz-placeholder, .m-form input[type=search]::-moz-placeholder, .m-form input[type=password]::-moz-placeholder, .m-form textarea::-moz-placeholder, .m-form select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.m-form input[type=text]::placeholder,
.m-form input[type=number]::placeholder,
.m-form input[type=email]::placeholder,
.m-form input[type=tel]::placeholder,
.m-form input[type=url]::placeholder,
.m-form input[type=file]::placeholder,
.m-form input[type=search]::placeholder,
.m-form input[type=password]::placeholder,
.m-form textarea::placeholder,
.m-form select::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.m-form input[type=text]:invalid,
.m-form input[type=number]:invalid,
.m-form input[type=email]:invalid,
.m-form input[type=tel]:invalid,
.m-form input[type=url]:invalid,
.m-form input[type=file]:invalid,
.m-form input[type=search]:invalid,
.m-form input[type=password]:invalid,
.m-form textarea:invalid,
.m-form select:invalid {
  outline-color: #761e2a;
}
.m-form input[type=file] {
  padding: 0.5rem 0.75rem;
  color: #000000;
}
.m-form input[type=file]::file-selector-button {
  font-size: 1rem;
  font-family: inherit;
  font-weight: normal;
  cursor: pointer;
  padding: 0.25em 0.75em;
  border-radius: 0.875em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
  border-color: black;
  background: transparent;
}
@media (hover: hover) {
  .m-form input[type=file]::file-selector-button:hover {
    color: white;
    border-color: black;
    background: black;
  }
}
.m-form input[type=file]::file-selector-button:focus-visible {
  color: white;
  border-color: black;
  background: black;
}
.m-form textarea {
  border-radius: 1.5rem;
}
.m-form label:has(input[type=radio]),
.m-form label:has(input[type=checkbox]) {
  display: inline-flex;
  align-items: center;
  color: var(--phtg-color-scheme-font, currentColor);
}
.m-form label:has(input[type=radio]):not(:last-child),
.m-form label:has(input[type=checkbox]):not(:last-child) {
  margin-right: 1.875rem;
}
.m-form input[type=radio],
.m-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 0.375rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(0);
  color: var(--phtg-color-scheme-font, currentColor);
}
.m-form input[type=radio]::before {
  border-radius: 50%;
}
.m-form input[type=checkbox]::before {
  border-radius: 2px;
}
.m-form input[type=radio]::before,
.m-form input[type=checkbox]::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: -1px;
  width: 1rem;
  height: 1rem;
  border: 1px solid;
  background-color: white;
  color: var(--phtg-color-scheme-font, currentColor);
}
.m-form input[type=radio]:checked::before {
  content: url(../img/radio.svg);
}
.m-form input[type=checkbox]:checked::before {
  content: url(../img/check-box.svg);
}
.m-further-training__search-radioboxes {
  xdisplay: flex;
  xgap: 1.875rem;
  xmargin-bottom: 3.75rem;
}
.m-further-training__search-radiobox {
  cursor: pointer;
  position: relative;
}
.m-further-training__search-radiobox span {
  display: grid;
  grid-template-columns: 1.125rem 1fr;
  gap: 0.375rem;
  align-items: center;
  justify-items: center;
  font-size: 0.875rem;
  line-height: 1;
}
.m-further-training__search-radiobox span::before, .m-further-training__search-radiobox span::after {
  content: "";
  grid-column: 1;
  grid-row: 1;
}
.m-further-training__search-radiobox span::before {
  width: 1rem;
  border: 1px solid currentColor;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.m-further-training__search-radiobox span::after {
  width: 0.5rem;
  aspect-ratio: 1/1;
  background: no-repeat center center;
  background-size: 100% auto;
}
.m-further-training__search-radiobox input[type=radio] {
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.m-further-training__search-radiobox input[type=radio]:checked + span::after {
  background-image: url("/img/x-black.svg");
}
.u-color--white .m-further-training__search-radiobox input[type=radio]:checked + span::after {
  background-image: url("/img/x-white.svg");
}
.m-further-training__search-radiobox input[type=radio]:focus-visible + span::before {
  background: #000000;
}
.m-further-training__search-radiobox input[type=radio]:checked:focus-visible + span::after {
  background-image: url("/img/x-white.svg");
}
.m-further-training__search-extend-button {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.m-further-training__search-extend-button i {
  position: relative;
  top: -1px;
  background: url("/img/arrow-down-white.svg") no-repeat center center;
  background-size: 100% auto;
  width: 0.9em;
  aspect-ratio: 1/1;
}
.m-further-training__search-extend-button:focus {
  outline: none;
}
.m-further-training__search-extend-button:focus-visible {
  color: #000000;
  background-color: transparent;
}
.m-further-training__search-extend-button:focus-visible i {
  background-image: url("/img/arrow-down-black.svg");
}
@media (hover: hover) {
  .m-further-training__search-extend-button:hover {
    color: #000000;
    background-color: transparent;
  }
  .m-further-training__search-extend-button:hover i {
    background-image: url("/img/arrow-down-black.svg");
  }
}
.m-further-training__search-extend-button.is-extended i {
  transform: scaleY(-1);
}
@media print {
  nav,
  footer {
    display: none;
  }
}
