.mobileView .pc-his-icon{display:none!important}.header{position:fixed;transform:translateY(0);width:100%;height:60px;z-index:1;display:flex;align-items:center;transition:all ease .5s;z-index:2;top:0}.header.top{background:rgba(0,0,0,.25);backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px)}.header.show{background-color:var(--black3)}.header.hide{transform:translateY(-60px)}.header .contentWrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.header .logo{cursor:pointer}.header .logo img{height:36px}.header .menuItems{list-style-type:none;display:none;align-items:center}@media only screen and (min-width: 768px){.header .menuItems{display:flex}}.header .menuItems .menuItem{height:60px;display:flex;align-items:center;margin:0 15px;color:#fff;font-weight:500;position:relative;cursor:pointer}.header .menuItems .menuItem.searchIcon{margin-right:0}.header .menuItems .menuItem svg{font-size:18px}.header .menuItems .menuItem:hover{color:var(--pink)}.header .mobileMenuItems{display:flex;align-items:center;gap:15px}@media only screen and (min-width: 768px){.header .mobileMenuItems{display:none}}.header .mobileMenuItems svg{font-size:18px;color:#fff}.header .mobileMenuItems img{width:21px}.header.mobileView{background:var(--black3)}.header.mobileView .menuItems{display:flex;position:fixed;top:52px;left:0;background:var(--black3);flex-direction:column;width:100%;padding:0;border-top:1px solid rgba(255,255,255,.1);animation:mobileMenu .3s ease forwards}@media only screen and (min-width: 768px){.header.mobileView .menuItems{position:inherit}}.header.mobileView .menuItems .menuItem{font-size:20px;width:100%;height:auto;padding:15px 20px;margin:0;display:flex;flex-direction:column;align-items:flex-start}.header .searchBar{width:100%;height:60px;background-color:#fff;position:absolute;top:60px;animation:mobileMenu .3s ease forwards}.header .searchBar .searchInput{display:flex;align-items:center;height:40px;margin-top:10px;width:100%}.header .searchBar .searchInput svg{font-size:20px;flex-shrink:0;margin-left:10px;cursor:pointer}.header .searchBar .searchInput input{width:100%;height:50px;background-color:#fff;outline:0;border:0;border-radius:30px 0 0 30px;padding:0 15px;font-size:14px}@media only screen and (min-width: 768px){.header .searchBar .searchInput input{height:60px;font-size:20px;padding:0 30px}}.header .resultItems{position:absolute;top:60px;background:var(--black);width:100%;margin-left:-20px;color:#fff}@media only screen and (min-width: 768px){.header .resultItems{margin-left:-50px}}.header .resultItems li{list-style:none;padding:13px;border-bottom:1px solid;cursor:pointer}@media only screen and (min-width: 768px){.header .resultItems li{padding-left:51px}}.header .resultItems li:hover{background:#727171}.pc-his-icon{font-size:14px;background:rgba(255,255,255,.2);border-radius:30px;height:40px!important;margin-inline-start:16px;padding:0 12px;gap:5px}.pc-his-icon img{width:21px}.watch-history{border-radius:8px;display:block;inset-block-start:57px;inset-inline-end:0;padding-block-end:16px;position:absolute;z-index:10;color:#fff;background:#28292e;box-shadow:0 4px 32px #000000b3;width:312px}.watch-history .history-cot-head{padding:16px;align-items:center;display:flex;font-size:20px;font-weight:600;line-height:22px;justify-content:space-between}.watch-history .his-list{height:302px;overflow:auto;width:100%;align-items:flex-start;display:flex;flex-direction:column}.watch-history .his-list-item{padding:8px 16px;width:100%;cursor:pointer;display:flex}.watch-history .btn-cl{padding:8px 7px;background:#35404e;color:#fff;border:0;margin:3px;cursor:pointer;border-radius:12px}.watch-history .btn-cl:hover{color:var(--pink)}.watch-history .his-list-item:hover{background:rgba(255,255,255,.1019607843)}.watch-history .list-img{background:gray;border-radius:6px;cursor:pointer;height:84px;margin-inline-end:12px;min-width:60px;overflow:hidden;position:relative;width:60px}.watch-history .list-img img{max-width:100%}.watch-history .list-tit{color:#fff;display:-webkit-box;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-block-end:4px}.watch-history .list-progress{color:#fff9;font-size:12px;font-weight:400}.watch-history .list-btn{background-color:var(--pink);padding:3px 5px;font-size:12px;border-radius:4px;color:#fff;white-space:nowrap;cursor:pointer}@keyframes mobileMenu{0%{transform:translateY(-130%)}to{transform:translateY(0)}}.contentWrapper{max-width:1300px;margin:0 auto;padding:0 20px}.footer{background-color:var(--black-light);padding:50px 0;color:#fff;position:relative}.footer .contentWrapper{display:flex;align-items:center;flex-direction:column}.footer .menuItems{list-style-type:none;display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px}@media only screen and (min-width: 768px){.footer .menuItems{margin-bottom:30px;gap:30px}}.footer .menuItems .menuItem{transition:all ease .3s;cursor:pointer;font-size:12px}@media only screen and (min-width: 768px){.footer .menuItems .menuItem{font-size:16px}}.footer .menuItems .menuItem:hover{color:var(--pink)}.footer .infoText{font-size:12px;line-height:20px;opacity:.5;text-align:center;max-width:800px;margin-bottom:20px}@media only screen and (min-width: 768px){.footer .infoText{font-size:14px;margin-bottom:30px}}.footer .socialIcons{display:flex;align-items:center;justify-content:center;gap:10px}.footer .socialIcons .icon{width:50px;height:50px;border-radius:50%;background-color:var(--black);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all ease .3s}.footer .socialIcons .icon:hover{box-shadow:0 0 .625em var(--pink);color:var(--pink)}.carouselSection{position:relative;margin-bottom:30px}.carouselSection>.contentWrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.carouselSection .carouselTitle{font-size:19px;color:#fff;font-weight:400}@media only screen and (min-width: 768px){.carouselSection .carouselTitle{font-size:24px}}.PlatForm,.PlatForm .posterBlock{margin-bottom:0!important}.PlatForm img{height:auto!important;filter:grayscale(100%)}.PlatForm .loadingSkeleton .skeletonItem .posterBlock{margin-bottom:0;border-radius:83%}.PlatForm .loadingSkeleton .skeletonItem .textBlock{display:none}.filtersTypeLang{display:flex;gap:10px;margin:14px;justify-content:center;align-items:center}.filtersTypeLang .item{color:#fff;padding:5px 15px;border:1px solid;cursor:pointer}.filtersTypeLang .item.active{background:var(--gradient);border:0;line-height:1.5}.filtersTypeLang .item:hover{background:var(--gradient);-webkit-transform:scale(1.09);transform:scale(1.09);border:0;line-height:1.5}.heroBanner{width:100%;margin-top:73px;margin-bottom:22px;background-color:var(--black);display:flex;align-items:center}.heroBanner .contentWrapper{width:100%}.heroBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.5;overflow:hidden}.heroBanner .backdrop-img .lazy-load-image-background{width:100%;height:100%}.heroBanner .backdrop-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.heroBanner .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,rgba(4,21,45,0) 0%,#04152d 79.17%);position:absolute;bottom:0;left:0}.heroBanner .heroBannerContent{display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;position:relative;max-width:800px;margin:0 auto}.heroBanner .heroBannerContent .title{font-size:50px;font-weight:700;margin-bottom:10px}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .title{margin-bottom:0;font-size:90px}}.heroBanner .heroBannerContent .subTitle{font-size:18px;font-weight:500;margin-bottom:40px}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .subTitle{font-size:24px}}.heroBanner .heroBannerContent .searchInput{display:flex;align-items:center;width:100%}.heroBanner .heroBannerContent .searchInput input{width:81%;height:50px;background-color:#fff;outline:0;border:0;border-radius:30px 0 0 30px;padding:0 15px;font-size:14px}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .searchInput input{width:calc(100% - 150px);height:60px;font-size:20px;padding:0 30px}}.heroBanner .heroBannerContent .searchInput svg{right:20%;position:absolute;z-index:8;color:#000;cursor:pointer}.heroBanner .heroBannerContent .searchInput .loading{right:20%;position:absolute;z-index:8;color:#000}.heroBanner .heroBannerContent .searchInput button{width:19%;height:50px;background:var(--gradient);color:#fff;outline:0;border:0;border-radius:0 30px 30px 0;font-size:16px;cursor:pointer}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .searchInput button{width:150px;height:60px;font-size:18px}}.heroBanner .heroBannerContent .searchInput .resultItems{position:absolute;top:60px;background:var(--black);width:100%;color:#fff;z-index:1;overflow-y:scroll;height:500px}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .searchInput .resultItems{height:400px}}.heroBanner .heroBannerContent .searchInput .resultItems li{list-style:none;padding:13px;border-bottom:1px solid;cursor:pointer;text-align:start}.heroBanner .heroBannerContent .searchInput .resultItems li:hover{background:#727171}.switchingTabs{height:34px;background-color:#fff;border-radius:20px;padding:2px}.switchingTabs .tabItems{display:flex;align-items:center;height:30px;position:relative}.switchingTabs .tabItems .tabItem{height:100%;display:flex;align-items:center;justify-content:center;width:100px;color:var(--black);font-size:14px;position:relative;z-index:1;cursor:pointer;transition:color ease .3s}.switchingTabs .tabItems .tabItem.active{color:#fff}.switchingTabs .tabItems .movingBg{height:30px;width:100px;border-radius:15px;background-image:var(--gradient);position:absolute;left:0;transition:left cubic-bezier(.88,-.35,.565,1.35) .4s}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.Category .title{text-align:center;border:1px solid;padding:7px}.Category .carousel .arrow{top:67%}.Category .textBlock{margin-top:4px}.loadingSkeleton{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.loadingSkeleton{gap:20px;overflow:hidden;margin:0;padding:0}}.loadingSkeleton .skeletonItem{width:125px;flex-shrink:0}@media only screen and (min-width: 768px){.loadingSkeleton .skeletonItem{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.loadingSkeleton .skeletonItem{width:calc(20% - 16px)}}.loadingSkeleton .skeletonItem .posterBlock{border-radius:12px;width:100%;aspect-ratio:1/1.5;margin-bottom:30px}.loadingSkeleton .skeletonItem .textBlock{display:flex;flex-direction:column}.loadingSkeleton .skeletonItem .textBlock .title{width:100%;height:20px;margin-bottom:10px}.loadingSkeleton .skeletonItem .textBlock .date{width:75%;height:20px}.carousel{margin-bottom:32px}.carousel .contentWrapper{position:relative}.carousel .carouselTitle{font-size:14px;color:#fff;margin-bottom:20px;font-weight:400}@media only screen and (min-width: 768px){.carousel .carouselTitle{font-size:24px}}.carousel .arrow{font-size:30px;color:#e6e6e6;position:absolute;top:39%;transform:translateY(-50%);cursor:pointer;z-index:1;display:none}@media only screen and (min-width: 768px){.carousel .arrow{display:block}}.carousel .arrow:hover{opacity:.8}.carousel .carouselLeftNav{left:30px}.carousel .carouselRighttNav{right:30px}.carousel .carouselItems{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px;scrollbar-width:none;scroll-behavior:smooth;overflow-x:auto}@media only screen and (min-width: 768px){.carousel .carouselItems{gap:20px;margin:0;padding:0}}.carousel .carouselItems .carouselItem{width:calc(32% - 15px);cursor:pointer;flex-shrink:0;transition:-webkit-transform .45s;transition:transform .45s;transition:transform .45s,-webkit-transform .45s}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem{width:calc(14% - 15px)}}@media only screen and (min-width: 1024px){.carousel .carouselItems .carouselItem{width:calc(15% - 16px)}}.carousel .carouselItems .carouselItem:hover{-webkit-transform:scale(1.09);transform:scale(1.09)}.carousel .carouselItems .carouselItem .posterBlock{position:relative;width:100%;aspect-ratio:1/1.2;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px}.carousel .carouselItems .carouselItem .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.carousel .carouselItems .carouselItem .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.carousel .carouselItems .carouselItem .posterBlock .circleRating{width:30px;height:30px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .posterBlock .circleRating{width:40px;height:40px}}.carousel .carouselItems .carouselItem .posterBlock .genres{position:absolute;right:5px;top:3px}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .posterBlock .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.carousel .carouselItems .carouselItem .textBlock{color:#fff;display:flex;flex-direction:column}.carousel .carouselItems .carouselItem .textBlock .title{font-size:10px;margin-bottom:10px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .textBlock .title{font-size:15px}}.carousel .carouselItems .carouselItem .textBlock .date{font-size:14px;opacity:.5}.Must-Watch-By-Genre .carouselItems{gap:10px}.Must-Watch-By-Genre .carouselItems .carouselItem{width:calc(45% - 16px);position:relative}@media only screen and (min-width: 768px){.Must-Watch-By-Genre .carouselItems .carouselItem{width:calc(20% - 16px)}}.Must-Watch-By-Genre .carouselItems .carouselItem .posterBlock{aspect-ratio:1/.6;opacity:.7;margin:0}.Must-Watch-By-Genre .carouselItems .carouselItem .textBlock{position:absolute;bottom:0;padding:8px;background-color:#0000007a;width:100%}.Must-Watch-By-Genre .carouselItems .carouselItem .textBlock .title{margin-bottom:0;font-size:9px}@media only screen and (min-width: 768px){.Must-Watch-By-Genre .carouselItems .carouselItem .textBlock .title{font-size:16px}}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.circleRating{background-color:var(--black);border-radius:50%;padding:2px}.circleRating .CircularProgressbar-text{font-size:34px;font-weight:700;fill:var(--black)}.circleRating .CircularProgressbar-trail{stroke:transparent}.genres{display:flex;gap:5px}.genres .genre{background-color:var(--pink);padding:3px 5px;font-size:12px;border-radius:4px;color:#fff;white-space:nowrap;cursor:pointer}.pc{display:none}@media only screen and (min-width: 768px){.pc{display:block}}.mob{display:block}@media only screen and (min-width: 768px){.mob{display:none}}.flexDirectionRow{flex-direction:row!important}.watch{font-size:22px;font-weight:600;text-align:center;padding:11px;color:#000;width:173px;cursor:pointer;background:linear-gradient(91deg,#de1e1e 1.22%,#ffee41 50.24%);margin:9px 0;border-radius:.04rem;height:50px}.watch a{text-decoration:none;color:#000}.detailsBanner{width:100%;background-color:var(--black);padding-top:68px;margin-bottom:50px}@media only screen and (min-width: 768px){.detailsBanner{margin-bottom:0;padding-top:68px;min-height:700px}}.detailsBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.1;overflow:hidden}.detailsBanner .backdrop-img .lazy-load-image-background{width:100%;height:100%}.detailsBanner .backdrop-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.detailsBanner .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,rgba(4,21,45,0) 0%,#04152d 79.17%);position:absolute;bottom:0;left:0}.detailsBanner .content{display:flex;position:relative;flex-direction:column;gap:8px}@media only screen and (min-width: 768px){.detailsBanner .content{gap:16px;flex-direction:row}}.detailsBanner .content .cover img{width:100px}@media only screen and (min-width: 768px){.detailsBanner .content .cover img{width:155px}}@media only screen and (min-width: 768px){.detailsBanner .content .left{width:80%}}.detailsBanner .content .width100{width:100%!important}.detailsBanner .content .playbtn{color:#fff;left:44%;height:91%;cursor:pointer;align-items:center;display:flex;position:absolute}.detailsBanner .content .playbtn .loadingSpinner{position:absolute;width:100%;background:black}.detailsBanner .content .playbtn svg{width:60px}@media only screen and (min-width: 768px){.detailsBanner .content .playbtn svg{width:80px}}.detailsBanner .content .playbtn .text{transition:all .7s ease-in-out;width:200px;position:absolute;text-align:start;left:-32px}.detailsBanner .content .playbtn .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.detailsBanner .content .playbtn .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.detailsBanner .content .playbtn:hover .text{color:var(--pink)}.detailsBanner .content .playbtn:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--pink);animation:trailorPlay .7s ease-in-out}.detailsBanner .content .playbtn:hover .circle{stroke-dashoffset:0;stroke:var(--pink)}.detailsBanner .content .left .posterImg{width:100%;display:block;border-radius:12px}@media only screen and (min-width: 768px){.detailsBanner .content .left .posterImg{max-width:350px}}.detailsBanner .content .left .pc-video-content{position:relative;width:100%;margin-bottom:6px;background-color:#000;height:440px;cursor:pointer}@media only screen and (min-width: 768px){.detailsBanner .content .left .pc-video-content{height:531px}}.detailsBanner .content .left iframe{height:402px}@media only screen and (min-width: 768px){.detailsBanner .content .left iframe{height:531px}}.detailsBanner .content .left .pc-video{position:relative;z-index:1}.detailsBanner .content .left .server{margin-bottom:25px;color:#fff}.detailsBanner .content .left .server span{background-color:#6d6d6d;color:#fff;border:none;padding:10px 19px;border-radius:5px;margin-right:10px;margin-bottom:8px;font-size:12px;cursor:pointer;transition:background-color .3s ease}.detailsBanner .content .left .server span img{display:none}.detailsBanner .content .left .server span.active{color:orange;font-weight:700}.detailsBanner .content .left .server span.active img{display:inline-flex;margin:1px -8px -8px -19px}.detailsBanner .content .right{color:#fff}.detailsBanner .content .right .text{margin-right:10px;opacity:.5;line-height:24px}.detailsBanner .content .right .text.bold{font-weight:600;opacity:1}.detailsBanner .content .right .title{font-size:15px;line-height:36px}@media only screen and (min-width: 768px){.detailsBanner .content .right .title{font-size:34px;line-height:44px}}.detailsBanner .content .right .subtitle{font-size:16px;line-height:24px;margin-bottom:15px;font-style:italic;opacity:.5}@media only screen and (min-width: 768px){.detailsBanner .content .right .subtitle{font-size:20px;line-height:28px}}.detailsBanner .content .right .genres{margin-bottom:4px;flex-flow:row wrap}.detailsBanner .content .right .overview .heading{font-size:24px;margin-bottom:10px}.detailsBanner .content .right .overview .description{line-height:24px}@media only screen and (min-width: 768px){.detailsBanner .content .right .overview .description{padding-right:100px}}.detailsBanner .content .right .circleRating{max-width:39px;background-color:var(--black2)}@media only screen and (min-width: 768px){.detailsBanner .content .right .circleRating{max-width:39px}}.detailsBanner .content .right .circleRating .CircularProgressbar-text{fill:#fff}.detailsBanner .content .right .row{display:flex;align-items:center;gap:25px}.detailsBanner .content .right .info{border-bottom:1px solid rgba(255,255,255,.1);padding:3px 0;display:flex}@media only screen and (min-width: 768px){.detailsBanner .content .right .info{padding:15px 0}}.detailsBanner .content .right .info .infoItem{margin-right:10px;display:flex;flex-flow:row wrap}.detailsBanner .content .season{overflow:auto;height:450px;padding:0}@media only screen and (min-width: 768px){.detailsBanner .content .season{height:inherit;width:20%;padding:0 20px}}.detailsBanner .detailsBannerSkeleton{display:flex;position:relative;flex-direction:column;gap:25px}@media only screen and (min-width: 768px){.detailsBanner .detailsBannerSkeleton{gap:50px;flex-direction:row}}.detailsBanner .detailsBannerSkeleton .contentWrapper{display:flex;gap:50px;width:100%}.detailsBanner .detailsBannerSkeleton .left{flex-shrink:0;width:100%;display:block;border-radius:12px}@media only screen and (min-width: 768px){.detailsBanner .detailsBannerSkeleton .left{max-width:883px}}.detailsBanner .detailsBannerSkeleton .right{width:100%}.detailsBanner .detailsBannerSkeleton .right .row{width:100%;height:25px;margin-bottom:20px;border-radius:50px}.detailsBanner .detailsBannerSkeleton .right .row:nth-child(2){width:75%;margin-bottom:50px}.detailsBanner .detailsBannerSkeleton .right .row:nth-child(5){width:50%;margin-bottom:50px}.castSection{position:relative;margin-top:24px;margin-bottom:25px}.embed .detailsBanner{margin-bottom:0!important;padding-top:0!important;min-height:inherit!important}.embed .contentWrapper{max-width:inherit!important}.pc-sub-nav[data-v-85a43d75]{margin-bottom:13px;gap:2px;margin-left:-9px}.pc-sub-nav .pc-sub-home[data-v-85a43d75]{color:#fff9;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.pc-sub-nav img[data-v-85a43d75]{height:16px;margin:0 4px;width:16px}.pc-sub-nav .pc-nav-title[data-v-85a43d75]{color:#fff;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.videoPopup{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;visibility:hidden;z-index:9}.videoPopup .opacityLayer{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px);opacity:0;transition:opacity .4s}.videoPopup .videoPlayer{position:relative;width:100%;height:100%;aspect-ratio:16/9;background-color:#fff;transform:scale(.2);transition:transform .25s}.videoPopup .videoPlayer .closeBtn{position:absolute;top:13px;right:23px;z-index:10;color:#fff;cursor:pointer}.videoPopup.visible{opacity:1;visibility:visible}.videoPopup.visible .opacityLayer{opacity:1}.videoPopup.visible .videoPlayer{transform:scale(1)}.videoPopupYoutube{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;visibility:hidden;z-index:9}.videoPopupYoutube .opacityLayer{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px);opacity:0;transition:opacity .4s}.videoPopupYoutube .videoPlayer{position:relative;width:800px;aspect-ratio:16/9;background-color:#fff;transform:scale(.2);transition:transform .25s}.videoPopupYoutube .videoPlayer .closeBtn{position:absolute;top:0;right:0;z-index:10;color:#fff;cursor:pointer}.videoPopupYoutube.visible{opacity:1;visibility:visible}.videoPopupYoutube.visible .opacityLayer{opacity:1}.videoPopupYoutube.visible .videoPlayer{transform:scale(1)}.castSection{position:relative;margin-bottom:50px}.castSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px}.castSection .listItems{display:flex;gap:20px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.castSection .listItems{margin:0;padding:0}}.castSection .listItems .listItem{text-align:center;color:#fff}.castSection .listItems .listItem .profileImg{width:125px;height:125px;border-radius:50%;overflow:hidden;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .listItems .listItem .profileImg{width:175px;height:175px;margin-bottom:25px}}.castSection .listItems .listItem .profileImg img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.castSection .listItems .listItem .name{font-size:14px;line-height:20px;font-weight:600}@media only screen and (min-width: 768px){.castSection .listItems .listItem .name{font-size:18px;line-height:24px}}.castSection .listItems .listItem .character{font-size:14px;line-height:20px;opacity:.5}@media only screen and (min-width: 768px){.castSection .listItems .listItem .character{font-size:16px;line-height:24px}}.castSection .castSkeleton{display:flex;gap:20px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.castSection .castSkeleton{margin:0;padding:0}}.castSection .castSkeleton .skItem .circle{width:125px;height:125px;border-radius:50%;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .castSkeleton .skItem .circle{width:175px;height:175px;margin-bottom:25px}}.castSection .castSkeleton .skItem .row{width:100%;height:20px;border-radius:10px;margin-bottom:10px}.castSection .castSkeleton .skItem .row2{width:75%;height:20px;border-radius:10px;margin:0 auto}.tabs{margin-bottom:-14px}h3.tab3{color:#fff}.tabs button{background-color:#6d6d6d;color:#fff;border:none;padding:10px 19px;border-radius:5px;margin-right:10px;margin-bottom:8px;cursor:pointer;transition:background-color .3s ease}.tabs button:hover{color:orange}.tabs button.active{color:orange;font-weight:700}.episodes{margin-top:20px}.episodes div{background-color:#6d6d6d;color:#fff;border:none;padding:10px 20px;border-radius:5px;margin-right:10px;margin-bottom:8px;cursor:pointer;transition:background-color .3s ease;float:left}.episodes div:hover{color:orange}.episodes .selected{color:orange;font-weight:700}.episodes img{display:none}.episodes .selected img{display:block;width:16px}.episodes .selected span{display:none}.selected-episode{margin-top:20px;padding:10px;border-radius:5px;border:1px solid #ced4da;color:#fff;clear:both}.season{height:inherit;padding:0 20px}@media only screen and (min-width: 768px){.season{overflow:auto;height:450px;padding:0}}.season::-webkit-scrollbar{width:12px}.flexcroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-border-radius:10px;border-radius:10px}.season::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:grey;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}.popup-window{position:fixed;top:0%;left:0;width:100%;height:100%;background-color:#00000080;z-index:100000}.popup-box{width:80%;height:250px;background-color:#2c2a2a;color:#fff;position:absolute;bottom:0;left:10%;text-align:center}.popup-box a{color:orange}@media only screen and (max-width: 768px){.popup-box{width:100%;bottom:0;left:0}}.close-menu{font-weight:900;font-size:20px;text-align:right;padding-right:20px;cursor:pointer;padding-top:20px}.loadingSpinner{width:100%;height:150px;position:relative;display:flex;align-items:center;justify-content:center}.loadingSpinner .spinner{animation:rotate 2s linear infinite;z-index:1;width:50px;height:50px}.loadingSpinner .spinner .path{stroke:#93bfec;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.loadingSpinner.initial{height:100px}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.matches-list-box{height:calc(100vh - 13.5rem);overflow-y:auto;padding-bottom:1.25rem;padding-right:.625rem}.league-list{display:block;overflow-y:hidden}.league-item{margin-bottom:.75rem;width:100%;margin-right:6px;display:flex}.live{margin-bottom:40px}.live .loadingSkeleton .skeletonItem{width:91%;height:145px}@media only screen and (min-width: 768px){.league-list{display:flex}.league-item{width:50%}.live .loadingSkeleton .skeletonItem{width:50%;height:145px}}.w-100{width:100%}.novel-img{cursor:pointer;margin-bottom:1rem;max-height:8rem;-o-object-fit:cover;object-fit:cover;width:100%}.matches-list-item{margin-bottom:1.5rem}.league-name{color:#fff;font-size:1.125rem;font-weight:700;line-height:1.3125rem;margin-bottom:.75rem}.line-1,.line-2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical}.match-pc{background:#ffffff0f;border-radius:.5rem;padding:.75rem 1.5rem}.pointer{cursor:pointer}.flx-ce-bet,.flx-ce-wrap-bet{align-items:center;display:flex;justify-content:space-between}.flx-ce-ce,.flx-ce-sta{align-items:center;display:flex}.flx-ce-sta{justify-content:flex-start}.match-pc .team1-name{text-align:right}.match-pc .team-name{color:#fff;font-size:.875rem;font-weight:700;line-height:1rem;width:8.75rem}.ltr{direction:ltr;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.match-pc .time-left{text-align:end}.match-pc .lef-time{color:#fff;font-size:1rem;font-weight:500;line-height:1.1875rem}.match-pc .left-icon{aspect-ratio:49 / 18;margin-left:.5rem}.match-pc .left-desc{color:#fff9;font-size:.75rem;font-weight:400;line-height:.875rem;margin-top:.125rem}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.finish,.up-coming{background:#ffffff0f;color:#fffc;font-size:.75rem;font-weight:700;line-height:.875rem}.finish,.live-icon-box,.up-coming{-webkit-backdrop-filter:blur(.125rem);backdrop-filter:blur(.125rem);border-radius:.25rem;gap:.125rem;height:1.125rem;padding:0 .375rem}.match-pc .team-logo-img{border:.0625rem solid hsla(0,0%,100%,.4);border-radius:3rem;box-shadow:0 .814rem 1.0854rem -.2713rem #02081414,0 .2713rem .407rem -.1357rem #02081408;height:3rem;opacity:.8;width:3rem}.match-pc .team1-logo{margin-left:.75rem}.team-logo-img{overflow:hidden}.image-view,.image-view-container.loaded{background-image:none}.image-view{border:none;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.match-pc .score{font-size:2rem;font-weight:700;line-height:1.75rem;margin:0 auto;text-align:center;color:#fff}.match-pc .team-score{overflow:hidden}.match-pc .score-line{margin:0 1rem}.match-pc .matches-info{color:#fff9;font-size:.75rem;line-height:.875rem;text-align:center}.live-icon-box{background:#ffffff1a}.live-icon-box .icon{aspect-ratio:10 / 11;height:.6875rem;width:.625rem;fill:linear-gradient(76deg,#1cb7ff -12.44%,#2ff58b 53.1%)}.live-icon-box .text{background:linear-gradient(76deg,#1cb7ff -12.44%,#2ff58b 53.1%);background-clip:text;-webkit-background-clip:text;font-size:.75rem;font-weight:700;line-height:.875rem;-webkit-text-fill-color:transparent;margin-left:.1875rem}.cricket-score{font-size:1.5rem}.searchResultsPage{min-height:700px;padding-top:78px}.searchResultsPage .resultNotFound{font-size:24px;color:var(--black-light)}.searchResultsPage .pageHeader{justify-content:space-between;margin-bottom:25px}@media only screen and (min-width: 768px){.searchResultsPage .pageHeader{display:flex}}.searchResultsPage .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:25px}.searchResultsPage .filtersType{display:flex;gap:10px;justify-content:center;align-items:center}.searchResultsPage .filtersType .item{color:#fff;padding:5px 15px;border:1px solid;cursor:pointer}.searchResultsPage .filtersType .item.active{background:var(--gradient);border:0}.searchResultsPage .filtersType .item:hover{background:var(--gradient);-webkit-transform:scale(1.09);transform:scale(1.09);border:0}.searchResultsPage .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px}@media only screen and (min-width: 768px){.searchResultsPage .content{gap:20px}}.searchResultsPage .content .movieCard .posterBlock{margin-bottom:20px}.movieCard{width:calc(32% - 4px);margin-bottom:0;cursor:pointer;flex-shrink:0;transition:-webkit-transform .45s;transition:transform .45s;transition:transform .45s,-webkit-transform .45s}@media only screen and (min-width: 768px){.movieCard{width:calc(13% - 15px)}}@media only screen and (min-width: 1024px){.movieCard{width:calc(16% - 16px)}}.movieCard .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px;transition:all ease .5s}.movieCard .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.movieCard .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.movieCard .posterBlock .circleRating{width:36px;height:36px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.movieCard .posterBlock .circleRating{width:40px;height:40px}}.movieCard .posterBlock .genres{position:absolute;right:5px;top:3px}@media only screen and (min-width: 768px){.movieCard .posterBlock .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.movieCard .posterBlock .date{position:absolute;right:7px;bottom:-22px;font-size:14px;opacity:.5;color:#fff}.movieCard .textBlock{color:#fff;display:flex;flex-direction:column}.movieCard .textBlock .title{font-size:16px;margin-bottom:30px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.movieCard .textBlock .title{font-size:18px}}.movieCard:hover .posterBlock{opacity:.5}.movieCard:hover{-webkit-transform:scale(1.09);transform:scale(1.09)}.movieCard-list{width:100%;margin-bottom:0;cursor:pointer;flex-shrink:0;display:inline-flex;gap:7px;border:1px solid #424141;transition:-webkit-transform .45s;transition:transform .45s;transition:transform .45s,-webkit-transform .45s}@media only screen and (min-width: 768px){.movieCard-list{width:calc(13% - 15px)}}@media only screen and (min-width: 1024px){.movieCard-list{width:calc(33% - 16px)}}.movieCard-list .posterImg{width:25%}.movieCard-list .posterImg img{max-width:100%}.movieCard-list .posterBlock{gap:7px;background-size:cover;background-position:center;margin-top:5px;margin-bottom:12px;display:inline-flex;align-items:flex-end;justify-content:space-between;transition:all ease .5s}.movieCard-list .posterBlock .circleRating{width:36px;height:36px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.movieCard-list .posterBlock .circleRating{width:40px;height:40px}}.movieCard-list .posterBlock .posterBlock-inner{margin-bottom:5px}.movieCard-list .posterBlock .date{font-size:14px;opacity:.5;color:#fff}.movieCard-list .textBlock{color:#fff;width:75%}.movieCard-list .textBlock .title{font-size:16px;width:100%;display:block;line-height:24px}@media only screen and (min-width: 768px){.movieCard-list .textBlock .title{font-size:18px}}.movieCard-list:hover .posterBlock{opacity:.5}.movieCard-list:hover{-webkit-transform:scale(1.09);transform:scale(1.09)}.list{width:calc(40% - 4px)}.view-list{color:#fff;cursor:pointer;margin:9px 0}.view-list .view-list-type{display:inline-flex}.view-list div{margin-top:5px}.filter-top{position:fixed;color:#fff;top:58px;z-index:1;background:#bf4545;width:100%;left:0;transform:translateY(0);transition:all ease .5s}.filter-top.hide{transform:translateY(-200px)}.filter-top .view-list{text-align:center}.filter-top .view-list-type{margin-right:20px}.filter-fixed{position:fixed;width:100%;background-color:#04152d;z-index:10;top:107px;padding:10px;left:0}.explorePage{min-height:700px;padding-top:78px}.explorePage .resultNotFound{font-size:24px;color:var(--black-light)}.explorePage .pageHeader{display:flex;justify-content:space-between;margin-bottom:25px;flex-direction:column}@media only screen and (min-width: 768px){.explorePage .pageHeader{flex-direction:row}}.explorePage .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:20px;display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 768px){.explorePage .pageTitle{margin-bottom:0}}.explorePage .pageTitle .plat_icon{width:109px;margin-right:7px;filter:grayscale(100%)}.explorePage .filtersType{display:flex;gap:10px;margin:14px;justify-content:center;align-items:center}.explorePage .filtersType .item{color:#fff;padding:5px 15px;border:1px solid;cursor:pointer}.explorePage .filtersType .item.active{background:var(--gradient);border:0}.explorePage .filtersType .item:hover{background:var(--gradient);-webkit-transform:scale(1.09);transform:scale(1.09);border:0}.explorePage .filters{display:flex;gap:10px;flex-direction:column;justify-content:center;align-items:center}@media only screen and (min-width: 768px){.explorePage .filters{flex-direction:row}}.explorePage .filters .react-select-container.genresDD{width:100%}@media only screen and (min-width: 768px){.explorePage .filters .react-select-container.genresDD{max-width:500px;min-width:181px}}.explorePage .filters .react-select-container.sortbyDD{width:100%;flex-shrink:0}@media only screen and (min-width: 768px){.explorePage .filters .react-select-container.sortbyDD{width:250px}}.explorePage .filters .react-select-container .react-select__control{border:0;outline:0;box-shadow:none;background-color:var(--black-light);border-radius:20px}.explorePage .filters .react-select-container .react-select__control .react-select__value-container .react-select__placeholder,.explorePage .filters .react-select-container .react-select__control .react-select__value-container .react-select__input-container{color:#fff;margin:0 10px}.explorePage .filters .react-select-container .react-select__control .react-select__single-value{color:#fff}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value{background-color:var(--black3);border-radius:10px}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__label{color:#fff}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__remove{background-color:transparent;color:#fff;cursor:pointer}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__remove:hover{color:var(--black-lighter)}.explorePage .filters .react-select-container .react-select__menu{top:40px;margin:0;padding:0}.explorePage .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px;overflow:hidden!important}@media only screen and (min-width: 768px){.explorePage .content{gap:28px}}.explorePage .content .movieCard .posterBlock{margin-bottom:30px}.pageNotFound{height:700px;padding-top:200px}.pageNotFound .contentWrapper{text-align:center;color:var(--black-light);display:flex;flex-direction:column}.pageNotFound .contentWrapper .bigText{font-size:150px;font-weight:700}.pageNotFound .contentWrapper .smallText{font-size:44px}.telegram-popup{height:130px;min-width:15%;width:200px;background-color:#fff;position:fixed;bottom:10px;left:20px;border-radius:10px;z-index:2;text-align:-webkit-center;font-family:ui-rounded}.telegram-popup .close{font-size:12px;background-color:#b3b3b363;padding:4px;position:absolute;right:6px;border:1px solid;border-radius:30px;top:4px;cursor:pointer}.telegram-popup img{display:block;margin:0 auto}.telegram-popup .top{background:#dedede;line-height:23px;text-align:center;margin-top:7px}.telegram-popup .bottom{padding:21px 5px}.telegram-popup p{color:#000;padding:4px}.telegram-button{background-color:#1682fb;width:80%;border-radius:25px}.telegram-button:hover{background-color:#1080f5}.telegram-button p{color:#fff;font-size:15px;padding:10px}.telegram-button-link:link{text-decoration:none}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:1;font-weight:500;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--black: #04152d;--black2: #041226;--black3: #020c1b;--black-lighter: #1c4b91;--black-light: #173d77;--pink: #da2f68;--orange: #f89e00;--gradient: linear-gradient(98.37deg, #f89e00 .99%, #da2f68 100%)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black)}.infinite-scroll-component{overflow:inherit!important}.skeleton{position:relative;overflow:hidden;background-color:var(--black-light)}.skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(25,55,99,0) 0,rgba(25,55,99,.2) 20%,rgba(25,55,99,.5) 60%,rgba(25,55,99,0));animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}
