:root{--red: #e83a37;--red2: #fc665c;--red3: #d41c18;--red4: #fdb3ad;--green: #14906c;--green2: #5fbaa1;--blue: #2789de;--yellow: #fbca30;--yellow2: #fef4d6;--black: #13100d;--white: #fff;--gray1: #e8eaed;--gray2: #c4c4c4;--gray3: #979797;--pink: #e8c7c9}@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:normal;font-display:swap;src:local("IBM Plex Sans"),local("IBMPlexSans"),url("/assets/pilot/IBMPlexSans-Regular-Latin1-aa86d66c.woff2") format("woff2");unicode-range:U+0000,U+000D,U+0020-007E,U+00A0-00A3,U+00A4-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+2074,U+20AC,U+2122,U+2212,U+FB01-FB02}@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:bold;font-display:swap;src:local("IBM Plex Sans Bold"),local("IBMPlexSans-Bold"),url("/assets/pilot/IBMPlexSans-Bold-Latin1-7c50290b.woff2") format("woff2");unicode-range:U+0000,U+000D,U+0020-007E,U+00A0-00A3,U+00A4-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+2074,U+20AC,U+2122,U+2212,U+FB01-FB02}@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:normal;font-display:swap;src:local("IBM Plex Mono"),local("IBMPlexMono"),url("/assets/pilot/IBMPlexMono-Regular-Latin1-db7f4df4.woff2") format("woff2");unicode-range:U+0000,U+000D,U+0020-007E,U+00A0-00A3,U+00A4-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+2074,U+20AC,U+2122,U+2212,U+FB01-FB02}@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:bold;font-display:swap;src:local("IBM Plex Mono Bold"),local("IBMPlexMono-Bold"),url("/assets/pilot/IBMPlexMono-Bold-Latin1-e7817674.woff2") format("woff2");unicode-range:U+0000,U+000D,U+0020-007E,U+00A0-00A3,U+00A4-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+2074,U+20AC,U+2122,U+2212,U+FB01-FB02}html{height:100%;scroll-behavior:smooth}body{min-height:100%;display:grid;grid-template-rows:auto 1fr auto;color:var(--black);background-color:var(--gray1);font-family:"IBM Plex Sans",sans-serif;font-size:16px;line-height:1.4}@media(min-width: 768px){body{font-size:18px}}main{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;overflow:hidden}ul{list-style:none;margin:0;padding-left:0;counter-reset:list}li{counter-increment:list}a{text-decoration:none}label{font-size:inherit}h1,h2,h3,h4{font-family:"IBM Plex Mono",monospace;font-weight:bold;line-height:1.3;margin-top:0;margin-bottom:24px}h1{font-size:24px}@media(min-width: 768px){h1{font-size:36px}}h2{font-size:20px}@media(min-width: 768px){h2{font-size:30px;line-height:1.2}}h3{font-size:16px}@media(min-width: 768px){h3{font-size:24px;line-height:1.2}}h4{font-size:14px;line-height:1.4;letter-spacing:.15em;text-transform:uppercase;color:var(--gray3)}@media(min-width: 768px){h4{font-size:16px}}p{margin-top:0;margin-bottom:24px}strong,b{font-weight:bold}hr{margin:0;border-style:solid;border-color:var(--gray2);border-bottom:0}img{display:block;max-width:100%}@media(min-width: 768px){.accordion{display:flex;flex-direction:row}}@media(min-width: 768px){.accordion--full-width .accordion__items,.accordion--full-width .accordion__head{width:100%}}@media(min-width: 768px){.accordion__items{position:relative}.accordion__items:after{content:"";position:absolute;top:0;bottom:0;right:0}}.accordion__item{position:relative}.accordion__item--boxed{border:2px solid var(--gray1);padding-left:16px;padding-right:16px}@media(min-width: 768px){.accordion__item--boxed{padding-left:20px;padding-right:20px}}.accordion__head{width:100%;text-decoration:none;display:inline-flex;align-items:center;justify-content:space-between;padding:15px 0;outline:0;cursor:pointer;font-weight:bold;color:var(--red)}@media(min-width: 768px){.accordion__head{width:auto}}.accordion__head:hover,.accordion__head:focus{color:var(--red3)}.accordion__head span{padding-right:1ch;width:100%}.accordion__body{transition:height .3s;height:0;overflow:hidden}.accordion__toggle-icon{width:17px;height:17px;background:url("data:image/svg+xml,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0H7v7H0v3h7v7h3v-7h7V7h-7V0z' fill='%23E83A37'/%3E%3C/svg%3E");flex-shrink:0}.button,.page .mge-button--primary{font-family:"IBM Plex Mono",monospace;font-size:inherit;font-weight:bold;line-height:1.2;min-height:56px;padding:0 16px;min-width:50px;color:var(--white);background-color:var(--red);transition:all .1s ease-in;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;border:none;border-radius:0;cursor:pointer;appearance:none;white-space:normal;outline:0}@media(min-width: 768px){.button,.page .mge-button--primary{padding-left:32px;padding-right:32px}}.button:focus,.page .mge-button--primary:focus,.button:hover,.page .mge-button--primary:hover{background-color:var(--red3);color:var(--white);text-decoration:none}.button::-moz-focus-inner,.page .mge-button--primary::-moz-focus-inner{border:0}@media(min-width: 768px){.button,.page .mge-button--primary{display:inline-flex}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.button,.page .mge-button--primary{height:56px}}.button--secondary{color:var(--red);background-color:var(--white);box-shadow:inset 0 0 0 2px var(--red);transition:all .1s ease-in}.button--secondary:focus,.button--secondary:hover{color:var(--white);background-color:var(--red3);box-shadow:inset 0 0 0 2px var(--red3)}.button--full-width{width:100%}input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}input[type=checkbox]+label{display:block;padding-top:6px;padding-bottom:6px;padding-left:32px;font-weight:normal;background-position:0 6px;background-repeat:no-repeat;cursor:pointer}@media(min-width: 768px){input[type=checkbox]+label{padding-top:4px}}input[type=checkbox]+label{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3crect fill='%23FFFFFF' stroke='%2313100d' stroke-width='1' width='19' height='19' x='0.5' y='0.5'/%3e%3c/svg%3e")}input[type=checkbox]+label:hover{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3crect fill='%23FFFFFF' stroke='%232789de' stroke-width='1' width='19' height='19' x='0.5' y='0.5'/%3e%3c/svg%3e")}input[type=checkbox]:active+label{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3crect fill='%23FFFFFF' stroke='%232789de' stroke-width='1' width='19' height='19' x='0.5' y='0.5'/%3e%3c/svg%3e")}input[type=checkbox]:checked+label{background-position:3px 10px,0 6px;background-image:url("data:image/svg+xml,%3csvg width='15' height='12' viewBox='0 0 15 12' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0 6.6087L1.66667 4.34783L6 8.17391L13 0L15 1.91304L6.16667 12L0 6.6087Z' fill='%23fff'/%3e %3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3crect fill='%232789de' width='19' height='19' x='0.5' y='0.5'/%3e%3c/svg%3e")}input[type=checkbox]:checked:hover+label{background-image:url("data:image/svg+xml,%3csvg width='15' height='12' viewBox='0 0 15 12' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0 6.6087L1.66667 4.34783L6 8.17391L13 0L15 1.91304L6.16667 12L0 6.6087Z' fill='%23fff'/%3e %3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3crect fill='%232789de' width='19' height='19' x='0.5' y='0.5'/%3e%3c/svg%3e")}input[type=checkbox]:checked:active+label{background-image:url("data:image/svg+xml,%3csvg width='15' height='12' viewBox='0 0 15 12' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0 6.6087L1.66667 4.34783L6 8.17391L13 0L15 1.91304L6.16667 12L0 6.6087Z' fill='%23fff'/%3e %3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3crect fill='%232789de' width='19' height='19' x='0.5' y='0.5'/%3e%3c/svg%3e")}.collapse__content{height:0;overflow:hidden;transition:height .2s ease-in-out}@media(min-width: 768px){.collapse.collapse--sm-only{visibility:visible}.collapse--sm-only .collapse__content{height:auto !important}.collapse--sm-only .collapse__button-container{display:none}}.collapse__button-container{position:relative}.collapse__button{cursor:pointer;transition:opacity .4s .2s}.collapse__button--open{visibility:visible;opacity:1}.collapse__button--close{position:absolute;top:0;visibility:hidden;opacity:0}.collapse.is-open{visibility:visible}.content-block{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;position:relative}@media(min-width: 1400px){main .content-block.background--gray1{border-left:1px solid var(--white);border-right:1px solid var(--white)}}main>.content-block.background--white:last-child:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:var(--gray2)}@media(min-width: 768px){main>.content-block.background--white:last-child:after{left:24px;right:24px}}@media(min-width: 1200px){main>.content-block.background--white:last-child:after{left:calc((100% - 1152px)/2);right:calc((100% - 1152px)/2)}}@media(min-width: 1400px){main>.content-block.background--white:last-child:after{left:124px;right:124px}}.content-container{width:100%;max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}@media(min-width: 768px){.content-container--sm-600{max-width:600px}}@media(min-width: 768px){.content-container--sm-650{max-width:650px}}@media(min-width: 768px){.content-container--sm-700{max-width:700px}}@media(min-width: 992px){.content-container--md-800{max-width:800px}}@media(min-width: 768px){.content-container--sm-10-12{width:83.3333333333%;max-width:1000px}}.link{cursor:pointer;color:var(--blue)}.link:hover{text-decoration:underline}.link--inline,.page a:not(.mge-button--primary),.link--inline-block{color:var(--red);text-decoration:underline}.link--inline:hover,.page a:hover:not(.mge-button--primary),.link--inline-block:hover,.link--inline:focus,.page a:focus:not(.mge-button--primary),.link--inline-block:focus{color:var(--red3)}.link--inline-block{display:inline-block}.link--inverted{color:var(--white);font-weight:bold;text-decoration:underline}.link--navigation{font-weight:bold;color:var(--red)}@media(min-width: 768px){.link--navigation{font-size:14px}}.link--navigation:focus,.link--navigation:hover{text-decoration:underline;color:var(--red3)}.link--with-arrow{display:inline-flex;width:100%;justify-content:center;margin-top:16px}@media(min-width: 768px){.link--with-arrow{margin-top:0}}.link--with-arrow svg{margin:0 1ch}.pp-list,.journal-content ul,.page ul:not(.press-social-links){list-style:none}.pp-list li,.journal-content ul li,.page ul:not(.press-social-links) li{position:relative;margin-bottom:.5em}.pp-list li::before,.journal-content ul li::before,.page ul:not(.press-social-links) li::before,.pp-list li::after,.journal-content ul li::after,.page ul:not(.press-social-links) li::after{content:"";position:absolute;left:0;top:3px;width:14px;height:14px}.pp-list--yellow>li,.journal-content ul>li,.page ul:not(.press-social-links)>li{padding-left:1.3em}.pp-list--yellow>li::before,.journal-content ul>li::before,.page ul:not(.press-social-links)>li::before{width:14px;height:14px;border-radius:7px;background-color:var(--yellow)}@media(min-width: 768px){.pp-list--yellow>li::before,.journal-content ul>li::before,.page ul:not(.press-social-links)>li::before{top:5px}}.pp-list--green li{padding-left:1em}.pp-list--green>li::before{width:9px;height:9px;background-color:var(--green)}@media(min-width: 768px){.pp-list--green>li::before{top:7px}}.pp-list--gray1>li{padding-left:1.3em}.pp-list--gray1>li::before{width:14px;height:14px;border-radius:7px;background-color:var(--gray1)}@media(min-width: 768px){.pp-list--gray1>li::before{top:5px}}.pp-list--checkmarks>li::after{width:15px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 2.19733L12.866 0L6.45076 6.60546L2.13402 2.16069L0 4.35802L6.45067 11L6.50133 10.948L15 2.19733Z' fill='%2314906C'/%3E%3C/svg%3E")}@media(min-width: 768px){.pp-list--checkmarks>li::after{top:5px}}.pp-list--red-times>li::after{background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2.09998L11.9 0L7.00012 4.89986L2.1003 3.02108e-05L0.000302108 2.10002L4.90014 6.99985L0 11.9L2.1 14L7.00012 9.09983L11.9003 14L14.0003 11.9L9.10012 6.99985L14 2.09998Z' fill='%23E83A37'/%3E%3C/svg%3E%0A")}@media(min-width: 768px){.pp-list--red-times>li::after{top:5px}}.pp-list--criteria{padding-bottom:16px}.pp-list--criteria>li{display:flex;justify-content:space-between;align-items:center;min-height:30px;margin-bottom:16px}.pp-list--criteria>li>svg{flex-shrink:0;width:30px;height:30px;margin-left:8px}@media(min-width: 768px){.list--sm-horizontal>li{display:inline-block}.list--sm-horizontal>li:not(:first-child){margin-left:32px}}.page{margin-top:40px;overflow:auto}.page .mge-button--primary{margin-bottom:16px}.page .press-social-links{display:flex;flex-wrap:wrap}.page .press-social-links li{min-width:100%;margin-bottom:16px}@media(min-width: 768px){.page .press-social-links li{min-width:50%;margin-bottom:32px}}.page .press-social-links li a{text-decoration:none}.corner{--steepness: 1;position:absolute;left:0;right:0;height:calc(24px*var(--steepness));margin:-1px 0}@media(min-width: 768px){.corner{height:calc(40px*var(--steepness))}}.corner--steep{--steepness: 2}.corner:first-child{top:0;clip-path:polygon(100% 0, 0 0, 0 100%)}.corner--right:first-child{clip-path:polygon(100% 0, 0 0, 100% 100%)}.corner:last-child{bottom:0;clip-path:polygon(100% 100%, 0 0, 0 100%)}.corner--right:last-child{clip-path:polygon(100% 100%, 0 100%, 100% 0)}.corner-container{display:flex;position:relative}.corner-container>:not(.corner){z-index:1}@media(min-width: 1400px){.corner.background--gray1{border-left:1px solid var(--white)}.corner--right.background--gray1{border-left:none;border-right:1px solid var(--white)}}.debit-mandate-configurator{padding-top:24px;padding-bottom:24px;width:calc(100% - 48px);margin-left:24px;margin-right:24px;background-color:var(--white);color:var(--black)}@media(min-width: 768px){.debit-mandate-configurator{width:100%;margin-left:auto;margin-right:auto;padding:64px 100px}}.debit-mandate-configurator__buttons>button{display:inline-flex;margin-right:8px;margin-bottom:8px}.debit-mandate-configurator__input{display:flex}.debit-mandate-configurator__input input{font-family:"IBM Plex Mono",monospace;font-size:inherit;font-weight:bold;line-height:1.2;min-height:56px;padding:0 16px;min-width:50px;color:var(--red);background-color:var(--white);box-shadow:inset 0 0 0 2px var(--red);transition:all .1s ease-in;-webkit-appearance:none;border:0 !important;width:calc(36px + 14ch) !important;padding-left:16px !important;padding-right:16px !important;border-color:var(--red) !important;color:var(--red) !important;background-color:var(--white) !important;font-family:"IBM Plex Mono",monospace !important;font-weight:bold !important}@media(min-width: 768px){.debit-mandate-configurator__input input{padding-left:32px;padding-right:32px}}.debit-mandate-configurator__input input:focus,.debit-mandate-configurator__input input:hover{color:var(--white);background-color:var(--red3);box-shadow:inset 0 0 0 2px var(--red3)}@media(min-width: 768px){.debit-mandate-configurator__input input{width:calc(68px + 14ch) !important;padding-left:32px !important;padding-right:32px !important}}.debit-mandate-configurator__input input:focus{width:calc(36px + 15ch) !important}@media(min-width: 768px){.debit-mandate-configurator__input input:focus{width:calc(68px + 15ch) !important}}.debit-mandate-configurator__input-euro{font-family:"IBM Plex Mono",monospace;font-size:inherit;font-weight:bold;line-height:1.2;min-height:56px;padding:0 16px;min-width:50px;color:var(--red);background-color:var(--white);box-shadow:inset 0 0 0 2px var(--red);transition:all .1s ease-in;display:flex;align-items:center;justify-content:center;margin-left:-2px;cursor:pointer}@media(min-width: 768px){.debit-mandate-configurator__input-euro{padding-left:32px;padding-right:32px}}.debit-mandate-configurator__input-euro:focus,.debit-mandate-configurator__input-euro:hover{color:var(--white);background-color:var(--red3);box-shadow:inset 0 0 0 2px var(--red3)}.is-active+.debit-mandate-configurator__input-euro{color:var(--white);background-color:var(--red);transition:all .1s ease-in;box-shadow:none}.is-active+.debit-mandate-configurator__input-euro:focus,.is-active+.debit-mandate-configurator__input-euro:hover{background-color:var(--red3);color:var(--white);text-decoration:none}.donors-img{width:750px;max-width:none;margin-left:50%;transform:translateX(-50%) translateY(32px)}.donors-container{width:100vw;position:relative;left:-24px;overflow:hidden}.donors-container img{max-width:992px;margin-left:50%;transform:translateX(-50%)}@media(min-width: 768px){.donors-container{width:100%;left:0}.donors-container img{max-width:100%;margin-left:0;transform:translateX(0)}}h1.faq-title{margin-bottom:8px}.omq-help .omq-help-container{padding:8px 0 0 !important}.omq-help .omq-search{border-radius:0;box-shadow:none;border:2px solid var(--black);font-family:"IBM Plex Sans",sans-serif;font-size:16px;line-height:1.4;margin-bottom:24px}@media(min-width: 768px){.omq-help .omq-search{font-size:18px;margin-bottom:16px}}.omq-help .omq-search__wrapper{flex-direction:row-reverse;align-items:center;padding:16px;margin:0}.omq-search__wrapper input[type=text]{height:auto;border:none;padding:0;margin:0;z-index:0}.omq-search__wrapper input[type=text]::placeholder{color:var(--gray3);opacity:1}.omq-help .omq-search__icon{flex:0 0 22px;height:22px;background:url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.912 12.034a6.5 6.5 0 112.121-2.121l4.969 4.968-2.121 2.121-4.969-4.968zM10.5 6.5a4 4 0 11-8 0 4 4 0 018 0z' fill='%2313100D'/%3E%3C/svg%3E");background-size:22px}.omq-help .omq-help-navigation{font-family:"IBM Plex Sans",sans-serif}.omq-help .omq-category-grid{margin:0 0 24px}.omq-help .omq-category-grid--columns-3 .omq-category-grid__category{flex-basis:100%;flex-direction:row;background-color:var(--red);color:var(--white);border:none;border-radius:0;height:auto;min-height:56px;padding:16px;margin-left:0;margin-right:0;margin-bottom:8px;position:relative;display:flex;align-items:center}.omq-help .omq-category-grid--columns-3 .omq-category-grid__category:hover{background-color:var(--red3)}.omq-help .omq-category-grid__label{flex:1;text-align:left;font-size:16px;line-height:1.4;padding:0 16px;font-family:"IBM Plex Mono",monospace}@media(min-width: 768px){.omq-help .omq-category-grid__label{font-size:18px}}.omq-help .omq-category-grid__category::before{width:27px;height:27px;left:16px}.omq-help .omq-category-grid__category[href*=Grundeinkommen]::before{content:url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.892 20.352c1.454 0 2.776-.561 3.8-1.585.495-.496 1.354-.496 1.883 0a1.316 1.316 0 010 1.883c-1.487 1.52-3.502 2.346-5.65 2.346a7.996 7.996 0 01-7.335-4.824H6.74A1.325 1.325 0 015.42 16.85c0-.727.594-1.321 1.321-1.321h1.19c-.033-.165-.033-.364-.033-.529 0-.082.008-.173.016-.264.008-.091.017-.182.017-.265H6.74A1.325 1.325 0 015.42 13.15c0-.727.594-1.322 1.321-1.322h1.85a7.996 7.996 0 017.335-4.824 7.95 7.95 0 015.65 2.346 1.316 1.316 0 010 1.883 1.316 1.316 0 01-1.883 0 5.353 5.353 0 00-3.8-1.585c-1.75 0-3.304.859-4.295 2.18h4.295c.727 0 1.322.595 1.322 1.322 0 .727-.595 1.321-1.322 1.321h-5.32c-.032.166-.032.364-.032.529 0 .165 0 .364.033.529h5.32c.726 0 1.32.594 1.32 1.321s-.594 1.322-1.32 1.322h-4.296a5.318 5.318 0 004.295 2.18z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 15C0 6.74 6.74 0 15 0s15 6.74 15 15-6.74 15-15 15S0 23.26 0 15zm2.643 0c0 6.806 5.55 12.357 12.357 12.357 6.806 0 12.357-5.55 12.357-12.357 0-6.806-5.55-12.357-12.357-12.357C8.194 2.643 2.643 8.193 2.643 15z' fill='%23fff'/%3E%3C/svg%3E")}.omq-help .omq-category-grid__category[href*=Studienteilnahme]::before{content:url("data:image/svg+xml,%3Csvg width='30' height='33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.914 13.562L25.426 1.22c-.132-.396-.462-.693-.859-.825-4.918-1.452-8.284 1.386-11.255 3.894-2.145 1.815-4.092 3.465-6.469 3.63a3.588 3.588 0 00-.033-2.277 3.459 3.459 0 00-1.815-1.98c-.825-.396-1.782-.43-2.674-.132C.506 4.19-.45 6.203.21 8.018a3.428 3.428 0 002.707 2.244l7.888 21.649c.231.66.891 1.089 1.551 1.089.198 0 .363-.033.561-.099.858-.297 1.288-1.254.99-2.112l-2.871-7.887c3.499-.033 6.106-2.277 8.482-4.29 2.806-2.377 5.216-4.423 8.78-3.367.462.132.99 0 1.353-.363s.43-.858.264-1.32zM4.302 7.226c0 .033-.033.066-.033.066h-.033a.907.907 0 01-.726.396c-.1 0-.231-.033-.33-.066 0 0-.033 0-.033.033-.198-.099-.396-.264-.463-.495-.033-.132-.033-.231-.033-.33v-.033c0-.495.397-.858.859-.858.495 0 .858.396.858.858v.033a.568.568 0 01-.066.396zm13.532 9.438c-2.31 1.98-4.357 3.696-7.03 3.663.33-1.683-.1-3.993-.891-6.17-.495-1.354-1.122-2.64-1.849-3.697 2.74-.56 4.951-2.409 6.965-4.125 2.64-2.244 4.918-4.191 8.152-3.531l3.499 9.603c-3.697-.132-6.403 2.178-8.846 4.257z' fill='%23fff'/%3E%3C/svg%3E")}.omq-help .omq-category-grid__category[href*=Projektinfos]::before{content:url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.767 20.386h-2.181v-7.104c0-.727-.595-1.322-1.322-1.322h-4.03c-.727 0-1.322.595-1.322 1.322 0 .727.595 1.322 1.321 1.322h2.71v5.782h-2.71c-.726 0-1.321.594-1.321 1.321s.595 1.322 1.321 1.322h7.534c.726 0 1.321-.595 1.321-1.322 0-.727-.562-1.321-1.322-1.321zM16.619 8.458c0 .727-.595 1.322-1.322 1.322a1.326 1.326 0 01-1.321-1.322v-.793c0-.727.594-1.321 1.321-1.321s1.322.594 1.322 1.321v.793z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0C6.74 0 0 6.74 0 15s6.74 15 15 15 15-6.74 15-15S23.293 0 15 0zm0 27.39C8.194 27.39 2.643 21.84 2.643 15 2.643 8.16 8.193 2.643 15 2.643c6.806 0 12.357 5.55 12.357 12.357 0 6.806-5.518 12.39-12.357 12.39z' fill='%23fff'/%3E%3C/svg%3E")}.omq-help .omq-category-grid__category[href*=Forschung]::before{content:url("data:image/svg+xml,%3Csvg width='29' height='29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.635 11.126c0 3.563-2.898 6.452-6.473 6.452-3.574 0-6.472-2.889-6.472-6.452s2.898-6.452 6.472-6.452c3.575 0 6.473 2.889 6.473 6.452z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.202 15.965l6.704 6.682c1.453 1.448 1.453 3.786.033 5.267A3.73 3.73 0 0125.297 29a3.73 3.73 0 01-2.642-1.086l-6.737-6.715a11.311 11.311 0 01-4.756 1.053C5.02 22.252 0 17.249 0 11.126 0 5.003 4.987 0 11.162 0c6.143 0 11.163 4.97 11.163 11.126 0 1.745-.396 3.357-1.123 4.839zM11.162 2.633c-4.69 0-8.52 3.819-8.52 8.493s3.798 8.493 8.52 8.493c4.69 0 8.52-3.819 8.52-8.493s-3.83-8.493-8.52-8.493zm13.376 23.405a1.06 1.06 0 001.519 0c.396-.428.396-1.12-.033-1.515l-3.369-3.357-1.52 1.514 3.402 3.358z' fill='%23fff'/%3E%3C/svg%3E")}.omq-help :not(.mobile-search-input) .omq-question-list{position:relative;padding-bottom:24px;padding-top:24px}.omq-help :not(.mobile-search-input) .omq-question-list::after{content:"";position:absolute;width:100vw;height:101%;top:0;left:50%;transform:translateX(-50%);background-color:var(--gray1);z-index:-1}.omq-help .omq-question-list-headline{font-size:20px;line-height:1.2;text-align:left;position:relative;margin:0;padding:32px 0 0}.omq-help .omq-question-list-headline::before{content:"";position:absolute;width:100vw;height:100%;top:0;left:50%;transform:translateX(-50%);background-color:var(--gray1);z-index:-1}@media(min-width: 768px){.omq-help .omq-question-list-headline{font-size:30px}.omq-help .omq-question-list-headline::before{height:calc(100% + 16px);top:-16px;border:solid 0 transparent;border-top-width:40px;border-right-width:100vw;border-top-color:var(--white);border-right-color:var(--gray1);background-color:none}}.omq-help .omq-question-list__question{border:2px solid var(--red);border-radius:0;margin-bottom:8px}.omq-help .omq-question-list__question:last-of-type{margin-bottom:0}.omq-help .omq-question-list__question:last-of-type::after{content:"";position:absolute;width:100vw;height:48px;top:0;left:50%;transform:translateX(-50%);background-color:var(--gray1);z-index:-1}.omq-help .omq-question-list__question:not(:last-of-type){margin-bottom:8px}.omq-help .omq-question-list__link{font-family:"IBM Plex Mono",monospace;line-height:1.4;padding:16px;color:var(--red)}.omq-help .omq-question-list__link:hover{color:var(--red3)}.omq-help .omq-more-questions{font-family:"IBM Plex Mono",monospace;font-size:inherit;font-weight:bold;line-height:1.2;min-height:56px;padding:0 16px;min-width:50px;color:var(--white);background-color:var(--red);transition:all .1s ease-in;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;border:none;border-radius:0;cursor:pointer;appearance:none;white-space:normal;outline:0}@media(min-width: 768px){.omq-help .omq-more-questions{padding-left:32px;padding-right:32px}}.omq-help .omq-more-questions:focus,.omq-help .omq-more-questions:hover{background-color:var(--red3);color:var(--white);text-decoration:none}.omq-help .omq-more-questions::-moz-focus-inner{border:0}@media(min-width: 768px){.omq-help .omq-more-questions{display:inline-flex}}.omq-help .omq-more-questions:focus,.omq-help .omq-more-questions:hover{color:var(--white)}.omq-help .omq-question-list__toggle-icon{flex:0 0 17px;height:17px;background:url("data:image/svg+xml,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0H7v7H0v3h7v7h3v-7h7V7h-7V0z' fill='%23E83A37'/%3E%3C/svg%3E");transform:none}input[type=text],input[type=email]{display:block;width:100%;height:36px;padding:0 12px;font:inherit;outline:0;border-radius:0;border:1px solid #13100d;color:#13100d;background-color:var(--white)}@media(min-width: 768px){input[type=text],input[type=email]{height:44px;padding:0 16px}}fieldset{margin:0;padding:0;border:none}.form-group{margin-bottom:24px}@media(min-width: 768px){.form-group{margin-bottom:32px}}.form-group--checkbox{margin-bottom:0}.form-hint{margin-top:4px;color:var(--gray3)}label,legend{display:block;padding:0;font-weight:bold}@media(min-width: 768px){label,legend{margin-bottom:4px}}.label--required:after{content:"*"}@keyframes fade{0%{opacity:1;z-index:1}25%{opacity:1;z-index:1}26%{opacity:0;z-index:0}100%{opacity:0;z-index:0}}.slide-show.in-view .slide-show__slide{animation:fade;animation-duration:16s;animation-iteration-count:infinite}.slide-show.in-view .slide-show__slide:nth-of-type(1){animation-delay:12s}.slide-show.in-view .slide-show__slide:nth-of-type(2){animation-delay:8s}.slide-show.in-view .slide-show__slide:nth-of-type(3){animation-delay:4s}.slide-show.in-view .slide-show__slide:nth-of-type(4){animation-delay:0}.header{height:64px}@media(min-width: 1200px){.header{height:90px}}.header__bar{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;background-color:var(--white);border-bottom:4px solid var(--red);transition:transform 300ms linear,opacity 200ms ease;opacity:1;max-width:1400px;margin-left:auto;margin-right:auto}@media(min-width: 1200px){.header__bar{height:90px;border-bottom:1px solid var(--gray2)}}.header__bar.is-hidden{transform:translateY(-100px);opacity:0}.header__container{display:flex;justify-content:space-between}.header__logo{width:133px;margin-top:14px}@media(min-width: 1200px){.header__logo{width:171px;margin-top:22px}}.header__burger{position:relative;margin-top:17px;width:32px;height:27px;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter}.header__burger-bar{height:5px;width:32px;background-color:var(--red);position:absolute;transition-property:transform;top:2px;margin-top:-2px;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);transition-duration:.275s}.header__burger-bar:before,.header__burger-bar:after{content:"";height:5px;width:32px;background-color:var(--red);position:absolute}.header__burger-bar:before{top:11px;transition:opacity .125s ease .275s}.header__burger-bar:after{top:22px;transition:transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.header__mobile-nav-background{display:none;position:fixed;top:64px;left:0;z-index:98;width:100vw;height:calc(100vh - 64px);transform:translateY(calc(-100vh - 64px));transition:transform 300ms ease;background-color:var(--red)}@media(min-width: 1200px){.header__mobile-nav-background{display:none !important}}.header__mobile-nav-items{position:fixed;top:64px;left:0;z-index:99;width:100vw;height:calc(100vh - 64px);padding-top:32px;padding-bottom:96px;text-align:right;overflow-y:auto;overflow-x:hidden;transition:transform 0s linear;transform:translateX(100vw)}@media(max-height: 700px){.header__mobile-nav-items{padding-top:16px}}.header__mobile-nav-items-margin{margin-bottom:32px}@media(max-height: 700px){.header__mobile-nav-items-margin{margin-bottom:16px}}.header__button{display:inline-flex;background-color:var(--white);color:var(--red);min-height:52px;transform:translateX(100%);transition:transform 200ms ease 250ms;margin-bottom:2px}.header__button:focus,.header__button:hover{background-color:var(--white);color:var(--red)}@media(max-height: 700px){.header__button{min-height:44px}}.header__button.is-active{background-color:var(--red2);color:var(--white)}.header__links{display:none}@media(min-width: 1200px){.header__links{display:flex;align-items:center;height:90px}.header__links>li{margin-left:56px}}.header__link{font-weight:bold;color:var(--red);font-size:16px;position:relative}.header__link:focus,.header__link:hover{color:var(--red3);text-decoration:underline}.header__sub-menu{display:none;position:absolute;top:70px;background-color:var(--white);border:1px solid var(--gray2);padding:8px 56px 8px 0}.header__sub-menu a{display:block;color:var(--black);font-size:16px;padding:16px}.header__sub-menu a:focus,.header__sub-menu a:hover{text-decoration:underline}.is-open .header__sub-menu{display:block}.is-open .header__mobile-nav-background{transform:translateY(0)}.is-closing .header__mobile-nav-background{transition-duration:150ms}.is-open .header__mobile-nav-items{transform:translateX(0)}.is-closing .header__mobile-nav-items{transform:translateX(0);transition-delay:150ms}.is-open .header__button{transform:translateX(0)}.is-closing .header__button{transition-delay:0s !important;transition-duration:150ms !important}.is-open .header__burger-bar{transition-delay:75ms;transform:translate3d(0, 10px, 0) rotate(135deg)}.is-open .header__burger-bar:before{transition-delay:0s;opacity:0}.is-open .header__burger-bar:after{transition-delay:75ms;transform:translate3d(0, -22px, 0) rotate(-270deg)}.journal-detail{background-color:var(--white)}@media(min-width: 1400px){.journal-detail{border-left:1px solid var(--white);border-right:1px solid var(--white)}}.journal-detail+.content-block{background-color:var(--white)}@media(min-width: 768px){.journal-detail+.content-block{background-color:unset}}.journal-detail__author{display:flex;align-items:center}.journal-detail__author-img-container{width:64px;height:64px;border-radius:32px;margin-right:16px;position:relative;overflow:hidden;flex-shrink:0}.journal-detail__author-img-container::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:url("data:image/svg+xml,%3Csvg width='63' height='63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63 31.5C63 48.897 48.897 63 31.5 63S0 48.897 0 31.5 14.103 0 31.5 0 63 14.103 63 31.5zm-60.48 0c0 16.005 12.975 28.98 28.98 28.98 16.005 0 28.98-12.975 28.98-28.98 0-16.005-12.975-28.98-28.98-28.98-16.005 0-28.98 12.975-28.98 28.98z' fill='%23FC665C'/%3E%3Cpath d='M63 31.5A31.5 31.5 0 1141.234 1.542l-.779 2.396A28.98 28.98 0 1060.48 31.5H63z' fill='%23E83A37'/%3E%3Cpath d='M63 31.5a31.5 31.5 0 01-63 0h2.52a28.98 28.98 0 1057.96 0H63z' fill='%23FBCA30'/%3E%3Cpath d='M63 31.5A31.5 31.5 0 016.016 50.015l2.039-1.481A28.98 28.98 0 0060.48 31.5H63z' fill='%235FBAA1'/%3E%3Cpath d='M63 31.5a31.5 31.5 0 01-21.766 29.958l-.779-2.396A28.98 28.98 0 0060.48 31.5H63z' fill='%235FBAA1'/%3E%3C/svg%3E");background-size:100%}.journal-detail__share{display:flex;justify-content:space-between;align-items:center;max-width:320px}.journal-detail__share .share-link{cursor:pointer}.journal-detail__share .share-link svg{fill:var(--red)}.journal-detail__share .share-link svg:hover{fill:var(--red3)}.journal-detail__link{display:inline-block;margin-bottom:32px;font-weight:bold;color:var(--red)}.journal-detail__link:hover{color:var(--red3)}.journal-nav{background-color:var(--white)}@media(min-width: 768px){.journal-nav{background-color:unset}}.journal-nav__link{padding-left:16px;position:relative;display:inline-block;margin:16px 0 40px;font-weight:bold;color:var(--red)}.journal-nav__link::before{content:"";position:absolute;left:0;top:1px;width:10px;height:17px;background:url("data:image/svg+xml,%3Csvg width='10' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.91 1L9 2.2 3.196 8.5 9 14.8 7.91 16 1 8.5 7.91 1z' fill='%23E83A37' stroke='%23E83A37'/%3E%3C/svg%3E")}@media(min-width: 768px){.journal-nav__link::before{top:3px}}.journal-nav__link:hover{color:var(--red3)}@media(min-width: 768px){.journal-content{padding:60px 0}}.journal-content h2{display:inline;padding:4px 10px 4px 0px;font-size:20px;line-height:1.8;color:var(--black);background-color:var(--yellow);box-shadow:-100px 0px 0 0px var(--yellow);-webkit-box-decoration-break:clone;box-decoration-break:clone}@media(min-width: 768px){.journal-content h2{font-size:30px;line-height:1.6}}.journal-content h2+*{margin-top:24px}.journal-teaser{display:flex;width:100vw;transform:translateX(-24px);border-top:1px solid var(--gray1)}.journal-teaser:last-child{border-bottom:1px solid var(--gray1)}@media(min-width: 992px){.journal-teaser{display:block;width:auto;transform:translateX(0);position:relative;padding-bottom:56px;border:none}}.journal-teaser__img{width:30%}.journal-teaser__img img{width:100%;min-width:100%;height:100%;object-fit:cover}@media(min-width: 992px){.journal-teaser__img img{height:auto}}.journal-teaser__content{width:70%;padding:16px;color:var(--black)}@media(min-width: 992px){.journal-teaser__content{width:100%;padding:0}}.journal-teaser__content h3{font-size:14px;margin-bottom:8px}@media(min-width: 768px){.journal-teaser__content h3{font-size:18px}}.journal-teaser__title h3{position:relative;top:-14px;display:inline;line-height:1.8;padding:3px 12px 3px 24px;margin-bottom:20px;background-color:var(--yellow);-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--black)}.journal-teaser__content p{margin-bottom:0;font-size:12px}.journal-teaser__content a:hover{text-decoration:none}@media(min-width: 768px){.journal-teaser__content p{font-size:14px}}@media(min-width: 992px){.journal-teaser__content p{margin-top:16px;margin-left:24px;margin-right:24px;margin-bottom:16px}}.journal-teaser__link{display:none}@media(min-width: 992px){.journal-teaser__link{display:block;position:absolute;bottom:24px;margin:0 24px;font-size:16px;font-weight:bold;color:var(--red)}.journal-teaser__link:hover{color:var(--red3)}}.journal-content a{color:var(--red);text-decoration:underline}.journal-content a:hover,.journal-content a:focus{color:var(--red3)}.journal-content ul{position:relative;padding:24px 0 8px;margin-bottom:24px}.journal-content ul::before{content:"";position:absolute;left:-24px;top:0;width:100vw;height:100%;background-color:var(--gray1)}@media(min-width: 768px){.journal-content ul{padding:24px 24px 8px;background-color:var(--gray1)}.journal-content ul::before{content:none}}.journal-content .video-preview{width:100%;padding-bottom:56.25%;position:relative;transform:translateX(0);margin:24px 0}.journal-content p+h2,.journal-content .video-overlay+h2{margin-top:48px}@media(min-width: 768px){.journal-content p+h2,.journal-content .video-overlay+h2{margin-top:64px}}@media(min-width: 768px){.journal-detail__title h1{margin-top:24px}.journal-detail__title h1.journal-headline--long{margin-top:-24px}}.journal-detail__title.title-band h1 span,.journal-detail__title.title-band h2 span{transform:translateX(0)}.journal-content hr{margin-bottom:24px}.journal-donors{width:100vw;max-width:1400px;overflow:hidden;transform:translateX(-24px);margin-bottom:24px}.journal-donors__image{width:800px;max-width:none;margin-left:50%;transform:translateX(-50%)}.journal-detail__image-container{width:calc(50vw - 16px);height:100%}@media(min-width: 1400px){.journal-detail__image-container{width:684px}}.journal-detail__image{width:100vw;transform:translateX(-24px);max-width:100vw}@media(min-width: 768px){.journal-detail__image{height:100%;object-fit:cover;width:100%;max-width:100%;transform:translateX(0)}}.journal-detail__title--feature h1{margin-top:16px}.journal-detail__title--feature .journal-headline--long{margin-top:-20px}.journal-menu-item{display:flex;width:100vw;transform:translateX(-24px);border-top:1px solid var(--gray1)}.journal-menu-item:last-child{border-bottom:1px solid var(--gray1)}@media(min-width: 992px){.journal-menu-item{width:auto;transform:translateX(0);border:none}.journal-menu-item:nth-child(odd){grid-column:2/7}.journal-menu-item:nth-child(even){grid-column:7/12}}.journal-menu-item__img{width:30%}.journal-menu-item__img img{width:100%;min-width:100%;height:100%;object-fit:cover}.journal-menu-item__content{width:70%;padding:16px;color:var(--black)}.journal-menu-item__content h3{font-size:14px;margin-bottom:8px}@media(min-width: 768px){.journal-menu-item__content h3{font-size:18px}}.journal-menu-item__content p{font-size:12px;margin-bottom:8px}@media(min-width: 768px){.journal-menu-item__content p{font-size:14px}}.input-with-postbox{position:relative}.input-with-postbox .postbox{display:none}@media(min-width: 768px){.input-with-postbox .postbox{display:block;position:absolute;left:0;transform:translateY(-61.5%) translateX(-100%);width:129%;max-width:none}}@media(min-width: 992px){.input-with-postbox .postbox{transform:translateY(-60%) translateX(-100%)}}@media(min-width: 1200px){.input-with-postbox .postbox{transform:translateY(-59%) translateX(-100%);width:190%}}.button-with-postbox{position:relative;width:100%;padding-left:16px;padding-right:16px}@media(min-width: 768px){.button-with-postbox{margin-bottom:80%}}.button-with-postbox img{position:absolute;right:0;transform:translateX(100%) translateY(3%);width:190%;max-width:none;pointer-events:none}@media(min-width: 1200px){.button-with-postbox img{width:300%}}::placeholder{color:#c4c4c4}h4.notice{display:inline-block;margin-bottom:16px;padding:6px 16px 2px}@media(min-width: 768px){h4.notice{padding:8px 16px 4px}}h4.notice--gray{color:var(--white);background-color:var(--gray3)}h4.notice--yellow{color:var(--black);background-color:var(--yellow)}.overlay{display:none;align-items:flex-start;justify-content:center;width:100%;height:100%;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(19, 16, 13, 0.7);z-index:2000;opacity:0;transition:opacity .1s ease-in}.overlay__container{max-width:900px;padding:24px;position:relative;width:100%;top:36px}.overlay__inner{overflow-y:auto;max-height:calc(100vh - 110px);position:relative;background:var(--white)}.overlay__close{position:absolute;top:35px;right:35px;cursor:pointer;z-index:20}.overlay__close .close-icon{width:20px;height:20px}.overlay__content{display:none;max-width:900px;padding:24px}.overlay__content h3{padding-right:30px}@media(min-width: 768px){.parameters{display:none}}.parameters__item span{font-size:48px;margin-right:16px;font-family:"IBM Plex Mono",monospace}.parameters_clipboard{display:none}@media(min-width: 768px){.parameters_clipboard{display:flex;align-items:flex-end}.parameters_clipboard img{transform:translateY(62%)}.parameters_clipboard.in-view img{transition:transform .6s ease-out;transform:translateY(0)}}.portfolio{position:relative;top:-40px;right:0;z-index:1;width:60%;max-width:none;box-shadow:12px 4px 8px rgba(0, 0, 0, 0.3);margin:0 auto}@media(min-width: 768px){.portfolio{top:0;width:100%}}@media(min-width: 992px){.portfolio{width:auto;height:calc(100% + 100px);margin:0;top:-50px;position:absolute}}@media(min-width: 768px){.portfolio--left{position:absolute;top:0;right:auto;left:0;height:100%;width:auto}}.press-contact{display:flex;flex-direction:column;align-items:center;padding:24px 16px 32px;text-align:center}.press-contact img{margin:0 0 16px}@media(min-width: 768px){.press-contact{flex-direction:row;padding:24px 16px 24px 13%;text-align:left}.press-contact img{margin:0 32px 0 0}.press-contact:last-child{padding-bottom:56px}}.quiz-stage{position:relative;margin-bottom:48px;transition:height .4s ease-in}.quiz-card{width:100%;min-height:400px;height:calc(100% + 50px);background:var(--white);position:absolute;top:0;transition:transform .4s,opacity .2s .3s;padding:0 16px 32px}.quiz-card::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--green2);transition:opacity .4s;pointer-events:none}@media(min-width: 768px){.quiz-card{padding:0}}.quiz-card:first-child{position:relative;z-index:3;box-shadow:0px 1px 0px rgba(0, 0, 0, 0.15);transform:perspective(400px) translate3d(0, 0, 0)}.quiz-card:first-child::after{opacity:0}.quiz-card:nth-child(2){transform-style:preserve-3d;transform:perspective(400px) translate3d(0px, 30px, -20px);z-index:2}.quiz-card:nth-child(2)::after{opacity:.3}.quiz-card:nth-child(3){transform-style:preserve-3d;transform:perspective(400px) translate3d(0px, 60px, -40px);z-index:1;transition-delay:0s}.quiz-card:nth-child(3)::after{opacity:.7}.quiz-card:nth-child(n+4){opacity:0;transform-style:preserve-3d;transform:perspective(400px) translate3d(0px, 0px, -60px);z-index:-1}.quiz-card__title{margin-top:16px}@media(min-width: 768px){.quiz-card__title{padding-left:32px;margin-top:32px}}.quiz-card__title .title-band h2{margin-bottom:2px}.quiz-card__title .title-band span{transform:translateX(0)}.quiz-card__title .title-band span::before{content:"";position:absolute;top:0;right:100%;height:100%;width:16px;background-color:var(--yellow)}@media(min-width: 768px){.quiz-card__title .title-band span::before{width:32px}}.quiz-card__title .title-band span::after{content:none}.quiz-card__questions{display:flex;flex-direction:column}@media(min-width: 768px){.quiz-card__questions{padding-left:32px;flex-direction:row}}.quiz-card__question{display:flex;flex-direction:column;justify-content:space-between}@media(min-width: 768px){.quiz-card__question{width:50%}.quiz-card__question:first-child{padding-right:16px}.quiz-card__question:last-child{padding-left:16px}}.quiz-card__question-content{margin-bottom:16px}@media(min-width: 768px){.quiz-card__question-content{margin-bottom:32px}}.quiz-card__question-button{padding-left:16px;padding-right:16px}.quiz-card__question:first-child .quiz-card__question-button{margin-bottom:32px}@media(min-width: 768px){.quiz-card__question:first-child .quiz-card__question-button{margin-bottom:0}}.quiz-card__footer{display:flex;justify-content:space-between;margin:0 0 32px 0}@media(min-width: 768px){.quiz-card__footer{padding-left:32px;margin:32px 0}}.quiz-card__footer>div{opacity:.5}.quiz-card__skip{cursor:pointer}.quiz-card__skip:hover{opacity:1}.quiz-card__skip svg{display:inline-block}.quiz-card__icon{display:none}@media(min-width: 768px){.quiz-card__icon{display:flex;justify-content:center;align-items:center}}.quiz-card__icon svg{max-width:80%}.quiz-result{position:relative;visibility:hidden;opacity:0;height:0;margin:0 auto;width:calc(100% + 48px);margin-left:-24px;transition:opacity .4s .4s}@media(min-width: 768px){.quiz-result{width:100%;max-width:920px;margin-left:auto}}.quiz-result.is-active{visibility:visible;opacity:1;height:auto}.quiz-result__inner{position:relative;margin:0 auto;width:100%}@media(min-width: 768px){.quiz-result__inner{padding:0 5%}}.quiz-result__inner::before{content:"";width:100%;height:100%;background-color:var(--white);position:absolute;z-index:-1;left:0;border-bottom:1px solid var(--gray2)}@media(min-width: 768px){.quiz-result__inner::before{width:90%;left:5%;border:1px solid var(--gray2)}}.quiz-result__inner::after{content:"";position:absolute;width:100%;height:calc(100% - 32px);background:rgba(255, 255, 255, 0.9);left:0;z-index:-2;bottom:0}.quiz-result__item-container{display:flex;flex-wrap:wrap;margin:8px 16px 0;padding-bottom:16px}@media(min-width: 768px){.quiz-result__item-container{flex-wrap:nowrap;margin:24px 24px 0}}.quiz-result__title{position:relative;padding:24px 24px 0;background-color:var(--yellow)}.quiz-result__title::before{content:"";width:100%;height:80px;background-color:var(--yellow);position:absolute;left:0;z-index:-1}.quiz-result__title::after{content:"";position:absolute;left:0;background-color:var(--yellow);clip-path:polygon(100% 0%, 0 0, 0 100%);width:100%;height:40px;z-index:-1;top:104px}.quiz-result__item{padding-top:24px;padding-bottom:8px;font-size:16px;text-align:center;color:var(--white);margin:2px;width:calc(33.3333333333% - 4px)}@media(min-width: 768px){.quiz-result__item{width:calc(16.6666666667% - 4px)}}.quiz-result__item.positive{background-color:var(--green2)}.quiz-result__item.negative{background-color:var(--red4)}.quiz-result__item.neutral{background-color:var(--gray2)}.quiz-result__item-icon{padding-bottom:100%;height:0;position:relative;display:flex;justify-content:center}.quiz-result__item-icon svg{width:60%;height:60%;position:absolute;top:50%;transform:translateY(-50%)}.quiz-result__item-topic{margin-top:16px;margin-bottom:16px;font-size:14px}@media(min-width: 992px){.quiz-result__item-topic{font-size:16px}}.quiz-result__item-result{font-size:14px;font-weight:bold}.quiz-result__apply-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}@media(min-width: 768px){.quiz-result__apply-container{flex-direction:row;align-items:flex-end;padding-right:24px}}.quiz-result__apply-container h3{display:inline-block;padding:8px 24px;background-color:var(--yellow);margin:24px 0}.quiz-result__apply-container p{font-family:"IBM Plex Mono",monospace;font-size:14px;font-weight:600;padding:0 24px}.quiz-result__apply-container img{object-fit:contain;margin-left:24px;margin-bottom:24px}@media(min-width: 768px){.quiz-result__apply-container img{max-width:120px;margin-left:0}}.quiz-result__sharing{padding:32px 24px 24px;text-align:center;background-color:rgba(255, 255, 255, 0.9)}.quiz-result__sharing p{font-family:"IBM Plex Mono",monospace;font-size:16px;font-weight:bold;margin-bottom:16px}.quiz-result__sharing svg{display:inline-block;width:48px;fill:var(--red);margin:0 16px}.quiz-result__sharing svg:hover{fill:var(--red3)}.quiz-restart{display:flex;justify-content:center;margin:16px 0;color:var(--white);font-weight:bold;width:100%;background-color:var(--green2);padding:16px 0}.quiz-restart div:hover{cursor:pointer}.quiz-restart div:hover svg{transition:transform .3s ease-in;transform:rotateZ(360deg)}.quote{grid-template-columns:60px auto}@media(min-width: 768px){.quote{grid-template-columns:repeat(12, 1fr)}}.quote__label,.quote__content{color:var(--white)}.quote__label{margin-bottom:0;opacity:.6}.quote__container{grid-column:1/3}@media(min-width: 768px){.quote__container{grid-column:3/11}}.quote__content{margin-top:16px;margin-bottom:16px}.quote__face{display:flex;align-items:center}@media(min-width: 768px){.quote__face{justify-content:flex-end}}.quote__face img{width:60px;height:60px}@media(min-width: 768px){.quote__face img{width:100px;height:100px}}.quote--right{grid-template-columns:auto 60px;text-align:right}.quote--right .quote__label,.quote--right .quote__content{color:var(--black)}.quote--right .quote__label{width:100%;text-align:right}.quote--right .quote__face{justify-content:flex-start}input[type=range]{-webkit-appearance:none;width:100%;background-color:transparent;padding:0}input[type=range]:focus{outline:none}input[type=range]::-moz-focus-outer{border:0}input[type=range]::-webkit-slider-thumb{border-color:#e83a37;border-width:2px;border-style:solid;height:30px;width:30px;border-radius:50%;background-color:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-4px}input[type=range]::-moz-range-thumb{border-color:#e83a37;border-width:2px;border-style:solid;height:30px;width:30px;border-radius:50%;background-color:#fff;cursor:pointer}input[type=range]::-ms-thumb{border-color:#e83a37;border-width:2px;border-style:solid;height:30px;width:30px;border-radius:50%;background-color:#fff;cursor:pointer;margin-top:-1px}input[type=range]::-ms-tooltip{display:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:22px;cursor:pointer;background-color:var(--red);border-radius:11px}input[type=range]::-moz-range-track{width:100%;height:22px;cursor:pointer;background-color:var(--red);border-radius:11px}input[type=range]::-ms-track{width:100%;height:22px;cursor:pointer;background-color:transparent;border-width:6px 0;border-color:transparent;color:transparent}input[type=range]::-ms-fill-lower{background-color:#e83a37;border-radius:11px 0 0 11px}input[type=range]::-ms-fill-upper{background-color:#e83a37;border-radius:0 11px 11px 0}.range-input__labels{display:flex;justify-content:space-between;font-size:12px;margin-bottom:12px}@media(min-width: 768px){.range-input__labels{font-size:14px}}.range-input__labels>:last-child{text-align:right}.range-input__labels strong{display:block;font-size:16px}@media(min-width: 768px){.range-input__labels strong{font-size:18px}}.smallprint{font-size:12px;line-height:1.4;margin-bottom:8px}@media(min-width: 768px){.smallprint{font-size:14px}}@keyframes stage-arrow{0%{transform:translateY(0)}3%{transform:translateY(10px)}6%{transform:translateY(0)}9%{transform:translateY(10px)}12%{transform:translateY(0)}100%{transform:translateY(0)}}.study-design-result{padding-bottom:65%;background-repeat:no-repeat;background-image:url("/assets/pilot/study_design/person_short_hair-4cd01cc471301a093a157130cddf875dbafc8758.svg"),url("/assets/pilot/study_design/person_long_hair-7985e702a060330868dd391d19a9c12a2302b878.svg");background-position:bottom left -28%,bottom right -28%;background-size:51%}@media(min-width: 992px){.study-design-result{padding-bottom:0;background-position:bottom left 40px,bottom right 30px;background-size:18% auto}}@media(min-width: 992px){.study-design-result .content-container{width:50%}}@media(min-width: 1200px){.study-design-result .content-container{width:60%}}.study-progress-container{padding-left:16px;padding-right:16px}@media(min-width: 768px){.study-progress-container{padding-left:24px;padding-right:24px}}.study-progress-container--1{border-top:4px solid var(--green)}.study-progress-container--2{border-top:4px solid var(--yellow)}.study-progress-flexbox{display:flex;flex-direction:row;margin-bottom:16px}@media(min-width: 900px){.study-progress-flexbox{flex-direction:column}}.study-progress{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:32px;height:185px;margin-top:6px}@media(min-width: 900px){.study-progress{flex-direction:row;width:100%;height:auto;margin-top:0}}.study-progress__dash{width:4px;height:100%;background-color:var(--gray2)}.study-progress__dash:first-of-type{display:none}@media(min-width: 900px){.study-progress__dash{width:100%;height:4px}}.study-progress__circle{width:10px;height:10px;flex-shrink:0;border:4px solid var(--gray2);border-radius:6px;display:none}.study-progress__circle{width:24px;height:24px;border-radius:12px;display:inline-block}@media(min-width: 900px){.study-progress__circle{border:3px solid var(--gray2)}.study-progress__circle{width:32px;height:32px;border-radius:16px}.study-progress__dash:nth-last-of-type(2){width:77%}}.study-progress__circle--green{border-color:var(--green);background-color:var(--green)}.study-progress__dash--green{background-color:var(--green)}.study-progress__milestones{display:flex;justify-content:space-between;flex-direction:column;margin-left:16px;height:200px}@media(min-width: 900px){.study-progress__milestones{flex-direction:row;margin-left:0;height:auto}.study-progress__milestones div:first-child{height:auto}.study-progress__milestones div:nth-child(2){text-align:center}.study-progress__milestones div:last-child{text-align:right}}.study-schedule{--linecolor: var(--white);overflow-anchor:none;margin-top:-16px;margin-bottom:-16px}@media(min-width: 768px){.study-schedule{grid-template-rows:auto 280px auto 40px auto 40px;row-gap:0;margin-top:0;margin-bottom:0}}.study-schedule__line{display:none}@media(min-width: 768px){.study-schedule__line{display:block;grid-column:1/13;position:relative;margin-left:35px;margin-right:35px;z-index:-1}}.study-schedule__line--upper{border-left:3px dashed var(--linecolor);border-bottom:3px dashed var(--linecolor);margin-bottom:138px}@media(min-width: 768px){.study-schedule__line--upper{grid-column:1/13;grid-row:1/3}}.study-schedule__line--lower{border-right:3px dashed var(--linecolor);margin-top:140px}@media(min-width: 768px){.study-schedule__line--lower{grid-row:2/6}}.study-schedule__number-container{display:none;position:relative;align-items:center;justify-content:center}@media(min-width: 768px){.study-schedule__number-container{display:flex}}.study-schedule__number-container--1{grid-row:1/2;grid-column:1/2}.study-schedule__number-container--1:before{content:"";position:absolute;top:0;left:50%;width:3px;height:50%;background-color:var(--linecolor)}.study-schedule__number-container--2{grid-column:12/13;grid-row:3/4}.study-schedule__number{z-index:1;display:flex;align-items:center;justify-content:center;border-radius:50%;border:3px dashed var(--linecolor);color:var(--white);width:70px;height:70px;position:relative;background-color:var(--green2);font-weight:bold;font-size:24px;font-family:"IBM Plex Mono",monospace;line-height:1;user-select:none;right:1.5px}.study-schedule__number--solid{border-style:solid}.study-schedule__number-container--1 .study-schedule__number{left:1.5px}.study-schedule__info-box{border-top:8px solid var(--yellow);background-color:var(--white);box-shadow:0px 1px 0px rgba(0, 0, 0, 0.15)}@media(min-width: 768px){.study-schedule__info-box{grid-column:3/11}}@media(min-width: 992px){.study-schedule__info-box{grid-column:4/10}}.study-schedule__info-box-status{display:flex;padding-left:16px;padding-right:16px}@media(min-width: 768px){.study-schedule__info-box-status{padding-left:32px;padding-right:32px}}.study-schedule__info-box-status h4{margin-bottom:10px;margin-top:8px}@media(min-width: 768px){.study-schedule__info-box-status h4{margin-bottom:13px;margin-top:11px}}.study-schedule__info-box-content{padding-left:16px;padding-right:16px}@media(min-width: 768px){.study-schedule__info-box-content{padding-left:32px;padding-right:32px}}@media(min-width: 768px){.study-schedule__info-box--1{grid-row:1/2}}@media(min-width: 768px){.study-schedule__info-box--2{grid-row:3/4}}.study-schedule__accordion-content{padding-bottom:16px}.study-schedule__condition{background-color:var(--green2);padding:20px 40px;border:3px dashed var(--linecolor);border-radius:100px;margin-top:8px;margin-bottom:8px;color:var(--white);text-align:center}@media(min-width: 768px){.study-schedule__condition{align-self:center;grid-column:4/10;grid-row:2/3;margin:0 -32px}}@media(min-width: 992px){.study-schedule__condition{grid-column:5/9;padding-left:48px;padding-right:48px}}.study-topics__menu{width:80%;min-width:720px;margin:0 auto 32px}.study-topics__menu-item{width:16.6666666667%;height:0;padding-bottom:calc(16.6666666667% - 20px);border:2px solid var(--white);margin:0 8px;position:relative;color:var(--gray2);cursor:pointer;transition:color .1s ease-in;text-align:center}.study-topics__menu-item div{width:100%;height:100%;min-height:100px;position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:15%}.study-topics__menu-item svg{width:100%;height:auto}.study-topics__menu-item svg path{fill:var(--gray2);transition:fill .1s ease-in}.study-topics__menu-item span{font-size:14px;font-weight:bold;padding-top:16px}.study-topics__menu-item:hover{color:var(--red)}.study-topics__menu-item:hover svg path{fill:var(--red)}.study-topics__menu-item.is-active{color:var(--red);border:2px solid var(--red)}.study-topics__menu-item.is-active svg path{fill:var(--red)}.study-topics__image,.study-topic_text{visibility:hidden;height:0;overflow:hidden;opacity:0}.study-topics__image.is-active,.study-topic_text.is-active{visibility:visible;height:auto;overflow:auto;opacity:1}.study-topic_text{transition:opacity .4s ease-in}.study-topics__image-wrapper{padding:32px 0}.study-topics__image-container{position:relative;overflow:hidden;text-align:center;padding-bottom:15%}.study-topics__image{transition:transform .6s ease-in-out;display:inline-block;max-width:86%}.study-topics__image--arbeit{transform:translateY(22%)}.study-topics__image--arbeit.is-active{transform:translateY(10%)}.study-topics__image--gesundheit{transform:translateY(35%)}.study-topics__image--gesundheit.is-active{transform:translateY(23%)}.study-topics__image--digital{transform:translateY(41%)}.study-topics__image--digital.is-active{transform:translateY(29%)}.study-topics__image--zusammenhalt{width:60%;transform:translateY(13%)}.study-topics__image--zusammenhalt.is-active{transform:translateY(1%)}.study-topics__image--demokratie{width:45%;transform:translateY(-1%)}.study-topics__image--demokratie.is-active{transform:translateY(-13%)}.study-topics__image--klima{transform:translateY(6%)}.study-topics__image--klima.is-active{transform:translateY(-6%)}.study-topics__image-circle{border-radius:50%;width:86%;background:var(--white);position:absolute;left:7%;top:100px}.study-topics__image-circle::before{content:"";display:inline-block;vertical-align:middle;padding-top:100%;height:0}.study-topics__image-mask{position:absolute;top:100px;width:86%;height:0;padding-bottom:172%;background:url("/assets/pilot/about_the_project/semi-5492ab91f869a3504f2a76f374b2614271ed4c4f.svg"),url("/assets/pilot/about_the_project/semi2-5b022f2dd98dbb4e29cb6fd083e973e3c7465a7f.svg");background-repeat:no-repeat;background-position:100% 33.33333%,100% 100%;background-size:100%;left:7%}.subscription-image{position:relative;width:35%;margin:0 auto;min-width:150px}.subscription-image__dotted{display:none}@media(min-width: 768px){.subscription-image__dotted{display:block;position:absolute;bottom:0;left:0;width:45vw;min-width:500px;max-width:none;transform:translateX(-100%)}}.title-band h1{font-size:0}.title-band h1 span{font-size:24px;padding:4px 1ch 0 0}.title-band h2{font-size:0}.title-band h2 span{font-size:20px;padding:6px 1ch 2px 0}@media(min-width: 768px){.title-band h1 span{font-size:36px}.title-band h2 span{font-size:30px;padding:10px 1ch 4px 0}}@media(min-width: 768px){.title-band.title-band--left{text-align:left}.title-band.title-band--right{text-align:right}.title-band.title-band--center{text-align:center}}@media(min-width: 1200px){.title-band--left h1 span::before,.title-band--left h2 span::before{content:"";position:absolute;top:0;right:100%;height:100%;background-color:var(--yellow);width:calc((100vw - 1152px)/2)}}@media(min-width: 1400px){.title-band--left h1 span::before,.title-band--left h2 span::before{width:124px}}@media(min-width: 768px){.title-band--indented h1 span::before,.title-band--indented h2 span::before{content:"";position:absolute;top:0;right:100%;height:100%;width:calc((100vw - 400px)/12 + 56px);background-color:var(--yellow)}}@media(min-width: 768px)and (min-width: 1200px){.title-band--indented h1 span::before,.title-band--indented h2 span::before{width:calc((100vw - 1152px)/2 + 32px + 66.6666666667px)}}@media(min-width: 768px)and (min-width: 1400px){.title-band--indented h1 span::before,.title-band--indented h2 span::before{width:222.6666666667px}}.title-band h1 span,.title-band h2 span{transform:translateX(-100px);display:inline-block;margin-bottom:2px;background-color:var(--yellow);line-height:1.2;position:relative;color:var(--black)}.title-band h1 span::after,.title-band h2 span::after{content:"";position:absolute;top:0;left:-24px;width:24px;height:100%;background-color:var(--yellow);z-index:-1}.title-band h1 span+br,.title-band h2 span+br{display:none}@media(min-width: 768px){.title-band h1 span+br,.title-band h2 span+br{display:block}}.title-band--center h2 span{transform:translateX(0)}@media(min-width: 768px){.title-band--right h2 span{transform:translateX(100px);padding:8px 0 6px 16px}.title-band--right h2 span::after{left:100%;width:calc((100vw - 400px)/12 + 54px)}}@media(min-width: 1200px){.title-band--right h2 span::after{width:calc((100vw - 1152px)/2 + 24px + 66.6666666667px)}}@media(min-width: 1400px){.title-band--right h2 span::after{width:222.6666666667px}}.title-band--green h2 span{background-color:var(--green);color:var(--white)}.title-band--green h2 span::before,.title-band--green h2 span::after{background-color:var(--green)}.title-band--white-yellow h2 span{background-color:var(--white);color:var(--black)}.title-band--white-yellow h2 span::before,.title-band--white-yellow h2 span::after{background-color:var(--white)}.title-band--white-yellow h2 span.background--yellow{background-color:var(--yellow)}.title-band--white-yellow h2 span.background--yellow::before,.title-band--white-yellow h2 span.background--yellow::after{background-color:var(--yellow)}.title-band span:nth-of-type(1){z-index:49}.title-band span:nth-of-type(2){z-index:48}.title-band span:nth-of-type(3){z-index:47}.title-band span:nth-of-type(4){z-index:46}.title-band span:nth-of-type(5){z-index:45}.title-band span:nth-of-type(6){z-index:44}.title-band span:nth-of-type(7){z-index:43}.title-band span:nth-of-type(8){z-index:42}.title-band span:nth-of-type(9){z-index:41}.title-band span:nth-of-type(10){z-index:40}.title-band span:nth-of-type(11){z-index:39}.title-band span:nth-of-type(12){z-index:38}.title-band span:nth-of-type(13){z-index:37}.title-band span:nth-of-type(14){z-index:36}.title-band span:nth-of-type(15){z-index:35}.title-band span:nth-of-type(16){z-index:34}.title-band span:nth-of-type(17){z-index:33}.title-band span:nth-of-type(18){z-index:32}.title-band span:nth-of-type(19){z-index:31}.title-band span:nth-of-type(20){z-index:30}.title-band span:nth-of-type(21){z-index:29}.title-band span:nth-of-type(22){z-index:28}.title-band span:nth-of-type(23){z-index:27}.title-band span:nth-of-type(24){z-index:26}.title-band span:nth-of-type(25){z-index:25}.title-band span:nth-of-type(26){z-index:24}.title-band span:nth-of-type(27){z-index:23}.title-band span:nth-of-type(28){z-index:22}.title-band span:nth-of-type(29){z-index:21}.title-band span:nth-of-type(30){z-index:20}.title-band span:nth-of-type(31){z-index:19}.title-band span:nth-of-type(32){z-index:18}.title-band span:nth-of-type(33){z-index:17}.title-band span:nth-of-type(34){z-index:16}.title-band span:nth-of-type(35){z-index:15}.title-band span:nth-of-type(36){z-index:14}.title-band span:nth-of-type(37){z-index:13}.title-band span:nth-of-type(38){z-index:12}.title-band span:nth-of-type(39){z-index:11}.title-band span:nth-of-type(40){z-index:10}.title-band span:nth-of-type(41){z-index:9}.title-band span:nth-of-type(42){z-index:8}.title-band span:nth-of-type(43){z-index:7}.title-band span:nth-of-type(44){z-index:6}.title-band span:nth-of-type(45){z-index:5}.title-band span:nth-of-type(46){z-index:4}.title-band span:nth-of-type(47){z-index:3}.title-band span:nth-of-type(48){z-index:2}.title-band span:nth-of-type(49){z-index:1}.title-band span:nth-of-type(50){z-index:0}.title-band span:nth-of-type(51){z-index:-1}.title-band span:nth-of-type(52){z-index:-2}.title-band span:nth-of-type(53){z-index:-3}.title-band span:nth-of-type(54){z-index:-4}.title-band span:nth-of-type(55){z-index:-5}.title-band span:nth-of-type(56){z-index:-6}.title-band span:nth-of-type(57){z-index:-7}.title-band span:nth-of-type(58){z-index:-8}.title-band span:nth-of-type(59){z-index:-9}.title-band span:nth-of-type(60){z-index:-10}.title-band span:nth-of-type(61){z-index:-11}.title-band span:nth-of-type(62){z-index:-12}.title-band span:nth-of-type(63){z-index:-13}.title-band span:nth-of-type(64){z-index:-14}.title-band span:nth-of-type(65){z-index:-15}.title-band span:nth-of-type(66){z-index:-16}.title-band span:nth-of-type(67){z-index:-17}.title-band span:nth-of-type(68){z-index:-18}.title-band span:nth-of-type(69){z-index:-19}.title-band span:nth-of-type(70){z-index:-20}.title-band span:nth-of-type(71){z-index:-21}.title-band span:nth-of-type(72){z-index:-22}.title-band span:nth-of-type(73){z-index:-23}.title-band span:nth-of-type(74){z-index:-24}.title-band span:nth-of-type(75){z-index:-25}.title-band span:nth-of-type(76){z-index:-26}.title-band span:nth-of-type(77){z-index:-27}.title-band span:nth-of-type(78){z-index:-28}.title-band span:nth-of-type(79){z-index:-29}.title-band span:nth-of-type(80){z-index:-30}.title-band span:nth-of-type(81){z-index:-31}.title-band span:nth-of-type(82){z-index:-32}.title-band span:nth-of-type(83){z-index:-33}.title-band span:nth-of-type(84){z-index:-34}.title-band span:nth-of-type(85){z-index:-35}.title-band span:nth-of-type(86){z-index:-36}.title-band span:nth-of-type(87){z-index:-37}.title-band span:nth-of-type(88){z-index:-38}.title-band span:nth-of-type(89){z-index:-39}.title-band span:nth-of-type(90){z-index:-40}.title-band span:nth-of-type(91){z-index:-41}.title-band span:nth-of-type(92){z-index:-42}.title-band span:nth-of-type(93){z-index:-43}.title-band span:nth-of-type(94){z-index:-44}.title-band span:nth-of-type(95){z-index:-45}.title-band span:nth-of-type(96){z-index:-46}.title-band span:nth-of-type(97){z-index:-47}.title-band span:nth-of-type(98){z-index:-48}.title-band span:nth-of-type(99){z-index:-49}.title-band span:nth-of-type(100){z-index:-50}@media(min-width: 768px){.title-band--right span:nth-of-type(1){z-index:0}.title-band--right span:nth-of-type(2){z-index:1}.title-band--right span:nth-of-type(3){z-index:2}.title-band--right span:nth-of-type(4){z-index:3}.title-band--right span:nth-of-type(5){z-index:4}.title-band--right span:nth-of-type(6){z-index:5}.title-band--right span:nth-of-type(7){z-index:6}.title-band--right span:nth-of-type(8){z-index:7}}.tooltip{max-width:460px;padding-bottom:10px;z-index:99}.tooltip__body{padding:8px 12px 16px;margin-left:24px;margin-right:24px;padding-left:24px;padding-right:24px;margin-bottom:-7px;background-color:var(--yellow2);border:2px solid var(--yellow)}@media(min-width: 768px){.tooltip__body{padding:12px 16px 24px}}.tooltip__body>strong{display:block;margin-bottom:4px}.tooltip__arrow>div{width:12px;height:12px;background-color:var(--yellow2);border:2px solid var(--yellow);border-top:none;border-left:none;transform:rotate(45deg)}.tooltip[data-popper-placement=bottom] .tooltip__arrow{top:-6px}.tooltip[data-popper-placement=bottom] .tooltip__arrow>div{border:2px solid var(--yellow);border-bottom:none;border-right:none}.pilot-stage .grid{position:relative}@media(min-width: 768px){.pilot-stage .grid{padding-top:0}}.pilot-stage .button{position:relative;z-index:1;margin-bottom:8px}@media(min-width: 768px){.pilot-stage .button{margin-right:32px}}.submit-container{position:relative;overflow:hidden}.submit-container .button{padding:16px}.submit-container__message--sending,.submit-container__message--sent{cursor:default}.submit-container__message--sending{display:none;background-color:var(--red)}.submit-container__message--sending:hover{background-color:var(--red)}.submit-container__message--sent{display:none;background-color:var(--green)}.submit-container__message--sent:hover{background-color:var(--green)}.submit-container__progress{visibility:hidden;width:100%;height:5px;position:absolute;background-color:var(--reddark)}.submit-container__progress::before{content:"";position:absolute;width:100%;height:5px}@keyframes submit-container-progress{from{transform:translateX(-100%)}to{transform:translateX(0)}}.sending input[type=submit]{display:none}.sending .submit-container__progress{visibility:visible}.sending .submit-container__progress::before{background-color:var(--black);animation:submit-container-progress;animation-fill-mode:forwards;animation-duration:2s;animation-iteration-count:infinite}.sending .submit-container__message--sending{display:flex}.sending.sent .submit-container__progress,.sending.sent .submit-container__message--sending{display:none}.sending.sent .submit-container__message--sent{display:flex}.videoload-container{background-color:var(--black);position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;cursor:pointer}@media(min-width: 768px){.videoload-container{transform:translateY(0);margin-top:0}}.videoload-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.video-preview{position:absolute;top:0;padding-bottom:56.25vw;height:0;width:calc(100% + 48px);transform:translateX(-24px);cursor:pointer;overflow:hidden}@media(min-width: 768px){.video-preview{position:relative;padding-bottom:56.25%;grid-column:7/13;grid-row:1/4;margin-left:0;width:calc(100% + 24px);transform:translateX(0)}}@media(min-width: 1200px){.video-preview{width:calc(50vw - 24px)}}@media(min-width: 1400px){.video-preview{width:684px;padding-bottom:384.75px}}.video-preview img{width:100%;max-width:none;object-fit:cover}@media(min-width: 768px){.video-preview img{max-width:100%}}.video-preview__play-button{width:96px;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;transition:transform .2s;opacity:0;animation:.6s fadeIn .6s;animation-fill-mode:forwards;transform:scale(0.75)}@media(min-width: 768px){.video-preview__play-button{transform:scale(1)}}.video-preview__play-button path{transform-origin:50%;transform:rotateZ(0deg)}.video-preview__play-button .yellow-circle{transform:rotateZ(-180deg);transform-origin:50%;transition:all .4s ease-in}.video-preview__play-button .yellow-circle circle{transform-origin:50%;stroke-dasharray:292;stroke-dashoffset:205;transition:all .8s cubic-bezier(0.65, 0.05, 0.36, 1)}.video-preview:hover .video-preview__play-button{transform:scale(0.9);transform-origin:50%}@media(min-width: 768px){.video-preview:hover .video-preview__play-button{transform:scale(1.2)}}.video-preview:hover .video-preview__play-button path:not(.triangle){transition:transform .4s linear;transform-origin:50%;transform:rotateZ(90deg)}.video-preview:hover .video-preview__play-button .yellow-circle{transform:rotateZ(-90deg)}.video-preview:hover .video-preview__play-button .yellow-circle circle{stroke-dashoffset:0}.js-consent-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.9);z-index:9999;justify-content:center;padding:15px;display:none}.js-consent-modal--is-active{display:flex;align-items:flex-start;padding-top:100px}@media(min-width: 768px){.js-consent-modal--is-active{display:flex;align-items:center;padding-top:0}}.js-consent-modal__container{width:100%;max-width:500px;padding:16px;background-color:var(--white);position:relative}@media(min-width: 768px){.js-consent-modal__container{padding:24px}}.js-consent-modal__close{position:absolute;width:20px;height:20px;right:8px;top:8px}.js-consent-modal__close::before,.js-consent-modal__close::after{content:"";position:absolute;left:8px;top:-2px;width:2px;height:22px;background-color:var(--red);transform-origin:center}.js-consent-modal__close::before{transform:rotateZ(45deg)}.js-consent-modal__close::after{transform:rotateZ(-45deg)}.js-consent-modal__close:hover{cursor:pointer}.js-consent-modal__close:hover::before,.js-consent-modal__close:hover::after{background-color:var(--red3)}.js-consent-modal__buttons{display:flex;align-items:center;flex-direction:column}.js-consent-modal__buttons>div{width:100%}.js-consent-modal__buttons>div:first-child{margin-bottom:15px}@media(min-width: 992px){.js-consent-modal__buttons{flex-direction:row-reverse;justify-content:space-between}.js-consent-modal__buttons>div{width:auto}.js-consent-modal__buttons>div:first-child{margin-bottom:0}}.js-consent-modal__content{margin-bottom:30px}.video-overlay{display:none;align-items:flex-start;justify-content:center;width:100%;height:100%;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(19, 16, 13, 0.9);z-index:200;opacity:0;transition:opacity .1s ease-in}.video-overlay__container{position:relative;width:100%;max-width:852px;padding:0;top:50%;transform:translateY(-50%)}@media(min-width: 768px){.video-overlay__container{margin:0 50px}}.video-overlay__inner{overflow-y:auto;max-height:calc(100vh - 110px);position:relative;background:var(--white)}.video-overlay__close{width:20px;height:20px;position:absolute;top:-32px;right:8px;cursor:pointer;z-index:20}.video-overlay__close::before,.video-overlay__close::after{content:"";position:absolute;left:8px;top:-2px;width:2px;height:22px;background-color:var(--white);transform-origin:center}.video-overlay__close::before{transform:rotateZ(45deg)}.video-overlay__close::after{transform:rotateZ(-45deg)}.video-overlay__close:hover{cursor:pointer}.video-overlay__close:hover::before,.video-overlay__close:hover::after{background-color:var(--gray1)}@keyframes zoom{0%{transform:scale(1.3) translateX(10%) translateY(5%)}100%{transform:scale(1) translateX(0) translateY(0)}}.video-preview--zoom img{animation:zoom;animation-duration:12s;animation-iteration-count:1;animation-timing-function:ease-out}.pilot-stage .video-overlay+div{margin-top:calc(56.25vw - 16px)}@media(min-width: 768px){.pilot-stage .video-overlay+div{margin-top:0}}.video-overlay--is-active,.overlay--is-active{opacity:1}.welcome-diw-logo{width:100%;max-width:200px}@media(min-width: 768px){.welcome-diw-logo{max-width:400px}}.welcome-partner-logo{width:100%;max-width:280px;mix-blend-mode:multiply}
