@keyframes fade-in-from-bottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*,:after,:before{box-sizing:border-box;color:var(--color-text);font-family:var(--font-0)}html{font-size:var(--font-size);height:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);display:flex;flex-direction:column;font-weight:400;margin:0;min-height:100%;position:relative}header{margin-bottom:auto}main{flex-grow:1}footer{margin-top:auto}figure{margin:0}img{display:inline-block;height:auto;max-width:100%;vertical-align:middle;width:auto}iframe{display:block}button{cursor:pointer}a{color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-1);font-weight:700;margin:0}.hamburger{height:12px;width:18px}.fade-in{animation:fade-in-from-bottom .5s ease-out forwards}.pdf-links{display:none}.content-width{padding:0 calc(var(--content-padding)/3)}.content-width--small{max-width:calc(var(--content-width-small) + var(--content-padding)*2/3)}.content-width--medium,.content-width--small{margin:0 auto;padding:0 calc(var(--content-padding)/3)}.content-width--medium{max-width:calc(var(--content-width-medium) + var(--content-padding)*2/3)}.content-width--large{margin:0 auto;max-width:calc(var(--content-width-large) + var(--content-padding)*2/3);padding:0 calc(var(--content-padding)/3)}@media screen and (min-width:64em){.content-width{padding:0 var(--content-padding)}.content-width--small{max-width:calc(var(--content-width-small) + var(--content-padding)*2)}.content-width--medium,.content-width--small{margin:0 auto;padding:0 var(--content-padding)}.content-width--medium{max-width:calc(var(--content-width-medium) + var(--content-padding)*2)}.content-width--large{margin:0 auto;max-width:calc(var(--content-width-large) + var(--content-padding)*2);padding:0 var(--content-padding)}}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:0;text-transform:none;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{display:inline-block;height:12px;position:relative;width:18px}.hamburger-inner{display:block;margin-top:-1px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#000;border-radius:4px;height:2px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:18px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-5px}.hamburger-inner:after{bottom:-5px}.hamburger--3dx .hamburger-box{perspective:36px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,5px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-5px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:36px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,5px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-5px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:36px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,5px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-5px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:36px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,5px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-5px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:36px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,5px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-5px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:36px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,5px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-5px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-3.6px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-3.6px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(3.6px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(3.6px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-3.6px,-4.5px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-3.6px,4.5px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(3.6px,-4.5px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(3.6px,4.5px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{bottom:0;top:auto;transition-delay:.13s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-10px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-5px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--collapse-r .hamburger-inner{bottom:0;top:auto;transition-delay:.13s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-10px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-5px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--elastic .hamburger-inner{top:1px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:5px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:10px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,5px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{opacity:0;transition-delay:0s}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:1px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:5px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:10px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,5px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{opacity:0;transition-delay:0s}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{right:0;top:5px;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{background-color:transparent!important;transition-delay:0s;transition-timing-function:ease-out}.hamburger--emphatic.is-active .hamburger-inner:before{left:-36px;top:-36px;transform:translate3d(36px,36px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic.is-active .hamburger-inner:after{right:-36px;top:-36px;transform:translate3d(-36px,36px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{right:0;top:5px;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{background-color:transparent!important;transition-delay:0s;transition-timing-function:ease-out}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-36px;top:36px;transform:translate3d(36px,-36px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-36px;top:36px;transform:translate3d(-36px,-36px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:1px}.hamburger--slider .hamburger-inner:before{top:5px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.hamburger--slider .hamburger-inner:after{top:10px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,5px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{opacity:0;transform:rotate(-45deg) translate3d(-2.5714285714px,-3px,0)}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:1px}.hamburger--slider-r .hamburger-inner:before{top:5px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.hamburger--slider-r .hamburger-inner:after{top:10px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,5px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{opacity:0;transform:rotate(45deg) translate3d(2.5714285714px,-3px,0)}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spring .hamburger-inner{top:1px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:5px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:10px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{background-color:transparent!important;transition-delay:.22s}.hamburger--spring.is-active .hamburger-inner:before{top:0;transform:translate3d(0,5px,0) rotate(45deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--spring.is-active .hamburger-inner:after{top:0;transform:translate3d(0,5px,0) rotate(-45deg);transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--spring-r .hamburger-inner{bottom:0;top:auto;transition-delay:0s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-10px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-5px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{background-color:transparent!important;transform:rotate(90deg);transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotate(-90deg);transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{opacity:0;top:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-duration:0s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-duration:0s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.article__headline{font-size:1.3rem;font-style:normal;font-weight:700;font-weight:500;margin:50px 0;opacity:0;text-align:center;transform:translateY(20px)}@media screen and (min-width:64em){.article__headline{font-size:3rem;margin:130px 0 50px}}.article__banner{border-radius:var(--border-radius);max-width:100%}.article__banner,.article__intro{opacity:0;transform:translateY(20px)}.article__intro{margin-bottom:50px}@media screen and (max-width:63.9375em){.article__intro{padding:0}}.article__intro *{font-size:1.1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-align:center}@media screen and (min-width:64em){.article__intro *{font-size:1.5rem;line-height:2rem}}.article__intro p:first-child{margin-top:0}.article__intro p:last-child{margin-bottom:0}.articles-list{display:flex;flex-wrap:wrap;list-style:none;margin:0 -16px}.articles-list__item{margin-bottom:32px;padding:0 16px;width:33.3333333333%}.articles-list__link{cursor:pointer;text-decoration:none}.articles-list__media{border-radius:var(--border-radius);width:100%}.articles-list__title{font-family:var(--font-0);font-size:1.1rem;font-style:normal;font-weight:400;line-height:1.7rem;margin-top:10px}.articles{list-style:none;margin:50px 0}@media screen and (min-width:64em){.articles{margin:150px 0}}.articles__item{opacity:0;transform:translateY(20px)}.articles__item:not(:last-child){margin-bottom:50px}@media screen and (min-width:64em){.articles__item:not(:last-child){margin-bottom:170px}}.articles__content{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:64em){.articles__content{flex-direction:row}}.articles__content--mirrored{flex-direction:column}@media screen and (min-width:64em){.articles__content--mirrored{flex-direction:row-reverse}}.articles__content--mirrored .articles__image-container{justify-content:center}@media screen and (min-width:64em){.articles__content--mirrored .articles__image-container{justify-content:flex-start}.articles__content--mirrored .articles__text-container{padding-right:60px;text-align:right}.articles__content--mirrored .articles__text{justify-content:flex-end}.articles__content--mirrored .articles__link-button{margin-left:auto;margin-right:0}}.articles__image-container{display:flex;justify-content:center}@media screen and (min-width:64em){.articles__image-container{justify-content:flex-end;width:50%}}.articles__image,.articles__media{border-radius:var(--border-radius)}.articles__text-container{display:flex;flex-direction:column;justify-content:center;text-align:left}@media screen and (min-width:64em){.articles__text-container{padding-left:60px;width:50%}}.articles__text{display:flex;font-size:1rem;font-style:normal;font-weight:400;justify-content:flex-start;line-height:1.5rem}@media screen and (min-width:64em){.articles__text{font-size:1.6rem;line-height:2.4rem}.articles__text p{max-width:100%;width:510px}}.articles__text p:first-child{margin-top:0}.articles__text p:last-child{margin-bottom:0}.articles__link-button{align-items:center;background:#d9cec4;border:1px solid transparent;border-radius:101px;display:flex;flex-shrink:0;height:59px;justify-content:space-between;margin-left:0;margin-right:auto;margin-top:32px;padding:0 28px;text-decoration:none;transition:background-color 75ms ease-in-out,border 75ms ease-in-out;width:226px}@media screen and (min-width:64em){.articles__link-button{margin-top:60px}}.articles__link-button svg{transition:transform 75ms ease-in-out}.articles__link-button:hover{background-color:#fff;border:1px solid #fff;box-shadow:0 0 32px rgba(0,0,0,.1)}.articles__link-button:hover svg{transform:translateX(10px)}.barchart{background-color:#1e57b1;width:-moz-fit-content;width:fit-content}.barchart,.barchart__container{border-radius:var(--border-radius)}.barchart__container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:10px}.barchart__container--primary{background-color:var(--color-primary)}.barchart__container--primary .barchart__headline,.barchart__container--primary .barchart__text{color:#fff}.barchart__container--secondary{background-color:var(--color-secondary)}.barchart__container--tertiary{background-color:var(--color-tertiary)}.barchart__container--tertiary .barchart__headline,.barchart__container--tertiary .barchart__text{color:#fff}.barchart__container--background{background-color:var(--color-background)}.barchart__content{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:16px}@media screen and (min-width:64em){.barchart__content{margin-bottom:0}}.barchart__canvas-container{padding:10px;width:100%}.barchart__canvas-container canvas{color:#fff}.barchart__headline{color:#fff;font-size:1rem;font-style:normal;font-weight:600}@media screen and (min-width:64em){.barchart__headline{font-size:2rem;line-height:2.2rem}}.barchart__text{color:#fff;font-style:normal;font-weight:400}@media screen and (min-width:64em){.barchart__text{font-size:1rem;line-height:1.6rem}}.block{margin-bottom:calc(var(--content-margin)/2);margin-top:calc(var(--content-margin)/2);opacity:0;transform:translateY(20px)}@media screen and (min-width:40em){.block{margin-bottom:var(--content-margin);margin-top:var(--content-margin)}}.block--reduce-bottom-space{margin-bottom:11px}.block--remove-top-space{margin-top:0}.body--homepage,.body--pdf{background-color:#fff}.body--pdf{padding:0 48px;page-break-inside:avoid!important}.body--pdf *{font-size:16px;opacity:1}.body--pdf .boxes,.body--pdf .boxes__container,.body--pdf .boxes__item,.body--pdf .boxes__list,.body--pdf .chart,.body--pdf figure,.body--pdf img,.body--pdf picture,.body--pdf table{-moz-column-break-inside:avoid!important;break-inside:avoid!important}.body--pdf .gallery{height:auto!important}.body--pdf .gallery__byline,.body--pdf .gallery__title{color:var(--color-text);position:relative;top:unset}.body--pdf .gallery__content{display:block;opacity:1;position:relative;top:unset}.body--pdf .gallery figure{background-color:transparent!important}.body--pdf .crumbs,.body--pdf .footer,.body--pdf .header,.body--pdf .report-navigation{display:none}.body--pdf .articles__item,.body--pdf .block{transform:translateY(0)!important}.body--pdf .block{height:auto;margin-bottom:16px;margin-top:16px;max-height:none;max-width:none;padding:0}.body--pdf .swiper{max-height:none}.body--pdf .swiper-button-next,.body--pdf .swiper-button-prev,.body--pdf .swiper-pagination{display:none!important}.body--pdf .swiper-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap}.body--pdf .swiper .gallery__image,.body--pdf .swiper .gallery__video{background-color:transparent;-o-object-fit:contain;object-fit:contain;padding:16px;width:33.3333333333%!important}.body--pdf .swiper .gallery__image figcaption,.body--pdf .swiper .gallery__video figcaption{text-align:left!important}.body--pdf .swiper .gallery__image img,.body--pdf .swiper .gallery__image video,.body--pdf .swiper .gallery__video img,.body--pdf .swiper .gallery__video video{height:auto;width:100%}.body--pdf .persons--big .persons__item{margin-bottom:16px;width:calc(50% - 20px)!important}.body--pdf .persons--big .persons__item img{height:auto;-o-object-fit:contain;object-fit:contain}.body--pdf .persons--big .persons__name{font-size:16px}.body--pdf .persons--big .persons__details{padding:0}.body--pdf .content-width{padding:0!important}.body--pdf .report__top{align-items:center!important;background-color:transparent!important;display:flex!important}.body--pdf .report__index{color:var(--color-primary)!important;font-size:2.2rem!important;margin:0 16px 0 0}.body--pdf .report__headline{color:#000!important;margin:0;width:100%}.body--pdf .chart__canvas-container--bar canvas{height:520px;width:100%}.body--pdf .chartjs-size-monitor{position:fixed!important}.body--pdf .report__content{margin-top:0!important}.body--pdf .content-width--medium{margin:0;padding:0}.boxes__list{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;list-style:none;margin:0 -10px;padding:0}@media screen and (min-width:64em){.boxes__list{flex-direction:row}}.boxes__item{color:var(--color-secondary);padding:10px}@media screen and (max-width:63.9375em){.boxes__item{width:100%!important}}.boxes__container{background-color:#fff;border-radius:var(--border-radius);height:100%;padding:16px}@media screen and (min-width:64em){.boxes__container{padding:32px}}.boxes__container--primary{background-color:var(--color-primary)}.boxes__container--primary *{color:#fff}.boxes__container--secondary{background-color:var(--color-secondary)}.boxes__container--tertiary{background-color:var(--color-tertiary)}.boxes__container--tertiary *{color:#fff}.boxes__container--background{background-color:var(--color-background)}.boxes__container--image-box{display:flex;justify-content:space-between;overflow:hidden;padding:0}@media screen and (min-width:64em){.boxes__top{margin-bottom:130px}}.boxes__left{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;padding:16px}@media screen and (min-width:64em){.boxes__left{padding:70px 60px}}.boxes__right figure{display:none}@media screen and (min-width:64em){.boxes__right figure{display:block}}.boxes__number{font-family:var(--font-1);font-weight:600;max-width:100%}@media screen and (min-width:64em){.boxes__number{font-size:4rem;line-height:4rem}}.boxes__subtext,.boxes__supertext{font-family:var(--font-1);text-transform:uppercase}@media screen and (min-width:64em){.boxes__subtext,.boxes__supertext{font-size:.75rem;min-height:19px}}.button__container{align-items:center;background-color:var(--color-primary);border-radius:37.5px;display:flex;justify-content:space-between;min-height:75px;padding:21px 32px;text-decoration:none;transition:background-color 75ms ease-in-out}.button__container svg{transition:transform 75ms ease-in-out}.button__container:hover{background-color:#fff;box-shadow:0 0 32px rgba(0,0,0,.1)}.button__container:hover .button__name{color:#000}.button__container:hover svg{transform:translateX(10px)}.button__container:hover svg path{stroke:#000}.button__name{color:#fff;font-size:.8rem;line-height:1.1rem}@media screen and (min-width:64em){.button__name{font-size:1rem;line-height:1.5rem}}.chart__container{background-color:#fff;border-radius:var(--border-radius);padding:32px}.chart__headline{font-size:1.3rem;font-weight:700;line-height:1.5rem;margin:0}@media screen and (min-width:64em){.chart__headline{font-size:2rem;line-height:2rem;width:50%}}.chart__intro{font-size:.8rem;line-height:1.1rem;margin-top:50px}@media screen and (min-width:64em){.chart__intro{font-size:1rem;line-height:1.5rem;width:50%}}.chart__legend{font-size:.6rem;padding-left:0}@media screen and (min-width:64em){.chart__legend{font-size:1rem}}.chart__canvas-container{display:flex;justify-content:center}.chart__canvas-container--bar,.chart__canvas-container--line{height:50vh}@media screen and (min-width:64em){.chart__canvas-container--bar,.chart__canvas-container--line{height:70vh;max-height:520px}}.chart__canvas-container--bar canvas,.chart__canvas-container--line canvas{width:100%!important}.chart__canvas-container--doughnut{height:350px}@media screen and (min-width:64em){.chart__canvas-container--doughnut{height:500px}}.crumbs{padding-bottom:50px;padding-top:50px}@media screen and (min-width:64em){.crumbs{padding-bottom:150px}}.crumbs--dark{background-color:var(--color-tertiary)}@media screen and (min-width:64em){.crumbs--dark .crumbs__list:after{background-color:#fff}}.crumbs--dark .crumbs__here,.crumbs--dark .crumbs__link{background-color:var(--color-tertiary);color:#fff}.crumbs__list{display:flex;list-style:none;margin:0;opacity:0;padding:0;position:relative;transform:translateY(20px)}.crumbs__list:after{content:"";display:block;height:1px;position:absolute;top:50%;width:100%}@media screen and (min-width:64em){.crumbs__list:after{background-color:#000}}.crumbs__item{font-size:18px;font-style:normal;font-weight:400}@media screen and (min-width:64em){.crumbs__item{padding-right:60px}}.crumbs__item:first-child{display:none}@media screen and (min-width:64em){.crumbs__item:first-child{display:block}}.crumbs__item:first-child .crumbs__link{padding-left:0}.crumbs__link{background-color:var(--color-background);display:block;padding:0 0 0 32px;position:relative;z-index:1}.crumbs__link svg{left:0;position:absolute;top:3px;transform:rotate(180deg)}@media screen and (min-width:64em){.crumbs__link{padding:0 8px}.crumbs__link svg{display:none}}.crumbs__here{background-color:var(--color-background);display:none;padding-left:8px;padding-right:8px;position:relative;z-index:1}@media screen and (min-width:64em){.crumbs__here{display:block}.crumbs__here svg{display:none}}.donutchart__container{background-color:#fff;border-radius:var(--border-radius);padding:0}@media screen and (min-width:64em){.donutchart__container{padding:64px 64px 32px}}.donutchart__canvas-container{height:200px;position:relative}@media screen and (min-width:64em){.donutchart__canvas-container{height:535px}}.donutchart__headline{font-size:.6rem;font-style:normal;font-weight:400;left:50%;line-height:normal;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%,-50%)}@media screen and (min-width:64em){.donutchart__headline{font-size:.7rem}}.embed__container{padding-top:56.25%;position:relative}.embed__iframe{height:100%;left:0;position:absolute;top:0;width:100%}.embed__iframe,.facts__container{border-radius:var(--border-radius)}.facts__container{background-color:#fff;padding:25px}@media screen and (min-width:64em){.facts__container{padding:50px}}.facts__headline{font-size:.8rem;line-height:1.1rem;margin:0}@media screen and (min-width:64em){.facts__headline{font-size:1rem;line-height:1.5rem}}.facts__body *{font-size:.8rem;line-height:1.1rem}@media screen and (min-width:64em){.facts__body *{font-size:1rem;line-height:1.5rem}}.facts__body p:first-child{margin-top:0}.facts__body p:last-child{margin-bottom:0}.gallery{height:auto;max-height:670px;position:relative}@media screen and (min-width:64em){.gallery{height:825px;max-height:none}}.gallery--page{background-color:var(--color-tertiary);height:825px}@media screen and (min-width:64em){.gallery--page{height:calc(100vh - var(--header-height))}}.gallery--page .gallery__top{height:100%}.gallery--page .gallery__top .gallery__image,.gallery--page .gallery__top .gallery__video{background-color:var(--color-tertiary);height:500px;max-width:100vw}.gallery--page .gallery__top .gallery__image video,.gallery--page .gallery__top .gallery__video video{border-radius:var(--border-radius);height:500px;-o-object-fit:contain;object-fit:contain}@media screen and (min-width:64em){.gallery--page .gallery__top .gallery__image video,.gallery--page .gallery__top .gallery__video video{height:100%;-o-object-fit:cover;object-fit:cover;width:345px}}.gallery--page .gallery__top .gallery__image figure,.gallery--page .gallery__top .gallery__video figure{background-color:#000}.gallery--page .gallery__top .swiper{height:auto;overflow:unset;overflow-x:hidden;padding:0 0 calc(100vh - var(--header-height) - 500px)!important}.gallery--page .gallery__top .swiper-slide{filter:grayscale(100%);opacity:.5;transform:scale(.75);transition:transform .3s ease-in-out,filter .3s ease-in-out,opacity .3s ease-in-out}.gallery--page .gallery__top .swiper-slide-active{filter:grayscale(0);opacity:1;transform:scale(1)}@media screen and (min-width:90em){.gallery--page .gallery__top .swiper-pagination{bottom:10vh}}.gallery--page .gallery__top .swiper-pagination-bullet{border-color:#fff}.gallery--page .gallery__top .swiper-pagination-bullet-active{background:#fff!important}.gallery--page .gallery__top .swiper-button-next,.gallery--page .gallery__top .swiper-button-prev{align-items:center;border:1px solid #fff;border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;position:absolute;right:16px;top:320px;width:35px;z-index:1000}.gallery--page .gallery__top .swiper-button-next svg,.gallery--page .gallery__top .swiper-button-prev svg{width:16px}.gallery--page .gallery__top .swiper-button-next:after,.gallery--page .gallery__top .swiper-button-prev:after{content:unset}.gallery--page .gallery__top .swiper-button-prev{left:16px;right:auto;transform:rotate(180deg)}.gallery--page .boxes__bottom,.gallery--page .boxes__top{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}.gallery--page .boxes__bottom{height:100%}.gallery--page .boxes__subtext,.gallery--page .boxes__supertext{font-style:normal;font-weight:400;text-align:left;text-transform:none}@media screen and (min-width:64em){.gallery--page .boxes__subtext,.gallery--page .boxes__supertext{font-size:2.2rem;line-height:2.6rem}}.gallery--page .boxes__number{font-style:normal;font-weight:600}@media screen and (min-width:64em){.gallery--page .boxes__number{font-size:4.5rem;line-height:3.8rem}}.gallery figure{background-color:var(--color-background)}@media screen and (min-width:64em){.gallery figure{height:100%}}.gallery__image{background-color:transparent!important;max-width:100vw;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gallery__image img{border-radius:var(--border-radius)}.gallery__image figcaption{font-size:.7rem;font-style:normal;font-weight:400;line-height:1.1rem;max-width:100%}@media screen and (min-width:64em){.gallery__image figcaption{line-height:1.5rem}}.gallery__content{display:none;margin-top:50px;opacity:0;position:absolute;top:620px;transform:translateY(50px);transition:opacity .6s ease-in-out,transform .6s ease-in-out;width:100%;z-index:1}.gallery__content--active{display:block;opacity:1;transform:translateY(0)}.gallery__title{color:#fff;font-size:1rem;font-style:normal;font-weight:600;pointer-events:none;position:absolute;text-align:center;top:-150px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media screen and (min-width:64em){.gallery__title{font-size:3.5rem;line-height:2.8rem;top:-33vh}}@media screen and (min-width:90em){.gallery__title{font-size:4.5rem;line-height:3.8rem;top:-28vh}}.gallery__byline{color:#fff;font-style:normal;font-weight:400;margin:16px 0 50px;padding:0 10px;position:absolute;text-align:center;top:-100px;width:100%}@media screen and (min-width:64em){.gallery__byline{font-size:1.1rem;margin:32px 0 200px;top:-23vh}}@media screen and (min-width:90em){.gallery__byline{top:-16vh}}.grid{display:flex;flex-wrap:wrap;list-style:none;margin:0 -8px;padding:0}.grid__item{margin-bottom:50px;width:100%;width:50%;width:33.3333333333%}.grid__content{padding:0 8px}.header{background-color:var(--color-background);height:var(--header-height)}.header--dark{background-color:var(--color-header)}.header--dark .header__link{color:#fff}.header--dark .header__logo{display:none}.header--dark .header__logo--dark{display:block}.header--dark .header__search-text{color:#fff}.header__row{align-items:center;display:flex;height:var(--header-height);justify-content:space-between;padding-bottom:16px;padding-top:16px;position:relative}.header__row--active{position:fixed;top:0;width:100%;z-index:1000}.header__row--active .header__link{color:#000}.header__row--active .header__logo{display:block}.header__row--active .header__logo--dark{display:none}@keyframes showMenu{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.header__row--active .header__download,.header__row--active .header__menu-item{animation:showMenu .3s ease-in-out forwards}.header__row--active .header__search-text{color:#000}.header__row--active .header__search svg path{fill:#000}.header__link{font-size:.8rem;font-style:normal;font-weight:400;text-decoration:none;transition:color .3s;white-space:pre-wrap;z-index:2000}@media screen and (min-width:64em){.header__link{white-space:normal}}.header__logo{display:block;height:-moz-fit-content;height:fit-content;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:-moz-fit-content;width:fit-content;z-index:2000}.header__logo img{height:100%;max-height:90px;max-width:100px;width:revert-layer}@media screen and (min-width:64em){.header__logo img{max-width:unset}}.header__logo--dark{display:none}.header__menu{background-color:var(--color-background);height:101vh;left:0;overflow:hidden;padding:var(--header-height) calc(var(--content-padding)/3) var(--header-height);position:absolute;right:0;top:-101vh;transform:translateY(0);transition:transform .3s ease-in-out;z-index:1000}.header__menu--active{border-bottom:1px solid rgba(0,0,0,.25);transform:translateY(101vh)}@media screen and (min-width:64em){.header__menu{height:100vh;padding:calc(var(--header-height) + 80px) var(--content-padding) calc(var(--content-padding)*2)}}.header__menu-container{height:80vh;overflow:auto;padding:0 0 100px}.header__menu-list{align-items:flex-start;display:flex;flex-direction:column;height:auto;justify-content:flex-start;list-style:none;margin:0;padding:0}.header__menu-item{font-size:1rem;margin-bottom:0;opacity:0;text-align:left;transform:translateY(50px)}.header__menu-item:not(:last-child){margin-bottom:24px;margin-right:32px}.header__menu-link{display:grid;font-size:1.1rem;font-style:normal;font-weight:400;gap:8px;grid-template-columns:36px 1fr;line-height:1.3rem;text-decoration:none}.header__menu-link:hover{text-decoration:underline}@media screen and (min-width:64em){.header__menu-link{font-size:1.9rem;grid-template-columns:50px 1fr;line-height:1.6rem}}.header__menu-link-number{color:var(--color-primary);display:inline-block;font-style:normal;text-align:left}.header__right{align-items:center;display:flex;z-index:2000}.header__search{align-items:center;display:none;justify-content:space-between;margin-right:177px;text-decoration:none}@media screen and (min-width:64em){.header__search{display:flex}}.header__search-text{font-family:var(--font-1);font-size:.8rem;font-style:normal;font-weight:400;margin-right:7px}.header__mobile-menu{align-items:center;background-color:#fff;border:none;border-radius:var(--border-radius);display:flex;filter:drop-shadow(0 0 20px rgba(18,20,22,.1));height:75px;padding:0 28.5px;position:fixed;right:calc(var(--content-padding)/3)}@media screen and (min-width:64em){.header__mobile-menu{padding:0 32px;right:var(--content-padding)}}.header__menu-title{display:none;font-family:var(--font-1);font-size:.8rem;font-style:normal;font-weight:400;line-height:normal;margin-right:16px}@media screen and (min-width:64em){.header__menu-title{display:block}}.header__download{align-items:center;background:#fff;border-radius:var(--border-radius);display:flex;flex-shrink:0;font-family:var(--font-1);font-size:.7rem;font-style:normal;font-weight:400;height:65px;justify-content:space-between;margin-top:50px;max-width:100%;opacity:0;padding-left:32px;padding-right:32px;text-decoration:none;transform:translateY(50px);width:542px}.header__download:hover{text-decoration:underline}@media screen and (min-width:64em){.header__download{font-size:1rem;margin-top:100px;padding-left:40px}}.homepage__top{display:flex;justify-content:space-between;position:relative}.homepage__top:before{background-color:#000;content:"";height:90%;position:absolute;width:100%;z-index:-1}.homepage__number{height:43vw;position:relative;width:24vw}.homepage__number--0 svg>rect{-webkit-mask:url(#number-mask2);mask:url(#number-mask2)}.homepage__number--1 svg>rect{-webkit-mask:url(#number-mask0);mask:url(#number-mask0)}.homepage__number--2 svg>rect{-webkit-mask:url(#number-mask2);mask:url(#number-mask2)}.homepage__number--3 svg>rect{-webkit-mask:url(#number-mask3);mask:url(#number-mask3)}.homepage__top-media{border-bottom:1px solid #fff;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.homepage__top-svg{height:100%;left:0;position:absolute;top:0;width:100%}.homepage__content{margin:0 auto;max-width:1330px}.homepage__content-top{display:flex;flex-direction:column-reverse;padding-top:20px}@media screen and (min-width:64em){.homepage__content-top{align-items:center;flex-direction:column;padding-top:0}}.homepage__intro{font-style:normal;font-weight:400;padding:10px 0}@media screen and (min-width:64em){.homepage__intro{font-size:1.6rem;line-height:2.4rem;margin-top:50px;padding:0;width:50%}}.homepage__intro p:first-child{margin-top:0}.homepage__intro p:last-child{margin-bottom:0}.homepage__links{align-items:flex-end;display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.homepage__links li{flex-grow:1;width:100%}@media screen and (min-width:64em){.homepage__links{padding:64px 0 0}.homepage__links li{flex-grow:0;width:auto}}.homepage__link{align-items:center;border:1px solid transparent;border-radius:12px;display:flex;flex-shrink:0;font-family:var(--font-1);font-size:.9rem;height:75px;justify-content:space-between;line-height:1.1rem;margin-bottom:10px;padding:0 16px;text-decoration:none;width:100%}@media screen and (min-width:64em){.homepage__link{padding:0 32px;width:535px}}.homepage__link:hover{background-color:transparent;border-color:#000;color:#000}.homepage__link:hover svg path{fill:#000}.homepage__link--primary{background-color:var(--color-primary);color:#fff}.homepage__link--secondary{background-color:var(--color-secondary);color:#fff}.homepage__link--tertiary{background-color:var(--color-tertiary);color:#fff}.homepage__blocks{grid-gap:20px 0;display:grid;grid-row:auto/span 1;grid-template-columns:1fr;padding:20px;width:100%}@media screen and (min-width:64em){.homepage__blocks{grid-gap:20px;grid-template-columns:1fr 1fr}}.homepage__box{background-color:#edcf78;border-radius:12px}.homepage__box--1x1,.homepage__box--2x1{grid-row:auto/span 1;min-height:400px;width:100%}.homepage__box--1x2,.homepage__box--2x1{grid-column:auto/span 2}.homepage__box--1x2{grid-row:auto/span 1;min-height:820px;width:100%}@media screen and (min-width:64em){.homepage__box--1x2{grid-column:unset;grid-row:auto/span 2}}.homepage__test-block-2{background-color:#5a5a5a;border-radius:12px}.homepage .boxes{opacity:0;transform:translateY(20px)}.homepage .boxes__container{padding:16px}@media screen and (min-width:64em){.homepage .boxes__container{height:370px;padding:64px 64px 32px}}.homepage .boxes__item{padding-bottom:0;padding-top:0}.homepage .boxes__item:not(:last-child){margin-bottom:20px}@media screen and (min-width:64em){.homepage .boxes__item:not(:last-child){margin-bottom:0}}.homepage .boxes__top{display:none}.homepage .boxes__bottom{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0}.homepage .boxes__number{font-size:1rem;font-style:normal;font-weight:600}@media screen and (min-width:64em){.homepage .boxes__number{font-size:4.5rem;line-height:3.2rem}}.homepage .boxes__subtext{font-family:var(--font-0);font-style:normal;font-weight:400;text-transform:none}@media screen and (min-width:64em){.homepage .boxes__subtext{font-size:2.2rem;line-height:2.6rem}}.homepage .barChart,.homepage .donutChart{opacity:0;transform:translateY(20px)}.infographicCompare__wrapper{background-color:unset;display:flex;flex-direction:column;justify-content:space-between;padding:20px}.infographicCompare__wrapper--primary{background-color:var(--color-primary)}.infographicCompare__wrapper--secondary{background-color:var(--color-secondary)}.infographicCompare__wrapper--tertiary{background-color:var(--color-tertiary)}.infographicCompare__wrapper--quartiary{background-color:var(--color-quartiary)}.infographicCompare__wrapper--background{background-color:var(--color-background)}.infographicCompare__wrapper hr{border:none;border-bottom:1px solid #fff;width:100%}.infographicCompare__content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.infographicCompare__main-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.infographicCompare__main-headline{color:#4e4e44;font-size:1rem;margin:0;text-align:center}.infographicCompare__main-subtitle{color:#4e4e44;font-size:.8rem;margin:0;text-align:center}.infographicCompare__main-icon{width:145px}.infographicCompare__main-name{font-size:1.5rem}.infographicCompare__main-name *{color:#4e4e44;margin:0}.infographicCompare__main-amount{font-size:1.5rem}.infographicCompare__main-amount *{color:#4e4e44;margin:0;text-align:center}.infographicCompare__compare-wrapper{display:grid;gap:0 10px;grid-template-columns:33% 33% 33%;grid-template-rows:auto auto auto;width:100%}.infographicCompare__compare-icon{align-self:center;grid-row:1;margin:0 auto;max-height:100px;width:100%}.infographicCompare__compare-amount{font-size:1.5rem;font-weight:800;grid-row:2;text-align:center}.infographicCompare__compare-amount p{color:#4e4e44;margin-bottom:0}.infographicCompare__compare-name{font-size:.7rem;grid-row:3;-webkit-hyphens:auto;hyphens:auto;text-align:center}@media screen and (min-width:64em){.infographicCompare__compare-name{font-size:1rem}}.infographicCompare__compare-name p{color:#4e4e44;margin-top:0}.infographicCount__wrapper{align-items:center;border-radius:12px;color:#1f6485;display:flex;flex-direction:column;justify-content:center;padding:10px}.infographicCount__wrapper--primary{background-color:var(--color-primary)}.infographicCount__wrapper--primary .barchart__headline,.infographicCount__wrapper--primary .barchart__text{color:#fff}.infographicCount__wrapper--secondary{background-color:var(--color-secondary)}.infographicCount__wrapper--tertiary{background-color:var(--color-tertiary)}.infographicCount__wrapper--tertiary .barchart__headline,.infographicCount__wrapper--tertiary .barchart__text{color:#fff}.infographicCount__wrapper--quartiary{background-color:var(--color-quartiary)}.infographicCount__wrapper--background{background-color:var(--color-background)}.infographicCount__graphics{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.infographicCount__graphics img{height:35%;margin:1%;width:9%}.infographicCount__content{display:flex;flex-direction:row;justify-content:space-between;padding:10px;width:100%}.infographicCount__title{color:#1f6485;font-size:2.5rem;font-weight:700}.infographicCount__text{color:#1f6485;font-size:.8rem;font-weight:400;max-width:60%;padding-left:10px}.infographicText__wrapper{align-items:center;border-radius:12px;color:#000;display:flex;flex-direction:column;justify-content:space-between;padding:20px}@media screen and (min-width:64em){.infographicText__wrapper{flex-direction:row}}.infographicText__wrapper--primary{background-color:var(--color-primary)}.infographicText__wrapper--primary .infographicText__body p,.infographicText__wrapper--primary .infographicText__headline,.infographicText__wrapper--primary .infographicText__subtitle{color:#fff}.infographicText__wrapper--secondary{background-color:var(--color-secondary)}.infographicText__wrapper--secondary .infographicText__body p,.infographicText__wrapper--secondary .infographicText__headline,.infographicText__wrapper--secondary .infographicText__subtitle{color:#fff}.infographicText__wrapper--tertiary{background-color:var(--color-tertiary)}.infographicText__wrapper--tertiary .infographicText__body p,.infographicText__wrapper--tertiary .infographicText__headline,.infographicText__wrapper--tertiary .infographicText__subtitle{color:#fff}.infographicText__wrapper--quartiary{background-color:var(--color-quartiary)}.infographicText__wrapper--quartiary .infographicText__body p,.infographicText__wrapper--quartiary .infographicText__headline,.infographicText__wrapper--quartiary .infographicText__subtitle{color:#fff}.infographicText__wrapper--background{background-color:var(--color-background)}.infographicText__wrapper--dark{background-color:#5a5a5a}.infographicText__wrapper--dark .infographicText__body p,.infographicText__wrapper--dark .infographicText__headline,.infographicText__wrapper--dark .infographicText__subtitle{color:#fff}.infographicText__graphics{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}@media screen and (min-width:64em){.infographicText__graphics{width:45%}}.infographicText__graphics img{width:100%}.infographicText__content{display:flex;flex-direction:column;justify-content:center;padding:10px;width:100%}@media screen and (min-width:64em){.infographicText__content{width:45%}}.infographicText__headline{font-size:4rem}@media screen and (min-width:64em){.infographicText__headline{font-size:8rem}}.infographicText__subtitle{font-size:2rem}.infographicText__body{font-size:1rem}.media__image{border-radius:var(--border-radius)}.media__video{width:100%}.media figcaption{font-size:.7rem;font-style:normal;font-weight:400;line-height:1.5rem}.news:last-child{padding-bottom:150px}.news__heading{font-size:2rem;font-weight:400;margin-top:50px}.news__list{margin:0 -16px}.news__list-item{padding:0 16px}.news__link{text-decoration:none}.news__link:hover{text-decoration:underline}.news__list-image{width:100%}.news__title{font-weight:400;margin-bottom:0;margin-top:10px}.open-close__details{background-color:#fff;border-radius:var(--border-radius);min-height:80px;padding:23px 32px}.open-close__details[open] .svg--plus{display:none}.open-close__details[open] .svg--minus{display:block}.open-close__summary{cursor:pointer;display:flex;font-size:.8rem;font-weight:500;justify-content:space-between;line-height:1.1rem;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (min-width:64em){.open-close__summary{font-size:1rem;line-height:1.5rem}}.open-close__content{margin-top:32px}.open-close__content *{font-size:.8rem;font-weight:400;line-height:1.1rem}@media screen and (min-width:64em){.open-close__content *{font-size:1rem;line-height:1.5rem}}.open-close__content p:first-child{margin-top:0}.open-close__content p:last-child{margin-bottom:0}.open-close__svg-container{height:26px;margin-top:3px}.persons--big .persons__list{justify-content:center}.persons--big .persons__image{border-radius:20px;height:364px;width:313px}.persons--big .persons__item{flex-direction:column;margin:10px 10px 80px;width:333px}.persons--big .persons__name{font-family:var(--font-1);font-size:1.1rem;margin-top:20px;text-align:center}.persons--big .persons__position{font-size:.9rem;text-align:center}.persons__list{display:flex;flex-wrap:wrap;list-style:none;padding:0}.persons__item{align-items:center;display:flex;margin:20px 0}@media screen and (min-width:64em){.persons__item{width:50%}}.persons__image{border-radius:50%;height:90px;-o-object-fit:cover;object-fit:cover;width:90px}.persons__details{padding-left:20px}.persons__name{font-size:1rem;line-height:1rem;margin-bottom:10px}@media screen and (min-width:64em){.persons__name{font-size:1.1rem;line-height:1.1rem}}.persons__position{font-size:.9rem;font-style:italic;line-height:.9rem}.quote__blockquote{border-left:6px solid #000;margin:0;padding-left:24px}@media screen and (min-width:64em){.quote__blockquote{padding-left:60px}}.quote__text{font-size:1.1rem;font-style:italic;font-weight:400;line-height:1.7}@media screen and (min-width:64em){.quote__text{font-size:2rem;line-height:2rem}}.quote__by{font-size:.8rem}@media screen and (min-width:64em){.quote__by{font-size:1rem}}.report-navigation{display:flex;flex-wrap:wrap;margin:0 -5px 90px}@media screen and (min-width:64em){.report-navigation{margin:0 -5px 120px}}.report-navigation--overview{flex-direction:column}.report-navigation--overview .report-navigation__link{flex-direction:column;margin:0;padding:20px;width:100%}@media screen and (min-width:64em){.report-navigation--overview .report-navigation__link{flex-direction:row;padding:50px 32px 100px}}.report-navigation--overview .report-navigation__link:not(:last-child){margin-bottom:8px}.report-navigation--overview .report-navigation__link:hover{background-color:#fff;color:#000}.report-navigation--overview .report-navigation__link:hover .report-navigation__index{color:var(--color-primary)}.report-navigation--overview .report-navigation__link:hover .report-navigation__text{color:#000}.report-navigation--overview .report-navigation__headline{display:flex;flex-direction:column}@media screen and (min-width:64em){.report-navigation--overview .report-navigation__headline{flex-direction:row;width:50%}.report-navigation--overview .report-navigation__index{margin-right:86px}}.report-navigation--overview .report-navigation__text{max-width:none}.report-navigation__link{background-color:#fff;border-radius:var(--border-radius);border-radius:20px;display:flex;margin:5px;padding:16px;position:relative;text-decoration:none;transition:background-color .15s ease-in-out,color .15s ease-in-out;width:calc(50% - 10px)}@media screen and (min-width:64em){.report-navigation__link{padding:16px 20px;width:calc(25% - 10px)}}.report-navigation__link--active,.report-navigation__link:hover{background-color:var(--color-primary);color:#fff}.report-navigation__link--active .report-navigation__index,.report-navigation__link--active .report-navigation__text,.report-navigation__link:hover .report-navigation__index,.report-navigation__link:hover .report-navigation__text{color:#fff}.report-navigation__headline{width:100%}.report-navigation__index{color:var(--color-primary);font-family:var(--font-1);font-size:.8rem;font-style:normal;font-weight:500;letter-spacing:-.54px;margin-bottom:10px;transition:color .15s ease-in-out}@media screen and (min-width:64em){.report-navigation__index{font-size:1rem}}.report-navigation__text{font-family:var(--font-0);font-size:.6rem;font-style:normal;font-weight:500;transition:color .15s ease-in-out}@media screen and (min-width:64em){.report-navigation__text{font-size:1rem;max-width:65%}}.report-navigation__intro{font-size:.8rem;font-style:normal;font-weight:400;margin-top:10px}@media screen and (min-width:64em){.report-navigation__intro{font-size:1rem;margin-top:0;width:50%}}.report-navigation__intro p:first-child{margin-top:0}.report-navigation__intro p:last-child{margin-bottom:0}.report-navigation svg{position:absolute;right:32px;top:32px}@media screen and (min-width:64em){.report-navigation svg{bottom:32px;top:auto}}.report--pdf{background-color:var(--color-background);padding:32px}.report--dark .report__top{background-color:var(--color-tertiary);padding-bottom:50px}.report--dark .report__index{color:var(--color-secondary)}.report--dark .report__headline{color:#fff}.report--dark .report__content{margin-top:-75px}@media screen and (min-width:64em){.report--dark .report__top{align-items:flex-end;background-color:var(--color-tertiary);display:flex;padding-bottom:175px}.report--dark .report__index{color:var(--color-secondary);font-size:11rem;font-weight:600}.report--dark .report__headline{color:#fff}.report--dark .report__content{margin-top:-75px}}.report__index{color:var(--color-primary);font-family:var(--font-1);font-size:1.2rem;font-style:normal;font-weight:500;letter-spacing:-.84px;margin-right:50px;opacity:0;transform:translateY(20px)}@media screen and (min-width:64em){.report__index{font-size:2.2rem}}.report__headline{font-family:var(--font-1);font-size:1.2rem;font-style:normal;font-weight:500;letter-spacing:-.84px;line-height:normal;margin-bottom:50px;opacity:0;transform:translateY(20px)}@media screen and (min-width:64em){.report__headline{font-size:2.2rem;width:50%}}.report__content{background-color:transparent}.report__intro{font-size:1.1rem;font-style:normal;font-weight:400;line-height:1.5rem;opacity:0;transform:translateY(20px)}@media screen and (min-width:64em){.report__intro{font-size:1.5rem;line-height:2rem}}.svg--plus{display:block;height:26px;width:26px}.svg--minus{display:none;height:26px;width:26px}.svg--download{height:30px;width:27px}.svg--arrow-right{height:22px;width:25px}.swiper{height:100%;padding-bottom:100px!important;width:100%}.swiper-slide,.swiper-wrapper{align-items:center}.swiper-slide{background:#fff;cursor:grab;display:flex;font-size:.8rem;justify-content:center;text-align:center;width:auto!important}.swiper-slide:active{cursor:grabbing}.swiper-slide img{display:block;height:100%;max-height:500px;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:40em){.swiper-slide img{max-height:none}}.swiper-pagination{bottom:0}.swiper-pagination-bullet{background-color:transparent;border:1px solid #000;height:15px;opacity:1;width:15px}.swiper-pagination-bullet-active{background:#000!important}.table__container{background-color:#fff;border-radius:var(--border-radius);padding:16px}@media screen and (min-width:64em){.table__container{padding:32px}}.table__headline{font-size:1rem;font-weight:700;line-height:1.3rem;margin:0}@media screen and (min-width:64em){.table__headline{font-size:1.3rem;line-height:1.5rem}}.table__intro{font-size:.8rem;line-height:1.3rem;margin-top:50px}@media screen and (min-width:64em){.table__intro{font-size:1rem;line-height:1.5rem;width:50%}}.table__table-container{overflow:auto;width:100%}@media screen and (min-width:64em){.table__table-container{overflow:unset}}.table__table{border-collapse:collapse;position:relative;width:100%}.table__table td,.table__table th{border-top:1px solid rgba(0,0,0,.1);font-size:.6rem;height:40px;padding:0 8px}@media screen and (min-width:64em){.table__table td,.table__table th{font-size:.8rem;height:60px}}.table__table tr:last-child td{border-bottom:1px solid rgba(0,0,0,.1)}.table__table th{background-color:#fff;position:sticky;top:0}.text__headline{font-size:1.2rem;font-weight:600;letter-spacing:-2px;line-height:1.5rem;margin-bottom:0}.text__headline:not(:last-child){margin-bottom:50px}@media screen and (min-width:40em){.text__headline{font-size:1.5rem;line-height:1.5rem}}@media screen and (min-width:64em){.text__headline{font-size:3.1rem;line-height:3.1rem}}.text__subheadline{font-size:.8rem;line-height:1.1rem;margin:0}@media screen and (min-width:64em){.text__subheadline{font-size:1rem;line-height:1.5rem}}.text__body *{font-size:.8rem;line-height:1.1rem}@media screen and (min-width:64em){.text__body *{font-size:1rem;line-height:1.5rem}}.text__body p:first-child{margin-top:0}.text__body p:last-child{margin-bottom:0}
