.sitenavigation{position:fixed;top:0;left:0;width:100%;display:flex;flex-direction:column-reverse;align-items:center;background-color:#fff;box-shadow:0 0 1em #00000026;z-index:100;transition:top .15s ease}.sitenavigation ul{display:flex;flex-direction:row}.sitenavigation a{display:block;text-decoration:none!important;color:#fff}.sitenavigation .notch{display:flex;flex-direction:row;font-size:.9em;position:relative;background-color:var(--brand_dark);padding:.5em 1em}.sitenavigation .notch:before{content:"";display:block;position:absolute;top:0;width:2rem;height:100%;background-size:cover;background-repeat:no-repeat;left:-1.95rem;background-position:bottom right;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2025%2036%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cpath%20d%3D%22M25,0l-25,0c14,4%2012,35%2025,36l0,-36Z%22%20style%3D%22fill%3A%23222935%3B%22%2F%3E%3C%2Fsvg%3E)}.sitenavigation .notch:after{content:"";display:block;position:absolute;top:0;width:2rem;height:100%;background-size:cover;background-repeat:no-repeat;right:-1.95rem;background-position:bottom left;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2025%2036%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cpath%20d%3D%22M0,0l25,0c-14,4%20-12,35%20-25,36l0,-36Z%22%20style%3D%22fill%3A%23222935%3B%22%2F%3E%3C%2Fsvg%3E)}.sitenavigation .lang{margin-right:1em}.sitenavigation .lang li{margin:auto .25em}.sitenavigation .lang li a{display:inline;color:#fff}.sitenavigation .lang li:last-child a{color:var(--brand_lightgrey)!important}.sitenavigation .lang li:not(:first-child):before{display:inline;content:"/";margin-right:.5em;color:var(--brand_darkgrey)}.sitenavigation .socials li{margin:auto .5em}.sitenavigation .socials li a{position:relative;display:flex;width:1.75rem;height:1.75rem;background-color:var(--brand_darkgrey);border-radius:100%;overflow:hidden;transition:all .1s ease}.sitenavigation .socials li a img{display:block;position:relative;width:50%;height:50%;margin:auto}.sitenavigation .socials li a:hover{background-color:var(--brand_green)}.sitenavigation .contacts li{margin:auto 1em}.sitenavigation .contacts li a{display:flex;flex-direction:row;align-items:center;transition:all .1s ease}.sitenavigation .contacts li a:hover{color:var(--brand_green)}.sitenavigation .contacts li a:before{content:"";display:block;width:.9em;height:.9em;margin-right:1em;background-size:cover;flex-shrink:0}.sitenavigation .contacts li a.place:before{background-image:url(/app/ui/map-marker.svg)}.sitenavigation .contacts li a.phone:before{background-image:url(/app/ui/phone-marker.svg)}.sitenavigation .page{display:flex;flex-direction:row;align-items:center;padding:1em 2em;transition:all .25s ease}.sitenavigation .page .brand-logo{width:12em;height:3em;margin-right:2em;flex-shrink:0;background-image:url(/app/logo-rect.svg);background-size:contain;background-repeat:no-repeat}.sitenavigation .page .anchors{flex-wrap:wrap}.sitenavigation .page .anchors li{margin:.25em}.sitenavigation .page .anchors li a{font-size:.95em;text-decoration:none;color:var(--brand_dark);padding:.5em;text-transform:uppercase;font-weight:400;transition:all .15s ease}.sitenavigation .page .anchors li a.active{color:#fff;background-color:var(--brand_blue)}.sitenavigation .page .anchors li a:hover{color:#fff;background-color:var(--brand_dark)}.sitenavigation .touchmenu-close{display:none}.touchnavbar{display:none;transition:top .15s ease}@media (orientation: portrait),(max-width: 960px){.sitenavigation .brand-logo{background-image:url(/app/logo-square.svg);width:7em;height:4em}}@media (orientation: portrait){.sitenavigation{height:100vh;flex-direction:column;align-items:stretch;overflow-y:auto;transition:all .25s ease;transform:translate(100vw);opacity:0}.sitenavigation:after{content:"";position:fixed;inset:0;background-color:#fff;z-index:-10}.sitenavigation.active{transform:translate(0);opacity:1}.sitenavigation .page{flex-direction:column;margin-top:auto;padding-top:4em;padding-bottom:1em}.sitenavigation .page .brand-logo{margin-right:unset;margin-bottom:2em}.sitenavigation .page .anchors{width:12em;max-width:100%}.sitenavigation .page .anchors li{margin:unset}.sitenavigation .page .anchors li a{padding:1em;border-radius:.5em}.sitenavigation .notch{flex-direction:column-reverse;align-items:center;width:100%;margin-bottom:auto;background-color:transparent}.sitenavigation .notch:before,.sitenavigation .notch:after{display:none}.sitenavigation .notch .contacts{flex-direction:column-reverse}.sitenavigation .notch .contacts li{margin:.75em auto}.sitenavigation .notch .socials{margin:2em auto}.sitenavigation .notch .socials li{margin:auto .75rem}.sitenavigation .notch .socials li a{width:3rem;height:3rem}.sitenavigation .notch .lang{padding:2em 1em;margin-right:unset}.sitenavigation .notch .lang li a{padding:.5em .25em;color:var(--brand_textblack)}.sitenavigation .contacts li a{color:var(--brand_textblack)}.sitenavigation .anchors,.sitenavigation .contacts{flex-direction:column}.sitenavigation .touchmenu-close{position:fixed;right:1em;top:1em;display:block;height:2.5em;width:2.5em;background-image:url(/app/ui/menu-close.svg);background-size:cover;opacity:.8;transition:opacity .15s ease}.sitenavigation .touchmenu-close:hover{opacity:1;cursor:pointer}.touchnavbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;width:100%;height:4em;background-color:#fff;box-shadow:0 0 1em #00000029;z-index:25}.touchnavbar .brand-logo{margin:.5rem 1rem;width:9rem;height:2rem;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url(/app/logo-rect.svg)}.touchnavbar .burger{height:2.5em;width:2.5em;margin:.5em 1em;background-image:url(/app/ui/menu-burger.svg);background-size:cover;opacity:.8;transition:opacity .15s ease}.touchnavbar .burger:hover{opacity:1;cursor:pointer}}@media (orientation: landscape) and (max-width: 720px) and (max-height: 480px){.sitenavigation{font-size:.8em;max-height:25%;overflow:auto;scrollbar-width:thin}.sitenavigation .notch{display:none}}footer{padding:2rem;width:100%;font-size:.9em;font-weight:300;background-color:var(--brand_dark);color:#fff}footer .content{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:65rem;width:100%}footer .group{display:flex;gap:2rem;justify-content:space-between}footer .group.center{justify-content:center!important;align-items:center!important}footer .col{display:flex;flex-direction:column;gap:1rem}footer .row{display:flex;flex-flow:row wrap;gap:1.5rem}footer a{display:inline-block;color:#fff!important;border-bottom:1px solid hsla(0,0%,100%,.25);text-decoration:none!important}footer a:hover{border-bottom-color:#fff}footer p{line-height:1.5em}@media (orientation: portrait){footer .group,footer .row{flex-flow:column nowrap;justify-content:unset;align-items:start}footer .group{gap:1.5rem}footer .row{gap:1.25rem}footer .col{gap:.75rem}}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;z-index:25;padding:1rem;transition:transform .5s ease;pointer-events:none}.cookie-banner.dismissed{transform:translateY(100%)}.cookie-banner .content{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:2rem;padding:1rem 2rem;border-radius:.75rem;max-width:40rem;margin:auto;background-color:#fff;box-shadow:0 0 2rem #57575780;pointer-events:auto}.cookie-banner .content .message p{font-size:.9rem}.cookie-banner .content button{flex-shrink:0;font-size:1rem;padding:.5em 1em;background-color:var(--brand_blue);color:#fff;border-radius:.5em}.cookie-banner .content button:hover{cursor:pointer;background-color:var(--brand_lightblue)}@media (orientation: portrait) and (max-width: 540px){.cookie-banner .content{flex-flow:column nowrap;padding:1.5rem;gap:1rem}.cookie-banner .content .message p{font-size:.8rem}.cookie-banner .content button{min-width:60%;font-size:.9rem}}body{padding-top:8em}@media (max-width: 1280px){body{padding-top:10em}}body section{scroll-margin-top:8em}@media (orientation: portrait){body{padding-top:4em}body section{scroll-margin-top:4em}}ul{list-style:none}.helpcrunch-iframe{z-index:20!important}
