header{position:sticky;top:0;left:0;width:100%;height:90px;background-image:linear-gradient(180deg,#101010,hsla(0,0%,6%,.909) 42.71%,#10101087);z-index:10001}header .header-row{display:flex;align-items:center;justify-content:space-between;height:90px;max-width:1366px;margin:0 auto}@media (max-width:767px){header .header-row{height:57px}}header .nav-left-container,header .nav-right-container{display:flex;align-items:center}@media (max-width:767px){header{height:56px}}header .logo{padding-top:10px;padding-left:60px;z-index:10002}header .logo span{position:absolute;top:-500%}header .logo .logo-container img{width:65.1px;height:38px}@media (max-width:1023px){header .logo{padding-left:40px}}@media (max-width:767px){header .logo{padding-top:0;padding-left:25px}header .logo .logo-container img{height:35px}}header a.search{padding:29px 10px}@media (max-width:767px){header a.search{padding:13px 10px}header a.search svg{width:15px}}header .subscribe-nav{border:2px solid #f5b729;border-radius:15px;padding:5px 10px;color:#f5b729}header .burger-button{padding:26px 10px;margin-left:10px;margin-right:30px}header .burger-button.opened{background-color:#f5b729}header .burger-button.opened svg{fill:#101010}@media (max-width:767px){header .burger-button{padding:13px 10px;margin-right:15px}header .burger-button svg{width:15px}}header .burger-button,header a.search{display:block;cursor:pointer;position:relative}header .burger-button svg,header a.search svg{width:25px;fill:#b4b7bb}header .burger-button.active svg,header a.search.active svg{fill:#f2f2f2}header .burger-button.active:after,header a.search.active:after{content:"";height:3px;background:#f5b729;width:100%;position:absolute;bottom:0;left:0}header .burger-button:hover svg,header a.search:hover svg{fill:#f2f2f2}header .header-nav{white-space:nowrap}header .header-nav>ul{list-style:none;padding-left:50px;display:flex;position:relative}@media (max-width:1023px){header .header-nav>ul{padding-left:20px}}header .header-nav>ul li{padding:0;margin:0 5px}header .header-nav>ul li a{font-size:15px;font-weight:400;color:#b4b7bb;display:block;padding:35px 10px;cursor:pointer;position:relative}header .header-nav>ul li a.active{color:#f2f2f2}header .header-nav>ul li a.active:after{content:"";height:3px;background:#f5b729;width:100%;position:absolute;bottom:0;left:0}header .header-nav>ul li a:hover{color:#f2f2f2}@media (max-width:899px){header .header-nav{left:calc(50% - 35px)}}@media (max-width:767px){header .header-nav{display:none}}header .myCity{position:absolute;top:37px;right:60px;padding-right:30px;padding-top:2px;cursor:pointer;display:block;text-align:right}header .myCity span{display:block;color:#b4b7bb;transition:color .3s ease 0s;line-height:1}header .myCity .myCity-header{font-size:10px;font-weight:700;text-transform:uppercase}header .myCity .myCity-location{color:#fff;font-size:11px;font-weight:400}header .myCity svg{position:absolute;right:0;top:0;width:24px;height:24px;fill:#b4b7bb;transition:all .3s ease 0s;transition-property:fill,opacity}header .myCity svg:last-child{opacity:0;fill:#f5b729}header .myCity:hover span{color:#f2f2f2}header .myCity:hover svg{opacity:0}header .myCity:hover svg:last-child{opacity:1!important}@media (max-width:767px){header .myCity{top:15px;right:56px;padding-right:0}header .myCity svg{display:none}}header .burger-menu-wrapper{position:relative}header .burger-menu-wrapper .header-navMobile{position:absolute;top:100%;right:0;width:200px;display:none}header .burger-menu-wrapper .header-navMobile.header-navMobile-open{height:auto;display:block}header .burger-menu-wrapper .header-navMobile.header-navMobile-open .header-navMobile-inner{transform:translateY(0)}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main{padding:0 30px;background-color:#2b2b2b;box-shadow:-2px 4px 10px #0000004d}@media (max-width:767px){header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main{box-shadow:0 0 10px #00000040}}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;font-size:14px;font-family:Roboto,sans-serif}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul>li{margin:0;padding:0;background:none}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul>li:before{display:none}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul>li a:hover{text-decoration:none}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li{display:flex;align-items:center;height:40px;flex-direction:column}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li a{color:#ebebeb;display:block;width:100%;height:100%;position:relative}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li a.active,header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li a:hover{font-weight:500;color:#f2f2f2}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li a.active:before{content:"";height:33px;width:3px;background-color:#f5b729;position:absolute;left:-30px;top:-10px}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li.has-breakpoint{margin-bottom:20px}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li.has-breakpoint:after{content:"";height:1px;width:100%;background-color:#101010;margin-bottom:0}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li:first-child{padding-top:20px}.pageType-channel header:before{opacity:1}.header-mobile-overlay-wrapper{display:none;position:fixed;height:100%;width:100%;background:#0006;transition:.5s;z-index:100}@media (max-width:767px){.header-mobile-overlay-wrapper{display:block}}footer{box-sizing:border-box;margin-bottom:-1px;width:100%;font-family:Roboto,sans-serif;font-size:9px;background-color:#2c2c2c;color:#ebebeb}footer .container{padding:36px 83.2px 36px 55px;display:flex;justify-content:space-between;max-width:1227.8px;margin:0 auto}@media (max-width:767px){footer .container{flex-direction:column}}footer .container .leftSideOfFooter{width:490px}footer .container .leftSideOfFooter .footerNav-general ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap}footer .container .leftSideOfFooter .footerNav-general ul>li{margin:0;padding:0;background:none}footer .container .leftSideOfFooter .footerNav-general ul>li:before{display:none}footer .container .leftSideOfFooter .footerNav-general ul>li a:hover{text-decoration:none}footer .container .leftSideOfFooter .footerNav-general ul li{padding-right:12px;padding-bottom:12px;height:12px}footer .container .leftSideOfFooter .footerNav-general ul li a{color:#ebebeb}footer .container .leftSideOfFooter .footerNav-general ul li li:last-child{padding-right:0}@media (max-width:767px){footer .container .leftSideOfFooter{width:100%;margin-bottom:12px}footer .container .copyright{display:none}}footer .container .copyright-mobile{display:none}@media (max-width:767px){footer .container .copyright-mobile{display:block;margin-top:20px}}footer .container .footerNav-logos-container{width:230px;font-size:12px;line-height:1.333;text-align:left}footer .container .footerNav-logos-container ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;height:24px}footer .container .footerNav-logos-container ul>li{margin:0;padding:0;background:none}footer .container .footerNav-logos-container ul>li:before{display:none}footer .container .footerNav-logos-container ul>li a:hover{text-decoration:none}footer .container .footerNav-logos-container ul li{padding-top:10.5px}footer .container .footerNav-logos-container ul li:first-child{padding-top:12.5px}@media (max-width:767px){footer .container .footerNav-logos-container ul{height:auto}footer .container .footerNav-logos-container{font-size:8px}}.defaultFieldOutline{outline:1px solid #000}.highlighted{color:#f5b729}.gameDayRailsCard,.promoCard,.titleCard,.videoCard{display:block;position:relative;width:100%;box-sizing:border-box;padding:0 10px}@media (max-width:767px){.gameDayRailsCard,.promoCard,.titleCard,.videoCard{padding:0 7.5px}}.gameDayRailsCard .cardOuter,.promoCard .cardOuter,.titleCard .cardOuter,.videoCard .cardOuter{position:relative;display:block;width:100%;height:0}.gameDayRailsCard .cardOuter .card,.promoCard .cardOuter .card,.titleCard .cardOuter .card,.videoCard .cardOuter .card{position:absolute;display:block;box-sizing:border-box;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer}.gameDayRailsCard .cardOuter .card img[src="/images/noImage.svg"],.promoCard .cardOuter .card img[src="/images/noImage.svg"],.titleCard .cardOuter .card img[src="/images/noImage.svg"],.videoCard .cardOuter .card img[src="/images/noImage.svg"]{object-fit:contain!important}.gameDayRailsCard .cardOuter .card .card-progress,.promoCard .cardOuter .card .card-progress,.titleCard .cardOuter .card .card-progress,.videoCard .cardOuter .card .card-progress{display:block;position:absolute;bottom:0;left:0;right:0;height:7px;overflow:hidden;border-radius:0 0 7px 7px}.gameDayRailsCard .cardOuter .card .card-progress span,.promoCard .cardOuter .card .card-progress span,.titleCard .cardOuter .card .card-progress span,.videoCard .cardOuter .card .card-progress span{position:absolute;display:block;top:0;left:0;bottom:0;min-width:10%;background-color:#f5b729;z-index:10}.promoCard{padding:0 15px}.listGrid .promoCard .cardOuter .card,.listGrid .titleCard .cardOuter .card,.listGrid .videoCard .cardOuter .card,.slick-initialized .promoCard .cardOuter .card,.slick-initialized .titleCard .cardOuter .card,.slick-initialized .videoCard .cardOuter .card{transition:transform .3s ease 0s}.gameDayRailsCard .cardOuter,.promoCard .cardOuter,.titleCard .cardOuter{padding-bottom:150%}.gameDayRailsCard .cardOuter .card,.promoCard .cardOuter .card,.titleCard .cardOuter .card{border-radius:7px;background-color:#040e19;box-shadow:0 8px 15px #0006}.gameDayRailsCard .cardOuter .card:before,.promoCard .cardOuter .card:before,.titleCard .cardOuter .card:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;display:block;border:3px solid #f5b729;border-radius:12px;background-color:#132336;opacity:0;transition:opacity .3s ease 0s;pointer-events:none}.gameDayRailsCard .cardOuter .card img,.promoCard .cardOuter .card img,.titleCard .cardOuter .card img{position:relative;width:100%;height:100%;object-fit:cover;z-index:2;opacity:0;transition:opacity .4s ease-out 0s;border-radius:7px;overflow:hidden}.gameDayRailsCard .cardOuter .card img.lazyloaded,.promoCard .cardOuter .card img.lazyloaded,.titleCard .cardOuter .card img.lazyloaded{opacity:1}.gameDayRailsCard .cardOuter .card .iconsContainer,.promoCard .cardOuter .card .iconsContainer,.titleCard .cardOuter .card .iconsContainer{position:absolute;bottom:9px;right:12px;display:flex;flex-direction:row;justify-content:center;width:89px;height:18px;align-items:center;z-index:2}@media (max-width:767px){.gameDayRailsCard .cardOuter .card .iconsContainer,.promoCard .cardOuter .card .iconsContainer,.titleCard .cardOuter .card .iconsContainer{right:9px;height:9px}}.gameDayRailsCard .cardOuter .card .iconsContainer .icon,.promoCard .cardOuter .card .iconsContainer .icon,.titleCard .cardOuter .card .iconsContainer .icon{top:5px;margin-right:3px;display:inline;width:18px;height:18px;opacity:1}.gameDayRailsCard .cardOuter .card .iconsContainer span,.promoCard .cardOuter .card .iconsContainer span,.titleCard .cardOuter .card .iconsContainer span{line-height:1.25;font-family:Roboto,sans-serif;font-size:12px;font-weight:500;color:#f5b729}@media (min-width:768px) and (hover:hover) and (pointer:fine){.gameDayRailsCard .cardOuter .card:hover,.promoCard .cardOuter .card:hover,.titleCard .cardOuter .card:hover{transform:translate(-50%,-50%) scale(1.1)}.gameDayRailsCard .cardOuter .card:hover:before,.promoCard .cardOuter .card:hover:before,.titleCard .cardOuter .card:hover:before{opacity:1}}@media (max-width:767px){.gameDayRailsCard .cardOuter .card,.gameDayRailsCard .cardOuter .card img,.promoCard .cardOuter .card,.promoCard .cardOuter .card img,.titleCard .cardOuter .card,.titleCard .cardOuter .card img{border-radius:4px}}.gameDayRailsCard,.promoCard{padding-bottom:100px}.gameDayRailsCard .cardOuter,.promoCard .cardOuter{padding-bottom:56.25%}.gameDayRailsCard .cardOuter .card>span,.promoCard .cardOuter .card>span{position:relative;top:0;left:0;width:100%;border-radius:7px;overflow:hidden;display:flex;justify-content:flex-start;z-index:3}.gameDayRailsCard .cardOuter .card>span span,.promoCard .cardOuter .card>span span{display:-webkit-box;width:73%;font-size:28px;font-weight:700;line-height:1.143;color:#fff;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;pointer-events:none}@media (max-width:767px){.gameDayRailsCard .cardOuter .card>span,.promoCard .cardOuter .card>span{border-radius:4px}.gameDayRailsCard .cardOuter .card>span span,.promoCard .cardOuter .card>span span{font-size:17px}}.gameDayRailsCard .cardOuter .event-date,.promoCard .cardOuter .event-date{display:flex;flex-direction:row;justify-content:flex-end;position:absolute;margin:0;bottom:0;right:25px;z-index:3;text-transform:uppercase;color:#f5b729;align-items:center}.gameDayRailsCard .cardOuter .event-date .tomorrow-streaming-logo,.promoCard .cardOuter .event-date .tomorrow-streaming-logo{width:22px;height:22px;background-image:url(/images/tomorrow-streaming.svg);background-size:22px 22px;margin-right:3px}.gameDayRailsCard .cardOuter .event-date .now-streaming-logo,.promoCard .cardOuter .event-date .now-streaming-logo{width:22px;height:22px;background-image:url(/images/now-streaming.svg);background-size:22px 22px;margin-right:3px}.gameDayRailsCard .cardOuter .card-info,.promoCard .cardOuter .card-info{display:flex;flex-direction:column;justify-content:flex-start;transition:transform .3s ease 0s}.gameDayRailsCard .cardOuter .card-info .card-title,.promoCard .cardOuter .card-info .card-title{display:block;padding-top:10px;font-size:16px;font-weight:400;line-height:1.25;color:#fff;text-shadow:0 5px 10px #0009}.gameDayRailsCard .cardOuter .card-info .secondary-info,.promoCard .cardOuter .card-info .secondary-info{display:flex;flex-direction:row;justify-content:space-between}.gameDayRailsCard .cardOuter .card-info .secondary-info .card-date,.promoCard .cardOuter .card-info .secondary-info .card-date{text-align:end}.gameDayRailsCard .cardOuter .card-info .secondary-info .card-additional-info,.gameDayRailsCard .cardOuter .card-info .secondary-info .card-date,.promoCard .cardOuter .card-info .secondary-info .card-additional-info,.promoCard .cardOuter .card-info .secondary-info .card-date{width:auto;display:block;padding-top:6px;font-size:12px;font-weight:400;line-height:1.46;color:#b4b7bb;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.gameDayRailsCard.promoCardEPG,.promoCard.promoCardEPG{padding:30px 25px}@media (max-width:767px){.gameDayRailsCard.promoCardEPG,.promoCard.promoCardEPG{padding:15px}}.gameDayRailsCard.promoCardEPG .cardOuter,.promoCard.promoCardEPG .cardOuter{padding-bottom:15%}.gameDayRailsCard.promoCardEPG .cardOuter .card>*,.promoCard.promoCardEPG .cardOuter .card>*{pointer-events:none}.gameDayRailsCard.promoCardEPG .cardOuter .card>span span,.promoCard.promoCardEPG .cardOuter .card>span span{width:80%;text-transform:uppercase;-webkit-line-clamp:2}@media (max-width:767px){.gameDayRailsCard.promoCardEPG .cardOuter .card>span,.promoCard.promoCardEPG .cardOuter .card>span{border-radius:4px}.gameDayRailsCard.promoCardEPG .cardOuter .card>span span,.promoCard.promoCardEPG .cardOuter .card>span span{font-size:17px}}@media (min-width:768px) and (hover:hover) and (pointer:fine){.gameDayRailsCard.promoCardEPG .cardOuter .card:hover,.promoCard.promoCardEPG .cardOuter .card:hover{transform:translate(-50%,-50%) scale(1.02)}}@media (max-width:767px){.gameDayRailsCard.promoCardEPG .cardOuter,.promoCard.promoCardEPG .cardOuter{padding-bottom:34.482%}}.cardList-promoSmall .cardOuter .card>span span{font-size:18px}@media (max-width:767px){.cardList-promoSmall .cardOuter .card>span span{font-size:14px}}.videoCard{padding-bottom:30px}.videoCard .cardOuter{position:relative;height:auto}.videoCard .cardOuter .card{position:relative;cursor:pointer;top:auto;left:auto;transform:none}.videoCard .cardOuter .card .card-image{display:block;position:relative;width:100%;height:0;padding-top:56.25%}.videoCard .cardOuter .card .card-image-inner{position:absolute;width:100%;height:100%;top:50%;left:50%;border-radius:7px;background-color:#040e19;box-shadow:0 8px 15px #0006;transform:translate(-50%,-50%);transition:transform .3s ease 0s}.videoCard .cardOuter .card .card-image-inner:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;display:block;border:3px solid #f5b729;border-radius:12px;background-color:#132336;opacity:0;transition:opacity .3s ease 0s;pointer-events:none}.videoCard .cardOuter .card .card-image-inner img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2;opacity:0;transition:opacity .4s ease-out 0s;border-radius:7px;overflow:hidden;background-color:#040e19}.videoCard .cardOuter .card .card-image-inner img.lazyloaded{opacity:1}.videoCard .cardOuter .card .card-image-inner .card-playButton{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:17.5%;z-index:3;background-color:#000c;border-radius:50%}.videoCard .cardOuter .card .card-image-inner .card-playButton:before{content:"";position:relative;display:block;width:100%;height:0;padding-top:100%}.videoCard .cardOuter .card .card-image-inner .card-playButton svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:50%;fill:#b4b7bb}.videoCard .cardOuter .card .card-image-inner .card-duration,.videoCard .cardOuter .card .card-image-inner .card-episode{position:absolute;display:-moz-inline-stack;display:inline-block;font-size:13px;font-weight:700;line-height:1;color:#fff;bottom:13px;z-index:4}.videoCard .cardOuter .card .card-image-inner .card-episode{left:7px}.videoCard .cardOuter .card .card-image-inner .card-duration{right:7px;font-weight:400}.videoCard .cardOuter .card .card-image-inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;background:#0000 linear-gradient(180deg,#0000,#0000 26%,#000) 0 0 no-repeat padding-box;opacity:.8;z-index:3;border-radius:7px}.videoCard .cardOuter .card .card-info{display:block;padding:0 7px;transition:transform .3s ease 0s}.videoCard .cardOuter .card .card-info .card-title{display:block;padding-top:10px;font-size:16px;font-weight:400;line-height:1.25;color:#fff;text-shadow:0 5px 10px #0009}.videoCard .cardOuter .card .card-info .card-additional-info,.videoCard .cardOuter .card .card-info .card-description{display:block;padding-top:6px;font-size:12px;font-weight:400;line-height:1.46;color:#b4b7bb;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.videoCard .cardOuter .card .card-active .card-image-inner:before{opacity:1}.videoCard .cardOuter .card .card-active .card-info{transform:translateY(5px)}@media (min-width:768px) and (hover:hover) and (pointer:fine){.videoCard .cardOuter .card:hover .card-image-inner{transform:translate(-50%,-50%) scale(1.1)}.videoCard .cardOuter .card:hover .card-image-inner:before{opacity:1}.videoCard .cardOuter .card:hover .card-info{transform:translateY(10px)}}@media (max-width:767px){.videoCard .cardOuter .card .card-image-inner,.videoCard .cardOuter .card .card-image-inner img{border-radius:4px}}.videoCard.videoCardCurrent .card-image-inner .card-playButton{background-color:#f5b729!important}.videoCard.videoCardCurrent .card-image-inner .card-playButton svg{fill:#fff!important}.videoCard.videoCardCurrent .card-info .card-title{color:#f5b729!important}.gameDayRailsCard .cardOuter .card img{width:auto}.gameDayRailsCard .match-container{display:flex;flex-direction:column;justify-content:center;height:100%}.gameDayRailsCard .match-container .team-logo{max-height:75px}.gameDayRailsCard .match-container .teams-container{display:flex;justify-content:center;margin-bottom:30px}.gameDayRailsCard .match-container .divider{border-top:1px solid #f5b729;width:100px;height:0;margin:0 -10px;transform:rotate(-75deg) translate(-37px,7px)}.gameDayRailsCard.gameDayRailsCardCurrent .card-image-inner .card-playButton{background-color:#f5b729!important}.gameDayRailsCard.gameDayRailsCardCurrent .card-image-inner .card-playButton svg{fill:#fff!important}.gameDayRailsCard.gameDayRailsCardCurrent .card-info .card-title{color:#b652cd!important}.listGrid>div{position:relative;z-index:0;vertical-align:top}.listGrid>div .titleCard{padding-top:24px}@media (max-width:767px){.listGrid>div .titleCard{padding-top:15px}}.listGrid>div:hover{z-index:1}.listRow .slick-track>div{position:relative;z-index:0}.listRow .slick-track>div:hover{z-index:1}.game-day-card{width:250px;position:absolute;top:0;right:20px;z-index:999;display:flex;flex-direction:column;align-items:center}.game-day-card .title-container{border-bottom:1px solid #ffffff1a;width:100%;padding:0 20px;background:#101010e6}.game-day-card .title-container .title{color:#f2f2f2;border-bottom:3px solid #f5b729;font-size:16px;padding-bottom:10px;display:inline-block}@media (max-width:767px){.game-day-card{position:static;width:auto;padding:0 25px}.game-day-card .team-logo{max-height:200px}}.moviesPromo{padding-top:30px}@media (max-width:767px){.moviesPromo{padding-top:20px}.genreSelector{margin-bottom:-10px!important}}.page-container{padding:50px 50px 100px}.page-container .listGrid{margin:0 auto;display:grid;gap:1rem}.page-container .listGrid>div{width:100%}.page-container .navigation-container .divider{display:flex;flex-direction:column;justify-content:center;width:100%;height:1px;object-fit:contain;margin:10px 0;background-image:linear-gradient(90deg,#fff0 0,#ffffff38 54%,#fff0)}.page-container .navigation-item{text-align:left;margin-top:0;cursor:pointer;min-width:150px}.page-container .navigation-item .sportArrow{display:flex;flex-direction:row;justify-content:space-between}.page-container .navigation-item.active{padding-bottom:0}.page-container .navigation-item.active .arrow{transform:rotate(135deg)}.page-container .navigation-item .arrow{border-left:2px solid #f5b729;border-bottom:2px solid #f5b729;width:8px;height:8px;margin-top:3%;display:flex;transform:rotate(-45deg) translateY(-4px) translateX(4px);margin-right:1%}@media (max-width:767px){.page-container .navigation-item{display:block}}@media (min-width:767px){.page-container .listGrid.video{grid-template-columns:repeat(2,1fr)}.page-container .listGrid.movies{grid-template-columns:repeat(4,1fr)}.page-container .listGrid.promo{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.page-container{flex-direction:column;padding:0}.page-container .listGrid.movies{grid-template-columns:repeat(2,1fr)}}.page-container .dropdown-nav{display:none}@media (max-width:767px){.page-container .dropdown-nav{display:block}}.page-container .dropdown-nav .dropdown-title{text-align:center;padding:10px 0;width:90%}.page-container{padding:0 50px 100px}@media (max-width:767px){.page-container{padding-left:25px;padding-right:25px}}.page-container .left-panel{flex-basis:300px}@media (max-width:767px){.page-container .left-panel{display:none}}.page-container .content-container{min-width:0;width:100%}.closeButton{z-index:1000;position:absolute;width:20px;height:20px;object-fit:contain;top:32.2px;right:26.2px;background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer}.page-container{display:flex;padding:0 50px}.newsroom-container{display:flex;min-height:100vh;flex-direction:column;justify-content:space-between}