﻿:root{--headerScale: 0;--borderScale: 0;--startMargin: 150px;--accent: #000}::selection{background:rgba(0,0,0,.95);color:#fff}img::selection{background:rgba(0,0,0,.65);color:#fff}.blue ::selection{background:rgba(0,0,0,.95);color:#fff}:focus{outline:none}::-moz-focus-inner{border:0}.clearfix::before,.clearfix::after{content:" ";display:table}.clearfix::after{clear:both}.clearfix{*zoom:1}*{margin:0;padding:0;box-sizing:border-box;word-wrap:break-word}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:"Montserrat",Arial,Helvetica,sans-serif;font-size:18px;color:#000;font-weight:500;background-color:#fff;line-height:1.35;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}#BorlabsCookieBoxWidget svg{color:#e24031}ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}video{max-width:100%}iframe{width:100%;outline:none;border:none}.container{display:flex;flex-wrap:wrap;margin:0 auto;max-width:1400px}.container.full-width{max-width:100%}.container.space-between{justify-content:space-between}.container.vertical-centered{align-items:center}.container .column{padding-left:20px;padding-right:20px;min-width:0}.container .column.vertical-space-between{display:flex;flex-direction:column;justify-content:space-between}.col-1{flex-basis:8.3333333333%}.col-2{flex-basis:16.6666666667%}.col-3{flex-basis:25%}.col-4{flex-basis:33.3333333333%}.col-5{flex-basis:41.6666666667%}.col-6{flex-basis:50%}.col-7{flex-basis:58.3333333333%}.col-8{flex-basis:66.6666666667%}.col-9{flex-basis:75%}.col-10{flex-basis:83.3333333333%}.col-11{flex-basis:91.6666666667%}.col-12{flex-basis:100%}@media(min-width: 720px){.col-t-1{flex-basis:8.3333333333%}.col-t-2{flex-basis:16.6666666667%}.col-t-3{flex-basis:25%}.col-t-4{flex-basis:33.3333333333%}.col-t-5{flex-basis:41.6666666667%}.col-t-6{flex-basis:50%}.col-t-7{flex-basis:58.3333333333%}.col-t-8{flex-basis:66.6666666667%}.col-t-9{flex-basis:75%}.col-t-10{flex-basis:83.3333333333%}.col-t-11{flex-basis:91.6666666667%}.col-t-12{flex-basis:100%}}@media(min-width: 1100px){.col-d-1{flex-basis:8.3333333333%}.col-d-2{flex-basis:16.6666666667%}.col-d-3{flex-basis:25%}.col-d-4{flex-basis:33.3333333333%}.col-d-5{flex-basis:41.6666666667%}.col-d-6{flex-basis:50%}.col-d-7{flex-basis:58.3333333333%}.col-d-8{flex-basis:66.6666666667%}.col-d-9{flex-basis:75%}.col-d-10{flex-basis:83.3333333333%}.col-d-11{flex-basis:91.6666666667%}.col-d-12{flex-basis:100%}}#logo{width:80px;z-index:100;transition:opacity .5s,translate .5s,width .5s}#logo svg{display:flex;fill:#000;transition:fill .5s,width .5s}#logo.light svg{fill:#fff}#logo.hide{translate:-50% -230%}@media(min-width: 800px){#logo{width:100px}}#navigation{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:20px;position:fixed;width:100%;z-index:1000;translate:0 0;transition:translate .5s,background-color .5s;top:0}#navigation.hide{translate:0 -100%}#navigation.filled{background-color:#fff}#navigation.filled #logo svg{width:150px}#navigation .actions{display:flex;align-items:center;gap:35px}#navigation .toggle-navigation{background-color:transparent;outline:none;border:none;cursor:pointer}#navigation .toggle-navigation svg{height:35px;width:35px}a.apply{background-color:#fff;color:#000;border:2px solid #000;border-radius:25px;padding:5px 15px;transition:background-color .5s,color .5s;z-index:50;font-weight:300;text-transform:uppercase}a.apply:hover{background-color:#000;color:#fff}body.mobile a.apply{position:fixed;bottom:20px;right:20px;opacity:0;animation-name:fadeInUp;animation-duration:1s;animation-fill-mode:both;animation-delay:.5s}#slidein-navigation{position:fixed;right:0;top:0;height:100%;background-color:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,.2);z-index:1010;max-width:80%;padding:75px 50px 25px;max-height:100%;overflow:auto;translate:calc(100% + 30px) 0;transition:translate 1s;display:flex;flex-direction:column;justify-content:space-between;gap:50px}#slidein-navigation.open{translate:0 0}#slidein-navigation .link-container{display:flex;align-items:center;gap:25px;justify-content:space-between}#slidein-navigation .link-container>button{background-color:transparent;border:none;outline:none;font-size:24px;width:40px;color:#000;cursor:pointer}#slidein-navigation .link-container>button:after{content:"+"}#slidein-navigation ul.main-menu{display:flex;flex-direction:column;gap:20px}#slidein-navigation ul.main-menu li.menu-item-has-children.open>.link-container>button:after{content:"-"}#slidein-navigation ul.main-menu li.menu-item-has-children.open>.sub-menu{display:flex;margin-top:10px}#slidein-navigation ul.main-menu>li>.link-container>a{text-transform:uppercase;font-size:1.25rem;font-weight:700}#slidein-navigation ul.main-menu .sub-menu{display:none;flex-direction:column;gap:10px}#slidein-navigation .menu-socials nav{display:flex;gap:25px}#slidein-navigation .menu-socials nav a svg{width:35px;height:35px}@media(min-width: 1200px){#slidein-navigation{box-shadow:0 0 50px 0 rgba(0,0,0,.2);translate:calc(100% + 50px) 0}}@keyframes fadeInUp{from{transform:translate3d(0, 40px, 0)}to{transform:translate3d(0, 0, 0);opacity:1}}#signet{width:100px;margin:15px 0}@media(max-width: 720px){#signet{margin-top:50px}}#footer-image picture{display:flex}#footer-image picture img{aspect-ratio:3/1;object-fit:cover;object-position:center;width:100%}#footer{background-color:#fff;border-top:1px solid #ccc;padding:50px 0}@media(max-width: 720px){#footer .container{flex-direction:column;gap:50px}}#footer .footer-label{font-size:2rem;line-height:1;text-transform:uppercase;margin-bottom:50px;display:block}#footer .footer-label svg{max-height:80px}@media(min-width: 800px){#footer .footer-label svg{max-height:125px}}#footer .footer-menu>li{display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px solid rgba(33,33,33,.25)}#footer .footer-menu>li svg{height:.75em;width:.75em;fill:#000}#footer .footer-menu>li:last-child{border-bottom:none}#footer .footer-menu>li>button{font-size:1.5rem;border:none;outline:none;background-color:transparent}#footer .footer-menu>li button.toggle-submenu{width:1em;color:#000;line-height:1;display:flex;justify-content:center;align-items:center}#footer .footer-menu>li>a{font-weight:700;text-transform:uppercase;padding:15px 0;display:inline-block}#footer .footer-menu>li.open ul.sub-menu{display:block}#footer .footer-menu>li ul.sub-menu{display:none;flex-grow:1;width:100%}@media(min-width: 720px){#footer .footer-menu>li ul.sub-menu{margin-top:25px}}#footer .footer-menu>li ul.sub-menu li{margin-bottom:5px}@media(min-width: 800px){#footer .footer-menu{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:25px;grid-row-gap:50px;align-items:start}#footer .footer-menu>li{border-bottom:none;justify-content:start}#footer .footer-menu>li>a{display:inline-block;padding:0}#footer .footer-menu>li:not(.menu-item-has-children):after,#footer .footer-menu>li button.toggle-submenu{position:static;display:inline-flex}#footer .footer-menu>li button{font-size:inherit;margin-left:10px}#footer .footer-menu>li button svg{font-size:1.5em}#footer .footer-menu>li button.toggle-submenu{display:none !important}#footer .footer-menu>li ul.sub-menu{display:block}}#sub-footer{background-color:#fff;border-top:1px solid #ccc;padding:10px 0}#sub-footer .copyright{display:inline-block}#sub-footer .policy-menu{display:inline-block;margin-left:25px}#sub-footer .policy-menu li{display:inline-block}#sub-footer .policy-menu a{margin:0 15px;display:inline-block}@media(max-width: 550px){#sub-footer{padding-bottom:100px;text-align:center}#sub-footer .copyright{display:block}#sub-footer .policy-menu{padding:15px 0}#sub-footer .policy-menu li{display:block}#sub-footer .policy-menu a{margin:5px 0}}#suk a{color:#000}@media(min-width: 720px){#suk{text-align:right}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999 !important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100% !important}.gslide iframe,.gslide video{outline:0 !important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing !important;cursor:grabbing !important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100% !important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:"";position:absolute;width:100%;height:100%;background:rgba(255, 0, 0, 0.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100% !important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100% !important;width:100% !important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing !important;cursor:grabbing !important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block !important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none !important;box-shadow:none !important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto !important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw !important;-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important;max-height:78vh;overflow:auto !important;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none !important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0 !important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0, 0, 0, 0.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%, 0, 0);transform:translate3d(-60%, 0, 0)}to{visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%, 0, 0);transform:translate3d(-60%, 0, 0)}to{visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(-60%, 0, 0);transform:translate3d(-60%, 0, 0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(-60%, 0, 0);transform:translate3d(-60%, 0, 0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%, 0, 0);transform:translate3d(60%, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%, 0, 0);transform:translate3d(60%, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(60%, 0, 0);transform:translate3d(60%, 0, 0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(60%, 0, 0);transform:translate3d(60%, 0, 0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@media(min-width: 769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0, 0, 0, 0.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0, 0, 0, 0.65);box-shadow:1px 2px 9px 0 rgba(0, 0, 0, 0.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0, 0, 0, 0.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0, 0, 0, 0.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media(min-width: 992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height: 420px){.goverlay{background:#000}}a.btn,.like-a{display:inline-flex;align-items:center;margin-top:1em;color:#fff;background-color:#000;font-weight:600;text-transform:uppercase;border-radius:40px;padding:12px 24px}a.btn svg,.like-a svg{width:1em;height:1em;border-radius:10px;margin-left:15px;border:2px solid #000;padding:10px;box-sizing:content-box;display:flex;justify-content:center;align-items:center;fill:var(--accent)}.btn-centered{display:flex;justify-content:center;padding-top:35px}.btn-container a.btn{margin-bottom:30px}#toggle-filter{-webkit-appearance:none;appearance:none;color:#000;outline:none;border:none;background-color:transparent;font:inherit;font-size:1.25rem;font-weight:700;cursor:pointer;text-transform:uppercase;display:block;width:100%;padding:10px 0;position:relative;text-align:left}#toggle-filter.open:after{content:"-"}#toggle-filter:after{content:"+";position:absolute;right:10px;top:50%;color:#000;line-height:1;translate:0 -50%}#toggle-filter span{color:#000;vertical-align:super;font-size:.65em;letter-spacing:2px}#toggle-filter span:before{content:"("}#toggle-filter span:after{content:")"}#filter-wrapper{display:none}#filter-wrapper.open{display:block}#filter-wrapper input[type=reset]{-webkit-appearance:none;appearance:none;color:#000;outline:none;border:none;background-color:transparent;font:inherit;cursor:pointer}#filter-wrapper .filter-group .filter-group-title{margin-top:25px;margin-bottom:10px;font-weight:700;text-transform:uppercase;display:block}#filter-wrapper .filter-group input[type=search],#filter-wrapper .filter-group input[type=text]{padding:10px 0;outline:none;border:none;width:100%;border-bottom:1px solid #000;font:inherit;-webkit-appearance:textfield;appearance:textfield}#filter-wrapper .filter-group input[type=radio],#filter-wrapper .filter-group input[type=checkbox]{display:none;visibility:hidden;-webkit-appearance:none;appearance:none;margin:0}#filter-wrapper .filter-group input[type=radio]:checked~label,#filter-wrapper .filter-group input[type=checkbox]:checked~label{background-color:#000;color:#fff;box-shadow:none}#filter-wrapper .filter-group label,#filter-wrapper .filter-group a{display:inline-block;line-height:1;font-weight:600;padding:10px 15px;border-radius:50px;background-color:#fff;font-size:.85rem;cursor:pointer;color:#000;box-shadow:inset 0 0 0 1px rgba(57,55,64,.2)}#filter-wrapper .filter-group label::selection,#filter-wrapper .filter-group a::selection{background:rgba(250,250,30,0);color:inherit}#filter-wrapper .filter-group a.active{background-color:#000;color:#fff;box-shadow:none}video{max-width:100%;width:auto}.video-container{position:relative}.video-container video{cursor:pointer}.video-container svg{position:absolute;top:50%;left:50%;width:77px;height:78px;translate:-50% -50%;pointer-events:none;transition:opacity .5s;z-index:10}.video-container svg path{pointer-events:none}.glightbox-container .ginner-container{max-width:1400px;height:800px !important;max-height:80vh}.newsticker-item .newsticker-thumbnail{position:relative;display:inline-flex;margin-bottom:25px;width:100%}.newsticker-item .newsticker-thumbnail picture img{width:100%}.newsticker-item .newsticker-thumbnail .pin{position:absolute;top:15px;right:15px;width:24px;height:24px;fill:rgba(255,255,255,.5)}.newsticker-item .newsticker-title,.newsticker-item .newsticker-date{display:inline-block;width:100%}.newsticker-item .newsticker-title{font-weight:600}.newsticker-item .newsticker-date{opacity:.5;font-size:.8rem}.wp-pagenavi{margin-top:50px;text-align:center}.wp-pagenavi a,.wp-pagenavi span.current{display:inline-block;padding:0 10px}.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#000;border:2px solid #000;border-radius:10px;font-size:1.5rem;line-height:1;margin:0 10px}.wp-pagenavi a.last{display:none}.wp-pagenavi span.extend{margin:0 10px}.swiper{overflow:visible;margin-top:50px}.swiper .swiper-scrollbar{position:relative;left:unset;bottom:unset;top:unset;width:100%;margin-top:50px;margin-bottom:calc(50px - 1rem);background-color:rgba(33,33,33,.25);border-radius:0}.swiper .swiper-scrollbar .swiper-scrollbar-drag{height:150%;cursor:grab;background-color:#000;position:absolute;top:unset;bottom:0;border-radius:0}.swiper .swiper-pagination-bullet{width:35px;height:3px;background:rgba(255,255,255,.5);border-radius:0}.swiper .swiper-pagination-bullet-active{background:#fff}@font-face{font-family:"Slack";src:url("../fonts/slack-light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:"Syne";font-style:normal;font-weight:700;src:url("../fonts/syne-v15-latin-700.woff2") format("woff2"),url("../fonts/syne-v15-latin-700.woff") format("woff")}@font-face{font-display:swap;font-family:"Syne";font-style:normal;font-weight:800;src:url("../fonts/syne-v15-latin-800.woff2") format("woff2"),url("../fonts/syne-v15-latin-800.woff") format("woff")}@font-face{font-display:swap;font-family:"Montserrat";font-style:normal;font-weight:500;src:url("../fonts/montserrat-v25-latin-500.woff2") format("woff2"),url("../fonts/montserrat-v25-latin-500.woff") format("woff")}@font-face{font-display:swap;font-family:"Montserrat";font-style:normal;font-weight:600;src:url("../fonts/montserrat-v25-latin-600.woff2") format("woff2"),url("../fonts/montserrat-v25-latin-600.woff") format("woff")}@font-face{font-display:swap;font-family:"Montserrat";font-style:normal;font-weight:700;src:url("../fonts/montserrat-v25-latin-700.woff2") format("woff2"),url("../fonts/montserrat-v25-latin-700.woff") format("woff")}@font-face{font-family:"fontello";src:url("data:application/octet-stream;base64,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") format("woff")}.arrowright:after{content:"";font-family:"fontello";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;vertical-align:super;font-size:.5em;line-height:1em;translate:0 .4em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{margin-bottom:1em}p a{color:#000;text-decoration:underline;font-weight:700}.suk_module ul li a{color:#000;text-decoration:underline;font-weight:700}a{color:#000;text-decoration:none;transition:color .5s}b,strong{font-weight:700}h1,h2,h3,h4{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on}h1 .small,h2 .small,h3 .small,h4 .small{line-height:1;display:block}h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}h1 span.accent,h2 span.accent,h3 span.accent,h4 span.accent{color:var(--accent)}h1{font-size:3.5rem;font-family:"Slack",Arial,Helvetica,sans-serif;font-weight:300}h1 .small{font-size:1.85rem}@media(min-width: 750px){h1{font-size:5rem}h1 .small{font-size:2.5rem}}@media(min-width: 1200px){h1{font-size:7.5rem;line-height:.8}}h1+span.subtitle,h1+h2.subtitle{font-size:2.25rem}h1+span.subtitle .big,h1+h2.subtitle .big{font-size:2.5rem}h1+span.subtitle .small,h1+h2.subtitle .small{font-size:1.25rem}@media(min-width: 750px){h1+span.subtitle,h1+h2.subtitle{font-size:4rem}h1+span.subtitle .big,h1+h2.subtitle .big{font-size:4.55rem}h1+span.subtitle .small,h1+h2.subtitle .small{font-size:2.25rem}}@media(min-width: 1200px){h1+span.subtitle,h1+h2.subtitle{font-size:4.5rem}}h2{font-size:2.25rem}h2 .big{font-size:2.5rem}h2 .small{font-size:1.25rem}@media(min-width: 750px){h2{font-size:4rem}h2 .big{font-size:4.55rem}h2 .small{font-size:2.25rem}}@media(min-width: 1200px){h2{font-size:4.5rem}}h2+span.subtitle,h2+h3.subtitle{font-size:2rem}@media(min-width: 720px){h2+span.subtitle,h2+h3.subtitle{font-size:3.5rem}}@media(min-width: 1200px){h2+span.subtitle,h2+h3.subtitle{font-size:3rem}}h3{font-size:2rem}@media(min-width: 720px){h3{font-size:3.5rem}}@media(min-width: 1200px){h3{font-size:3rem}}h3+span.subtitle,h3+h4.subtitle{font-size:2rem}@media(min-width: 720px){h3+span.subtitle,h3+h4.subtitle{font-size:3.5rem}}@media(min-width: 1200px){h3+span.subtitle,h3+h4.subtitle{font-size:3rem}}h4{font-size:2rem}@media(min-width: 720px){h4{font-size:3.5rem}}@media(min-width: 1200px){h4{font-size:3rem}}h2.subtitle,h3.subtitle,h4.subtitle,span.subtitle{font-family:"Syne",Arial,Helvetica,sans-serif;display:inline-block;margin-bottom:15px;line-height:1.2;font-weight:700}.pills-container{display:flex;flex-direction:column;align-items:start;gap:10px;margin-top:50px}.pills-container .pill{padding:2px 14px;border:1px solid #000;border-radius:40px;color:#000;display:inline-block;font-size:1.35rem;font-family:"Slack",Arial,Helvetica,sans-serif;text-transform:uppercase;line-height:1.2}@media(min-width: 720px){.pills-container .pill{font-size:1.85rem}}*[data-speed]{transition:translate .1s}@media(min-width: 720px){.intro-btn{text-align:right}}.section{padding-top:150px;padding-bottom:150px;position:relative;overflow:hidden}.section.nopadding{padding-top:0;padding-bottom:0}.section.yellow{--accent: #FAFA1E}@media(max-width: 550px){.section{padding-top:100px;padding-bottom:100px}}.suk_module ul,.suk_module ol{list-style-position:inside !important}.suk_module ul li,.suk_module ol li{margin-bottom:1em}.suk_module ul li::marker,.suk_module ol li::marker{color:#000}.suk_module ul{list-style:square}@keyframes moveGradient{0%{background-position:0%}100%{background-position:100%}}.suk_module.accordion+.accordion{padding-top:0}.suk_module.accordion .accordion-item{border-bottom:1px solid #cecece}.suk_module.accordion .accordion-item:last-child{border-bottom:none}.suk_module.accordion .accordion-item.open .accordion-item-title:after{content:"-"}.suk_module.accordion .subtitle{font-size:2rem;text-transform:uppercase}.suk_module.accordion .accordion-item-title{padding:15px 25px 15px 0;cursor:pointer;position:relative;font-weight:600}.suk_module.accordion .accordion-item-title:after{content:"+";position:absolute;right:0;top:50%;translate:0 -50%;color:#000;font-weight:700}.suk_module.accordion .accordion-item-content{max-height:0;transition:max-height .75s;overflow:hidden}.suk_module.accordion .accordion-item-content .accordion-item-content-inner{padding:15px 0}.suk_module.card-stack .swiper{margin-top:0}.suk_module.card-stack .swiper .swiper-pagination{top:15px;left:50%;bottom:unset;translate:-50% 0;width:60%;line-height:3px}.suk_module.card-stack .card-group{margin-top:50px}.suk_module.card-stack .card-group .card-group-title{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on;display:block}.suk_module.card-stack .card-group .card-group-title .small{line-height:1;display:block}.suk_module.card-stack .card-group .card-group-title b,.suk_module.card-stack .card-group .card-group-title strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}.suk_module.card-stack .cards{transition:height .5s;margin-top:30px}@media(max-width: 550px){.suk_module.card-stack .cards[data-expanded=false] .card:nth-child(n+5){opacity:0}}.suk_module.card-stack .cards .card{position:relative;border-radius:10px;display:block;overflow:hidden;margin-bottom:20px;transition:scale .5s,translate .5s,margin-top .5s}.suk_module.card-stack .cards .card:first-child{z-index:50}.suk_module.card-stack .cards .card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:65%;z-index:1;background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%)}.suk_module.card-stack .cards .card picture{display:flex}.suk_module.card-stack .cards .card img{aspect-ratio:16/9;border-radius:10px;width:100%;object-fit:cover}.suk_module.card-stack .cards .card .card-top{position:absolute;top:0;left:0;width:100%;padding:12px;padding-bottom:0;display:flex;justify-content:space-between;align-items:center;z-index:10;color:#fff;text-transform:uppercase;font-weight:700}.suk_module.card-stack .cards .card .card-top svg{width:23px;height:14px;fill:#fff}.suk_module.card-stack .cards .card .card-bottom{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on;position:absolute;bottom:0;left:0;width:100%;padding:0 12px 12px 12px;z-index:10;color:#fff;margin-bottom:0}.suk_module.card-stack .cards .card .card-bottom .small{line-height:1;display:block}.suk_module.card-stack .cards .card .card-bottom b,.suk_module.card-stack .cards .card .card-bottom strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}.suk_module.card-stack .cards .card .card-bottom span{display:block}.suk_module.card-stack .cards .card .card-bottom .card-title{font-size:1.3rem}.suk_module.card-stack .cards .card .card-bottom .card-subtitle{font-size:.85rem;margin-bottom:5px}@media(min-width: 550px){.suk_module.card-stack .cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));grid-gap:25px}}@media(min-width: 1280px){.suk_module.card-stack .cards{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1680px){.suk_module.card-stack .cards{grid-template-columns:repeat(4, 1fr)}}.suk_module.contact .contact-content{margin-bottom:75px}.suk_module.contact .contactform-wrapper{width:90%;max-width:550px;margin:0 auto}.wps-form-row{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))}.wps-form-row:last-of-type .wps-form-column:last-of-type{margin-bottom:0}.wps-form-row .wps-form-column{margin-bottom:35px}.wps-form-row label{font-size:.85em;margin-top:-10px;display:block;font-weight:700}.wps-form-row label span.req{color:#000}.wps-form-row .wpcf7-acceptance label{font-weight:500;font-size:1rem;font-family:inherit}.wps-form-row .wpcf7-acceptance label a{font-weight:500}.wps-form-row input[type=text],.wps-form-row input[type=tel],.wps-form-row input[type=email],.wps-form-row textarea,.wps-form-row select{max-width:100%;width:100%;resize:none;background-color:transparent;outline:none;border:none;border-bottom:1px solid #000;padding:10px 0;font-family:inherit;font-size:1rem;font-weight:500;margin-top:5px;border-radius:0}.wps-form-row input[type=text]::placeholder,.wps-form-row input[type=tel]::placeholder,.wps-form-row input[type=email]::placeholder,.wps-form-row textarea::placeholder,.wps-form-row select::placeholder{color:#21212159}.wps-form-row input[type=submit]{outline:none;border:none;appearance:none;font-size:1.5rem;font-weight:300;background-color:transparent;cursor:pointer;color:#000;position:relative}.wps-form-row input[type=submit]:disabled{cursor:no-drop;opacity:.25}.wps-form-row input[type=checkbox]{display:inline-block;width:18px;height:18px;margin-right:15px}.wps-form-row .wpcf7-acceptance a{color:#000;text-decoration:underline;font-weight:600 !important}.wps-form-row span.wpcf7-not-valid-tip{font-size:.8em;color:red}.wps-form-row .wpcf7-radio{display:flex;gap:25px;padding-top:25px}.wps-form-row .wpcf7-radio span.wpcf7-list-item>label{display:flex;align-items:center;gap:5px}.wps-form-row .wpcf7-radio input[type=radio]{width:18px;height:18px}.wps-form-row .wpcf7-radio .wpcf7-list-item-label{line-height:1;padding-top:3px;font-weight:300}@media(min-width: 550px){.wps-form-row{gap:25px;margin-bottom:0}}.screen-reader-response{display:none !important}span.wpcf7-not-valid-tip{font-weight:300}.wpcf7-form .wpcf7-response-output{font-weight:300}.wpcf7-form .wpcf7-response-output:before{font:26px/30px dashicons;margin-right:10px;vertical-align:middle}.wpcf7-form.invalid .wpcf7-response-output{color:#d8000c;background-color:#ffbaba;border:0;padding:10px}.wpcf7-form.invalid .wpcf7-response-output:before{content:""}.wpcf7-form.sent .wpcf7-response-output{color:#4f8a10;background-color:#dff2bf;border:0;padding:10px}.wpcf7-form.sent .wpcf7-response-output:before{content:""}.suk_module.contact-persons-grid .team-members .team-member{margin-bottom:100px}.suk_module.contact-persons-grid .team-members .team-member img{margin-bottom:25px;aspect-ratio:4/5;width:100%}.suk_module.contact-persons-grid .team-members .team-member .team-member-details .team-member-name{font-weight:600;text-transform:uppercase}.suk_module.contact-persons-slider .team-members .team-member img{width:100%}.suk_module.contact-persons-slider .team-members .team-member .team-member-details{padding-top:30px}.suk_module.contact-persons-slider .team-members .team-member .team-member-details span{display:inline-block;width:100%}.suk_module.contact-persons-slider .team-members .team-member .team-member-details .team-member-name{font-size:1.25rem;font-weight:600;line-height:1.2;margin-bottom:5px}.suk_module.contact-persons-slider .team-members .team-member .team-member-details .team-member-position{color:#000}.suk_module.contact-persons-slider .team-members .team-member .team-member-details a{text-transform:uppercase;font-weight:700;font-size:12px}.suk_module.contact-persons-slider .team-members .team-member .team-member-details a svg{fill:#000;height:1em;width:1em;vertical-align:middle}.suk_module.cta-video{padding:75px 0;position:relative}.suk_module.cta-video .container{position:relative;z-index:10;text-align:right}.suk_module.cta-video span{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on;font-size:3rem;display:block;font-family:"Slack",Arial,Helvetica,sans-serif}.suk_module.cta-video span .small{line-height:1;display:block}.suk_module.cta-video span b,.suk_module.cta-video span strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}.suk_module.cta-video video,.suk_module.cta-video img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:0}@media(min-width: 1200px){.suk_module.cta-video{padding:150px 0}.suk_module.cta-video span{font-size:5rem}}.suk_module.frontpage-hero{padding:0 !important;max-width:100%;height:100vh;position:relative;color:#fff;text-align:center}.suk_module.frontpage-hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);z-index:5}.suk_module.frontpage-hero .hero-inner{position:absolute;bottom:100px;left:50%;width:90vw;max-width:1400px;z-index:10;translate:-50% 0}.suk_module.frontpage-hero .hero-inner .hero-title{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:800;font-size:1.5rem;display:block;margin-bottom:30px;line-height:1.2;text-transform:uppercase}.suk_module.frontpage-hero .hero-inner .hero-links .hero-link-item{display:block;width:100%;background-color:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid #fff;color:#fafa1e;font-weight:700;font-size:1.5rem;padding:15px;padding-top:50px;text-transform:uppercase;position:relative;text-align:left;line-height:1.2;margin-bottom:15px}.suk_module.frontpage-hero .hero-inner .hero-links .hero-link-item:last-child{margin-bottom:0}.suk_module.frontpage-hero .hero-inner .hero-links .hero-link-item span{color:#fff;font-size:.85rem;font-weight:400;position:absolute;font-weight:700;top:15px;left:0;padding:0 15px}.suk_module.frontpage-hero .hero-inner .hero-links .hero-link-item svg{fill:#fff;width:20px;height:20px;position:absolute;right:15px;top:12px}.suk_module.frontpage-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.suk_module.frontpage-hero .hero-background img{width:100%;height:100%;object-fit:cover}@media(min-width: 800px){.suk_module.frontpage-hero .hero-inner{bottom:140px}.suk_module.frontpage-hero .hero-inner .hero-title{font-size:2rem;margin-bottom:50px}.suk_module.frontpage-hero .hero-inner .hero-links{display:flex;gap:20px}.suk_module.frontpage-hero .hero-inner .hero-links .hero-link-item{margin-bottom:0;padding-top:85px}.suk_module.frontpage-hero .hero-inner .hero-links .hero-link-item svg{width:26px;height:26px}}.suk_module.facts-image .container{align-items:center;justify-content:space-between}.suk_module.facts-image .title{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on;font-size:2.5rem}.suk_module.facts-image .title .small{line-height:1;display:block}.suk_module.facts-image .title b,.suk_module.facts-image .title strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}.suk_module.facts-image.switch .container>div:nth-child(2){order:-1}@media(max-width: 720px){.suk_module.facts-image .container{gap:50px}.suk_module.facts-image .container .column:nth-child(2){order:-1}}@media(min-width: 720px){.suk_module.facts-image .title{font-size:3.5rem}}.suk_module.hero{padding:0 !important;min-height:65vh;display:flex;flex-direction:column;justify-content:end}.suk_module.hero .hero-inner{margin:0 auto;width:90%;max-width:1400px;padding-left:20px;padding-right:20px;padding:80px 0 25px;position:relative;z-index:50}.suk_module.hero .hero-inner h1{color:#000;margin-bottom:15px}.suk_module.hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.suk_module.hero .hero-background img,.suk_module.hero .hero-background video{width:100%;height:100%;object-fit:cover}body.home .suk_module.hero{min-height:100dvh}.suk_module.image .image-wrapper{display:flex;place-content:center}.suk_module.image-slider .swiper-slide{width:auto}.suk_module.image-slider .swiper-slide img{height:45vh;max-height:600px}.suk_module.image-slider .swiper-slide .title{display:block;margin-top:25px;font-weight:600;font-size:1.25rem}.suk_module.image-slider .swiper-slide .caption{display:block;margin-top:25px}.suk_module.image-slider .swiper-slide .title+.caption{margin-top:5px}@media(min-width: 800px){.suk_module.image-slider .swiper-slide img{height:60vh}}.suk_module.image-text .image-text-item .content{padding-top:75px;margin-bottom:150px}.suk_module.image-text .image-text-item .content h3{font-size:2rem !important}.suk_module.image-text .image-text-item img{width:100%}.suk_module.image-teaser .image-text-item{margin-bottom:50px}.suk_module.image-teaser .image-text-item .content{padding-top:15px}.suk_module.image-teaser .image-text-item .content .image-text-title{margin-bottom:5px}.suk_module.image-teaser .image-text-item .content .image-text-title a{font-weight:700;text-transform:uppercase}.suk_module.link-list ul.link-list-items li{display:block;border-bottom:1px solid #000;margin-bottom:0}.suk_module.link-list ul.link-list-items li a{display:flex;padding:15px 0;justify-content:space-between;align-items:center;font-weight:600;margin-top:0;background-color:transparent;text-decoration:none;text-transform:none}.suk_module.link-list ul.link-list-items li a svg{fill:#000;border:none}.newsletter-form .subtitle{font-size:22px;text-transform:uppercase}.newsletter-form #mc-form .lastname{position:absolute;left:-100vw;top:-100vw;height:1px;width:1px}.newsletter-form #mc-form .form-item{margin-bottom:15px}.newsletter-form #mc-form input[type=email],.newsletter-form #mc-form input[type=text]{display:block;width:100%;padding:10px;font:inherit;outline:none;border:none;border-bottom:1px solid #000}.newsletter-form #mc-form button{background:#000;border:none;outline:none;font:inherit;font-size:20px;cursor:pointer;color:#fff;padding:10px 20px;border-radius:25px;margin-top:10px}.newsletter-form #mc-form label[for=dsgvo]{font-size:12px}.newsletter-form .mc-notification{margin-top:20px;padding:15px;background-color:#def2d5;color:#000;border:1px solid #768a6d;display:none}@media(max-width: 750px){.newsletter-form #mc-form{padding-top:20px}}@media(min-width: 750px){.newsletter-form .split{display:grid;gap:15px}}.suk_module.newsticker .newsticker-group{margin-top:50px}.suk_module.newsticker .newsticker-group+.newsticker-group{margin-top:100px}.suk_module.newsticker .newsticker-group .swiper{margin-top:25px}.suk_module.newsticker .newsticker-subtitle{color:var(--accent);font-weight:700;font-size:1.25rem;text-transform:uppercase}.suk_module.newsticker .more-news{padding-top:50px}.suk_module.newsticker .more-news .more-news-title{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on;font-size:2rem;margin-bottom:25px;display:block}.suk_module.newsticker .more-news .more-news-title .small{line-height:1;display:block}.suk_module.newsticker .more-news .more-news-title b,.suk_module.newsticker .more-news .more-news-title strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}@media(min-width: 720px){.suk_module.newsticker .more-news .more-news-title{font-size:3.5rem}}@media(min-width: 1200px){.suk_module.newsticker .more-news .more-news-title{font-size:3rem}}.suk_module.newsticker ul.link-list-items li{display:flex;border-bottom:1px solid rgba(0,0,0,.25);margin-bottom:0}.suk_module.newsticker ul.link-list-items li a{display:flex;width:100%;padding:15px 0;justify-content:space-between;align-items:center;font-weight:600}.suk_module.newsticker ul.link-list-items li a span{display:block}.suk_module.newsticker ul.link-list-items li a span.newsticker-title{max-width:600px}.suk_module.newsticker ul.link-list-items li a span.newsticker-date{font-size:.85rem;color:rgba(0,0,0,.5)}.suk_module.newsticker ul.link-list-items li a svg{width:1em;height:1em;border-radius:10px;margin-left:15px;border:2px solid #000;padding:10px;box-sizing:content-box;display:flex;justify-content:center;align-items:center;fill:var(--accent)}@media(min-width: 650px){.suk_module.newsticker ul.link-list-items{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:25px}}.suk_module.jury-slider .jury-title{display:block;margin-top:25px;font-weight:600;font-size:1.25rem}.suk_module.partner{background-color:#fff}.suk_module.partner .partner-item{width:100%;aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;position:relative}.suk_module.partner .partner-item img{max-height:20%;width:auto;max-width:80%}.suk_module.participants .swiper .swiper-slide{width:auto}.suk_module.participants .participant-item img{max-height:125px}@media(min-width: 800px){.suk_module.participants .participant-item img{max-height:200px}}.suk_module.process{overflow:unset}.suk_module.process .process-item{padding:50px 0}.suk_module.process .process-item .process-media{margin-bottom:15px}.suk_module.process .process-item .process-media img{position:sticky;top:0}.suk_module.process .process-item .process-top{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on;margin-bottom:25px;font-size:1.25rem;display:flex}.suk_module.process .process-item .process-top .small{line-height:1;display:block}.suk_module.process .process-item .process-top b,.suk_module.process .process-item .process-top strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}.suk_module.process .process-item .process-top div{position:relative;flex-grow:1;padding:0 2px}.suk_module.process .process-item .process-top div:before{content:"";position:absolute;top:50%;left:50%;width:calc(100% - 10px);height:2px;background-color:var(--accent);translate:-50% -50%}.suk_module.process .process-item .process-top span.right{font-family:"Montserrat",Arial,Helvetica,sans-serif}.suk_module.process .process-item .process-title{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on;font-size:2.25rem;color:var(--accent);margin-bottom:25px;display:block}.suk_module.process .process-item .process-title .small{line-height:1;display:block}.suk_module.process .process-item .process-title b,.suk_module.process .process-item .process-title strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}.suk_module.process .process-item .process-title .big{font-size:2.5rem}.suk_module.process .process-item .process-title .small{font-size:1.25rem}@media(min-width: 750px){.suk_module.process .process-item .process-title{font-size:4rem}.suk_module.process .process-item .process-title .big{font-size:4.55rem}.suk_module.process .process-item .process-title .small{font-size:2.25rem}}@media(min-width: 1200px){.suk_module.process .process-item .process-title{font-size:4.5rem}}@media(min-width: 800px){.suk_module.process .process-item{padding:150px 0}.suk_module.process .process-item .process-top div:before{width:calc(100% - 20px)}.suk_module.process .process-item .process-top span.right{font-family:"Montserrat",Arial,Helvetica,sans-serif}}.suk_module.process-new{counter-reset:counter}.suk_module.process-new .process-items{margin-top:50px}.suk_module.process-new .process-item{margin-bottom:25px}.suk_module.process-new .process-title{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on;font-size:1.5rem;margin-bottom:0}.suk_module.process-new .process-title .small{line-height:1;display:block}.suk_module.process-new .process-title b,.suk_module.process-new .process-title strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}.suk_module.process-new .process-titles{margin-bottom:1rem}.suk_module.process-new .process-time{font-weight:700;margin-top:10px}.suk_module.process-new .process-media img{aspect-ratio:4/5;width:100%;object-fit:cover}.suk_module.process-new:not(.hide-counter) .process-content>div:first-child:before{counter-increment:counter;content:counter(counter);font-family:"Slack",Arial,Helvetica,sans-serif;font-size:5rem;margin-bottom:1rem}.suk_module.process-new.hide-counter .process-titles{margin-top:1rem}.suk_module.process-new .process-content{display:flex;flex-direction:column;height:100%;border-top:1px solid #000;padding-top:1rem}@media(max-width: 720px){.suk_module.process-new .process-item{gap:20px}}@media(min-width: 720px){.suk_module.process-new .process-items{margin-top:100px}}.suk_module.teaser-full-width{--accent: #FAFA1E;padding:0 !important;margin:100px auto;height:250vh;position:relative;color:#fff;overflow:visible}.suk_module.teaser-full-width .sticky-wrapper{position:sticky;top:0;height:100vh}.suk_module.teaser-full-width .sticky-wrapper:before,.suk_module.teaser-full-width .sticky-wrapper:after{content:"";background:#fff;position:absolute;z-index:100;top:0;width:25px;height:100%;scale:calc((100 - var(--borderScale)) / 100) 1}.suk_module.teaser-full-width .sticky-wrapper:before{left:0;transform-origin:left}.suk_module.teaser-full-width .sticky-wrapper:after{right:0;transform-origin:right}.suk_module.teaser-full-width .teaser-inner{position:absolute;bottom:0;left:50%;width:90%;max-width:1400px;z-index:10;padding:25px;translate:-50% 0}.suk_module.teaser-full-width .teaser-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.suk_module.teaser-full-width .teaser-background img,.suk_module.teaser-full-width .teaser-background video{width:100%;height:100%;object-fit:cover}.suk_module.teaser-full-width .teaser-background:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);z-index:5}@media(min-width: 1000px){.suk_module.teaser-full-width .teaser-inner{padding-right:50%}}@media(min-width: 1400px){.suk_module.teaser-full-width .sticky-wrapper:before,.suk_module.teaser-full-width .sticky-wrapper:after{width:calc((100vw - 1400px) / 2)}.suk_module.teaser-full-width .teaser-inner{padding-right:55%}}@media(min-width: 1920px){.suk_module.teaser-full-width .teaser-inner{padding-right:800px}}.suk_module.teaser-collage .teaser-images{position:relative;padding-top:15vw;margin-top:1rem}.suk_module.teaser-collage .teaser-images picture{display:flex}.suk_module.teaser-collage .teaser-images img{aspect-ratio:4/5;position:relative;z-index:-1;object-fit:cover;width:100%}.suk_module.teaser-collage .teaser-images .teaser-image{width:60%;border:3px solid #fff}.suk_module.teaser-collage .teaser-images .teaser-image:nth-child(2){position:absolute;top:0;right:0;z-index:5}.suk_module.teaser-collage a.btn{margin-top:3.5rem}@media(min-width: 800px){.suk_module.teaser-collage .teaser-images{padding-top:150px;margin-top:0}}.suk_module.teaser-gradient{--accent: #FAFA1E}.suk_module.teaser-gradient .teaser-wrapper{display:flex;flex-direction:column;justify-content:space-between;padding:25px;min-height:400px;box-shadow:0 0 10px rgba(0,0,0,.25);border-radius:10px;animation:moveGradient 10s linear infinite;animation-direction:alternate}.suk_module.teaser-gradient .teaser-inner{max-width:600px}.suk_module.teaser-gradient .teaser-inner p a{color:#fff}.suk_module.teaser-gradient.gradient1 .teaser-wrapper{background:#ff4d00;background:-moz-linear-gradient(45deg, #ff4d00 0%, #f432b4 100%);background:-webkit-linear-gradient(45deg, #ff4d00 0%, #f432b4 100%);background:linear-gradient(45deg, #ff4d00 0%, #f432b4 100%);background-size:300% 100%;color:#fff}.suk_module.teaser-gradient .teaser-title{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on;font-size:2.25rem;display:inline-block}.suk_module.teaser-gradient .teaser-title .small{line-height:1;display:block}.suk_module.teaser-gradient .teaser-title b,.suk_module.teaser-gradient .teaser-title strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}.suk_module.teaser-gradient .teaser-title .big{font-size:2.5rem}.suk_module.teaser-gradient .teaser-title .small{font-size:1.25rem}@media(min-width: 750px){.suk_module.teaser-gradient .teaser-title{font-size:4rem}.suk_module.teaser-gradient .teaser-title .big{font-size:4.55rem}.suk_module.teaser-gradient .teaser-title .small{font-size:2.25rem}}@media(min-width: 1200px){.suk_module.teaser-gradient .teaser-title{font-size:4.5rem}}@media(min-width: 800px){.suk_module.teaser-gradient .teaser-wrapper{padding:35px 50px 25px}.suk_module.teaser-gradient .teaser-wrapper .like-a{align-self:end}}.suk_module.teaser-image img{aspect-ratio:4/5;object-fit:cover;width:100%}@media(max-width: 720px){.suk_module.teaser-image .container>div{margin-bottom:25px}}.suk_module.talents .talents-title{display:block;margin-top:25px;font-weight:600;font-size:1.25rem}.suk_module.text h1{margin-bottom:0}.suk_module.text .subtitle{margin:25px 0;text-transform:uppercase;font-weight:700;line-height:1.15}@media(max-width: 550px){.suk_module.text .subtitle{font-size:1rem !important}}@media(min-width: 800px){.suk_module.text h1+.subtitle{font-size:2.5rem}}.suk_module.twitch-streams{--accent: #FAFA1E;color:#fff;background:#4c23c8;background:-moz-linear-gradient(45deg, #4c23c8 0%, #f532b4 100%);background:-webkit-linear-gradient(45deg, #4c23c8 0%, #f532b4 100%);background:linear-gradient(45deg, #4c23c8 0%, #f532b4 100%);background-size:400% 100%;animation:moveGradient 8s linear infinite;animation-direction:alternate}.suk_module.twitch-streams .swiper{margin-top:75px}.suk_module.twitch-streams .swiper .swiper-scrollbar{margin-top:75px;background:rgba(255,255,255,.3)}.suk_module.twitch-streams .twitch-stream-item{color:#fff}.suk_module.twitch-streams .twitch-stream-item img{margin-bottom:25px}.suk_module.twitch-streams .twitch-stream-item .twitch-video-title,.suk_module.twitch-streams .twitch-stream-item .twitch-video-details{display:block;width:100%}.suk_module.twitch-streams .twitch-stream-item .twitch-video-title{font-weight:700;text-overflow:ellipsis;max-width:100%;overflow:hidden;white-space:nowrap;margin-bottom:5px}.suk_module.twitch-streams .twitch-stream-item .twitch-video-details{font-size:.85rem}.suk_module.twitch-streams .twitch-stream-item .sep{color:#fafa1e;font-weight:700;margin:0 3px}@media(min-width: 800px){.suk_module.twitch-streams .twitch-stream-item img{margin-bottom:30px}}.youtube-wrapper{position:relative}.youtube-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}#error-page-404 .container{padding:80px 0;text-align:center}#error-page-404 .container+.container{padding-top:0}body.post-type-archive-newsticker h1,body.tax-newsticker_season h1{font-size:2.25rem}body.post-type-archive-newsticker h1 .big,body.tax-newsticker_season h1 .big{font-size:2.5rem}body.post-type-archive-newsticker h1 .small,body.tax-newsticker_season h1 .small{font-size:1.25rem}@media(min-width: 750px){body.post-type-archive-newsticker h1,body.tax-newsticker_season h1{font-size:4rem}body.post-type-archive-newsticker h1 .big,body.tax-newsticker_season h1 .big{font-size:4.55rem}body.post-type-archive-newsticker h1 .small,body.tax-newsticker_season h1 .small{font-size:2.25rem}}@media(min-width: 1200px){body.post-type-archive-newsticker h1,body.tax-newsticker_season h1{font-size:4.5rem}}body.post-type-archive-newsticker #filter-wrapper .swiper,body.tax-newsticker_season #filter-wrapper .swiper{overflow:hidden;margin-top:0}body.post-type-archive-newsticker #filter-wrapper .swiper .swiper-slide,body.tax-newsticker_season #filter-wrapper .swiper .swiper-slide{width:auto}body.post-type-archive-newsticker #newsticker-grid,body.tax-newsticker_season #newsticker-grid{display:grid;grid-template-columns:repeat(1, 1fr);grid-column-gap:25px;grid-row-gap:50px}@media(min-width: 750px){body.post-type-archive-newsticker #newsticker-grid,body.tax-newsticker_season #newsticker-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1000px){body.post-type-archive-newsticker #newsticker-grid,body.tax-newsticker_season #newsticker-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1400px){body.post-type-archive-newsticker #newsticker-grid,body.tax-newsticker_season #newsticker-grid{grid-template-columns:repeat(4, 1fr)}}body.page.participants #participant-top{padding-top:150px}@media(min-width: 800px){body.page.participants #participant-top{padding-top:200px}}body.page.participants h1{font-size:2.25rem}body.page.participants h1 .big{font-size:2.5rem}body.page.participants h1 .small{font-size:1.25rem}@media(min-width: 750px){body.page.participants h1{font-size:4rem}body.page.participants h1 .big{font-size:4.55rem}body.page.participants h1 .small{font-size:2.25rem}}@media(min-width: 1200px){body.page.participants h1{font-size:4.5rem}}body.page.participants #filter-wrapper .swiper{overflow:hidden;margin-top:0}body.page.participants #filter-wrapper .swiper .swiper-slide{width:auto}body.page.participants #participant-grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:3px;padding-bottom:100px}body.page.participants #participant-grid .participant-grid-item{position:relative}body.page.participants #participant-grid .participant-grid-item a{height:100%}body.page.participants #participant-grid .participant-grid-item:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);z-index:5;mix-belnd-mode:hard-light;pointer-events:none}body.page.participants #participant-grid .participant-grid-item:hover img{scale:1.2}body.page.participants #participant-grid .participant-grid-item img{width:100%;height:100%;object-fit:cover;transition:scale .5s}body.page.participants #participant-grid .participant-grid-item .participant-portrait{overflow:hidden;height:100%}body.page.participants #participant-grid .participant-grid-item .participant-infos{position:absolute;bottom:0;left:0;width:100%;z-index:10;color:#fff;padding:10px}body.page.participants #participant-grid .participant-grid-item .participant-infos span{display:inline-block;width:100%}body.page.participants #participant-grid .participant-grid-item .participant-infos .participant-title{font-size:1.5rem;font-weight:700;text-transform:uppercase;line-height:1.2}body.page.participants #participant-grid .participant-grid-item .participant-infos .participant-social{margin-top:5px;font-size:.75rem}body.page.participants #participant-grid .participant-grid-item .participant-infos .participant-social span{display:inline}body.page.participants #participant-grid .participant-grid-item .participant-infos .participant-social svg{fill:#fff;height:1em;width:1em;vertical-align:middle;margin-right:5px}@media(min-width: 750px){body.page.participants #participant-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1000px){body.page.participants #participant-grid{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1400px){body.page.participants #participant-grid{grid-template-columns:repeat(6, 1fr)}}@media(min-width: 2200px){body.page.participants #participant-grid{grid-template-columns:repeat(8, 1fr)}}body.single-jury #jury-intro .jury-portrait{padding:0 5vw;padding-top:var(--startMargin)}body.single-jury #jury-intro .jury-portrait img{width:100%}body.single-jury #jury-intro .jury-details{padding:0 5vw;padding-top:75px}body.single-jury #jury-intro .jury-details h1{font-size:2.25rem;margin-bottom:20px}body.single-jury #jury-intro .jury-details h1 .big{font-size:2.5rem}body.single-jury #jury-intro .jury-details h1 .small{font-size:1.25rem}@media(min-width: 750px){body.single-jury #jury-intro .jury-details h1{font-size:4rem}body.single-jury #jury-intro .jury-details h1 .big{font-size:4.55rem}body.single-jury #jury-intro .jury-details h1 .small{font-size:2.25rem}}@media(min-width: 1200px){body.single-jury #jury-intro .jury-details h1{font-size:4.5rem}}body.single-jury #jury-intro .jury-details .jury-content{margin-top:40px}body.single-jury #jury-intro .jury-details .jury-socials{margin-top:40px;margin-bottom:40px}body.single-jury #jury-intro .jury-details .jury-socials li{padding:10px 20px;border-left:2px solid #000;break-inside:avoid}body.single-jury #jury-intro .jury-details .jury-socials li span{display:inline-block;width:100%;text-transform:uppercase;font-size:10px;font-weight:700}body.single-jury #jury-intro .jury-details .jury-socials li a{color:#000;text-decoration:underline;font-weight:700}body.single-jury #jury-intro .jury-details .jury-socials li svg{width:14px;height:14px;fill:#000;margin-left:5px}@media(min-width: 650px){body.single-jury #jury-intro .jury-details .jury-socials{display:inline-block;column-count:2;column-gap:0px}}@media(min-width: 850px){body.single-jury #jury-intro{display:grid;grid-template-columns:calc(50vw - 100px - 10px) 1.25fr;grid-column-gap:50px}body.single-jury #jury-intro .jury-portrait{padding:0}body.single-jury #jury-intro .jury-details{padding:0;padding-top:200px}}@media(min-width: 1400px){body.single-jury #jury-intro .jury-details{padding-right:calc((100vw - 1280px) / 2)}}body.single-teilnehmerin .participant-intro,body.single-talent .participant-intro{align-items:center;justify-content:space-between;padding:250px 0}body.single-teilnehmerin .participant-intro h1,body.single-talent .participant-intro h1{font-size:3rem}body.single-teilnehmerin .participant-intro .participant-details,body.single-talent .participant-intro .participant-details{padding:50px 0}body.single-teilnehmerin .participant-intro .season,body.single-talent .participant-intro .season{font-family:"Slack",Arial,Helvetica,sans-serif;font-size:1.5rem;margin-bottom:10px}body.single-teilnehmerin .participant-intro .season b,body.single-teilnehmerin .participant-intro .season strong,body.single-talent .participant-intro .season b,body.single-talent .participant-intro .season strong{font-family:"Syne",Arial,Helvetica,sans-serif}body.single-teilnehmerin .participant-intro .participant-content,body.single-talent .participant-intro .participant-content{margin-top:30px}body.single-teilnehmerin .participant-socials,body.single-talent .participant-socials{margin-top:50px}body.single-teilnehmerin .participant-socials li:first-child a.btn,body.single-talent .participant-socials li:first-child a.btn{margin-top:0}@media(min-width: 1200px){body.single-teilnehmerin .participant-intro,body.single-talent .participant-intro{padding:200px 0}body.single-teilnehmerin .participant-intro h1,body.single-talent .participant-intro h1{font-size:4rem}}body.single-newsticker h1{font-size:2rem;text-transform:none;font-family:"Montserrat",Arial,Helvetica,sans-serif;font-weight:500;line-height:1.05}@media(min-width: 720px){body.single-newsticker h1{font-size:3.5rem}}@media(min-width: 1200px){body.single-newsticker h1{font-size:3rem}}body.single-newsticker h1 b,body.single-newsticker h1 strong{font-weight:500;font-family:inherit}body.single-newsticker h2,body.single-newsticker h3{margin-top:50px;display:block}body.single-newsticker .section{padding-top:0;padding-bottom:0;margin-bottom:50px}body.single-newsticker .section:last-child{margin-bottom:0}body.single-newsticker #newsticker-content-wrapper{margin-top:var(--startMargin)}body.single-newsticker #newsticker-content-wrapper .newsticker-thumbnail img{width:100%}body.single-newsticker #newsticker-content-wrapper .newsticker-content{padding-top:50px}body.single-newsticker #newsticker-content-wrapper .newsticker-meta{margin-bottom:50px}body.single-newsticker #newsticker-feed-wrapper{margin-top:100px}body.single-newsticker #newsticker-feed-wrapper .newsticker-feed-title{font-family:"Slack",Arial,Helvetica,sans-serif;line-height:1;font-weight:300;text-transform:uppercase;margin-bottom:15px;font-feature-settings:"pnum" on,"lnum" on;font-size:2rem;font-family:"Syne",Arial,Helvetica,sans-serif}body.single-newsticker #newsticker-feed-wrapper .newsticker-feed-title .small{line-height:1;display:block}body.single-newsticker #newsticker-feed-wrapper .newsticker-feed-title b,body.single-newsticker #newsticker-feed-wrapper .newsticker-feed-title strong{font-family:"Syne",Arial,Helvetica,sans-serif;font-weight:700}@media(min-width: 720px){body.single-newsticker #newsticker-feed-wrapper .newsticker-feed-title{font-size:3.5rem}}@media(min-width: 1200px){body.single-newsticker #newsticker-feed-wrapper .newsticker-feed-title{font-size:3rem}}body.single-newsticker #newsticker-feed{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));grid-column-gap:25px;grid-row-gap:50px;margin:50px 0}@media(min-width: 1200px){body.single-newsticker .section{margin-bottom:75px}body.single-newsticker #newsticker-content-wrapper .newsticker-thumbnail{padding-right:50px;position:sticky;top:100px}body.single-newsticker #newsticker-content-wrapper .newsticker-content{padding-top:100px}}body.search h1{font-size:2.25rem}body.search h1 .big{font-size:2.5rem}body.search h1 .small{font-size:1.25rem}@media(min-width: 750px){body.search h1{font-size:4rem}body.search h1 .big{font-size:4.55rem}body.search h1 .small{font-size:2.25rem}}@media(min-width: 1200px){body.search h1{font-size:4.5rem}}body.search h1 span{color:#000}body.search #search-wrapper{padding:150px 0 150px}body.search #search-wrapper .search-results{margin-top:75px}body.search #search-wrapper .search-results .search-result-item{border-bottom:1px solid #000}body.search #search-wrapper .search-results .search-result-item a{display:flex;padding:15px 0;justify-content:space-between;align-items:center;height:100%}body.search #search-wrapper .search-results .search-result-item a .search-result-item-inner{display:flex;flex-direction:column}body.search #search-wrapper .search-results .search-result-item a .search-result-title{font-size:1.25rem;font-weight:600}body.search #search-wrapper .search-results .search-result-item a .search-result-meta{color:#000;font-size:.85rem}body.search #search-wrapper .search-results .search-result-item a .like-a{margin-top:0}@media(min-width: 800px){body.search #search-wrapper{padding:200px 0 150px}body.search #search-wrapper .search-results{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px}}@media(min-width: 1280px){body.search #search-wrapper .search-results{grid-template-columns:1fr 1fr 1fr}}/*# sourceMappingURL=style.css.map */
