/*!
 * FOOTER 
 */.social-footer{background:#222121;padding:2rem}.social-footer .maxcontainer{display:flex;justify-content:space-between;align-items:center}.social-footer .maxcontainer .pro-links{display:flex;justify-content:center;flex-direction:row;align-items:center;gap:2rem}.social-footer .maxcontainer .pro-links .sport-logo svg{width:160px}.social-footer .maxcontainer .pro-links .protv-logo svg{width:120px}.social-footer .maxcontainer .pro-links .voyo-logo svg{width:100px}.footer-share ul{display:flex;flex-direction:row;gap:var(--gap);justify-content:center;align-items:center;margin:0;padding:0;list-style:none}.footer-share ul li{padding:var(--gap-3);width:2rem}.footer-share ul li .footer-icon{fill:hsl(var(--color--white))}.footer-share ul li:hover .footer-icon,.footer-share ul li:focus .footer-icon{fill:hsla(var(--color--white),.75)}.footer-share ul li svg{width:1rem;aspect-ratio:1}.footer-share ul li a{display:block}.under-footer{background:hsl(var(--color--secondary));border-top:3px solid hsl(var(--color--primary));padding:2rem 0 1.5rem}.under-footer .copyright-text{font-size:var(--fs-200);font-weight:var(--fw-100);padding-top:2rem;line-height:1;text-align:center;color:hsl(var(--color--white))}.under-footer .footer-nav ul{display:flex;flex-direction:row;justify-content:space-between;gap:var(--gap-1);align-items:center;margin:0;padding:0;list-style:none}.under-footer .footer-nav ul li{font-weight:var(--fw-500);font-size:var(--fs-400);line-height:1}.under-footer .footer-nav ul li a{color:hsl(var(--color--white));display:block}@media (min-width: 801px) and (max-width: 991px){.social-footer{padding:2rem 1rem}.social-footer .maxcontainer{padding:0}.under-footer .footer-nav ul{flex-wrap:wrap;justify-content:center;gap:.75rem}}@media (max-width: 800px){.social-footer{padding:var(--gap)}.social-footer .maxcontainer{flex-direction:column}.social-footer .maxcontainer .pro-links{order:2;flex-direction:column;align-items:center;padding:2rem 0 1rem;gap:2.5rem}.social-footer .maxcontainer .pro-links .protv-logo svg{width:130px}.social-footer .maxcontainer .pro-links .voyo-logo svg{width:120px}.footer-share{order:1}.under-footer{padding:var(--gap-2) 0}.under-footer .footer-nav ul{flex-direction:column;gap:var(--gap-2)}}#news-today-popup{position:fixed;display:none;visibility:hidden;opacity:0;width:100%;max-width:380px;border-radius:50px;background-color:hsla(var(--color--secondary),.9);right:1.3em;bottom:60px}#news-today-popup.toast{display:block;visibility:visible;z-index:9999999999;transition:opacity .5s ease}#news-today-popup .news-today-popup__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%;gap:12px;padding:12px 24px 12px 8px}#news-today-popup .news-today-popup__content .news-today-popup__title{flex:5;font-size:1rem;line-height:1}#news-today-popup .news-today-popup__content .news-today-popup__title a{color:hsl(var(--color--white))}#news-today-popup .news-today-popup__content .news-today-popup__title a:hover{color:hsla(var(--color--white),.8)}#news-today-popup .news-today-popup__content .news-today-popup__logo{width:60px;height:60px;background-color:hsl(var(--color--primary));border-radius:50%}#news-today-popup .news-today-popup__content .news-today-popup__logo img{padding:10px}#news-today-popup .news-today-popup__content .news-today-popup__image{flex:1;width:100%;aspect-ratio:1}#news-today-popup .news-today-popup__content .news-today-popup__image img{border-radius:4px;width:100%;height:100%;aspect-ratio:auto 1 / 1;color:transparent;opacity:1}#news-today-popup .news-today-popup__close{width:24px;height:24px;position:absolute;right:-10px;top:50%;transform:translateY(-50%);cursor:pointer}.news-toast-sliding-in{animation:newsToastSlideIn .5s ease forwards}.news-toast-sliding-out{animation:newsToastSlideOut .5s ease forwards}@keyframes newsToastSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes newsToastSlideOut{0%{transform:translate(0)}to{transform:translate(100%)}}@media screen and (max-width: 768px){#news-today-popup{right:16px;left:10px;bottom:100px;max-width:90svw;margin:0 auto}#news-today-popup .news-today-popup__content{gap:10px;padding:12px 16px 12px 8px}#news-today-popup .news-today-popup__content .news-today-popup__logo{width:50px;height:50px}}.videocontainer{position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(var(--color--black),.9);background-image:url(/build/stirileprotv/assets/bg-protv-53f8a0c0.png);background-position:center;background-size:cover;z-index:99999999;display:none;justify-content:center;align-items:center;flex-direction:column;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;overflow:hidden;aspect-ratio:16/9}.videocontainer .overlay-image-container{position:relative;overflow:hidden;width:100%;height:100%;aspect-ratio:16/9}.videocontainer .overlay-image-container .ball_pro_white{background-image:url(/build/stirileprotv/assets/small-o-b92d2a1d.png);background-position:top left;background-size:contain;background-repeat:no-repeat;width:100%;position:absolute;z-index:999999999;top:0;left:0;bottom:0;transform:translate(-200px);opacity:0;transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.videocontainer .overlay-image-container .pro_aText{position:absolute;z-index:9999999999;top:50%;left:45%;transform:translateY(-50%) translate(200px);opacity:0;transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.videocontainer .overlay-image-container .pro_aText img{width:100%;max-width:290px;height:auto}.videocontainer.fade-up .overlay-image-container{transform:translateY(50px);opacity:0}.videocontainer.show{opacity:1;visibility:visible;display:flex}.videocontainer.show .overlay-image-container{transform:scale(1) translateY(0);opacity:1}.videocontainer.show .overlay-image-container .pro_aText{transform:translateY(-50%) translate(0);opacity:1;transition-delay:.4s}.videocontainer.show .overlay-image-container .ball_pro_white{transform:translate(0);opacity:1;transition-delay:.2s}
