@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap");:root{--headline_xl_font_size:50px;--headline_large_font_size:42px;--headline_medium_font_size:34px;--headline_small_font_size:26px;--headline_xs_font_size:20px;--headline_xxs_font_size:17px}@media screen and (max-width:800px){:root{--headline_xl_font_size:42px;--headline_large_font_size:38px;--headline_medium_font_size:30px;--headline_small_font_size:22px;--headline_xs_font_size:18px;--headline_xxs_font_size:16px}}@media screen and (max-width:600px){:root{--headline_xl_font_size:30px;--headline_large_font_size:26px;--headline_medium_font_size:22px;--headline_small_font_size:18px;--headline_xs_font_size:16px;--headline_xxs_font_size:16px}}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert}::-webkit-input-placeholder{color:unset}::-moz-placeholder{color:unset}:-ms-input-placeholder{color:unset}::-ms-input-placeholder{color:unset}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}.cf:after,.header-button:after,.menu:after{content:"";clear:both;display:table}.carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{-webkit-box-sizing:inherit;box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select: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%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:currentColor;opacity:0.25;-webkit-transition:opacity 0.15s ease-in-out;transition:opacity 0.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:-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;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%);-webkit-box-shadow:var(--carousel-button-shadow,none);box-shadow:var(--carousel-button-shadow,none);-webkit-transition:opacity 0.15s ease;transition:opacity 0.15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:0.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;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;-ms-touch-action:none;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,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;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{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container :focus{outline:none}@media (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,0.92))}.fancybox__carousel{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted}.fancybox__caption{-ms-flex-item-align:center;-ms-grid-row-align:center;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;-ms-flex-negative:0;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.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 (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (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 (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.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%;-webkit-transform:translate(-50%,-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{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;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;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{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{-webkit-animation:0.15s ease backwards fancybox-fadeIn;animation:0.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{-webkit-animation:0.15s ease both fancybox-fadeOut;animation:0.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:0.15s ease both fancybox-fadeIn;animation:0.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:0.1s ease both fancybox-fadeOut;animation:0.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:0.2s ease both fancybox-zoomInUp;animation:0.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:0.15s ease both fancybox-zoomOutDown;animation:0.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:0.15s ease both fancybox-throwOutUp;animation:0.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:0.15s ease both fancybox-throwOutDown;animation:0.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomInUp{0%{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,0.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,0.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);box-shadow:inset 0 0 4px rgba(0,0,0,0.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition: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;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;-o-object-fit:contain;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;-ms-touch-action:none;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%;-o-object-fit:cover;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%;-ms-flex-negative:1;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,0.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{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:0.15s ease-in backwards fancybox-fadeIn;animation:0.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;-webkit-box-sizing:content-box;box-sizing:content-box;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;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,0.96));opacity:0;-webkit-transition:opacity 0.15s ease;transition:opacity 0.15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:0.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select: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,0.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:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,0%,0)),color-stop(8.1%,hsla(0,0%,0%,0.006)),color-stop(15.5%,hsla(0,0%,0%,0.021)),color-stop(22.5%,hsla(0,0%,0%,0.046)),color-stop(29%,hsla(0,0%,0%,0.077)),color-stop(35.3%,hsla(0,0%,0%,0.114)),color-stop(41.2%,hsla(0,0%,0%,0.155)),color-stop(47.1%,hsla(0,0%,0%,0.198)),color-stop(52.9%,hsla(0,0%,0%,0.242)),color-stop(58.8%,hsla(0,0%,0%,0.285)),color-stop(64.7%,hsla(0,0%,0%,0.326)),color-stop(71%,hsla(0,0%,0%,0.363)),color-stop(77.5%,hsla(0,0%,0%,0.394)),color-stop(84.5%,hsla(0,0%,0%,0.419)),color-stop(91.9%,hsla(0,0%,0%,0.434)),to(hsla(0,0%,0%,0.44)));background:linear-gradient(to top,hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.006) 8.1%,hsla(0,0%,0%,0.021) 15.5%,hsla(0,0%,0%,0.046) 22.5%,hsla(0,0%,0%,0.077) 29%,hsla(0,0%,0%,0.114) 35.3%,hsla(0,0%,0%,0.155) 41.2%,hsla(0,0%,0%,0.198) 47.1%,hsla(0,0%,0%,0.242) 52.9%,hsla(0,0%,0%,0.285) 58.8%,hsla(0,0%,0%,0.326) 64.7%,hsla(0,0%,0%,0.363) 71%,hsla(0,0%,0%,0.394) 77.5%,hsla(0,0%,0%,0.419) 84.5%,hsla(0,0%,0%,0.434) 91.9%,hsla(0,0%,0%,0.44) 100%);padding:0;-ms-touch-action:none;touch-action:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;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,0.4))}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:0.15s ease-in backwards fancybox-fadeIn;animation:0.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-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,0.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.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:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}[data-simplebar]{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;-webkit-box-sizing:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{-webkit-box-sizing:inherit!important;box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0}.simplebar-height-auto-observer{-webkit-box-sizing:inherit;box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:black;border-radius:7px;left:2px;right:2px;opacity:0;-webkit-transition:opacity 0.2s 0.5s linear;transition:opacity 0.2s 0.5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:0.5;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}body{font-family:Inter,Arial,Tahoma,sans-serif;font-weight:300;font-size:14px;line-height:1.8;color:#fff;background-image:url("../img/background1.jpg");background-repeat:no-repeat;background-size:cover;background-position:center center;height:100vh;overflow:hidden;position:relative}a{color:#E7D87D}a:hover{color:#fff}strong{font-weight:500}em{font-style:italic}.slightly-larger-text{font-size:1.2em}.larger-text{font-size:1.4em}.accent-color-text{color:#E7D87D}.columns{display:-webkit-box;display:-ms-flexbox;display:flex}.columns>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.tcenter{text-align:center}.tleft{text-align:left}.tright{text-align:right}.smallmargintop{margin-top:5px}.user-background-image{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2;background-repeat:no-repeat;background-size:cover}.preview-user-background-image{background-repeat:no-repeat;background-size:cover;border-radius:6px;max-width:150px;position:relative}.preview-user-background-image .remove-background-image{position:absolute;top:-15px;right:-15px;z-index:2;background:#E7D87D;color:#000;border-radius:100px;width:30px;height:30px;text-align:center;line-height:30px;cursor:pointer}.preview-user-background-image img{display:block;width:100%;height:auto}.league-rankings-table-wrapper{overflow:auto}.league-rankings-table-wrapper table{width:100%;text-align:center;line-height:1}.league-rankings-table-wrapper .league-title{font-size:1.1em;font-weight:500;color:#fff}.league-rankings-table-wrapper td,.league-rankings-table-wrapper th{display:table-cell}.league-rankings-table-wrapper td.draw,.league-rankings-table-wrapper td.goaldiff,.league-rankings-table-wrapper td.lost,.league-rankings-table-wrapper td.played,.league-rankings-table-wrapper td.points,.league-rankings-table-wrapper td.pos,.league-rankings-table-wrapper td.won,.league-rankings-table-wrapper th.draw,.league-rankings-table-wrapper th.goaldiff,.league-rankings-table-wrapper th.lost,.league-rankings-table-wrapper th.played,.league-rankings-table-wrapper th.points,.league-rankings-table-wrapper th.pos,.league-rankings-table-wrapper th.won{width:40px}.league-rankings-table-wrapper td.pos,.league-rankings-table-wrapper th.pos{padding-left:15px}.league-rankings-table-wrapper td.points,.league-rankings-table-wrapper th.points{padding-right:15px}.league-rankings-table-wrapper th{text-transform:uppercase;padding:0 0 15px 0;color:rgba(255,255,255,0.7)}.league-rankings-table-wrapper td{padding:15px 0;position:relative}.league-rankings-table-wrapper td.team-name{padding-left:35px}.league-rankings-table-wrapper td.team-name img{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px;height:25px}.league-rankings-table-wrapper tr{border-bottom:1px solid rgba(255,255,255,0.1)}.league-rankings-table-wrapper tr.highlighted{background:rgba(231,216,125,0.3);border-color:rgba(231,216,125,0.3)}.league-rankings-table-wrapper tbody tr:not(.highlighted):hover{border-color:rgba(255,255,255,0.4)}.top-row-menu-icons{position:absolute;top:10px;right:10px;z-index:5;line-height:1}.top-row-menu-icons .menu-icon{font-size:24px;cursor:pointer;margin-left:15px}.top-row-menu-icons .menu-icon:hover{color:#E7D87D}.button{display:inline-block;background:#E7D87D;color:#000;text-transform:uppercase;font-size:13px;padding:15px 20px;line-height:1;border-radius:5px;font-weight:500;margin-top:10px;cursor:pointer}.button.full-width{display:block;text-align:center}.button:hover{-webkit-filter:brightness(0.8);filter:brightness(0.8);color:#000}.layer-wrapper{position:absolute;z-index:10;font-size:13px}.layer-wrapper.layer-hidden{display:none}.layer-wrapper.layer-top-right{right:0;top:40px;max-width:340px;min-width:250px}.layer-wrapper.layer-bookmarks{right:80px;top:40px;width:40px}.layer-wrapper.layer-bookmarks .bookmarks-list .site-icon-letter,.layer-wrapper.layer-bookmarks .bookmarks-list img{width:25px;height:auto;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#000;font-size:22px;font-weight:700}.layer-wrapper.layer-bookmarks .bookmarks-list .remove-bookmark{position:absolute;right:-30px;width:30px;top:0;bottom:0;text-align:right;display:none}.layer-wrapper.layer-bookmarks .bookmarks-list .remove-bookmark .remove-bookmark-icon{background:#000;border-radius:100px;display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;margin-top:10px;cursor:pointer}.layer-wrapper.layer-bookmarks .bookmarks-list a{cursor:pointer!important;display:block;margin:10px auto;-webkit-transition:-webkit-transform 200ms;transition:-webkit-transform 200ms;transition:transform 200ms;transition:transform 200ms,-webkit-transform 200ms;width:40px;height:40px;background:#fff;border-radius:100px;position:relative}.layer-wrapper.layer-bookmarks .bookmarks-list li{position:relative}.layer-wrapper.layer-bookmarks .bookmarks-list li:hover .remove-bookmark{display:block}.layer-wrapper.layer-bookmarks .bookmarks-list li:hover a{background:#E7D87D;-webkit-transform:scale(1.2);transform:scale(1.2)}.layer-wrapper.layer-bookmarks .bookmark-add-button{background:#000;margin:10px auto;border-radius:100px;width:24px;height:24px;text-align:center;line-height:24px;cursor:pointer;display:block;-webkit-transition:-webkit-transform 200ms;transition:-webkit-transform 200ms;transition:transform 200ms;transition:transform 200ms,-webkit-transform 200ms}.layer-wrapper.layer-bookmarks .bookmark-add-button:hover{background:#E7D87D;color:#000;-webkit-transform:scale(1.5);transform:scale(1.5)}.layer-wrapper .layer-group{margin-bottom:15px}.layer-wrapper .layer-group:last-child{margin-bottom:0}.layer-wrapper h2{font-size:15px}h2{text-transform:uppercase;margin-bottom:5px;font-weight:500;font-size:20px}label.custom-checkbox{display:block;position:relative;padding-left:30px;margin:8px 0;cursor:pointer}label.custom-checkbox.checked:after,label.custom-checkbox:before{content:"";display:block;position:absolute;top:1px;left:0;border:1px solid #E7D87D;width:20px;height:20px;border-radius:4px}label.custom-checkbox.checked:after{background:#E7D87D;top:5px;left:4px;width:12px;border-radius:2px;height:12px}.bookmark-wrapper{right:50px}.hidden{display:none}.disabled-overlay{position:relative;opacity:0.3}.disabled-overlay:after{content:"";display:block;position:absolute;z-index:2;top:0;left:0;right:0;bottom:0;cursor:not-allowed}.tooltip-box{position:absolute;top:0;left:0;z-index:100;background:#E7D87D;font-weight:500;color:#000;padding:8px 13px;font-size:13px;border-radius:5px;line-height:1.2}.tooltip-box:after{content:"";display:block;position:absolute;width:8px;height:8px;background:#E7D87D}.tooltip-box.x-center.y-bottom:after{left:50%;top:-4px;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.tooltip-box.x-left.y-center:after{right:-4px;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}[data-tooltip]{cursor:help}.upcoming-match-wrapper{margin:-10px;position:relative;display:-ms-grid;display:grid;-ms-grid-columns:30px 1fr 30px;grid-template-columns:30px 1fr 30px;text-align:center;line-height:1.3;font-size:13px;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.upcoming-match-wrapper .upcoming-info-sport{text-transform:uppercase;color:#E7D87D;margin-bottom:5px;font-size:12px}.upcoming-match-wrapper img{display:block;width:100%;height:auto}.tabs-nav{margin:-25px -25px 25px -25px;display:-webkit-box;display:-ms-flexbox;display:flex}.tabs-nav .tab{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;line-height:1;padding:15px 0;cursor:pointer;border-bottom:2px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.5)}.tabs-nav .tab.current{color:#E7D87D;font-weight:500;border-color:#E7D87D}.tabs-nav .tab:first-child{border-top-left-radius:7px}.tabs-nav .tab:last-child{border-top-right-radius:7px}.grid-wrapper{display:-ms-grid;display:grid;grid-gap:25px;-ms-grid-columns:1fr;grid-template-columns:1fr}.grid-wrapper.col-2{-ms-grid-columns:1fr 25px 1fr;grid-template-columns:repeat(2,1fr)}input,textarea{background:rgba(255,255,255,0.15);border:1px solid transparent;line-height:1.2;padding:15px 20px;border-radius:6px;width:100%;display:block;color:#fff;font-weight:500}input[type=submit],textarea[type=submit]{margin-top:0}input:not([type=submit]):focus,textarea:not([type=submit]):focus{background:#000;border-color:#E7D87D}textarea{height:100px}.input.submit{padding-top:20px;margin-top:20px;border-top:1px solid rgba(255,255,255,0.2)}.relative{position:relative}.content-box{margin:10px;background:rgba(0,0,0,0.8);border-radius:7px;padding:25px}.chat-items{overflow-x:hidden}.chat-items .chat-item{padding:15px;border-radius:5px;line-height:1;background:#000;margin-bottom:10px;border-left:5px solid #333}.chat-items .chat-item:last-child{margin-bottom:0}.chat-items .chat-item .chat-item-username{color:#E7D87D;font-weight:500}.chat-items .chat-item .chat-item-date{font-style:italic;font-size:13px;margin-top:5px;opacity:0.5}.chat-items .chat-item .chat-item-message{margin-top:10px;line-height:1.5}.chat-items .chat-item .chat-item-message p{margin-bottom:0.5em}.chat-items .chat-item .chat-item-message p:last-child{margin-bottom:0}.chat-items .chat-item.my-item{background:rgba(231,216,125,0.08);border-color:#E7D87D}.chat-form{padding-top:20px}.chat-form textarea{background:#000;border-color:rgba(255,255,255,0.2)}.chat-form input[type=submit]{margin-top:10px}.widgets-outer-wrapper{position:absolute;top:10px;left:10px;right:10px;bottom:10px;z-index:5;padding-right:200px}.widgets-outer-wrapper .widget-group.inactive{display:none}.widgets-outer-wrapper .widget{float:left;width:33.33%}.widgets-outer-wrapper .widget.widget-rankings{width:50%;min-width:400px;max-width:600px}.widgets-outer-wrapper .widget.widget-chat,.widgets-outer-wrapper .widget.widget-news{min-width:200px;max-width:300px}.widgets-outer-wrapper .widget.widget-chat-news{min-width:250px;max-width:400px}.breakpoint{display:none;height:0px}@media screen and (min-width:800px){.breakpoint.breakpoint-desktop{display:block}}@media screen and (max-width:800px) and (min-width:600px){.breakpoint.breakpoint-tablet{display:block}}@media screen and (max-width:600px){.breakpoint.breakpoint-mobile{display:block}}.simplebar-scrollbar:before{background:#E7D87D;opacity:0.3;left:6px;right:0}.simplebar-scrollbar.simplebar-visible:before{opacity:1}.fancybox__content{background:#000;color:#fff;padding:25px;border-radius:7px}.fancybox__content>.carousel__button.is-close{top:6px;right:4px;color:#E7D87D}.message-wrapper{position:fixed;z-index:1100;bottom:10px;left:20px}.message-wrapper .message{margin-bottom:10px;background:#E7D87D;color:#000;font-weight:500;padding:15px 25px;line-height:1.4;display:none;border-radius:5px;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.2);box-shadow:0 0 30px rgba(0,0,0,0.2)}.fancybox__backdrop{background:rgba(231,216,125,0.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}