.flex{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.inline-flex{display:-webkit-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.flex--align-items-start{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.flex--align-items-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.flex--align-items-center{-ms-flex-align:center;-webkit-align-items:center;align-items:center}.flex--justify-content-space-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flex--justify-content-start{-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.flex--justify-content-end{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.flex--justify-content-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.flex--direction-row{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex--direction-column,.flex--direction-row{-webkit-box-direction:normal;-moz-box-direction:normal}.flex--direction-column{-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex--no-wrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex--wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex--equal-width{-ms-flex-positive:1;-ms-flex-negative:0;-ms-flex-preferred-size:0;-ms-flex-basis:0;-webkit-flex-basis:0;flex-basis:0;-ms-flex-grow:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-shrink:0;-webkit-flex-shrink:0;flex-shrink:0}.flex--align-items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.flex--justify-content-space-around{-ms-flex-pack:distribute;justify-content:space-around}:root{--background-color:#07050f;--background-color-rgb:7,5,15;--text-color:#fff;--purple:#43339f;--purple-rgb:67,51,159;--light-purple:#9381ff;--gray:#89879a;--page-max-width:1376px;--root-padding:16px;--sa-top:0px;--sa-top:constant(safe-area-inset-top);--sa-top:env(safe-area-inset-top);--sa-right:0px;--sa-right:constant(safe-area-inset-right);--sa-right:env(safe-area-inset-right);--sa-bottom:0px;--sa-bottom:constant(safe-area-inset-bottom);--sa-bottom:env(safe-area-inset-bottom);--sa-left:0px;--sa-left:constant(safe-area-inset-left);--sa-left:env(safe-area-inset-left);--side-margin:calc((100vw - var(--page-max-width) + var(--root-padding))/2)}@media only screen and (max-width:960px){:root{--root-padding:12px;--side-margin:var(--root-padding)}}a{color:currentColor;text-decoration:none}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{-webkit-text-size-adjust:none;background-color:var(--background-color);color:var(--text-color);display:flex;flex-direction:column;font-family:Inter,Arial,serif;font-size:16px;min-height:100vh}main{padding-bottom:96px}.root{margin:0 auto;max-width:var(--page-max-width);padding:0 calc(var(--sa-right) + var(--root-padding)) 0 calc(var(--sa-left) + var(--root-padding));width:100%}.native-header-bar{background-color:var(--purple);height:env(safe-area-inset-top);position:sticky;top:0;z-index:50}section.error-message{font-size:30px;line-height:32px;padding-bottom:149px;padding-top:96px}@media only screen and (max-width:430px){section.error-message{font-size:20px;line-height:24px;margin:48px auto 96px;padding:0 19px;text-align:center}}.pad{padding-left:40px;padding-right:40px}@media only screen and (max-width:960px){.pad{padding-left:16px;padding-right:16px}}@media only screen and (max-width:430px){.telecasts-scroller{padding-left:var(--root-padding)}}.transparent-text{opacity:.7}.active,.hide,.selected,.show{background-color:#ff8fa4!important}section.no-content{display:none}.header{background:linear-gradient(180deg,var(--background-color) 0,rgba(7,5,15,0) 100%);height:100px;margin-bottom:24px;padding:16px 56px 8px;position:sticky;top:env(safe-area-inset-top);width:100%;z-index:50}.header__logo-link{display:block}.header__categories{font-size:23px;line-height:25px;margin-left:27px}.header__categories--selected{font-weight:700}.header__categories a{margin:0 16px}@media only screen and (max-width:960px){.header{align-items:center;background:linear-gradient(180deg,#000,transparent);height:56px;padding:0 0 0 12px}.header__categories,.header__terms{display:none!important}}.footer{border-top:1px solid #373640;color:#6b697d;flex-wrap:wrap;font-size:14px;gap:16px 40px;margin:auto 66px 0;padding:20px 0 64px}.footer,.footer__group{display:flex;justify-content:center}.footer__group{gap:16px}.footer__item--link{cursor:pointer}.footer__dot{background-color:#6b697d;height:14px;width:1px}@media only screen and (max-width:960px){.footer{gap:24px;justify-content:start;margin:auto 18px 0}.footer__dot{display:none}.footer__group{flex-wrap:wrap;gap:12px;justify-content:flex-start}}@media only screen and (max-width:430px){.footer{margin:auto 16px 0}.footer__links,.footer__links .footer__item{display:block}}.modal{-webkit-backface-visibility:hidden;background-color:rgba(0,0,0,.7);bottom:0;left:0;opacity:0;position:fixed;right:0;top:100%;transition:opacity .25s,top .25s;z-index:50}.modal-is-open .modal{opacity:1;top:0}.modal__close{cursor:pointer;padding:20px;position:absolute;right:0;top:0}.modal__container{background-color:#291f61;border-radius:6px;left:50%;max-height:calc(100vh - 250px);max-width:834px;overflow:auto;padding:40px;position:relative;top:125px;transform:translateX(-50%)}.modal__title{font-size:24px;font-weight:700;line-height:28px;margin-bottom:32px}.modal__content p{margin:16px 0}@media only screen and (max-width:960px){.modal__container{left:0;margin:0 16px;max-width:100%;padding:34px 16px;right:0;top:99px;transform:none}.modal__content{font-size:16px;line-height:22px}.modal__title{font-size:18px;line-height:19px;margin-bottom:12px}}.search-section{color:var(--gray);font-size:16px;line-height:24px;padding-bottom:30px;padding-top:20px}.search-section__query{color:#fff;font-size:20px;font-weight:700;margin-bottom:8px}.search-section--no-results{font-size:32px;line-height:34px;text-align:center}.search-root{padding-bottom:50px}.search-root .show-card{display:block}@media only screen and (max-width:960px){.search-section{border-bottom:none;font-size:16px;line-height:17px;margin-bottom:0;padding:32px 16px 6px}.search-root.telecasts{padding-bottom:20px}}.dfp-ad{height:0;line-height:0}.dfp-ad--rendered{height:auto;line-height:normal}.dfp-ad--empty.dfp-ad--rendered{display:none}.dfp-ad--horizontal.dfp-ad--rendered{background-color:var(--background-color);clear:both;margin:96px auto;max-width:1230px;position:relative;text-align:center;width:100%}@media only screen and (max-width:960px){.dfp-ad--horizontal.dfp-ad--rendered{margin:32px 0}}.telecasts-content{margin:43px 40px 36px}.telecasts-content .category-button-container{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:43px}@media only screen and (max-width:960px){.telecasts-content .category-button-container{margin-bottom:16px}.telecasts-content .category-button-container__genres{display:none}.telecasts-content{margin:18px 16px}}@media only screen and (max-width:430px){.telecasts-content{margin:16px}}.category-button{align-items:flex-start;border:1px solid var(--text-color);border-radius:52px;display:flex;flex-direction:row;gap:10px;padding:7px 14px;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.category-button:hover{background-color:var(--light-purple);border-color:var(--light-purple);color:var(--text-color)}.category-button--active{background-color:var(--text-color);color:var(--background-color)}.category-title{display:none;margin-bottom:16px}.category-title>span{font-size:42px;font-weight:700;line-height:45px;margin-right:10px}@media only screen and (max-width:430px){.category-title__category>span{display:none}}@media only screen and (max-width:960px){.category-title{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.category-title .genres-select{width:328px}.category-title .genres-select .genres-select-button{background-color:var(--light-purple);border-radius:3px;color:#fff;display:flex;height:45px;justify-content:space-between;padding:16px 13px 10px 16px}.category-title .genres-select .genres-select-button span{font-size:18px;font-weight:700;line-height:19px}.category-title .genres-select .genres-select-button span.selected-genre{font-weight:400}.category-title .genres-select .genres-select-button span.selected-genre img{margin-left:15px}.category-title .genres-select .genre-links-container{grid-gap:24px;background-color:var(--purple);display:grid;grid-template-columns:50% 50%;justify-content:center;padding:38px 36px;position:absolute;width:328px;z-index:3}.category-title .genres-select .genre-links-container .genre-link{font-size:16px;font-weight:400;line-height:17.28px}.category-title .genres-select .genre-links-container .genre-link--active{font-weight:700}}@media only screen and (max-width:960px)and (max-width:430px){.category-title .genres-select{width:100%}.category-title .genres-select .genre-links-container{width:calc(100% - 32px)}}.truncated__checkbox,.truncated__less{display:none}.truncated label{cursor:pointer;display:block;margin-top:4px;text-decoration:underline;user-select:none}.truncated__checkbox:checked~.truncated__ellipsis,.truncated__checkbox:checked~label .truncated__more,.truncated__remaining{display:none}.truncated__checkbox:checked~.truncated__remaining,.truncated__checkbox:checked~label .truncated__less{display:inline}.embed{overflow:hidden}.embed__duoplay-button{background-color:var(--light-purple);border-radius:3px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);cursor:pointer;height:25px;left:0;margin:4px;opacity:.8;padding:6px;position:absolute;top:0;transition:opacity .1s ease-in;width:88px;z-index:69}.embed__duoplay-button:hover{opacity:1}.embed__duoplay-logo{background-image:url(/img/duoplay.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%}.embed__video-container{height:100vh;width:100%}.embed__video-container .video-player{height:100vh;position:absolute;width:100%}.embed .duoplay-player #videoPreviewImage{background-position:50%;background-repeat:no-repeat;background-size:contain}.embed__no-content{cursor:pointer;display:grid;font-size:32px;height:100vh;line-height:35px;padding:1rem;place-items:center;text-align:center}
/*! @license
 * Shaka Player
 * Copyright 2016 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */.shaka-hidden{display:none!important}.shaka-video-container{display:flex;left:0;position:relative;top:0}.shaka-video-container .material-icons-round{font-family:Material Icons Round;font-size:24px}.shaka-video-container *{-webkit-font-smoothing:antialiased;font-family:Roboto-Regular,Roboto,sans-serif,TengwarTelcontar}.shaka-video-container:fullscreen{background-color:#000;height:100%;width:100%}.shaka-video-container:fullscreen .shaka-text-container{font-size:4.4vmin}.shaka-video-container:-webkit-full-screen{background-color:#000;height:100%;width:100%}.shaka-video-container:-webkit-full-screen .shaka-text-container{font-size:4.4vmin}.shaka-video-container:-moz-full-screen{background-color:#000;height:100%;width:100%}.shaka-video-container:-moz-full-screen .shaka-text-container{font-size:4.4vmin}.shaka-video-container:-ms-fullscreen{background-color:#000;height:100%;width:100%}.shaka-video-container:-ms-fullscreen .shaka-text-container{font-size:4.4vmin}.shaka-controls-container{align-items:center;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;margin:0;padding:0;position:absolute;right:0;top:0;width:100%;z-index:1}.shaka-video-container:not([shaka-controls=true]) .shaka-controls-container{display:none}.shaka-controls-container *{flex-shrink:0}.shaka-controls-container[casting=true] .shaka-fullscreen-button{display:none}.shaka-canvas-container{bottom:0;height:100%;left:0;margin:0;padding:0;pointer-events:none;position:absolute;right:0;top:0;width:100%}.shaka-bottom-controls{padding:0 0 2.5%;width:96%;z-index:1}.shaka-controls-button-panel{align-items:center;display:flex;flex-direction:row;font-size:12px;font-style:normal;font-weight:400;justify-content:flex-end;margin:0;min-width:48px;opacity:0;overflow:hidden;padding:0;transition:opacity .6s cubic-bezier(.4,0,.6,1);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.shaka-controls-container[casting=true] .shaka-controls-button-panel,.shaka-controls-container[shown=true] .shaka-controls-button-panel{opacity:1}.shaka-controls-button-panel>*{background:0 0;border:0;color:#fff;cursor:pointer;height:32px;line-height:.5;margin:1px;padding:0 5px}.shaka-controls-button-panel .shaka-overflow-menu-only{display:none}.shaka-play-button-container{align-items:center;bottom:0;display:flex;flex-shrink:1;height:100%;justify-content:center;left:0;margin:0;position:absolute;right:0;top:0;width:100%}.shaka-statistics-container{background-color:rgba(35,35,35,.9);border-radius:2px;color:#fff;font-size:14px;left:15px;min-width:300px;opacity:0;overflow-x:hidden;overflow-y:auto;padding:5px 10px;position:absolute;top:15px;transition:opacity .6s cubic-bezier(.4,0,.6,1);z-index:2}.shaka-controls-container[casting=true] .shaka-statistics-container,.shaka-controls-container[shown=true] .shaka-statistics-container{opacity:1}.shaka-statistics-container div{display:flex;justify-content:space-between}.shaka-statistics-container span{color:#969696}.shaka-context-menu{background-color:rgba(35,35,35,.9);border-radius:2px;position:absolute;z-index:3}.shaka-context-menu button{align-items:center;background:0 0;border:0;color:#fff;cursor:pointer;display:flex;padding:5px 10px;width:100%}.shaka-context-menu button:hover{background-color:rgba(50,50,50,.9)}.shaka-context-menu label{padding:0 20px}.shaka-context-menu .shaka-current-selection-span,.shaka-context-menu label{align-items:flex-start;color:#fff;cursor:pointer}.shaka-scrim-container{background:linear-gradient(0deg,#000 0,transparent 15%);bottom:0;flex-shrink:1;height:100%;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .6s cubic-bezier(.4,0,.6,1);width:100%}.shaka-controls-container[casting=true] .shaka-scrim-container,.shaka-controls-container[shown=true] .shaka-scrim-container{opacity:1}.shaka-text-container{bottom:0;color:#fff;font-size:20px;left:0;line-height:1.4;min-width:48px;pointer-events:none;position:absolute;right:0;top:0;transition:bottom .1s cubic-bezier(.4,0,.6,1);transition-delay:.5s;width:100%}.shaka-text-container span.shaka-text-wrapper{background:0 0;display:inline}.shaka-controls-container[shown=true]~.shaka-text-container{bottom:15%;transition-delay:0s}.shaka-spinner-container{align-items:center;bottom:0;display:flex;flex-shrink:1;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.shaka-video-container:not([shaka-controls=true]) .shaka-spinner-container{display:none}.shaka-spinner{box-sizing:border-box;filter:drop-shadow(0 0 2px rgba(255 255 255/50%));height:0;left:0;margin:0;padding:7.8%;position:relative;top:0;width:0}.shaka-hidden-fast-forward-container,.shaka-hidden-rewind-container{flex-shrink:1;height:100%;width:40%}.shaka-hidden-fast-forward-container{bottom:0;left:0;left:60%;position:absolute;right:0;top:0}.shaka-hidden-rewind-container{bottom:0;left:0;position:absolute;right:0;top:0}.shaka-play-button{background-color:hsla(0,0%,100%,.9);background-position:50%;background-repeat:no-repeat;background-size:50%;border:none;border-radius:50%;box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-sizing:border-box;height:0;margin:0;opacity:0;padding:7.5%;transition:opacity .6s cubic-bezier(.4,0,.6,1);width:0}.shaka-controls-container[casting=true] .shaka-play-button,.shaka-controls-container[shown=true] .shaka-play-button{opacity:1}.shaka-play-button[icon=play]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.shaka-play-button[icon=pause]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.shaka-current-time{color:#fff;cursor:pointer;font-size:14px}.shaka-current-time[disabled]{background-color:transparent;color:#fff;cursor:default}.shaka-controls-container button:focus,.shaka-controls-container input:focus{outline:1px solid Highlight}.shaka-controls-container button:-moz-focus-inner,.shaka-controls-container input:-moz-focus-outer{border:0;outline:0}.shaka-controls-container:not(.shaka-keyboard-navigation) button:focus,.shaka-controls-container:not(.shaka-keyboard-navigation) input:focus{outline:0}.shaka-fast-foward-container,.shaka-rewind-container{align-items:center;background-color:rgba(0,0,0,.5);border:none;bottom:0;color:#fff;cursor:default;display:flex;flex-direction:row;flex-shrink:1;font-size:20px;height:100%;justify-content:center;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:100%}.shaka-fast-foward-container{border-radius:40% 0 0 40%}.shaka-rewind-container{border-radius:0 40% 40% 0}.shaka-forward-rewind-container-icon{font-family:Material Icons Round;font-size:34px}.shaka-range-container{background:#fff;border-radius:4px;height:4px;left:0;margin:4px 6px;position:relative;top:0}.shaka-volume-bar-container{padding:0;width:100px}.shaka-range-element{-webkit-appearance:none;background:0 0;bottom:0;height:100%;height:12px;left:0;margin:0;padding:0;position:absolute;right:0;top:0;top:-4px;width:100%;z-index:1}.shaka-range-element::-webkit-slider-runnable-track{background:0 0;border:none;color:transparent;cursor:pointer;height:12px;width:100%}.shaka-range-element::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:none;border-radius:12px;height:12px;width:12px}.shaka-range-element::-moz-range-track{background:0 0;border:none;color:transparent;cursor:pointer;height:12px;width:100%}.shaka-range-element::-moz-range-thumb{-webkit-appearance:none;background:#fff;border:none;border-radius:12px;height:12px;width:12px}.shaka-seek-bar-container{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.6,1)}.shaka-controls-container[casting=true] .shaka-seek-bar-container,.shaka-controls-container[shown=true] .shaka-seek-bar-container{opacity:1}/*!
 * @license
 * The SVG/CSS buffering spinner is based on http://codepen.io/jczimm/pen/vEBpoL
 * Some local modifications have been made.
 *
 * Copyright (c) 2016 by jczimm
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */.shaka-ad-markers,.shaka-spinner-svg{bottom:0;height:100%;left:0;margin:0;padding:0;position:absolute;right:0;top:0;width:100%}.shaka-spinner-svg{animation:rotate 2s linear infinite;transform-origin:center center}.shaka-spinner-path{stroke:#202124;stroke-dasharray:20,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes 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}}.shaka-spacer{cursor:default;flex-grow:1;flex-shrink:1;margin:0}.shaka-overflow-menu,.shaka-settings-menu{background:#fff;border-radius:2px;bottom:30px;box-shadow:0 1px 9px 0 rgba(0,0,0,.4);display:flex;flex-direction:column;max-height:250px;min-width:180px;opacity:0;overflow-x:hidden;overflow-y:auto;position:absolute;right:15px;transition:opacity .6s cubic-bezier(.4,0,.6,1);white-space:nowrap;z-index:2}.shaka-controls-container[casting=true] .shaka-overflow-menu,.shaka-controls-container[casting=true] .shaka-settings-menu,.shaka-controls-container[shown=true] .shaka-overflow-menu,.shaka-controls-container[shown=true] .shaka-settings-menu{opacity:1}.shaka-overflow-menu button,.shaka-settings-menu button{align-items:center;background:0 0;border:none;color:#000;cursor:pointer;display:flex;font-size:14px;min-height:30px;padding:3.5px 6px}.shaka-overflow-menu button:hover,.shaka-settings-menu button:hover{background:#e0e0e0}.shaka-overflow-menu button label,.shaka-settings-menu button label{cursor:pointer}.shaka-keyboard-navigation .shaka-overflow-menu button:focus,.shaka-keyboard-navigation .shaka-settings-menu button:focus{background:#e0e0e0}.shaka-overflow-menu i,.shaka-settings-menu i{padding-left:10px;padding-right:10px}.shaka-overflow-menu.shaka-low-position,.shaka-settings-menu.shaka-low-position{bottom:15px}.shaka-overflow-menu span{text-align:left}.shaka-overflow-button-label{display:flex;flex-direction:column;position:relative}.shaka-current-selection-span{color:rgba(0,0,0,.54)}.shaka-settings-menu span{margin-left:54px}.shaka-back-to-overflow-button span{margin-left:0}.shaka-back-to-overflow-button i{padding-right:20px}.shaka-auto-span{left:17px}.shaka-controls-container[ad-active=true]{pointer-events:none}.shaka-controls-container[ad-active=true] .shaka-bottom-controls{pointer-events:auto}.shaka-client-side-ad-container,.shaka-server-side-ad-container{bottom:0;left:0;position:absolute;right:0;top:0}.shaka-video-container[shaka-controls=true] .shaka-client-side-ad-container iframe,.shaka-video-container[shaka-controls=true] .shaka-server-side-ad-container iframe{height:90%}.shaka-server-side-ad-container{flex-shrink:1;height:100%;width:100%}.shaka-server-side-ad-container:not([ad-active=true]){pointer-events:none}.shaka-ad-controls{display:flex;flex-direction:row;padding-bottom:1%;z-index:1}.shaka-video-container:not([shaka-controls=true]) .shaka-ad-controls{display:none}.shaka-ad-controls button,.shaka-ad-controls div{color:#fff;font-size:medium}.shaka-ad-controls div:not(.shaka-skip-ad-counter){margin:1px}.shaka-ad-counter,.shaka-ad-position{display:flex;flex-direction:column;justify-content:flex-end;text-shadow:1px 1px 4px #000}.shaka-ad-controls .shaka-ad-position:not(.shaka-hidden)+.shaka-ad-counter{margin-left:.75em}.shaka-skip-ad-container{display:flex;flex-direction:row;margin:0;position:relative;right:-2%}.shaka-skip-ad-button{background:rgba(0,0,0,.7);border:none;cursor:pointer;padding:5px 15px}.shaka-skip-ad-button:disabled{background:rgba(0,0,0,.3)}.shaka-skip-ad-counter{background:rgba(0,0,0,.7);margin:0;padding:5px}/*!
 * @license
 * The tooltip is based on https://github.com/felipefialho/css-components/
 * Local modifications have been performed.
 *
 * Copyright (c) 2017 Felipe Fialho
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */.shaka-tooltips-on{overflow:visible}.shaka-tooltips-on>[class*=shaka-tooltip]{position:relative}.shaka-tooltips-on>[class*=shaka-tooltip]:active:after,.shaka-tooltips-on>[class*=shaka-tooltip]:focus-visible:after,.shaka-tooltips-on>[class*=shaka-tooltip]:hover:after{background:rgba(35,35,35,.9);border-radius:3px;bottom:37px;color:#fff;content:attr(aria-label);font-family:Roboto-Regular,Roboto,sans-serif;font-size:13px;left:16px;line-height:16px;padding:5px 10px;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.shaka-tooltips-on>.shaka-tooltip-status:active:after,.shaka-tooltips-on>.shaka-tooltip-status:focus-visible:after,.shaka-tooltips-on>.shaka-tooltip-status:hover:after{content:attr(aria-label) " (" attr(shaka-status) ")"}.shaka-tooltips-on button:first-child:active:after,.shaka-tooltips-on button:first-child:focus-visible:after,.shaka-tooltips-on button:first-child:hover:after{left:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.shaka-tooltips-on button:last-child:active:after,.shaka-tooltips-on button:last-child:focus-visible:after,.shaka-tooltips-on button:last-child:hover:after{left:32px;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}#shaka-player-ui-thumbnail-container{background-color:#000;border:1px solid #000;box-shadow:0 8px 8px 0 rgba(0,0,0,.5);min-width:150px;overflow:hidden;position:absolute;visibility:hidden;width:15%;z-index:1}#shaka-player-ui-thumbnail-container #shaka-player-ui-thumbnail-image{position:absolute}#shaka-player-ui-thumbnail-container #shaka-player-ui-thumbnail-time{background-color:rgba(0,0,0,.5);bottom:0;color:#fff;font-size:16px;left:0;position:absolute;right:0;text-align:center}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format("truetype")}@font-face{font-family:Material Icons Round;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmM.otf) format("opentype")}.material-icons-round{word-wrap:normal;direction:ltr;display:inline-block;font-family:Material Icons Round;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap}@font-face{font-family:Material Icons Round;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconsround/v107/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmM.otf) format("opentype")}.duoplay-player{--gradient:rgba(0,0,0,.4);--button-size:2.75em;--icon-size:2em;--gap:1em;--padding:1em;--text-size:0.9375em;--border-radius:0.5em;font-family:Roboto,sans-serif}.duoplay-player,.duoplay-player video{height:100%;width:100%}.duoplay-player #videoPreviewImage{background-size:cover;display:none;height:100%;position:absolute;width:100%;z-index:1}.duoplay-player #channelLogo{background-image:url(/img/player/duoplay_overlay.png);background-position:100% 0;background-repeat:no-repeat;background-size:contain;display:block;height:100%;opacity:.6;position:absolute;right:0;top:0;width:100%}.duoplay-player.video-player__ad-active #channelLogo,.duoplay-player.video-player__ad-active .shaka-forward-ten-button,.duoplay-player.video-player__ad-active .shaka-rewind-ten-button,.duoplay-player.video-player__ad-active .shaka-spinner{display:none!important}.duoplay-player .shaka-bottom-controls{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:0 calc(var(--gap)/2);padding:0;width:100%;z-index:1}.duoplay-player .shaka-ad-controls{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.duoplay-player .shaka-controls-container{transition:background-color .5s}.duoplay-player .shaka-controls-container[ad-active=true] .shaka-current-time,.duoplay-player .shaka-controls-container[ad-active=true] .shaka-forward-ten-button,.duoplay-player .shaka-controls-container[ad-active=true] .shaka-play-button-container,.duoplay-player .shaka-controls-container[ad-active=true] .shaka-rewind-ten-button,.duoplay-player .shaka-controls-container[ad-active=true] .shaka-volume-bar-container{display:none}.duoplay-player .shaka-controls-container .shaka-fast-foward-container{justify-content:right;padding-right:20%}.duoplay-player .shaka-controls-container .shaka-rewind-container{justify-content:left;padding-left:20%}.duoplay-player .shaka-ad-controls{bottom:5px;left:125px;opacity:.65;position:absolute;transition:opacity .6s cubic-bezier(.4,0,.6,1)}.duoplay-player .shaka-controls-container:not([shown=true]) .shaka-ad-controls{opacity:0}.duoplay-player .shaka-controls-button-panel{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:16px}.duoplay-player .shaka-controls-button-panel>*{background-repeat:no-repeat;background-size:contain;height:32px;margin:0 12px;padding:3px 8px;width:32px}.duoplay-player .shaka-controls-button-panel>:first-child{margin-left:0}.duoplay-player .shaka-controls-button-panel>:last-child{margin-right:0}.duoplay-player .shaka-controls-button-panel>:focus{box-shadow:none;outline:none}.duoplay-player .shaka-controls-button-panel>:hover{opacity:.8}.duoplay-player .shaka-controls-button-panel>.shaka-current-time{font-size:15px;margin-left:5px;opacity:.65;padding:0;width:auto}.duoplay-player .shaka-controls-button-panel .shaka-volume-bar-container{-webkit-box-ordinal-group:0;-ms-flex-order:-1;height:3px;left:-20px;opacity:0;padding:0;position:relative;-webkit-transition:width .2s cubic-bezier(.4,0,1,1);transition:width .2s cubic-bezier(.4,0,1,1);width:0;z-index:10}.duoplay-player .shaka-controls-button-panel .shaka-volume-bar-container:focus,.duoplay-player .shaka-controls-button-panel .shaka-volume-bar-container:hover{display:block;opacity:1;padding:0 6px;width:50px}.duoplay-player .shaka-range-container{margin:4px 10px;top:0}.duoplay-player .shaka-small-play-button{background:url(/img/player/play_icon_small.svg);color:hsla(0,0%,100%,0)}.duoplay-player .shaka-small-play-button[aria-label=Pause]{background:url(/img/player/pause_icon_small.svg)}.duoplay-player .shaka-rewind-ten-button{background:url(/img/player/rewind_icon.svg);color:hsla(0,0%,100%,0)}.duoplay-player .shaka-forward-ten-button{background:url(/img/player/forward_icon.svg);color:hsla(0,0%,100%,0)}.duoplay-player .shaka-mute-button{background:url(/img/player/volume_icon.svg);color:hsla(0,0%,100%,0)}.duoplay-player .shaka-mute-button[aria-label=Unmute]{background:url(/img/player/mute_icon.svg)}.duoplay-player .shaka-mute-button:hover+div{opacity:1;padding:0 6px;width:50px}.duoplay-player .shaka-airplay-button{background:url(/img/player/airplay_icon.svg);color:hsla(0,0%,100%,0)}.duoplay-player .shaka-cast-button{background:url(/img/player/cast_icon.svg);color:hsla(0,0%,100%,0)}.duoplay-player .shaka-playbackrate-button{background:url(/img/player/playbackrate_icon.svg);color:hsla(0,0%,100%,0)}.duoplay-player .shaka-playbackrate-button i{opacity:0}.duoplay-player .shaka-play-button{background-color:hsla(0,0%,100%,.65);background-size:43%;border:none;border-radius:50%;cursor:pointer;flex:0 0 var(--button-size);font-size:16px;height:var(--button-size);transition:opacity .1s;width:var(--button-size);z-index:2}.duoplay-player .shaka-play-button[icon=play]{background-image:url(/img/player/play_icon.svg);background-position:59% 50%;background-repeat:no-repeat}.duoplay-player .shaka-play-button[icon=pause]{display:none}.duoplay-player .shaka-fullscreen-button{background:url(/img/player/fullscreen_icon.svg);color:hsla(0,0%,100%,0)}.duoplay-player .shaka-overflow-menu-button{background:url(/img/player/settings_icon.svg);color:hsla(0,0%,100%,0)}.duoplay-player .shaka-current-time{font-size:12px;padding:0 10px}.duoplay-player .shaka-seek-bar-container{border:1px solid #b7b7b7;border-radius:0;border-radius:5px;height:4px;margin-bottom:0;position:relative;top:-1px}.duoplay-player .shaka-seek-bar-container .shaka-range-element{opacity:1}.duoplay-player .shaka-seek-bar-container:hover{border:1px solid #dadada;cursor:pointer}.duoplay-player .shaka-seek-bar-container:hover .shaka-range-element{cursor:pointer;opacity:1}.duoplay-player .shaka-seek-bar-container input[type=range]::-webkit-slider-thumb{background:#fff;cursor:pointer}.duoplay-player .shaka-seek-bar-container input[type=range]::-moz-range-thumb{background:#fff;cursor:pointer}.duoplay-player .shaka-seek-bar-container input[type=range]::-ms-thumb{background:#fff;cursor:pointer}@media(max-width:616px){.duoplay-player .shaka-play-button{display:none}.duoplay-player .shaka-bottom-controls{padding-left:16px;padding-right:16px}.duoplay-player .shaka-controls-button-panel{padding:16px}.duoplay-player .shaka-controls-button-panel>*{background-repeat:no-repeat;background-size:contain;height:24px;margin:0 12px;padding:3px 8px;width:24px}.duoplay-player .shaka-controls-button-panel>:last-child{margin-right:0}.duoplay-player .shaka-controls-button-panel>.shaka-current-time{font-size:12px;margin-left:0;padding-left:0;width:auto}.duoplay-player .shaka-controls-button-panel>.shaka-small-play-button{height:48px;left:50%;margin:0;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px}.duoplay-player .shaka-controls-button-panel>.shaka-small-play-button[aria-label=Play]{background-color:hsla(0,0%,100%,.65);background-image:url(/img/player/play_icon.svg);background-position:59% 50%;background-repeat:no-repeat;background-size:43%;border-radius:50%;height:75px;width:75px;z-index:2}.duoplay-player .shaka-controls-button-panel>.shaka-rewind-ten-button{height:36px;left:20%;margin:0;padding:0;position:absolute;top:50%;transform:translate(50%,-50%);width:36px}.duoplay-player .shaka-controls-button-panel>.shaka-forward-ten-button{height:36px;margin:0;padding:0;position:absolute;right:20%;top:50%;transform:translate(-50%,-50%);width:36px}.duoplay-player .shaka-controls-button-panel>.shaka-mute-button{margin-left:0}.duoplay-player .shaka-ad-controls{bottom:12px;left:67px;opacity:.65}.duoplay-player .shaka-ad-controls .shaka-ad-counter,.duoplay-player .shaka-ad-controls .shaka-ad-position{font-size:12px}}@media(max-width:405px){.duoplay-player .shaka-bottom-controls{padding-left:8px;padding-right:8px}.duoplay-player .shaka-controls-button-panel{padding:16px}.duoplay-player .shaka-controls-button-panel>*{margin:0 5px;padding:0}.duoplay-player .shaka-controls-button-panel>:last-child{margin-right:0}.duoplay-player .shaka-controls-button-panel>.shaka-current-time{margin-left:5px}.duoplay-player .shaka-controls-button-panel>.shaka-mute-button{margin-left:0}.duoplay-player .shaka-ad-controls{left:58px}}.duoplay-player .shaka-video-container *{font-family:Roboto,sans-serif}.duoplay-player .shaka-video-container .material-icons-round{font-family:Material Icons Round}.duoplay-player .shaka-overflow-menu{background:rgba(28,28,28,.9);border-radius:2px;bottom:50px;min-width:200px;padding:8px 0;right:10px;text-shadow:0 0 2px #000;-webkit-transition:opacity .1s cubic-bezier(0,0,.2,1);transition:opacity .1s cubic-bezier(0,0,.2,1);-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.duoplay-player .shaka-overflow-menu button{background:none;color:#eee;padding:0}.duoplay-player .shaka-overflow-menu button i{display:none}.duoplay-player .shaka-overflow-menu button .shaka-overflow-button-label{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;align-items:center;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;-ms-flex-direction:row;flex-direction:row;height:40px;justify-content:space-between;outline:none}.duoplay-player .shaka-overflow-menu button .shaka-overflow-button-label span{-ms-flex-negative:initial;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:1;font-size:13px;font-weight:500;padding-left:15px}.duoplay-player .shaka-overflow-menu button:hover{background-color:hsla(0,0%,100%,.1);cursor:pointer}.duoplay-player .shaka-overflow-menu button:hover label{cursor:pointer}.duoplay-player .shaka-overflow-menu button:focus{background-color:hsla(0,0%,100%,.1);border:none;outline:none}.duoplay-player .shaka-overflow-menu span+span{color:#fff;font-size:12px!important;font-weight:400!important;padding-left:0!important;padding-right:8px}.duoplay-player .shaka-overflow-menu span+span:after{content:"navigate_next";font-family:Material Icons Round;font-size:20px}.duoplay-player .shaka-overflow-menu .shaka-pip-button span+span{padding-right:15px!important}.duoplay-player .shaka-overflow-menu .shaka-pip-button span+span:after{content:""}.duoplay-player .shaka-settings-menu{background:rgba(28,28,28,.9);border-radius:2px;bottom:50px;min-width:200px;padding:0 0 8px;right:10px;text-shadow:0 0 2px #000;-webkit-transition:opacity .1s cubic-bezier(0,0,.2,1);transition:opacity .1s cubic-bezier(0,0,.2,1);-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.duoplay-player .shaka-settings-menu button{color:#eee;font-size:12px}.duoplay-player .shaka-settings-menu button span{font-size:13px;margin-left:33px}.duoplay-player .shaka-settings-menu button:hover{background-color:hsla(0,0%,100%,.1);cursor:pointer}.duoplay-player .shaka-settings-menu button:hover label{cursor:pointer}.duoplay-player .shaka-settings-menu button:focus{background-color:hsla(0,0%,100%,.1);border:none;outline:none}.duoplay-player .shaka-settings-menu button[aria-selected=true]{display:-webkit-box;display:-ms-flexbox;display:flex}.duoplay-player .shaka-settings-menu button[aria-selected=true] span{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-left:0;order:2}.duoplay-player .shaka-settings-menu button[aria-selected=true] i{-webkit-box-ordinal-group:2;-ms-flex-order:1;font-size:18px;order:1;padding-left:5px}.duoplay-player .shaka-back-to-overflow-button{border-bottom:1px solid hsla(0,0%,100%,.2);color:#eee;font-size:12px;height:40px;padding:8px 0}.duoplay-player .shaka-back-to-overflow-button .material-icons-round{font-size:15px;padding-right:10px}.duoplay-player .shaka-back-to-overflow-button span{margin-left:3px!important}.duoplay-player .shaka-captions-off{color:#nfnfnf}.duoplay-player .video-player__error{background:#000;height:100%;padding-top:25%;position:absolute;text-align:center;top:0;width:100%;z-index:2}.duoplay-player .video-player__error p{font-size:1.6em;font-weight:700}.duoplay-player .video-player__error span{color:#838383;display:block;margin-top:10px}.duoplay-player .video-player_adBlock{background:rgba(0,0,0,.9);height:100%;padding:25% 5%;position:absolute;text-align:center;width:100%;z-index:2}.duoplay-player .video-player_adBlock p{font-size:1.8em;font-weight:700}.duoplay-player .video-player_adBlock span{color:#a2a1a1;display:block;font-size:1.4em;margin-top:12px}.duoplay-player .shaka-client-side-ad-container iframe{opacity:1!important}@media(max-width:800px){.duoplay-player .video-player_adBlock{padding:8% 5%}}.video-player-state__playing .shaka-spinner{display:none!important}.shaka-start{--button-size:7em;--icon-size:3em}.shaka-start,.shaka-start .playButton{height:var(--button-size);width:var(--button-size)}.shaka-start .playButton{background-color:#0064fa;border:none;border-radius:50%;cursor:pointer;flex:0 0 var(--button-size);font-size:16px;opacity:1!important;transition:opacity .1s}.shaka-start .playButton .icon{font-size:16px;height:var(--icon-size);margin:auto;width:var(--icon-size)}.related-shows__title{font-size:20px;font-weight:700;line-height:24px;margin-bottom:16px;margin-top:86px}@media only screen and (max-width:960px){.related-shows__title{font-size:16px;margin-top:32px}}.show-card{--bg-image:url(/img/placeholder.svg);background-blend-mode:multiply;background-image:linear-gradient(180deg,rgba(16,17,20,0) 50%,#101114 100%),var(--bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;display:inline-block;overflow:hidden;position:relative;transition:transform .15s}.show-card:hover{transform:scale(1.025)}.show-card__content{padding-top:152.15%;position:relative;width:100%}.show-card__title{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;bottom:11px;display:-webkit-box;font-weight:700;left:0;letter-spacing:.5px;line-height:24px;overflow:hidden;padding:0 7px;position:absolute;text-overflow:ellipsis;width:100%}@media only screen and (max-width:960px){.show-card__title{bottom:8px;font-size:12px;line-height:16px;padding:0 8px}}.show-card__channel-logo{position:absolute;right:14px;top:14px}.show-card__expiring{background-color:var(--light-purple);border-radius:12px;font-size:16px;left:16px;line-height:24px;padding:0 10px;position:absolute;top:14px;z-index:2}@media only screen and (max-width:430px){.show-card{transition:unset}.show-card:hover{transform:none}}.telecasts{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(209px,1fr));justify-content:start!important}.telecasts--category{grid-gap:43px 21px;margin-top:43px}@media only screen and (max-width:960px){.telecasts--category{grid-gap:16px 8px;margin-top:16px}.telecasts{grid-template-columns:repeat(auto-fill,minmax(136px,1fr))}}@media only screen and (max-width:430px){.telecasts{grid-template-columns:repeat(auto-fill,minmax(159px,1fr))}}.view-show{padding-top:38px}@media only screen and (max-width:960px){.view-show{padding-top:9px}}.view-show__back-btn{align-items:center;display:none;font-size:14px;margin-bottom:12px;padding:4px 8px 4px 0;text-transform:uppercase}@media only screen and (max-width:960px){.view-show__back-btn{display:flex}}.view-show__back-btn img{margin-right:8px;transform:rotate(90deg)}.view-show .video-player{align-items:start;aspect-ratio:16/9;display:flex;justify-content:center;margin:0 auto;max-height:calc(100vh - 150px);position:relative}.view-show .regional-data{gap:24px}@media only screen and (max-width:960px){.view-show .regional-data{gap:12px}}.view-show .regional-data img{display:block;margin-right:8px}.view-show .regional-data__item{border-radius:3px;text-transform:uppercase;white-space:nowrap}.view-show .regional-data__item--link{cursor:pointer;padding:4px 8px;position:relative;transition:background-color .1s ease-in;user-select:none}.view-show .regional-data__item--link:hover{background-color:hsla(0,0%,100%,.1)}.view-show .regional-data--left{margin-top:32px}@media only screen and (max-width:960px){.view-show .regional-data--left{font-size:10px;line-height:14px;margin-top:16px}.view-show .regional-data--left img{height:16px;width:16px}}.view-show .regional-data--right{gap:36px}@media only screen and (max-width:960px){.view-show .regional-data--right{font-size:14px;gap:16px}}.view-show__desc{align-items:start;display:flex;justify-content:space-between;margin-top:32px}@media only screen and (max-width:960px){.view-show__desc{flex-direction:column-reverse;gap:16px;margin-top:16px}}.view-show__episode{max-width:800px}.view-show__headline{font-size:38px;font-weight:500;line-height:48px}@media only screen and (max-width:960px){.view-show__headline{font-size:20px;letter-spacing:.5px;line-height:24px}}.view-show__release,.view-show__synopsis{font-size:14px;line-height:20px;margin-top:8px}@media only screen and (max-width:960px){.view-show__release,.view-show__synopsis{font-size:12px;letter-spacing:.5px;line-height:16px}}.more-shows{padding-bottom:40px;padding-top:40px}.episode-not-found{font-size:32px;line-height:35px;text-align:center}.transition__copy{align-items:center;background-color:var(--purple);border-radius:3px;display:flex;font-size:12px;height:100%;justify-content:center;left:0;opacity:0;position:absolute;right:0}.transition--fade-out{animation:fade-out 2s ease-in;animation-delay:.5s;opacity:1}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.sticky-footer{display:none;height:0;overflow:hidden}@media only screen and (max-width:960px){.sticky-footer{background-color:var(--purple);bottom:0;display:grid;grid-template-columns:repeat(5,1fr);height:calc(66px + env(safe-area-inset-bottom));overflow:visible;padding-bottom:env(safe-area-inset-bottom);position:sticky;z-index:62020}}@media only screen and (max-width:430px){.sticky-footer{height:calc(72px + env(safe-area-inset-bottom))}}.sticky-footer img{display:block}.sticky-footer__img{height:24px;margin-bottom:5px;width:33px}.sticky-footer__img,.sticky-footer__item{align-items:center;display:flex;justify-content:center}.sticky-footer__item{flex-direction:column;font-size:10px;font-weight:700}.sticky-footer__item--active{background-color:var(--light-purple)}.sticky-footer__item--genres{align-items:stretch;justify-content:stretch;position:relative}.sticky-footer__item--genres .sticky-footer__menu-toggle{align-items:center;cursor:pointer;display:flex;flex:1;flex-direction:column;justify-content:center}.sticky-footer__title{text-align:center}.sticky-footer .sticky-footer__genres-menu{background-color:var(--background-color);bottom:calc(72px + env(safe-area-inset-bottom));opacity:0;overflow:auto;padding:36px;position:fixed;right:0;top:65px;transition:opacity .1s,visibility .1s;visibility:hidden;width:100vw}.sticky-footer.sticky-footer--open .sticky-footer__item.sticky-footer__item--active{background-color:transparent}.sticky-footer.sticky-footer--open .sticky-footer__item--genres .sticky-footer__menu-toggle{background-color:var(--light-purple)}.sticky-footer.sticky-footer--open .sticky-footer__item--genres .sticky-footer__menu-toggle+.sticky-footer__menu-toggle-mask{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.sticky-footer.sticky-footer--open .sticky-footer__item--genres .sticky-footer__menu-toggle .sticky-footer__genres-menu{grid-gap:4px 60px;border-radius:3px;display:grid;grid-template-columns:repeat(2,1fr);opacity:1;padding:38px 36px;visibility:visible}.sticky-footer.sticky-footer--open .sticky-footer__item--genres .sticky-footer__menu-toggle .sticky-footer__genres-menu a{font-size:16px;font-weight:400;line-height:34px;text-align:center;white-space:nowrap}@media only screen and (max-width:430px){.sticky-footer__item--genres .sticky-footer__menu-toggle:focus-within .sticky-footer__genres-menu{border-radius:0}.sticky-footer__item--genres .sticky-footer__menu-toggle:focus-within .sticky-footer__genres-menu a{line-height:34px}}.search-container{position:relative}.search-items{background-color:#1a1a1e;border-radius:8px;display:flex;flex-direction:column;gap:12px;left:0;padding:6px 0 12px;position:absolute;right:0;top:calc(100% + 4px)}.search-items .search-item{padding:0 12px}.search-items .search-item:hover{background-color:#373640}.search-items .search-item__image{background-image:var(--bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;height:35px;margin-right:12px;width:35px}.search-items .search-item__title{color:#f4f4f6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-button{display:none}.search-form{max-width:278px;position:relative}.search-form__input,.search-form__submit{background-color:transparent}.search-form__input-cnt{position:relative}.search-form__cancel{display:none;margin-left:20px}.search-form__submit{border:none;cursor:pointer;display:block;height:26px;position:absolute;right:14px;top:5px;width:26px}.search-form__input{border:1px solid #f4f4f6;border-radius:8px;color:#f4f4f6;font-family:inherit;font-size:16px;line-height:32px;outline:none;padding:0 55px 0 12px;width:100%}.search-form__input::placeholder{color:var(--gray)}@media only screen and (max-width:960px){.search-container{position:unset}.search-items{margin:0 12px}.search-button{cursor:pointer;display:block;padding:12px 20px;position:relative;right:0;z-index:10}.search-form{align-items:center;background-color:#000;display:flex;height:100%;justify-content:space-between;max-width:100%;padding:0 12px;position:absolute;right:100%;top:0;transition:right .3s;width:100%;z-index:15}.search-form__submit{left:9px;right:auto;top:9px}.search-form--slided{right:0}.search-form__input{line-height:40px;padding:0 9px 0 40px}.search-form__cancel{cursor:pointer;display:block;padding:12px 0 12px 12px}}.telecasts-swiper{overflow:hidden;position:relative}.telecasts-swiper:hover .telecasts-swiper__nav--btn{display:flex}.telecasts-swiper__nav{flex:1 0 36px;max-width:36px;scroll-snap-align:start;width:36px;z-index:2}@media only screen and (max-width:960px){.telecasts-swiper__nav{flex:1 0 16px;max-width:16px;width:16px}}@media only screen and (max-width:430px){.telecasts-swiper__nav{flex:1 0 10px;max-width:10px;width:10px}}.telecasts-swiper__nav--btn{align-items:center;background:url(/img/nav-button.svg) no-repeat 0;cursor:pointer;display:none;flex:1 0 60px;height:100%;justify-content:center;max-width:60px;position:absolute;top:0;transition-duration:.2s;transition-property:opacity,visibility;width:60px}@media only screen and (max-width:960px){.telecasts-swiper__nav--btn{display:none!important}}.telecasts-swiper__nav--next{left:0}.telecasts-swiper__nav--fwd{right:0;transform:rotate(180deg)}.telecasts-swiper__nav--hidden{opacity:0;visibility:hidden}.telecasts-swiper__content{--card-count:7;--card-count-news:5;--nav-width:20px;--card-width:calc(100%/var(--card-count) - var(--nav-width));--card-width-news:calc(100%/var(--card-count-news) - var(--nav-width));-ms-overflow-style:none;align-items:stretch;display:flex;gap:12px;justify-content:flex-start;overflow:auto hidden;padding:8px var(--root-padding) 8px var(--side-margin);scroll-behavior:smooth;scroll-padding-left:20px;scrollbar-width:none}@media only screen and (max-width:960px){.telecasts-swiper__content{gap:8px}}.telecasts-swiper__content--dragging{scroll-behavior:auto}.telecasts-swiper__content--dragging *{pointer-events:none}.telecasts-swiper__content::-webkit-scrollbar{display:none}@media screen and (min-width:2000px){.telecasts-swiper__content{--card-count-news:6}}@media screen and (min-width:2700px){.telecasts-swiper__content{--card-count-news:7}}@media only screen and (max-width:960px){.telecasts-swiper__content{--card-count:5;--card-count-news:4;--nav-width:16px;overflow:auto;scroll-padding-left:16px}}@media only screen and (max-width:430px){.telecasts-swiper__content{--card-count:2;--card-count-news:2;--nav-width:44px}}.telecasts-swiper__content .show-card{flex:1 0 var(--card-width);height:auto;max-width:var(--card-width);min-width:138px;scroll-snap-align:start;width:var(--card-width)}.telecasts-swiper__content[data-has-more-content=true] .show-card:last-of-type{background-image:linear-gradient(0deg,rgba(7,16,68,.7),rgba(7,16,68,.7)),linear-gradient(180deg,#071044 0,rgba(7,16,68,.32) 17.06%,hsla(0,0%,85%,0) 35.31%),var(--bg-image)}.telecasts-swiper__content[data-has-more-content=true] .show-card:last-of-type .show-card__content:after{content:var(--last-title);font-size:20px;font-weight:700;left:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}@media only screen and (max-width:960px){.telecasts-swiper__content[data-has-more-content=true] .show-card:last-of-type .show-card__content:after{font-size:16px}}.telecasts-swiper__content[data-has-more-content=true] .show-card:last-of-type .show-card__channel-logo,.telecasts-swiper__content[data-has-more-content=true] .show-card:last-of-type .show-card__title{display:none}.telecasts-swiper--wide .telecasts-swiper__content{--card-count:4}.telecasts-swiper--wide .telecasts-swiper__content .show-card{min-width:390px;width:390px}.telecasts-swiper--wide .telecasts-swiper__content .show-card .show-card__content{padding-top:54.36%}@media only screen and (max-width:960px){.telecasts-swiper--wide .telecasts-swiper__content .show-card{min-width:198px;width:198px}}.duoplay-player-overlay{background-color:#000;bottom:72px;display:flex;flex-direction:column;gap:17px;justify-content:flex-end;left:0;padding:14px 14px 76px;position:absolute;right:0;top:0;z-index:10}@media only screen and (max-width:700px){.duoplay-player-overlay{bottom:0;gap:8px;padding:39px 32px}}.duoplay-player-overlay .overlay-header{display:flex;justify-content:space-between}.duoplay-player-overlay .overlay-header a,.duoplay-player-overlay .overlay-header div{font-size:20px;font-weight:400;line-height:22px}@media only screen and (max-width:430px){.duoplay-player-overlay .overlay-header a,.duoplay-player-overlay .overlay-header div{font-size:14px;line-height:15px}}.duoplay-player-overlay .telecasts-swiper__content .show-card:first-child{margin-left:0}.duoplay-player-overlay .telecasts-swiper__content .show-card{--card-count-overlay:6;--card-width-overlay:calc(100%/var(--card-count-overlay) - 8px);flex:1 0 var(--card-width-overlay);max-width:var(--card-width-overlay);min-width:auto;width:var(--card-width-overlay)}@media only screen and (max-width:700px){.duoplay-player-overlay .telecasts-swiper__content .show-card{--card-count-overlay:4;--card-width-overlay:calc(100%/var(--card-count-overlay) - 6px)}}.duoplay-player-overlay .telecasts-swiper__content .telecasts-swiper__nav{max-width:0}.duoplay-player-overlay .telecasts-swiper__content .show-card__title{bottom:12px;font-size:16px;font-weight:700;line-height:17.28px;padding:0 12px}@media only screen and (max-width:700px){.duoplay-player-overlay .telecasts-swiper__content .show-card__title{font-size:12px;line-height:13px}}@media only screen and (max-width:430px){.duoplay-player-overlay .telecasts-swiper__content .show-card__title{bottom:6px;font-size:10px;line-height:11px;padding:0 6px}}.duoplay-player-overlay .counter{align-items:center;bottom:0;color:#fff;display:flex;font-size:48px;font-weight:700;justify-content:center;left:0;line-height:52px;position:absolute;right:0;top:0}@media only screen and (max-width:700px){.duoplay-player-overlay .counter{font-size:36px;line-height:38px}}@media only screen and (max-width:430px){.duoplay-player-overlay .counter{font-size:24px;line-height:26px}}.main-heading{font-size:20px;font-weight:700;line-height:24px;margin-bottom:20px;margin-top:96px}@media only screen and (max-width:960px){.main-heading{font-size:16px;line-height:24px;margin-bottom:16px;margin-top:32px}}.main-highlighted-show{align-items:flex-start;background-image:linear-gradient(0,#071044 0,rgba(7,16,68,.32) 30%,hsla(0,0%,85%,0) 60%),var(--bg-image);background-position:top;background-size:cover;display:flex;flex-direction:column;font-weight:700;height:40vw;justify-content:flex-end;max-height:990px;padding:0 40px 43px}.main-highlighted-show__headline{font-size:94px;line-height:111px;text-transform:uppercase}@media only screen and (max-width:960px){.main-highlighted-show__headline{flex:1;font-size:42px;line-height:40px;margin-bottom:16px}}.main-highlighted-show__watch-btn{align-items:center;background-color:var(--light-purple);border-radius:32px;display:flex;font-size:20px;height:64px;padding:0 23px 0 16px}.main-highlighted-show__watch-btn.mobile{display:none}.main-highlighted-show__watch-btn.desktop{display:flex}.main-highlighted-show__watch-btn img{margin-right:10px}@media only screen and (max-width:960px){.main-highlighted-show__watch-btn{font-size:16px;height:44px;line-height:17px;margin-bottom:16px}.main-highlighted-show__watch-btn.mobile{display:flex}.main-highlighted-show__watch-btn.desktop{display:none}.main-highlighted-show__watch-btn img{height:22px;margin-right:6px;width:30px}}.main-highlighted-show__top{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;width:100%}@media only screen and (max-width:430px){.main-highlighted-show__top{justify-content:flex-end}}.main-highlighted-show__bottom{align-items:center;display:flex;gap:64px}@media only screen and (max-width:430px){.main-highlighted-show__bottom{width:100%}}.main-highlighted-show__gallery{display:flex;gap:32px}@media only screen and (max-width:960px){.main-highlighted-show__gallery{gap:8px}}@media only screen and (max-width:430px){.main-highlighted-show__gallery{width:100%}}.main-highlighted-show__gallery-item{background-size:cover;border:none;border-radius:3px;box-sizing:content-box;height:90px;min-width:135px}@media only screen and (max-width:960px){.main-highlighted-show__gallery-item{height:50px;min-width:75px}}@media only screen and (max-width:430px){.main-highlighted-show__gallery-item{--item-width:calc(25% - 6px);height:50px;min-width:var(--item-width)}}.main-highlighted-show__gallery-item.selected,.main-highlighted-show__gallery-item:hover{box-shadow:0 0 0 2px}@media only screen and (max-width:960px){.main-highlighted-show{height:365px;padding:0 16px 34px}}@media only screen and (max-width:430px){.main-highlighted-show{height:360px}}.show-seasons{height:252px;margin-top:96px;position:relative}@media only screen and (max-width:960px){.show-seasons{height:auto;margin-top:32px;padding:0 var(--root-padding)}}.show-seasons__title{font-size:20px;font-weight:700;line-height:24px}@media only screen and (max-width:960px){.show-seasons__title{display:none}}.show-seasons__small-title{display:none}@media only screen and (max-width:960px){.show-seasons__small-title{align-items:center;display:flex;font-weight:600;justify-content:space-between}}.show-seasons .telecasts-swiper__content{gap:16px}.show-seasons__episodes-count{font-size:12px;font-weight:500;line-height:16px;margin-left:16px}.show-seasons__small-title-arrow{align-items:center;background-color:var(--background-color);border-radius:8px;display:flex;height:40px;justify-content:center;width:40px}.show-seasons__small-title-arrow img{transform:rotate(180deg);transition:transform .2s}.show-seasons__headline-season{font-size:14px}@media only screen and (max-width:960px){.show-seasons__headline-season{display:none}}.show-seasons__episode-number-s{display:none}@media only screen and (max-width:960px){.show-seasons__episode-number-s{display:inline-block}}.show-seasons__seasons{display:inline-block;margin-left:24px;position:relative;z-index:3}@media only screen and (max-width:960px){.show-seasons__seasons{display:none}}.show-seasons__selections-title{background-image:url(/img/arrow-down-purple.svg);background-position:right 8px center;background-repeat:no-repeat;background-size:16px 16px;cursor:pointer;font-weight:500;letter-spacing:.5px;padding:2px 29px 2px 8px;user-select:none}.show-seasons__selections{background-color:#1a1a1e;border-radius:4px;display:inline-block;font-weight:400;left:0;line-height:20px;min-width:100%;padding:4px 0;position:absolute;top:calc(100% + 4px)}.show-seasons__selections:not(.show-seasons__selections--open){display:none}.show-seasons__selection{cursor:pointer;font-weight:400;letter-spacing:.08px;line-height:16px;padding:12px 8px;user-select:none}.show-seasons__selection+.show-seasons__selection{margin-top:2px}.show-seasons__selection--selected{background-image:url(/img/checkmark.svg);background-position:right 8px center;background-repeat:no-repeat;background-size:12px 12px}.show-seasons__selection--selected,.show-seasons__selection:hover{background-color:#373640}@media only screen and (max-width:960px){.show-seasons .telecasts-swiper{max-height:400px;overflow:auto;transition:max-height .2s}.show-seasons .telecasts-swiper .telecasts-swiper__content{flex-direction:column;gap:0;padding:0}}.show-seasons__episodes{align-items:start;bottom:0;display:flex;gap:16px;justify-content:start;left:0;overflow:auto;position:absolute;transition-delay:.2s;transition-duration:.2s;transition-property:visibility,opacity;width:100%}@media only screen and (max-width:960px){.show-seasons__episodes{background-color:var(--purple);border-radius:6px;display:block;overflow:hidden;padding:12px 24px;position:static}.show-seasons__episodes.show-seasons__episodes{margin-top:16px}}.show-seasons__episodes:not(.show-seasons__episodes--active){opacity:0;transition-delay:0s;visibility:hidden}@media only screen and (max-width:960px){.show-seasons__episodes:not(.show-seasons__episodes--active){display:block;opacity:1;visibility:visible}.show-seasons__episodes:not(.show-seasons__episodes--active) .telecasts-swiper{max-height:0;overflow:hidden}.show-seasons__episodes:not(.show-seasons__episodes--active) .show-seasons__small-title-arrow img{transform:none}}.show-seasons__right{overflow:hidden}@media only screen and (max-width:960px){.show-seasons__right{display:flex;flex-direction:column-reverse}}.show-seasons__episode{flex:1 0 289px;min-width:289px;width:289px}@media only screen and (max-width:960px){.show-seasons__episode{align-items:flex-start;display:flex;flex:auto;gap:6px;justify-content:flex-start;margin-top:16px;min-width:0;width:auto}}.show-seasons__episode:hover .show-seasons__episode-image:after{display:block}.show-seasons__episode img{display:block;width:100%}@media only screen and (max-width:960px){.show-seasons__episode img{width:140px}}.show-seasons .show-seasons__episode-image{position:relative}.show-seasons .show-seasons__episode-image:after{background-color:rgba(var(--background-color-rgb),.4);background-image:url(/img/play-btn-overlay.svg);background-position:50%;background-repeat:no-repeat;background-size:40px 40px;bottom:0;content:"";display:none;left:0;position:absolute;right:0;top:0}@media only screen and (max-width:960px){.show-seasons .show-seasons__episode-image:after{background-image:url(/img/play-btn-overlay-tr.svg);display:block}}.show-seasons__headline{display:flex;justify-content:space-between;margin-top:6px}@media only screen and (max-width:960px){.show-seasons__headline{display:block}}.show-seasons__description,.show-seasons__headline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.show-seasons__description{margin-top:6px}@media only screen and (max-width:960px){.show-seasons__description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;margin:0;text-overflow:ellipsis;white-space:normal}}.schedule{position:relative}.schedule__today-dummy{background-image:url(/img/button-next.svg);background-repeat:no-repeat;background-size:contain;cursor:pointer;font-size:12px;font-weight:500;height:22px;line-height:22px;padding-left:8px;position:absolute;right:-65px;text-transform:uppercase;top:0;transition:right .3s ease-in-out;width:65px}.schedule__today-dummy--visible{right:0}.schedule:hover .schedule__nav{display:block}.schedule__nav{background-image:url(/img/nav-button.svg);background-position:50%;cursor:pointer;display:none;height:78px;position:absolute;top:50%;transform:translateY(-50%);width:44px}.schedule__nav--back{left:0}.schedule__nav--next{right:0;transform:rotate(180deg) translateY(50%)}.schedule__elements{overflow:hidden;position:relative}.schedule__scroll{overflow-x:scroll;overflow-y:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.schedule__left{margin-right:12px;min-width:100px}.schedule__left div+div{margin-top:4px}.schedule-dropdown{background-color:#1a1a1e;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.07px;line-height:14px;padding:4px 8px;position:relative}.schedule-dropdown:after{content:"";height:4px;left:0;position:absolute;top:100%;width:100%}.schedule-dropdown:hover .schedule-dropdown__options{display:block}.schedule-dropdown__selected-option{background-image:url(/img/arrow-down-rounded-white.svg);background-position:100%;background-repeat:no-repeat;background-size:12px}.schedule-dropdown__options{background-color:#1a1a1e;border-radius:4px;display:none;font-weight:400;left:50%;padding:3px 0;position:absolute;right:0;top:100%;transform:translateX(-50%);width:120px;z-index:25}.schedule-dropdown__options:before{background-image:url(/img/triangle.svg);background-repeat:no-repeat;content:"";height:8px;left:50%;position:absolute;top:-8px;transform:translateX(-50%);width:12px}.schedule-dropdown__options-item{cursor:pointer;margin:1px 0;padding:4px 8px}.schedule-dropdown__options-item--selected{background-color:#373640;background-image:url(/img/checkmark.svg);background-position:center right 8px;background-repeat:no-repeat}.schedule-dropdown__options-item:hover{background-color:#373640}.schedule__items+.schedule__items{margin-top:4px}.schedule__name{background-color:#1a1a1e;background-position:50%;background-repeat:no-repeat;background-size:auto 32px;height:60px;width:100%}.schedule__name--k2{background-image:url(/img/k2.svg)}.schedule__name--d4ee{background-image:url(/img/duo4.svg)}.schedule__name--d5ee{background-image:url(/img/duo5.svg)}.schedule__timeline{margin-bottom:4px;padding:0}.schedule__timeline-slot{color:#f4f4f6;font-size:12px;font-weight:500;line-height:14px;max-width:180px;min-width:180px;padding:0 2px;text-transform:uppercase}.schedule__timeline-slot-bg{background-color:#291f61;border-radius:4px;padding:4px 8px;width:100%}.schedule__timeline-slot--active .schedule__timeline-slot-bg{position:relative}.schedule__timeline-slot--active .schedule__timeline-slot-bg .time-bar{height:198px;left:0;position:absolute;top:16px;width:12px;z-index:20}.schedule__timeline-slot--active .schedule__timeline-slot-bg .time-bar:after,.schedule__timeline-slot--active .schedule__timeline-slot-bg .time-bar:before{content:""}.schedule__timeline-slot--active .schedule__timeline-slot-bg .time-bar:before{background:#8678d4;border-radius:3px;height:6px;position:absolute;top:0;width:12px}.schedule__timeline-slot--active .schedule__timeline-slot-bg .time-bar:after{background-color:#fff;border-radius:0 0 2px 2px;display:block;height:192px;margin:6px auto 0;width:2px}.schedule__telecast-item{min-height:60px;overflow:hidden;padding:0 2px;position:relative}.schedule__telecast-item-bg{background-color:#1a1a1e;border-radius:4px;padding:12px 0;white-space:nowrap}.schedule__telecast-item:hover{overflow:visible}.schedule__telecast-item:hover .schedule__telecast-item-bg{left:2px;min-width:300px;position:absolute;right:2px;z-index:10}.schedule__telecast-item--active .schedule__telecast-item-bg{background-color:#291f61}.schedule__telecast-item--active:hover .schedule__telecast-item-bg{background-image:url(/img/play-btn-overlay.svg);background-position:center right 16px;background-repeat:no-repeat;padding-right:72px}.schedule__telecast-item__name{font-weight:500}.schedule__telecast-item__date{font-size:10px;line-height:16px}.schedule__telecast-item__date,.schedule__telecast-item__name{letter-spacing:.5px;overflow:hidden;padding:0 16px;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:430px){.schedule .schedule__nav{display:none!important}.schedule__name{background-color:transparent;background-size:auto 24px}.schedule__left{min-width:74px}.schedule-dropdown{background-color:transparent;font-size:12px;letter-spacing:0;padding-left:0;padding-right:0;position:unset;text-transform:uppercase}.schedule-dropdown:hover .schedule-dropdown__options{display:none}.schedule-dropdown--visible .schedule-dropdown__options{display:block!important}.schedule-dropdown__options{top:0;width:100%}.schedule-dropdown__options:before{display:none}.schedule-dropdown__options-item{padding:12px}}