/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.language-switcher-language-url{display:none;}
#block-gtmdatalayer{display:none;}
#tv-entertainment{position:relative;width:100%;padding:20px 0 30px;overflow:hidden;box-sizing:border-box;}#tv-entertainment .entertainment-slider{position:relative;width:100%;overflow:hidden;padding:20px 0;min-height:300px;display:flex;align-items:center;}#tv-entertainment .entertainment-slider-track{display:flex;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1);will-change:transform;height:100%;flex-wrap:nowrap;white-space:nowrap;align-items:flex-start;margin:0 40px;}#tv-entertainment .entertainment-slider-page{display:flex;flex-wrap:nowrap;width:auto;padding:0 8px;box-sizing:border-box;gap:16px;min-width:0;white-space:nowrap;}#tv-entertainment .entertainment-slide{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);transition:all 0.3s cubic-bezier(0.25,0.8,0.5,1);background:#f5f5f5;flex-shrink:0;}#tv-entertainment .entertainment-slide:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.15);z-index:2;}#tv-entertainment .entertainment-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease;}#tv-entertainment .entertainment-slide:hover img{transform:scale(1.05);}#tv-entertainment .entertainment-slider-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:0 15px;height:12px;}#tv-entertainment .entertainment-slider-dot{width:8px;height:8px;border-radius:4px;border:none;background:rgba(0,0,0,0.1);cursor:pointer;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);padding:0;outline:none;opacity:0.7;}#tv-entertainment .entertainment-slider-dot:hover,#tv-entertainment .entertainment-slider-dot:focus{background:rgba(50,89,237,0.7);transform:scale(1.2);opacity:1;}#tv-entertainment .entertainment-slider-dot.active{width:24px;background:rgb(50,89,237);transform:scale(1);opacity:1;box-shadow:0 2px 8px rgba(50,89,237,0.3);}#tv-entertainment .entertainment-slider-dot:focus{background:rgb(50,89,237);transform:scale(1.15);outline:2px solid rgba(50,89,237,0.5);outline-offset:2px;}#tv-entertainment .poster-image{width:100%;height:100%;object-fit:cover;border-radius:8px;}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:60px;background:rgba(0,0,0,0.5);color:white;border:none;border-radius:4px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;z-index:10;transition:all 0.3s ease;}.slider-arrow:hover{background:rgba(0,0,0,0.8);}.slider-arrow.prev{left:0;}.slider-arrow.next{right:0;}@media (max-width:767px){.slider-arrow{display:none;}#tv-entertainment .entertainment-slider-track{margin:0 10px;}}@media (min-width:576px){#tv-entertainment .entertainment-slider{padding:15px 0 25px;}#tv-entertainment .entertainment-slider-dots{margin-top:20px;}}@media (min-width:768px){#tv-entertainment .entertainment-slide{border-radius:10px;}#tv-entertainment .entertainment-slider-dot{width:10px;height:10px;}#tv-entertainment .entertainment-slider-dot.active{width:32px;}}@media (min-width:992px){#tv-entertainment{padding:30px 0 40px;}#tv-entertainment .entertainment-slide{margin:0 6px;}#tv-entertainment .entertainment-slider-track{margin:0 -6px;}}@keyframes shimmer{0%{background-position:-1000px 0;}100%{background-position:1000px 0;}}.entertainment-slide.loading{animation:shimmer 2s infinite linear;background:linear-gradient(to right,#f0f0f0 8%,#e0e0e0 18%,#f0f0f0 33%);background-size:1000px 100%;}.entertainment-grid{--poster-width:180px;--poster-gap:16px;display:grid;grid-auto-flow:column;grid-auto-columns:var(--poster-width);gap:var(--poster-gap);padding:20px 0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0;width:100%;box-sizing:border-box;padding-left:20px;padding-right:20px;}.entertainment-grid::-webkit-scrollbar{display:none;}.entertainment-poster{position:relative;width:var(--poster-width);height:calc(var(--poster-width) * 1.5);border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.1);scroll-snap-align:start;}.entertainment-poster img{width:100%;height:100%;object-fit:cover;}.entertainment-container{width:100%;overflow:hidden;position:relative;padding:0;box-sizing:border-box;}#tv-entertainment{padding:0 20px;box-sizing:border-box;overflow-x:auto;width:100%;-ms-overflow-style:none;scrollbar-width:none;}#tv-entertainment::-webkit-scrollbar{display:none;}.entertainment-nav-dots{display:flex;justify-content:center;gap:8px;margin-top:15px;padding:0 20px;}.entertainment-dot{width:10px;height:10px;border-radius:5px;background-color:#fff;cursor:pointer;transition:all 0.3s;}.entertainment-dot.active{background-color:#3259ED;width:30px;}@media (max-width:767px){.entertainment-grid{--poster-width:140px;}.entertainment-grid{padding:15px 0;gap:12px;}#tv-entertainment{padding:0 15px;}}@media (min-width:768px) and (max-width:1023px){.entertainment-grid{--poster-width:160px;--poster-gap:14px;}}@supports (-ms-ime-align:auto){.entertainment-grid{-ms-overflow-style:none;}}
#popup-overlay.hidden{opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0s linear 1s;}#popup-overlay.visible{opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0s linear 0s;}#popup-overlay.visible .popup-box{opacity:1;transform:translateY(0);}#popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);display:flex;align-items:center;justify-content:center;z-index:1000;}#popup-overlay .popup-box{background-color:white;padding:20px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,0.2);width:300px;text-align:center;}#popup-overlay button{margin-top:15px;padding:10px 20px;border:none;background-color:#007bff;color:white;border-radius:5px;cursor:pointer;}#popup-overlay button:hover{background-color:#0056b3;}#popup-overlay lib-card .dizz-card.dizz-card--default{background-color:#ffffff;color:#191919;border:#d6d6dc;}#popup-overlay lib-card .dizz-card.dizz-card-lg{border-radius:1rem;}#popup-overlay lib-card .dizz-card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#ffffff;background-clip:border-box;font-family:"Roboto",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:0.875rem;text-align:left;text-align:left;box-shadow:0 0.063rem 0.25rem 0 rgba(25,25,25,0.15);transition:all 0.2s ease-in-out;border:none;border-radius:0.375rem;}
#carousel-tv-shows .wallpaper{position:absolute;top:0;left:0;width:100%;height:100%;background-size:auto 100%;background-position:center;background-repeat:no-repeat;z-index:0;}#carousel-tv-shows .wallpaper-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);}#carousel-tv-shows .channel-logo{margin-left:5px;}#carousel-tv-shows .channel-logo img{position:relative;vertical-align:baseline;top:1px;height:20px;width:auto;}@media only screen and (min-width:1200px){#carousel-tv-shows .wallpaper-overlay{background:linear-gradient(90deg,rgba(0,0,0,1) 10%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 90%)}}
.channel-category-sample .channel-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,0fr));grid-auto-flow:row;gap:16px;width:100%;}.channel-category-sample .thumbnail{margin:0;}.tabWallpaper,.tabWallpaper-temp{background-size:cover;background-position:calc(50% - 500px) center;}.tabWallpaper,.tabWallpaper-temp,.tabWallpaper-gradient{position:absolute;width:100%;height:100%;}.tabWallpaper-gradient{pointer-events:none;background:rgba(0,0,0,0.6);}@media only screen and (min-width:1200px){.tabWallpaper,.tabWallpaper-temp{background-position:center center;}.tabWallpaper-gradient{background:linear-gradient(90deg,rgba(0,0,0,0.75) 30%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.5) 100%);}}.channel-category-sample .tv-category-description{margin-top:1.5rem;margin-bottom:0;}#custom-tv-wizard-category-toggle .network-toggle{position:relative;width:100%;min-height:50px;background-color:#E6E6FA;border-radius:25px;display:flex;align-items:center;box-sizing:border-box;}#custom-tv-wizard-category-toggle .network-toggle input[type="radio"]{display:none;}#custom-tv-wizard-category-toggle .network-toggle label{flex:1;display:flex;justify-content:center;align-items:center;height:100%;padding:8px;margin-bottom:0;color:#333;font-family:Arial,sans-serif;font-size:16px;font-weight:bold;cursor:pointer;z-index:1;transition:color 0.3s ease;}#custom-tv-wizard-category-toggle .network-toggle input:checked + label{color:white;text-shadow:1px 1px 2px rgba(0,0,0,0.2);}#custom-tv-wizard-category-toggle .network-toggle-slider{position:absolute;top:6px;height:calc(100% - 12px);padding:0 6px;transition:left 0.3s ease,width 0.3s ease,background 0.3s ease;z-index:0;}#custom-tv-wizard-category-toggle .network-toggle-slider .pill{background:#0019C3 !important;border-radius:20px;height:100%;width:100%;}
.p-legalnotes{color:#50505a;font-size:10px;font-weight:normal;line-height:24px;}
.paragraphs-collapsed-description{position:relative;overflow:hidden;color:#777;word-break:break-all;line-height:1.538em;}.paragraphs-collapsed-description::after{display:block;position:absolute;top:0;right:0;width:3em;background:-webkit-gradient(linear,left top,right top,from(rgba(245,245,250,0)),to(#F5F5FA));background:linear-gradient(to right,rgba(255,255,255,0) 0%,#FFFFFF 100%);content:"\00a0";height:-webkit-fill-available;height:-moz-available;}
@media (max-width:568px){#bottom-summary2 .black-price::after{left:-10px;}}
.channels-catalog{max-width:988px;}.category{padding-bottom:6px;margin-right:1rem !important;cursor:pointer;}.titles-dropdown{color:#000;width:100%;padding:0.25rem;min-height:calc(24px + 2px + 0.5rem);}.categories-titles{display:none;justify-content:center;flex-wrap:wrap !important;}.categories-titles a{text-decoration:none !important;}.categories-lists{display:flex;justify-content:center;margin-top:1.5rem !important;}.h6.selected{box-shadow:inset 0 -2px 0 #FFF;}.bg-fizz-white .h6.selected,.bg-fizz-light-grey .h6.selected{box-shadow:inset 0 -2px 0 #3259ED;}.channel-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,0fr));grid-auto-flow:row;gap:16px;width:100%;justify-content:center;}.channel-list[visibility="hide"]{display:none !important;}.channel-list[visibility="show"]{display:flex;}.thumbnail{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:92px;height:92px;padding:0.5rem;background:#fff;border-radius:6px;opacity:0;transition:opacity 0.3s ease;}.thumbnail:has(*:nth-child(n+2)){padding:.5rem 1rem !important;justify-content:space-between;}.thumbnail:has(img:nth-child(n+2)) img{width:50px;}.thumbnail.fade-in{opacity:1;}.thumbnail.multi{background:unset;}.thumbnail.multi img{transform:translate(-2px,2px);z-index:1;}.thumbnail.multi:before{content:"";position:absolute;top:0;right:0;width:88px;height:88px;border:1px solid #d6d6dc;border-radius:0.375rem;background-color:#fff;}.thumbnail.multi:after{content:"";position:absolute;bottom:0;left:0px;width:88px;height:88px;border:1px solid #d6d6dc;border-radius:0.375rem;background-color:#fff;}.channel-count{margin-top:4px;color:#000;font-size:10px;font-weight:bold;line-height:1;z-index:1;}.channel-list,.channels-catalog,.categories-titles{}.disclaimer{display:flex;flex-direction:row;align-items:center!important;margin-top:1.5rem;}@media (min-width:380px){.channel-list,.channels-catalog,.categories-titles{}}@media (min-width:576px){.channel-list,.channels-catalog,.categories-titles{}}@media (min-width:768px){.channel-list,.channels-catalog,.categories-titles{}.categories-dropdown{display:none;}.categories-dropdown{display:none;}.categories-titles{display:flex;}}@media (min-width:1024px){.channel-list,.channels-catalog,.categories-titles{}}@media (min-width:1200px){.channel-list,.channels-catalog,.categories-titles{}}@media (min-width:1560px){.channel-list,.channels-catalog,.categories-titles{}}@media only screen and (min-width:1200px){.container:has(.text-fullwidth):has(.channels-catalog){max-width:unset;}}.categories-dropdown{position:relative;height:58px;}.dropdown{position:absolute;display:inline-block;width:100%;font-family:Arial,sans-serif;background-color:#fff;border:1px solid #d6d6dc;border-radius:0.375rem;animation:collapse 0.2s ease-in-out both;z-index:20;}.dropdown-toggle{display:flex;align-items:center !important;color:#707079;margin:0;line-height:1.5rem;padding:10px 20px;border:none;cursor:pointer;width:100%;text-align:left;}.dropdown-content{z-index:20;}.dropdown-collapse{text-align:left;margin-top:-3px;overflow:hidden;max-height:0px;transition:all 0.2s ease-in-out;}.dropdown[data-open="true"] .dropdown-collapse{max-height:250px;overflow-y:scroll;margin-top:1rem;}.dropdown-content > div{color:black;padding:12px 16px;text-decoration:none;display:block;cursor:pointer;}.dropdown-content > div{color:black;padding:12px 16px;text-decoration:none;display:block;cursor:pointer;}.dropdown-content > div.selected,.dropdown-content > div:hover{color:#001cc3;text-decoration:none;background-color:#e6e6fa;border-radius:1rem;}.baby-wizard-banner{color:#fff;background-repeat:repeat;background-color:#3259ed;background-size:2.2rem;background-image:url("data:image/svg+xml,%3csvg width='93' height='201' viewBox='0 0 93 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url%28%23clip0%29'%3e%3cpath d='M93 0H0V181H93V0Z' fill='%233259ED'/%3e%3cg opacity='0.496443'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.8983 -34.6245L21.6147 19.4465H48.8983V54.1815L76.1799 0.276257H48.8983V-34.6245Z' fill='%231C3CB7'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.918 53.5454L-25.3635 107.616H1.918V142.351L29.2016 88.4462H1.918V53.5454Z' fill='%231C3CB7'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M95.2816 54L68 108.071H95.2816V142.806L122.565 88.9008H95.2816V54Z' fill='%231C3CB7'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.8983 145.369L21.6147 199.44H48.8983V234.175L76.1799 180.27H48.8983V145.369Z' fill='%231C3CB7'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='93' height='181' fill='%231C3CB7'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");height:auto;border-radius:16px;}.m-0.download-speed-sub-title,.slick-prev.slick-arrow,.slick-next.slick-arrow{display:none!important;}h4.d-inline-block.fs-24.color-blackish.letter-spacing-0.line-height-32,h4.d-inline-block.baby-wizard-internet-price.mb-0{padding:0!important;margin:0!important;}.d-flex.justify-content-between:has(.plan-detail-span){align-items:end;}.boxes.speed-container{margin-top:.5rem !important;}.paragraph .btn.icon-right svg{padding-left:0px;}.desktop-hide{display:initial;}.mobile-hide{display:none;}#baby-wizard .boxes{margin-top:-5px !important;}@media only screen and (min-width:576px){.desktop-hide{display:none;}.mobile-hide{display:initial;}}@media only screen and (max-width:575px){#wizard-total-price .total .btn{padding:15px!important;}}
