*{margin:0;padding:0;box-sizing:inherit}:focus:not(:focus-visible){outline:none}:root{box-sizing:border-box;text-size-adjust:none}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}hr{border:none;height:1px;background-color:currentColor}address{font-style:normal}@keyframes fade-in-up{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(1rem)}}@keyframes animate-line{0%{transform:scaleX(1)}50%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes animate-line-one-way{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes header-fade-in{0%{opacity:0;visibility:hidden;transform:translateY(-2rem)}to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes header-fade-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-2rem)}}@keyframes mute-button-scale{0%{opacity:0;visibility:hidden;bottom:50%;right:50%;scale:0}40%{opacity:.7;visibility:visible;bottom:50%;right:50%;scale:4}60%{opacity:.7;visibility:visible;bottom:50%;right:50%;scale:4}to{opacity:1;visibility:visible;bottom:5rem;right:1rem;scale:1;transform:translate(0)}}.u-no-transition *{transition:none!important}.u-grid{display:grid;gap:5rem 2.5rem}.u-grid--2{grid-template-columns:repepeat(2,minmax(0,1fr))}@media screen and (max-width:840px){.u-grid--2{grid-template-columns:minmax(0,1fr)}}.u-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and (max-width:840px){.u-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:600px){.u-grid--3{grid-template-columns:minmax(0,1fr)}}.u-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (max-width:840px){.u-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:600px){.u-grid--4{grid-template-columns:minmax(0,1fr)}}.u-grid__item--2-3{grid-column:span 2}@media screen and (max-width:840px){.u-grid__item--2-3{grid-column:span 1}}.u-limiter{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,10fr) minmax(0,1.25fr);grid-template-areas:". content ."}@media screen and (max-width:600px){.u-limiter{grid-template-columns:minmax(0,.5fr) minmax(0,11fr) minmax(0,.5fr)}}@media screen and (max-width:1450px){.u-limiter{grid-template-columns:minmax(0,.3fr) minmax(0,11fr) minmax(0,.3fr)}}.u-limiter__inner{grid-area:content}.u-center{text-align:center}.u-text{max-width:80ch}.u-section{position:relative;padding:4rem 0}@media screen and (max-width:950px){.u-section{padding-bottom:2rem 0}}.u-section__trigger{display:none}.u-section-limited{max-width:50.5rem}.u-animated-line-top{display:block;grid-column:span 2}.u-animated-line-top:before{content:" ";height:1px;width:100%;background:#000;position:absolute;inset:0;transform:scaleX(0);will-change:transform;transform-origin:left;transition:transform .75s ease-in-out}.u-animated-line-top.is-in-view:before{transform:scaleX(1)}.u-animated-line-left:before{content:" ";height:100%;width:1px;background:#000;position:absolute;inset:0;transform:scaleY(0);transform-origin:top;will-change:transform;transition:transform .75s ease-in-out}.u-animated-line-left.is-in-view:before{transform:scaleY(1)}.u-animated-underline,a:not(nav a,a.m-button,a.m-overlaying-link,a.m-header__logo__wrapper,a.m-header__logo-home__wrapper,a.m-filter__option,a.m-hamburger,a.m-footer__logo__link){position:relative;width:fit-content}.u-animated-underline:after,a:not(nav a,a.m-button,a.m-overlaying-link,a.m-header__logo__wrapper,a.m-header__logo-home__wrapper,a.m-filter__option,a.m-hamburger,a.m-footer__logo__link):after{content:"";width:100%;height:1.5px;background:#b5c7b0;transition:transform .2s ease-in-out;will-change:transform;position:absolute;left:0;bottom:-2px;display:block;transform:scaleX(1);transform-origin:left}.u-animated-underline.m-filter__option:after,a.m-filter__option:not(nav a,a.m-button,a.m-overlaying-link,a.m-header__logo__wrapper,a.m-header__logo-home__wrapper,a.m-filter__option,a.m-hamburger,a.m-footer__logo__link):after{transform:scale(0)}.u-animated-underline.m-filter__option.active:after,a.m-filter__option.active:not(nav a,a.m-button,a.m-overlaying-link,a.m-header__logo__wrapper,a.m-header__logo-home__wrapper,a.m-filter__option,a.m-hamburger,a.m-footer__logo__link):after{transform:scale(1)}.u-animated-underline:hover:after,a:hover:not(nav a,a.m-button,a.m-overlaying-link,a.m-header__logo__wrapper,a.m-header__logo-home__wrapper,a.m-filter__option,a.m-hamburger,a.m-footer__logo__link):after{animation:animate-line .5s ease-in-out}.u-animated-underline:hover.m-filter__option.active:after,a:hover.m-filter__option.active:not(nav a,a.m-button,a.m-overlaying-link,a.m-header__logo__wrapper,a.m-header__logo-home__wrapper,a.m-filter__option,a.m-hamburger,a.m-footer__logo__link):after{animation:none}.u-animated-underline:hover.m-filter__option:not(.active):after,a:hover.m-filter__option:not(.active):not(nav a,a.m-button,a.m-overlaying-link,a.m-header__logo__wrapper,a.m-header__logo-home__wrapper,a.m-filter__option,a.m-hamburger,a.m-footer__logo__link):after{transform:scale(1);animation:animate-line-one-way .25s ease-in-out}.u-background-1{background:#b5c7b0}.u-background-2{background:#66295f}.u-background-3{background:#000}.u-background-4{background:#003b42}.u-background-5{background:#3d1627}.u-background-6{background:#d3c1b5}.u-accordeon-underline{position:relative}.u-accordeon-underline:after{content:"";position:absolute;bottom:0;left:0;background:currentColor;height:1px;width:100%;transform:scaleX(0);transform-origin:left;transition:transform .25s ease-in-out;will-change:transform}.u-accordeon-underline:not([open]):hover:after{transform:scaleX(1)}@media screen and (max-width:600px){.u-mobile-hidden{display:none}}@media screen and (min-width:600px){.u-desktop-hidden{display:none}}.u-hidden{display:none}.u-fade-out-header{animation:header-fade-out .125s ease-in-out forwards!important}.u-fade-in-header{animation:header-fade-in .5s ease-in-out forwards!important}.u-logo-shrink{scale:.5}@media screen and (max-width:950px){.u-logo-shrink{scale:.75}}.u-fade-in{opacity:0}.u-fade-in.is-in-view{animation:fade-in-up .5s ease-in-out forwards}.u-fade-in-children>*{opacity:0}.u-fade-in-children>*.is-in-view{opacity:1;animation:fade-in-up .5s ease-in-out forwards}@font-face{font-family:MediumLL;src:url(/build/assets/MediumLLWeb-SemiBold-BgZday9L.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:MediumLL;src:url(/build/assets/MediumLLWeb-SemiBold-RjzvAkH6.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:MediumLL;src:url(/build/assets/MediumLLWeb-Regular-oT087-Do.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MediumLL;src:url(/build/assets/MediumLLWeb-Regular-BvgBz51f.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{font-family:MediumLL,sans-serif;font-size:20px;font-size:clamp(20px,1.25vw,22px);text-rendering:geometricPrecision;line-height:1.4;scrollbar-gutter:stable;text-underline-position:under}@media(-webkit-device-pixel-ratio:1.5){:root{zoom:.66}}@media(-webkit-device-pixel-ratio:1.25){:root{zoom:.8}}h2,.heading-2,.m-insight-detail__title,h3,.heading-3,h4,.heading-4,h5,.heading-5{margin-bottom:1em}h2:first-child,.heading-2:first-child,.m-insight-detail__title:first-child,h3:first-child,.heading-3:first-child,h4:first-child,.heading-4:first-child,h5:first-child,.heading-5:first-child{margin-top:0}h2:last-child,.heading-2:last-child,.m-insight-detail__title:last-child,h3:last-child,.heading-3:last-child,h4:last-child,.heading-4:last-child,h5:last-child,.heading-5:last-child{margin-bottom:0}h2+h1,h2+.heading-1,h2+h2,h2+.heading-2,h2+.m-insight-detail__title,h2+h3,h2+.heading-3,h2+h4,h2+.heading-4,h2+h5,h2+.heading-5,.heading-2+h1,.m-insight-detail__title+h1,.heading-2+.heading-1,.m-insight-detail__title+.heading-1,.heading-2+h2,.m-insight-detail__title+h2,.heading-2+.heading-2,.m-insight-detail__title+.heading-2,.heading-2+.m-insight-detail__title,.m-insight-detail__title+.m-insight-detail__title,.heading-2+h3,.m-insight-detail__title+h3,.heading-2+.heading-3,.m-insight-detail__title+.heading-3,.heading-2+h4,.m-insight-detail__title+h4,.heading-2+.heading-4,.m-insight-detail__title+.heading-4,.heading-2+h5,.m-insight-detail__title+h5,.heading-2+.heading-5,.m-insight-detail__title+.heading-5,h3+h1,h3+.heading-1,h3+h2,h3+.heading-2,h3+.m-insight-detail__title,h3+h3,h3+.heading-3,h3+h4,h3+.heading-4,h3+h5,h3+.heading-5,.heading-3+h1,.heading-3+.heading-1,.heading-3+h2,.heading-3+.heading-2,.heading-3+.m-insight-detail__title,.heading-3+h3,.heading-3+.heading-3,.heading-3+h4,.heading-3+.heading-4,.heading-3+h5,.heading-3+.heading-5,h4+h1,h4+.heading-1,h4+h2,h4+.heading-2,h4+.m-insight-detail__title,h4+h3,h4+.heading-3,h4+h4,h4+.heading-4,h4+h5,h4+.heading-5,.heading-4+h1,.heading-4+.heading-1,.heading-4+h2,.heading-4+.heading-2,.heading-4+.m-insight-detail__title,.heading-4+h3,.heading-4+.heading-3,.heading-4+h4,.heading-4+.heading-4,.heading-4+h5,.heading-4+.heading-5,h5+h1,h5+.heading-1,h5+h2,h5+.heading-2,h5+.m-insight-detail__title,h5+h3,h5+.heading-3,h5+h4,h5+.heading-4,h5+h5,h5+.heading-5,.heading-5+h1,.heading-5+.heading-1,.heading-5+h2,.heading-5+.heading-2,.heading-5+.m-insight-detail__title,.heading-5+h3,.heading-5+.heading-3,.heading-5+h4,.heading-5+.heading-4,.heading-5+h5,.heading-5+.heading-5{margin-top:1.5em}h1,.heading-1{font-size:4rem;line-height:1;font-weight:450;margin-bottom:4rem}@media screen and (max-width:600px){h1,.heading-1{font-size:2.2rem;line-height:1.14;font-weight:450;margin-bottom:2rem}}h2,.heading-2,.m-insight-detail__title{font-size:2.5rem;font-weight:450;line-height:1.16}@media screen and (max-width:600px){h2,.heading-2,.m-insight-detail__title{font-size:1.7rem;line-height:1.23;font-weight:450}}h3,.heading-3{font-size:1.6rem;font-weight:450;line-height:1.16;margin-top:1em}@media screen and (max-width:600px){h3,.heading-3{font-size:1.4rem;line-height:1.3;font-weight:450}}h4,.heading-4{font-weight:600;margin-bottom:0}p,ul,ol{margin-bottom:1rem}p:last-child,ul:last-child,ol:last-child{margin-bottom:0}ul,ol{padding-left:1rem}nav ul,footer ul,nav ol,footer ol{margin-bottom:0;padding-left:0;list-style:none}main ul li{list-style-type:none;position:relative;margin-bottom:.5em}main ul li:before{position:absolute;top:.7em;transform:translateY(-50%) translate(-1em);left:0;content:"";margin-right:.5rem;width:.5em;background:currentColor;height:2px}strong,b{font-weight:700}a{color:currentColor;text-decoration:none}nav a,footer a{text-decoration:none}img,svg,video{max-width:100%;height:auto}iframe{max-width:100%;border:none}figure{font-size:0}figcaption{margin-top:1rem;font-size:1rem}input,textarea,select,button{border:none;border-radius:0;font-family:inherit;font-size:100%;font-weight:inherit;background-color:transparent}input[type=text],input[type=number],input[type=email],input[type=tel],input[type=url],input[type=search],input[type=password],input[type=submit],textarea,select,button{appearance:none}input[type=checkbox],input[type=radio]{margin-right:.25rem}textarea{resize:vertical}::-webkit-input-placeholder{color:currentColor}::-moz-placeholder{color:currentColor}:-ms-input-placeholder{color:currentColor}:-moz-placeholder{color:currentColor}fieldset{border:none}button,input[type=submit],.m-button{text-rendering:geometricPrecision;cursor:pointer;border:none;appearance:none;leading-trim:both}.l-body.has-open-nav .m-nav__close-overlay{display:block}.l-body__person{height:100vh;background:#003b42}main{margin-top:4rem;position:relative}main.is-home{margin-top:15rem}@media screen and (max-width:950px){main.is-home{margin-top:11rem}}@media screen and (max-width:600px){main.is-home{margin-top:6rem}}.m-skip{position:absolute;z-index:11;padding:.25rem;background-color:#fff;opacity:0;pointer-events:none;transition:opacity .25s ease-in-out}.m-skip:focus{opacity:1;pointer-events:auto}.m-hamburger{z-index:6;color:currentColor;transition:color .4s ease-in-out;font-size:0;position:absolute;right:0;height:2rem}.m-hamburger__wrapper{position:relative;display:flex;align-items:center;flex-direction:row;height:4rem}.m-hamburger.is-clicked{color:#fff}.m-hamburger.is-clicked rect{transform:scaleX(0)}.m-hamburger.is-clicked rect:first-child{transform:translateY(0) rotate(45deg)}.m-hamburger.is-clicked rect:last-child{transform:translateY(0) rotate(-45deg)}.m-hamburger svg{width:1.3rem;color:currentColor}@media screen and (max-width:600px){.m-hamburger svg{width:1.25rem}}.m-hamburger rect{fill:currentColor;transform-origin:center;transition:transform .25s ease-in-out}.m-hamburger rect:first-child{transform:translateY(-5px)}.m-hamburger rect:last-child{transform:translateY(5px)}.m-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:1rem 0}.m-header__wrapper{position:fixed;width:100%;scrollbar-gutter:stable;inset:0;background:#fff;z-index:4;height:4rem}.m-header__logo{height:2rem}@media screen and (max-width:950px){.m-header__logo{height:1.5rem}}.m-header__logo__wrapper{height:100%;display:flex;flex-direction:row;align-items:center}.m-header__logo-home{height:4.917rem;animation:header-fade-in .5s ease-in-out forwards}.m-header__logo-home__wrapper{transform-origin:left center;transform:translateY(0);transition:scale .5s ease-in-out,transform .5s ease-in-out;will-change:transform,scale}@media screen and (min-width:950px){.m-header__logo-home__wrapper{transform:translateY(1.5rem)}.m-header__logo-home__wrapper.u-logo-shrink{transform:translateY(0)}}@media screen and (max-width:950px){.m-header__logo-home{height:3rem}}@media screen and (max-width:600px){.m-header__logo-home{height:2rem}}.m-header__logo-home__text{font-size:5.24rem;margin:0;line-height:.8;opacity:0;visibility:visible;will-change:opacity,visibility;position:absolute;min-width:30rem;width:fit-content;left:0}@media screen and (max-width:950px){.m-header__logo-home__text{font-size:3.2rem}}@media screen and (max-width:600px){.m-header__logo-home__text{font-size:2.1rem}}.m-header__logo-home__text-wrapper{position:relative}.m-header__logo-home__text-wrapper:not(:first-of-type){opacity:0;visibility:hidden}.m-header__logo-home__text:first-of-type{top:0;margin-left:3.5rem;animation:header-fade-in .5s ease-in-out .25s forwards}@media screen and (max-width:600px){.m-header__logo-home__text:first-of-type{margin-left:.5rem}}.m-header__logo-home__text:last-of-type{top:5.2rem;margin-left:7rem;animation:header-fade-in .5s ease-in-out .5s forwards}@media screen and (max-width:950px){.m-header__logo-home__text:last-of-type{top:3.2rem}}@media screen and (max-width:600px){.m-header__logo-home__text:last-of-type{top:2.2rem;margin-left:1.5rem}}.m-nav{display:flex;flex-direction:column;padding-left:4rem;padding-right:4rem;padding-bottom:1rem;z-index:5;overflow-y:auto;overscroll-behavior:contain;transform:translate(100%);will-change:transform,visibility;transition:transform .35s ease-in-out,visibility .35s ease-in-out .35s;container-type:inline-size;color:#fff;background:#003b42;visibility:hidden;position:fixed;top:0;right:0;width:50%;height:100%;font-size:clamp(14px,1vw,18px)}@media screen and (max-width:950px){.m-nav{width:100%;padding-left:1rem;padding-right:1rem}}.m-nav__close-overlay{position:fixed;inset:0;width:50%;height:100%;display:none;z-index:5}.m-nav__close-overlay:hover{cursor:pointer}.m-nav.is-visible{transform:translate(0);visibility:visible;transition:transform .35s ease-in-out,visibility .35s ease-in-out}.m-nav__languages{display:flex;flex-direction:row;padding-top:3rem;padding-bottom:3.5rem;gap:.6rem}.m-nav__languages .m-button{padding-top:1px}.m-nav__list{flex-grow:1}.m-nav__list :not(:last-child){margin-bottom:.8rem}.m-nav__list-item{font-size:clamp(2.8rem,4vw,4rem);line-height:1;position:relative}@media screen and (max-width:600px){.m-nav__list-item{font-size:2.2rem}}.m-nav__list-item-link{position:relative;display:inline-block;margin-bottom:0}.m-nav__list-item-link span{transition:transform .25s ease-in-out;display:block;transform:translate(0)}.m-nav__list-item-link:before{content:"";background:#fff;width:0;height:.25rem;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:width .25s ease-in-out}@media(hover:hover){.m-nav__list-item-link:hover{cursor:pointer}.m-nav__list-item-link:hover span{transform:translate(2rem)}.m-nav__list-item-link:hover:before{width:1.5rem}}.m-nav__list-item-link.is-active{cursor:pointer}.m-nav__list-item-link.is-active span{transform:translate(2rem)}.m-nav__list-item-link.is-active:before{width:1.5rem}.m-nav__bottom{margin-top:2rem}.m-button-primary{border:1px solid #b5c7b0}.m-button-primary:hover{background-color:#b5c7b0;color:#fff}.m-button-secondary{border:1px solid #ffffff}.m-button-secondary:hover{background-color:#fff;color:#000}.m-button-nav{border:1px solid #ffffff}.m-button-nav:hover,.m-button-nav.is-active{background-color:#fff;color:#003b42}.m-button{display:inline-flex;justify-content:center;align-items:center;font-size:clamp(14px,1vw,18px);min-width:2rem;height:1.5rem;border-radius:.75rem;padding:0 .5rem;color:currentColor;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out}.m-locations-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem}.m-locations-list__entry-title{margin-bottom:1rem}.m-locations-list__entry__video{margin-bottom:2rem}@container (width < 550px){.m-locations-list__entry__video{margin-bottom:1rem}}@container (width < 550px){.m-locations-list{gap:1.5rem;grid-template-columns:repeat(1,minmax(0,1fr))}}.m-locations{position:relative}.m-locations__list{container-type:inline-size}.m-locations__mail{display:flex;flex-direction:row;justify-items:center}@media screen and (max-width:950px){.m-locations__mail{flex-direction:column;gap:1rem}}.m-locations__mail-icon{color:#b5c7b0;width:3.5rem;margin-right:1.5rem}@media screen and (max-width:950px){.m-locations__mail-icon{width:2rem}}.m-locations__mail-icon path{stroke-width:1}.m-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));font-size:clamp(14px,1vw,18px);padding-top:2.5rem;padding-bottom:0}.m-footer__text{margin-bottom:2.5rem}.m-footer__logo{max-width:11rem}.m-footer__right{container-type:inline-size}@media screen and (max-width:600px){.m-footer{display:flex;flex-direction:column;gap:1rem}}.m-footerlinks{display:flex;flex-direction:row;justify-content:space-between;padding:1rem 0;border-top:1px solid currentColor;margin-top:2.5rem}.m-footerlinks__list{display:flex;flex-direction:row;gap:2rem}@container (max-width: 370px){.m-footerlinks{flex-direction:column;align-items:start;gap:1rem}}.m-headline{padding-top:4rem}@media screen and (max-width:950px){.m-headline{padding-top:2rem}}.m-headline__text{max-width:56rem}.m-headline__image{width:100%;margin-bottom:4rem}.m-headline__video:hover,.m-headline__video:focus{cursor:url(/build/assets/mute-O6k5t_y6.svg) 50 50,auto}.m-headline__video:hover.is-muted,.m-headline__video:focus.is-muted{cursor:url(/build/assets/unmute-Bdc8HTDY.svg) 50 50,auto}.m-headline__video__wrapper{position:relative;height:fit-content;width:100%}@media screen and (min-width:950px){.m-headline__video__mute,.m-headline__video__unmute{display:none}}@media screen and (max-width:950px){.m-headline__video__mute,.m-headline__video__unmute{position:absolute;width:3rem;height:3rem;right:.5rem;bottom:5rem}}@media screen and (min-width:950px){.m-headline__video__unmute.mute-animate{opacity:0;transform-origin:center;animation:mute-button-scale 2s ease-in-out forwards}}.m-skill-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}@media screen and (max-width:950px){.m-skill-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media screen and (max-width:600px){.m-skill-overview{display:flex;flex-direction:row;overflow-y:auto;width:100%}}@media screen and (max-width:600px){.m-skill-overview__item{min-width:85%}}.m-skill-overview__item:hover .m-skill-overview__image img{transform:scale(1.05)}.m-skill-overview__image{overflow:hidden;position:relative}.m-skill-overview__image img{will-change:transform;transition:transform .25s ease-in-out;width:100%}.m-skill-overview__text{padding-top:.9rem}.m-skill-overview__text__title{margin-bottom:.6rem}.m-skill-overview__text__teaser{font-size:clamp(14px,1vw,18px);margin-bottom:.9rem}.m-skill-overview__text .m-button{z-index:2;position:relative}.m-image-overlay__parent:hover .m-image-overlay{opacity:.5}.m-image-overlay{opacity:0;position:absolute;inset:0;z-index:1;width:100%;height:100%;background:var(--accent-color);will-change:opacity;transition:opacity .25s ease-in-out}.m-insight-detail__title{margin-bottom:0}.m-insight-detail__teaser{margin-bottom:0;padding-top:4rem}.m-insight-detail__content{position:relative}.m-insight-detail__content .m-maincontent .u-animated-line-top:first-child{display:none}.m-insight-detail__section{padding-bottom:4rem}.m-skill{position:relative;overflow-x:hidden}.m-skill__head{font-size:2.5rem;font-weight:450;line-height:1.16;padding:2rem 0;margin:0;display:flex;justify-content:space-between}.m-skill__head__icon{width:2rem;margin-right:.5rem;will-change:transform;transition:transform .2s ease-in-out}@media screen and (max-width:950px){.m-skill__head__icon{width:1.5rem;min-width:1.5rem}}@media screen and (max-width:950px){.m-skill__head{font-size:1.6rem;font-weight:450;line-height:1.16;align-items:flex-end}}.m-skill__body{display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:4rem}@media screen and (max-width:1350px){.m-skill__body{grid-template-columns:repeat(1,minmax(0,1fr))}}.m-skill[open] .m-skill__head__icon{transform:rotate(-90deg)}.m-contactcard{position:relative;height:fit-content;width:fit-content;max-width:32rem;scroll-margin:5rem}.m-contactcard__head{padding-left:1.5em;display:flex;flex-direction:row;gap:1em}@media screen and (max-width:600px){.m-contactcard__head{padding-left:0;padding-top:1.5em;flex-direction:column}}.m-contactcard__head:hover{cursor:pointer}.m-contactcard__head:hover .m-contactcard__image img{transform:scale(1.05)}.m-contactcard__leader{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;padding-left:1.5rem}@media screen and (max-width:600px){.m-contactcard__leader{padding-left:0;padding-top:1.5em}}.m-contactcard__seperator{margin-top:1.5em;position:relative}.m-contactcard__image{max-width:16rem;height:100%;overflow:hidden;position:relative;flex-shrink:0}@media screen and (max-width:600px){.m-contactcard__image{width:100%;max-width:100%}}.m-contactcard__image img{width:100%;will-change:transform;transition:transform .2s ease-in-out}.m-contactcard__name{font-weight:600;margin-bottom:0;margin-top:.5em}.m-contactcard__education{font-size:clamp(14px,1vw,18px)}.m-contactcard__email{z-index:2;position:relative;font-size:clamp(14px,1vw,18px);display:flex;flex-direction:row;justify-items:center;white-space:nowrap}.m-contactcard__email-icon{margin-right:.5em;min-width:1.25em;width:1.25em;display:inline-block}.m-contactcard__additional{padding-left:1.5em;padding-top:1.5em;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5em;font-weight:600}.m-contactcard__additional__name{font-weight:600}.m-contactcard__additional__image{margin-bottom:.5rem;position:relative;overflow:hidden}.m-contactcard__additional__image img{transition:transform .2s ease-in-out}.m-contactcard__additional__name,.m-contactcard__additional__leader{margin-bottom:0}@media screen and (max-width:600px){.m-contactcard__additional-link{max-width:20rem}}.m-contactcard__additional-link:hover img{transform:scale(1.05)}@media screen and (max-width:600px){.m-contactcard__additional{padding-left:0;padding-top:1em;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}.m-contact-block__headline{margin-bottom:2rem}.m-contact-block__section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}@media screen and (max-width:950px){.m-contact-block__section{grid-template-columns:repeat(1,minmax(0,1fr))}}.m-filter{margin-bottom:3rem;padding-bottom:0;display:flex;gap:2rem;flex-wrap:wrap}.m-filter__option{text-decoration:none;position:relative;width:fit-content;color:currentColor}@media screen and (max-width:600px){.m-filter{flex-direction:column;gap:1rem}}.m-people{padding-bottom:4rem}.m-people__list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2rem}@media screen and (max-width:2200px){.m-people__list{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}@media screen and (max-width:950px){.m-people__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.m-people__entry{scroll-margin:5rem}.m-people__entry-image-wrapper{overflow:hidden;height:auto;width:100%;margin-bottom:.7rem;position:relative}.m-overlaying-link__parent:hover .m-people__entry-image-wrapper picture.is-overlay{opacity:0;visibility:hidden}.m-people__entry-image-wrapper picture:nth-child(1){position:absolute;inset:0;opacity:0;visibility:hidden}.m-overlaying-link__parent:hover .m-people__entry-image-wrapper picture:nth-child(1){opacity:1;visibility:visible}.m-people__entry-image-wrapper picture:only-child{position:relative;opacity:1;visibility:visible}.m-people__entry-image{width:100%;height:auto}.m-people__entry-title{margin-bottom:.5rem}.m-people__entry-text{margin-bottom:0;font-size:clamp(14px,1vw,18px)}.m-person-detail{margin:0;display:flex;flex-direction:row-reverse;justify-items:flex-start;height:100%;color:#fff;position:fixed;width:100%}@media screen and (max-width:950px){.m-person-detail{position:relative;flex-direction:column}}.m-person-detail__text{overflow-y:auto;flex-grow:1;display:flex;flex-direction:column;scrollbar-gutter:stable}@media screen and (max-width:950px){.m-person-detail__text{height:fit-content;overflow-y:visible}}.m-person-detail__content{height:fit-content;flex-grow:1}.m-person-detail__mail{display:flex;justify-items:center;position:relative;margin-top:2rem}.m-person-detail__linkedin{display:flex;justify-items:center;position:relative}.m-person-detail__accordeon{width:100%;border-bottom:1px solid currentColor;overflow:hidden}.m-person-detail__accordeon:first-of-type{margin-top:3rem}.m-person-detail__accordeon__summary{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 0}.m-person-detail__accordeon__summary__title{margin-bottom:0}.m-person-detail__accordeon__summary__icon{transition:transform .2s ease-in-out;transform-origin:center;min-width:1rem}.m-person-detail__accordeon__summary__icon path{stroke-width:3;stroke:currentColor}.m-person-detail__accordeon__content{padding-bottom:1rem;font-size:clamp(14px,1vw,18px)}.m-person-detail__accordeon[open] .m-person-detail__accordeon__summary__icon{transform:rotate(-90deg)}.m-person-detail__text{padding:3rem 2rem}.m-person-detail__text .m-hamburger{position:fixed;top:1rem;right:2rem}@media screen and (max-width:950px){.m-person-detail__text .m-hamburger{right:.5rem}}.m-person-detail__text h1{margin-bottom:.75rem}.m-person-detail__text h3{margin:0}.m-person-detail__image-wrapper{max-height:100vh;height:100%;margin:auto;width:fit-content}@media screen and (min-width:950px){.m-person-detail__image-wrapper{min-width:50vw;width:50vw}}@media screen and (max-width:950px){.m-person-detail__image-wrapper{padding:0 2rem}}.m-person-detail__image{height:100%}.m-person-detail__image img{object-fit:cover;object-position:top;height:100%;width:100%}.m-overlaying-link{position:absolute;inset:0;z-index:1}.m-overlaying-link__parent{position:relative}.m-link-boxes__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;margin-top:4rem}@media screen and (max-width:950px){.m-link-boxes__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media screen and (min-width:2200px){.m-link-boxes__list{grid-template-columns:repeat(5,minmax(0,1fr));gap:2rem}}.m-link-boxes__entry{padding:1.5rem 2.5rem;background:#e0e0e033}.m-link-boxes__entry img{width:100%;transition:transform .3s ease-in-out;will-change:transform}.m-link-boxes__entry:hover img{transform:scale(1.05)}.m-bullet-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem;margin-bottom:4rem}@media screen and (max-width:950px){.m-bullet-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media screen and (max-width:600px){.m-bullet-points{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}}.m-bullet-points__entry{display:flex;flex-direction:row;gap:1.5rem}@media screen and (max-width:950px){.m-bullet-points__entry{gap:1rem}}.m-bullet-points__bullet{border-radius:50%;height:3rem;min-width:3rem;color:#fff;display:flex;align-items:center;justify-content:center}@media screen and (max-width:950px){.m-bullet-points__bullet{height:2.5rem;min-width:2.5rem}}.m-insight-overview,.m-job-list{padding-top:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}@media screen and (min-width:2200px){.m-insight-overview,.m-job-list{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (max-width:1300px){.m-insight-overview,.m-job-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:950px){.m-insight-overview,.m-job-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:600px){.m-insight-overview,.m-job-list{grid-template-columns:repeat(1,minmax(0,1fr))}}.m-insight-overview__wrapper,.m-job-list__wrapper{position:relative}.m-insight-card{flex-direction:column;justify-content:space-between;position:relative;color:#fff;background:#000;background:var(--background);padding:1.5rem;height:18rem;opacity:0;display:flex;justify-content:flex-end}.m-insight-card .m-overlaying-link{z-index:5}.m-insight-card[hidden]{display:none}.m-insight-card__category{font-size:clamp(14px,1vw,18px);position:absolute;inset:1.5rem;color:#fff;z-index:2}.m-insight-card__text{font-size:clamp(14px,1vw,18px)}.m-overlaying-link__parent:hover .m-insight-card{background:#000}.m-insight-card{transition:background .25s ease-in-out}.m-insight-card:hover{background:var(--hover)}.m-insight-card.has-image{padding:0;color:#000;background:#fff;justify-content:space-between}.m-insight-card.has-image .m-insight-card__image{width:100%;height:fit-content;overflow:hidden;position:relative}.m-insight-card.has-image .m-insight-card__image__overlay{background:linear-gradient(180deg,#0006,#0000 50%);position:absolute;width:100%;height:100%;inset:0;z-index:1}.m-insight-card.has-image img{transition:transform .25s ease-in-out;will-change:transform}.m-insight-card.has-image:hover img{transform:scale(1.05)}.m-job-list{margin-top:2rem}.m-job-card{opacity:1;visibility:visible;transition:opacity .25s ease-in-out,visibility .25s ease-in-out}.m-job-card:hover{background:var(--background);opacity:.9}.m-swiper{width:100%;height:auto;overflow:hidden;position:relative}.m-swiper__controls{display:flex;justify-content:space-between;position:absolute;right:0;bottom:1.5rem;width:100%;z-index:2}.m-swiper__button.swiper-button-next:after,.m-swiper__button.swiper-button-prev:after{display:none}.m-swiper__button-wrapper{display:flex;gap:.7rem}.m-images{position:relative}.m-images .swiper-wrapper{padding-bottom:2.5rem}.m-images .m-swiper__controls{bottom:0}.m-team-header{display:flex;flex-wrap:wrap;justify-content:space-around;background:#efefef;margin-bottom:4rem}.m-team-header__image{width:12.5vw;display:flex;justify-self:center}
