:root{--color-brand: hsl(346deg 83% 49%);--color-text: #564f4f;--color-text-dark: #1C3952;--color-white: hsl(0, 0%, 100%);--color-off-white: #d3dae5;--section-bg-color-inverted: #1C3952;--opener-height: 80vh;--opener-height-mobile: 60vh;--container-padding-x: 32px}@media screen and (min-width: 700px){:root{--container-padding-x: 64px}}@media screen and (min-width: 1200px){:root{--container-padding-x: 128px}}h1{position:absolute;font-size:40px;margin-bottom:0;display:inline-flex;flex-direction:row-reverse;align-items:flex-end;z-index:-1;color:#fff}.opener{display:flex;height:var(--opener-height);background:radial-gradient(#1c3952 33%,#071d2d 100%);clip-path:polygon(0% 0%,100% 0%,100% calc(100% - 20px),calc(50% + 30px) calc(100% - 20px),50% 100%,calc(50% - 30px) calc(100% - 20px),0 calc(100% - 20px));user-select:none}@media screen and (max-width: 1000px){.opener{--opener-height: var(--opener-height-mobile)}}.opener .headline{position:absolute;top:32px;left:32px}.opener .headline img{height:1.5em;width:auto;margin-right:.3em}@media screen and (min-width: 700px){.opener .headline img{height:2.2em}}.opener .headline .sub-headline{text-transform:uppercase;color:#fff;letter-spacing:2px;font-size:22px}.opener .spots{--spot-radius: clamp(100px, 8vw, 800px);position:relative;top:calc(var(--spot-radius) * .5);left:calc(var(--spot-radius));width:calc(100% - var(--spot-radius) * 2);height:calc(100% - var(--spot-radius))}.opener .spots>span{position:absolute;display:inline-block;width:0;height:0;border-radius:100%;transition:top 15s ease-in-out,left 15s ease-in-out,transform 15s ease-in-out,opacity 3s ease-in-out;will-change:top,left,transform;opacity:.4}.opener .spots>span:nth-child(1){top:50%;left:20%;box-shadow:0 0 calc(var(--spot-radius) + 20px) calc(var(--spot-radius) / 2) #d7ff60}.opener .spots>span:nth-child(2){top:30%;left:70%;box-shadow:0 0 calc(var(--spot-radius) - 20px) calc(var(--spot-radius) / 2) #ff2f7f}.opener .spots>span:nth-child(3){top:80%;left:40%;box-shadow:0 0 calc(var(--spot-radius)) calc(var(--spot-radius) / 2) #8eefff}.opener .spots>span:nth-child(4){opacity:0;top:50%;left:40%;box-shadow:0 0 calc(var(--spot-radius)) calc(var(--spot-radius) / 2) #ffbf00b3}@media screen and (min-width: 2000px){.opener .spots>span:nth-child(4){opacity:.4}}.spin-words{--spin-text-height: 24px;position:absolute;left:50%;top:30vh;transform:translate3d(-50%,-50%,0);display:flex;flex-wrap:nowrap;color:var(--color-white);text-transform:uppercase;font-weight:100;flex-direction:column;line-height:var(--spin-text-height);font-size:calc(.8 * var(--spin-text-height))}@media screen and (min-width: 1000px){.spin-words{top:40vh}}@media screen and (min-width: 500px){.spin-words{--spin-text-height: 40px}}@media screen and (min-width: 800px){.spin-words{--spin-text-height: 50px}}@media screen and (min-width: 1200px){.spin-words{--spin-text-height: 60px}}@media screen and (min-width: 1600px){.spin-words{--spin-text-height: 80px;flex-direction:row}}.spin-words p{width:max-content;margin:0 .7em 0 0}.spin-words .spin-words-wrapper{position:relative;display:inline;height:var(--spin-text-height);overflow:hidden}.spin-words .spin-words-inner{display:inline-block;color:#ec325d;position:relative;white-space:nowrap;top:0;left:0;font-weight:800;-webkit-animation:roll-letters 10s 2s infinite;-moz-animation:roll-letters 10s 2s infinite;animation:roll-letters 10s 2s infinite}@keyframes roll-letters{0%{top:0}5%{top:0}15%{top:calc(-1 * var(--spin-text-height))}25%{top:calc(-1 * var(--spin-text-height))}35%{top:calc(-2 * var(--spin-text-height))}45%{top:calc(-2 * var(--spin-text-height))}55%{top:calc(-3 * var(--spin-text-height))}65%{top:calc(-3 * var(--spin-text-height))}75%{top:calc(-3 * var(--spin-text-height))}85%{top:calc(-3 * var(--spin-text-height))}}@-webkit-keyframes roll-letters{0%{top:0}5%{top:0}15%{top:calc(-1 * var(--spin-text-height))}25%{top:calc(-1 * var(--spin-text-height))}35%{top:calc(-2 * var(--spin-text-height))}45%{top:calc(-2 * var(--spin-text-height))}55%{top:calc(-3 * var(--spin-text-height))}65%{top:calc(-3 * var(--spin-text-height))}75%{top:calc(-3 * var(--spin-text-height))}85%{top:calc(-3 * var(--spin-text-height))}}@-moz-keyframes roll-letters{0%{top:0}5%{top:0}15%{top:calc(-1 * var(--spin-text-height))}25%{top:calc(-1 * var(--spin-text-height))}35%{top:calc(-2 * var(--spin-text-height))}45%{top:calc(-2 * var(--spin-text-height))}55%{top:calc(-3 * var(--spin-text-height))}65%{top:calc(-3 * var(--spin-text-height))}75%{top:calc(-3 * var(--spin-text-height))}85%{top:calc(-3 * var(--spin-text-height))}}.working-fields img{width:min(350px,80vw);height:min(350px,80vw);max-width:100%;margin:32px auto;display:block}.definition{display:flex;flex-wrap:wrap-reverse}.definition>div{flex:1;min-width:min(92vw - 2 * var(--container-padding-x),500px)}.definition img{max-width:500px;width:min(80vw,500px);height:min(80vw,500px)}footer .container{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 700px){footer .container{justify-content:flex-end}}@media screen and (max-width: 700px){footer .container .home-link{display:none}}footer a,footer button{display:inline-block;font-size:.8rem;text-decoration:none;background:none;border:none;will-change:transform;cursor:pointer}footer a,footer a:visited,footer button,footer button:visited{color:var(--color-white)}footer a:hover,footer button:hover{color:var(--color-brand);transform:scale(1.05);transition:transform .3s ease-out}footer a:hover img,footer a:hover svg,footer button:hover img,footer button:hover svg{transform:rotate(5deg);transform-origin:50% 100%}footer a:hover img path,footer a:hover svg path,footer button:hover img path,footer button:hover svg path{stroke:var(--color-brand)}footer a:hover img circle,footer a:hover svg circle,footer button:hover img circle,footer button:hover svg circle{fill:var(--color-brand)}footer a+a,footer button+a{margin-left:16px}footer a img,footer a svg,footer button img,footer button svg{display:inline;height:1.2rem;width:auto;transition:transform .3s ease-out}#contact-form-wrapper{display:none}#contact-form-wrapper form{display:flex;flex-direction:column;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(700px,94vw);background:rgba(255,255,255,.5);border-radius:16px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 10px 24px #0000004d;padding:min(128px,10vh) min(128px,10vw)}#contact-form-wrapper form>div+div{margin-top:32px}#contact-form-wrapper form label{display:block;font-weight:400;font-size:.9em;color:var(--color-text-dark);padding-bottom:.4em}#contact-form-wrapper form button,#contact-form-wrapper form input,#contact-form-wrapper form textarea{border:1px solid var(--color-text-dark);border-radius:7px;padding:10px;width:100%;font-size:16px;font-weight:300}#contact-form-wrapper form textarea{font-family:var(--font-family);min-height:150px;resize:vertical;font-size:.9em;font-weight:400}#contact-form-wrapper form [type=submit]{width:auto;background-color:#fff;color:var(--color-text-dark);font-weight:400;padding-inline:16px;border-color:var(--color-text-dark);margin-top:32px;align-self:flex-end}#contact-form-wrapper form .failure-message,#contact-form-wrapper form .send-email-link,#contact-form-wrapper form.success [type=submit]{display:none}#contact-form-wrapper form.success .submit-message{display:block;color:#76c800;font-size:1em;font-weight:600}#contact-form-wrapper form.failure{background-color:#f5d4ce4d}#contact-form-wrapper form.failure .failure-message{display:block;width:100%;color:#c82d00;font-size:1em;font-weight:600;text-align:center;margin-top:32px}#contact-form-wrapper form.failure .send-email-link{display:inline-block;width:fit-content;align-self:center;margin:16px 0;border:1px solid var(--color-brand);border-radius:8px;padding:8px 14px;color:var(--color-brand);text-decoration:none;background-color:#fff;font-size:.9em}.close-contact-form{display:none}.zammad-form .close-contact-form{display:block}#content-overlay{position:fixed;width:90vw;max-width:1000px;left:50%;top:32px;transform:translate(-50%);height:fit-content;max-height:90vh;overflow-x:hidden;overflow-y:auto;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-color:#fff9;padding:32px;border-radius:16px;box-shadow:0 10px 24px #0000004d;color:var(--color-text-dark)}#content-overlay.hidden{display:none}#content-overlay h1{position:static;color:var(--color-text-dark)}#content-overlay h3{white-space:break-spaces;word-break:break-all}#content-overlay a{color:var(--color-brand)!important}@font-face{font-family:AssistantVariable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/assistant-latin-variable-wghtOnly-normal.9fdce601.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--font-family: "AssistantVariable", sans-serif}html,body{margin:0;padding:0;height:100%;-webkit-font-smoothing:antialiased;font-size:20px}body{color:var(--color-text);font-family:var(--font-family)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}input,button{font-family:var(--font-family)}section.inverted,footer.inverted{color:#fff;background-color:var(--section-bg-color-inverted)}section.hr-top{border-top:1px solid var(--color-off-white);margin-top:64px}section.hr-top>h2{padding-top:64px}h1{margin:0 0 16px}.c-white{color:var(--color-white)}h2{font-size:min(10vw,100px);line-height:1.1;font-weight:100;text-align:center;padding:128px 0 32px;color:var(--color-brand);user-select:none}section.inverted h2{color:var(--color-white)}h3{text-transform:uppercase;color:#fff;background-color:var(--color-brand);width:fit-content;font-weight:700;user-select:none;padding:6px 8px;line-height:1em;white-space:nowrap}h4{font-size:1.2em;font-weight:700}.container{max-width:1920px;margin:0 auto;line-height:1.5em;padding-right:var(--container-padding-x, 32px);padding-left:var(--container-padding-x, 32px)}.container.centered{text-align:center}.container.pt-huge{padding-top:64px}.container.pb-huge{padding-bottom:64px}.container.columns{display:grid;grid-gap:32px;grid-template-columns:1fr;grid-auto-flow:unset}@media screen and (min-width: 700px){.container.columns{grid-gap:64px;grid-template-columns:1fr 1fr}}@media screen and (min-width: 1200px){.container.columns{grid-gap:100px;grid-template-columns:unset;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr)}}.p{padding-bottom:2rem}.text-right{text-align:right}.text-center{text-align:center}.nobr{white-space:nowrap}.scale-on-hover{transition:transform .1s ease-out}.scale-on-hover:hover{transform:scale(1.05)}.close-button{position:absolute;right:32px;top:32px;width:32px;height:32px;text-indent:-99999px;border-radius:8px}.close-button:before,.close-button:after{position:absolute;left:15px;content:" ";height:30px;width:2px;background-color:var(--color-text-dark)}.close-button:before{transform:rotate(45deg)}.close-button:after{transform:rotate(-45deg)}
