<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container :focus{outline:0}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container&gt;.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content&gt;.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide&gt;*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@font-face{font-display:swap;font-family:ProximaNova;src:local("Proxima Nova"),local("Proxima-Nova"),url(../fonts/ProximaNova-Regular.woff2) format("woff2"),url(../fonts/ProximaNova-Regular.woff) format("woff"),url(../fonts/ProximaNova-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:ProximaNova;src:local("Proxima Nova"),local("Proxima-Nova"),url(../fonts/ProximaNova-Semibold.woff2) format("woff2"),url(../fonts/ProximaNova-Semibold.woff) format("woff"),url(../fonts/ProximaNova-Semibold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-display:swap;font-family:ProximaNova;src:local("Proxima Nova"),local("Proxima-Nova"),url(../fonts/ProximaNova-Bold.woff2) format("woff2"),url(../fonts/ProximaNova-Bold.woff) format("woff"),url(../fonts/ProximaNova-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-display:swap;font-family:AmericanCaptainCyrilic;src:local("AmericanCaptainCyrillic"),local("americancaptaincyrillic"),url(../fonts/americancaptaincyrillic.woff2) format("woff2"),url(../fonts/americancaptaincyrillic.woff) format("woff"),url(../fonts/americancaptaincyrillic.ttf) format("truetype");font-weight:400;font-style:normal}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font:1em monospace,monospace}a{background:0 0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font:1em monospace,monospace}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font:100%/1.15 inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--c1:#141414;--c2:#ffce00;--c3:#FFFFFF;--c4:#151615;--c5:#2e2e2d;--c6:#ff8600;--c7:#39394c;--c8:#0c0c0c;--c9:#464646;--fancybox-accent-color:var(--c2);--gradient1:linear-gradient(90deg, var(--c4), var(--c5));--gradient2:linear-gradient(90deg, var(--c6), var(--c2));--gradient3:linear-gradient(90deg, rgba(21, 22, 21, 0.2), rgba(46, 46, 45, 0.2));--gradient4:linear-gradient(270deg, var(--c6), var(--c2))}::-moz-selection{background:var(--c2);color:var(--c1);-webkit-text-fill-color:var(--c1)}::selection{background:var(--c2);color:var(--c1);-webkit-text-fill-color:var(--c1)}::-webkit-scrollbar{width:0;height:0}*{box-sizing:border-box}:focus{outline:0}* ::after,* ::before{box-sizing:inherit}.tns-visually-hidden,.visually-hidden,[hidden],[type=hidden]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}body,html{height:100%}html{--offset:max(calc(1.25 * 1vw), 15px);--offset-l:calc(var(--offset) * 6.25);--offset-m:calc(var(--offset) * 3);--ff:'ProximaNova',sans-serif;--ff2:'AmericanCaptainCyrilic',sans-serif;--fz:max(1vw, 15px);--fwB:bold;--fwSB:600;--fwR:normal}@media screen and (max-width:1299px){html{--offset-l:calc(var(--offset) * 4)}}@media screen and (max-width:899px){html{--offset-l:calc(var(--offset) * 3)}}@media screen and (max-width:759px){html{--offset-l:calc(var(--offset) * 1.5);--offset-m:calc(var(--offset) * 1.5)}}body{font:var(--fwR) var(--fz)/1.6 var(--ff);background:var(--c8);color:var(--c3);min-width:360px;margin:0}p{margin-top:0;font-weight:var(--fwR);font-size:1em}@media screen and (max-width:1299px){p{font-size:16px}}p:not(:last-child){margin-bottom:calc(var(--offset) * 1.5)}a{text-decoration:none;font-size:.85em}img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}button{font:.85em var(--ff);background:0 0;margin:0;padding:0;border:none;cursor:pointer}a[data-opener]&gt;*,button[data-opener]&gt;*{pointer-events:none}.btn{position:relative;padding:calc(var(--offset) * .5) calc(var(--offset) * 1.2);font-weight:var(--fwSB);text-transform:uppercase;line-height:1;font-size:.9em;text-align:center;color:var(--c3);background:linear-gradient(0deg,var(--c4),var(--c4)) padding-box,var(--gradient2) border-box;border:2px solid transparent;border-radius:1.5rem}@media screen and (max-width:1299px){.btn{padding:10px 20px;font-size:16px}}.btn span:not(.btn-ball){text-shadow:0 calc(var(--offset) * .8) 0 transparent;transition:color .15s ease-in-out .25s,text-shadow .15s ease-in-out 0s}.btn:focus span:not(.btn-ball),.btn:focus-within span:not(.btn-ball),.btn:hover span:not(.btn-ball){color:transparent;text-shadow:0 0 0 var(--c2);transition-delay:0s,.25s}.btn--ball{margin-left:calc((var(--offset) * 2.5)/ 2);padding-left:calc(var(--offset) * 2)}@media screen and (max-width:1299px){.btn--ball{margin-left:25px;padding-left:40px}}@media screen and (max-width:759px){.btn--ball{font-size:.84em}}@media screen and (min-width:760px){.btn--ball span:not(.btn-ball){text-shadow:calc(var(--offset) * .8) 0 0 transparent;transition:color .15s ease-in-out .5s,text-shadow .15s ease-in-out 0s}}.btn--ball:focus span:not(.btn-ball),.btn--ball:focus-within span:not(.btn-ball),.btn--ball:hover span:not(.btn-ball){color:transparent;text-shadow:calc(0px - (var(--offset) * .8)) 0 0 var(--c2)}@media screen and (max-width:1299px){.btn--ball:focus span:not(.btn-ball),.btn--ball:focus-within span:not(.btn-ball),.btn--ball:hover span:not(.btn-ball){text-shadow:-20px 0 0 var(--c2)}}@media screen and (min-width:760px){.btn--ball:focus span:not(.btn-ball),.btn--ball:focus-within span:not(.btn-ball),.btn--ball:hover span:not(.btn-ball){transition-delay:0s,.75s}}@media screen and (max-width:759px){.btn--ball:focus span:not(.btn-ball),.btn--ball:focus-within span:not(.btn-ball),.btn--ball:hover span:not(.btn-ball){text-shadow:0 0 0 var(--c2)}}.btn--ball:focus .btn-ball,.btn--ball:focus-within .btn-ball,.btn--ball:hover .btn-ball{left:calc(100% - ((var(--offset) * 2.5) - ((var(--offset) * 2.5)/ 2)));transition-duration:1s}@media screen and (max-width:1299px){.btn--ball:focus .btn-ball,.btn--ball:focus-within .btn-ball,.btn--ball:hover .btn-ball{left:calc(100% - 25px)}}@media screen and (max-width:759px){.btn--ball:focus .btn-ball,.btn--ball:focus-within .btn-ball,.btn--ball:hover .btn-ball{left:-25px}}.btn--ball:focus .btn-ball img,.btn--ball:focus-within .btn-ball img,.btn--ball:hover .btn-ball img{-webkit-animation:ball-rotate 1s ease-in-out forwards;animation:ball-rotate 1s ease-in-out forwards}.btn--flex{display:flex;justify-content:center;align-items:center}.btn--flex svg{flex-shrink:0;width:calc(var(--offset) * .6);height:calc(var(--offset) * .6);margin-right:calc(var(--offset) * .6);fill:var(--c3);transition:all .3s ease-in-out}@media screen and (max-width:1299px){.btn--flex svg{width:14px;height:14px;margin-right:14px}}@media screen and (max-width:759px){.btn--flex svg{display:none}}.btn--flex:focus svg,.btn--flex:focus-within svg,.btn--flex:hover svg{fill:var(--c2)}.btn-ball{position:absolute;top:50%;left:calc(0px - ((var(--offset) * 2.5)/ 2));display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 2.5);height:calc(var(--offset) * 2.5);margin-top:calc(0px - ((var(--offset) * 2.5)/ 2));transition:.5s ease-in-out}@media screen and (max-width:1299px){.btn-ball{left:-25px;width:50px;height:50px;margin-top:-25px}}.btn-ball img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@-webkit-keyframes ball-rotate{100%{transform:rotate(360deg)}}@keyframes ball-rotate{100%{transform:rotate(360deg)}}.btn-icon{display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 2.4);height:calc(var(--offset) * 2.4);padding:calc(var(--offset) * .4);border-radius:50%;transition:all .3s ease-in-out}@media screen and (max-width:1299px){.btn-icon{width:48px;height:48px;padding:6px}}@media screen and (max-width:799px){.btn-icon{position:relative}.btn-icon::after{content:attr(aria-label);position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%);color:var(--c3);font-size:16px;text-align:left;white-space:nowrap;text-transform:uppercase}}.btn-icon svg{width:100%;height:100%;fill:var(--c3);transition:all .3s ease-in-out}.btn-icon:focus svg,.btn-icon:focus-within svg,.btn-icon:hover svg{fill:var(--c2)}.btn-icon:focus{background:var(--c4)}.link{display:flex;align-items:center;text-transform:uppercase;font-weight:var(--fwSB);line-height:1;font-size:.9em;color:var(--c2);transition:color .3s ease-in-out}@media screen and (max-width:1299px){.link{font-size:16px}}.link svg{flex-shrink:0;width:calc(var(--offset) * 1.2);height:calc(var(--offset) * 1.2);margin-top:-1px;margin-left:calc(var(--offset) * 1.5);fill:var(--c3);transition:all .3s ease-in-out}@media screen and (max-width:1299px){.link svg{width:24px;height:24px;margin-top:-2px;margin-left:20px}}.link:focus,.link:focus-within,.link:hover{color:var(--c3)}.link:focus svg,.link:focus-within svg,.link:hover svg{transform:translateX(10px);fill:var(--c2)}.title{margin-top:0;margin-bottom:0;font-family:var(--ff2);font-weight:var(--fwR)}.title--xl{font-size:4.5em;line-height:1.2}@media screen and (max-width:1366px){.title--xl{font-size:3em}}@media screen and (max-width:899px){.title--xl{font-size:2.4em}}@media screen and (max-width:799px){.title--xl{font-size:1.85em}}.title--l{font-size:3em;line-height:1.2}@media screen and (max-width:899px){.title--l{font-size:2.4em}}@media screen and (max-width:799px){.title--l{font-size:1.85em}}.title--l span{display:block}.title--l b{display:block;font-weight:var(--fwR);font-size:4.1em;line-height:1;color:var(--c2)}@media screen and (max-width:399px){.title--l b{font-size:4em}}.title--m{margin-bottom:calc(var(--offset) * 2);font-size:3em;line-height:1.2}@media screen and (max-width:899px){.title--m{font-size:2.4em}}.title--s{font-size:2.4em;line-height:1.2}.subtitle{font-size:1.2em;line-height:1.4}@media screen and (max-width:1299px){.subtitle{font-size:20px}}@media screen and (min-width:760px){.mobile-only{display:none}}.wrapper{position:relative;display:flex;align-items:stretch;flex-wrap:wrap;min-height:100%;--menu-width:max(18vw, 320px)}@media screen and (max-width:1299px){.wrapper{--menu-width:300px}}@media screen and (min-width:1100px){.wrapper.page-calendar-wrap .menu{transform:none!important}}@media screen and (max-width:999px){.wrapper{--menu-width:250px}}.wrapper-bg{position:fixed;top:0;left:0;width:100%;height:100%;mix-blend-mode:plus-lighter;opacity:.5;z-index:-1}.wrapper-bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main{flex-grow:1;width:calc(100% - var(--menu-width));overflow:hidden}@media screen and (max-width:759px){.main{width:100%}}.section{position:relative;padding:var(--offset-l)}@media screen and (max-width:759px){.section{padding-top:calc(var(--offset) * 3);padding-bottom:calc(var(--offset) * 3)}}.section--not_t_offset{padding-top:0}.section-bg{position:absolute;top:0;left:0;width:100%;height:100vh;z-index:-2}.section-bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-head{display:flex;justify-content:space-between;width:100%}@media screen and (max-width:1299px){.section-head{flex-direction:column;align-items:stretch}}@media screen and (min-width:1300px){.section-head .title{width:44%}}@media screen and (min-width:1300px){.section-head&gt;div{width:45%}}.section-head__row{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:calc(var(--offset) * 4)}@media screen and (max-width:1299px){.section-head__row{flex-direction:column;align-items:flex-start}}.section-head__row p{margin-bottom:0}@media screen and (min-width:1300px){.section-head__row p{width:65%}}@media screen and (max-width:1299px){.section-head__row p{margin-bottom:calc(var(--offset) * 2)}}.section-head__row .btn{flex-shrink:0}@media screen and (min-width:1300px){.section-inner{width:44%}}.section-nav{display:flex;align-items:center;margin-left:calc(0px - (var(--offset) * .5))}.section-nav__next,.section-nav__prev{display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 2);height:calc(var(--offset) * 2);padding:calc(var(--offset) * .5);border-radius:.2rem;transition:background-color .3s ease-in-out}@media screen and (max-width:1299px){.section-nav__next,.section-nav__prev{width:48px;height:48px;padding:12px}}.section-nav__next svg,.section-nav__prev svg{flex-shrink:0;width:100%;height:100%;fill:var(--c3);transition:fill .3s ease-in-out}.section-nav__next:focus svg,.section-nav__next:focus-within svg,.section-nav__next:hover svg,.section-nav__prev:focus svg,.section-nav__prev:focus-within svg,.section-nav__prev:hover svg{fill:var(--c2)}.section-nav__next.disabled,.section-nav__prev.disabled{pointer-events:none}.section-nav__next.disabled svg,.section-nav__prev.disabled svg{fill:var(--c5)}.section-content{background:var(--c4);padding:var(--offset-m)}.home{display:flex;flex-direction:column;min-height:calc(var(--vh,1vh) * 100)}@media screen and (max-width:799px){.home{padding-top:160px}}@media screen and (max-width:799px){.home--offset_t_s{padding-top:var(--offset-l)}}.home--offset_t_s .home-inner{margin-top:0}@media screen and (min-width:1100px){.home-bg{transition-timing-function:ease-out;transform:scale(2);opacity:0}}.home-bg::after{content:"";position:absolute;right:0;bottom:0;width:100%;height:100%;box-shadow:inset 100px 0 50px 50px var(--c8)}.home-inner{width:100%;margin-top:auto}@media screen and (min-width:1100px){.home-inner{--x:calc(0px - var(--offset-l));transform:translateX(var(--x))}.home-inner .title span{transform:translateY(40px);opacity:0}.home-inner .subtitle{transform:translateY(-40px);opacity:0}}@media screen and (max-width:799px){.home-inner{margin-top:0}}.home-footer{display:flex;align-items:center;margin-top:15vh;margin-bottom:auto}@media screen and (min-width:1100px){.home-footer{transform:translateY(40px);opacity:0}}@media screen and (max-width:799px){.home-footer{flex-direction:column;align-items:flex-start;margin-top:calc(var(--offset) * 3)}}@media screen and (max-width:759px){.home-footer{padding-bottom:calc(var(--offset) * 3)}}.home-footer .btn{margin-right:calc(var(--offset) * 2)}@media screen and (max-width:1299px){.home-footer .btn{margin-right:50px}}@media screen and (max-width:899px){.home-footer .btn{margin-right:auto}}@media screen and (max-width:799px){.home-footer .btn{margin-bottom:calc(var(--offset) * 2)}}.home-ball{position:absolute;left:0;bottom:0;width:calc(var(--offset) * 6);height:calc(var(--offset) * 6);-webkit-animation:ball-x 5s linear infinite forwards;animation:ball-x 5s linear infinite forwards}@media screen and (max-width:899px){.home-ball{-webkit-animation-duration:2s;animation-duration:2s}}.home-ball img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-animation:ball-rotate 1s linear infinite forwards;animation:ball-rotate 1s linear infinite forwards}@-webkit-keyframes ball-x{0%{transform:translateX(-120%)}100%{transform:translateX(100vw)}}@keyframes ball-x{0%{transform:translateX(-120%)}100%{transform:translateX(100vw)}}.about{display:flex;justify-content:space-between}@media screen and (max-width:1299px){.about{flex-direction:column;align-items:stretch}}@media screen and (min-width:1100px){.about-inner&gt;*{opacity:0;transform:translateY(100px)}}.about-illustration{position:relative;flex-shrink:0}@media screen and (min-width:1300px){.about-illustration{width:40%}}@media screen and (max-width:1299px){.about-illustration{align-self:flex-start;min-width:320px;margin-top:calc(var(--offset) * 3)}}.about-illustration__shield{position:absolute;top:0;right:0;width:100%;height:100%;z-index:-2}@media screen and (min-width:1100px){.about-illustration__shield{opacity:0;transform:translateX(100px)}}.about-illustration__shield svg{width:100%;height:100%}.about-illustration__img{width:calc(var(--offset) * 11.5);height:calc(var(--offset) * 22);margin-top:var(--offset);margin-left:calc(var(--offset) * 2)}@media screen and (min-width:1100px){.about-illustration__img{opacity:0;transform:translateX(-100px)}}.about-illustration__img img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width:1100px){.services-head&gt;*{opacity:0;transform:translateY(100px)}}.services-list{list-style:none;margin:0;padding:0}.services-list__item{display:flex;margin-top:calc(var(--offset) * 3)}@media screen and (min-width:1100px){.services-list__item{opacity:0;transform:translateY(100px)}}@media screen and (max-width:1299px){.services-list__item{flex-wrap:wrap}}.services-list__item:focus .services-list__img,.services-list__item:focus-within .services-list__img,.services-list__item:hover .services-list__img{filter:grayscale(0) brightness(1.8) contrast(1.4)}@media screen and (max-width:759px){.services-list__item:focus .services-list__img,.services-list__item:focus-within .services-list__img,.services-list__item:hover .services-list__img{filter:grayscale(0)}}.services-list__count{font:var(--fwR) 3em/1.2 var(--ff2);flex-shrink:0;width:calc(var(--offset) * 2);margin-right:calc(var(--offset) * 1.5)}.services-list__inner{display:flex;flex-direction:column;align-items:flex-start;flex-grow:1}@media screen and (min-width:1300px){.services-list__inner{margin-right:calc(var(--offset) * 5)}}@media screen and (max-width:1299px){.services-list__inner{width:calc(100% - ((var(--offset) * 2) + (var(--offset) * 1.5)))}}.services-list__inner b{font-weight:var(--fwB);font-size:1.2em}@media screen and (max-width:1299px){.services-list__inner b{font-size:22px;line-height:1.4}}@media screen and (max-width:759px){.services-list__inner b{font-size:20px;line-height:1.2}}.services-list__inner .link{margin-top:calc(var(--offset) * 3)}@media screen and (max-width:1299px){.services-list__inner .link{margin-top:calc(var(--offset) * 2)}}.services-list__img{background:var(--c9);flex-shrink:0;width:100%;height:calc(var(--offset) * 12);filter:grayscale(1);transition:all .5s ease-in-out}@media screen and (min-width:1300px){.services-list__img{width:48%}}@media screen and (max-width:1299px){.services-list__img{min-height:250px;margin-top:calc(var(--offset) * 3)}}@media screen and (min-width:760px){.services-list__img picture{mix-blend-mode:soft-light}}.services-list__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.advantages{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (min-width:1100px){.advantages-head{opacity:0;transform:translateY(100px)}}@media screen and (min-width:1100px){.advantages-inner&gt;*{opacity:0;transform:translateY(100px)}}@media screen and (max-width:1299px){.advantages-inner{order:1;margin-top:calc(var(--offset) * 3)}}.advantages-inner .btn{margin-top:calc(var(--offset) * 3)}.advantages-list{list-style:none;margin:0;padding:0}@media screen and (min-width:1300px){.advantages-list{width:48%}}@media screen and (max-width:1299px){.advantages-list{margin-top:var(--offset)}}.advantages-list__item{display:flex;align-items:flex-start}@media screen and (min-width:1100px){.advantages-list__item{opacity:0;transform:translateY(100px)}}.advantages-list__item:not(:last-child){margin-bottom:calc(var(--offset) * 3)}.advantages-list__icon{flex-shrink:0;width:calc(var(--offset) * 2.3);height:calc(var(--offset) * 2.3);margin-right:calc(var(--offset) * 3);fill:var(--c3)}@media screen and (max-width:1299px){.advantages-list__icon{width:45px;height:45px;margin-right:40px}}.advantages-list__inner p{font-size:.95em}@media screen and (max-width:1299px){.advantages-list__inner p{font-size:16px}}.coach{position:relative}@media screen and (min-width:1300px){.coach::before{content:"";position:absolute;top:-10%;left:-15%;width:calc(var(--offset) * 30);height:calc(var(--offset) * 30);background-image:var(--gradient2);border-radius:50%;z-index:-1}}.coach-head{margin-bottom:calc(var(--offset) * 2)}@media screen and (min-width:1100px){.coach-head&gt;*{opacity:0;transform:translateY(100px)}}.coach-slider{margin-right:calc(0px - (var(--offset) * 2.5))}.coach-list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0}.coach-list__item{display:flex;flex-direction:column;flex-shrink:0;padding-right:calc(var(--offset) * 2.5)}@media screen and (min-width:1100px){.coach-list__item{opacity:0;transform:translateX(100px)}}.coach-list__photo{background:var(--c4);width:100%;height:calc(var(--offset) * 19)}@media screen and (max-width:899px){.coach-list__photo{height:450px}}.coach-list__photo img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.coach-list__inner{display:flex;flex-direction:column;flex-grow:1;margin-top:calc(var(--offset) * 1.5)}.coach-list__name{margin-bottom:calc(var(--offset) * .8);font-weight:var(--fwB);font-size:1.2em;line-height:1.2;color:var(--c2)}@media screen and (max-width:1299px){.coach-list__name{font-size:18px}}.coach-list__text{flex-grow:1;font-size:.85em}@media screen and (max-width:1299px){.coach-list__text{font-size:14px}}.coach-list__position{display:block;text-transform:uppercase;font-size:1.1em}.achievements-bg{top:-10vh}.achievements-bg::after{content:"";position:absolute;right:0;bottom:0;width:100%;height:100%;box-shadow:inset 0 80px 50px 50px var(--c8)}@media screen and (min-width:1100px){.achievements-head&gt;*{opacity:0;transform:translateY(100px)}}@media screen and (max-width:1299px){.achievements-sliders{margin-top:calc(var(--offset) * 3)}}.achievements-slider:last-child{margin-left:calc(var(--offset) * 10);margin-right:calc(0px - var(--offset-l))}@media screen and (max-width:1299px){.achievements-slider:last-child{margin-left:0;margin-right:0}}.achievements-list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;transition-timing-function:cubic-bezier(.65,.05,.36,1)}.achievements-list__item{flex-shrink:0;width:calc(var(--offset) * 18.5);height:calc(var(--offset) * 14);padding-top:calc(var(--offset) * 1.5);padding-right:calc(var(--offset) * 1.5)}@media screen and (min-width:1100px){.achievements-list__item{opacity:0;transform:translateX(100px)}}@media screen and (max-width:1299px){.achievements-list__item{height:300px}}.achievements-list__item img{background:var(--c4);display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1);transition:all .5s ease-in-out}.achievements-list__item:focus img,.achievements-list__item:focus-within img,.achievements-list__item:hover img{filter:grayscale(0)}@media screen and (min-width:1100px){.achievements-nav{opacity:0;transform:translateY(100px)}}.partners-head{flex-direction:column}@media screen and (min-width:1100px){.partners-head&gt;*{opacity:0;transform:translateY(100px)}}.partners-head&gt;.partners-head__row{width:100%}.partners-list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;transition-timing-function:cubic-bezier(.65,.05,.36,1)}.partners-list__item{position:relative;display:flex;align-items:stretch;flex-shrink:0;width:calc(var(--offset) * 18.5);padding-top:calc(var(--offset) * 1.5);padding-right:calc(var(--offset) * 1.5)}@media screen and (min-width:1100px){.partners-list__item{opacity:0;transform:translateX(100px)}}.partners-list__link{background:var(--c4);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;min-height:calc(var(--offset) * 10);padding:calc(var(--offset) * 2);color:var(--c3);transition:all .3s ease-in-out}@media screen and (max-width:1299px){.partners-list__link{font-size:12px}}.partners-list__link:focus,.partners-list__link:focus-within,.partners-list__link:hover{color:var(--c2)}.partners-list__logo{flex-shrink:0;width:auto;height:calc(var(--offset) * 3);margin-bottom:calc(var(--offset) * 3)}@media screen and (max-width:1299px){.partners-list__logo{height:50px}}.partners-list__logo img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.partners-list__text{display:flex;flex-direction:column;text-transform:uppercase}.partners-list__name{margin-bottom:calc(var(--offset) * .25);font-size:1.4em;text-transform:none}@media screen and (min-width:1100px){.partners-nav{opacity:0;transform:translateY(100px)}}@media screen and (max-width:759px){.calendar{padding-top:160px}}.calendar-info{margin-top:var(--offset-l)}@media screen and (max-width:759px){.calendar-link{position:fixed;left:calc(var(--offset) * 1.5);bottom:calc(var(--offset) * 1.5);z-index:2}}.contacts{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}@media screen and (min-width:1100px){.contacts-head&gt;*{opacity:0;transform:translateY(100px)}}@media screen and (max-width:1299px){.contacts-inner{order:1;width:100%;margin-top:calc(var(--offset) * 3)}}.contacts-list{list-style:none;margin:0;padding:0}.contacts-list__item{display:flex;align-items:flex-start}@media screen and (min-width:1100px){.contacts-list__item{opacity:0;transform:translateY(100px)}}.contacts-list__item:not(:last-child){margin-bottom:calc(var(--offset) * 1.5)}@media screen and (max-width:1299px){.contacts-list__item:not(:last-child){margin-bottom:30px}}.contacts-list__icon{flex-shrink:0;width:calc(var(--offset) * 1);height:calc(var(--offset) * 1);margin-right:calc(var(--offset) * 1);fill:var(--c2)}@media screen and (max-width:1299px){.contacts-list__icon{width:20px;height:20px;margin-right:20px}}.contacts-list__inner:first-child{padding-left:calc(var(--offset) * 2)}@media screen and (max-width:1299px){.contacts-list__inner:first-child{padding-left:40px}}.contacts-list__link{display:flex;flex-direction:column;color:var(--c3);letter-spacing:.1rem;transition:color .3s ease-in-out}@media screen and (max-width:1299px){.contacts-list__link{font-size:16px}}.contacts-list__link b{margin-bottom:calc(var(--offset) * .5);font-weight:var(--fwSB);font-size:1.4em;line-height:1.2;letter-spacing:normal}@media screen and (max-width:1299px){.contacts-list__link b{font-size:20px}}.contacts-list__link .text-yellow{color:var(--c2)}.contacts-list__link:focus,.contacts-list__link:focus-within,.contacts-list__link:hover{color:var(--c2)}@media screen and (min-width:1300px){.contacts-links{width:48%}}@media screen and (max-width:1299px){.contacts-links{width:100%}}.contacts-link{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;min-height:calc(var(--offset) * 7);padding:calc(var(--offset) * 1.5);text-align:left;color:var(--c3);overflow:hidden;z-index:1}@media screen and (min-width:1100px){.contacts-link{opacity:0;transform:translateX(100px)}}@media screen and (max-width:1299px){.contacts-link{min-height:200px;padding:40px}}.contacts-link::before{background:var(--gradient2);content:"";position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(15) rotate(180deg);opacity:0;transition:all .8s ease-in-out,opacity .5s ease-in-out;z-index:-1}.contacts-link:not(:last-child){margin-bottom:calc(var(--offset) * 1.5)}.contacts-link:focus-within::before,.contacts-link:focus::before,.contacts-link:hover::before{transform:none;opacity:1}.contacts-link__bg{background:var(--c4);position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.contacts-link__bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1)}.contacts-link__name{align-self:flex-start;width:50%;margin-bottom:var(--offset);font-weight:var(--fwSB);font-size:1.4em;line-height:1.2}@media screen and (max-width:1299px){.contacts-link__name{font-size:22px}}@media screen and (max-width:999px){.contacts-link__name{width:100%}}.contacts-link__arrow{flex-shrink:0;width:calc(var(--offset) * 1.2);height:calc(var(--offset) * 1.2);fill:var(--c3)}@media screen and (max-width:1299px){.contacts-link__arrow{width:24px;height:24px}}table{width:100%;border-spacing:0}tr td,tr th{border-bottom:1px solid var(--c7)}tr:not(:first-child):focus,tr:not(:first-child):focus-within,tr:not(:first-child):hover{background:var(--gradient3)}tr:first-child th~td{font-size:.85em}td,th{padding-top:var(--offset);padding-bottom:var(--offset)}td:not(:last-child),th:not(:last-child){padding-right:var(--offset)}th{font-weight:var(--fwSB);text-align:left;font-size:1.2em;line-height:1.4;color:var(--c2)}@media screen and (max-width:899px){.table-wrap{overflow:auto}}.games{list-style:none;margin:0;padding:0}.game{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:var(--offset);padding-bottom:var(--offset);border-bottom:1px solid var(--c7)}.game-row{display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width:999px){.game-row:first-child{justify-content:center;flex-wrap:wrap}}.game-row:last-child{justify-content:center;margin-top:var(--offset)}.game-info{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(var(--offset) * 16);margin-left:calc(var(--offset) * 2);margin-right:calc(var(--offset) * 2)}@media screen and (max-width:999px){.game-info{order:-1;width:100%;margin-bottom:var(--offset);margin-left:0;margin-right:0}}.game-score{font:var(--fwR) 2.5em/1 var(--ff2);display:flex;justify-content:center;align-items:center;margin-left:var(--offset);margin-right:var(--offset)}.game-score span{margin-left:calc(var(--offset) * .5);margin-right:calc(var(--offset) * .5)}.game-date,.game-stage,.game-time{margin-left:calc(var(--offset) * .5);margin-right:calc(var(--offset) * .5);font-size:.85em;color:var(--c3);opacity:.6}.game-club{width:50%}@media screen and (max-width:999px){.game-club{width:auto;margin:calc(var(--offset) * .5)}}.game-club--home{text-align:right}.game-club__logo{background:var(--c3);width:calc(var(--offset) * 3.8);height:calc(var(--offset) * 3.8);padding:calc(var(--offset) * .8);border-radius:50%;overflow:hidden}@media screen and (max-width:999px){.game-club__logo{width:65px;height:65px;margin-bottom:10px;padding:10px}}.game-club__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.game-club__name{font:var(--fwR) 1.2em/1.4 var(--ff2);letter-spacing:.1rem}.info{position:relative;display:grid;grid-template-columns:repeat(5,auto);margin-top:calc(var(--offset) * 2);padding-left:var(--offset-m);gap:calc(var(--offset) * .4) calc(var(--offset) * 2)}@media screen and (max-width:1299px){.info{grid-template-columns:repeat(4,auto)}}@media screen and (max-width:1099px){.info{grid-template-columns:repeat(3,auto)}}@media screen and (max-width:899px){.info{grid-template-columns:repeat(2,auto)}}@media screen and (max-width:399px){.info{padding-top:calc(var(--offset) * 2.5);padding-left:0;gap:calc(var(--offset) * .8)}}.info::before{font:var(--fwR) 2.5em/1.2 var(--ff2);content:"*";position:absolute;color:var(--c2)}.info-item{font-size:.7em}@media screen and (max-width:1299px){.info-item{font-size:.75em}}@media screen and (max-width:899px){.info-item{font-size:.85em}}.news{display:flex;flex-direction:column;gap:calc(var(--offset) * 2)}@media screen and (max-width:759px){.news.section:first-child{padding-top:160px}}.news-head{align-items:center}@media screen and (max-width:1299px){.news-head{flex-direction:row}}.news-head .news-title{width:auto;max-width:65%}@media screen and (max-width:1099px){.news-head .news-title{max-width:none}}.news-head .title{margin-bottom:0}.news-head--column{flex-direction:column;align-items:flex-start}.news-head&gt;div{width:auto}.news-date{margin-bottom:calc(var(--offset) * .8);opacity:.4}.news-title{margin-bottom:0}.news-nav{margin-left:auto;margin-right:calc(0px - (var(--offset) * .5))}.news-slider .news-list__item{width:33.333%;padding-right:calc(var(--offset) * 1.5)}@media screen and (max-width:1299px){.news-slider .news-list__item{width:50%}}@media screen and (max-width:899px) and (min-width:760px){.news-slider .news-list__item{width:100%}}.news-slider-nav{margin-top:calc(var(--offset) * 2);margin-bottom:calc(var(--offset) * 1.5)}.news-slider-wrap{margin-right:calc(0px - (var(--offset) * 1.5))}.news-list{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(var(--offset) * 1.5);list-style:none;margin:0;padding:0;transition-timing-function:cubic-bezier(.65,.05,.36,1)}@media screen and (max-width:1299px){.news-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:899px) and (min-width:760px),screen and (max-width:559px){.news-list{grid-template-columns:repeat(1,1fr)}}.news-list--flex{display:flex;gap:0}.news-list__item{display:flex;align-items:stretch;flex-shrink:0}.news-list__inner{background:var(--c4);display:flex;flex-direction:column;align-items:stretch;width:100%;color:var(--c3)}.news-list__inner:focus .news-list__title,.news-list__inner:focus-within .news-list__title,.news-list__inner:hover .news-list__title{color:var(--c2)}.news-list__inner:focus img,.news-list__inner:focus-within img,.news-list__inner:hover img{filter:grayscale(0)}.news-list__image{display:flex;height:calc(var(--offset) * 10)}@media screen and (max-width:1299px){.news-list__image{height:220px}}@media screen and (max-width:899px) and (min-width:760px){.news-list__image{height:240px}}@media screen and (max-width:599px){.news-list__image{height:180px}}.news-list__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1);transition:all .5s ease-in-out}.news-list__content{display:flex;flex-direction:column;align-items:stretch;padding:calc(var(--offset) * 2)}.news-list__content p{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4;overflow:hidden}.news-list__title{font:var(--fwR) 1.6em/1.2 var(--ff2);display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:calc(var(--offset) * .5);text-transform:uppercase;letter-spacing:.02em;transition:all .5s ease-in-out;overflow:hidden}.news-list__date{font-size:.85em;opacity:.4}@media screen and (min-width:1100px){#news .news-head&gt;*{opacity:0;transform:translateY(100px)}}@media screen and (min-width:1100px){#news .news-list__item{opacity:0;transform:translateX(100px)}}@media screen and (min-width:1100px){#news .news-slider-nav{opacity:0;transform:translateY(100px)}}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:calc(var(--offset) * 1.5)}@media screen and (max-width:1299px){.gallery{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:999px){.gallery{grid-template-columns:repeat(2,1fr)}}.gallery:not(:first-child){margin-top:var(--offset-m)}.gallery-item{position:relative;display:flex;align-items:stretch;height:calc(var(--offset) * 10)}@media screen and (max-width:1299px){.gallery-item{height:180px}}@media screen and (max-width:499px){.gallery-item{height:120px}}.gallery-item a{display:flex;align-items:stretch;width:100%;height:100%}.gallery-item a:focus img,.gallery-item a:focus-within img,.gallery-item a:hover img{filter:grayscale(0)}.gallery-item a:focus .gallery-item__play,.gallery-item a:focus-within .gallery-item__play,.gallery-item a:hover .gallery-item__play{fill:var(--c2)}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1);transition:all .5s ease-in-out}.gallery-item__play{background:rgba(0,0,0,.8);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 2);height:calc(var(--offset) * 2);fill:var(--c3);border-radius:50%;transition:fill .5s ease-in-out}@media screen and (max-width:1299px){.gallery-item__play{width:40px;height:40px}}.gallery-item__play svg{width:55%;height:55%}@media screen and (max-width:759px){.students{padding-top:160px}}.students--row{display:flex;flex-direction:row-reverse;align-items:center}@media screen and (max-width:1099px){.students--row{flex-direction:column-reverse}}@media screen and (max-width:799px) and (min-width:600px){.students--row{flex-direction:column}}@media screen and (max-width:759px) and (min-width:600px){.students--row{flex-direction:row-reverse}}.students-inner{width:100%;margin-right:var(--offset-l);gap:var(--offset)}@media screen and (max-width:1366px){.students-inner{margin-right:var(--offset-m)}}@media screen and (max-width:599px){.students-inner{margin-right:0}}.students-head{flex-direction:column}.students-head .title{width:100%}.students-subtitle{margin-bottom:calc(var(--offset) * .6)}.students-info{margin-top:calc(var(--offset) * 2)}.students-photo{display:flex;height:calc(var(--offset) * 22)}@media screen and (max-width:759px){.students-photo{height:auto}}.students-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.students-list{display:flex;flex-wrap:wrap;list-style:none;margin:calc(var(--offset) * 2.5) calc(0px - (var(--offset) * 3)) 0 calc(var(--offset) * .5);padding:0;gap:calc(var(--offset) * 3.5) 0}@media screen and (max-width:1599px){.students-list{margin-left:0;margin-right:calc(0px - (var(--offset) * 2));gap:calc(var(--offset) * 2) 0}}@media screen and (max-width:899px){.students-list{justify-content:center}}.student,.students-list__item{--indent:calc(var(--offset) * 3.5);--width:33.333%;width:calc(var(--width) - var(--indent));margin-right:var(--indent);font-size:1em;color:var(--c3)}@media screen and (max-width:1599px){.student,.students-list__item{--indent:calc(var(--offset) * 2)}}@media screen and (max-width:1199px){.student,.students-list__item{--width:calc(min(50%, 350px))}}@media screen and (max-width:899px){.student,.students-list__item{min-width:260px}}@media screen and (max-width:759px){.student,.students-list__item{width:270px}}.students-card{flex-shrink:0;margin-right:0}@media screen and (max-width:1299px){.students-card{margin-top:var(--offset-m)}}@media screen and (max-width:799px){.students-card{margin-bottom:var(--offset-m)}}@media screen and (max-width:599px){.students-card{align-self:center;margin-top:calc(var(--offset) * 2);margin-bottom:0}}.student{position:relative}.student:focus .student-bg svg,.student:focus-within .student-bg svg,.student:hover .student-bg svg{stroke:var(--c6)}.student:focus .student-content::before,.student:focus .student-name::before,.student:focus-within .student-content::before,.student:focus-within .student-name::before,.student:hover .student-content::before,.student:hover .student-name::before{left:-50%}.student:focus .student-content__photo,.student:focus-within .student-content__photo,.student:hover .student-content__photo{transform:scale(.95)}.student-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;width:106%;height:106%;z-index:-1}@media screen and (max-width:1599px){.student-bg{width:104%;height:102%}}@media screen and (max-width:1199px){.student-bg{width:102%}}@media screen and (max-width:899px){.student-bg{width:100%;height:100%}}.student-bg svg{width:100%;height:100%;fill:none;stroke:var(--c2);overflow:visible;transition:stroke .5s ease-in-out}.student-inner{background:var(--c1);-webkit-mask:url(../img/shield-bg.svg);mask:url(../img/shield-bg.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}@media screen and (max-width:1199px){.student-inner{background-image:var(--gradient1)}}.student-content{position:relative;display:flex;justify-content:space-between;align-items:flex-start;height:calc(var(--offset) * 10)}@media screen and (max-width:1599px) and (min-width:1300px){.student-content{height:calc(var(--offset) * 9)}}@media screen and (max-width:1199px){.student-content{height:180px}}.student-content::before{background:var(--gradient2);content:"";position:absolute;top:0;left:0;width:150%;bottom:0;transition:left .5s ease-in-out;z-index:-1}.student-content__info{position:absolute;top:calc(var(--offset) * 2.8);left:calc(var(--offset) * 2.5);bottom:var(--offset);display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:calc(var(--offset) * 2.5)}@media screen and (max-width:1599px){.student-content__info{top:calc(var(--offset) * 2);bottom:calc(var(--offset) * .6)}}@media screen and (max-width:1299px){.student-content__info{top:calc(var(--offset) * 2.5)}}@media screen and (max-width:1199px){.student-content__info{width:100px;top:45px;left:30px;bottom:10px}}@media screen and (max-width:899px){.student-content__info{top:40px;bottom:15px;width:80px}}.student-rating{font:var(--fwR) 3em/1 var(--ff2);text-align:center;letter-spacing:.2rem;text-shadow:2px 2px 0 var(--c7)}.student-position{text-transform:uppercase;font-weight:var(--fwSB);font-size:1.2em;line-height:1.2;text-align:center;text-shadow:2px 2px 0 var(--c7)}@media screen and (max-width:1199px){.student-position{font-size:20px}}.student-content__row{display:flex;align-items:center;gap:calc(var(--offset) * .8);margin-top:auto}.student-nationality{display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 1.5);height:calc(var(--offset) * 1.5)}@media screen and (max-width:1299px){.student-nationality{width:25px;height:25px}}@media screen and (max-width:1199px){.student-nationality{width:35px;height:35px}}.student-nationality img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.student-club{display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 1.8);height:calc(var(--offset) * 1.8)}@media screen and (max-width:1299px){.student-club{width:30px;height:30px}}@media screen and (max-width:1199px){.student-club{width:40px;height:40px}}.student-club img,.student-club picture{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.student-content__photo{display:flex;align-self:flex-end;width:100%;height:95%;overflow:hidden;transform-origin:right bottom;transition:transform .5s ease-in-out;will-change:transform}@media screen and (max-width:1199px){.student-content__photo{height:90%}}.student-content__photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top right;object-position:top right;filter:drop-shadow(5px 5px 10px rgba(57, 57, 76, .6))}.student-name{font:var(--fwR) 1.2em/1.2 var(--ff2);position:relative;padding:calc(var(--offset) * .5) calc(var(--offset) * 1.5);text-align:center;letter-spacing:.2rem;text-shadow:2px 2px 0 var(--c7)}.student-name::before{background:var(--gradient4);content:"";position:absolute;top:0;left:0;width:150%;bottom:0;transition:left .5s ease-in-out;z-index:-1}.student-name span{white-space:nowrap}.students-terms{display:grid;grid-template-columns:repeat(4,auto);gap:calc(var(--offset) * 1) calc(var(--offset) * 2)}@media screen and (max-width:1199px){.students-terms{grid-template-columns:repeat(2,auto)}}@media screen and (max-width:1099px) and (min-width:800px){.students-terms{grid-template-columns:repeat(3,auto)}}@media screen and (max-width:599px){.students-terms{gap:var(--offset)}}.students-term__name{text-transform:uppercase;font-weight:var(--fwR);font-size:.85em;color:var(--c2)}.students-term__value{font:var(--fwR) 2.5em var(--ff2);margin-top:calc(var(--offset) * .4)}@media screen and (max-width:1366px){.students-term__value{font-size:2em}}.students-term__country{display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 1.5);height:calc(var(--offset) * 1.5)}@media screen and (max-width:1299px){.students-term__country{width:25px;height:25px}}@media screen and (max-width:1199px){.students-term__country{width:35px;height:35px}}.students-term__country img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.student-terms{background:var(--gradient1);position:relative;display:grid;grid-template-columns:1fr auto;height:calc(var(--offset) * 10);padding:calc(var(--offset) * .8) calc(var(--offset) * 3.5) calc(var(--offset) * 3)}@media screen and (max-width:1599px){.student-terms{align-items:flex-start;padding-left:calc(var(--offset) * 3);padding-right:calc(var(--offset) * 3)}}@media screen and (max-width:1299px){.student-terms{height:calc(var(--offset) * 11)}}@media screen and (max-width:1199px){.student-terms{width:250px;height:200px;margin-left:auto;margin-right:auto;padding-top:20px;padding-bottom:55px;background-image:none}}@media screen and (max-width:999px){.student-terms{height:auto;min-height:150px;padding-top:10px}}@media screen and (max-width:899px){.student-terms{gap:5px;min-height:160px}}.student-terms::after{background:var(--c7);content:"";position:absolute;top:calc(var(--offset) * .8);left:50%;bottom:calc(var(--offset) * 3);width:1px;transform:translateX(-50%)}.student-term{display:flex;align-items:center;gap:calc(var(--offset) * .4)}.student-term:nth-child(even){padding-left:var(--offset)}.student-term b{font:var(--fwR) 1.5em/1.2 var(--ff2);letter-spacing:.2rem;text-shadow:2px 2px 0 var(--c7)}.student-term span{text-transform:uppercase;font-weight:var(--fwSB);font-size:.9em}.menu{background:var(--c4);position:-webkit-sticky;position:sticky;top:0;display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;width:var(--menu-width);height:calc(var(--vh,1vh) * 100);color:var(--c3)}@media screen and (min-width:1100px){.menu{transform:translateX(-105%)}}@media screen and (max-width:759px){.menu{position:fixed;background-color:transparent;pointer-events:none;width:auto;z-index:2}}.menu-header{flex-shrink:0;margin-bottom:var(--offset)}.menu-logo{display:flex;flex-direction:column;align-items:center;padding-top:var(--offset);color:inherit;transition:color .3s ease-in-out}@media screen and (max-width:1299px){.menu-logo{font-size:16px}}@media screen and (max-width:759px){.menu-logo{align-items:flex-start;pointer-events:auto;margin-left:calc(var(--offset) * 1.5)}}.menu-logo:focus,.menu-logo:focus-within,.menu-logo:hover{color:var(--c2)}.menu-opener{position:fixed;top:calc(var(--offset) * 1.5);right:calc(var(--offset) * 1.5);padding-left:10px;padding-right:10px;pointer-events:auto}@media screen and (min-width:760px){.menu-opener{display:none}}.menu-opener svg{display:block;margin-right:0}.menu-opener svg:last-child{position:absolute;opacity:0}.menu-opener.open svg:first-child{opacity:0}.menu-opener.open svg:last-child{opacity:1}.menu-logo__img{width:calc(var(--offset) * 5);height:calc(var(--offset) * 5)}@media screen and (max-width:999px){.menu-logo__img{width:100px;height:100px}}@media screen and (max-width:759px){.menu-logo__img{width:85px;height:85px}}.menu-logo__img img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.menu-logo__text{display:flex;flex-direction:column;align-items:center;text-align:center;color:inherit;margin-top:calc(var(--offset) * .8)}@media screen and (max-width:1299px){.menu-logo__text{margin-top:20px}}@media screen and (max-width:999px){.menu-logo__text{display:none}}.menu-logo__text b{font:var(--fwR) 1.4em/1 var(--ff2);letter-spacing:.2rem}.menu-inner{padding-top:var(--offset);padding-bottom:calc(var(--offset) * 2);overflow:auto}@media screen and (max-width:759px){.menu-inner{position:fixed;top:0;left:0;right:0;bottom:0;padding-top:120px;padding-bottom:80px;background-color:var(--c1);visibility:hidden;opacity:0;z-index:-1;transition:all .3s ease-in-out}.menu-inner.open{pointer-events:auto;visibility:visible;opacity:1}}.menu-list{list-style:none;margin:0;padding:0}.menu-list__link{position:relative;display:flex;padding:calc(var(--offset) * .5) calc(var(--offset) * 2.5);text-transform:uppercase;font-weight:var(--fwSB);font-size:.9em;color:inherit;transition:color .3s ease-in-out}@media screen and (max-width:1299px){.menu-list__link{padding:10px 40px;font-size:16px}}@media screen and (max-width:999px){.menu-list__link{justify-content:center;text-align:center}}.menu-list__link::before{background:var(--gradient1);content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out;z-index:-1}.menu-list__link::after{background:var(--c2);content:"";position:absolute;top:0;right:0;width:5px;height:100%;transform:scaleX(0);transform-origin:right;transition:transform .15s ease-in-out}.menu-list__link.current::after{transform:none;transition-delay:.3s}.menu-list__link.current::before{opacity:1}.menu-list__link:focus-within::before,.menu-list__link:focus::before,.menu-list__link:hover::before{opacity:1}.menu-list__link:hover{color:var(--c2)}.menu-footer{flex-shrink:0;margin-top:auto}@media screen and (min-width:760px){.menu-footer{border-top:1px solid var(--c5)}}@media screen and (max-width:759px){.menu-footer{display:none}}.menu-social{display:flex;justify-content:center;align-items:center;padding-top:calc(var(--offset) * .25);padding-bottom:calc(var(--offset) * .25)}.menu-social__text{margin-right:calc(var(--offset) * .25);font-weight:var(--fwSB);font-size:.75em}@media screen and (max-width:1299px){.menu-social__text{font-size:15px}}@media screen and (max-width:999px){.menu-social__text{display:none}}.menu-social__list{display:flex;align-items:center;list-style:none;margin:0;padding:0}.menu-social__link{display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 1.75);height:calc(var(--offset) * 1.75);padding:calc(var(--offset) * .5);border-radius:.2rem;transition:background-color .3s ease-in-out}@media screen and (max-width:1299px){.menu-social__link{width:48px;height:48px;padding:12px}}.menu-social__link:focus .menu-social__icon,.menu-social__link:focus-within .menu-social__icon,.menu-social__link:hover .menu-social__icon{fill:var(--c2)}.menu-social__link:focus{background:var(--c5)}.menu-social__icon{width:100%;height:100%;fill:var(--c3);transition:fill .3s ease-in-out}.matchday{position:relative;display:flex;flex-direction:column;align-items:stretch;padding:calc(var(--offset) * .5);font-family:var(--ff2);color:var(--c3);text-shadow:2px 2px 0 var(--c7)}@media screen and (max-width:759px){.matchday{padding:15px 5px}}.matchday-bg{background:var(--gradient2);position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.matchday-bg picture{display:flex;height:100%}.matchday-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.matchday-date{margin-bottom:calc(var(--offset) * .5);font-size:1.4em;line-height:1;text-align:center}.matchday-clubs{display:flex;justify-content:space-between;align-items:flex-start;letter-spacing:.1rem;font-weight:var(--fwR);line-height:1}.matchday-club{display:flex;flex-direction:column;align-items:center;width:40%;text-align:center}.matchday-club:first-child .matchday-club__logo{box-shadow:-5px 5px 15px -4px var(--c7)}.matchday-club__logo{background:var(--c3);width:calc(var(--offset) * 3.8);height:calc(var(--offset) * 3.8);margin-bottom:calc(var(--offset) * .5);padding:calc(var(--offset) * .8);border-radius:50%;box-shadow:5px 5px 15px -4px var(--c7);overflow:hidden}@media screen and (max-width:999px){.matchday-club__logo{width:65px;height:65px;margin-bottom:10px;padding:10px}}.matchday-club__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.matchday-club__name{font-weight:var(--fwR)}.footer{display:flex;justify-content:space-between;align-items:center;width:calc(100% - var(--menu-width));margin-top:auto;margin-left:auto;padding:var(--offset-m) var(--offset-l)}@media screen and (max-width:1299px){.footer{flex-direction:column;align-items:flex-start}}@media screen and (max-width:759px){.footer{width:100%;margin-bottom:80px}}.footer-col{letter-spacing:.1rem;font-weight:var(--fwR);font-size:.85em}@media screen and (max-width:1299px){.footer-col{font-size:14px}.footer-col:first-child{margin-bottom:40px}}.copyright-logo{position:relative;display:flex;flex-direction:column;flex-shrink:0;width:calc(max((var(--offset) * 1.5),30px));height:calc(max((var(--offset) * 1.75),35px));transition:.5s;transition-delay:.6s;overflow:hidden;z-index:1}.copyright-logo::after{content:attr(data-title);position:absolute;top:calc(100% + (var(--offset) * .25));left:50%;transform:translateX(-50%);white-space:nowrap;font-size:.8em;color:var(--c3);opacity:0;transition:.5s}.copyright-logo svg{width:calc(max((var(--offset) * 3),60px));height:auto;opacity:1;transform:none;top:auto;left:auto;fill:var(--c3);stroke:var(--c3);stroke-linecap:round}.copyright-logo .st0{stroke-width:12;stroke-linejoin:round;stroke-miterlimit:10;margin-left:auto}@media screen and (min-width:1000px){.copyright-logo .st0{-webkit-animation:st0 2s linear 0s infinite normal;animation:st0 2s linear 0s infinite normal}}.copyright-logo .st01{stroke-width:0;-webkit-animation:none;animation:none}.copyright-logo .st{stroke-width:0;stroke-linejoin:bevel;opacity:0;transition:.5s;fill:var(--c3);stroke:var(--c3)}.copyright-logo .st1{transition-delay:.3s}.copyright-logo .st2{transition-delay:.2s}.copyright-logo .st3{transition-delay:.1s}@media screen and (min-width:769px){.copyright-logo:focus,.copyright-logo:focus-within,.copyright-logo:hover{width:calc(var(--offset) * 3);transition-delay:0s;overflow:visible}.copyright-logo:focus-within::after,.copyright-logo:focus::after,.copyright-logo:hover::after{opacity:1;transition-delay:.6s}.copyright-logo:focus .st0,.copyright-logo:focus-within .st0,.copyright-logo:hover .st0{-webkit-animation:none;animation:none}.copyright-logo:focus .st,.copyright-logo:focus-within .st,.copyright-logo:hover .st{opacity:1;transition-delay:.4s}.copyright-logo:focus .st2,.copyright-logo:focus-within .st2,.copyright-logo:hover .st2{transition-delay:.5s}.copyright-logo:focus .st3,.copyright-logo:focus-within .st3,.copyright-logo:hover .st3{transition-delay:.6s}}@-webkit-keyframes st0{80%{stroke-width:12}95%{stroke-width:24}100%{stroke-width:12}}@keyframes st0{80%{stroke-width:12}95%{stroke-width:24}100%{stroke-width:12}}.callback-opener{position:fixed;top:calc(var(--offset) * 2);right:calc(var(--offset) * 2);font-size:.85em;z-index:2}@media screen and (min-width:1100px){.callback-opener{transform:translateY(-200%);opacity:0}}@media screen and (max-width:759px){.callback-opener{top:calc(var(--offset) * 1.5);right:calc(var(--offset) * 5)}}.modal-overlay{background:rgba(0,0,0,.7);position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;transition:.3s ease;z-index:5}.modal-overlay.open{transition-delay:0s}.modal-overlay:not(.open){visibility:hidden;transition-delay:.3s;opacity:0}.modal-bg{position:absolute;top:0;right:0;width:100%;height:100%;mix-blend-mode:plus-lighter;opacity:.5;z-index:-1}.modal-bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[data-modal]{position:fixed;top:calc(var(--offset) * 2);right:calc(var(--offset) * 2);bottom:calc(var(--offset) * 2);display:flex;flex-direction:column;align-items:stretch;width:calc(100% - var(--menu-width) - ((var(--offset) * 2) * 2));height:calc(100% - ((var(--offset) * 2) * 2));color:var(--c3);margin:auto;background:var(--c8);border-radius:1.5rem;transition:.3s ease;overflow:auto}@media screen and (max-width:759px){[data-modal]{top:calc(var(--offset) * 1.5);right:calc(var(--offset) * 1.5);bottom:calc(var(--offset) * 1.5);width:calc(100% - ((var(--offset) * 1.5) * 2));height:calc(100% - ((var(--offset) * 1.5) * 2))}}[data-modal]:not(.open){transform:translateY(100%);opacity:0}@media screen and (max-width:759px){[data-modal]:not(.modal--s) .modal-closed{top:calc(var(--offset) * 1.5);right:calc(var(--offset) * 1.5)}}[data-modal].modal--s{top:50%;left:calc(50% + (var(--menu-width)/ 2));right:auto;bottom:auto;width:calc(max((var(--offset) * 20),400px));height:auto;max-height:100%;padding:calc(var(--offset) * 2);transform:translate(-50%,-50%)}@media screen and (max-width:1299px){[data-modal].modal--s{width:450px}}@media screen and (max-width:759px){[data-modal].modal--s{left:50%;width:100%;max-width:calc(100% - (var(--offset-l) * 2))}}[data-modal].modal--s:not(.open){transform:translate(-50%,-20%);opacity:0}[data-modal] video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modal-head{margin-bottom:var(--offset)}.modal-head .title{margin-bottom:var(--offset)}@media screen and (max-width:1299px){.modal-head .title{margin-right:38px}}.modal-head p{font-size:.95em}@media screen and (max-width:1299px){.modal-head p{font-size:16px}}.modal-closed{position:absolute;top:var(--offset);right:var(--offset);display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 1.2);height:calc(var(--offset) * 1.2);padding:calc(var(--offset) * .3);border:2px solid var(--c3);border-radius:50%;transition:all .3s ease-in-out;z-index:1}@media screen and (max-width:1299px){.modal-closed{top:calc(var(--offset) * 2);right:calc(var(--offset) * 2);width:38px;height:38px;padding:12px}}.modal-closed svg{width:100%;height:100%;fill:var(--c3);transition:all .3s ease-in-out}.modal-closed:focus,.modal-closed:focus-within,.modal-closed:hover{border-color:var(--c2)}.modal-closed:focus svg,.modal-closed:focus-within svg,.modal-closed:hover svg{fill:var(--c2)}body.modal-open{overflow:hidden}input[type=email],input[type=tel],input[type=text],textarea{font:var(--fwR) .9em/1 var(--ff);background:0 0;width:100%;padding:calc(var(--offset) * .5) calc(var(--offset) * 1.2);border:2px solid var(--c9);border-radius:1.5rem;caret-color:var(--c2);transition:border-color .35s cubic-bezier(.45,.05,.55,.95);resize:none;color:var(--c3)}@media screen and (max-width:1299px){input[type=email],input[type=tel],input[type=text],textarea{padding:10px 20px;font-size:16px}}input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,textarea::-moz-placeholder{color:rgba(255,255,255,.5)}input[type=email]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:rgba(255,255,255,.5)}input[type=email]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:rgba(255,255,255,.5)}input[type=email].error,input[type=tel].error,input[type=text].error,textarea.error{border-color:#ff6300}input[type=email]:focus,input[type=email]:focus-within,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:focus-within,input[type=tel]:hover,input[type=text]:focus,input[type=text]:focus-within,input[type=text]:hover,textarea:focus,textarea:focus-within,textarea:hover{border-color:var(--c2)}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 50px var(--c5);-webkit-text-fill-color:var(--c3)}.form{width:100%}.form-inner{display:flex;flex-direction:column;margin-bottom:calc(var(--offset) * 2)}.form-row{display:flex;justify-content:space-between;align-items:stretch}.form-label{display:flex;flex-direction:column;align-items:stretch;margin-bottom:var(--offset)}.form-error{order:1;margin-top:calc(var(--offset) * .5);padding-left:0;font-size:.85em;line-height:1.4;color:#ff6300}@media screen and (max-width:1299px){.form-error{font-size:14px}}.form-answer{font-size:.9em;color:#10d810}@media screen and (max-width:1299px){.form-answer{font-size:16px}}[data-tab-button]{position:relative;display:inline-block;vertical-align:middle;padding-bottom:var(--offset);font-weight:var(--fwSB);font-size:1.2em;line-height:1.4;color:var(--c3)}[data-tab-button]::after{background:var(--c2);content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;transform:scaleX(0);transform-origin:center;transition:var(--transition)}@media screen and (max-width:999px){[data-tab-button]::after{bottom:0}}[data-tab-button]+[data-tab-button]{margin-left:calc(var(--offset) * 2)}[data-tab-button]:focus,[data-tab-button]:focus-within,[data-tab-button]:hover{color:var(--c2)}[data-tab-button].open{color:var(--c2)}[data-tab-button].open::after{transform:scaleX(1)}[data-tab]:not(.open):not(span){position:absolute;height:0;overflow:hidden}[data-tab]&gt;*{transition:all var(--transition),transform var(--transition) .15s,opacity var(--transition) .15s;transform:translateY(10px);opacity:0}[data-tab].open&gt;*{transform:none;opacity:1}.tabs{border-bottom:1px solid var(--c7)}@media screen and (max-width:999px){.tabs{display:flex;align-items:stretch;overflow:auto}}@media screen and (max-width:999px){.tab{flex-shrink:0}}.tab-wrap{margin-top:calc(var(--offset) * 2)}.tab-item .news{padding-top:var(--offset)}.tab-content{padding-top:var(--offset);font-size:.9em;line-height:1.4}.tab-content .table+.title,.tab-content .table-wrap+.title,.tab-content .title+.title,.tab-content table+.title,.tab-content ul+.title{margin-top:calc(var(--offset) * 2)}.tab-content ul{display:flex;flex-direction:column;list-style:none;margin:calc(var(--offset) * .2) 0 0;padding:0}.tab-content li{position:relative;display:flex;align-items:flex-start;padding-top:calc(var(--offset) * .8)}@media screen and (max-width:599px){.tab-content li{font-size:1.1em;line-height:1.6}}.tab-content li::before{font:1.5em/1 var(--ff2);content:"•";position:relative;margin-right:calc(var(--offset) * .8);color:var(--c2)}</pre></body></html>